@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap";.auth-page-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:#e8eaf6}.auth-split{display:flex;width:860px;max-width:100%;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 2px 4px #0f172a0a,0 12px 32px #0f172a1a,0 32px 64px #0f172a14}.auth-panel-left{flex:0 0 340px;position:relative;overflow:hidden;background:radial-gradient(circle at 88% 12%,rgba(21,101,216,.5),transparent 44%),radial-gradient(circle at 18% 82%,rgba(21,101,216,.3),transparent 40%),#0f2d5a;display:flex;flex-direction:column}.auth-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.25;pointer-events:none;animation:orbDrift1 20s ease-in-out infinite}.auth-orb-1{width:320px;height:320px;top:-80px;left:-60px;background:#fff9;animation-name:orbDrift1}.auth-orb-2{width:260px;height:260px;bottom:-60px;right:-60px;background:linear-gradient(160deg,#040f2a,#071a34 55%,#0d2650);animation-name:orbDrift2;animation-duration:26s}.auth-panel-left-inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:36px 36px 44px}.auth-brand-mark{display:flex;align-items:center;gap:10px}.auth-brand-icon{font-size:26px;color:#fff;line-height:1}.auth-brand-name{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.03em}.auth-panel-tagline{font-size:13px;font-weight:400;color:#ffffffbf;margin-bottom:10px}.auth-panel-headline{font-size:22px;font-weight:700;line-height:1.35;letter-spacing:-.02em;color:#fff}.auth-panel-right{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:44px 48px}.auth-form-wrap{width:100%;max-width:360px}.auth-form-icon{font-size:26px;color:#667eea;margin-bottom:14px;line-height:1}.auth-form-title{font-size:24px;font-weight:700;letter-spacing:-.025em;color:#1e293b;margin:0 0 8px}.auth-form-sub{font-size:13.5px;color:#64748b;line-height:1.6;margin:0 0 26px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-error-general{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;padding:11px 14px;font-size:13px;font-weight:500}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-label{font-size:13px;font-weight:600;color:#1e293b}.auth-input-wrap{position:relative}.auth-input{width:100%;font-family:inherit;font-size:14.5px;padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;color:#1e293b;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.auth-input::placeholder{color:#cbd5e1}.auth-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1f}.auth-input.auth-input-error{border-color:#dc2626}.auth-input.auth-input-error:focus{box-shadow:0 0 0 3px #dc26261a}.auth-input-wrap .auth-input{padding-right:44px}.auth-eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;padding:2px;transition:color .15s}.auth-eye-btn:hover{color:#475569}.auth-field-error{font-size:12px;color:#dc2626;font-weight:500}.auth-btn-primary{width:100%;font-family:inherit;font-size:14.5px;font-weight:700;background:linear-gradient(160deg,#173569 0% 55%,#173569);color:#fff;border:none;border-radius:10px;padding:13px 20px;cursor:pointer;transition:opacity .2s,transform .15s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:6px;min-height:48px;box-shadow:0 4px 14px #667eea59}.auth-btn-primary:hover:not(:disabled){opacity:.9}.auth-btn-primary:disabled{opacity:.55;cursor:not-allowed}.auth-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0 16px}.auth-divider-line{flex:1;height:1px;background:#e2e8f0}.auth-divider-text{font-size:12px;color:#94a3b8;white-space:nowrap;font-weight:500}.auth-social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.auth-btn-social{display:flex;align-items:center;justify-content:center;padding:11px 8px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s,transform .15s;min-height:44px;font-family:inherit;width:360px}.auth-btn-social:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.auth-btn-social:disabled{opacity:.55;cursor:not-allowed}.auth-btn-social .social-be{font-size:14px;font-weight:700;color:#1769ff;letter-spacing:.01em}.auth-switch{margin-top:20px;text-align:center;font-size:13.5px;color:#64748b}.auth-switch-link{color:linear-gradient(160deg,#1f407a 0%,#34548d 55%,#173569 100%);font-weight:700;margin-left:5px;text-decoration:none;transition:color .15s}.auth-switch-link:hover{color:linear-gradient(160deg,#1f407a 0%,#34548d 55%,#173569 100%);text-decoration:underline}.auth-split--signup .auth-panel-right{padding:22px 48px}.auth-split--signup .auth-form{gap:7px}.auth-split--signup .auth-form-icon{font-size:20px;margin-bottom:4px}.auth-split--signup .auth-form-title{margin-bottom:4px}.auth-split--signup .auth-form-sub{font-size:12px;line-height:1.35;margin-bottom:8px}.auth-split--signup .auth-input{padding:9px 14px}.auth-split--signup .auth-input-wrap .auth-input{padding-right:44px}.auth-split--signup .auth-divider{margin:10px 0 8px}.auth-split--signup .auth-btn-primary{padding:11px 20px;margin-top:4px}.auth-split--signup .auth-switch{margin-top:8px}@media(max-width:860px){.auth-split{width:100%;flex-direction:column}.auth-panel-left{flex:0 0 auto;min-height:180px}.auth-panel-left-inner{padding:28px 28px 32px}.auth-panel-headline{font-size:18px}.auth-panel-right{padding:36px 28px}.auth-form-wrap{max-width:100%}}@media(max-width:480px){.auth-page-wrapper{padding:0;align-items:stretch}.auth-split{border-radius:0;min-height:100vh;flex-direction:column}.auth-panel-right{padding:28px 20px}}:root{--navy: #0f2d5a;--navy-deep: #040f2a;--navy-mid: #071a34;--blue: #1565d8;--blue-hover: #1453b5;--blue-tint: #dbeafe;--gold: #c9860a;--gold-light: #e8a830;--ink: #0f172a;--slate-700: #334155;--slate-500: #64748b;--slate-300: #cbd5e1;--border: #e2e8f0;--bg: #f8fafc;--surface: #ffffff;--success: #16a34a;--danger: #dc2626;--warning: #d97706;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 14px;--radius-xl: 20px;--shadow-soft: 0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.04);--shadow-lift: 0 12px 32px rgba(15,45,90,.16);--shadow-hero: 0 24px 64px rgba(4,15,42,.55);--ease-luxury: cubic-bezier(.22, 1, .36, 1);color:var(--ink);font-family:DM Sans,Noto Sans Arabic,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--blue-tint);outline-offset:2px}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.lh-header{position:sticky;top:0;z-index:100;background:#ffffffc7;-webkit-backdrop-filter:blur(22px) saturate(1.8);backdrop-filter:blur(22px) saturate(1.8);border-bottom:1px solid rgba(226,232,240,.4);transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.lh-header.lh-scrolled{background:#fffffff7;border-bottom-color:#e2e8f0d9;box-shadow:0 2px 32px #0f172a12}.lh-top-line{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--gold) 30%,#e8a830 70%,transparent 100%);transform-origin:left;pointer-events:none}.lh-inner{display:flex;align-items:center;gap:12px;height:72px;padding:0;max-width:1280px;margin:0 auto}.lh-brand{display:inline-flex;align-items:center;gap:0;text-decoration:none;-webkit-user-select:none;user-select:none;margin-right:auto}.lh-brand-mark{font-size:20px;font-weight:800;letter-spacing:-.04em;color:var(--navy);background:var(--navy);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.lh-brand-word{font-size:20px;font-family:DM Sans,Noto Sans Arabic,system-ui,sans-serif;font-weight:800;letter-spacing:-.03em;color:var(--navy);background:var(--navy);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.lh-brand-dot{width:5px;height:5px;border-radius:50%;background:var(--blue);margin-left:3px;margin-bottom:10px;flex-shrink:0}.lh-nav{display:flex;align-items:center;justify-content:center;flex:1;gap:0}.lh-link{position:relative;display:inline-flex;align-items:center;padding:8px 16px;font-size:13.5px;font-weight:500;letter-spacing:.02em;color:var(--slate-600);text-decoration:none;white-space:nowrap;transition:color .2s ease}.lh-link:after{content:"";position:absolute;bottom:4px;left:16px;right:16px;height:1.5px;border-radius:999px;background:linear-gradient(90deg,var(--blue) 0%,var(--gold) 100%);transform:scaleX(0);transform-origin:center;transition:transform .28s cubic-bezier(.22,1,.36,1)}.lh-link:hover{color:var(--ink)}.lh-link:hover:after{transform:scaleX(1)}.lh-link--active{color:var(--navy-deep);font-weight:600}.lh-link--active:after{transform:scaleX(1);background:var(--blue);opacity:.7}.lh-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-right:-90px}.lh-login{font-size:13.5px;font-weight:500;letter-spacing:.01em;color:var(--slate-600);text-decoration:none;padding:7px 14px;border-radius:var(--radius-md);transition:color .2s,background .2s}.lh-login:hover{color:var(--ink);background:#0f172a0a}.lh-demo-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 20px;font-size:13px;font-family:DM Sans,Noto Sans Arabic,system-ui,sans-serif;font-weight:700;letter-spacing:-.01em;color:#fff;text-decoration:none;background:var(--navy);border-radius:999px;white-space:nowrap;transition:background .2s ease,box-shadow .2s ease,transform .18s ease}.lh-demo-btn:hover{transform:translateY(-1px)}.lh-demo-btn svg{opacity:.9;transition:transform .2s ease}.lh-demo-btn:hover svg{transform:translate(3px)}.lh-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:10px;border:0;background:transparent;cursor:pointer;border-radius:8px;transition:background .2s}.lh-burger:hover{background:#0f172a0d}.lh-burger span{display:block;height:1.5px;border-radius:999px;background:var(--ink);transform-origin:center}.lh-drawer{overflow:hidden;border-top:1px solid var(--border);background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.lh-drawer-inner{padding:20px 28px 28px;display:flex;flex-direction:column;gap:2px}.lh-drawer-link{display:block;padding:13px 0;font-size:15px;font-weight:500;color:var(--slate-700);text-decoration:none;border-bottom:1px solid var(--border);transition:color .2s,padding-left .2s;letter-spacing:.01em}.lh-drawer-link:hover{color:var(--ink);padding-left:4px}.lh-drawer-link--active{color:var(--navy-deep);font-weight:600}.lh-drawer-link:last-of-type{border-bottom:none}.lh-drawer-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.lh-drawer-login{text-align:center;padding:11px;font-size:14px;font-weight:500;color:var(--slate-700);text-decoration:none;border:1px solid var(--border);border-radius:var(--radius-md);transition:color .2s,border-color .2s}.lh-drawer-login:hover{color:var(--ink);border-color:var(--slate-300)}.lh-profile{position:relative}.lh-profile-btn{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:none;cursor:pointer;transition:transform .2s ease}.lh-profile-btn:hover{transform:scale(1.05)}.lh-profile-ring{display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:2px;background:transparent}.lh-profile-ring--sm{width:34px;height:34px;flex-shrink:0}.lh-profile-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--navy-deep)}.lh-profile-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.lh-profile-menu{position:absolute;top:calc(100% + 12px);right:0;min-width:230px;background:var(--navy-deep);color:#fff;border-radius:var(--radius-lg);padding:16px;box-shadow:0 20px 48px #040f2a59;z-index:50}.lh-profile-info{padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.lh-profile-name{font-size:14px;font-weight:700;color:#fff;margin:0 0 2px}.lh-profile-email{font-size:12.5px;color:#ffffff80;margin:0;overflow-wrap:anywhere}.lh-profile-settings{display:flex;align-items:center;gap:8px;width:100%;padding:9px 10px;margin-bottom:6px;font-size:13.5px;font-weight:600;color:#fffc;text-decoration:none;border-radius:var(--radius-md);transition:background .2s,color .2s}.lh-profile-settings:hover{background:#ffffff14;color:#fff}.lh-profile-logout{display:flex;align-items:center;gap:8px;width:100%;padding:9px 10px;font-size:13.5px;font-weight:600;color:#ffffffd9;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);cursor:pointer;transition:background .2s,color .2s}.lh-profile-logout:hover{background:#ffffff1f;color:#fff}.lh-menu-pill{position:relative}.lh-menu-pill-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:52px;height:36px;background:transparent;border:none;cursor:pointer;transition:box-shadow .2s ease,transform .18s ease;padding:0}.lh-menu-pill-btn:hover{transform:translateY(-1px)}.lh-pill-line{display:block;width:20px;height:1.8px;background:#9ca3af;border-radius:2px}.lh-pill-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:6px;box-shadow:0 16px 40px #0f172a21;z-index:50;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease}.lh-menu-pill:hover .lh-pill-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.lh-pill-item{display:flex;align-items:center;gap:9px;width:100%;padding:9px 12px;font-size:13.5px;font-weight:500;color:var(--slate-700);text-decoration:none;background:none;border:none;border-radius:9px;cursor:pointer;transition:background .15s,color .15s}.lh-pill-item:hover{background:#0f172a0d;color:var(--ink)}.lh-pill-logout{color:#dc2626}.lh-pill-logout:hover{background:#dc26260f;color:#dc2626}.lh-drawer-settings-link{display:flex;align-items:center;gap:10px;padding:11px;margin-bottom:10px;font-size:14px;font-weight:500;color:var(--slate-700);text-decoration:none;border:1px solid var(--border);border-radius:var(--radius-md);transition:color .2s,border-color .2s}.lh-drawer-settings-link:hover{color:var(--ink);border-color:var(--slate-300)}.lh-drawer-logout{display:flex;align-items:center;gap:12px;padding:11px;background:none;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color .2s}.lh-drawer-logout:hover{border-color:var(--slate-300)}.lh-drawer-logout-text{display:flex;flex-direction:column;gap:2px;min-width:0}.lh-drawer-logout-name{font-size:14px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lh-drawer-logout-cta{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:var(--slate-500)}.toast-stack{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.toast-item{pointer-events:auto;background:var(--navy-deep);color:#fff;font-size:14px;font-weight:500;line-height:1.4;padding:14px 20px;border-radius:var(--radius-lg);box-shadow:0 16px 40px #040f2a66,0 2px 10px #040f2a40;max-width:360px;cursor:pointer}@media(max-width:480px){.toast-stack{left:12px;right:12px;bottom:12px;align-items:stretch}.toast-item{max-width:none}}@media(max-width:900px){.lh-inner{padding:0 24px}.lh-nav,.lh-actions{display:none}.lh-burger{display:flex;margin-left:auto}}@media(max-width:480px){.lh-inner{padding:0 16px}}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1px solid transparent;border-radius:var(--radius-md);padding:11px 20px;cursor:pointer;font-size:14px;font-weight:600;text-align:center;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--navy);color:#fff;box-shadow:0 1px 8px #1565d847;border-color:#fff;margin-left:10px}.button-primary:hover{background:var(--navy-hover);box-shadow:0 4px 16px #1565d859}.button-secondary{border-color:var(--navy);background:#fff;color:var(--navy)}.button-secondary:hover{border-color:var(--slate-300);background:#f1f5f9}.button-gold{background:var(--gold);color:#fff;box-shadow:0 1px 8px #c9860a47}.button-gold:hover{background:#b57609;box-shadow:0 4px 16px #c9860a59}.button-hero-primary{background:#fff;color:var(--navy-deep);font-size:15px;font-weight:700;padding:13px 28px;min-height:50px;border-radius:var(--radius-lg);box-shadow:0 4px 24px #00000038}.button-hero-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.button-hero-secondary{background:#ffffff14;color:var(--navy-deep);font-size:15px;font-weight:600;padding:13px 28px;min-height:50px;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button-hero-secondary:hover{background:#ffffff26;border-color:#ffffff59;transform:translateY(-2px)}.button.compact{min-height:38px;padding:8px 16px}.button.full{width:100%}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.hero-synvera{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:stretch;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#040f2a,#071a34 55%,#0d2650)}.hero-orb{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}.hero-orb-1{width:600px;height:600px;top:-200px;right:-100px;background:var(--navy)}.hero-orb-2{width:500px;height:500px;bottom:-150px;left:-100px;background:var(--blue)}.hero-orb-3{width:300px;height:300px;top:40%;left:35%;background:var(--navy)}.hero-synvera-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,480px);gap:64px;align-items:center;width:min(1120px,calc(100% - 48px));margin:0 auto;padding:100px 0 72px}.hero-synvera-content{display:flex;flex-direction:column;align-items:flex-start}.hero-eyebrow{margin:0 0 20px;padding:6px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:#ffffffa6;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-headline{margin:0;font-size:clamp(56px,9vw,96px);font-weight:700;letter-spacing:-.03em;line-height:.95;color:#fff}.hero-headline-dash{color:var(--gold-light)}.hero-tagline{margin:18px 0 0;font-size:clamp(20px,2.8vw,28px);font-weight:300;color:#ffffffbf;letter-spacing:-.01em;line-height:1.25}.hero-subtext{margin:20px 0 0;max-width:500px;font-size:16px;line-height:1.65;color:#ffffff80;font-weight:400}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-trust{margin:18px 0 0;color:#ffffff52;font-size:12.5px;letter-spacing:.01em}.hero-visual-wrap{display:flex;justify-content:center;filter:drop-shadow(var(--shadow-hero))}.hero-stats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.hero-stat{padding:24px 32px;border-right:1px solid rgba(255,255,255,.08)}.hero-stat:last-child{border-right:0}.hero-stat strong{display:block;color:#fff;font-size:26px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.hero-stat span{display:block;margin-top:4px;color:#fff6;font-size:12.5px;font-weight:400}.hero,.page-hero{overflow:hidden;background:var(--navy)}.hero-home{min-height:650px;display:grid;align-items:center}.hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(300px,.86fr);gap:56px;align-items:center;padding:72px 0 64px}.hero-copy h1,.page-hero h1{max-width:720px;margin:12px 0 18px;font-size:clamp(42px,7vw,72px);line-height:.98;letter-spacing:0;color:#fff}.hero-copy p,.page-hero p,.feature-copy p,.flat-card p,.price-card p,.demo-card p,.contact-panel p,.about-grid p{color:var(--slate-700)}.hero-copy>p:not(.eyebrow),.page-hero .centered>p{max-width:620px;font-size:18px;color:#fff}.hero-visual{display:flex;justify-content:center}.centered{max-width:760px;padding:76px 0 64px;text-align:center}.page-hero.subtle{background:linear-gradient(160deg,#020b1e,#071a34 22%,#0d2650 48%,#112d60 62%,#071a34 82%,#020b1e)}.centered .eyebrow{display:inline-block;color:#fff}.section{padding:80px 0}.band{background:#f1f5f9}.section-head{margin-bottom:32px}.section-head h2,.feature-copy h2,.navy-panel h2,.flat-card h2,.demo-card h2,.contact-panel h2{margin:8px 0 0;font-size:clamp(28px,4vw,42px);line-height:1.08;letter-spacing:-.01em}.eyebrow{margin:0;color:var(--blue);font-size:11.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.proof-bar{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-soft)}.stat{min-height:112px;padding:22px;border-right:1px solid var(--border)}.stat:last-child{border-right:0}.stat strong{display:block;color:var(--navy);font-size:28px;font-variant-numeric:tabular-nums}.stat span{display:block;margin-top:4px;color:var(--slate-500);font-size:13px}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.flat-card,.demo-card,.contact-panel,.mock-card,.price-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-soft)}.flat-card{padding:28px}.flat-card h3,.mock-card h3,.price-card h2{margin:0 0 10px;color:var(--ink);font-size:19px;line-height:1.2;letter-spacing:-.01em}.flat-card p,.mock-card p,.price-card p{margin:0;font-size:14.5px;line-height:1.6}.transition-line{margin:32px 0 0;color:var(--navy);font-size:22px;font-weight:700;letter-spacing:-.01em}.text-link{display:inline-flex;align-items:center;margin-top:28px;color:var(--blue);font-weight:600;font-size:14px;transition:opacity .2s}.text-link:hover{opacity:.75}.egypt-strip{background:var(--navy);color:#fff}.egypt-strip .eyebrow,.navy-panel .eyebrow{color:#9dbbe8}.egypt-strip h2{margin:8px 0 0;max-width:560px;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.01em}.strip-grid,.demo-grid,.about-grid,.security-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:32px;align-items:start}.check-list,.plan-list{padding:0;margin:0;list-style:none}.check-list li,.plan-list li{position:relative;padding-left:26px;margin-bottom:10px;color:inherit;font-size:14.5px}.check-list li:before,.plan-list .yes:before{position:absolute;left:0;top:.15em;width:15px;height:15px;border-radius:999px;background:#16a34a24;content:"";box-shadow:inset 0 0 0 4px #fff,0 0 0 1px #16a34a3d}.plan-list .no:before{position:absolute;left:0;top:.15em;width:15px;height:15px;border-radius:999px;background:#f1f5f9;content:"";box-shadow:inset 0 0 0 6px #fff,0 0 0 1px var(--slate-300)}.compact-list{margin-top:22px}.features-page-hero{background:linear-gradient(110deg,#dbeafebf,#ffffffad),var(--bg);padding:90px 0 72px;overflow:hidden}.features-hero-inner{max-width:680px;text-align:left}.features-hero-title{margin:12px 0 18px;font-size:clamp(42px,7vw,68px);line-height:.96;letter-spacing:-.025em;color:var(--ink)}.features-hero-sub{font-size:18px;line-height:1.65;color:var(--slate-700);max-width:560px;margin:0}.feature-full-section{min-height:92vh;display:flex;align-items:center;border-top:1px solid var(--border)}.feature-full-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,500px);gap:80px;align-items:center;padding:80px 0}.feature-full-grid--reversed{grid-template-columns:minmax(300px,500px) minmax(0,1fr)}.feature-full-grid--reversed .feature-full-copy{order:2}.feature-full-grid--reversed .feature-full-visual{order:1}.feature-full-copy{display:flex;flex-direction:column;align-items:flex-start}.feature-full-title{margin:10px 0 0;font-size:clamp(32px,4.5vw,52px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--ink)}.feature-full-body{margin:18px 0 0;max-width:520px;font-size:17px;line-height:1.7;color:var(--slate-700)}.feature-badge{margin-top:16px}.feature-full-list{margin-top:28px}.feature-full-visual{display:flex;justify-content:center;align-items:center}.features-cta-section{background:linear-gradient(135deg,#040f2a,#0d2650);color:#fff}.features-cta-section .eyebrow{color:#9dbbe8}.features-cta-heading{margin:10px 0 28px;font-size:clamp(28px,4vw,44px);letter-spacing:-.02em;color:#fff}.center-action{text-align:center}.patient-card{width:min(100%,420px);overflow:hidden;border-radius:var(--radius-xl);background:radial-gradient(circle at 92% 0%,rgba(21,101,216,.5),transparent 48%),var(--navy);box-shadow:var(--shadow-lift)}.allergy-strip{background:var(--danger);color:#fff;padding:11px 18px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.patient-body{padding:26px;color:#fff}.patient-top{display:flex;justify-content:space-between;gap:18px}.patient-top h3{margin:0;color:#fff;font-size:24px}.patient-top p{margin:4px 0 0;color:#9dbbe8;font-size:14px}.star-marker{color:var(--gold);font-size:18px}.complaint-box{margin-top:22px;border-radius:var(--radius-md);background:#ffffff14;padding:16px}.complaint-box span,.patient-metrics span{display:block;color:#9dbbe8;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.complaint-box strong{display:block;margin-top:5px;font-size:14px}.patient-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.patient-metrics div{border-radius:var(--radius-md);background:#ffffff14;padding:14px}.patient-metrics strong{display:block;margin-top:5px;font-size:14px;font-variant-numeric:tabular-nums}.mock-card{width:min(100%,360px);min-height:240px;margin-inline:auto;padding:28px}.mock-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:var(--radius-md);background:var(--blue-tint);color:var(--blue);font-weight:800}.line{height:9px;margin-top:14px;border-radius:999px;background:#e5e7eb}.line.long{width:100%}.line:not(.long):not(.short){width:76%}.line.short{width:58%}.whatsapp-button{width:100%;min-height:42px;margin-top:24px;border:0;border-radius:var(--radius-sm);background:var(--success);color:#fff;cursor:pointer;font-weight:800}.schedule-row,.record-row{display:flex;justify-content:space-between;gap:12px;margin-top:12px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;color:var(--slate-700);font-size:14px}.ai-card,.security-mini{background:var(--navy);color:#fff}.ai-card p,.security-mini p{color:#c5d4ea}.badge{display:inline-flex;align-items:center;min-height:28px;border:1px solid rgba(21,101,216,.18);border-radius:999px;padding:5px 12px;color:var(--blue);font-size:12px;font-weight:700}.badge.gold{border-color:#c9860a3d;background:#c9860a1a;color:var(--gold)}.pricing-section{padding-top:0}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start;background:linear-gradient(160deg,#020b1e,#071a34 22%,#0d2650 48%,#112d60 62%,#071a34 82%,#020b1e)}.price-card{padding:32px;border-radius:var(--radius-lg)}.price-card.featured{margin-top:-28px;background:var(--navy);color:#fff;box-shadow:var(--shadow-lift)}.price-card.featured h2,.price-card.featured p,.price-card.featured li{color:#fff}.price{display:flex;align-items:baseline;gap:8px;margin:12px 0;font-variant-numeric:tabular-nums}.price span{font-size:44px;font-weight:800;line-height:1}.price small{color:inherit;opacity:.7;font-size:13px}.plan-list{min-height:240px;margin:22px 0;color:var(--slate-700);font-size:14px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;margin-top:24px}table{width:100%;min-width:720px;border-collapse:collapse;font-size:14px}th,td{padding:16px;border-bottom:1px solid var(--border);text-align:left}th{color:#071a34;font-size:12px;letter-spacing:.08em;text-transform:uppercase}tr:last-child td{border-bottom:0}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:36px}.security-card{text-align:center}.icon-box{width:34px;height:34px;margin:0 auto 14px;border-radius:var(--radius-sm);background:linear-gradient(90deg,transparent 44%,white 44% 56%,transparent 56%),linear-gradient(0deg,transparent 44%,white 44% 56%,transparent 56%),var(--navy)}.security-layout{margin-top:36px}.navy-panel{min-height:300px;border-radius:var(--radius-md);background:var(--navy);box-shadow:var(--shadow-lift);color:#fff;padding:36px}.navy-panel p{color:#c5d4ea}.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.navy-panel .badge{border-color:#ffffff24;color:#fff}.quote-band{margin-top:40px;border-radius:var(--radius-md);background:#eef2f7;padding:40px;text-align:center}.quote-band strong{display:block;color:var(--navy);font-size:52px;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.02em}.quote-band p{max-width:640px;margin:8px auto 0;color:var(--slate-500)}.team-card{display:flex;gap:16px;align-items:center;max-width:520px;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:20px}.team-card h3,.team-card p{margin:0}.avatar-placeholder{width:64px;height:64px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--blue-tint);color:var(--navy);font-size:24px;font-weight:800}.timeline{display:grid;gap:12px;margin-top:32px}.timeline-item{display:grid;grid-template-columns:120px 1fr;gap:16px;border-left:3px solid var(--blue);background:#fff;padding:16px 20px}.timeline-item strong{color:var(--navy);font-variant-numeric:tabular-nums}.demo-card,.contact-panel{padding:28px}.field{display:grid;gap:6px;margin-top:16px}.field span{color:var(--slate-700);font-size:13px;font-weight:700}.field input,.field select{width:100%;min-height:46px;border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;color:var(--ink);padding:10px 12px}.field input:focus,.field select:focus{border-color:var(--blue);outline:3px solid var(--blue-tint)}.field small{color:var(--warning);font-size:12px}.demo-card .button{margin-top:22px}.success-note{margin:14px 0 0;border-radius:var(--radius-sm);background:#dcfce7;padding:12px;color:#166534;font-weight:700}.contact-panel dl{display:grid;gap:16px;margin:20px 0 0}.contact-panel div{border-bottom:1px solid var(--border);padding-bottom:14px}.contact-panel dt{color:var(--slate-500);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.contact-panel dd{margin:5px 0 0;color:var(--ink);font-weight:700}.section-bridge{display:block;height:96px;pointer-events:none}.section-bridge--navy-to-light{background:linear-gradient(to bottom,#0f2d5a,#f8fafc)}.section-bridge--light-to-navy{background:linear-gradient(to bottom,#f8fafc,#0f2d5a)}.section-bridge--dark-to-light{background:linear-gradient(to bottom,#071a34,#f8fafc)}.section-bridge--light-to-dark{background:linear-gradient(to bottom,#f8fafc,#071a34)}.final-cta{padding:80px 0;background:var(--navy)}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff}.cta-box h2{max-width:640px;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.06;letter-spacing:-.02em}.lf-footer{background:var(--navy);color:#94aac6;font-size:13.5px;padding-bottom:0}.lf-top-rule{height:1.5px;background:linear-gradient(90deg,transparent 0%,#696867 25%,#696867 75%,transparent 100%)}.lf-cta-strip{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:10px 0 12px;flex-wrap:wrap}.lf-cta-copy{flex:1;min-width:220px}.lf-cta-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin:0 0 10px}.lf-cta-heading{font-size:clamp(22px,3vw,32px);font-weight:700;letter-spacing:-.03em;color:#fff;margin:0;line-height:1.15}.lf-cta-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lf-btn-primary{display:inline-flex;align-items:center;padding:12px 24px;font-size:13px;font-weight:700;letter-spacing:.01em;color:#fff;text-decoration:none;background:linear-gradient(135deg,var(--navy-deep) 0%,#1565d8 100%);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #1565d859;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.lf-btn-primary:hover{box-shadow:0 8px 28px #1565d873}.lf-btn-ghost{display:inline-flex;align-items:center;padding:11px 22px;font-size:13px;font-weight:600;letter-spacing:.01em;color:#ffffffbf;text-decoration:none;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-md);transition:color .2s,border-color .2s,transform .2s;white-space:nowrap}.lf-btn-ghost:hover{color:#fff;border-color:#ffffff59;transform:translateY(-1px)}.lf-divider{height:1px;background:#ffffff12;margin:0}.lf-newsletter{background:var(--bg);border-radius:16px;padding:36px 48px;margin-bottom:5px;display:flex;flex-wrap:wrap;align-items:center;gap:24px 48px;margin-top:32px;margin-left:-20px}.lf-newsletter-copy{flex:1;min-width:200px}.lf-newsletter-title{font-size:clamp(20px,2.5vw,26px);font-weight:700;color:var(--navy);margin:0 0 6px;line-height:1.2}.lf-newsletter-sub{font-size:13px;color:var(--navy);opacity:.6;margin:0}.lf-newsletter-form{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.lf-newsletter-input{padding:11px 20px;border-radius:999px;border:1px solid var(--border);font-size:13px;color:var(--navy);background:#fff;outline:none;width:240px;font-family:inherit}.lf-newsletter-input::placeholder{color:#94a3b8}.lf-newsletter-btn{padding:11px 24px;border-radius:999px;background:var(--navy);color:#fff;font-size:13px;font-weight:600;border:none;cursor:pointer;font-family:inherit;white-space:nowrap;transition:opacity .2s}.lf-newsletter-btn:hover{opacity:.85}.lf-newsletter-thanks{font-size:13px;font-weight:600;color:var(--navy);margin:0}.lf-newsletter-legal{width:100%;font-size:11.5px;color:var(--navy);opacity:.5;margin:-12px 0 0}.lf-newsletter-policy{color:var(--navy);opacity:.7;text-decoration:none}.lf-newsletter-policy:hover{opacity:1;text-decoration:underline;color:#3f69c2}.lf-newsletter-form-wrap{display:flex;flex-direction:column;gap:6px}.lf-newsletter-error{font-size:11.5px;color:#dc2626;margin:0}.lf-main-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px;padding:52px 0 44px}.lf-brand-col{display:flex;flex-direction:column;gap:0}.lf-wordmark{display:inline-flex;align-items:flex-start;font-size:20px;font-weight:800;letter-spacing:-.04em;color:#fff;text-decoration:none;margin-bottom:14px;line-height:1}.lf-wordmark-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gold);margin-left:2px;margin-top:3px;flex-shrink:0}.lf-brand-tagline{font-size:13px;line-height:1.7;color:var(--surface);margin:0 0 20px;max-width:240px}.lf-email{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#94aac6e6;text-decoration:none;margin-bottom:20px;transition:color .2s}.lf-email:hover{color:#fff}.lf-email svg{flex-shrink:0;opacity:.7}.lf-social-row{display:flex;gap:8px}.lf-social{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none;transition:color .2s,border-color .2s,background .2s}.lf-social:hover{color:#fff;border-color:#ffffff40;background:#ffffff0d}.lf-col{display:flex;flex-direction:column}.lf-col-title{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94aac6bf;margin:0 0 16px}.lf-col-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.lf-link{font-size:13.5px;color:var(--surface);text-decoration:none;transition:color .2s,padding-left .2s;display:inline-block}.lf-link:hover{color:#fff;padding-left:3px}.lf-bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0 22px;border-top:1px solid rgba(255,255,255,.06);flex-wrap:wrap}.lf-copyright{font-size:12px;color:#94aac680;margin:0}.lf-made{font-size:12px;color:#94aac659;margin:0;letter-spacing:.02em}@media(max-width:900px){.lf-main-grid{grid-template-columns:1fr 1fr;gap:32px}.lf-brand-col{grid-column:1 / -1}.lf-cta-strip{flex-direction:column;align-items:flex-start;gap:24px}}@media(max-width:520px){.lf-main-grid{grid-template-columns:1fr}.lf-cta-actions{flex-direction:column;width:100%}.lf-btn-primary,.lf-btn-ghost{text-align:center;justify-content:center;width:100%}.lf-bottom-bar{flex-direction:column;align-items:flex-start;gap:6px}}.pr-page{background:#fff;min-height:100vh}.pr-hero{position:relative;background:var(--navy-deep);padding:100px 0 80px;overflow:hidden;text-align:center}.pr-hero-bg{position:absolute;inset:0;pointer-events:none}.pr-hero-inner{position:relative;z-index:1;max-width:680px;text-align:center;margin-left:430px}.pr-hero-title{font-size:65px;font-weight:700;letter-spacing:-.04em;color:var(--navy);line-height:1.1;margin:14px 0 18px}.pr-hero-em{background:#2957cc;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pr-hero-sub{font-size:16px;color:var(--navy);line-height:1.7;max-width:520px;margin:0 auto 24px}.pr-toggle-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:30px}.pr-toggle-container{display:inline-flex;align-items:center;gap:2px;background:var(--navy);border:1px solid var(--border);border-radius:999px;padding:5px;box-shadow:var(--shadow-soft)}.pr-toggle-opt{position:relative;isolation:isolate;font-size:13.5px;font-weight:600;color:var(--slate-500);background:none;border:none;cursor:pointer;transition:color .3s ease;padding:10px 20px;border-radius:999px;white-space:nowrap;display:flex;align-items:center;gap:8px}.pr-toggle-opt--active{color:#fff}.pr-toggle-pill{position:absolute;inset:0;z-index:-1;border-radius:999px;background:#9dbbe829;border:1px solid rgba(157,187,232,.35)}.pr-toggle-label{position:relative}.pr-save-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;font-variant-numeric:tabular-nums;color:#fff;background:#0f2d5a59;border-radius:999px;padding:2px 8px;line-height:1.6}.pr-toggle-opt:not(.pr-toggle-opt--active) .pr-save-tag{color:var(--blue);background:var(--blue-tint)}.pr-save-tag-external{display:inline-block;font-size:12px;font-weight:600;color:var(--navy);letter-spacing:.02em}.pr-cards-section{padding:72px 0 80px;background:var(--bg)}.pr-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:58px;align-items:start}.pr-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:36px 32px;display:flex;flex-direction:column;gap:0;box-shadow:0 2px 16px #0f172a0d;position:relative;transition:box-shadow .25s ease;width:110%}.pr-card:hover{box-shadow:0 12px 40px #0f172a1a}.pr-card--dark{background:var(--navy);border-color:#ffffff14;box-shadow:0 8px 40px #071a3459}.pr-card--dark:hover{box-shadow:0 20px 60px #071a3473}.pr-card-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:4px 12px;margin-bottom:18px;width:fit-content}.pr-card-tag--accent{background:#9dbbe829;color:#9dbbe8;border:1px solid rgba(157,187,232,.35)}.pr-card-tag--blue{background:#1565d814;color:#1565d8;border:1px solid rgba(21,101,216,.18)}.pr-card-header{margin-bottom:20px}.pr-card-name{font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--navy-deep);margin:0 0 8px}.pr-card--dark .pr-card-name{color:#fff}.pr-card-desc{font-size:13px;color:var(--slate-600);line-height:1.6;margin:0}.pr-card--dark .pr-card-desc{color:#ffffff8c}.pr-card-price{margin-bottom:24px}.pr-price-row{display:flex;align-items:flex-end;gap:4px;margin-bottom:6px}.pr-currency{font-size:14px;font-weight:600;color:var(--slate-500);margin-bottom:8px}.pr-card--dark .pr-currency{color:#ffffff73}.pr-amount{font-size:38px;font-weight:800;letter-spacing:-.05em;color:var(--navy-deep);line-height:1;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.pr-card--dark .pr-amount{color:#fff}.pr-period{font-size:13px;color:var(--slate-500);margin-bottom:8px}.pr-card--dark .pr-period{color:#fff6}.pr-billed-note{font-size:12px;color:var(--slate-500);margin:0;min-height:18px;font-variant-numeric:tabular-nums}.pr-card--dark .pr-billed-note{color:#fff6}.pr-billed-note strong{color:var(--slate-700)}.pr-card--dark .pr-billed-note strong{color:#ffffffbf}.pr-card-divider{height:1px;background:#e2e8f0;margin:20px 0}.pr-card--dark .pr-card-divider{background:#ffffff14}.pr-block-label{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--slate-400);margin:0 0 12px}.pr-card--dark .pr-block-label{color:#ffffff4d}.pr-quota-block{margin-bottom:0}.pr-quota-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.pr-quota-row{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:13px}.pr-quota-key{color:var(--slate-600)}.pr-card--dark .pr-quota-key{color:#ffffff80}.pr-quota-val{font-weight:700;color:var(--navy-deep);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.pr-card--dark .pr-quota-val{color:#9dbbe8}.pr-quota-note{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--slate-500);margin:10px 0 0;font-style:italic}.pr-card--dark .pr-quota-note{color:#ffffff59}.pr-feat-block{margin-bottom:15px}.pr-feat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.pr-feat-item{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;color:var(--slate-700);line-height:1.5}.pr-card--dark .pr-feat-item{color:#fffc}.pr-feat-item svg{margin-top:1px;flex-shrink:0}.pr-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:12px 22px;font-size:13.5px;font-weight:700;letter-spacing:.01em;border-radius:var(--radius-md);text-decoration:none;margin-top:24px;width:100%;transition:transform .2s ease,box-shadow .2s ease}.pr-cta-btn--navy{background:var(--navy-deep);color:#fff;box-shadow:0 2px 12px #071a3433}.pr-cta-btn--navy:hover{transform:translateY(-2px);box-shadow:0 8px 24px #071a344d}.pr-cta-btn--accent{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-hover) 100%);color:#fff;font-weight:800;box-shadow:0 4px 18px #1565d859}.pr-cta-btn--accent:hover{transform:translateY(-2px);box-shadow:0 10px 28px #1565d873}.pr-custom-callout{margin-top:40px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;text-align:center;padding:24px 32px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 16px #0f172a0d}.pr-custom-callout-text{margin:0;font-size:14.5px;color:var(--slate-500);max-width:520px}.pr-custom-callout-btn{width:auto;margin-top:0;flex-shrink:0;white-space:nowrap}@media(max-width:640px){.pr-custom-callout{flex-direction:column;padding:22px 24px}.pr-custom-callout-btn{width:100%}}.pr-compare-section{padding:80px 0;background:#fff}.pr-compare-head{text-align:center;margin-bottom:48px}.pr-section-title{font-size:clamp(24px,3.5vw,36px);font-weight:800;letter-spacing:-.04em;color:var(--navy-deep);margin:10px 0 0}.pr-table-wrap{overflow-x:auto;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 2px 20px #0f172a0d}.pr-table{width:100%;border-collapse:collapse;font-size:13.5px}.pr-th{padding:16px 20px;text-align:center;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--slate-500);border-bottom:1px solid #e2e8f0;background:#f8fafc;white-space:nowrap}.pr-th-feature{text-align:left;width:38%}.pr-th-featured{background:var(--navy);color:#fff9;position:relative}.pr-th-featured:after{content:"Popular";position:absolute;top:6px;right:10px;font-size:9px;color:#9dbbe8;letter-spacing:.1em}.pr-tr{transition:background .15s}.pr-tr--alt{background:#f8fafc}.pr-tr:hover{background:#f1f5f9}.pr-td{padding:14px 20px;border-bottom:1px solid #e2e8f0;text-align:center;vertical-align:middle}.pr-tr:last-child .pr-td{border-bottom:none}.pr-td-label{text-align:left;font-size:13.5px;font-weight:500;color:var(--slate-700)}.pr-td-featured{background:#071a3408;border-left:2px solid rgba(7,26,52,.08);border-right:2px solid rgba(7,26,52,.08)}.pr-td-text{font-weight:600;color:var(--navy-deep);font-size:13px;font-variant-numeric:tabular-nums}.pr-check-wrap{display:inline-flex}.pr-dash-wrap{display:inline-flex;opacity:.5}.pr-faq-section{padding:80px 0;background:#f8fafc}.pr-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:0}.pr-faq-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px 28px;transition:box-shadow .2s}.pr-faq-card:hover{box-shadow:0 6px 24px #0f172a12}.pr-faq-q{font-size:15px;font-weight:700;color:var(--navy-deep);margin:0 0 10px;letter-spacing:-.02em}.pr-faq-a{font-size:13.5px;color:var(--slate-600);line-height:1.7;margin:0}.pr-bottom-cta{background:var(--navy-deep);padding:80px 0;text-align:center;position:relative;overflow:hidden}.pr-bottom-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 30% 50%,rgba(21,101,216,.18) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 75% 50%,rgba(22,163,74,.08) 0%,transparent 70%);pointer-events:none}.pr-bottom-inner{position:relative;z-index:1}.pr-bottom-title{font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-.04em;color:#fff;margin:10px 0 12px}.pr-bottom-sub{font-size:15px;color:#ffffff8c;margin:0 0 36px}.pr-bottom-btns{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.pr-ghost-btn{display:inline-flex;align-items:center;padding:12px 24px;font-size:13.5px;font-weight:600;color:#ffffffb3;text-decoration:none;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-md);transition:color .2s,border-color .2s,transform .2s}.pr-ghost-btn:hover{color:#fff;border-color:#ffffff61;transform:translateY(-1px)}@media(max-width:960px){.pr-cards-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.pr-faq-grid{grid-template-columns:1fr}}@media(max-width:640px){.pr-hero{padding:72px 0 56px}.pr-toggle-wrap{flex-direction:column;gap:10px;padding:5px 16px}.pr-save-tag{display:none}.pr-save-tag-external{font-size:11px;padding:0}.pr-compare-section,.pr-faq-section,.pr-bottom-cta{padding:56px 0}.pr-bottom-btns{flex-direction:column}}.feature-stack .container{display:grid;gap:64px}.feature-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.88fr);gap:44px;align-items:center}.feature-row:nth-child(2n) .feature-copy{order:2}.feature-copy>p:not(.eyebrow){margin:14px 0 0;max-width:560px;font-size:16px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media(max-width:960px){.luxury-header{grid-template-columns:1fr auto auto;gap:12px;padding:0 20px;min-height:62px}.nav-center,.nav-actions{display:none}.menu-toggle{display:flex;grid-column:3}.hero-synvera-inner{grid-template-columns:1fr;text-align:center;padding:80px 0 0;gap:48px}.hero-synvera-content{align-items:center}.hero-subtext{text-align:center;margin-inline:auto}.hero-actions{justify-content:center}.hero-trust{text-align:center}.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stat:nth-child(2){border-right:0}.hero-stat:nth-child(1),.hero-stat:nth-child(2){border-bottom:1px solid rgba(255,255,255,.08)}.hero-grid,.feature-row,.strip-grid,.demo-grid,.about-grid,.security-layout,.pricing-grid,.card-grid.three{grid-template-columns:1fr}.feature-row:nth-child(2n) .feature-copy{order:initial}.proof-bar{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--border)}.price-card.featured{margin-top:0}.cta-box,.footer-grid{align-items:flex-start;flex-direction:column}.feature-full-section{min-height:auto;padding:60px 0}.feature-full-grid,.feature-full-grid--reversed{grid-template-columns:1fr;gap:40px;padding:40px 0}.feature-full-grid--reversed .feature-full-copy{order:1}.feature-full-grid--reversed .feature-full-visual{order:2}.features-hero-inner{text-align:center;max-width:100%}.features-hero-title{font-size:48px}.features-hero-sub{margin-inline:auto}}@media(max-width:560px){.luxury-header{padding:0 16px}.hero-synvera{min-height:100dvh}.hero-headline{font-size:52px}.hero-tagline{font-size:18px}.hero-stats{grid-template-columns:1fr 1fr}.hero-grid,.centered{padding:48px 0}.hero-copy h1,.page-hero h1{font-size:42px}.section{padding:56px 0}.proof-bar,.card-grid,.faq-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--border)}.stat:last-child{border-bottom:0}.patient-body,.flat-card,.demo-card,.contact-panel,.price-card,.navy-panel{padding:20px}.patient-metrics{grid-template-columns:1fr}.timeline-item{grid-template-columns:1fr;gap:4px}.feature-full-title{font-size:32px}.features-hero-title{font-size:38px}.hero-stat{padding:18px 20px}.hero-stat strong{font-size:22px}}.hv2-section{position:relative;min-height:100vh;background:#f7f8fc;display:flex;flex-direction:column;align-items:center;padding:100px 24px 64px;overflow:hidden}.hv2-radial{position:absolute;inset:0;background:radial-gradient(ellipse 72% 56% at 50% 38%,rgba(99,102,241,.07) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 50% 28%,rgba(14,165,233,.06) 0%,transparent 65%);pointer-events:none}.hv2-noise{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");pointer-events:none;opacity:.4}.hv2-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;margin-bottom:48px}.hv2-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffffe0;border:1px solid rgba(99,102,241,.18);border-radius:100px;padding:6px 16px 6px 10px;font-size:12.5px;font-weight:600;color:#4f46e5;letter-spacing:.01em;margin-bottom:28px;box-shadow:0 1px 8px #6366f114;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hv2-badge-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e33;animation:hv2-pulse-dot 2s ease infinite}@keyframes hv2-pulse-dot{0%,to{box-shadow:0 0 0 3px #22c55e33}50%{box-shadow:0 0 0 6px #22c55e14}}.hv2-headline{font-size:clamp(38px,5.5vw,64px);font-weight:760;line-height:1.08;letter-spacing:-.03em;color:#0b1d36;margin:0 0 22px}.hv2-headline-accent{background:linear-gradient(120deg,#0f2d5a,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hv2-sub{font-size:17px;line-height:1.65;color:#64748b;max-width:560px;margin:0 0 36px}.hv2-ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.hv2-btn{display:inline-flex;align-items:center;gap:7px;border-radius:12px;font-size:14.5px;font-weight:600;padding:13px 24px;text-decoration:none;transition:all .2s ease;cursor:pointer}.hv2-btn--primary{background:#0f2d5a;color:#fff;box-shadow:0 2px 16px #0f2d5a38,0 1px 4px #0f2d5a1f}.hv2-btn--primary:hover{background:#163d7a;box-shadow:0 4px 24px #0f2d5a4d;transform:translateY(-1px)}.hv2-btn--ghost{background:#ffffffb3;color:#0f2d5a;border:1px solid rgba(15,45,90,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hv2-btn--ghost:hover{background:#fffffff2;border-color:#0f2d5a47;transform:translateY(-1px)}.hv2-hub{position:relative;width:100%;max-width:780px;height:360px;z-index:2}.hv2-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.hv2-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.hv2-center-ring{position:absolute;border-radius:50%;border:1px solid rgba(15,45,90,.1);animation:hv2-ring-pulse 3.5s ease-in-out infinite}.hv2-ring--outer{width:88px;height:88px;animation-delay:0s}.hv2-ring--inner{width:68px;height:68px;border-color:#0f2d5a29;animation-delay:.6s}@keyframes hv2-ring-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.07);opacity:.55}}.hv2-center-core{position:relative;z-index:2;width:50px;height:50px;border-radius:14px;background:#0f2d5a;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0f2d5a47}.hv2-center-s{font-size:22px;font-weight:780;color:#fff;letter-spacing:-.04em}.hv2-node-anchor{position:absolute;pointer-events:none;transition:transform .12s ease-out}.hv2-node{pointer-events:all;display:flex;align-items:center;gap:10px;background:#ffffffd1;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.95);border-radius:14px;padding:10px 14px 10px 10px;box-shadow:0 4px 24px #0f2d5a14,0 1px 4px #0f2d5a0d;white-space:nowrap;cursor:default}.hv2-node-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv2-node-icon svg{width:16px;height:16px}.hv2-node-text{display:flex;flex-direction:column;gap:1px}.hv2-node-label{font-size:12.5px;font-weight:700;color:#0f172a;letter-spacing:-.01em}.hv2-node-sub{font-size:10.5px;color:#94a3b8;font-weight:500}.hv2-scroll{position:relative;z-index:2;margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#94a3b8;font-size:11.5px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.hv2-scroll-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1}@media(max-width:680px){.hv2-hub{height:280px}.hv2-node-sub{display:none}.hv2-node{padding:8px 10px;gap:7px}.hv2-headline{font-size:34px}}.hero-editorial{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:stretch;justify-content:center;overflow:hidden;background:var(--bg);background-size:400% 400%;animation:heroGradientWave 24s ease-in-out infinite}.hero-grain{position:absolute;inset:0;z-index:1;opacity:.035;background-size:150px 200px;pointer-events:none}.hero-editorial-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:120px 24px 80px;flex:1}.hero-rule-line{display:flex;align-items:center;gap:18px;max-width:500px;width:100%;margin-bottom:28px;color:#ffffff47;font-size:10px;font-weight:600;letter-spacing:.24em;text-transform:uppercase}.hero-rule{flex:1;height:1px;background:var(--slate-700)}.hero-rule-text{white-space:nowrap;flex-shrink:0;color:var(--navy)}.hero-wordmark{margin:0 0 34px;font-size:clamp(72px,13vw,148px);font-weight:700;line-height:1;letter-spacing:-.05em;color:var(--navy);text-align:center}.hero-slogan{margin:0 0 20px;font-size:clamp(16px,2.2vw,22px);font-weight:300;font-style:italic;line-height:1.4;letter-spacing:.01em;color:var(--slate-600);text-align:center}.hero-sep{width:52px;height:1px;background:#ffffff2e;margin:0 auto 18px;transform-origin:center}.hero-editorial-sub{max-width:460px;margin:0 0 34px;font-size:16px;line-height:1.78;color:var(--navy);font-weight:400;text-align:center}.hero-network{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.07}.hero-editorial-cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.hero-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 30px;border-radius:100px;font-size:15px;font-weight:600;letter-spacing:-.01em;text-decoration:none;transition:all .22s ease;cursor:pointer}.hero-btn--primary{background:var(--navy);color:#fff;box-shadow:0 2px 20px #0f2d5a38}.hero-btn--primary:hover{background:#0a1f5e;box-shadow:0 4px 28px #0f2d5a57;transform:translateY(-1px)}.hero-btn--ghost{background:#ffffffb8;color:var(--navy);border:1px solid rgba(15,45,90,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-btn--ghost:hover{background:#ffffffeb;transform:translateY(-1px)}.hero-built-for{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#0f2d5a59;margin:0}.hero-built-for span{color:#0f2d5a8c}.btn-ghost{background-color:#fff;color:#0f246b;padding:10px 25px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 2px 8px #072c7c4d}.btn-ghost:hover{border-bottom-color:#fffc;gap:18px;opacity:.85}.btn-ghost-secondary{color:#fff;padding:12px 20px;border-radius:12px;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:6px;border:1px solid #d1d5db}.btn-ghost-secondary:hover{color:#fff9;border-color:#ffffff40}.hero-trust-line{margin:0;color:#fff3;font-size:12px;letter-spacing:.04em}.scroll-indicator{position:absolute;bottom:100px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px}.scroll-indicator-line{display:block;width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);transform-origin:top}.scroll-indicator-label{color:#ffffff38;font-size:9px;font-weight:700;letter-spacing:.25em;text-transform:uppercase}.imm-section{position:relative;min-height:100%;display:flex;align-items:center;overflow:hidden}.imm-bg{position:absolute;inset:-15% 0;z-index:0;will-change:transform}.imm-content{position:relative;z-index:1;width:100%;padding:60px 0;will-change:transform}.imm-dark{background:#071a34}.imm-bg-dark{background:radial-gradient(ellipse 80% 60% at 15% 20%,rgba(21,101,216,.13) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 85% 80%,rgba(201,134,10,.06) 0%,transparent 55%),#071a34}.imm-light{background:#f8fafc}.imm-bg-light{background:radial-gradient(ellipse 70% 50% at 90% 10%,rgba(219,234,254,.6) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 10% 90%,rgba(219,234,254,.3) 0%,transparent 55%),#f8fafc}.imm-navy{background:var(--navy)}.imm-bg-navy{background:radial-gradient(ellipse 80% 60% at 80% 20%,rgba(21,101,216,.28) 0%,transparent 55%),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(201,134,10,.08) 0%,transparent 55%),var(--navy)}.imm-center{text-align:center}.imm-heading{margin:14px 0 52px;font-size:clamp(36px,5.5vw,48px);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:#ffffffe6}.imm-heading-dark{color:var(--ink)}.eyebrow-light{color:#ffffff73}.imm-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto}.imm-card{border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-lg);background:#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:32px 28px;text-align:left;transition:border-color .3s ease,background .3s ease}.imm-card:hover{border-color:#ffffff21;background:#ffffff12}.imm-card-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:#1565d840;border:1px solid rgba(21,101,216,.3);margin-bottom:20px}.imm-card h3{margin:0 0 10px;font-size:18px;font-weight:600;color:#ffffffe0;letter-spacing:-.01em}.imm-card p{margin:0;font-size:14.5px;line-height:1.65;color:#ffffff73}.imm-bridge{margin:52px 0 0;font-size:22px;font-weight:600;color:#ffffff8c;letter-spacing:-.01em;max-width:560px;margin-inline:auto}.imm-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto}.btn-explore{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:14px;font-weight:600;letter-spacing:.01em;transition:gap .2s ease,opacity .2s ease;text-decoration:none}.btn-explore:hover{gap:14px;opacity:.8}.imm-built-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:20px 0}.imm-built-heading{margin:20px 0 0;display:flex;flex-direction:column;gap:2px}.imm-built-line{display:block;font-size:clamp(32px,4.5vw,54px);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:#fff;overflow:hidden}.imm-check-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.imm-check-list li{display:flex;align-items:flex-start;gap:14px;font-size:16px;font-weight:500;color:#ffffffbf;line-height:1.5}.imm-check-icon{color:var(--gold-light);font-size:12px;margin-top:3px;flex-shrink:0}.ccj-section{padding:100px 0 112px;background:var(--surface)}.ccj-header{text-align:center;margin-bottom:64px}.ccj-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--navy-deep);margin-top:12px;letter-spacing:-.02em}.ccj-flow{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:0}.ccj-step-wrap{display:flex;align-items:center;gap:0}.ccj-step{display:flex;flex-direction:column;align-items:center;text-align:center;width:148px;padding:28px 16px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 2px 16px #0f2d5a0f;transition:transform .26s ease,box-shadow .26s ease}.ccj-step:hover{transform:translateY(-5px);box-shadow:0 10px 32px #0f2d5a1c}.ccj-step-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#eef3fb;border-radius:12px;color:var(--navy);margin-bottom:12px}.ccj-step-icon svg{width:22px;height:22px}.ccj-step-label{font-size:13.5px;font-weight:700;color:var(--navy-deep);letter-spacing:.01em;margin-bottom:6px}.ccj-step-desc{font-size:12px;color:var(--slate-500);line-height:1.5;margin:0}.ccj-arrow{display:flex;align-items:center;padding:0 10px;color:var(--slate-300);flex-shrink:0;margin-bottom:28px}.ccj-arrow svg{width:20px;height:20px}.ccj-tagline{text-align:center;margin-top:56px;font-size:1.05rem;color:var(--slate-600);max-width:560px;margin-left:auto;margin-right:auto;line-height:1.7}.ccj-tagline strong{color:var(--navy-deep)}@media(max-width:900px){.ccj-flow,.ccj-step-wrap{flex-direction:column;align-items:center}.ccj-step{width:80%;max-width:320px}.ccj-arrow{transform:rotate(90deg);padding:6px 0;margin-bottom:0}}.pj-section{padding:120px 0 140px;background:var(--surface)}.pj-header{text-align:center;margin-bottom:80px}.pj-title{font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:700;color:var(--navy-deep);letter-spacing:-.03em;line-height:1.12;margin:14px 0 18px}.pj-title-sub{display:block;font-size:clamp(1rem,1.6vw,1.25rem);font-weight:400;color:var(--slate-500);letter-spacing:-.01em;margin-top:10px}.pj-layout{display:grid;grid-template-columns:1fr 1fr;gap:0 80px;align-items:stretch}.pj-steps{display:flex;flex-direction:column}.pj-step{display:flex;align-items:flex-start;gap:24px;border-left:2px solid var(--border);padding:36px 0 36px 36px;position:relative;opacity:.35;transition:opacity .4s ease}.pj-step--active{opacity:1}.pj-step:before{content:"";position:absolute;left:-7px;top:44px;width:12px;height:12px;border-radius:50%;background:var(--border);border:2px solid var(--surface);transition:background .4s ease,transform .4s ease}.pj-step--active:before{background:var(--navy);transform:scale(1.3)}.pj-step-icon-wrap{flex-shrink:0;width:48px;height:48px;border-radius:14px;background:#eef3fb;display:flex;align-items:center;justify-content:center;color:var(--slate-400);transition:background .4s ease,color .4s ease}.pj-step--active .pj-step-icon-wrap{background:var(--navy);color:#fff}.pj-step-icon-wrap svg{width:22px;height:22px}.pj-step-label{display:block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--slate-400);margin-bottom:6px;transition:color .4s ease}.pj-step--active .pj-step-label{color:var(--navy)}.pj-step-desc{font-size:15px;color:var(--slate-600);line-height:1.65;margin:0}.pj-visual-col{position:relative}.pj-visual-sticky{position:sticky;top:calc(50vh - 260px);display:flex;flex-direction:column;align-items:center;gap:24px}.pj-visual-frame{width:100%}.pj-dots{display:flex;gap:8px}.pj-dot{width:6px;height:6px;border-radius:50%;background:var(--border);transition:background .3s ease,transform .3s ease}.pj-dot--active{background:var(--navy);transform:scale(1.4)}.pj-mock{border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #040f2a38;width:100%}.pj-mock--dark{background:var(--navy);color:#e2eaf8}.pj-mock-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.07)}.pj-mock-dot{width:10px;height:10px;border-radius:50%;background:#ffffff26}.pj-mock-title{font-size:12px;font-weight:600;color:var(--surface);margin-left:8px;letter-spacing:.04em}.pj-chat{padding:20px 18px;display:flex;flex-direction:column;gap:10px}.pj-chat-bubble{max-width:78%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5}.pj-chat-bubble--in{background:#ffffff1a;color:#c8d8f0;align-self:flex-start;border-bottom-left-radius:4px}.pj-chat-bubble--out{background:#1a56db;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.pj-chat-typing{display:flex;align-items:center;gap:5px;padding:12px 16px}.pj-chat-typing span{width:7px;height:7px;border-radius:50%;background:#ffffff80;animation:pj-bounce 1.2s ease infinite}.pj-chat-typing span:nth-child(2){animation-delay:.2s}.pj-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes pj-bounce{0%,80%,to{transform:scale(.7);opacity:.4}40%{transform:scale(1);opacity:1}}.pj-followup-tag{display:flex;align-items:center;gap:6px;font-size:11px;color:#ffffff59;margin-top:4px;align-self:center}.pj-cal{padding:16px;display:flex;flex-direction:column;gap:8px}.pj-cal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.pj-cal-header span:first-child{font-size:13px;font-weight:600;color:var(--surface)}.pj-cal-badge{font-size:10px;background:#1a56db40;color:#7eb3ff;padding:3px 8px;border-radius:20px;font-weight:600}.pj-cal-slot{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);transition:background .2s}.pj-cal-slot--selected{background:#1a56db33;border-color:#1a56db80}.pj-cal-time{font-size:13px;font-weight:600;color:#c8d8f0;flex:1}.pj-cal-status{font-size:11px;color:#fff6}.pj-cal-slot--selected .pj-cal-status{color:#7eb3ff}.pj-cal-check{color:#4ade80;font-size:14px;font-weight:700}.pj-queue{padding:16px;display:flex;flex-direction:column;gap:8px}.pj-queue-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;margin-bottom:4px}.pj-queue-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:#ffffff0a}.pj-queue-row--active{background:#1a56db26}.pj-queue-avatar{width:32px;height:32px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#c8d8f0;flex-shrink:0}.pj-queue-info{display:flex;flex-direction:column;flex:1}.pj-queue-name{font-size:13px;font-weight:600;color:var(--surface)}.pj-queue-time{font-size:11px;color:#ffffff59}.pj-queue-badge{font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px}.pj-queue-badge--done{background:#4ade8026;color:#4ade80}.pj-queue-badge--active{background:#1a56db40;color:#7eb3ff}.pj-queue-badge--waiting{background:#ffffff0f;color:#fff6}.pj-record{padding:16px;display:flex;flex-direction:column;gap:8px}.pj-record-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px}.pj-record-row span{color:var(--surface)}.pj-record-row strong{color:#c8d8f0;font-weight:600}.pj-record-alert{color:#f87171!important}.pj-record-divider{height:1px;background:#ffffff14;margin:4px 0}.pj-record-note{font-size:12px;color:#ffffff73;line-height:1.6;font-style:italic}.pj-ai{padding:16px;display:flex;flex-direction:column;gap:12px}.pj-ai-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d}.pj-ai-row{display:flex;align-items:center;gap:10px}.pj-ai-dx{font-size:12px;color:var(--surface);width:190px;flex-shrink:0}.pj-ai-bar-wrap{flex:1;height:4px;background:#ffffff14;border-radius:4px;overflow:hidden}.pj-ai-bar{height:100%;background:linear-gradient(90deg,#1a56db,#7eb3ff);border-radius:4px}.pj-ai-conf{font-size:11px;font-weight:700;color:#7eb3ff;width:32px;text-align:right}.pj-ai-flag{display:flex;align-items:center;gap:7px;font-size:11px;color:#fca5a5;background:#f871711a;border:1px solid rgba(248,113,113,.2);border-radius:8px;padding:8px 12px;margin-top:4px}.pj-rx{padding:16px;display:flex;flex-direction:column;gap:10px}.pj-rx-header{display:flex;justify-content:space-between;align-items:center}.pj-rx-clinic{font-size:13px;font-weight:700;color:var(--surface)}.pj-rx-date{font-size:11px;color:#ffffff59}.pj-rx-patient{font-size:12px;color:#ffffff73}.pj-rx-divider{height:1px;background:#ffffff14}.pj-rx-item{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.pj-rx-drug{font-size:13px;font-weight:600;color:var(--surface)}.pj-rx-sig{font-size:11px;color:#fff6}.pj-rx-sent{display:flex;align-items:center;gap:6px;font-size:11px;color:#4ade80;margin-top:4px}@media(max-width:860px){.pj-layout{grid-template-columns:1fr}.pj-visual-col{display:none}.pj-step{opacity:1}.pj-step--active .pj-step-icon-wrap{background:var(--navy);color:#fff}}.cc-section{padding:112px 0;background:var(--surface)}.cc-inner{display:grid;grid-template-columns:1fr 1fr;gap:0 100px;align-items:center}.cc-copy{display:flex;flex-direction:column;gap:20px}.cc-heading{font-size:clamp(2rem,3.5vw,3rem);font-weight:700;color:var(--navy-deep);letter-spacing:-.025em;line-height:1.15;margin:0}.cc-heading-sub{font-weight:400;color:var(--slate-500)}.cc-tagline{font-size:1rem;color:var(--slate-600);line-height:1.7;max-width:400px;margin:0;border-left:3px solid var(--border);padding-left:16px}.cc-sub{font-size:.9rem;color:var(--slate-400);margin:0}.cc-card{background:#0d1f3c;border-radius:20px;padding:36px 40px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 24px 64px #040f2a33}.cc-flow-item{display:flex;flex-direction:column;align-items:flex-start}.cc-step{display:flex;align-items:center;gap:14px}.cc-step-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#ffffff80;flex-shrink:0}.cc-step-icon svg{width:18px;height:18px}.cc-step-label{font-size:15px;font-weight:500;color:#ffffffd9;letter-spacing:.01em}.cc-arrow{width:16px;height:16px;color:#fff3;margin:6px 0 6px 8px}@media(max-width:860px){.cc-inner{grid-template-columns:1fr;gap:48px 0}}.hiw-section{padding:120px 0 128px;background:var(--surface);position:relative}.hiw-section .container{display:grid;grid-template-columns:1fr 1fr;gap:0 100px;align-items:start}.hiw-header{position:sticky;top:120px}.hiw-eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);margin:0 0 20px}.hiw-title{margin:0 0 28px;font-size:clamp(32px,3.6vw,48px);font-weight:700;line-height:1.07;letter-spacing:-.025em;color:var(--ink)}.hiw-title-rule{width:44px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px}.hiw-timeline{display:flex;flex-direction:column}.hiw-timeline-item{display:grid;grid-template-columns:96px 52px 1fr;align-items:start;gap:0}.hiw-tl-left{display:flex;flex-direction:column;gap:6px;text-align:right;padding-right:24px;padding-top:2px}.hiw-tl-num{font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--ink);line-height:1}.hiw-tl-label{font-size:9.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.hiw-tl-connector{display:flex;flex-direction:column;align-items:center;padding-bottom:56px}.hiw-timeline-item:last-child .hiw-tl-connector{padding-bottom:0}.hiw-tl-dot{width:18px;height:18px;border-radius:50%;background:var(--bg);border:2px solid var(--blue);box-shadow:0 0 0 4px #1565d81f,0 0 16px #1565d840;flex-shrink:0;position:relative;z-index:1;margin-top:3px;transition:box-shadow .3s ease,border-color .3s ease}.hiw-tl-dot:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--blue);transition:background .3s ease}.hiw-timeline-item:hover .hiw-tl-dot{box-shadow:0 0 0 6px #1565d829,0 0 28px #1565d866}.hiw-tl-line{width:1px;flex:1;min-height:44px;background:linear-gradient(180deg,var(--blue) 0%,rgba(21,101,216,.08) 100%);margin-top:7px}.hiw-tl-body{padding-bottom:56px;padding-top:0}.hiw-timeline-item:last-child .hiw-tl-body{padding-bottom:0}.hiw-tl-title{margin:0 0 8px;font-size:17px;font-weight:700;color:var(--ink);letter-spacing:-.015em;line-height:1.3;transition:color .2s ease}.hiw-timeline-item:hover .hiw-tl-title{color:var(--blue)}.hiw-tl-desc{margin:0;font-size:14px;line-height:1.7;color:var(--slate-500)}.how-heading,.faq-heading{margin:14px 0 0;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.08;letter-spacing:-.01em;color:var(--ink)}.ds2-section{position:relative;background:var(--surface);padding:55px 0 80px;overflow:hidden}.ds2-bg-glow{position:absolute;width:700px;height:800px;border-radius:50%;top:-180px;left:50%;transform:translate(-50%);pointer-events:none}.ds2-bg-glow--2{width:500px;height:500px;top:auto;bottom:-120px;left:30%}.ds2-container{display:flex;flex-direction:column;align-items:center}.ds2-headline{text-align:center;max-width:620px;margin-bottom:24px}.ds2-title{font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:700;color:var(--navy-deep);letter-spacing:-.03em;line-height:1.12;margin:14px 0 18px}.ds2-title-accent{background:var(--navy-deep);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ds2-sub{font-size:14px;color:var(--slate-500);line-height:1.7;margin:0}.ds2-stage{position:relative;width:100%;max-width:1000px;display:flex;align-items:center;justify-content:center;min-height:360px}.ds2-laptop-wrap{position:relative;z-index:2;width:68%;max-width:680px}.ds2-laptop-glow{position:absolute;inset:10% 5%;background:radial-gradient(ellipse,rgba(26,86,219,.14) 0%,transparent 70%);filter:blur(40px);z-index:-1}.ds2-laptop-img{width:100%;height:auto;display:block;filter:drop-shadow(0 40px 80px rgba(4,15,42,.18))}.ds2-card{position:absolute;z-index:4;background:#ffffffd1;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);border:1px solid rgba(255,255,255,.9);border-radius:16px;padding:14px 16px;box-shadow:0 4px 24px #0f2d5a17,0 1px 4px #0f2d5a0f;min-width:180px}.ds2-card--top-left{top:5%;left:-1%}.ds2-card--top-right{top:5%;right:-1%}.ds2-card--mid-left{top:37%;left:-8%}.ds2-card--mid-right{top:37%;right:-8%}.ds2-card--bot-left{top:69%;left:-3%}.ds2-card--bot-right{top:69%;right:-3%}.ds2-cards-layer{position:absolute;inset:0;pointer-events:none}.ds2-cards-layer .ds2-card{pointer-events:all}.ds2-card-inner{display:flex;flex-direction:column;gap:7px}.ds2-card-inner--dark{background:#0f2d5a;border-radius:12px;padding:12px;gap:10px;color:#e2eaf8}.ds2-card-row{display:flex;align-items:center;gap:8px}.ds2-card-row--space{justify-content:space-between}.ds2-card-icon{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds2-card-icon svg{width:14px;height:14px}.ds2-icon--slate,.ds2-icon--blue{background:#f1f5f9;color:#64748b}.ds2-icon--amber{background:#fef3c7;color:#d97706}.ds2-icon--red{background:#fee2e2;color:#dc2626}.ds2-icon--green,.ds2-icon--purple{background:#f1f5f9;color:#64748b}.ds2-card-label{font-size:10px;font-weight:700;color:#64748b;letter-spacing:.06em;text-transform:uppercase}.ds2-label--light{color:#ffffff73}.ds2-card-value{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1}.ds2-card-value--red{color:#dc2626}.ds2-card-unit{font-size:13px;font-weight:500;color:#64748b}.ds2-card-trend{font-size:11px;font-weight:500}.ds2-trend--up{color:#16a34a}.ds2-trend--down{color:#dc2626}.ds2-trend--neutral{color:#64748b}.ds2-live-dot{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:#16a34a;text-transform:uppercase;letter-spacing:.05em}.ds2-live-pulse{width:7px;height:7px;border-radius:50%;background:#22c55e;animation:ds2-pulse 1.6s ease infinite;display:inline-block}@keyframes ds2-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.ds2-session-time{font-size:10px;font-weight:600;color:#fff6}.ds2-queue-list{display:flex;flex-direction:column;gap:6px}.ds2-queue-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;background:#f8fafc}.ds2-queue-row--active{background:#eff6ff;border:1px solid #bfdbfe}.ds2-queue-avatar{width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#475569;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase}.ds2-avatar--navy{background:#0f2d5a;color:#fff}.ds2-queue-info{display:flex;flex-direction:column;flex:1;min-width:0}.ds2-queue-name{font-size:11.5px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds2-queue-meta{font-size:10px;color:#64748b}.ds2-meta--alert{color:#dc2626;font-weight:600}.ds2-queue-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:20px;white-space:nowrap;flex-shrink:0}.ds2-badge--session{background:#0f2d5a;color:#fff}.ds2-queue-time{font-size:10px;color:#94a3b8;flex-shrink:0}.ds2-patient-hero{display:flex;align-items:center;gap:10px}.ds2-patient-avatar{width:36px;height:36px;border-radius:10px;background:#ffffff1f;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds2-patient-name{font-size:13px;font-weight:700;color:#fff}.ds2-patient-badge{font-size:10px;font-weight:600;background:#ffffff1f;color:#ffffffb3;padding:2px 8px;border-radius:20px;display:inline-block;margin-top:3px}.ds2-patient-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.ds2-patient-field,.ds2-patient-notes{background:#ffffff12;border-radius:7px;padding:7px 8px;display:flex;flex-direction:column;gap:2px}.ds2-field-label{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6}.ds2-field-value{font-size:12px;font-weight:600;color:#ffffffe6}.ds2-book-slots{display:flex;gap:6px}.ds2-slot{flex:1;text-align:center;font-size:11px;font-weight:600;padding:5px 4px;border-radius:7px;background:#f1f5f9;color:#64748b;cursor:default}.ds2-slot--active{background:#0f2d5a;color:#fff}.ds2-mini-chart{display:flex;align-items:flex-end;gap:4px;height:44px}.ds2-bar{flex:1;height:var(--bar-h, 50%);background:#0f2d5a;border-radius:3px 3px 0 0;transform-origin:bottom;opacity:.75}.ds2-bar:last-child{opacity:1}.ds2-chart-labels{display:flex;gap:4px}.ds2-chart-day{flex:1;text-align:center;font-size:9px;font-weight:600;color:#94a3b8;text-transform:uppercase}@media(max-width:860px){.ds2-stage{min-height:400px}.ds2-laptop-wrap{width:85%}.ds2-card{display:none}.ds2-stage{flex-wrap:wrap}}.ds-section{position:relative;background:var(--surface);padding:100px 0 112px;overflow:hidden}.ds-bg-glow{position:absolute;inset:0;pointer-events:none}.ds-container{display:grid;grid-template-columns:1fr 1.5fr;gap:0 72px;align-items:center}.ds-eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#fff6;margin:0 0 20px}.ds-heading{margin:0 0 22px;font-size:clamp(32px,3.6vw,50px);font-weight:700;line-height:1.06;letter-spacing:-.03em;color:var(--ink)}.ds-sub{margin:0 0 36px;font-size:15px;line-height:1.75;color:var(--slate-700);max-width:380px}.ds-checks{display:flex;flex-direction:column;gap:13px}.ds-check-row{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;color:var(--slate-700)}.ds-check-icon{width:20px;height:20px;border-radius:50%;background:var(--navy);border:1px solid rgba(21,101,216,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--surface)}.ds-check-icon svg{width:9px;height:9px}.ds-devices{position:relative;height:460px;perspective:1200px}.ds-laptop-mockup-wrapper{position:absolute;left:0;top:20px;width:100%;transform-style:preserve-3d;filter:drop-shadow(0 32px 64px rgba(255,255,255,.7))}.ds-laptop-mockup-img{width:110%;height:450px;display:block}.ds-laptop{position:absolute;left:0;top:20px;width:82%}.ds-laptop-screen{background:#0d1b2e;border-radius:12px 12px 0 0;border:3px solid #1e3050;padding:6px;position:relative}.ds-laptop-screen:before{content:"";position:absolute;top:8px;left:50%;width:6px;height:6px;border-radius:50%}.ds-laptop-inner{border-radius:8px;overflow:hidden;height:280px}.ds-laptop-hinge{height:4px}.ds-laptop-base{height:18px;border-radius:0 0 8px 8px;display:flex;align-items:center;justify-content:center}.ds-laptop-notch{width:60px;height:4px;border-radius:2px}.ds-phone{position:absolute;right:0;top:60px;width:26%;transform:rotateY(6deg) rotateX(2deg);transform-style:preserve-3d;filter:drop-shadow(0 24px 48px rgba(4,15,42,.65));z-index:2}.ds-phone-frame{background:#0d1b2e;border:2.5px solid #1e3050;border-radius:24px;padding:10px 5px 8px;display:flex;flex-direction:column;align-items:center;gap:6px}.ds-phone-notch{width:36px;height:4px;background:#1e3050;border-radius:2px;flex-shrink:0}.ds-phone-screen{width:100%;border-radius:16px;overflow:hidden;background:#0b2240}.ds-phone-bar{width:32px;height:3px;background:#253a55;border-radius:2px;flex-shrink:0}.ds-pill{position:absolute;display:inline-flex;align-items:center;gap:8px;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:100px;padding:7px 14px;font-size:11.5px;font-weight:600;color:#fff;white-space:nowrap;box-shadow:0 8px 24px #040f2a66}.ds-pill svg{width:11px;height:11px;color:#4ade80}.ds-pill--1{top:-12px;left:12%}.ds-pill--2{bottom:80px;left:4%}.ds-pill--3{bottom:30px;right:2%}.ds-pill-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.ds-pill-dot--green{background:#4ade80;box-shadow:0 0 6px #4ade80}.ds-pill-dot--blue{background:#60a5fa;box-shadow:0 0 6px #60a5fa}.ds-screen-content{height:100%;background:#f0f4f8;display:flex;flex-direction:column;font-size:9px;font-family:DM Sans,sans-serif;overflow:hidden}.ds-topbar{background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:5px 10px;flex-shrink:0;gap:8px}.ds-topbar-left{display:flex;align-items:center;gap:6px;min-width:0}.ds-topbar-logo{width:18px;height:18px;border-radius:5px;background:var(--blue);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds-topbar-search{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:3px 7px;font-size:8px;color:#94a3b8;width:110px}.ds-topbar-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.ds-avatar-chip{display:flex;align-items:center;gap:4px;font-size:8px;font-weight:600;color:#334155}.ds-avatar{width:16px;height:16px;border-radius:50%;font-size:6px;font-weight:800;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.ds-avatar--blue{background:var(--blue)}.ds-notif-btn{position:relative;width:20px;height:20px;background:#f1f5f9;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#64748b}.ds-notif-btn svg{width:11px;height:11px}.ds-notif-dot{position:absolute;top:3px;right:3px;width:4px;height:4px;border-radius:50%;background:#ef4444}.ds-body{display:flex;flex:1;overflow:hidden}.ds-sidebar{width:72px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:8px 0;gap:2px;flex-shrink:0}.ds-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:5px 4px;border-radius:6px;margin:0 4px;font-size:7.5px;font-weight:500;color:#94a3b8;cursor:default;transition:background .2s}.ds-nav-item--active{background:#1565d814;color:var(--blue)}.ds-nav-icon{width:13px;height:13px;display:flex}.ds-nav-icon svg{width:100%;height:100%}.ds-main{flex:1;padding:10px;overflow:hidden;display:flex;flex-direction:column;gap:8px}.ds-greeting{font-size:9.5px;font-weight:700;color:#0f172a}.ds-greeting strong{color:var(--blue)}.ds-greeting-sub{font-size:7.5px;color:#94a3b8;margin-top:1px}.ds-stats{display:flex;gap:6px;flex-shrink:0}.ds-stat{flex:1;border-radius:7px;padding:7px 8px;border:1px solid transparent}.ds-stat--blue{background:#1565d814;border-color:#1565d826}.ds-stat--teal{background:#0d948814;border-color:#0d948826}.ds-stat--purple{background:#7c3aed14;border-color:#7c3aed26}.ds-stat-label{font-size:6.5px;font-weight:800;letter-spacing:.08em;color:#94a3b8;text-transform:uppercase}.ds-stat-val{font-size:16px;font-weight:800;color:#0f172a;line-height:1.1;margin:2px 0 1px}.ds-stat-sub{font-size:7px;color:#64748b}.ds-queue-label{font-size:8px;font-weight:700;color:#334155}.ds-queue{display:flex;flex-direction:column;gap:4px;overflow:hidden}.ds-queue-row{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:5px 7px}.ds-q-av{width:18px;height:18px;border-radius:50%;font-size:6px;font-weight:800;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.ds-q-av--blue{background:var(--blue)}.ds-q-av--purple{background:#7c3aed}.ds-q-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.ds-q-name{font-size:8px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-q-note{font-size:7px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-q-tag{font-size:6.5px;font-weight:700;padding:2px 5px;border-radius:3px;white-space:nowrap;flex-shrink:0}.ds-q-tag--blue{background:#1565d81a;color:var(--blue)}.ds-q-tag--slate{background:#f1f5f9;color:#64748b}.ds-q-time{font-size:7px;color:#94a3b8;flex-shrink:0}.ds-phone-content{display:flex;flex-direction:column;background:#0b2240;height:100%;font-size:8px;font-family:DM Sans,sans-serif}.ds-chat-header{display:flex;align-items:center;gap:6px;background:var(--navy);padding:7px 8px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.ds-chat-av{width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;font-size:7px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ds-chat-name{font-size:8.5px;font-weight:700;color:#fff}.ds-chat-status{font-size:7px;color:#4ade80}.ds-chat-body{flex:1;display:flex;flex-direction:column;gap:6px;padding:8px 7px;overflow:hidden}.ds-msg{display:flex;flex-direction:column;max-width:85%}.ds-msg p{margin:0 0 2px;padding:5px 7px;border-radius:7px;font-size:7.5px;line-height:1.5}.ds-msg span{font-size:6.5px;color:#ffffff4d}.ds-msg--in{align-self:flex-start}.ds-msg--in p{background:#ffffff14;color:#ffffffd9;border-bottom-left-radius:2px}.ds-msg--in span{align-self:flex-start}.ds-msg--out{align-self:flex-end}.ds-msg--out p{background:var(--blue);color:#fff;border-bottom-right-radius:2px}.ds-msg--out span{align-self:flex-end}.ds-reminder-pill{align-self:center;display:flex;align-items:center;gap:4px;background:#4ade801a;border:1px solid rgba(74,222,128,.2);border-radius:20px;padding:3px 8px;font-size:7px;font-weight:600;color:#4ade80;margin-top:2px}.ds-reminder-pill svg{width:8px;height:8px;stroke:#4ade80}@media(max-width:900px){.ds-container{grid-template-columns:1fr;gap:64px 0}.ds-sub{max-width:none}.ds-devices{height:420px}.ds-laptop-mockup-wrapper{width:85%}.ds-pill--3{display:none}}@media(max-width:540px){.ds-section{padding:72px 0 80px}.ds-devices{height:340px}.ds-laptop-mockup-wrapper{width:95%}.ds-pill--2{display:none}}.fh-section{position:relative;padding:120px 0 128px;background:var(--surface);overflow:hidden}.fh-glow{position:absolute;inset:0;background:var(--surface);pointer-events:none}.fh-inner{position:relative}.fh-header{text-align:center;margin-bottom:72px}.fh-eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#ffffff73;margin:0 0 20px}.fh-title{margin:0 auto 28px;max-width:580px;font-size:clamp(30px,3.8vw,48px);font-weight:700;line-height:1.08;letter-spacing:-.025em;color:var(--ink)}.fh-rule{width:40px;height:1px;background:#fff3;margin:0 auto}.fh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff12;border:1px solid rgba(255,255,255,.07);border-radius:20px;overflow:hidden}.fh-card{background:var(--surface);padding:40px 36px 38px;position:relative;transition:background .3s ease}.fh-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.fh-icon-wrap{width:44px;height:44px;border-radius:12px;background:var(--navy);border:1px solid rgba(21,101,216,.3);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:background .3s ease,border-color .3s ease}.fh-icon-wrap svg{width:20px;height:20px}.fh-card:hover .fh-icon-wrap{background:var(--navy);border-color:var(--navy)}.fh-card-accent{width:24px;height:1px;background:#ffffff1f;transition:width .4s ease,background .3s ease}.fh-card:hover .fh-card-accent{width:36px;background:#1565d899}.fh-card-title{margin:0 0 10px;font-size:16px;font-weight:700;color:var(--ink);letter-spacing:-.015em;line-height:1.25}.fh-card-desc{margin:0;font-size:13.5px;line-height:1.65;color:var(--ink);font-weight:400}.fh-cta-row{display:flex;justify-content:center;margin-top:52px}.fh-cta-link{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:4px;transition:color .25s ease,border-color .25s ease}.fh-cta-link svg{width:14px;height:14px;transition:transform .25s ease}.fh-cta-link:hover{color:var(--ink);border-color:#fff6}.fh-cta-link:hover svg{transform:translate(4px)}@media(max-width:860px){.fh-grid{grid-template-columns:repeat(2,1fr)}.fh-section{padding:88px 0 96px}}@media(max-width:540px){.fh-grid{grid-template-columns:1fr}.fh-card{padding:32px 28px}}.faq-section{padding:96px 0;background:var(--surface)}.faq-intro{text-align:center;margin:0 auto 48px;max-width:760px}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px;margin:0 auto}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.faq-item--open{border-color:var(--blue-tint);box-shadow:var(--shadow-soft)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:15.5px;font-weight:600;color:var(--ink);letter-spacing:-.005em}.faq-chevron{flex-shrink:0;display:flex;color:var(--blue)}.faq-answer-wrap{overflow:hidden}.faq-answer{margin:0;padding:0 24px 22px;max-width:640px;font-size:14.5px;line-height:1.7;color:var(--slate-500)}.services-section{position:relative;padding:100px 0;background:var(--navy);overflow:hidden}.services-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 12% 8%,rgba(21,101,216,.28) 0%,transparent 55%),radial-gradient(ellipse 55% 50% at 92% 92%,rgba(21,101,216,.18) 0%,transparent 55%),radial-gradient(ellipse 40% 40% at 50% 0%,rgba(157,187,232,.09) 0%,transparent 60%),var(--navy);pointer-events:none}.services-intro{position:relative;z-index:1;text-align:center;max-width:620px;margin:0 auto 56px}.services-heading{margin:14px 0 0;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#fff}.services-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:24px;max-width:1100px;margin:0 auto}.service-card{position:relative;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.1);background:linear-gradient(165deg,#ffffff13,#ffffff05);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:30px 28px;display:flex;flex-direction:column;overflow:hidden;height:100%;box-shadow:0 1px #ffffff12 inset,0 18px 36px #02081847;transition:border-color .35s ease,background .35s ease,transform .35s ease,box-shadow .35s ease}.service-card--large{grid-column:span 2;grid-row:span 2;justify-content:flex-start}.service-card--large h3{font-size:23px}.service-card--large p{font-size:14.5px;max-width:340px}.service-card-watermark{position:absolute;right:-18px;bottom:-18px;color:#ffffff0d;transform:scale(4.6);pointer-events:none}.service-card-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:var(--radius-md);background:linear-gradient(135deg,#9dbbe840,#1565d859);border:1px solid rgba(157,187,232,.3);color:#c7dbf6;margin-bottom:20px;flex-shrink:0;box-shadow:0 6px 16px #1565d840}.service-card--large .service-card-icon{width:54px;height:54px}.service-card h3{position:relative;margin:0 0 8px;font-size:16.5px;font-weight:700;color:#fff;letter-spacing:-.01em}.service-card p{position:relative;margin:0;font-size:13.5px;line-height:1.6;color:#ffffff8c;flex:1}.service-card-link{position:relative;margin-top:22px;display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:#9dbbe8;text-decoration:none;width:fit-content;transition:gap .2s ease,color .2s ease}.service-card-link:hover{gap:14px;color:#fff}.services-grid-section{padding:96px 0;background:var(--bg)}.services-header{text-align:center;max-width:720px;margin:0 auto 64px}.services-title{font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--navy);margin:0 0 20px}.services-title-accent{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-subtitle{font-size:17px;line-height:1.65;color:var(--slate-700);margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1120px;margin:0 auto}.service-card{position:relative;background:var(--navy-deep);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:32px 28px;transition:all .35s cubic-bezier(.22,1,.36,1);cursor:pointer}.service-card:hover{border-color:#667eea66;box-shadow:0 12px 32px #0f172a1f,0 0 0 1px #667eea33}.service-card.featured{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#fff3}.service-card.featured:hover{box-shadow:0 16px 48px #667eea59,0 0 0 1px #ffffff4d;transform:translateY(-4px)}.service-card-inner{position:relative;z-index:1}.service-icon{font-size:40px;margin-bottom:20px;display:inline-block}.service-arrow-icon{position:absolute;top:28px;right:28px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:50%;color:#fff9;transition:all .3s ease}.service-card:hover .service-arrow-icon{background:#ffffff26;color:#fffffff2;transform:translate(2px,-2px)}.service-card.featured .service-arrow-icon{background:#fff3;color:#fff}.service-title{font-size:18px;font-weight:700;letter-spacing:-.01em;color:#fff;margin:0 0 12px;padding-right:40px}.service-description{font-size:14.5px;line-height:1.6;color:#ffffffbf;margin:0}.service-card.featured .service-description{color:#ffffffe6}@media(max-width:960px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid-section{padding:72px 0}.services-header{margin-bottom:48px}.services-grid{grid-template-columns:1fr;max-width:480px}.service-card{padding:28px 24px}.service-arrow-icon{top:24px;right:24px}}.why-section{padding:100px 0;background:var(--surface)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.why-eyebrow{display:inline-flex;align-items:center;gap:10px}.why-eyebrow-dash{width:22px;height:2px;background:var(--blue);display:inline-block;flex-shrink:0}.why-heading{margin:16px 0 18px;font-size:clamp(28px,3.4vw,38px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--ink);max-width:460px}.why-sub{font-size:15px;line-height:1.75;color:var(--slate-500);max-width:440px;margin:0 0 32px}.why-video-btn{display:inline-flex;align-items:center;gap:14px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);text-decoration:none}.why-play-circle{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--navy);color:#fff;transition:transform .25s ease,box-shadow .25s ease}.why-video-btn:hover .why-play-circle{transform:scale(1.08)}.why-cards{display:flex;gap:20px}.why-col{display:flex;flex-direction:column;gap:20px;flex:1;min-width:0}.why-col--offset{margin-top:56px}.why-card{border-radius:var(--radius-lg);padding:28px 24px;min-height:200px;display:flex;flex-direction:column}.why-card:not(.why-card--dark){background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.why-card--dark{background:var(--navy);box-shadow:0 16px 40px #071a3447}.why-card-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);margin-bottom:18px;flex-shrink:0}.why-card:not(.why-card--dark) .why-card-icon{background:var(--blue-tint);color:var(--blue)}.why-card--dark .why-card-icon{background:#ffffff24;color:#fff}.why-card h3{margin:0 0 8px;font-size:16px;font-weight:700;letter-spacing:-.01em}.why-card:not(.why-card--dark) h3{color:var(--ink)}.why-card--dark h3{color:#fff}.why-card p{margin:0;font-size:13px;line-height:1.6}.why-card:not(.why-card--dark) p{color:var(--slate-500)}.why-card--dark p{color:#ffffffa6}@media(max-width:960px){.hero-editorial-inner{padding:100px 24px 72px}.hero-h1-line,.hero-h1-em{font-size:clamp(44px,10vw,80px)}.imm-section{min-height:auto}.imm-content{padding:72px 0}.imm-card-grid,.imm-feature-grid{grid-template-columns:1fr;max-width:500px}.imm-built-grid{grid-template-columns:1fr;gap:48px}.imm-built-line{font-size:36px}.hero-rule-line{max-width:90%}.hiw-section{padding:80px 0 88px}.hiw-section .container{grid-template-columns:1fr;gap:56px 0}.hiw-header{position:static}.faq-section{padding:72px 0}.faq-intro{margin-bottom:40px}.faq-question{padding:18px 20px;font-size:14.5px}.faq-answer{padding:0 20px 20px}.services-section,.why-section{padding:72px 0}.services-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:170px}.why-grid{grid-template-columns:1fr;gap:40px}.why-heading,.why-sub{max-width:none}.why-cards{flex-direction:column}.why-col--offset{margin-top:0}}@media(max-width:620px){.services-grid{grid-template-columns:1fr;grid-auto-rows:auto}.service-card--large{grid-column:span 1;grid-row:span 1}.service-card{min-height:160px}}@media(max-width:480px){.hiw-timeline-item{grid-template-columns:72px 44px 1fr}.hiw-tl-num{font-size:18px}}@media(max-width:560px){.hero-editorial-inner{padding:90px 20px 60px}.hero-h1-line,.hero-h1-em{font-size:44px}.hero-editorial-sub{font-size:15px}.hero-editorial-cta{gap:20px;flex-direction:column;align-items:center}.hero-rule-text{font-size:9px;letter-spacing:.15em}.scroll-indicator{display:none}.imm-content{padding:56px 0}.imm-heading{font-size:32px;margin-bottom:36px}.imm-built-line{font-size:28px}.hero-stats{grid-template-columns:1fr 1fr}}@keyframes heroGradientWave{0%{background-position:0% 0%}33%{background-position:100% 50%}66%{background-position:50% 100%}to{background-position:0% 0%}}@keyframes waveScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes shimmerDrift{0%,to{transform:rotate(-28deg) translate(-25%)}50%{transform:rotate(-28deg) translate(25%)}}@keyframes orbDrift1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-36px,24px) scale(1.06)}50%{transform:translate(-18px,-28px) scale(.96)}75%{transform:translate(28px,18px) scale(1.04)}}@keyframes orbDrift2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-22px) scale(1.09)}66%{transform:translate(-22px,32px) scale(.92)}}@keyframes orbDrift3{0%,to{transform:translate(0) scale(1);opacity:.8}50%{transform:translate(-24px,-36px) scale(1.14);opacity:.5}}.hero-orb-1{animation:orbDrift1 20s ease-in-out infinite}.hero-orb-2{animation:orbDrift2 26s ease-in-out infinite}.hero-orb-3{animation:orbDrift3 16s ease-in-out infinite}.hero-bg-layer{position:absolute;inset:0;z-index:0;will-change:transform;overflow:hidden}.hero-bg-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none;filter:saturate(.75) brightness(.72)}.hero-bg-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:var(--surface)}.hero-wave{position:absolute;bottom:-2px;left:0;width:200%;background-repeat:repeat-x;background-size:50% 100%;pointer-events:none;z-index:1}.hero-wave-1{height:180px;bottom:-12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180'%3E%3Cpath fill='rgba(21,101,216,0.15)' d='M0,90C360,30,720,150,1080,90C1260,60,1440,120,1440,90L1440,180L0,180Z'%2F%3E%3C%2Fsvg%3E");animation:waveScroll 22s linear infinite}.hero-wave-2{height:140px;bottom:-6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140'%3E%3Cpath fill='rgba(21,101,216,0.09)' d='M0,70C240,120,480,20,720,70C960,120,1200,20,1440,70L1440,140L0,140Z'%2F%3E%3C%2Fsvg%3E");animation:waveScroll 32s linear infinite reverse}.hero-wave-3{height:100px;bottom:-2px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='rgba(10,28,75,0.8)' d='M0,50C360,90,720,10,1080,50C1260,70,1440,30,1440,50L1440,100L0,100Z'%2F%3E%3C%2Fsvg%3E");animation:waveScroll 16s linear infinite}.hero-shimmer{position:absolute;inset:-150%;background:linear-gradient(to bottom right,transparent 40%,rgba(21,101,216,.035) 50%,transparent 60%);animation:shimmerDrift 20s ease-in-out infinite;pointer-events:none;z-index:1}@media(prefers-reduced-motion:reduce){.hero-editorial,.hero-wave-1,.hero-wave-2,.hero-wave-3,.hero-shimmer{animation:none}}.pricing-page{position:relative;overflow:hidden;background:linear-gradient(160deg,#020b1e,#071a34 22%,#0d2650 48%,#112d60 62%,#071a34 82%,#020b1e);background-size:400% 400%;animation:heroGradientWave 24s ease-in-out infinite}.pricing-bg-layer{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.pricing-content{position:relative;z-index:1}.pricing-page .pricing-grid{background:none}.security-page .page-hero .centered{margin:0 auto;text-align:center}.security-page .page-hero h1,.security-page .page-hero p{margin-left:auto;margin-right:auto;text-align:center}.pricing-page .page-hero,.pricing-page .page-hero.subtle{background:transparent}.pricing-page .page-hero .centered{margin:0 auto;text-align:center}.pricing-page .page-hero h1,.pricing-page .page-hero p{margin-left:auto;margin-right:auto;text-align:center}.pricing-page .section-head h2,.pricing-page .section-head p{color:#ffffffeb}.pricing-page .section-head .eyebrow{color:#ffffff73}.pricing-page .price-card{background:#ffffff0f;border-color:#ffffff1a;box-shadow:0 4px 24px #00000040,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffe0}.pricing-page .price-card.featured{background:#1565d838;border-color:#1565d873;box-shadow:0 8px 48px #1565d852,inset 0 1px #ffffff1f}.pricing-page .price-card h2,.pricing-page .price-card p,.pricing-page .price-card.featured h2,.pricing-page .price-card.featured p,.pricing-page .price-card.featured li{color:#ffffffeb}.pricing-page .price-card .price span{color:#fff}.pricing-page .price-card small{color:#ffffff8c}.pricing-page .plan-list{color:#ffffffb8}.pricing-page .badge.gold{background:#c9860a38;border-color:#c9860a66;color:#f5c842}.pricing-page .flat-card{background:#ffffff0f;border-color:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pricing-page .flat-card h3{color:#fffffff2}.pricing-page .flat-card p{color:#ffffff9e}.pricing-page .table-wrap{background:#ffffff0a;border-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pricing-page table th{background:#ffffff12;color:#fff;border-color:#ffffff14}.pricing-page table td{border-color:#ffffff0f;color:#fffc}.pricing-page table tbody tr:hover{background:#ffffff08}@media(prefers-reduced-motion:reduce){.pricing-page{animation:none}}.feature-wave-divider{line-height:0;overflow:hidden;margin:0;padding:0}.feature-wave-divider svg{display:block;width:100%;height:80px}.patient-card-v2{width:min(100%,460px);border-radius:var(--radius-xl);background:var(--navy);box-shadow:0 20px 56px #040a2899,inset 0 1px #ffffff0f;overflow:hidden;color:#fff;font-family:DM Sans,system-ui,sans-serif}.pc2-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px 8px;border-bottom:1px solid rgba(255,255,255,.06)}.pc2-label{font-size:9.5px;font-weight:700;letter-spacing:.14em;color:#ffffff59;text-transform:uppercase}.pc2-returning{font-size:10px;font-weight:600;color:#a0beffcc;background:#648cff1a;border:1px solid rgba(100,140,255,.2);border-radius:999px;padding:2px 9px;letter-spacing:.04em}.pc2-allergy{display:flex;align-items:center;gap:7px;background:linear-gradient(90deg,#c41e1e,#a61818);color:#fff;padding:7px 16px;font-size:12px;font-weight:700;letter-spacing:.03em}.pc2-allergy-icon{font-size:12px;flex-shrink:0}.pc2-identity{display:flex;align-items:center;gap:12px;padding:14px 16px 10px}.pc2-avatar{width:42px;height:42px;flex-shrink:0;border-radius:10px;background:linear-gradient(135deg,#3b6fd4,#1a3fa8);display:grid;place-items:center;font-size:15px;font-weight:800;color:#fff;box-shadow:0 3px 10px #3b6fd473}.pc2-names{flex:1;min-width:0}.pc2-name-en{margin:0;font-size:16px;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.2}.pc2-name-ar{margin:1px 0 0;font-size:12px;color:#ffffff61;font-weight:400;direction:rtl;font-family:Noto Sans Arabic,system-ui}.pc2-id{margin:3px 0 0;font-size:10.5px;color:#ffffff40;font-weight:500;letter-spacing:.04em}.pc2-chips{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:0 12px 10px}.pc2-chip{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:6px 5px;text-align:center}.pc2-chip-label{display:block;font-size:8px;font-weight:700;color:#ffffff4d;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}.pc2-chip strong{display:block;font-size:11.5px;font-weight:700;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc2-section-label{font-size:9px;font-weight:700;color:#ffffff47;letter-spacing:.12em;text-transform:uppercase;display:block}.pc2-conditions-row{padding:0 12px 10px;display:flex;flex-direction:column;gap:6px}.pc2-conditions{display:flex;flex-wrap:wrap;gap:5px}.pc2-condition{background:#3b6fd426;border:1px solid rgba(59,111,212,.28);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600;color:#b4cdffe0}.pc2-stats{display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin:0 12px;padding:10px 0}.pc2-stat{flex:1;text-align:center}.pc2-stat strong{display:block;font-size:20px;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1}.pc2-stat span{display:block;margin-top:3px;font-size:8.5px;font-weight:700;color:#ffffff47;letter-spacing:.1em;text-transform:uppercase}.pc2-stat-divider{width:1px;height:30px;background:#ffffff17;flex-shrink:0}.pc2-visit-details{background:#00000026;border-top:1px solid rgba(255,255,255,.06);padding:10px 16px 14px;display:flex;flex-direction:column;gap:6px}.pc2-visit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.pc2-visit-date{font-size:11px;font-weight:600;color:#fff6}.pc2-visit-row{display:grid;grid-template-columns:88px 1fr;gap:8px;align-items:baseline}.pc2-visit-key{font-size:8.5px;font-weight:700;color:#ffffff45;letter-spacing:.1em;text-transform:uppercase}.legal-page{min-height:100vh;background:var(--bg)}.legal-hero{background:linear-gradient(160deg,var(--navy-deep) 0%,var(--navy) 100%);padding:80px 0 64px;border-bottom:1px solid rgba(255,255,255,.06)}.legal-label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:16px}.legal-title{font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-.02em;line-height:1.05;color:#fff;margin:0 0 12px}.legal-meta{font-size:13px;color:#ffffff73;margin:0 0 20px;letter-spacing:.01em}.legal-lead{font-size:17px;color:#ffffffb8;max-width:600px;line-height:1.6;margin:0}.legal-body{display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:start;padding-top:64px;padding-bottom:96px}.legal-toc{position:sticky;top:88px}.toc-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--slate-500);margin:0 0 10px}.toc-link{display:block;font-size:13px;color:var(--slate-500);padding:5px 0 5px 12px;border-left:2px solid var(--border);text-decoration:none;line-height:1.4;transition:color .15s,border-color .15s}.toc-link:hover{color:var(--blue);border-left-color:var(--blue)}.toc-related{margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.legal-content{max-width:720px}.legal-section{padding-bottom:48px;border-bottom:1px solid var(--border);margin-bottom:48px}.legal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-h2{font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0 0 16px}.legal-h3{font-size:15px;font-weight:600;color:var(--ink);margin:24px 0 8px}.legal-para{font-size:15px;color:var(--slate-700);line-height:1.75;margin:0 0 16px;white-space:pre-line}.legal-subsection{margin-top:8px}.legal-list{padding:0;margin:8px 0 16px;list-style:none}.legal-list li{position:relative;padding-left:20px;font-size:15px;color:var(--slate-700);line-height:1.7;margin-bottom:8px}.legal-list li:before{content:"—";position:absolute;left:0;color:var(--slate-300);font-weight:400}.legal-highlight{font-size:14px;color:var(--slate-500);background:var(--blue-tint);border-left:3px solid var(--blue);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:12px 16px;margin:16px 0 0;line-height:1.6}.legal-footer-bar{background:var(--navy);padding:24px 0;margin-top:0}.legal-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#fff6}.legal-footer-links{display:flex;gap:24px}.legal-footer-links a{color:#ffffff8c;text-decoration:none;transition:color .15s}.legal-footer-links a:hover{color:#fff}@media(max-width:768px){.legal-body{grid-template-columns:1fr;gap:40px;padding-top:40px}.legal-toc{position:static;display:flex;flex-direction:column;gap:4px}.legal-footer-inner{flex-direction:column;text-align:center}}.pc2-visit-val{font-size:11.5px;font-weight:500;color:#ffffffb8;line-height:1.4}.pc2-allergy-svg{flex-shrink:0;color:#fef2f2}.pc2-risk-svg{flex-shrink:0;color:#ffffff80}.pc2-risk-row{display:flex;align-items:center;justify-content:space-between;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 12px;margin-bottom:10px}.pc2-risk-inner{display:flex;align-items:center;gap:8px}.pc2-risk-eyebrow{font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin:0 0 2px}.pc2-risk-label{font-size:13px;font-weight:600;color:#fff;margin:0}.pc2-risk-dot{width:10px;height:10px;border-radius:50%;background:#f59e0b;flex-shrink:0}.rx-card-v2{background:#fff;border-radius:14px;padding:20px 20px 22px;width:100%;max-width:400px;box-shadow:0 4px 32px #0f1d3a1a;display:flex;flex-direction:column;gap:16px;font-family:DM Sans,system-ui,sans-serif}.rx-patient-header{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:12px 14px}.rx-patient-avatar{width:42px;height:42px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:12px;font-weight:700;letter-spacing:.02em;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rx-patient-name{font-size:14px;font-weight:700;color:#0f1d3b;margin:0 0 3px}.rx-patient-meta{font-size:11.5px;color:#64748b;margin:0}.rx-section{display:flex;flex-direction:column;gap:6px}.rx-section-label{font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#94a3b8}.rx-diagnosis{font-size:14px;font-weight:400;color:#0f1d3b;margin:0}.rx-med-card{border:1px solid #e8edf4;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;width:100%}.rx-med-name{font-size:14px;font-weight:700;color:#0f1d3b;margin:0}.rx-med-details{display:grid;grid-template-columns:1fr 1fr;gap:4px 0}.rx-med-detail-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:3px}.rx-med-notes-row{display:flex;align-items:baseline;gap:3px}.rx-med-detail-label{font-size:11px;color:#64748b;font-weight:400}.rx-med-detail-val{font-size:11px;color:#1565d8;font-weight:500}.rx-actions{display:flex;gap:10px;margin-top:2px}.rx-btn-print{flex:1;padding:10px 0;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:12px;font-weight:600;font-family:DM Sans,system-ui,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}.rx-btn-whatsapp{flex:1;padding:10px 0;border:none;border-radius:8px;background:#16a34a;color:#fff;font-size:12px;font-weight:600;font-family:DM Sans,system-ui,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}.schedule-card-v2{background:#fff;border-radius:14px;padding:18px 18px 14px;width:100%;max-width:580px;box-shadow:0 4px 32px #0f1d3a1a;display:flex;flex-direction:column;gap:12px;overflow:hidden;font-family:DM Sans,system-ui,sans-serif}.sc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sc-title{font-size:17px;font-weight:700;color:#0f1d3b;margin:0 0 3px}.sc-subtitle{font-size:11px;color:#64748b;margin:0}.sc-top-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.sc-toggle{display:flex;border:1px solid #e2e8f0;border-radius:7px;overflow:hidden}.sc-toggle-opt{padding:5px 10px;font-size:11px;font-weight:600;color:#64748b;cursor:pointer;line-height:1}.sc-toggle-active{background:var(--navy);color:#fff}.sc-book-btn{padding:6px 12px;background:var(--navy);color:#fff;border:none;border-radius:7px;font-size:11px;font-weight:600;font-family:DM Sans,system-ui,sans-serif;cursor:pointer;white-space:nowrap}.sc-col-headers{display:flex;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.sc-col-head{flex:1;display:flex;flex-direction:column;align-items:center;gap:1px;padding:8px 4px;border-right:1px solid #f1f5f9}.sc-col-head:last-child{border-right:none}.sc-col-head-today{background:#f8fafc}.sc-col-head-day{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.sc-col-head-today .sc-col-head-day{color:#0f1d3b}.sc-col-head-num{font-size:17px;font-weight:700;color:#0f1d3b;line-height:1.1}.sc-col-head-info{font-size:10px;color:var(--ink);font-weight:600}.sc-col-head-dash{color:#cbd5e1;font-weight:400}.sc-cal-grid{display:flex;min-height:200px}.sc-day-col{flex:1;position:relative;min-height:200px;border-right:1px solid #f1f5f9}.sc-day-col:last-child{border-right:none}.sc-day-col-today{background:#fafcff}.sc-row-line{position:absolute;left:0;right:0;height:1px;background:#f1f5f9}.sc-day-col .sc-row-line:nth-child(1){top:0}.sc-day-col .sc-row-line:nth-child(2){top:66px}.sc-day-col .sc-row-line:nth-child(3){top:133px}.sc-apt{position:absolute;left:4px;right:4px;border-radius:6px;padding:5px 7px;display:flex;flex-direction:column;gap:2px;height:30px;overflow:hidden}.sc-apt-blue{background:#e8eef8}.sc-apt-grey{background:#f1f5f9;height:40px;margin-top:12px}.sc-apt-name{font-size:11px;font-weight:700;color:#0f1d3b;line-height:1}.sc-apt-time{font-size:9.5px;color:#64748b;font-weight:400;line-height:1}.ai-card-v2{background:#f4f6fb;border-radius:14px;padding:20px;width:100%;max-width:400px;box-shadow:0 4px 32px #0f1d3a1a;display:flex;flex-direction:column;gap:12px;font-family:DM Sans,system-ui,sans-serif}.ai-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;padding-bottom:4px}.ai-logo-box{width:56px;height:56px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #1565d821;margin-bottom:6px}.ai-brand-name{font-size:17px;font-weight:700;color:#0f1d3b;margin:0}.ai-brand-sub{font-size:11.5px;color:#64748b;margin:0;line-height:1.45;max-width:280px}.ai-user-chip-wrap{display:flex;justify-content:flex-end}.ai-user-chip{background:var(--navy);color:#fff;font-size:12px;font-weight:600;padding:9px 16px;border-radius:20px 20px 3px;max-width:85%}.ai-response-card{background:#fff;border-radius:10px;padding:13px 15px;box-shadow:0 1px 6px #0000000f;display:flex;flex-direction:column;gap:6px}.ai-response-text{font-size:12px;color:#0f1d3b;line-height:1.55;margin:0}.ai-hl{color:var(--slate-600);font-weight:500}.ai-live-badge{font-size:10px;color:var(--navy);font-weight:600}.ai-redirect-card{background:#fff;border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 6px #0000000f}.ai-redirect-icon-wrap{width:42px;height:42px;border:var(--border) 1px solid;background:var(--surface);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--navy)}.ai-redirect-text{flex:1;min-width:0}.ai-redirect-count{font-size:11px;color:var(--ink);margin:0 0 1px}.ai-redirect-count strong{color:var(--navy);font-size:14px}.ai-redirect-title{font-size:13px;font-weight:700;color:#0f1d3b;margin:0 0 2px}.ai-redirect-sub{font-size:11px;color:var(--slate-600);margin:0}.ai-redirect-chevron{flex-shrink:0}.ai-input-row{background:#fff;border-radius:9px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:8px;box-shadow:0 1px 4px #0000000f}.ai-input-placeholder{font-size:11.5px;color:#94a3b8;font-family:DM Sans,system-ui,sans-serif}.ai-send-btn{width:30px;height:30px;background:#e8edf4;border:none;border-radius:7px;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.records-card-v2{background:#fff;border-radius:14px;padding:0;width:100%;max-width:540px;box-shadow:0 4px 32px #0f1d3a1a;overflow:hidden;font-family:DM Sans,system-ui,sans-serif}.rec-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 13px;border-bottom:1px solid #f1f5f9}.rec-header-title{font-size:15px;font-weight:700;color:#0f1d3b;margin:0}.rec-print-btn{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:500;color:#475569;background:none;border:1px solid #e2e8f0;border-radius:7px;padding:5px 11px;cursor:pointer;font-family:DM Sans,system-ui,sans-serif}.rec-visit-list{display:flex;flex-direction:column}.rec-visit-item{padding:13px 20px;border-bottom:1px solid #f8fafc;display:flex;flex-direction:column;gap:5px}.rec-visit-item:last-child{border-bottom:none}.rec-visit-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.rec-visit-meta{display:flex;align-items:center;gap:5px}.rec-clock-icon{flex-shrink:0}.rec-visit-date{font-size:11.5px;font-weight:600;color:#475569}.rec-visit-clinic{font-size:11px;color:#1565d8;font-weight:500}.rec-visit-status{font-size:11px;font-weight:600;flex-shrink:0}.rec-paid{color:#16a34a}.rec-unpaid{color:#d97706}.rec-field-row{display:flex;gap:10px;align-items:baseline}.rec-field-key{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;width:88px;flex-shrink:0;padding-top:1px}.rec-field-val{font-size:12px;color:#0f1d3b;font-weight:400;line-height:1.45}.about-page{overflow-x:hidden;background:var(--surface)}.section-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:7px}.about-section-title{font-size:clamp(28px,3.5vw,44px);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--ink);margin:0 0 24px}.about-hero{position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#edf3ff,#f5f8ff 45%,#fff);padding:80px 0 72px;border-bottom:1px solid var(--border)}.about-hero-dots{position:absolute;inset:0;background:var(--navy);background-size:36px 36px;pointer-events:none}.about-hero-inner{position:relative;z-index:2;display:flex;gap:56px;align-items:center;max-width:100%}.about-hero-copy{display:flex;flex-direction:column;flex:1;max-width:600px}.about-hero-right{flex:1;display:flex;align-items:center;justify-content:flex-end}.about-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#1565d814;border:1px solid rgba(21,101,216,.18);border-radius:999px;padding:5px 14px 5px 8px;font-size:12px;font-weight:600;color:var(--blue);margin-bottom:28px;width:fit-content;cursor:default}.about-hero-badge svg{width:13px;height:13px;flex-shrink:0}.about-hero-badge-pip{width:7px;height:7px;border-radius:50%;background:var(--blue);flex-shrink:0;box-shadow:0 0 0 3px #1565d833}.about-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}.about-hero-title{font-size:clamp(40px,6vw,61px);font-weight:800;letter-spacing:-.035em;line-height:1.06;color:#fff;margin:0 0 24px;text-wrap:balance}.about-hero-em{font-style:normal;color:var(--blue)}.about-hero-sub{font-size:clamp(14px,1.5vw,16px);color:#fff;max-width:520px;line-height:1.75;margin:0 0 36px}.about-hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:32px}.about-hero-actions .button{display:inline-flex;align-items:center;gap:8px}.about-hero-actions .button svg{width:15px;height:15px}.about-hero-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#fff;text-decoration:none;transition:color .2s}.about-hero-link:hover{color:var(--bg)}.about-hero-link-circle{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.about-hero-link:hover .about-hero-link-circle{border-color:var(--blue);background:#1565d80f}.about-hero-link-circle svg{width:13px;height:13px}.about-hero-trust{display:flex;gap:22px;flex-wrap:wrap}.about-hero-trust-item{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#fff;font-weight:500}.about-hero-trust-item svg{width:13px;height:13px;stroke:#22c55e;flex-shrink:0}.about-mockup-wrap{width:100%;transform:perspective(1400px) rotateY(-8deg) rotateX(3deg);transform-style:preserve-3d;border-radius:14px;box-shadow:0 2px 4px #0000000a,0 12px 40px #0f2d5a24,0 40px 100px #1565d81a;transition:transform .6s var(--ease-luxury),box-shadow .6s}.about-mockup-wrap:hover{transform:perspective(1400px) rotateY(-4deg) rotateX(1.5deg);box-shadow:0 2px 4px #0000000a,0 20px 60px #0f2d5a2e,0 60px 120px #1565d821}.about-mockup{background:#f8fafc;border-radius:14px;overflow:hidden;border:1px solid #e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-user-select:none;user-select:none;font-size:11px}.mockup-chrome{background:#fff;border-bottom:1px solid #e9ecef;padding:8px 14px;display:flex;align-items:center;gap:12px}.mockup-chrome-dots{display:flex;gap:5px;flex-shrink:0}.mockup-chrome-dots span{width:9px;height:9px;border-radius:50%}.mockup-chrome-dots span:nth-child(1){background:#ff5f57}.mockup-chrome-dots span:nth-child(2){background:#febc2e}.mockup-chrome-dots span:nth-child(3){background:#28c840}.mockup-chrome-bar{flex:1;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:3px 10px;font-size:9.5px;color:#94a3b8;text-align:center;max-width:240px;margin:0 auto}.mockup-shell{display:flex;height:430px}.mockup-main{flex:1;background:#fff;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #e9ecef}.mockup-topbar{background:#fff;border-bottom:1px solid #e9ecef;padding:7px 12px;display:flex;align-items:center;gap:8px;flex-shrink:0}.mockup-search-bar{display:flex;align-items:center;gap:5px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:7px;padding:4px 9px;font-size:9px;color:#94a3b8;flex:1;max-width:180px}.mockup-search-bar svg{width:9px;height:9px;flex-shrink:0}.mockup-topbar-right{display:flex;align-items:center;gap:7px;margin-left:auto}.mockup-doctor-chip{display:flex;align-items:center;gap:5px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:3px 8px 3px 4px}.mockup-avatar-sm{width:20px;height:20px;border-radius:50%;font-size:7.5px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mockup-avatar-blue{background:var(--blue)}.mockup-doctor-info{line-height:1.2}.mockup-doctor-name{font-size:8.5px;font-weight:700;color:#0f172a}.mockup-doctor-sub{font-size:7.5px;color:#94a3b8}.mockup-notif{width:24px;height:24px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.mockup-notif svg{width:11px;height:11px;color:#64748b}.mockup-notif-dot{width:5px;height:5px;background:#ef4444;border-radius:50%;border:1px solid #fff;position:absolute;top:3px;right:3px}.mockup-lang-chip{font-size:8px;font-weight:600;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:5px;padding:3px 6px}.mockup-new-consult-btn{background:var(--blue);color:#fff;font-size:8.5px;font-weight:700;border-radius:6px;padding:4px 9px;white-space:nowrap}.mockup-greeting-row{display:flex;align-items:flex-start;justify-content:space-between;padding:9px 12px 7px;flex-shrink:0}.mockup-greeting{font-size:12px;font-weight:700;color:#0f172a;line-height:1.3}.mockup-greeting-name{color:var(--blue)}.mockup-greeting-sub{font-size:8.5px;color:#94a3b8;margin-top:2px}.mockup-booking-link{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;font-size:8px;font-weight:600;color:#475569;flex-shrink:0}.mockup-booking-link svg{width:9px;height:9px}.mockup-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:0 12px 8px;flex-shrink:0}.mockup-stat{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:8px 9px 7px}.mockup-stat--blue{border-top:2px solid var(--blue)}.mockup-stat--gold{border-top:2px solid #f59e0b}.mockup-stat--green{border-top:2px solid #22c55e}.mockup-stat-lbl{font-size:7.5px;color:#94a3b8;font-weight:600;letter-spacing:.04em;margin-bottom:3px}.mockup-stat-val{font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.03em;line-height:1}.mockup-stat-delta{font-size:8px;color:#64748b;margin-top:2px}.mockup-actions{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:7px;padding:0 12px 9px;flex-shrink:0}.mockup-action-btn{display:flex;align-items:center;gap:5px;background:#fff;border:1px solid #e2e8f0;border-radius:7px;padding:6px 8px;font-size:9px;font-weight:600;color:#334155}.mockup-action-btn svg{width:10px;height:10px;flex-shrink:0}.mockup-action-btn--primary{background:#eff6ff;border-color:#bfdbfe;color:var(--blue)}.mockup-queue-section{flex:1;overflow:hidden;padding:0 12px 8px;display:flex;flex-direction:column}.mockup-queue-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px;flex-shrink:0}.mockup-queue-title{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:#0f172a}.mockup-live-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0}.mockup-live-label{font-size:8px;font-weight:600;color:#22c55e}.mockup-queue-tabs{display:flex;gap:1px;background:#f1f5f9;border-radius:6px;padding:2px}.mockup-queue-tab{font-size:8.5px;font-weight:500;color:#94a3b8;padding:3px 8px;border-radius:4px;display:flex;align-items:center;gap:4px}.mockup-queue-tab--active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 2px #0000000f}.mockup-queue-badge{background:#0f172a;color:#fff;font-size:7px;border-radius:999px;padding:1px 4px}.mockup-queue-row{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:7px;border:1px solid transparent;margin-bottom:4px}.mockup-queue-row--active{background:#eff6ff;border-color:#bfdbfe}.mockup-queue-num{font-size:8.5px;font-weight:600;color:#94a3b8;width:10px;flex-shrink:0}.mockup-queue-av{width:22px;height:22px;border-radius:50%;font-size:8px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mockup-queue-av--blue{background:var(--blue)}.mockup-queue-av--purple{background:#7c3aed}.mockup-queue-av--teal{background:#0891b2}.mockup-queue-av--green{background:#16a34a}.mockup-queue-info{flex:1;min-width:0}.mockup-queue-name-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.mockup-queue-name{font-size:9px;font-weight:600;color:#0f172a}.mockup-badge{font-size:7px;font-weight:600;border-radius:999px;padding:1px 5px}.mockup-badge--blue{background:#dbeafe;color:#1d4ed8}.mockup-badge--red{background:#fee2e2;color:#b91c1c}.mockup-badge--orange{background:#ffedd5;color:#c2410c}.mockup-queue-sub{font-size:8px;color:#94a3b8;margin-top:1px}.mockup-queue-time{font-size:8px;color:#64748b;flex-shrink:0}.mockup-admit-btn{font-size:7.5px;font-weight:600;color:#475569;border:1px solid #e2e8f0;border-radius:5px;padding:2px 7px;background:#fff;flex-shrink:0}.mockup-see-more{font-size:8.5px;color:var(--blue);font-weight:600;margin-top:4px}.mockup-patient-panel{width:190px;background:#0f2d5a;flex-shrink:0;display:flex;flex-direction:column;padding:10px;gap:8px;overflow:hidden}.mockup-panel-btn{display:flex;align-items:center;justify-content:center;gap:5px;border-radius:7px;padding:7px 10px;font-size:9px;font-weight:700}.mockup-panel-btn svg{width:10px;height:10px;flex-shrink:0}.mockup-panel-btn--blue{background:var(--blue);color:#fff}.mockup-panel-btn--gold{background:#f59e0b26;border:1px solid rgba(245,158,11,.35);color:#f59e0b}.mockup-patient-card{background:#1a3a6b;border-radius:9px;overflow:hidden;flex:1;display:flex;flex-direction:column}.mockup-patient-card-head{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;font-size:7px;font-weight:700;letter-spacing:.05em;color:#ffffff8c;border-bottom:1px solid rgba(255,255,255,.08)}.mockup-timer{font-size:7.5px;color:#ffffff80}.mockup-allergy-banner{display:flex;align-items:center;gap:5px;background:#dc2626;color:#fff;font-size:8px;font-weight:700;padding:5px 8px}.mockup-allergy-banner svg{width:9px;height:9px;flex-shrink:0}.mockup-patient-body{padding:8px;flex:1;display:flex;flex-direction:column;gap:6px}.mockup-patient-av-lg{width:34px;height:34px;border-radius:8px;background:var(--blue);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.mockup-patient-fullname{font-size:12px;font-weight:800;color:#fff;line-height:1.2}.mockup-patient-sub{font-size:8px;color:#ffffff8c}.mockup-patient-id{font-size:7.5px;color:#fff6;margin-top:1px}.mockup-patient-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.mockup-patient-field{background:#ffffff0f;border-radius:5px;padding:4px 6px}.mockup-patient-field-lbl{font-size:6.5px;font-weight:700;letter-spacing:.05em;color:#fff6;margin-bottom:1px}.mockup-patient-field-val{font-size:9.5px;font-weight:700;color:#fff}.mockup-conditions-lbl{font-size:7px;font-weight:700;letter-spacing:.05em;color:#fff6}.mockup-conditions-list{display:flex;flex-wrap:wrap;gap:4px}.mockup-condition-tag{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:2px 7px;font-size:8px;font-weight:600;color:#fffc}.mockup-chat-fab{width:28px;height:28px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;align-self:flex-end;flex-shrink:0}.mockup-chat-fab svg{width:13px;height:13px}.about-hero-sep{position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--border) 20%,var(--border) 80%,transparent 100%)}.about-mission-section{padding:112px 0;background:var(--surface);border-top:1px solid var(--border)}.about-mission-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-mission-left .about-section-title{margin-bottom:0}.about-mission-body{font-size:16px;color:var(--slate-700);line-height:1.8;margin:0 0 18px}.about-problems-section{padding:112px 0;background:var(--surface)}.about-problems-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;margin-top:48px}.about-problem-card{height:100%;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:40px 32px;box-shadow:0 2px 12px #0f2d5a0d;transition:transform .28s var(--ease-luxury),box-shadow .28s;box-sizing:border-box}.about-problem-card:hover{transform:translateY(-4px);box-shadow:0 10px 36px #0f2d5a17}.about-problem-icon-wrap{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid var(--navy);border-radius:11px;color:#fff;margin-bottom:22px;background:var(--navy)}.about-problem-icon-wrap svg{width:21px;height:21px}.about-problem-title{font-size:17px;font-weight:700;color:var(--ink);margin:0 0 10px;letter-spacing:-.01em}.about-problem-body{font-size:14px;color:var(--slate-700);line-height:1.75;margin:0}.about-steps-section{padding:112px 0;background:var(--surface);border-top:1px solid var(--border)}.about-steps-header{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:72px}.about-steps-header-left .about-section-title{margin-bottom:0}.about-steps-subtitle{font-size:15px;color:var(--slate-700);line-height:1.8;max-width:460px;align-self:end}.about-steps-track{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.about-steps-track:before{content:"";position:absolute;top:19px;left:calc(12.5% + 19px);right:calc(12.5% + 19px);height:1px;background:linear-gradient(90deg,var(--border) 0%,var(--blue) 50%,var(--border) 100%);z-index:0}.about-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px}.about-step-circle{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 8px #0f2d5a14;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--slate-700);position:relative;z-index:1;margin-bottom:22px}.about-step-circle--2{background:#fef9ee;border-color:#c9860a4d;color:var(--gold)}.about-step-circle--3{background:#eef4ff;border-color:#1565d847;color:var(--blue)}.about-step-circle--4{background:var(--navy);border-color:var(--navy);color:#fff}.about-step-title{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:5px;letter-spacing:-.01em}.about-step-label{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.about-step-desc{font-size:13px;color:var(--slate-700);line-height:1.65}.about-toolkit-section{padding:0 0 112px;background:var(--surface)}.about-toolkit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.about-toolkit-card{border-radius:20px;padding:52px 48px}.about-toolkit-card--light{background:var(--bg);border:1px solid var(--border)}.about-toolkit-card--dark{background:var(--navy);border:1px solid var(--navy)}.about-toolkit-label{display:block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.about-toolkit-label--light{color:var(--gold-light)}.about-toolkit-heading{font-size:clamp(20px,2.2vw,28px);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--ink);margin:0 0 32px}.about-toolkit-heading--light{color:#fff}.about-toolkit-checklist{display:grid;grid-template-columns:1fr 1fr;gap:13px 28px;list-style:none;padding:0;margin:0}.about-toolkit-check{display:flex;align-items:flex-start;gap:10px}.about-toolkit-check-icon{width:17px;height:17px;flex-shrink:0;border-radius:50%;background:#c9860a1a;border:1px solid rgba(201,134,10,.22);display:flex;align-items:center;justify-content:center;margin-top:1px;color:var(--gold)}.about-toolkit-check-icon svg{width:8px;height:8px}.about-toolkit-check-text{font-size:13.5px;color:var(--slate-700);line-height:1.5}.about-toolkit-priority{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:28px}.about-toolkit-priority-item{display:flex;gap:18px;align-items:flex-start}.about-toolkit-priority-num{width:28px;height:28px;flex-shrink:0;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.about-toolkit-priority-title{display:block;font-size:14.5px;font-weight:700;color:#fff;margin-bottom:5px}.about-toolkit-priority-body{display:block;font-size:13.5px;color:#ffffff9e;line-height:1.65}.about-values-section{padding:112px 0;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-values-section .about-section-title{margin-bottom:52px}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:var(--border)}.about-value-card{padding:48px 40px;background:var(--surface);transition:background .22s}.about-value-card:hover{background:#f1f5f9}.about-value-number{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:16px}.about-value-title{font-size:19px;font-weight:700;color:var(--ink);margin:0 0 11px;letter-spacing:-.01em}.about-value-body{font-size:14px;color:var(--slate-700);line-height:1.75;margin:0}.about-whyus-section{padding:112px 0;background:var(--surface);border-top:1px solid var(--border)}.about-whyus-section .about-section-title{margin-bottom:48px}.about-whyus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.about-whyus-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:40px 36px;box-shadow:0 2px 12px #0f2d5a0a;transition:box-shadow .28s,transform .28s}.about-whyus-card:hover{box-shadow:0 10px 36px #0f2d5a17;transform:translateY(-3px)}.about-whyus-icon-wrap{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(21,101,216,.25);border-radius:11px;color:var(--blue);margin-bottom:22px}.about-whyus-icon-wrap svg{width:21px;height:21px}.about-whyus-title{font-size:18px;font-weight:700;color:var(--ink);margin:0 0 10px;letter-spacing:-.01em}.about-whyus-body{font-size:14px;color:var(--slate-700);line-height:1.75;margin:0}.about-team-section{padding:112px 0;background:var(--surface)}.about-team-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-team-body{font-size:15.5px;color:var(--slate-700);line-height:1.75;margin:0 0 16px}.about-team-card{display:flex;align-items:flex-start;gap:20px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px;margin-bottom:20px;box-shadow:var(--shadow-soft)}.about-team-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);color:#fff;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 16px #1565d84d}.about-team-name{font-size:16px;font-weight:700;color:var(--ink);margin:0 0 4px}.about-team-role{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--slate-500);margin:0 0 10px}.about-team-desc{font-size:14px;color:var(--slate-700);line-height:1.6;margin:0}.about-team-note{background:var(--blue-tint);border:1px solid rgba(21,101,216,.15);border-radius:var(--radius-lg);padding:20px 24px;font-size:14px;color:var(--slate-700);line-height:1.6}.about-team-note-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:#1565d81f;padding:2px 8px;border-radius:999px;margin-bottom:8px}.about-inline-link{color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:2px}.about-story-section{padding:90px 0;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-story-header{display:flex;flex-direction:column;gap:16px;text-align:center;margin:0 auto 56px;max-width:760px}.about-story-content{max-width:760px;text-align:center;margin:0 auto}.about-story-text{font-size:17px;line-height:1.8;color:var(--slate-700);margin:0;text-align:left}.about-cta-section{padding:80px 0 96px;background:var(--surface)}.about-cta-box{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--navy-deep) 0%,var(--navy) 100%);border-radius:28px;padding:80px 72px;text-align:center;box-shadow:var(--shadow-hero)}.about-cta-orb{position:absolute;width:500px;height:500px;top:-200px;right:-100px;border-radius:50%;background:radial-gradient(circle,rgba(21,101,216,.3) 0%,transparent 70%);pointer-events:none;filter:blur(60px)}.about-cta-title{font-size:clamp(30px,3.5vw,46px);font-weight:700;letter-spacing:-.02em;color:#fff;margin:16px 0 20px}.about-cta-sub{font-size:16px;color:#fff9;max-width:520px;margin:0 auto 40px;line-height:1.7}.about-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.about-hero-inner{flex-direction:column;gap:52px}.about-hero-copy{max-width:100%}.about-hero-right{justify-content:flex-start}.about-hero-card-grid{max-width:100%}.about-steps-header{grid-template-columns:1fr;gap:16px}}@media(max-width:900px){.about-mission-layout{grid-template-columns:1fr;gap:40px}.about-problems-grid{grid-template-columns:1fr}.about-steps-track{grid-template-columns:1fr 1fr;gap:32px 0}.about-steps-track:before{display:none}.about-toolkit-grid,.about-values-grid,.about-whyus-grid{grid-template-columns:1fr}.about-cta-box{padding:56px 32px}.about-toolkit-card{padding:40px 32px}}@media(max-width:600px){.about-hero{padding:60px 0 52px}.about-hero-title{font-size:38px}.about-hero-card-grid{grid-template-columns:1fr 1fr}.about-steps-track,.about-toolkit-checklist{grid-template-columns:1fr}.about-story-section{padding:72px 0}.about-story-header{margin-bottom:40px}}.fx-page{overflow-x:hidden}.fx-hero{background:var(--surface);border-bottom:1px solid var(--border);padding:80px 0 72px}.fx-hero-inner{width:100%;margin-left:100px}.fx-hero-eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--slate-500);margin-bottom:20px}.fx-hero-h1{font-size:clamp(40px,6vw,68px);font-weight:800;letter-spacing:-.035em;color:var(--ink);line-height:1.06;margin:0 0 20px}.fx-hero-desc{font-size:clamp(14px,1.5vw,16px);color:var(--slate-500);max-width:520px;line-height:1.75;margin:0 0 36px}.fx-hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px}.fx-hero-pills{display:flex;flex-wrap:wrap;gap:8px;padding-top:24px;border-top:1px solid rgba(15,23,42,.1)}.fx-hero-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:#fffc;border:1px solid rgba(15,23,42,.12);color:var(--slate-700);font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .18s,border-color .18s,color .18s;font-family:inherit}.fx-hero-pill:hover{background:var(--blue-tint);border-color:#1565d84d;color:var(--blue)}.fx-hero-pill-num{font-size:10px;font-weight:700;color:var(--blue);letter-spacing:.06em}@media(max-width:640px){.fx-hero{padding:60px 0 52px}.fx-hero-btns{flex-direction:column;align-items:flex-start}}.fx-nav{position:sticky;top:68px;z-index:90;background:#fff;-webkit-backdrop-filter:blur(18px) saturate(1.4);backdrop-filter:blur(18px) saturate(1.4);border-bottom:1px solid var(--border);box-shadow:0 2px 16px #0f172a0f}.fx-nav-inner{display:flex;gap:2px;padding:10px 16px;overflow-x:auto;scrollbar-width:none;max-width:1120px;margin:0 auto}.fx-nav-inner::-webkit-scrollbar{display:none}.fx-nav-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:999px;border:none;background:transparent;color:var(--slate-500);font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s;font-family:inherit}.fx-nav-pill:hover{background:var(--bg);color:var(--ink)}.fx-nav-pill.active{background:var(--navy);color:#fff}.fx-nav-num{font-size:10px;font-weight:700;letter-spacing:.06em;opacity:.6}.fx-nav-pill.active .fx-nav-num{color:var(--gold-light);opacity:1}.fx-section{border-top:1px solid var(--border);scroll-margin-top:120px}.fx-section--dark{background:var(--navy);border-top-color:#ffffff0f}.fx-section--light{background:var(--surface)}.fx-section--light:nth-of-type(2n){background:var(--bg)}.fx-grid{display:grid;grid-template-columns:1fr minmax(300px,480px);gap:80px;align-items:center;padding:40px 0;min-height:85vh}.fx-grid--rev{grid-template-columns:minmax(300px,480px) 1fr}.fx-grid--rev .fx-copy{order:2}.fx-grid--rev .fx-visual-wrap{order:1}.fx-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0}.fx-num-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.fx-num{font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--gold);font-variant-numeric:tabular-nums}.fx-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.fx-section--dark .fx-label{color:#ffffff73}.fx-section--light .fx-label{color:var(--slate-500)}.fx-title{font-size:clamp(32px,4vw,54px);font-weight:700;letter-spacing:-.025em;line-height:1.04;margin:0 0 20px}.fx-section--dark .fx-title{color:#fff}.fx-section--light .fx-title{color:var(--ink)}.fx-body{font-size:17px;line-height:1.72;max-width:500px;margin:0 0 8px}.fx-section--dark .fx-body{color:#fff9}.fx-section--light .fx-body{color:var(--slate-700)}.fx-badge{display:inline-block;margin-top:14px;padding:5px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;background:var(--navy);color:var(--bg);border:1px solid rgba(201,134,10,.3)}.fx-bullets{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:11px}.fx-bullets li{display:flex;align-items:baseline;gap:10px;font-size:15px;line-height:1.55}.fx-section--dark .fx-bullets li{color:#ffffffb3}.fx-section--light .fx-bullets li{color:var(--slate-700)}.fx-bullet-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--blue);flex-shrink:0;margin-top:5px}.fx-section--dark .fx-bullet-dot{background:var(--gold-light)}.fx-visual-wrap{display:flex;justify-content:center;align-items:center;transform-style:preserve-3d}.fx-visual-wrap--wide{width:115%;max-width:none;justify-content:flex-start;align-items:flex-start}.fx-stats-break{background:linear-gradient(100deg,var(--navy) 0%,#0a2040 100%);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.fx-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff0f}.fx-stat-item{display:flex;flex-direction:column;gap:6px;padding:44px 36px;background:#ffffff08}.fx-stat-value{font-size:clamp(30px,3vw,42px);font-weight:700;letter-spacing:-.02em;color:#fff}.fx-stat-label{font-size:13px;color:#ffffff73;font-weight:500}.fx-billing-card{background:#fff;border:1px solid #e8edf4;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #0f1d3a14;width:120%;font-family:DM Sans,system-ui,sans-serif}.fx-bill-tabs{display:flex;border-bottom:1px solid #f1f5f9;padding:0 20px}.fx-bill-tab{font-size:13px;font-weight:600;color:#64748b;padding:13px 4px;margin-right:20px;cursor:pointer;border-bottom:2px solid transparent}.fx-bill-tab-active{color:#0f1d3b;border-bottom-color:#0f1d3b}.fx-bill-subtabs{display:flex;gap:0;padding:10px 20px 0;border-bottom:1px solid #f1f5f9}.fx-bill-subtab{font-size:12px;font-weight:500;color:#64748b;padding:6px 12px 10px;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:4px}.fx-bill-subtab-active{color:#0f1d3b;font-weight:700;border-bottom:2px solid #0f1d3b}.fx-bill-count{background:#f1f5f9;color:#64748b;font-size:10px;font-weight:700;padding:1px 6px;border-radius:999px}.fx-bill-search{display:flex;align-items:center;gap:8px;margin:12px 20px;background:#f8fafc;border:1px solid #e8edf4;border-radius:8px;padding:8px 12px;width:240px}.fx-bill-search-placeholder{font-size:11.5px;color:#94a3b8}.fx-bill-thead{display:grid;grid-template-columns:90px 140px 100px 120px 80px 70px 1fr;gap:0;padding:8px 20px;border-bottom:1px solid #f1f5f9}.fx-bill-th{font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}.fx-bill-tbody{display:flex;flex-direction:column}.fx-bill-row{display:grid;grid-template-columns:90px 140px 100px 120px 80px 70px 1fr;gap:0;padding:11px 20px;border-bottom:1px solid #f8fafc;align-items:center}.fx-bill-row:last-child{border-bottom:none}.fx-bill-td{font-size:12.5px;color:#0f1d3b}.fx-bill-date{color:#475569;font-size:12px}.fx-bill-patient{display:flex;flex-direction:column;gap:1px}.fx-bill-pname{font-size:13px;font-weight:600;color:#0f1d3b}.fx-bill-pid{font-size:10.5px;color:#94a3b8}.fx-bill-service{color:#64748b;font-size:12px}.fx-bill-amount-col{display:flex;flex-direction:column;gap:2px}.fx-bill-amt{font-size:13px;font-weight:700;color:#0f1d3b}.fx-bill-sub-amt{font-size:10.5px;color:#16a34a;font-weight:500}.fx-bill-method{display:flex;align-items:center;gap:5px;font-size:12px;color:#64748b;background:#f8fafc;border:1px solid #e8edf4;border-radius:6px;padding:3px 8px;width:fit-content}.fx-bill-status-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px;width:fit-content}.fx-bill-status-badge.paid{color:#16a34a;background:#dcfce7}.fx-bill-status-badge.unpaid{color:#d97706;background:#fef3c7}.fx-bill-receipt-col{display:flex;align-items:center;gap:8px}.fx-bill-receipt{font-size:11.5px;color:#94a3b8}.fx-bill-refund-btn{font-size:11px;font-weight:600;color:#dc2626;border:1px solid #fecaca;border-radius:6px;padding:4px 10px;background:#fff;cursor:pointer;font-family:DM Sans,system-ui,sans-serif}.fx-bill-update-btn{font-size:11px;font-weight:700;color:#fff;background:#0f1d3b;border:none;border-radius:6px;padding:6px 12px;cursor:pointer;font-family:DM Sans,system-ui,sans-serif;white-space:nowrap}.fx-staff-card{background:#fff;border:1px solid #e8edf4;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #0f1d3a1a;width:100%;font-family:DM Sans,system-ui,sans-serif;display:flex;flex-direction:column;flex:1;height:auto;max-height:480px;min-height:0;transform:scale(.92);transform-origin:center}.fx-staff-header{background:var(--navy);padding:16px 18px;display:flex;align-items:center;gap:12px}.fx-staff-avatar-wrap{position:relative;flex-shrink:0}.fx-staff-avatar-lg{width:52px;height:52px;border-radius:12px;background:#ffffff1f;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center}.fx-staff-camera-btn{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:20px;height:20px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer}.fx-staff-header-info{flex:1;min-width:0}.fx-staff-name-en{font-size:18px;font-weight:700;color:#fff;margin:0 0 2px}.fx-staff-name-ar{font-size:12px;color:#ffffff80;margin:0 0 10px;direction:rtl}.fx-staff-badges{display:flex;align-items:center;gap:8px}.fx-staff-role-badge{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#ffffffd9;background:#ffffff1f;padding:4px 10px;border-radius:999px}.fx-staff-active-badge{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#86eeab;background:#104557;padding:4px 10px;border-radius:999px}.fx-staff-active-dot{width:7px;height:7px;border-radius:50%;background:#16a34a}.fx-staff-body{display:grid;grid-template-columns:200px 1fr;flex:1}.fx-staff-contact-col{padding:14px 14px 14px 16px;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;gap:8px}.fx-staff-col-title{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin:0 0 4px}.fx-staff-perm-count{color:#0f1d3b}.fx-staff-contact-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#0f1d3b;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;padding:8px 10px}.fx-staff-edit-btn{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:600;color:#0f1d3b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;cursor:pointer;font-family:DM Sans,system-ui,sans-serif;margin-top:2px}.fx-staff-deactivate-btn{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:600;color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;cursor:pointer;font-family:DM Sans,system-ui,sans-serif;text-align:center}.fx-staff-perms-col{padding:14px 16px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.fx-staff-perm-group{display:flex;flex-direction:column;gap:3px}.fx-staff-perm-group-title{font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#94a3b8;margin:0 0 4px}.fx-staff-perm-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:7px;background:#f8fafc}.fx-staff-perm-item.granted{background:#f0fdf4}.fx-staff-perm-dash{font-size:12px;color:#cbd5e1;width:12px;text-align:center}.fx-staff-perm-label{font-size:12px;font-weight:500;color:#0f1d3b}.fx-staff-perm-item:not(.granted) .fx-staff-perm-label{color:#94a3b8}.fx-analytics-wrap{width:160%}.fx-analytics-card{background:#f8fafc;border:1px solid #e8edf4;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #0f1d3a14;width:100%;font-family:DM Sans,system-ui,sans-serif;display:flex;flex-direction:column;gap:14px;padding:18px;width:120%}.fx-an-kpi-row{display:flex;gap:12px}.fx-an-kpi-tile{flex:1;background:#fff;border:1px solid #e8edf4;border-radius:12px;padding:16px 16px 14px;min-width:0}.fx-an-kpi-label{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin:0 0 8px}.fx-an-kpi-value{font-size:20px;font-weight:700;color:var(--navy);margin:0;letter-spacing:-.02em;line-height:1}.fx-an-charts-row{display:flex;gap:14px}.fx-an-chart-card{flex:1;background:#fff;border:1px solid #e8edf4;border-radius:12px;padding:18px;min-width:0;display:flex;flex-direction:column;gap:14px}.fx-an-chart-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.fx-an-chart-eyebrow{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin:0 0 4px}.fx-an-chart-title{font-size:14px;font-weight:700;color:var(--navy);margin:0}.fx-an-chart-badge{font-size:10px;font-weight:700;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:3px 10px;white-space:nowrap;flex-shrink:0}.fx-an-bar-chart{display:flex;align-items:flex-end;gap:5px;height:90px}.fx-an-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;height:100%;justify-content:flex-end}.fx-an-bar{width:100%;background:var(--navy);border-radius:4px 4px 0 0;min-height:3px}.fx-an-bar-label{font-size:9px;color:#94a3b8;font-weight:500}.fx-an-line-wrap{display:flex;flex-direction:column;gap:6px;flex:1}.fx-an-line-svg{width:100%;height:90px;flex-shrink:0}.fx-an-line-labels{display:flex;justify-content:space-between;font-size:9px;color:#94a3b8;font-weight:500}.fx-an-donut-row{display:flex;align-items:center;gap:18px}.fx-an-donut-svg{width:90px;height:90px;flex-shrink:0}.fx-an-donut-legend{flex:1;display:flex;flex-direction:column;gap:10px}.fx-an-legend-row{display:flex;align-items:center;gap:8px}.fx-an-legend-label{font-size:11px;color:#475569;width:62px;flex-shrink:0}.fx-an-legend-bar-wrap{flex:1;height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden}.fx-an-legend-bar{height:100%;border-radius:999px}.fx-an-legend-count{font-size:11px;font-weight:700;color:var(--navy);width:16px;text-align:right}.fx-an-diag-list{display:flex;flex-direction:column;gap:10px}.fx-an-diag-row{display:flex;flex-direction:column;gap:5px}.fx-an-diag-top{display:flex;justify-content:space-between}.fx-an-diag-label{font-size:11.5px;color:var(--navy)}.fx-an-diag-count{font-size:11px;color:#94a3b8}.fx-an-diag-track{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden}.fx-an-diag-fill{height:100%;background:var(--navy);border-radius:999px}.fx-queue-card{background:#fff;border:1px solid #e8edf4;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #0f1d3a14;width:min(100%,620px);font-family:DM Sans,system-ui,sans-serif}.fx-queue-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #f1f5f9}.fx-queue-title-row{display:flex;align-items:center;gap:8px}.fx-queue-title{font-size:15px;font-weight:700;color:#0f1d3b}.fx-queue-live-indicator{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#16a34a}.fx-queue-live-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;animation:livePulse 1.4s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.35)}}.fx-queue-subtitle{font-size:12px;color:#94a3b8}.fx-queue-list{display:flex;flex-direction:column}.fx-queue-row{display:flex;align-items:center;gap:10px;padding:12px 20px;border-bottom:1px solid #f8fafc}.fx-queue-row:last-child{border-bottom:none}.fx-queue-row-active{border-left:3px solid #0f1d3b;background:#fafcff}.fx-queue-spinner-wrap{width:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fx-queue-spinner{animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fx-queue-num{width:28px;height:28px;border-radius:50%;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fx-queue-avatar{width:34px;height:34px;border-radius:50%;background:#e2e8f0;color:#475569;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fx-queue-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.fx-queue-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.fx-queue-name{font-size:13px;font-weight:600;color:#0f1d3b}.fx-queue-session-badge{font-size:10.5px;font-weight:500;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:999px}.fx-queue-allergy-badge{font-size:10.5px;font-weight:600;color:#dc2626;background:#fef2f2;padding:2px 8px;border-radius:999px}.fx-queue-sub{font-size:11.5px;color:#64748b}.fx-queue-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.fx-queue-time{font-size:12px;color:#64748b;font-weight:500}.fx-queue-alert-btn{width:28px;height:28px;background:none;border:1px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.fx-queue-admit-btn{font-size:12px;font-weight:600;color:#0f1d3b;background:#fff;border:1px solid #e2e8f0;border-radius:7px;padding:5px 14px;cursor:pointer;font-family:DM Sans,system-ui,sans-serif}.fx-booking-card{background:var(--bg);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:28px;box-shadow:var(--shadow-lift);width:min(100%,420px)}.fx-booking-eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);margin:0 0 14px}.fx-booking-url-row{display:flex;align-items:center;gap:10px;background:var(--navy);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px 14px;margin-bottom:20px}.fx-booking-domain{font-size:13px;color:var(--surface);font-family:monospace}.fx-booking-slug{font-size:13px;color:var(--surface);font-family:monospace;font-weight:700}.fx-booking-copy-btn{margin-left:auto;font-size:11px;font-weight:700;color:var(--surface);background:#c9a84c1f;border:1px solid rgba(201,168,76,.25);border-radius:6px;padding:4px 10px;cursor:default}.fx-booking-preview{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px}.fx-booking-preview-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.fx-booking-preview-avatar{width:38px;height:38px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.fx-booking-preview-name{font-size:14px;font-weight:600;color:var(--ink);margin:0 0 2px}.fx-booking-preview-spec{font-size:11px;color:var(--slate-500);margin:0}.fx-booking-slots{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.fx-booking-slot{font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;background:var(--bg);border:1px solid var(--border);color:var(--ink);cursor:default}.fx-booking-slot.selected{background:var(--navy);border-color:var(--navy);color:#fff}.fx-booking-confirm-btn{text-align:center;background:var(--navy);color:#fff;font-size:13px;font-weight:700;border-radius:10px;padding:11px;cursor:default}.fx-audit-card{background:#fff;border:1px solid #e8edf4;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #0f1d3a14;width:100%;font-family:DM Sans,system-ui,sans-serif}.fx-audit-header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 22px 14px;border-bottom:1px solid #f1f5f9}.fx-audit-header-left{display:flex;align-items:flex-start;gap:12px}.fx-audit-icon-wrap{width:34px;height:34px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#0f1d3b;flex-shrink:0;margin-top:2px}.fx-audit-title{font-size:17px;font-weight:700;color:#0f1d3b;margin:0 0 3px}.fx-audit-subtitle{font-size:12px;color:#94a3b8;margin:0;max-width:480px;line-height:1.5}.fx-audit-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 22px;border-bottom:1px solid #f1f5f9;gap:12px;flex-wrap:wrap}.fx-audit-stats{display:flex;gap:10px}.fx-audit-stat-chip{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:7px 14px;font-size:12.5px;color:#475569}.fx-audit-stat-chip strong{color:#0f1d3b;font-weight:700;font-size:14px}.fx-audit-stat-chip--alert{border-color:#fecaca;background:#fff5f5;color:#dc2626}.fx-audit-stat-chip--alert strong{color:#dc2626}.fx-audit-filter-tabs{display:flex;gap:4px}.fx-audit-filter-tab{font-size:12px;font-weight:500;color:#64748b;background:transparent;border:1px solid #e8edf4;border-radius:7px;padding:5px 12px;cursor:pointer}.fx-audit-filter-tab--active{background:#0f1d3b;color:#fff;border-color:#0f1d3b}.fx-audit-table{display:flex;flex-direction:column}.fx-audit-thead{display:grid;grid-template-columns:160px 1fr 160px 100px;padding:8px 22px;gap:16px;border-bottom:1px solid #f1f5f9}.fx-audit-th{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.fx-audit-row{display:grid;grid-template-columns:160px 1fr 100px 100px;padding:14px 22px;gap:16px;border-bottom:1px solid #f8fafc;align-items:center}.fx-audit-row:last-child{border-bottom:none}.fx-audit-user{display:flex;align-items:center;gap:10px}.fx-audit-avatar{width:34px;height:34px;border-radius:50%;background:#e8edf4;color:#0f1d3b;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fx-audit-name{font-size:13px;font-weight:600;color:#0f1d3b;margin:0 0 2px}.fx-audit-role{font-size:11px;color:#94a3b8;margin:0}.fx-audit-action{display:flex;align-items:center;gap:6px;font-size:13px}.fx-audit-action-word{font-weight:700}.fx-audit-action-word--delete{color:#dc2626}.fx-audit-action-word--update{color:#1565d8}.fx-audit-action-target{color:#475569}.fx-audit-when{font-size:12.5px;color:#64748b;white-space:nowrap}.fx-audit-anomaly-cell{display:block}.fx-inv-wrap{width:150%;margin-left:-35%}.fx-inv-card{background:#fff;border:1px solid #e8edf4;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #0f1d3a14;width:100%;font-family:DM Sans,system-ui,sans-serif;display:flex;flex-direction:column}.fx-inv-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 14px;border-bottom:1px solid #f1f5f9}.fx-inv-title{font-size:17px;font-weight:700;color:#0f1d3b;margin:0 0 2px}.fx-inv-subtitle{font-size:12px;color:#94a3b8;margin:0}.fx-inv-add-btn{display:flex;align-items:center;gap:7px;background:#0f1d3b;color:#fff;font-size:13px;font-weight:600;padding:9px 16px;border-radius:9px;border:none;cursor:pointer;font-family:DM Sans,system-ui,sans-serif;white-space:nowrap}.fx-inv-alerts{display:flex;flex-direction:column;gap:8px;padding:14px 22px;border-bottom:1px solid #f1f5f9}.fx-inv-alert{display:flex;align-items:center;gap:10px;font-size:12.5px;font-weight:500;padding:10px 14px;border-radius:9px}.fx-inv-alert--warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.fx-inv-alert--critical{color:#991b1b;background:#fff5f5;border:1px solid #fecaca}.fx-inv-filters{display:flex;align-items:center;gap:12px;padding:12px 22px;border-bottom:1px solid #f1f5f9;flex-wrap:wrap}.fx-inv-search{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e8edf4;border-radius:8px;padding:7px 12px;flex:0 0 200px;color:#94a3b8}.fx-inv-search input{border:none;background:transparent;font-size:12px;color:#0f1d3b;outline:none;width:100%;font-family:DM Sans,system-ui,sans-serif}.fx-inv-search input::placeholder{color:#94a3b8}.fx-inv-filter-tabs{display:flex;gap:4px}.fx-inv-tab{font-size:12px;font-weight:500;color:#64748b;background:transparent;border:1px solid #e8edf4;border-radius:7px;padding:5px 12px;cursor:pointer;font-family:DM Sans,system-ui,sans-serif;white-space:nowrap}.fx-inv-tab--active{background:#0f1d3b;color:#fff;border-color:#0f1d3b}.fx-inv-table{display:flex;flex-direction:column}.fx-inv-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr 1.1fr 80px;padding:8px 22px;border-bottom:1px solid #f1f5f9}.fx-inv-th{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.fx-inv-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr 1.1fr 80px;padding:14px 22px;border-bottom:1px solid #f8fafc;align-items:center}.fx-inv-table-row:last-child{border-bottom:none}.fx-inv-item-name{font-size:13px;font-weight:700;color:#0f1d3b;margin-bottom:2px}.fx-inv-item-name-ar{font-size:11px;color:#94a3b8;direction:rtl;text-align:left}.fx-inv-td{font-size:12.5px;color:#475569}.fx-inv-td--quantity{font-weight:700;color:#0f1d3b}.fx-inv-td--batch{color:#1565d8;font-size:12px}.fx-inv-status{display:inline-flex;align-items:center;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px}.fx-inv-status--green{color:#16a34a;background:#dcfce7}.fx-inv-status--yellow{color:#d97706;background:#fef3c7}.fx-inv-status--red{color:#dc2626;background:#fee2e2}.fx-inv-action-btn{font-size:12px;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:5px 12px;cursor:pointer;font-family:DM Sans,system-ui,sans-serif}.cs-page{min-height:calc(100vh - 140px);background:var(--surface);display:flex;align-items:center;justify-content:center;padding:80px 24px;font-family:DM Sans,system-ui,sans-serif;position:relative;overflow:hidden}.cs-scene{position:absolute;inset:0;pointer-events:none}.cs-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.18}.cs-glow--blue{width:600px;height:600px;top:-160px;right:-100px;background:radial-gradient(circle,#1565d8 0%,transparent 70%)}.cs-glow--navy{width:500px;height:500px;bottom:-140px;left:-80px;background:radial-gradient(circle,var(--navy) 0%,transparent 70%)}.cs-grid{position:absolute;inset:0;width:100%;height:100%;color:var(--navy);opacity:.045}.cs-float-card{position:absolute;display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid rgba(15,45,90,.1);border-radius:12px;padding:12px 18px;box-shadow:0 8px 32px #0f2d5a14;white-space:nowrap}.cs-float-card--1{top:22%;left:6%}.cs-float-card--2{top:18%;right:7%}.cs-float-card--3{bottom:24%;right:9%}.cs-fc-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.cs-fc-dot--green{background:#16a34a}.cs-fc-dot--blue{background:#1565d8}.cs-fc-dot--amber{background:#d97706}.cs-fc-label{font-size:11px;font-weight:600;color:var(--ink);opacity:.45;letter-spacing:.02em}.cs-fc-val{font-size:13px;font-weight:700;color:var(--navy);margin-left:4px}.cs-inner{position:relative;z-index:1;text-align:center;max-width:560px;display:flex;flex-direction:column;align-items:center;gap:0}.cs-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);opacity:.4;margin:0 0 20px}.cs-title{font-size:clamp(48px,8vw,88px);font-weight:700;letter-spacing:-.03em;color:var(--navy);line-height:1;margin:0 0 24px}.cs-sub{font-size:16px;color:var(--ink);opacity:.5;line-height:1.7;margin:0 0 36px}.cs-contact-btn{display:inline-flex;align-items:center;gap:8px;background:var(--navy);color:#fff;font-size:14px;font-weight:600;font-family:DM Sans,system-ui,sans-serif;padding:13px 28px;border-radius:10px;text-decoration:none;transition:opacity .2s,transform .2s}.cs-contact-btn:hover{opacity:.88;transform:translateY(-2px)}.fx-cta{padding:80px 0 96px;background:var(--bg)}.fx-cta-box{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--navy-deep) 0%,var(--navy) 100%);border-radius:28px;padding:88px 80px;text-align:center;box-shadow:var(--shadow-hero)}.fx-cta-orb{position:absolute;width:560px;height:560px;top:-200px;right:-120px;border-radius:50%;background:radial-gradient(circle,rgba(21,101,216,.32) 0%,transparent 70%);pointer-events:none;filter:blur(60px)}.fx-cta-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light);margin-bottom:16px}.fx-cta-title{font-size:clamp(32px,4vw,52px);font-weight:700;letter-spacing:-.025em;color:#fff;margin:0 0 18px}.fx-cta-sub{font-size:16px;color:#ffffff8c;max-width:440px;margin:0 auto 40px;line-height:1.7}.fx-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:960px){.fx-grid,.fx-grid--rev{grid-template-columns:1fr;gap:48px;padding:72px 0;min-height:unset}.fx-grid--rev .fx-copy,.fx-grid--rev .fx-visual-wrap{order:0}.fx-stats-inner{grid-template-columns:repeat(2,1fr)}.fx-cta-box{padding:56px 32px}.fx-hero{padding:100px 0 72px}}@media(max-width:600px){.fx-hero-title{font-size:48px}.fx-stats-inner{grid-template-columns:1fr 1fr}.fx-kpi-grid{grid-template-columns:1fr}.fx-nav{display:none}}.ctu-hero{position:relative;overflow:hidden;background:var(--bg)}.ctu-hero-bg{position:absolute;pointer-events:none;background:var(--bg)}.ctu-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:100px 0 88px}.ctu-hero-copy{display:flex;flex-direction:column;align-items:flex-start}.ctu-hero-heading{margin:14px 0 0;font-size:clamp(36px,5.5vw,60px);font-weight:700;line-height:1.08;letter-spacing:-.03em;color:var(--ink)}.ctu-heading-line2{background:linear-gradient(135deg,var(--blue) 0%,#0d4eb5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ctu-hero-sub{margin:20px 0 0;font-size:17px;line-height:1.75;color:var(--slate-700);max-width:440px}.ctu-badge{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:8px 16px;border:1px solid rgba(21,101,216,.18);border-radius:999px;background:var(--navy);color:var(--bg);font-size:13px;font-weight:600;letter-spacing:.01em}.ctu-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);flex-shrink:0;box-shadow:0 0 0 3px #1565d833;animation:ctupulse 2s ease-in-out infinite}@keyframes ctupulse{0%,to{box-shadow:0 0 0 3px #1565d833}50%{box-shadow:0 0 0 6px #1565d814}}.ctu-info-cards{display:flex;flex-direction:column;gap:14px}.ctu-info-card{display:flex;align-items:center;gap:20px;padding:22px 24px;border:1px solid rgba(0,0,0,.07);border-radius:16px;background:#fff;box-shadow:0 2px 12px #0000000f,0 1px 3px #0000000a;cursor:default;transition:transform .22s ease,box-shadow .22s ease}.ctu-info-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001a,0 2px 6px #0000000d}.ctu-card-icon{width:52px;height:52px;flex-shrink:0;display:grid;place-items:center;border-radius:14px;background:var(--card-bg, var(--blue-tint));color:var(--card-accent, var(--blue))}.ctu-card-icon svg{width:22px;height:22px}.ctu-info-card>div{display:flex;flex-direction:column;gap:2px}.ctu-card-label{font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--card-accent, var(--blue));margin-bottom:1px}.ctu-card-value{font-size:15px;font-weight:700;color:var(--ink);letter-spacing:-.01em;line-height:1.3}.ctu-card-note{font-size:12.5px;color:#8a95a3;margin-top:1px}.ctu-form-section{background:var(--bg);padding:80px 0 100px}.ctu-form-outer{display:grid;grid-template-columns:1fr 360px;grid-template-rows:auto 1fr;gap:0 48px;align-items:start}.ctu-side-label{grid-column:1;grid-row:1;display:flex;align-items:center;gap:12px;margin-bottom:24px}.ctu-side-label:after{content:"";flex:1;height:1px;background:var(--border)}.ctu-side-label span{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--slate-500);white-space:nowrap;flex-shrink:0}.ctu-form-card{grid-column:1;grid-row:2;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:44px 48px;box-shadow:0 4px 28px #0f172a0f,0 1px 3px #0f172a0a}.ctu-form-top{margin-bottom:32px}.ctu-form-title{margin:0 0 8px;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.ctu-form-sub{margin:0;font-size:14px;color:var(--slate-500)}.ctu-form{display:flex;flex-direction:column;gap:20px}.ctu-field{display:flex;flex-direction:column;gap:7px}.ctu-label{font-size:13px;font-weight:600;color:var(--slate-700)}.ctu-fields-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ctu-textarea{min-height:140px;resize:vertical}.ctu-form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:4px}.ctu-submit-btn{display:inline-flex;align-items:center;gap:10px;padding:13px 26px;background:var(--navy);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:var(--radius-lg);cursor:pointer;letter-spacing:.01em}.ctu-submit-btn :hover{background:var(--blue)}.ctu-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:56px 32px;gap:18px}.ctu-success-ring{position:relative;width:64px;height:64px;display:grid;place-items:center}.ctu-check{position:absolute;inset:0;margin:auto;width:28px;height:28px}.ctu-success h3{margin:0;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.ctu-success p{margin:0;max-width:380px;font-size:15px;color:var(--slate-700);line-height:1.7}.ctu-faq-aside{grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column;gap:0;position:sticky;top:96px;padding-top:8px}.ctu-faq-title{margin:10px 0 24px;font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.ctu-faq-item{padding:18px 0;border-bottom:1px solid var(--border)}.ctu-faq-item:first-of-type{border-top:1px solid var(--border)}.ctu-faq-item strong{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}.ctu-faq-item p{margin:0;font-size:13.5px;color:var(--slate-500);line-height:1.65}.ctu-demo-nudge{margin-top:28px;padding:22px;border-radius:var(--radius-lg);background:var(--navy);display:flex;flex-direction:column;gap:14px}.ctu-demo-nudge p{margin:0;font-size:14.5px;color:#ffffffb3;line-height:1.55}.ctu-nudge-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:var(--radius-md);background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:13.5px;font-weight:600;text-decoration:none;align-self:flex-start;transition:background .2s ease,border-color .2s ease}.ctu-nudge-btn:hover{background:#ffffff2e;border-color:#ffffff4d}@media(max-width:960px){.ctu-hero-grid{grid-template-columns:1fr;gap:48px;padding:80px 0 64px}.ctu-hero-sub{max-width:100%}.ctu-form-outer{grid-template-columns:1fr;grid-template-rows:auto}.ctu-side-label{grid-column:1;grid-row:1}.ctu-form-card{grid-column:1;grid-row:2}.ctu-faq-aside{grid-column:1;grid-row:3;position:static;padding-top:48px}.ctu-form-card{padding:32px 28px}}@media(max-width:600px){.ctu-hero-heading{font-size:36px}.ctu-hero-sub{font-size:15px}.ctu-fields-2col{grid-template-columns:1fr}.ctu-form-card{padding:24px 18px}.ctu-form-title{font-size:22px}.ctu-form-footer{flex-direction:column;align-items:flex-start}.ctu-submit-btn{width:100%;justify-content:center}}.ct-hero{position:relative;overflow:hidden;background:var(--bg);padding:100px 0 80px}.ct-hero-bg,.ct-orb,.ct-hero-grid-lines{display:none}.ct-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1200px;margin:0 auto;padding:0 40px;width:100%}.ct-hero-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.ct-hero-trust{display:flex;align-items:center;justify-content:flex-end}.ct-hero-trust .ct-trust-row{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.ct-hero-trust .ct-trust-chip{font-size:14px;padding:10px 18px}.ct-hero-eyebrow-row{display:flex;align-items:center;gap:12px;margin-bottom:24px}.ct-rule{width:36px;height:1px;background:var(--blue);flex-shrink:0}.ct-eyebrow-text{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap}.ct-hero-heading{margin:0 0 20px;font-size:clamp(40px,5vw,72px);font-weight:700;line-height:1.05;letter-spacing:-.04em;color:var(--ink)}.ct-heading-em{background:linear-gradient(135deg,var(--blue) 0%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ct-hero-sub{max-width:480px;margin:0 0 32px;font-size:17px;line-height:1.75;color:var(--slate);font-weight:400}.ct-trust-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.ct-trust-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--slate);font-size:12.5px;font-weight:500;letter-spacing:.01em;box-shadow:0 1px 4px #0000000d}.ct-scroll-hint{display:none}.ct-main{background:var(--bg);padding:80px 0 100px}.ct-main-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:start}.ct-form-wrap{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:48px;box-shadow:0 4px 32px #0f172a12,0 1px 4px #0f172a0a}.ct-form-header{margin-bottom:36px}.ct-form-title{margin:10px 0 12px;font-size:clamp(22px,3vw,30px);font-weight:700;letter-spacing:-.02em;color:var(--ink);line-height:1.15}.ct-form-subtitle{margin:0;font-size:15px;color:var(--slate-500);line-height:1.65}.ct-form{display:flex;flex-direction:column;gap:20px}.ct-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ct-field{display:flex;flex-direction:column;gap:7px}.ct-label{font-size:13px;font-weight:600;color:var(--slate-700);letter-spacing:.01em}.ct-required{color:var(--blue);margin-left:2px}.ct-input{width:100%;min-height:48px;padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg);color:var(--ink);font-size:15px;font-family:inherit;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;appearance:none}.ct-input::placeholder{color:var(--slate-300)}.ct-input:hover{border-color:var(--slate-300)}.ct-input-focused,.ct-input:focus{border-color:var(--blue);background:var(--surface);box-shadow:0 0 0 3px #1565d81a}.ct-input-error,.ct-input-error:focus,.ct-input-error.ct-input-focused{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.ct-error-msg{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:#dc2626;margin-top:5px;overflow:hidden}.ct-api-error{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#dc2626;background:#dc26260f;border:1px solid rgba(220,38,38,.18);border-radius:8px;padding:10px 14px;margin-bottom:4px}@keyframes ctSpin{to{transform:rotate(360deg)}}.ct-spinner{animation:ctSpin .75s linear infinite;flex-shrink:0}.ct-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}.ct-select option{color:var(--ink);background:#fff}.ct-phone-wrap{display:flex;align-items:stretch;border:1.5px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--bg);transition:border-color .2s ease,box-shadow .2s ease}.ct-phone-wrap:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1565d81a;background:var(--surface)}.ct-phone-prefix{display:flex;align-items:center;padding:0 14px;background:#f1f5f9;border-right:1.5px solid var(--border);color:var(--slate-700);font-size:14px;font-weight:600;white-space:nowrap;flex-shrink:0}.ct-input-phone{flex:1;border:none;border-radius:0;background:transparent;box-shadow:none!important;min-height:48px}.ct-input-phone:hover,.ct-input-phone:focus{border:none;box-shadow:none}.ct-textarea{min-height:110px;resize:vertical;line-height:1.6}.ct-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:14px 28px;background:var(--navy);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:var(--radius-lg);cursor:pointer;box-shadow:none;letter-spacing:.01em;margin-top:4px}.ct-submit-btn:hover{background:var(--navy)}.ct-form-note{margin:0;text-align:center;font-size:12.5px;color:var(--slate-500)}.ct-form-note a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.ct-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;gap:16px}.ct-success-icon{width:68px;height:68px;border-radius:50%;background:var(--navy);display:grid;place-items:center}.ct-success h3{margin:0;font-size:24px;font-weight:700;color:var(--ink);letter-spacing:-.02em}.ct-success p{margin:0;max-width:380px;font-size:15px;color:var(--slate-700);line-height:1.7}.ct-reset-btn{margin-top:8px;background:none;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:10px 22px;color:var(--slate-700);font-size:13.5px;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s}.ct-reset-btn:hover{border-color:var(--navy);color:var(--navy)}.ct-info-panel{display:flex;flex-direction:column;gap:28px;position:sticky;top:96px}.ct-channels{display:flex;flex-direction:column;gap:12px}.ct-channel-card{display:flex;align-items:center;gap:20px;padding:22px 24px;border:1px solid rgba(0,0,0,.07);border-radius:16px;background:#fff;box-shadow:0 2px 12px #0000000f,0 1px 3px #0000000a;transition:transform .22s ease,box-shadow .22s ease}.ct-channel-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0000001a,0 2px 6px #0000000d}.ct-channel-icon{width:52px;height:52px;flex-shrink:0;display:grid;place-items:center;border-radius:14px;background:var(--ch-bg, var(--blue-tint));color:var(--ch-accent, var(--blue))}.ct-channel-icon svg{width:22px;height:22px}.ct-channel-body{display:flex;flex-direction:column;gap:2px;min-width:0}.ct-channel-label{font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--ch-accent, var(--blue));margin-bottom:1px}.ct-channel-value{font-size:15px;font-weight:700;color:var(--ink);letter-spacing:-.01em;line-height:1.3}.ct-channel-sub{font-size:12.5px;color:#8a95a3;margin-top:1px}.ct-expect-box{padding:28px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.ct-expect-title{margin:0 0 20px;font-size:16px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.ct-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.ct-step-item{display:flex;align-items:flex-start;gap:14px}.ct-step-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--navy);color:#fff;font-size:11px;font-weight:800;display:grid;place-items:center}.ct-step-item p{margin:0;font-size:14px;color:var(--slate-700);line-height:1.6;padding-top:3px}.ct-quote-card{position:relative;padding:28px;border-radius:var(--radius-lg);background:var(--navy);overflow:hidden}.ct-quote-mark{position:absolute;top:20px;right:20px;color:#fff}.ct-quote-text{margin:0 0 16px;font-size:15px;line-height:1.72;color:#ffffffd1;font-style:italic;font-weight:400}.ct-quote-author{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff59}@media(max-width:960px){.ct-hero{padding:80px 0 60px}.ct-hero-inner{grid-template-columns:1fr;padding:0 24px;gap:40px}.ct-hero-trust{justify-content:flex-start}.ct-hero-heading{font-size:48px}.ct-main-grid{grid-template-columns:1fr;gap:40px}.ct-info-panel{position:static}.ct-form-wrap{padding:32px 24px}}@media(max-width:600px){.ct-hero{padding:64px 0 48px}.ct-hero-inner{padding:0 20px}.ct-hero-heading{font-size:38px}.ct-hero-sub{font-size:15px}.ct-hero-trust{justify-content:flex-start}.ct-trust-chip{font-size:11.5px;padding:5px 11px}.ct-fields-row{grid-template-columns:1fr}.ct-form-wrap{padding:24px 18px}.ct-form-title{font-size:22px}}.laptop-showcase-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center;padding:20px 0}.laptop-showcase-copy{display:flex;flex-direction:column;align-items:flex-start}.laptop-showcase-heading{margin:2px 0 0;font-size:clamp(32px,4.5vw,54px);font-weight:700;line-height:1.08;letter-spacing:-.03em;color:var(--ink)}.laptop-heading-accent{background:linear-gradient(135deg,var(--blue) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.laptop-showcase-sub{margin-top:-20px;font-size:17px;line-height:1.72;color:var(--slate-700);max-width:480px}.laptop-divider{width:48px;height:2px;background:linear-gradient(90deg,var(--blue) 0%,var(--gold) 100%);border-radius:999px;margin:26px 0;transform-origin:left}.laptop-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:22px}.laptop-feature-item{display:flex;align-items:flex-start;gap:16px;padding-bottom:22px;border-bottom:1px solid var(--border)}.laptop-feature-item:last-child{border-bottom:none;padding-bottom:0}.laptop-feature-num{flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--blue);padding-top:3px;min-width:22px}.laptop-feature-item>div{display:flex;flex-direction:column;gap:4px}.laptop-feature-item strong{font-size:15px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.laptop-feature-item p{margin:0;font-size:14px;color:var(--slate-500);line-height:1.6}.laptop-cta-btn{display:inline-flex;align-items:center;gap:8px;margin-top:36px;padding:13px 26px;background:var(--blue);color:#fff;font-size:14px;font-weight:600;border-radius:var(--radius-lg);text-decoration:none;box-shadow:0 4px 20px #1565d852;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.laptop-cta-btn:hover{background:var(--blue-hover);box-shadow:0 8px 32px #1565d86b;transform:translateY(-2px)}.laptop-showcase-visual{position:relative;display:flex;align-items:center;justify-content:center}.laptop-glow-ring{position:absolute;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(21,101,216,.18) 0%,transparent 70%);filter:blur(48px);pointer-events:none;z-index:0}.laptop-glow-ring-2{width:50%;height:50%;background:radial-gradient(circle,rgba(201,134,10,.12) 0%,transparent 70%);top:20%;right:5%;filter:blur(36px)}.laptop-float-wrap{position:relative;z-index:1;will-change:transform}.laptop-mockup-img{width:100%;max-width:920px;height:420px;display:block;border-radius:var(--radius-lg);filter:drop-shadow(0 36px 72px rgba(4,15,42,.32));margin-left:90px}@media(max-width:960px){.laptop-showcase-grid{grid-template-columns:1fr;gap:52px;padding:0}.laptop-showcase-heading{font-size:36px}.laptop-mockup-img{max-width:100%}}@media(max-width:560px){.laptop-showcase-heading{font-size:28px}.laptop-showcase-sub{font-size:15px}.laptop-feature-item strong{font-size:14px}}.set-page{position:relative;display:flex;align-items:stretch;min-height:calc(100vh - 72px);background:var(--bg);overflow:hidden}.set-page:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 55% at 6% 0%,rgba(21,101,216,.1) 0%,transparent 60%),radial-gradient(ellipse 50% 45% at 0% 35%,rgba(15,45,90,.08) 0%,transparent 55%);pointer-events:none}.set-sidebar{position:relative;width:300px;flex-shrink:0;background:#ffffffb3;border-right:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:48px 28px}.set-content{position:relative;flex:1;min-width:0;padding:64px 56px 100px;max-width:960px}.set-sidebar-title{margin:0 0 20px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--slate-500)}.set-sidebar-user{display:flex;align-items:center;gap:12px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--border)}.set-sidebar-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;font-size:15px;font-weight:700;overflow:hidden}.set-sidebar-avatar img{width:100%;height:100%;object-fit:cover}.set-sidebar-user-text{min-width:0}.set-sidebar-user-name{margin:0;font-size:14px;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.set-sidebar-user-email{margin:2px 0 0;font-size:12px;color:var(--slate-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.set-nav{display:flex;flex-direction:column;gap:2px}.set-nav-item{position:relative;display:flex;align-items:center;gap:12px;text-align:left;padding:11px 14px;font-size:14.5px;font-weight:600;color:var(--slate-500);background:none;border:none;border-radius:var(--radius-md);cursor:pointer;transition:color .2s ease,background .2s ease}.set-nav-item:hover{color:var(--ink);background:#0f172a08}.set-nav-item-icon{display:flex;color:inherit;opacity:.75;flex-shrink:0}.set-nav-item--active{color:var(--navy);background:var(--blue-tint)}.set-nav-item--active .set-nav-item-icon{opacity:1}.set-nav-active-bar{position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:999px;background:var(--navy)}.set-title{margin:0 0 22px;font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.set-placeholder p{margin:0;font-size:14.5px;color:var(--slate-500)}.set-block{margin-bottom:44px}.set-block:last-child{margin-bottom:0}.set-block h3{margin:0 0 20px;font-size:15px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.set-avatar-row{display:flex;align-items:center;gap:18px;padding-bottom:32px;margin-bottom:8px;border-bottom:1px solid var(--border)}.set-avatar-wrap{position:relative;width:68px;height:68px;flex-shrink:0}.set-avatar-img{width:68px;height:68px;border-radius:50%;object-fit:cover;display:block}.set-avatar-fallback{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;font-size:21px;font-weight:700}.set-avatar-badge{position:absolute;bottom:-2px;right:-2px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border:2px solid var(--bg);cursor:pointer;transition:background .2s ease}.set-avatar-badge:hover{background:var(--navy-deep)}.set-avatar-actions{display:flex;flex-direction:column;gap:5px}.set-upload-btn{background:none;border:none;padding:0;font-size:13.5px;font-weight:600;color:var(--blue);cursor:pointer;text-align:left}.set-upload-btn:hover{text-decoration:underline}.set-remove-btn{background:none;border:none;padding:0;font-size:12.5px;font-weight:600;color:var(--danger);cursor:pointer;text-align:left}.set-remove-btn:hover{text-decoration:underline}.set-field-list{display:flex;flex-direction:column}.set-row-wrap{border-bottom:1px solid var(--border)}.set-row-wrap:last-child{border-bottom:none}.set-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 4px;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.set-row:hover{background:#0f172a05}.set-row-label{font-size:13px;font-weight:500;color:var(--slate-500);width:150px;flex-shrink:0}.set-row-value{flex:1;font-size:14px;font-weight:600;color:var(--ink);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.set-row-chevron{display:flex;color:var(--slate-300);flex-shrink:0}.set-row-edit{overflow:hidden}.set-row-edit-inner{padding:4px 4px 20px;display:flex;align-items:flex-start;gap:10px}.set-row-edit-body{flex:1;min-width:0}.set-row-input{width:100%;font-family:inherit;font-size:14px;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}.set-row-input:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px var(--blue-tint)}.set-row-error{margin:6px 0 0;font-size:12px;font-weight:600;color:var(--danger)}.set-row-edit-actions{display:flex;gap:8px;flex-shrink:0;padding-top:1px}.set-row-cancel,.set-row-save{font-size:12.5px;font-weight:700;padding:9px 14px;border-radius:var(--radius-md);cursor:pointer;border:none}.set-row-cancel{background:none;color:var(--slate-500)}.set-row-cancel:hover{color:var(--ink)}.set-row-save{background:var(--navy);color:#fff}.set-row-save:hover{background:var(--navy-deep)}.set-row-save:disabled{background:var(--slate-300);cursor:not-allowed}.set-options-group{display:flex;gap:8px;flex-wrap:wrap}.set-option-btn{padding:9px 18px;font-size:13.5px;font-weight:600;color:var(--slate-700);background:var(--surface);border:1px solid var(--border);border-radius:999px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.set-option-btn:hover{border-color:var(--slate-300)}.set-option-btn--active{color:#fff;background:var(--navy);border-color:var(--navy)}.set-toggle{width:42px;height:24px;border-radius:999px;background:var(--border);border:none;padding:3px;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;flex-shrink:0;transition:background .2s ease}.set-toggle--on{background:var(--navy);justify-content:flex-end}.set-toggle-thumb{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040}.set-toggle-list{display:flex;flex-direction:column;gap:4px}.set-toggle-row{display:flex;align-items:center;gap:14px;padding:15px 4px;border-bottom:1px solid var(--border)}.set-toggle-row:last-child{border-bottom:none}.set-toggle-row-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-md);background:var(--blue-tint);color:var(--navy);flex-shrink:0}.set-toggle-row-text{flex:1;min-width:0}.set-toggle-row-label{margin:0 0 2px;font-size:14px;font-weight:600;color:var(--ink)}.set-toggle-row-desc{margin:0;font-size:12.5px;color:var(--slate-500);line-height:1.5}.set-action-row{display:flex;align-items:center;gap:14px;width:100%;padding:15px 4px;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;text-decoration:none;color:inherit;transition:background .15s ease}.set-action-row:last-child{border-bottom:none}.set-action-row:hover{background:#0f172a05}.set-action-row-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-md);background:var(--blue-tint);color:var(--navy);flex-shrink:0}.set-action-row--danger .set-action-row-icon{background:var(--danger-tint, #fee2e2);color:var(--danger)}.set-action-row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.set-action-row-label{font-size:14px;font-weight:600;color:var(--ink)}.set-action-row-desc{font-size:12.5px;color:var(--slate-500);line-height:1.5}.set-action-row>svg{color:var(--slate-300);flex-shrink:0}.set-lang-grid{display:grid;grid-template-columns:repeat(2,minmax(0,220px));gap:14px}.set-lang-card{display:flex;flex-direction:column;gap:4px;padding:20px 22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.set-lang-card:hover{border-color:var(--slate-300)}.set-lang-card--active{border-color:var(--navy);box-shadow:0 0 0 3px var(--blue-tint)}.set-lang-native{font-size:18px;font-weight:700;color:var(--ink)}.set-lang-label{font-size:12.5px;color:var(--slate-500)}.set-promo{position:relative;overflow:hidden;border-radius:var(--radius-lg);padding:30px 26px;background:linear-gradient(160deg,var(--navy) 0%,var(--navy-deep) 100%);color:#fff;text-align:center;box-shadow:0 20px 48px #071a3452;position:sticky;top:96px}.set-promo:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 80% 0%,rgba(21,101,216,.35) 0%,transparent 60%);pointer-events:none}.set-promo-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#ffffff1f;margin-bottom:16px}.set-promo p{position:relative;margin:0;font-size:14px;font-weight:600;line-height:1.5;color:#ffffffe6}.set-guard{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;background:var(--bg);padding:40px 20px}.set-guard-card{text-align:center;max-width:380px}.set-guard-card h1{font-size:24px;font-weight:800;color:var(--ink);margin:0 0 10px;letter-spacing:-.02em}.set-guard-card p{font-size:14.5px;color:var(--slate-500);margin:0 0 24px;line-height:1.6}.set-guard-btn{display:inline-flex;padding:12px 28px;background:var(--navy);color:#fff;font-size:14px;font-weight:700;text-decoration:none;border-radius:var(--radius-md);transition:background .2s ease}.set-guard-btn:hover{background:var(--navy-deep)}@media(max-width:1180px){.set-sidebar{width:240px;padding:40px 22px}.set-content{padding:56px 40px 90px}}@media(max-width:900px){.set-page{flex-direction:column}.set-sidebar{width:auto;border-right:none;border-bottom:1px solid var(--border);padding:24px 24px 16px}.set-nav{flex-direction:row;flex-wrap:wrap;gap:6px}.set-nav-item{padding:9px 14px}.set-nav-active-bar{display:none}.set-content{padding:40px 24px 64px;max-width:none}}@media(max-width:560px){.set-row-label{width:110px}.set-avatar-row{flex-wrap:wrap}.set-lang-grid{grid-template-columns:1fr}}@media(max-width:1100px){.lh-actions{margin-right:0}}@media(max-width:768px){.cta-box{flex-direction:column;align-items:flex-start;gap:28px;padding:40px 32px}.cta-box h2{font-size:26px}}@media(max-width:480px){.final-cta{padding:56px 0}.cta-box{padding:32px 20px;gap:20px}.cta-box .actions{display:flex;flex-direction:column;width:100%;gap:10px}.cta-box .actions .button{width:100%;text-align:center}}@media(max-width:640px){.lf-newsletter{margin-left:0;padding:28px 20px;flex-direction:column;align-items:flex-start;gap:16px}.lf-newsletter-form{flex-direction:column;align-items:stretch}.lf-newsletter-input,.lf-newsletter-btn{width:100%}}@media(max-width:480px){.lf-bottom{flex-direction:column;gap:8px;text-align:center}.lf-social-row{justify-content:center}}@media(max-width:960px){.laptop-mockup-img{height:auto;margin-left:0}}@media(max-width:1024px){.about-problems-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.about-problems-grid{grid-template-columns:1fr}}@media(max-width:840px){.imm-card-grid,.imm-feature-grid{grid-template-columns:1fr 1fr;max-width:100%}}@media(max-width:540px){.imm-card-grid,.imm-feature-grid{grid-template-columns:1fr}}@media(max-width:960px){.fx-hero-inner{margin-left:0;padding:0 24px}}@media(max-width:640px){.fx-analytics-wrap,.fx-inv-wrap,.fx-billing-card,.fx-visual-wrap{overflow-x:auto}}@media(max-width:480px){.fx-copy-title{font-size:26px}.fx-hero-title{font-size:34px}}@media(max-width:900px){.mockup-shell{overflow-x:auto;height:auto;min-height:200px}.mockup-patient-panel{display:none}}@media(max-width:600px){.mockup-stats{grid-template-columns:1fr 1fr}}@media(max-width:420px){.mockup-stats{grid-template-columns:1fr}}@media(max-width:480px){.about-hero-section,.about-mission-section,.about-story-section,.about-steps-section,.about-toolkit-section,.about-whyus-section{padding:56px 0}.about-toolkit-card{padding:32px 20px}.about-whyus-card{padding:28px 20px}}@media(max-width:640px){.cs-float-card{display:none}}@media(max-width:480px){.cs-title{font-size:36px}.cs-inner{padding:0 16px}}@media(max-width:480px){.security-card{padding:28px 20px}.navy-panel{padding:32px 24px}.quote-band{padding:32px 20px;flex-direction:column;gap:8px}}@media(max-width:600px){.section{padding:56px 0}.container{padding-left:20px;padding-right:20px}}@media(max-width:380px){.container{padding-left:16px;padding-right:16px}h1{font-size:clamp(28px,8vw,48px)}h2{font-size:clamp(22px,6vw,36px)}}
