:root{--primary: #FF6B00;--primary-hover: #E65100;--secondary: #0B1120;--secondary-light: #1E293B;--text-main: #0F172A;--text-light: #64748B;--white: #ffffff;--light-bg: #F8FAFC;--container-width: 1200px;--nav-height: 70px;--radius: 8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-main);background-color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-weight:600;border-radius:var(--radius);transition:all .2s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.btn-white{background-color:var(--white);color:var(--primary);border:1px solid transparent}.btn-white:hover{background-color:#fff7ed;box-shadow:0 4px 6px -1px #0000001a}.btn-outline{border:2px solid var(--secondary);color:var(--secondary);background:transparent}.btn-outline:hover{background:var(--light-bg)}.navbar{height:var(--nav-height);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1000;display:flex;align-items:center}.navbar-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:8px;font-size:1.5rem;font-weight:700;color:var(--secondary);text-decoration:none}.navbar-logo-icon{height:32px;width:auto;object-fit:contain}.logo-text span{color:var(--primary)}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{font-weight:500;color:var(--text-light);transition:color .2s;text-decoration:none}.nav-links a:hover{color:var(--primary)}.mobile-toggle{display:none;cursor:pointer}@media(max-width:768px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.mobile-menu{position:absolute;top:var(--nav-height);left:0;width:100%;background:#fff;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 6px -1px #0000001a;border-bottom:1px solid #e2e8f0}.mobile-menu a{text-decoration:none;color:var(--secondary);font-weight:500}.full-width{width:100%}}.hero{padding:5rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#fff7ed);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.badge-new{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--secondary);padding:8px 16px;border-radius:99px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0}.pulse-dot{width:8px;height:8px;background-color:var(--primary);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #ff6b0066}70%{box-shadow:0 0 0 6px #ff6b0000}to{box-shadow:0 0 #ff6b0000}}.hero-content h1{font-size:3.25rem;margin-bottom:1.5rem;color:var(--secondary);letter-spacing:-.03em;line-height:1.1}.hero-sub{font-size:1.15rem;color:var(--text-light);margin-bottom:2rem;max-width:90%;line-height:1.6}.hero-actions{display:flex;flex-direction:column;gap:1rem}.hero-stats{display:flex;gap:20px;margin-top:1rem;font-size:.9rem;color:var(--text-light);font-weight:500}.hero-image .image-wrapper{position:relative}.hero-image img{width:100%;border-radius:12px;box-shadow:0 20px 40px -10px #00000026;border:4px solid white}.floating-card{position:absolute;background:#fff;padding:.75rem 1.25rem;border-radius:12px;box-shadow:0 10px 20px -5px #0000001a;display:flex;align-items:center;gap:10px;font-weight:600;font-size:.9rem;color:var(--secondary);border:1px solid #f1f5f9;z-index:2}.card-reception{top:20%;left:-30px;animation:float 4s ease-in-out infinite}.card-pharmacy{top:50%;right:-20px;animation:float 5s ease-in-out infinite .5s}.card-doctor{bottom:10%;left:-10px;animation:float 4.5s ease-in-out infinite 1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features-grid-section{padding:6rem 0;background:#fff}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header h2{font-size:2.25rem;margin-bottom:1rem;color:var(--secondary)}.section-header p{font-size:1.1rem;color:var(--text-light)}.grid-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.grid-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;border:1px solid #f1f5f9;transition:all .3s ease;box-shadow:0 4px 6px -1px #00000005}.grid-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #00000014;border-color:#e2e8f0}.icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.blue{background:#eff6ff;color:#3b82f6}.orange{background:#fff7ed;color:var(--primary)}.green{background:#f0fdf4;color:#10b981}.purple{background:#faf5ff;color:#9333ea}.grid-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--secondary)}.split-section{padding:6rem 0;background:#f8fafc}.split-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.split-content h2{font-size:2.25rem;margin-bottom:.5rem;color:var(--secondary)}.split-content>p{color:var(--text-light);margin-bottom:2rem}.specialty-box{display:flex;gap:15px;margin-top:1.5rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:2px solid transparent;transition:all .2s ease}.specialty-box.clickable{cursor:pointer}.specialty-box:hover{transform:translate(5px);border-color:#e2e8f0}.specialty-box.active{border-color:var(--primary);background:#fff7ed}.spec-icon{background:#f1f5f9;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ui-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;border:1px solid #e2e8f0}.ui-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.ui-title{font-weight:700;color:var(--secondary)}.ui-toggle{display:flex;background:#f1f5f9;padding:4px;border-radius:8px}.ui-toggle span{padding:6px 12px;font-size:.85rem;border-radius:6px;color:#64748b}.ui-toggle span.active{background:#fff;color:var(--secondary);box-shadow:0 1px 2px #0000000d;font-weight:600}.ui-screen-container{background:#f1f5f9;border-radius:8px;overflow:hidden;min-height:300px}.specialty-img{width:100%;height:auto;display:block}.fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.future-section{padding:6rem 0;background:var(--secondary);color:#fff}.future-header{text-align:center;margin-bottom:3rem}.future-header h2{color:#fff;margin-bottom:.5rem;font-size:2.25rem}.future-header p{color:#cbd5e1}.tag-future{color:#38bdf8;font-weight:700;font-size:.8rem;letter-spacing:1px;margin-bottom:.5rem;display:block}.future-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.dark-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:2.5rem;border-radius:16px;transition:all .3s;display:flex;flex-direction:column}.dark-card:hover{background:#ffffff0f;border-color:#fff3}.dark-card h3{color:#fff;margin-bottom:.75rem;font-size:1.5rem}.dark-card p{color:#94a3b8;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.future-icon{margin-bottom:1.5rem;color:#38bdf8}.card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.coming-soon{font-size:.75rem;font-weight:600;background:#38bdf826;color:#38bdf8;padding:4px 10px;border-radius:4px}.btn-link{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;gap:4px;font-size:.9rem;font-weight:500;transition:gap .2s}.btn-link:hover{gap:8px;color:#38bdf8}.cta-section{padding:6rem 0;background:linear-gradient(to bottom,#fff7ed,#fff);text-align:center;border-top:1px solid #fed7aa}.cta-box h2{color:var(--secondary);font-size:2.5rem;margin-bottom:1rem}.cta-buttons{margin-top:2rem}@media(max-width:968px){.hero-grid,.split-layout,.future-grid{grid-template-columns:1fr}.hero-content{text-align:center}.hero-content h1{font-size:2.5rem}.hero-actions{align-items:center}.hero-stats{justify-content:center}.hero-image{order:-1;margin-bottom:3rem}.floating-card{display:none}.card-footer{flex-direction:column;gap:15px;align-items:flex-start}}.image-wrapper.cursor-pointer,.ui-screen-container.cursor-pointer{cursor:zoom-in;position:relative}.hover-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;opacity:0;transition:opacity .3s;pointer-events:none;font-weight:500;z-index:10}.image-wrapper:hover .hover-hint,.ui-screen-container:hover .hover-hint{opacity:1}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0b1120f2;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}.lightbox-content{position:relative;max-width:90vw;max-height:90vh}.lightbox-content img{max-width:100%;max-height:90vh;border-radius:8px;box-shadow:0 25px 50px -12px #00000080}.close-btn{position:absolute;top:-40px;right:0;background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-btn:hover{background:#ffffff40}.pricing-section{padding:60px 0;background-color:#f8fafc}.pricing-header{text-align:center;margin-bottom:50px}.pricing-header h1{font-size:2.5rem;margin-bottom:10px;color:var(--text-dark)}.pricing-header p{color:var(--text-gray);font-size:1.1rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;align-items:start}.plan-card{background:#fff;border-radius:12px;padding:30px;border:1px solid #e2e8f0;position:relative;transition:transform .2s,box-shadow .2s}.plan-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.plan-card.popular{border:2px solid var(--plan-smart);box-shadow:0 4px 15px #8b5cf626}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background-color:var(--plan-smart);color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.plan-price{font-size:2.5rem;font-weight:700;margin:15px 0 5px}.daily-cost{font-size:.9rem;color:#16a34a;font-weight:600;background:#dcfce7;padding:2px 8px;border-radius:4px;display:inline-block;margin-bottom:20px}.features-list{list-style:none;padding:0;margin:20px 0;text-align:left}.features-list li{margin-bottom:12px;display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:var(--text-dark)}.check-icon{color:var(--primary-orange);flex-shrink:0}.addons-section{margin-top:80px}.addons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:30px}.addon-card{background:#fff;padding:20px;border-radius:10px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.addon-header{display:flex;justify-content:space-between;align-items:center}.addon-title{font-weight:600;font-size:1rem}.addon-price{font-weight:700;color:var(--primary-orange);font-size:.95rem}.addon-desc{font-size:.85rem;color:var(--text-gray)}.features-header{background:var(--primary-dark);color:#fff;padding:80px 0;text-align:center}.features-header h1{font-size:3rem;margin-bottom:10px}.features-header p{color:#94a3b8;font-size:1.2rem}.feature-block{padding:80px 0;border-bottom:1px solid #e2e8f0}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-block:nth-child(2n) .feature-grid{direction:rtl}.feature-block:nth-child(2n) .feature-text{direction:ltr}.feature-text h2{font-size:2.2rem;color:var(--text-dark);margin-bottom:20px}.feature-text p{font-size:1.1rem;color:var(--text-gray);line-height:1.7;margin-bottom:20px}.feature-list{list-style:none;padding:0}.feature-list li{display:flex;gap:10px;margin-bottom:10px;font-weight:500}.feature-img-box{background:#f1f5f9;border-radius:20px;height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 30px #0000000d}.feature-img-box img{width:100%;height:auto;border-radius:10px}@media(max-width:768px){.feature-grid{grid-template-columns:1fr;gap:40px}.feature-block:nth-child(2n) .feature-grid{direction:ltr}.features-header h1{font-size:2.2rem}}.demo-page-container{min-height:calc(100vh - 80px);background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;padding:2rem}.split-layout-demo{display:grid;grid-template-columns:1fr 1fr;max-width:1000px;width:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e2e8f0}.demo-info{background-color:#0f172a;color:#fff;padding:3.5rem;display:flex;flex-direction:column;justify-content:center;position:relative}.demo-info h1{color:#fff;font-size:2.25rem;margin-bottom:1rem;line-height:1.2;font-weight:700}.subtitle{color:#e2e8f0;font-size:1.05rem;margin-bottom:2.5rem;line-height:1.6;font-weight:500}.steps-list{display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;gap:1rem;align-items:flex-start}.step-number{background:#ffffff1a;color:#ff6b00;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0;border:1px solid rgba(255,255,255,.2)}.step-item h4{color:#fff;font-size:1.1rem;margin-bottom:.25rem;font-weight:700}.step-item p{color:#94a3b8;font-size:.95rem}.trust-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:10px;color:#cbd5e1;font-size:.85rem;font-weight:600}.demo-form-wrapper{padding:3.5rem;background:#fff;display:flex;flex-direction:column;justify-content:center}.demo-form h2{color:#0f172a;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.form-sub{color:#64748b;margin-bottom:2rem;font-size:.95rem}.input-group{margin-bottom:1.25rem}.input-group label{display:block;font-weight:600;color:#334155;margin-bottom:.5rem;font-size:.9rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.input-wrapper input,.input-wrapper select{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;color:#0f172a;transition:all .2s;background:#f8fafc}.input-wrapper input:focus,.input-wrapper select:focus{outline:none;background:#fff;border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.btn-block{width:100%;padding:1rem;font-size:1rem;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:8px}.spam-notice{text-align:center;font-size:.8rem;color:#94a3b8;margin-top:1.5rem}.success-container{display:flex;align-items:center;justify-content:center;min-height:80vh;background:#f1f5f9}.success-card{text-align:center;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a;max-width:450px}.success-icon{margin-bottom:1.5rem;animation:popIn .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:900px){.split-layout-demo{grid-template-columns:1fr;max-width:500px}.demo-info{padding:2.5rem;display:none}.demo-form-wrapper{padding:2.5rem}}.product-page{padding-top:0}.product-hero{padding:8rem 0 6rem;text-align:center;color:#fff;background-size:cover;background-position:center}.nexus-bg{background:linear-gradient(135deg,#0f172a,#1e293b)}.vedant-bg{background:linear-gradient(135deg,#0b1120,#0c4a6e)}.badge-early-access{display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:6px 14px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;color:#ff9f43}.blue-badge{color:#38bdf8}.product-hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:#fff}.product-hero .subtitle{font-size:1.25rem;max-width:700px;margin:0 auto 2.5rem;color:#cbd5e1;line-height:1.6}.hero-cta-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px}.launch-text{font-size:.9rem;opacity:.8;font-weight:500}.product-section{padding:6rem 0}.alt-bg{background:#f8fafc}.section-title{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem;color:var(--secondary)}.section-title p{font-size:1.1rem;color:var(--text-light)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.f-icon{margin-bottom:1rem}.f-icon.blue{color:#2563eb}.f-icon.orange{color:#ea580c}.f-icon.green{color:#16a34a}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--secondary)}.feature-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.split-layout{display:flex;align-items:center;gap:4rem}.split-layout.reverse{flex-direction:row-reverse}.text-block{flex:1}.text-block h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--secondary)}.check-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.check-list li{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:var(--text-main)}.check-icon{color:var(--primary);flex-shrink:0;margin-top:4px}.visual-block{flex:1;height:400px;background:#e2e8f0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center}.dark-visual{background:var(--secondary);color:#fff}.dark-visual h3{margin-top:1rem;opacity:.7}.waitlist-section{background:var(--primary);color:#fff;padding:6rem 0;text-align:center}.container.narrow{max-width:600px}.waitlist-section h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.waitlist-section p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.detailed-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;text-align:left;display:flex;flex-direction:column;gap:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.9rem;font-weight:600;color:var(--secondary)}.form-group input,.form-group select{padding:12px;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;width:100%;outline:none;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:var(--primary)}.checkbox-group{flex-direction:row;align-items:flex-start;gap:10px;margin-top:10px}.checkbox-group input{width:auto;margin-top:4px}.checkbox-group label{font-weight:400;font-size:.85rem;color:#64748b;line-height:1.4}.btn-block{width:100%;margin-top:1rem}@media(max-width:768px){.product-hero h1{font-size:2.5rem}.split-layout,.split-layout.reverse{flex-direction:column}.form-row{grid-template-columns:1fr}.detailed-form{padding:1.5rem}}
