:root{--primary-color:#0d9488;--primary-hover:#0f766e;--primary-light:#f0fdfa;--primary-border:#ccfbf1;--success-color:#10b981;--success-light:#ecfdf5;--warning-color:#f59e0b;--warning-light:#fffbeb;--danger-color:#ef4444;--danger-light:#fef2f2;--info-color:#0284c7;--info-light:#f0f9ff;--bg-app:#fff;--bg-app-light:#f8fafc;--bg-navbar:#ffffffd9;--bg-card:#fff;--bg-input:#fff;--border-color:#e2e8f0;--border-input:#cbd5e1;--border-input-focus:#0d9488;--text-main:#334155;--text-muted:#64748b;--text-heading:#0f172a;--text-on-primary:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--gradient-hero:linear-gradient(135deg, #0d9488 0%, #0f766e 100%);--gradient-text:linear-gradient(135deg, #0d9488 0%, #0284c7 100%);--border-radius:16px;--border-radius-sm:8px;--border-radius-lg:24px;--font-sans:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--bg-app:#0b0f19;--bg-app-light:#131a26;--bg-navbar:#0b0f19d9;--bg-card:#131c2e;--bg-input:#1e293b;--border-color:#243042;--border-input:#2e3b4e;--border-input-focus:#14b8a6;--text-main:#94a3b8;--text-muted:#64748b;--text-heading:#f8fafc;--primary-color:#14b8a6;--primary-hover:#2dd4bf;--primary-light:#112a2e;--primary-border:#115e59;--success-color:#10b981;--success-light:#064e3b;--warning-color:#f59e0b;--warning-light:#78350f;--shadow-sm:0 1px 2px 0 #00000080;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0000004d, 0 4px 6px -4px #0000004d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-app)}::-webkit-scrollbar-thumb{background:var(--border-input);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.text-center{text-align:center}.text-left{text-align:left}.text-primary{color:var(--primary-color)!important}.text-success{color:var(--success-color)!important}.text-warning{color:var(--warning-color)!important}.text-danger{color:var(--danger-color)!important}.text-muted{color:var(--text-muted)!important}.text-xs{font-size:.75rem}.font-semibold{font-weight:600}.bg-app-light{background-color:var(--bg-app-light)!important}.bg-primary{background-color:var(--primary-color)!important}.text-on-primary{color:var(--text-on-primary)!important}.border-success{border-color:var(--success-color)!important}.border-warning{border-color:var(--warning-color)!important}.border-danger{border-color:var(--danger-color)!important}.text-gradient{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.hidden{display:none!important}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.btn{font-family:var(--font-sans);cursor:pointer;transition:var(--transition-fast);white-space:nowrap;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-sm{padding:.5rem 1.15rem;font-size:.85rem}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.btn-primary{background-color:var(--primary-color);color:var(--text-on-primary);box-shadow:0 4px 14px #0d948859}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #0d948873}.btn-secondary{background-color:var(--bg-card);border-color:var(--border-color);color:var(--text-heading)}.btn-secondary:hover{background-color:var(--bg-app-light);border-color:var(--border-input);transform:translateY(-2px)}.btn-block{width:100%}.card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);overflow:hidden}.badge-promo{background-color:var(--primary-light);color:var(--primary-color);border:1px solid var(--primary-border);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.badge-promo i{width:14px;height:14px;color:var(--primary-color);align-items:center;display:inline-flex}.badge{text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{background-color:var(--success-light);color:var(--success-color)}.badge-warning{background-color:var(--warning-light);color:var(--warning-color)}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-heading);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-control{border-radius:var(--border-radius-sm);border:1px solid var(--border-input);background-color:var(--bg-input);width:100%;color:var(--text-heading);font-family:var(--font-sans);transition:var(--transition-fast);outline:none;padding:.75rem 1rem;font-size:.9rem}.form-control:focus{border-color:var(--border-input-focus);box-shadow:0 0 0 3px #0d948826}textarea.form-control{resize:vertical}.form-row-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.required{color:var(--danger-color)}.navbar{background-color:var(--bg-navbar);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:100;align-items:center;width:100vw;height:75px;display:flex;position:fixed;top:0;left:0}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-brand{color:var(--text-heading);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.nav-brand .brand-icon{background-color:var(--primary-color);border-radius:var(--border-radius-sm);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.nav-brand .brand-icon i{width:18px;height:18px}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-muted);transition:var(--transition-fast);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--primary-color)}.nav-actions{align-items:center;gap:1rem;display:flex}.theme-toggle{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex}.theme-toggle:hover{background-color:var(--bg-app-light);color:var(--text-heading)}.theme-toggle i{width:18px;height:18px}.hero-2026{background-color:var(--bg-app);flex-direction:column;justify-content:center;align-items:center;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero-bg-grid{pointer-events:none;z-index:1;background-image:linear-gradient(90deg,#94a3b812 1px,#0000 1px),linear-gradient(#94a3b812 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 50% 35%,#000 40%,#0000 85%);mask-image:radial-gradient(at 50% 35%,#000 40%,#0000 85%)}.hero-radial-glow{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(#0d948826 0%,#14b8a60a 45%,#0000 70%);width:900px;height:600px;position:absolute;top:25%;left:50%;transform:translate(-50%,-50%)}.hero-blur-circle{filter:blur(80px);pointer-events:none;opacity:.5;z-index:1;border-radius:50%;position:absolute}.hero-blur-1{background:#0ea5e91f;width:300px;height:300px;top:15%;left:15%}.hero-blur-2{background:#0d94881f;width:350px;height:350px;bottom:20%;right:15%}.hero-container{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.hero-header-content{text-align:center;flex-direction:column;align-items:center;max-width:840px;margin-bottom:3.5rem;display:flex}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d948814;border:1px solid #0d948833;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;transition:transform .2s,border-color .2s;display:inline-flex}.hero-badge:hover{border-color:#0d948859;transform:translateY(-1px)}.hero-badge-sparkle{color:var(--primary-color);font-size:.85rem}.hero-badge-text{letter-spacing:.01em;color:var(--primary-color);font-size:.85rem;font-weight:600}.hero-headline{letter-spacing:-.035em;color:var(--text-heading);margin-bottom:1.25rem;font-size:clamp(2.4rem,5.2vw,4.25rem);font-weight:800;line-height:1.08}.hero-headline-gradient{background:linear-gradient(135deg,#0d9488 0%,#0284c7 60%,#0f766e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.hero-subtitle{color:var(--text-main);max-width:640px;margin-bottom:2.25rem;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:400;line-height:1.6}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.hero-btn-primary{color:#fff;cursor:pointer;background:#0d9488;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0d948863}.hero-btn-primary:hover{background:#0f766e;transform:translateY(-2px);box-shadow:0 8px 25px #0d948873}.hero-btn-shine{background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:50%;height:100%;transition:left .75s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.hero-btn-primary:hover .hero-btn-shine{left:200%}.hero-btn-secondary{color:var(--text-heading);background:var(--bg-card);border:1px solid var(--border-color);border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.hero-btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.hero-btn-icon{transition:transform .2s}.hero-btn-secondary:hover .hero-btn-icon{transform:translate(4px)}.hero-social-proof{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafccc;border-radius:9999px;justify-content:center;align-items:center;gap:.75rem;padding:.5rem 1.25rem;display:flex}[data-theme=dark] .hero-social-proof{background:#131c2ecc}.hero-rating-stars{color:#f59e0b;align-items:center;gap:.2rem;display:flex}.star-icon-fill{fill:#f59e0b}.hero-rating-num{color:var(--text-heading);margin-left:.2rem;font-size:.85rem;font-weight:700}.hero-social-divider{background-color:var(--border-color);width:1px;height:14px}.hero-social-text{color:var(--text-muted);font-size:.85rem}.hero-social-text strong{color:var(--text-heading);font-weight:600}.hero-product-stage{justify-content:center;width:100%;max-width:1080px;margin-top:1rem;display:flex;position:relative}.glass-card{z-index:10;-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1px solid #e2e8f0e6;border-radius:14px;align-items:center;gap:.75rem;padding:.65rem 1rem;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;box-shadow:0 20px 35px -10px #00000014,0 4px 12px #00000008}[data-theme=dark] .glass-card{background:#131c2ed9;border-color:#243042e6;box-shadow:0 20px 35px -10px #0006}.glass-card-1{top:-20px;left:-25px}.glass-card-2{top:-15px;right:-25px}.glass-card-3{bottom:35px;left:-30px}.glass-card-4{bottom:30px;right:-30px}.glass-card-icon{border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.glass-icon-green{color:#10b981;background:#ecfdf5}.glass-icon-blue{color:#0284c7;background:#f0f9ff}.glass-icon-teal{color:#0d9488;background:#f0fdfa}.glass-icon-amber{color:#f59e0b;background:#fffbeb}[data-theme=dark] .glass-icon-green{background:#10b98133}[data-theme=dark] .glass-icon-blue{background:#0284c733}[data-theme=dark] .glass-icon-teal{background:#0d948833}[data-theme=dark] .glass-icon-amber{background:#f59e0b33}.glass-card-content{flex-direction:column;display:flex}.glass-card-title{color:var(--text-heading);font-size:.82rem;font-weight:700;line-height:1.2}.glass-card-sub{color:var(--text-muted);font-size:.72rem}.product-mockup-frame{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;width:100%;transition:box-shadow .3s;overflow:hidden;box-shadow:0 30px 80px -15px #0d948829,0 15px 40px -10px #0f172a14}@keyframes mockupFloat{0%,to{transform:translateY(0);box-shadow:0 30px 80px -15px #0d948829,0 15px 40px -10px #0f172a14}50%{transform:translateY(-6px);box-shadow:0 40px 90px -15px #0d948838,0 20px 50px -10px #0f172a1f}}.mockup-window-header{background:var(--bg-app-light);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.window-dots{align-items:center;gap:6px;display:flex}.dot-close{background:#ff5f56}.dot-minimize{background:#ffbd2e}.dot-expand{background:#27c93f}.window-title-bar{justify-content:center;align-items:center;gap:.75rem;display:flex}.window-app-name{color:var(--text-heading);letter-spacing:-.01em;font-size:.82rem;font-weight:700}.window-status-pill{color:#0d9488;background:#0d94881a;border-radius:9999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.status-dot-pulse{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite statusPulse;box-shadow:0 0 #10b981b3}@keyframes statusPulse{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.mockup-app-body{background:var(--border-color);grid-template-columns:1fr;gap:1px;display:grid}.mockup-panel{background:var(--bg-card);flex-direction:column;padding:1.25rem;display:flex;overflow:hidden}.panel-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.panel-title-wrap{color:var(--text-heading);align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;display:flex}.panel-icon{color:var(--primary-color)}.live-writing-badge{color:var(--primary-color);background:var(--primary-light);border-radius:9999px;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.writing-pen-pulse{background:var(--primary-color);border-radius:50%;width:5px;height:5px;animation:1.5s infinite penPulse}@keyframes penPulse{0%,to{opacity:1}50%{opacity:.3}}.paper-canvas{background:#fdfbf7;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;justify-content:space-between;padding:1.25rem;display:flex;position:relative;overflow:hidden}.video-canvas-wrap{border:1px solid var(--border-color);box-sizing:border-box;background:#fff;border-radius:12px;width:100%;height:auto;padding:0;position:relative;overflow:hidden}.hero-canvas-video{object-fit:cover;border-radius:12px;width:100%;height:auto;display:block}.video-canvas-wrap .canvas-footer-tag{z-index:5;color:#2dd4bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ad9;border:1px solid #2dd4bf4d;position:absolute;bottom:12px;left:12px}[data-theme=dark] .paper-canvas{background:#0d1525;border-color:#1e293b}.paper-ruling{pointer-events:none;background-image:linear-gradient(#0000 27px,#94a3b826 28px);background-size:100% 28px;position:absolute;inset:0}.rx-doc-header{z-index:2;position:relative}.rx-clinic-brand{color:#0f172a;font-size:.9rem;font-weight:800}[data-theme=dark] .rx-clinic-brand{color:#f8fafc}.rx-clinic-sub{color:#64748b;font-size:.7rem}.rx-divider{z-index:2;background:#cbd5e1;height:1px;margin:.5rem 0 1rem;position:relative}.handwriting-container{z-index:2;margin-bottom:1rem;position:relative}.ink-path{stroke-dasharray:400;stroke-dashoffset:0;animation:6s ease-in-out infinite alternate inkWrite}@keyframes inkWrite{0%{stroke-dashoffset:200px}to{stroke-dashoffset:0}}.ink-text-overlay{fill:#0d9488;opacity:.95;font-family:Outfit,sans-serif;font-size:11px;font-weight:600}.ocr-scanner-line{background:linear-gradient(90deg,#0000,#0d9488,#0000);height:2px;animation:3.5s ease-in-out infinite ocrScan;position:absolute;top:0;left:0;right:0;box-shadow:0 0 12px #0d9488}@keyframes ocrScan{0%{opacity:0;top:10%}20%{opacity:1}80%{opacity:1}to{opacity:0;top:90%}}.canvas-footer-tag{z-index:2;color:#0d9488;background:#0d948814;border-radius:6px;align-items:center;gap:.35rem;width:fit-content;padding:.35rem .65rem;font-size:.72rem;font-weight:600;display:flex;position:relative}.app-card{background:var(--bg-app-light);border:1px solid var(--border-color);border-radius:12px;margin-bottom:.75rem;padding:.85rem}.app-card:last-child{margin-bottom:0}.card-top-row{align-items:center;gap:.75rem;display:flex}.patient-avatar{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#0284c7 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.patient-main-info{flex:1}.patient-name{color:var(--text-heading);font-size:.85rem;font-weight:700}.uhid-tag{color:var(--text-muted);font-size:.7rem;font-weight:500}.patient-meta{color:var(--text-muted);font-size:.72rem}.patient-status-badge{color:#10b981;background:#ecfdf5;border-radius:9999px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}[data-theme=dark] .patient-status-badge{background:#10b98133}.card-section-title{color:var(--text-heading);justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:flex}.auto-tag{color:var(--primary-color);background:var(--primary-light);border-radius:4px;padding:.1rem .4rem;font-size:.68rem;font-weight:600}.rx-items-list{flex-direction:column;gap:.4rem;margin-bottom:.75rem;display:flex}.rx-item-row{background:var(--bg-card);border:1px solid var(--border-color);border-radius:6px;justify-content:space-between;align-items:center;padding:.45rem .65rem;display:flex}.rx-item-info{flex-direction:column;display:flex}.rx-item-name{color:var(--text-heading);font-size:.78rem;font-weight:600}.rx-item-dosage{color:var(--text-muted);font-size:.68rem}.rx-item-price{color:var(--text-heading);font-size:.75rem;font-weight:700}.billing-summary-row{border-top:1px dashed var(--border-color);justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.billing-total span{color:var(--text-muted);font-size:.7rem;display:block}.billing-total strong{color:var(--text-heading);font-size:.9rem}.billing-total small{color:var(--text-muted);font-size:.7rem;font-weight:400}.whatsapp-sent-pill{color:#10b981;background:#ecfdf5;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .55rem;font-size:.7rem;font-weight:600;display:inline-flex}[data-theme=dark] .whatsapp-sent-pill{background:#10b98133}.timeline-mini{flex-direction:column;gap:.35rem;display:flex}.timeline-item{background:var(--bg-card);border-radius:6px;justify-content:space-between;align-items:center;padding:.35rem .5rem;font-size:.72rem;display:flex}.timeline-item.done{color:var(--text-muted);border-left:3px solid #10b981}.timeline-item.upcoming{color:var(--text-heading);border-left:3px solid var(--primary-color)}.time-slot{width:60px;font-weight:600}.patient-slot{flex:1}.check-icon{color:#10b981}@media (width<=1024px){.hero-product-stage{max-width:900px}.glass-card-1{top:-15px;left:0}.glass-card-2{top:-15px;right:0}.glass-card-3{bottom:15px;left:0}.glass-card-4{bottom:15px;right:0}}@media (width<=868px){.hero-2026{padding:105px 0 50px}.mockup-window-header{grid-template-columns:70px 1fr}.window-search-bar{display:none}.mockup-app-body{grid-template-columns:1fr}.glass-card{display:none}}@media (width<=640px){.hero-2026{padding:95px 1rem 40px}.hero-badge{margin-bottom:1rem;padding:.35rem .75rem}.hero-badge-text{font-size:.72rem}.hero-headline{margin-bottom:1rem;font-size:1.85rem;line-height:1.18}.hero-subtitle{margin-bottom:1.5rem;font-size:.95rem;line-height:1.55}.hero-cta-group{flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.5rem}.hero-btn-primary,.hero-btn-secondary{width:100%;padding:.8rem 1.25rem;font-size:.95rem}.hero-social-proof{border-radius:16px;flex-direction:column;gap:.35rem}.hero-social-divider{display:none}.mockup-panel{padding:.85rem}}.hero-deck-stage{flex-direction:column;align-items:center;width:100%;max-width:1100px;margin:6.5rem auto 0;padding:0 1.5rem;display:flex;position:relative}.deck-container{perspective:1500px;justify-content:center;align-items:center;width:100%;height:520px;margin-bottom:2rem;display:flex;position:relative}.deck-card{background-color:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;width:80%;max-width:640px;transform-style:preserve-3d;backface-visibility:hidden;border-radius:16px;padding:1.5rem;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s,z-index .6s step-end;position:absolute;box-shadow:0 20px 40px #00000026}.deck-card .card-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:flex}.deck-card .card-label i{width:14px;height:14px;color:var(--primary-color)}.deck-card .card-frame{background:var(--bg-app-light);border:1px solid var(--border-color);border-radius:8px;width:100%;overflow:hidden;box-shadow:0 10px 30px #0000001a}.deck-card .frame-screen{width:100%;position:relative;overflow:hidden}.deck-card .desktop-frame .frame-screen{aspect-ratio:16/10}.deck-card .tablet-frame .frame-screen{aspect-ratio:4/3}.deck-card .mobile-frame .frame-screen{aspect-ratio:9/16;max-height:380px}.deck-card .frame-screen img{object-fit:cover;width:100%;height:100%;display:block}.deck-card .frame-top-bar{background:var(--bg-app-light);border-bottom:1px solid var(--border-color);align-items:center;gap:6px;padding:8px 12px;display:flex}.deck-card .frame-dot{border-radius:50%;width:8px;height:8px}.deck-card .frame-dot.red{background:#ff5f57}.deck-card .frame-dot.yellow{background:#febc2e}.deck-card .frame-dot.green{background:#28c840}.deck-card .frame-bar-title{color:var(--text-muted);margin-left:6px;font-size:.68rem;font-weight:500}.deck-card.active{z-index:10;opacity:1;border-color:var(--primary-color);transform:translate(0,0)rotate(-6deg);box-shadow:0 30px 60px -15px #00000040}.deck-card.next{z-index:5;opacity:.85;pointer-events:none;transform:translate3d(30px,-15px,-100px)rotate(-6deg)scale(.95)}.deck-card.prev{z-index:2;opacity:.6;pointer-events:none;transform:translate3d(60px,-30px,-200px)rotate(-6deg)scale(.9)}.deck-controls{align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.deck-btn{border:1px solid var(--border-color);background-color:var(--bg-card);width:48px;height:48px;color:var(--text-main);cursor:pointer;transition:var(--transition-fast);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.deck-btn:hover{background-color:var(--primary-light);color:var(--primary-color);border-color:var(--primary-border);transform:scale(1.05)}.deck-btn i{width:18px;height:18px}.deck-dots{gap:.5rem;display:flex}.deck-dots .deck-dot{background-color:var(--border-color);cursor:pointer;width:8px;height:8px;transition:var(--transition-fast);border-radius:50%}.deck-dots .deck-dot.active{background-color:var(--primary-color);transform:scale(1.2)}.video-showcase-section{background:var(--bg-app);padding:3rem 0 4rem}.video-showcase-wrapper{max-width:960px;margin:0 auto}.video-iframe-card{aspect-ratio:16/9;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);background:#000;width:100%;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #00000059}.showcase-iframe{border:none;width:100%;height:100%;display:block}.custom-video-player-container{aspect-ratio:16/9;border-radius:var(--border-radius-lg);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px -10px #00000040}.custom-video-element{object-fit:cover;border-radius:var(--border-radius-lg);width:100%;height:100%;display:block}:-webkit-any(.custom-video-player-container:fullscreen,.custom-video-player-container:-webkit-full-screen,.custom-video-player-container.is-fullscreen){aspect-ratio:auto!important;background:#000!important;border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important}:is(.custom-video-player-container:fullscreen,.custom-video-player-container:fullscreen,.custom-video-player-container.is-fullscreen){aspect-ratio:auto!important;background:#000!important;border-radius:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important}:-webkit-any(.custom-video-player-container:fullscreen .custom-video-element,.custom-video-player-container:-webkit-full-screen .custom-video-element,.custom-video-player-container.is-fullscreen .custom-video-element){object-fit:contain!important;background:#000!important;border-radius:0!important;width:100%!important;height:100%!important}:is(.custom-video-player-container:fullscreen .custom-video-element,.custom-video-player-container:fullscreen .custom-video-element,.custom-video-player-container.is-fullscreen .custom-video-element){object-fit:contain!important;background:#000!important;border-radius:0!important;width:100%!important;height:100%!important}.custom-video-poster-img{object-fit:cover;z-index:2;width:100%;height:100%;position:absolute;inset:0}.custom-video-poster-overlay{z-index:3;background:linear-gradient(#0f172a59 0%,#0f172ad9 100%);position:absolute;inset:0}.custom-big-play-btn{-webkit-backdrop-filter:blur(12px);color:#fff;z-index:4;background:#0d9488d9;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;padding-left:4px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .3s;display:flex;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0d948880}.custom-video-player-container:hover .custom-big-play-btn{background:var(--primary-color);transform:translate(-50%,-50%)scale(1.1)}.custom-poster-copy{text-align:center;z-index:4;flex-direction:column;align-items:center;gap:.35rem;width:90%;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.poster-title{color:#fff;letter-spacing:.02em;font-size:1.15rem;font-weight:800}.poster-subtitle{color:#ffffffbf;font-size:.85rem}.custom-center-icon-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:5;cursor:pointer;background:#0d9488d9;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:opacity .3s,transform .3s,background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #0000004d}.custom-center-icon-badge.fade-out{opacity:0;pointer-events:none;transform:translate(-50%,-50%)scale(.85)}.custom-video-controls-bar{-webkit-backdrop-filter:blur(12px);z-index:6;background:linear-gradient(#0f172a00 0%,#0b0f19f2 100%);flex-direction:column;gap:.6rem;padding:.75rem 1.25rem .85rem;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:0;left:0;right:0}.custom-video-controls-bar.hidden{opacity:0;pointer-events:none;transform:translateY(10px)}.custom-video-controls-bar.visible{opacity:1;transform:translateY(0)}.custom-seekbar-wrap{cursor:pointer;width:100%;padding:6px 0;position:relative}.custom-seekbar-track{background:#fff3;border-radius:4px;width:100%;height:5px;transition:height .2s;position:relative;overflow:visible}.custom-seekbar-wrap:hover .custom-seekbar-track{height:7px}.custom-seekbar-buffer{background:#fff6;border-radius:4px;height:100%;transition:width .2s linear;position:absolute;top:0;left:0}.custom-seekbar-fill{z-index:2;background:linear-gradient(90deg,#0d9488 0%,#2dd4bf 100%);border-radius:4px;height:100%;position:absolute;top:0;left:0}.custom-seekbar-thumb{z-index:3;opacity:0;background:#fff;border-radius:50%;width:14px;height:14px;transition:opacity .2s,transform .2s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #0006}.custom-seekbar-wrap:hover .custom-seekbar-thumb{opacity:1}.custom-controls-row{justify-content:space-between;align-items:center;display:flex}.controls-left,.controls-right{align-items:center;gap:.85rem;display:flex}.ctrl-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:background .2s,color .2s;display:flex}.ctrl-btn:hover{color:#2dd4bf;background:#ffffff26}.custom-time-display{font-family:var(--font-sans);color:#cbd5e1;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;display:flex}.time-sep{color:#fff6}@media (width<=768px){.product-showcase-section{padding:3rem 0}.product-showcase-section .container{padding-left:.5rem;padding-right:.5rem}.video-showcase-wrapper{width:100%;padding:0}.custom-video-player-container,.custom-video-element{border-radius:12px}}.showcase-cta-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.showcase-btn-primary{background:var(--gradient-hero);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #0d948859}.showcase-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0d948873}.showcase-btn-whatsapp{color:#fff;background:#25d366;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 4px 14px #25d3664d}.showcase-btn-whatsapp:hover{color:#fff;background:#20bd5a;transform:translateY(-2px)}.showcase-trust-pills{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:1.25rem;display:flex}.showcase-pill{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.showcase-pill svg{color:var(--primary-color)}@media (width<=600px){.showcase-cta-bar{flex-direction:column;gap:.75rem}.showcase-btn-primary,.showcase-btn-whatsapp{justify-content:center;width:100%}.showcase-trust-pills{flex-direction:column;gap:.75rem}.custom-big-play-btn{width:56px;height:56px}.poster-title{font-size:.95rem}.poster-subtitle{font-size:.72rem}.custom-video-controls-bar{padding:.4rem .65rem .5rem}.custom-time-display{font-size:.72rem}}.video-poster-img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.video-poster-overlay{z-index:1;background:linear-gradient(#0f172a66 0%,#0f172abf 100%);position:absolute;inset:0}.video-play-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;background:#ffffff26;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.25rem;transition:transform .3s,background .3s;display:flex}.video-play-btn i{color:#fff;width:32px;height:32px;margin-left:4px}.video-placeholder:hover .video-play-btn{border-color:var(--primary-color);background:#0d948880;transform:scale(1.1)}.video-overlay-text{z-index:2;flex-direction:column;align-items:center;gap:.3rem;display:flex}.video-overlay-text span{color:#fff;letter-spacing:.02em;font-size:1.1rem;font-weight:700}.video-overlay-text small{color:#fff9;font-size:.85rem}.video-embed-slot{z-index:1;position:absolute;inset:0}.video-embed-slot iframe,.video-embed-slot video{border-radius:var(--border-radius-lg);border:none;width:100%;height:100%}.video-placeholder.playing{cursor:default;background:#000}.showcase-video{object-fit:contain;border-radius:var(--border-radius-lg);background:#000;width:100%;height:100%;position:absolute;inset:0}.logos-strip{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background-color:var(--bg-app-light);padding:2.5rem 0}.logos-container{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;margin-top:1.25rem;display:flex}.logo-item{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.logo-item i{width:20px;height:20px;color:var(--primary-color)}.features-section{padding:80px 0}.section-title{margin-bottom:4rem}.section-title h2{margin-bottom:.5rem;font-size:2.25rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.feature-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:var(--transition-normal);padding:2.25rem}.feature-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md);transform:translateY(-5px)}.feature-icon{background-color:var(--primary-light);width:50px;height:50px;color:var(--primary-color);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-icon i{width:24px;height:24px}.feature-card h3{margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--text-muted);font-size:.92rem}.showcase-section{background:var(--bg-app);padding:80px 0 60px;overflow:hidden}.showcase-devices-wrapper{perspective:1200px;flex-direction:column;align-items:center;gap:3rem;margin-top:3rem;display:flex}.showcase-device{flex-direction:column;align-items:center;gap:.75rem;display:flex}.device-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:inline-flex}.device-label i{width:16px;height:16px}.device-frame-desktop{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;width:100%;max-width:860px;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #00000008}.device-frame-desktop:hover{transform:translateY(-6px);box-shadow:0 35px 60px -15px #0003,0 0 0 1px #0000000a}.device-frame-top-bar{background:var(--bg-app-light);border-bottom:1px solid var(--border-color);align-items:center;gap:6px;padding:10px 14px;display:flex}.frame-dot{border-radius:50%;width:10px;height:10px}.frame-dot.red{background:#ff5f57}.frame-dot.yellow{background:#febc2e}.frame-dot.green{background:#28c840}.frame-bar-title{color:var(--text-muted);letter-spacing:.02em;margin-left:8px;font-size:.72rem;font-weight:500}.device-frame-tablet{border-radius:12px;width:100%;max-width:520px;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s;overflow:hidden;box-shadow:0 20px 40px -10px #0003}.device-frame-tablet:hover{transform:translateY(-5px);box-shadow:0 30px 50px -12px #0000004d}.device-frame-tablet .device-screen{border-radius:0}.device-frame-mobile{border-radius:12px;flex-direction:column;align-items:center;width:200px;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s;display:flex;overflow:hidden;box-shadow:0 20px 40px -10px #0003}.device-frame-mobile:hover{transform:translateY(-5px);box-shadow:0 30px 50px -12px #0000004d}.device-frame-mobile .device-screen{border-radius:0;width:100%}.device-screen{background-color:#f1f5f9;width:100%;position:relative;overflow:hidden}.device-frame-desktop .device-screen{aspect-ratio:16/9}.device-frame-tablet .device-screen{aspect-ratio:4/3}.device-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.device-screen:hover .device-img{transform:scale(1.03)}.showcase-small-devices{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:3rem;display:flex}.showcase-device{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(40px)}.showcase-device.is-visible{opacity:1;transform:translateY(0)}.showcase-device.showcase-tablet{transition-delay:.1s}.showcase-device.showcase-mobile{transition-delay:.2s}@media (width<=768px){.showcase-small-devices{flex-direction:column;align-items:center;gap:2rem}.device-frame-desktop,.device-frame-tablet{max-width:100%}}.stats-section{padding:5rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item h2{color:#fff;margin-bottom:.25rem;font-size:3rem;font-weight:800}.stat-item p{opacity:.85;font-size:.95rem}.faq-section{padding:80px 0}.faq-accordion-container{flex-direction:column;gap:1rem;max-width:800px;margin:3rem auto 0;display:flex}.faq-item{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);transition:var(--transition-fast);overflow:hidden}.faq-question{cursor:pointer;color:var(--text-heading);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-weight:600;display:flex}.faq-chevron{width:18px;height:18px;color:var(--text-muted);transition:var(--transition-normal)}.faq-item.active .faq-chevron{color:var(--primary-color);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height var(--transition-normal) ease-out, padding var(--transition-normal) ease-out;padding:0 1.5rem;overflow:hidden}.faq-item.active .faq-answer{max-height:200px;padding-bottom:1.5rem}.faq-answer p{color:var(--text-main);font-size:.9rem;line-height:1.6}.contact-section{padding:80px 0}.contact-info h2{margin-bottom:1rem;font-size:2.5rem}.point-item{align-items:center;gap:.75rem;font-size:1rem;display:flex}.contact-form-card{padding:2.25rem}.form-header-bar{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1rem}.form-header-bar h3{font-size:1.5rem}.success-state{text-align:center;animation:fadeIn var(--transition-normal);padding:2rem 1rem}.success-icon{background-color:var(--success-light);width:64px;height:64px;color:var(--success-color);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.success-icon i{width:36px;height:36px}.success-state h3{margin-bottom:.75rem;font-size:1.5rem}.success-state p{color:var(--text-main);font-size:.95rem;line-height:1.6}.footer{color:#94a3b8;background-color:#0b0f19;border-top:1px solid #1e293b;padding:80px 0 40px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;display:grid}.footer-brand .brand-link{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.footer-brand .brand-link i{width:24px;height:24px;color:var(--primary-color)}.footer-brand p{max-width:320px;font-size:.9rem;line-height:1.6}.footer-links-group h4{color:#fff;margin-bottom:1.25rem;font-size:1rem}.footer-links-group a{transition:var(--transition-fast);margin-bottom:.75rem;font-size:.9rem;display:block}.footer-hr{border-top-color:#1e293b;margin:3rem 0 2rem}.footer-bottom{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.footer-socials{gap:1rem;display:flex}.footer-socials a{color:#94a3b8;transition:var(--transition-fast)}.footer-socials a:hover{color:var(--primary-color)}@media (width<=992px){.contact-grid{grid-template-columns:1fr;gap:3rem}.hero-v2{padding:100px 0 30px}.hero-v2-text h1{font-size:2.75rem}.hero-v2-subtitle{margin-bottom:1.5rem;font-size:1.05rem}.deck-container{height:440px}.deck-card{width:85%;max-width:500px}.deck-card.next{transform:translate3d(20px,-10px,-75px)rotate(-6deg)scale(.95)}.deck-card.prev{transform:translate3d(40px,-20px,-150px)rotate(-6deg)scale(.9)}.footer-grid{grid-template-columns:1fr;gap:2rem}.form-row-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=768px){.nav-links{display:none}.hero-v2{padding:90px 0 20px}.hero-v2-text h1{letter-spacing:-.02em;font-size:2.15rem;line-height:1.2}.hero-v2-subtitle{margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.hero-v2-actions{flex-direction:column;align-items:stretch;gap:.75rem;padding:0 1rem}.hero-v2-actions .btn{width:100%}.deck-container{height:340px;margin-bottom:1.5rem}.deck-card{width:90%;max-width:320px;padding:1rem}.deck-card .desktop-frame .frame-screen{aspect-ratio:16/10}.deck-card .tablet-frame .frame-screen{aspect-ratio:4/3}.deck-card .mobile-frame .frame-screen{max-height:200px}.deck-card.active{transform:translate(0,0)rotate(-6deg)}.deck-card.next{transform:translate3d(15px,-8px,-50px)rotate(-6deg)scale(.95)}.deck-card.prev{transform:translate3d(30px,-16px,-100px)rotate(-6deg)scale(.9)}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;opacity:1;width:100vw;height:100vh;transition:opacity var(--transition-fast) ease;background-color:#0f172ab3;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex;position:fixed;top:0;left:0}.modal-overlay.hidden{opacity:0;display:none!important}.modal-content{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);width:100%;max-width:540px;max-height:85vh;animation:modalSlideUp var(--transition-normal) ease;scroll-behavior:smooth;padding:2rem 1.75rem 1.75rem;position:relative;overflow-x:hidden;box-shadow:0 25px 60px -15px #0006;overflow-y:auto!important}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:0 0}.modal-content::-webkit-scrollbar-thumb{background:#0d948859;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:var(--bg-app-light);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);z-index:20;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;padding:.35rem;font-size:1.1rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background-color:var(--bg-app-light);color:var(--text-heading)}.modal-close i{width:20px;height:20px}@media (width<=600px){.modal-overlay{align-items:flex-end;padding:.75rem .5rem}.modal-content{-webkit-overflow-scrolling:touch;border-radius:20px 20px 16px 16px;max-height:90vh;padding:1.5rem 1rem 1.25rem}.modal-close{width:34px;height:34px;top:.75rem;right:.75rem}}.checkbox-group{margin-top:1rem;margin-bottom:1.5rem}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-color)}.specialties-section{background:var(--bg-app);padding:80px 0}.specialties-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.specialty-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:var(--transition-normal);flex-direction:column;padding:2.25rem;display:flex}.specialty-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md);transform:translateY(-5px)}.specialty-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.specialty-icon{background-color:var(--primary-light);width:48px;height:48px;color:var(--primary-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.specialty-icon i{width:22px;height:22px}.specialty-card h3{color:var(--text-heading);margin:0;font-size:1.25rem}.specialty-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.specialty-features{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.specialty-features li{color:var(--text-main);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.specialty-features li i{width:16px;height:16px;color:var(--success-color);flex-shrink:0}.live-counter-badge{color:#10b981;background:#10b9811a;border:1px solid #10b98133;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;display:inline-flex}.live-dot{background-color:#10b981;border-radius:50%;width:10px;height:10px;position:relative}.live-dot:after{content:"";opacity:.5;background-color:#10b981;border-radius:50%;animation:1.5s infinite pulse;position:absolute;inset:-4px}@keyframes pulse{0%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(2.5)}}.live-number{font-size:1.1rem;font-weight:700}.bento-section{background:linear-gradient(#fff 0%,#f5fcfa 100%);padding:120px 0;position:relative;overflow:hidden}@media (width<=992px){.bento-section{padding:80px 0}}@media (width<=640px){.bento-section{padding:60px 0}}.bento-ambient-glow{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.bento-ambient-glow.glow-1{filter:blur(80px);background:radial-gradient(circle,#0f766e14 0%,#14b8a600 70%);width:480px;height:480px;top:-120px;left:8%}.bento-ambient-glow.glow-2{filter:blur(90px);background:radial-gradient(circle,#6366f10f 0%,#6366f100 70%);width:500px;height:500px;bottom:-100px;right:8%}.bento-eyebrow{color:var(--primary-color);letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f766e0f;border:1px solid #0f766e26;border-radius:100px;align-items:center;gap:6px;margin-bottom:1.25rem;padding:6px 14px;font-size:.8125rem;font-weight:600;display:inline-flex}.bento-eyebrow .eyebrow-icon{color:var(--primary-color)}.bento-header h2{letter-spacing:-.03em;color:var(--text-heading);font-size:2.75rem;font-weight:800;line-height:1.15}@media (width<=768px){.bento-header h2{font-size:2rem}}.bento-header .subtitle{max-width:620px;color:var(--text-muted);margin:1rem auto 0;font-size:1.0625rem;line-height:1.6}.bento-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:3.5rem;display:grid;position:relative}@media (width<=992px){.bento-grid{grid-template-columns:1fr;gap:20px}}@media (width<=640px){.bento-grid{gap:16px;margin-top:2.5rem}}.bento-card{-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #e2e8f0cc;border-radius:24px;flex-direction:column;justify-content:space-between;padding:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0f172a0a,0 4px 6px -2px #0f172a05}.bento-card:hover{border-color:#0f766e59;transform:translateY(-6px);box-shadow:0 20px 40px -15px #0f766e1f,0 0 0 1px #0f766e0d}.bento-card-large{grid-column:span 2;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;display:grid}@media (width<=992px){.bento-card-large{grid-column:span 1;grid-template-columns:1fr}}.bento-card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.bento-badge{text-transform:uppercase;letter-spacing:.06em;color:#64748b;background:#f1f5f9;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700}.bento-icon-circle{border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s;display:flex}.bento-card:hover .bento-icon-circle{transform:scale(1.08)}.icon-teal{color:#0f766e;background:linear-gradient(135deg,#0f766e1f,#14b8a60d);border:1px solid #0f766e26}.icon-indigo{color:#4f46e5;background:linear-gradient(135deg,#4f46e51f,#6366f10d);border:1px solid #4f46e526}.icon-emerald{color:#059669;background:linear-gradient(135deg,#0596691f,#10b9810d);border:1px solid #05966926}.bento-card-body h3{color:var(--text-heading);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.bento-card-body p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.55;display:-webkit-box;overflow:hidden}.bento-benefits-list{flex-direction:column;gap:.625rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.bento-benefits-list li{color:#334155;align-items:center;gap:.625rem;font-size:.875rem;font-weight:600;display:flex}.check-bullet{color:#0f766e;background:#0f766e1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.bento-cta-link{color:var(--primary-color);align-items:center;gap:6px;margin-top:.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.bento-cta-link:hover{color:#0d635c;gap:10px}.bento-ui-preview{background:#fff;border:1px solid #e2e8f0e6;border-radius:16px;width:100%;margin-top:1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0f172a14}.bento-card-large .bento-ui-preview{height:100%;margin-top:0}.ui-mockup-img{object-fit:cover;object-position:center;border-radius:15px;width:100%;height:220px;transition:transform .4s;display:block}.bento-card-large .ui-mockup-img{height:100%;min-height:260px}.bento-card:hover .ui-mockup-img{transform:scale(1.03)}@media (width<=640px){.bento-card{border-radius:20px;padding:1.5rem}.bento-card-small{min-height:unset}.ui-mockup-img{height:160px}}.pain-card-body{padding:1.5rem 1.75rem 1.75rem}.pain-icon{color:#ef4444;background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;display:flex}.pain-card h3{color:var(--text-heading);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.pain-card p{color:var(--text-muted);font-size:.92rem;line-height:1.6}.testimonials-section{background:var(--bg-app-light);padding:100px 0}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.testimonial-card{background:var(--bg-card);border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex}.testimonial-content{margin-bottom:2rem;position:relative}.quote-icon{color:var(--primary-color);opacity:.15;width:32px;height:32px;margin-bottom:1rem}.testimonial-content p{color:var(--text-main);font-size:1rem;font-style:italic;line-height:1.6}.testimonial-author{border-top:1px solid var(--border-color);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.author-avatar{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.author-info h4{color:var(--text-heading);margin:0;font-size:1rem}.author-info span{color:var(--text-muted);font-size:.85rem}.whatsapp-float{color:#fff;text-align:center;z-index:100;background-color:#25d366;border-radius:50px;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;transition:transform .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:2px 2px 10px #00000026}.whatsapp-float:hover{color:#fff;transform:scale(1.1)}.section-title{max-width:720px;margin:0 auto 3.5rem}.section-title h2{letter-spacing:-.02em;color:var(--text-heading);margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.section-title .subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.6}.how-it-works-2026{background-color:var(--bg-app-light);padding:110px 0;position:relative;overflow:hidden}.hiw-bg-glow{filter:blur(60px);pointer-events:none;background:radial-gradient(#0d94881a 0%,#0000 70%);width:800px;height:500px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.hiw-bg-grid{pointer-events:none;background-image:linear-gradient(90deg,#94a3b80d 1px,#0000 1px),linear-gradient(#94a3b80d 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.hiw-container{z-index:2;max-width:1240px;margin:0 auto;padding:0 1.5rem;position:relative}.hiw-header{text-align:center;flex-direction:column;align-items:center;max-width:780px;margin:0 auto 4rem;display:flex}.hiw-category-badge{color:var(--primary-color);background:#0d948814;border:1px solid #0d948833;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.82rem;font-weight:600;display:inline-flex}.hiw-category-badge .sparkle-icon{color:var(--primary-color)}.hiw-main-title{letter-spacing:-.03em;color:var(--text-heading);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.hiw-title-accent{background:linear-gradient(135deg,#0d9488 0%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hiw-subtitle{color:var(--text-main);max-width:620px;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.6}.hiw-showcase-stage{grid-template-columns:1fr 1.35fr;align-items:center;gap:3.5rem;display:grid}.hiw-steps-column{flex-direction:column;gap:1.25rem;display:flex}.hiw-step-card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:16px;padding:1.35rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hiw-step-card:hover{border-color:#0d94884d;transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000000d}.hiw-step-card.active{background:var(--bg-card);border-color:#0d9488;box-shadow:0 12px 30px -5px #0d948826}.hiw-step-progress-track{background:#94a3b826;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.hiw-step-progress-fill{background:linear-gradient(90deg,#0d9488,#0284c7);height:100%;transition:width 50ms linear}.hiw-step-card-header{align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.hiw-step-number{color:var(--text-muted);letter-spacing:-.01em;font-size:.9rem;font-weight:800}.hiw-step-card.active .hiw-step-number{color:#0d9488}.hiw-step-icon-wrap{background:var(--bg-app-light);width:32px;height:32px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;transition:all .25s;display:flex}.hiw-step-card.active .hiw-step-icon-wrap{color:#0d9488;background:#ecfdf5}[data-theme=dark] .hiw-step-card.active .hiw-step-icon-wrap{background:#0d948833}.hiw-step-badge{color:var(--text-muted);background:var(--bg-app-light);border-radius:9999px;margin-left:auto;padding:.15rem .55rem;font-size:.72rem;font-weight:600}.hiw-step-card.active .hiw-step-badge{color:#0d9488;background:#0d94881a}.hiw-step-title{color:var(--text-heading);margin-bottom:.4rem;font-size:1.15rem;font-weight:700;line-height:1.3}.hiw-step-desc{color:var(--text-main);font-size:.88rem;line-height:1.55}.hiw-visual-column{width:100%;position:relative}.hiw-device-frame{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;overflow:hidden;box-shadow:0 25px 65px -15px #0d948829,0 10px 30px -10px #0f172a14}.hiw-device-header{background:var(--bg-app-light);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.hiw-window-dots{align-items:center;gap:6px;display:flex}.hiw-device-status{align-items:center;gap:.4rem;display:flex}.hiw-status-pulse{background:#10b981;border-radius:50%;width:7px;height:7px;animation:2s infinite statusPulse;box-shadow:0 0 #10b981b3}.hiw-status-text{color:var(--text-heading);font-size:.78rem;font-weight:600}.hiw-pause-btn{border:1px solid var(--border-color);background:var(--bg-card);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.hiw-pause-btn:hover{color:var(--primary-color);border-color:var(--primary-color)}.hiw-video-viewport{aspect-ratio:16/10;background:#0f172a;width:100%;position:relative;overflow:hidden}.hiw-video-slide{opacity:0;visibility:hidden;justify-content:center;align-items:center;transition:opacity .4s,visibility .4s;display:flex;position:absolute;inset:0}.hiw-video-slide.active{opacity:1;visibility:visible}.hiw-video-element{object-fit:contain;width:100%;height:100%;display:block}.hiw-device-footer{background:var(--bg-app-light);border-top:1px solid var(--border-color);padding:.75rem 1.25rem}.hiw-footer-info{color:var(--text-main);align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.hiw-footer-icon{color:var(--primary-color);flex-shrink:0}.hiw-mobile-showcase{display:none}@media (width<=992px){.hiw-showcase-stage{grid-template-columns:1fr;gap:2.5rem}}@media (width<=768px){.hiw-desktop-only{display:none!important}.hiw-container{padding:0 .5rem}.hiw-mobile-showcase{box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;max-width:100%;display:flex}.hiw-mobile-step-card{background:var(--bg-card);border:1px solid var(--border-color);box-sizing:border-box;border-radius:14px;width:100%;max-width:100%;padding:.9rem .65rem .65rem;box-shadow:0 8px 25px -8px #00000014}.hiw-mobile-step-icon-wrap{width:28px;height:28px;color:var(--primary-color);background:#0d94881a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hiw-mobile-video-box{box-sizing:border-box;will-change:transform;background:#000;border:none;border-top:1px solid #0d948833;border-radius:0 0 13px 13px;justify-content:center;align-items:center;width:calc(100% + 1.3rem);height:auto;max-height:480px;margin:.85rem -.65rem -.65rem;display:flex;overflow:hidden;transform:translateZ(0)}.hiw-mobile-video-element{object-fit:contain;width:100%;max-width:100%;height:auto;max-height:480px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;border-radius:0 0 13px 13px;margin:0 auto;display:block;transform:translateZ(0)}}@media (width<=640px){.how-it-works-2026{padding:70px 0}.hiw-steps-column{grid-template-columns:1fr}.hiw-step-card{padding:1.15rem}}.product-showcase-section{background:var(--bg-app-light);padding:100px 0}.video-showcase-wrapper{width:100%;max-width:960px;margin:3.5rem auto 0}.video-placeholder{aspect-ratio:16/9;text-align:center;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#0f172a 0%,#0d9488 100%);border:1px solid #0d94884d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:280px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px -10px #0d948840}.video-placeholder:hover{transform:translateY(-3px);box-shadow:0 25px 60px -10px #0d948859}.video-placeholder.playing{cursor:default;aspect-ratio:16/9;background:#000;min-height:auto;padding:0}.video-play-btn{color:#fff;background:#0d9488;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),background .3s;display:flex;box-shadow:0 0 35px #0d9488b3}.video-play-btn svg{fill:#fff;width:28px;height:28px;margin-left:4px}.video-placeholder:hover .video-play-btn{background:#0f766e;transform:scale(1.08)}.video-overlay-text{color:#fff;z-index:2;flex-direction:column;align-items:center;gap:.5rem;max-width:600px;display:flex}.video-overlay-text span{color:#fff;letter-spacing:-.01em;font-size:1.35rem;font-weight:700;line-height:1.3}.video-overlay-text small{color:#ffffffe0;font-size:.92rem;line-height:1.5;display:block}.showcase-video{object-fit:contain;border-radius:20px;width:100%;height:100%;display:block}@media (width<=768px){.product-showcase-section{padding:40px 0}.product-showcase-section .container{padding:0 .5rem}.video-showcase-wrapper{width:100%;margin:1.5rem auto 0}.video-placeholder{aspect-ratio:auto;box-sizing:border-box;border-radius:14px;width:100%;min-height:240px;padding:2rem .65rem}.video-placeholder.playing{aspect-ratio:16/9;border-radius:12px;min-height:auto;padding:0}.video-play-btn{width:56px;height:56px;margin-bottom:.85rem}.video-play-btn svg{width:22px;height:22px}.video-overlay-text span{font-size:1.05rem}.video-overlay-text small{font-size:.8rem;line-height:1.45}.showcase-video{border-radius:12px}}.core-benefits-section{padding:120px 0}.benefits-vertical-grid{flex-direction:column;gap:4rem;max-width:900px;margin:0 auto;display:flex}.benefit-row{border-bottom:1px solid var(--border-color);grid-template-columns:200px 1fr;align-items:baseline;gap:2.5rem;padding-bottom:3rem;display:grid}.benefit-row:last-child{border-bottom:none;padding-bottom:0}.benefit-meta{color:var(--primary-color);font-size:1.5rem;font-weight:800;font-family:var(--font-sans);letter-spacing:-.02em;text-transform:uppercase}.benefit-desc h3{color:var(--text-heading);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.benefit-desc p{color:var(--text-main);font-size:1.05rem;line-height:1.6}.features-deep-dive{padding:120px 0}.deep-dive-block{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:8rem;display:grid}.deep-dive-block:last-child{margin-bottom:0}.deep-dive-block.reverse{direction:rtl}.deep-dive-block.reverse .deep-dive-text{direction:ltr}.deep-dive-text h2{letter-spacing:-.02em;color:var(--text-heading);margin-bottom:1.25rem;font-size:2.25rem;font-weight:800}.deep-dive-text p{color:var(--text-main);font-size:1.05rem;line-height:1.7}.deep-dive-visual{opacity:0;transition:transform .8s cubic-bezier(.16,1,.3,1),opacity .8s;transform:scale(.95)}.deep-dive-visual.is-visible{opacity:1;transform:scale(1)}.visual-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);padding:1.5rem;overflow:hidden}.visual-card img{border-radius:var(--border-radius-sm);border:1px solid var(--border-color);width:100%;height:auto;display:block}.comparison-section{padding:100px 0}.comparison-wrapper{max-width:900px;margin:3.5rem auto 0;overflow-x:auto}.comparison-table{border-collapse:collapse;text-align:left;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);width:100%;overflow:hidden}.comparison-table th,.comparison-table td{border-bottom:1px solid var(--border-color);padding:1.25rem 1.75rem}.comparison-table th{background:var(--bg-app-light);color:var(--text-heading);font-size:1rem;font-weight:700}.comparison-table td{color:var(--text-main);font-size:.95rem}.comparison-table tr:last-child td{border-bottom:none}.comparison-table td:nth-child(2){color:var(--text-muted)}.comparison-table td:nth-child(3){color:var(--text-heading);background:#0d948805;font-weight:500}.specialties-section,.timeline-section{padding:100px 0}.timeline-wrapper{border-left:2px solid var(--border-color);max-width:800px;margin:4rem auto 0;padding-left:2rem;position:relative}.timeline-item{margin-bottom:3.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-time{color:var(--primary-color);background:var(--bg-app-light);border-radius:var(--border-radius-sm);border:1px solid var(--border-color);padding:.25rem .75rem;font-size:.95rem;font-weight:700;position:absolute;top:0;left:-7.5rem}.timeline-content{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:2rem}.timeline-content h4{color:var(--text-heading);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.timeline-content p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.timeline-item:before{content:"";background:var(--primary-color);border:2px solid var(--bg-app);border-radius:50%;width:10px;height:10px;position:absolute;top:.5rem;left:-2.35rem}.contact-section{background:var(--bg-app);padding:120px 0}.contact-info h2{letter-spacing:-.02em;color:var(--text-heading);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.benefit-points{flex-direction:column;gap:1rem;display:flex}.point-item{color:var(--text-main);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.point-item i{width:20px;height:20px;color:var(--primary-color)}.contact-form-card{border-radius:var(--border-radius-lg);background:var(--bg-card);border:1px solid var(--border-color);padding:3rem}.form-header-bar{margin-bottom:2rem}.form-header-bar h3{color:var(--text-heading);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.form-header-bar p{color:var(--text-muted);font-size:.9rem}.success-state{text-align:center;padding:2rem 0}@media (width<=991px){.deep-dive-block,.contact-grid{grid-template-columns:1fr;gap:3rem}.deep-dive-block.reverse{direction:ltr}.benefit-row{grid-template-columns:1fr;gap:.75rem}.timeline-wrapper{margin-left:6.5rem}}.mockup-phone{border:8px solid var(--border-color);background-color:var(--bg-app);border-radius:36px;flex-direction:column;width:250px;height:440px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}.phone-header{height:24px;color:var(--text-muted);background-color:var(--bg-app-light);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:0 16px;font-size:.65rem;font-weight:600;display:flex}.phone-speaker{background-color:var(--border-color);border-radius:3px;width:50px;height:6px}.phone-app{background-color:var(--bg-card);flex-direction:column;flex:1;display:flex}.app-navbar{background-color:var(--bg-app-light);border-bottom:1px solid var(--border-color);justify-content:center;align-items:center;height:44px;display:flex}.app-title{color:var(--text-heading);font-size:.75rem;font-weight:700}.app-content{flex-direction:column;flex:1;justify-content:center;gap:.75rem;padding:1rem;display:flex}.form-group-mock{flex-direction:column;gap:4px;display:flex}.form-group-mock label{color:var(--text-muted);text-transform:uppercase;font-size:.62rem;font-weight:600}.input-mock{border:1px solid var(--border-color);background-color:var(--bg-app-light);height:32px;color:var(--text-main);border-radius:6px;align-items:center;padding:0 10px;font-size:.72rem;font-weight:500;display:flex;position:relative;overflow:hidden}.input-mock:after{content:"";background-color:var(--primary-color);width:1.5px;height:12px;animation:.8s infinite blinkCursor;position:absolute;right:8px}@keyframes blinkCursor{0%,to{opacity:1}50%{opacity:0}}.btn-mock{background-color:var(--primary-color);color:#fff;cursor:default;border:none;border-radius:6px;justify-content:center;align-items:center;height:34px;font-size:.72rem;font-weight:600;display:flex;box-shadow:0 4px 12px #2563eb33}.active-pulse{animation:2s infinite pulseMockBtn}@keyframes pulseMockBtn{0%{transform:scale(1)}50%{opacity:.95;transform:scale(.97)}to{transform:scale(1)}}.token-circle-animation{border:3px solid var(--primary-color);background-color:var(--primary-light);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 1rem;display:flex;box-shadow:0 10px 25px -5px #2563eb26}.token-label{color:var(--primary-color);letter-spacing:.05em;font-size:.55rem;font-weight:700}.token-number{color:var(--primary-color);font-size:1.75rem;font-weight:800}.token-status{color:var(--text-muted);justify-content:center;align-items:center;gap:4px;font-size:.68rem;display:flex}.spin-icon{width:12px;height:12px;animation:1.5s linear infinite spinIcon}@keyframes spinIcon{to{transform:rotate(360deg)}}.sync-indicator-pill{color:#fff;background-color:#10b981;border-radius:12px;justify-content:center;align-items:center;margin-top:1rem;padding:4px 10px;font-size:.6rem;font-weight:600;display:inline-flex;box-shadow:0 4px 10px #10b98133}.mockup-tablet{border:8px solid var(--border-color);background-color:var(--bg-app);border-radius:20px;flex-direction:column;width:90%;max-width:500px;height:380px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}.tablet-header{background-color:var(--bg-app-light);border-bottom:1px solid var(--border-color);justify-content:center;align-items:center;height:30px;padding:0 1rem;display:flex;position:relative}.tablet-camera{background-color:var(--border-color);border-radius:50%;width:8px;height:8px;position:absolute;left:20px}.tablet-title{color:var(--text-muted);font-size:.7rem;font-weight:600}.tablet-app{background-color:var(--bg-card);flex-direction:column;flex:1;display:flex}.canvas-toolbar{background-color:var(--bg-app-light);border-bottom:1px solid var(--border-color);align-items:center;gap:8px;height:36px;padding:0 10px;display:flex}.tool-btn{color:var(--text-muted);border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.65rem;font-weight:600;display:inline-flex}.tool-btn.active{background-color:var(--primary-light);color:var(--primary-color)}.stroke-indicator{margin-left:auto;font-size:.6rem}.stroke-dot{background-color:var(--text-main);border-radius:50%;width:4px;height:4px}.canvas-paper{background-color:#fff;flex:1;padding:1rem;position:relative}.ruled-paper{background-image:linear-gradient(#e2e8f0 1px,#0000 1px);background-size:100% 20px;line-height:20px}.prescription-header-mock{color:#475569;border-bottom:1px solid #cbd5e1;justify-content:space-between;margin-bottom:6px;padding-bottom:4px;font-size:.68rem;display:flex}.patient-info-strip{color:#64748b;border-bottom:1px dashed #cbd5e1;justify-content:space-between;margin-bottom:10px;padding-bottom:4px;font-size:.6rem;display:flex}.ink-drawing-svg-container{pointer-events:none;position:absolute;inset:45px 1rem 1rem}.handwriting-svg{width:100%;height:100%}.draw-path{stroke-dasharray:1000;stroke-dashoffset:1000px}.step-visual-item.active .draw-path.line1{animation:1.2s ease-out .2s forwards drawStroke}.step-visual-item.active .draw-path.line2{animation:1s ease-out 1.4s forwards drawStroke}.step-visual-item.active .draw-path.line3{animation:.8s ease-out 2.4s forwards drawStroke}.step-visual-item.active .draw-path.line4{animation:1.2s ease-out 3.2s forwards drawStroke}@keyframes drawStroke{to{stroke-dashoffset:0}}.mockup-desktop{border:1px solid var(--border-color);background-color:var(--bg-card);border-radius:12px;flex-direction:column;width:95%;max-width:540px;height:360px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}.desktop-header-bar{background-color:var(--bg-app-light);border-bottom:1px solid var(--border-color);align-items:center;gap:12px;height:36px;padding:0 12px;display:flex}.window-dots{gap:6px;display:flex}.window-dots .dot{border-radius:50%;width:8px;height:8px}.window-dots .dot.red{background:#ff5f57}.window-dots .dot.yellow{background:#febc2e}.window-dots .dot.green{background:#28c840}.desktop-search-bar{border:1px solid var(--border-color);background-color:var(--bg-card);max-width:260px;height:22px;color:var(--text-muted);border-radius:4px;flex:1;align-items:center;gap:6px;padding:0 8px;font-size:.62rem;display:flex}.search-placeholder-typing{position:relative}.desktop-app-body{flex:1;display:flex}.app-sidebar-mock{background-color:var(--bg-app-light);border-right:1px solid var(--border-color);flex-direction:column;gap:4px;width:100px;padding:8px;display:flex}.sidebar-item{color:var(--text-muted);border-radius:4px;align-items:center;gap:6px;padding:6px 8px;font-size:.6rem;font-weight:600;display:flex}.sidebar-item.active{background-color:var(--primary-light);color:var(--primary-color)}.app-main-mock{background-color:var(--bg-card);flex-direction:column;flex:1;gap:10px;padding:12px;display:flex}.timeline-header{justify-content:space-between;align-items:center;display:flex}.timeline-header h3{color:var(--text-heading);font-size:.75rem;font-weight:700}.badge-saved{color:#10b981;background-color:#10b9811a;border-radius:4px;align-items:center;gap:3px;padding:2px 6px;font-size:.58rem;font-weight:600;display:inline-flex}.timeline-records{flex-direction:column;gap:8px;display:flex}.timeline-card-mock{border:1px solid var(--border-color);background-color:var(--bg-app-light);border-radius:6px;padding:8px}.timeline-card-mock.outdated{opacity:.6}.card-date{color:var(--text-muted);margin-bottom:2px;font-size:.55rem;font-weight:600}.card-summary{color:var(--text-main);font-size:.65rem;font-weight:500}.printer-stage-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.mockup-printer{width:240px;height:120px;margin-bottom:1.5rem;position:relative}.printer-top{background-color:#cbd5e1;border:2px solid #94a3b8;border-radius:6px 6px 0 0;width:180px;height:20px;margin:0 auto}.printer-body{background-color:#f1f5f9;border:3px solid #94a3b8;border-radius:8px;width:240px;height:90px;position:relative;box-shadow:0 15px 30px -10px #00000026}.printer-slot{background-color:#475569;border-radius:4px;width:200px;height:8px;position:absolute;top:25px;left:20px}.printed-page-animation{z-index:-1;opacity:0;background-color:#fff;border:1px solid #cbd5e1;flex-direction:column;width:160px;height:180px;padding:8px;display:flex;position:absolute;top:30px;left:40px;overflow:hidden;transform:translateY(-80%);box-shadow:0 4px 12px #00000014}.step-visual-item.active .printed-page-animation{animation:2.5s cubic-bezier(.25,1,.5,1) .4s forwards printSlide}@keyframes printSlide{0%{opacity:0;transform:translateY(-80%)}20%{opacity:1}to{opacity:1;z-index:1;transform:translateY(0)}}.printed-prescription-sheet{flex-direction:column;height:100%;display:flex}.prescription-print-header{text-align:center;color:#1e293b;font-size:.5rem;line-height:1.2}.divider-dashed{border-bottom:1px dashed #e2e8f0;margin:4px 0}.print-rx-section{flex:1;gap:4px;display:flex}.rx-symbol{color:var(--primary-color);font-family:serif;font-size:.85rem;font-weight:800}.print-meds{color:#334155;font-size:.45rem;line-height:1.4}.print-footer{color:#64748b;border-top:1px solid #e2e8f0;justify-content:space-between;margin-top:auto;padding-top:2px;font-size:.4rem;display:flex}.signature-line{border-top:.5px solid #94a3b8;padding-top:1px}.print-action-badge{background-color:var(--primary-color);color:#fff;opacity:0;border-radius:12px;align-items:center;gap:4px;padding:6px 12px;font-size:.7rem;font-weight:600;transition:opacity .5s,transform .5s;display:inline-flex;transform:translateY(5px)}.step-visual-item.active .print-action-badge{opacity:1;transition-delay:2.2s;transform:translateY(0)}body.dark-theme .canvas-paper{background-color:#1e293b}body.dark-theme .prescription-header-mock{color:#94a3b8;border-bottom-color:#334155}body.dark-theme .patient-info-strip{color:#64748b;border-bottom-color:#334155}body.dark-theme .ruled-paper{background-image:linear-gradient(#334155 1px,#0000 1px)}body.dark-theme .printed-prescription-sheet,body.dark-theme .prescription-print-header{color:#e2e8f0}body.dark-theme .print-meds{color:#cbd5e1}body.dark-theme .printed-page-animation{background-color:#0f172a;border-color:#334155}body.dark-theme .mockup-printer{opacity:.95}.hero-typewriter-cursor{color:var(--text-heading);margin-left:2px;font-weight:300;animation:.8s infinite blinkCursor;display:inline-block}.specialties-v2-section{background:linear-gradient(#fff 0%,#f8fafc 100%);padding:120px 0;position:relative;overflow:hidden}.spec-ambient-glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.glow-mint{background:#10b9810d;width:500px;height:500px;top:5%;left:-120px}.glow-cyan{background:#06b6d40d;width:500px;height:500px;bottom:5%;right:-120px}.spec-header{z-index:1;max-width:720px;margin:0 auto 4rem;position:relative}.spec-eyebrow{color:#059669;background:#10b98114;border:1px solid #10b98133;border-radius:30px;align-items:center;gap:6px;margin-bottom:1.25rem;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.spec-bento-grid-v2{z-index:1;grid-template-columns:repeat(12,1fr);align-items:stretch;gap:28px;display:grid;position:relative}.card-col-8{grid-column:span 8}.card-col-4{grid-column:span 4}.spec-apple-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:28px;flex-direction:column;height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0f172a0d}.spec-apple-card:hover{border-color:#10b98166;transform:translateY(-6px);box-shadow:0 25px 50px -12px #10b9811f}.spec-apple-image-wrapper{background:#f1f5f9;width:100%;height:280px;position:relative;overflow:hidden}.spec-apple-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.spec-apple-card:hover .spec-apple-img{transform:scale(1.04)}.spec-apple-img-overlay{background:linear-gradient(#00000005 0%,#0f172a40 100%);position:absolute;inset:0}.spec-floating-glass-pill{z-index:3;-webkit-backdrop-filter:blur(14px)saturate(180%);color:#0f172a;background:#ffffffbf;border:1px solid #fff9;border-radius:40px;align-items:center;gap:8px;padding:10px 16px;font-size:.8rem;font-weight:600;display:flex;position:absolute;bottom:16px;left:20px;right:20px;box-shadow:0 8px 20px #00000014}.glass-pill-icon{color:#059669;flex-shrink:0}.spec-apple-body{background:#fff;flex-direction:column;flex:1;padding:28px 32px 32px;display:flex}.spec-apple-meta{margin-bottom:.75rem}.spec-badge-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.badge-teal{color:#059669;background:#10b9811a}.badge-cyan{color:#0891b2;background:#06b6d41a}.badge-indigo{color:#4f46e5;background:#6366f11a}.spec-apple-title{color:#0f172a;letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.35rem;font-weight:700}.spec-apple-desc{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.92rem;line-height:1.55;display:-webkit-box;overflow:hidden}.spec-apple-pills{flex-wrap:wrap;gap:8px;margin-bottom:1.75rem;display:flex}.apple-pill{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0cc;border-radius:16px;padding:5px 12px;font-size:.78rem;font-weight:500;transition:background .2s;display:inline-block}.spec-apple-card:hover .apple-pill{background:#e2e8f0}.spec-apple-link{color:#059669;align-items:center;gap:6px;margin-top:auto;font-size:.88rem;font-weight:600;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.spec-apple-link:hover{color:#047857;gap:10px}@media (width<=992px){.spec-bento-grid-v2{grid-template-columns:1fr;gap:20px;display:grid}.card-col-8,.card-col-4{grid-column:span 1!important}.spec-apple-card{border-radius:20px;width:100%}.spec-apple-image-wrapper{height:220px}.spec-apple-body{padding:20px}.spec-apple-title{font-size:1.2rem}.spec-apple-desc{-webkit-line-clamp:3;margin-bottom:1rem;font-size:.88rem}}@media (width<=576px){.spec-apple-image-wrapper{height:190px}.spec-apple-body{padding:16px 18px 20px}.spec-apple-pills{gap:6px;margin-bottom:1rem}.apple-pill{padding:4px 10px;font-size:.72rem}}.stylus-canvas-section{background:linear-gradient(180deg, var(--bg-app) 0%, var(--bg-app-light) 100%);padding:100px 0;position:relative;overflow:hidden}.stylus-eyebrow{color:var(--primary-color);letter-spacing:.03em;background:#0d948814;border:1px solid #0d948833;border-radius:20px;align-items:center;gap:6px;margin-bottom:1.25rem;padding:6px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.stylus-lead-desc{color:var(--text-main);margin-bottom:2rem;font-size:1.08rem;line-height:1.6}.stylus-feature-list{flex-direction:column;gap:1.25rem;margin-bottom:2.25rem;display:flex}.stylus-feature-item{align-items:flex-start;gap:14px;display:flex}.stylus-icon-box{width:40px;height:40px;color:var(--primary-color);background:#0d94881a;border:1px solid #0d948826;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stylus-feature-item h4{color:var(--text-heading);margin:0 0 2px;font-size:.98rem;font-weight:700}.stylus-feature-item p{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.4}.template-selector-box{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:10px;padding:1rem 1.25rem;display:flex}.selector-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:700}.template-btn-group{flex-wrap:wrap;gap:8px;display:flex}.template-btn{border:1px solid var(--border-color);background:var(--bg-app-light);color:var(--text-main);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.template-btn:hover{color:var(--primary-color);background:#0d94880f;border-color:#0d94884d}.template-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px #0d948840}.stylus-canvas-container{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-xl);border-radius:24px;position:relative;overflow:hidden}.canvas-toolbar{background:#0f172a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:48px;padding:0 1.25rem;display:flex}.canvas-toolbar-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.canvas-tools-group{align-items:center;gap:12px;display:flex}.tool-btn{color:#94a3b8;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.tool-btn:hover{color:#fff;background:#ffffff26}.tool-btn.active{color:#fff;background:#0d9488}.canvas-color-swatches{border-left:1px solid #ffffff1f;align-items:center;gap:6px;padding-left:8px;display:flex}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:14px;height:14px;transition:transform .15s}.color-swatch:hover{transform:scale(1.2)}.color-swatch.c-blue{background:#2563eb}.color-swatch.c-black{background:#0f172a}.color-swatch.c-red{background:#dc2626}.color-swatch.active{border-color:#fff}.canvas-active-template-badge{letter-spacing:.08em;color:#0d9488;background:#0d948826;border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:800}.canvas-paper-surface{background-color:#fafaf9;justify-content:center;align-items:center;min-height:420px;transition:background .3s;display:flex;position:relative;overflow:hidden}.canvas-paper-surface.template-ruled{background-color:#fcfcf9;background-image:repeating-linear-gradient(#0000,#0000 31px,#e2e8f0 31px 32px)}.canvas-paper-surface.template-grid{background-color:#f8fafc;background-image:linear-gradient(90deg,#e2e8f0cc 1px,#0000 1px),linear-gradient(#e2e8f0cc 1px,#0000 1px);background-size:24px 24px}.canvas-paper-surface.template-plain{background-color:#fff}.stylus-preview-img,.stylus-preview-video{object-fit:cover;mix-blend-mode:multiply;border-radius:0 0 20px 20px;width:100%;height:100%;max-height:480px;display:block}.canvas-paper-overlay{pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 40px #0000000a}.stylus-glass-badge{-webkit-backdrop-filter:blur(12px);color:#1e293b;z-index:2;background:#ffffffd9;border:1px solid #ffffffe6;border-radius:20px;align-items:center;gap:8px;padding:8px 14px;font-size:.78rem;font-weight:600;transition:transform .25s;display:inline-flex;position:absolute;box-shadow:0 8px 24px #0000001a}.stylus-glass-badge:hover{transform:translateY(-2px)}.badge-top-left{top:18px;left:18px}.badge-bottom-right{bottom:18px;right:18px}.text-teal{color:#0d9488}.text-emerald{color:#10b981}.pain-points-section{background:var(--bg-app);padding:120px 0;position:relative}.pain-points-eyebrow{color:var(--primary-color);letter-spacing:.03em;background:#0d948814;border:1px solid #0d948833;border-radius:20px;align-items:center;gap:6px;margin-bottom:1.25rem;padding:6px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.pp-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:3.5rem;display:grid}.pp-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;flex-direction:column;justify-content:space-between;padding:32px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000008}.pp-card:hover{border-color:#0d94884d;transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.pp-card-half{grid-column:span 1}.pp-card-full{grid-column:span 2;grid-template-columns:1fr 1.2fr;align-items:center;gap:32px;display:grid}.pp-card-content{flex-direction:column;gap:12px;display:flex}.pp-badge-wrapper{margin-bottom:2px}.pp-badge{letter-spacing:.02em;border-radius:16px;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.badge-teal{color:#0d9488;background:#0d94881a;border:1px solid #0d948833}.badge-indigo{color:#4f46e5;background:#6366f11a;border:1px solid #6366f133}.badge-emerald{color:#059669;background:#10b9811a;border:1px solid #10b98133}.pp-card-title{color:var(--text-heading);letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:700}.pp-card-desc{color:var(--text-main);margin:0 0 4px;font-size:.95rem;line-height:1.5}.pp-bullets{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.pp-bullets li{color:var(--text-muted);align-items:center;gap:10px;font-size:.88rem;font-weight:500;display:flex}.pp-check{color:#10b981;flex-shrink:0}.pp-card-image-wrap{border:1px solid var(--border-color);background:var(--bg-app-light);border-radius:16px;justify-content:center;align-items:center;height:240px;margin-top:24px;display:flex;overflow:hidden}.pp-card-full .pp-card-image-wrap{height:280px;margin-top:0}.pp-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.pp-card:hover .pp-card-img{transform:scale(1.03)}@media (width<=992px){.pain-points-section{padding:80px 0}.pp-grid{grid-template-columns:1fr}.pp-card-half,.pp-card-full{grid-column:span 1}.pp-card-full{flex-direction:column;display:flex}.pp-card-full .pp-card-image-wrap{height:240px;margin-top:24px}}@media (width<=576px){.pain-points-section{padding:60px 0}}.real-doctor-spotlight-2026{background-color:var(--bg-app);padding:110px 0;position:relative;overflow:hidden}.rds-bg-glow{filter:blur(60px);pointer-events:none;background:radial-gradient(#0d94881f 0%,#0000 70%);width:900px;height:550px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.rds-bg-grid{pointer-events:none;background-image:linear-gradient(90deg,#94a3b80d 1px,#0000 1px),linear-gradient(#94a3b80d 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.rds-container{z-index:2;max-width:1240px;margin:0 auto;padding:0 1.5rem;position:relative}.rds-header{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto 3.5rem;display:flex}.rds-badge{color:var(--primary-color);background:#0d948814;border:1px solid #0d948833;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .95rem;font-size:.82rem;font-weight:600;display:inline-flex}.rds-sparkle-icon{color:var(--primary-color)}.rds-main-title{letter-spacing:-.03em;color:var(--text-heading);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.rds-title-gradient{background:linear-gradient(135deg,#0d9488 0%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.rds-subtitle{color:var(--text-main);max-width:640px;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.6}.rds-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;grid-template-columns:1fr 1.25fr;align-items:center;gap:3.5rem;padding:2.5rem;display:grid;box-shadow:0 25px 65px -15px #0d948824,0 10px 30px -10px #0f172a0f}.rds-photo-wrapper{width:100%;box-shadow:var(--shadow-lg);background:var(--bg-app-light);border-radius:18px;position:relative;overflow:hidden}.rds-photo{object-fit:cover;border-radius:18px;width:100%;height:auto;max-height:480px;transition:transform .5s;display:block}.rds-card:hover .rds-photo{transform:scale(1.02)}.rds-photo-overlay{pointer-events:none;background:linear-gradient(#0000 40%,#0f172a66 100%);position:absolute;inset:0}.rds-verified-badge{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ad9;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;display:inline-flex;position:absolute;bottom:1.25rem;left:1.25rem}.rds-verified-icon{color:#10b981}.rds-content-wrapper{flex-direction:column;display:flex}.rds-rating-row{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.rds-stars{color:#f59e0b;align-items:center;gap:.2rem;display:flex}.rds-star-icon{fill:#f59e0b}.rds-rating-tag{color:var(--text-muted);font-size:.82rem;font-weight:600}.rds-doctor-name{color:var(--text-heading);letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.85rem;font-weight:800}.rds-clinic-name{color:var(--primary-color);margin-bottom:1.25rem;font-size:.95rem;font-weight:600}.rds-quote{color:var(--text-main);border-left:3px solid var(--primary-color);margin-bottom:1.75rem;padding-left:1rem;font-size:1.05rem;font-style:italic;line-height:1.65}.rds-stats-grid{background:var(--bg-app-light);border:1px solid var(--border-color);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;padding:1rem;display:grid}.rds-stat-item{flex-direction:column;display:flex}.rds-stat-val{color:var(--text-heading);margin-bottom:.2rem;font-size:1.25rem;font-weight:800}.rds-stat-label{color:var(--text-muted);font-size:.75rem;font-weight:500}.rds-btn-primary{color:#fff;cursor:pointer;background:#0d9488;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.6rem;width:fit-content;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #0d948863}.rds-btn-primary:hover{background:#0f766e;transform:translateY(-2px);box-shadow:0 8px 25px #0d948873}@media (width<=992px){.rds-card{grid-template-columns:1fr;gap:1.75rem;padding:1.75rem}.rds-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.real-doctor-spotlight-2026{padding:40px 0}.rds-header{margin-bottom:1.5rem}.rds-main-title{margin-bottom:.5rem;font-size:1.6rem}.rds-subtitle{font-size:.9rem}.rds-card{border-radius:16px;gap:1.25rem;padding:1rem}.rds-photo{border-radius:12px;max-height:220px}.rds-photo-wrapper{border-radius:12px}.rds-doctor-name{font-size:1.4rem}.rds-clinic-name{margin-bottom:.85rem;font-size:.88rem}.rds-quote{margin-bottom:1rem;padding-left:.75rem;font-size:.9rem;line-height:1.5}.rds-stats-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:1.2rem;padding:.6rem .3rem}.rds-stat-item{text-align:center;align-items:center}.rds-stat-val{margin-bottom:.1rem;font-size:.98rem}.rds-stat-label{font-size:.68rem;line-height:1.2}.rds-btn-primary{justify-content:center;width:100%;padding:.75rem 1rem;font-size:.88rem}}.hiw-setup-banner{z-index:2;margin-top:4rem;position:relative}.hiw-setup-banner-inner{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;gap:1.75rem;padding:2.25rem;display:flex;box-shadow:0 20px 50px -10px #0d94881f,0 8px 24px -6px #0f172a0d}.hiw-setup-header{align-items:flex-start;gap:1.5rem;display:flex}.hiw-setup-icon-box{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#0284c7 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 10px 20px -5px #0d948859}.hiw-setup-text-wrap{flex-direction:column;display:flex}.hiw-setup-pill{letter-spacing:.04em;color:#0d9488;background:#0d94881a;border-radius:9999px;align-items:center;gap:.4rem;width:fit-content;margin-bottom:.6rem;padding:.2rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.hiw-setup-title{color:var(--text-heading);margin-bottom:.4rem;font-size:1.4rem;font-weight:800;line-height:1.25}.hiw-setup-desc{color:var(--text-main);max-width:860px;font-size:.95rem;line-height:1.6}.hiw-setup-features-grid{border-top:1px dashed var(--border-color);grid-template-columns:repeat(4,1fr);gap:1rem;padding-top:1.25rem;display:grid}.hiw-setup-feat-item{color:var(--text-heading);background:var(--bg-app-light);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:.6rem;padding:.65rem .85rem;font-size:.85rem;font-weight:600;display:flex}.hiw-feat-icon{color:#0d9488;flex-shrink:0}@media (width<=992px){.hiw-setup-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.hiw-setup-header{flex-direction:column;gap:1rem}.hiw-setup-features-grid{grid-template-columns:1fr}.hiw-setup-banner-inner{padding:1.5rem}}.clinic-delivery-2026{background-color:var(--bg-app-light);padding:110px 0;position:relative;overflow:hidden}.cdg-bg-glow{filter:blur(60px);pointer-events:none;background:radial-gradient(#0d94881a 0%,#0000 70%);width:850px;height:500px;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}.cdg-bg-grid{pointer-events:none;background-image:linear-gradient(90deg,#94a3b80d 1px,#0000 1px),linear-gradient(#94a3b80d 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.cdg-container{z-index:2;max-width:1240px;margin:0 auto;padding:0 1.5rem;position:relative}.cdg-header{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto 3.5rem;display:flex}.cdg-badge{color:var(--primary-color);background:#0d948814;border:1px solid #0d948833;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .95rem;font-size:.82rem;font-weight:600;display:inline-flex}.cdg-sparkle-icon{color:var(--primary-color)}.cdg-main-title{letter-spacing:-.03em;color:var(--text-heading);margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.cdg-title-gradient{background:linear-gradient(135deg,#0d9488 0%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.cdg-subtitle{color:var(--text-main);max-width:640px;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.6}.cdg-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3.5rem;display:grid}.cdg-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;padding:1.75rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative}.cdg-card:hover{border-color:#0d94884d;transform:translateY(-4px);box-shadow:0 15px 35px -5px #0000000f}.cdg-card.highlight-card{background:linear-gradient(180deg, var(--bg-card) 0%, #f59e0b08 100%);border-color:#f59e0b80}.cdg-card-num{color:var(--text-muted);opacity:.3;font-size:1.4rem;font-weight:900;position:absolute;top:1.25rem;right:1.25rem}.cdg-card-icon-wrap{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.icon-teal{color:#0d9488;background:#f0fdfa}.icon-blue{color:#0284c7;background:#f0f9ff}.icon-amber{color:#f59e0b;background:#fffbeb}.icon-emerald{color:#10b981;background:#ecfdf5}[data-theme=dark] .icon-teal{background:#0d948833}[data-theme=dark] .icon-blue{background:#0284c733}[data-theme=dark] .icon-amber{background:#f59e0b33}[data-theme=dark] .icon-emerald{background:#10b98133}.cdg-pill-badge{text-transform:uppercase;letter-spacing:.03em;color:#0d9488;background:#0d94881a;border-radius:9999px;align-items:center;width:fit-content;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-amber{color:#d97706;background:#f59e0b26}.badge-emerald{color:#059669;background:#10b98126}.cdg-card-title{color:var(--text-heading);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.cdg-card-desc{color:var(--text-main);flex:1;margin-bottom:1.25rem;font-size:.88rem;line-height:1.55}.cdg-card-highlight{color:var(--text-heading);background:var(--bg-app-light);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.cdg-bottom-banner{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.5rem;display:flex;box-shadow:0 15px 35px -10px #0d94881f}.cdg-banner-text h4{color:var(--text-heading);margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.cdg-banner-text p{color:var(--text-main);font-size:.9rem}.cdg-btn-primary{color:#fff;cursor:pointer;background:#0d9488;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #0d948863}.cdg-btn-primary:hover{background:#0f766e;transform:translateY(-2px);box-shadow:0 8px 25px #0d948873}@media (width<=1024px){.cdg-grid{grid-template-columns:repeat(2,1fr)}.cdg-bottom-banner{flex-direction:column;align-items:flex-start}}@media (width<=640px){.clinic-delivery-2026{padding:70px 0}.cdg-grid{grid-template-columns:1fr}.cdg-btn-primary{width:100%}}.hero-pain-relief-bar{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:9999px;align-items:center;gap:.75rem;margin-top:1.5rem;margin-bottom:.5rem;padding:.5rem 1rem;display:inline-flex}.pain-chip{color:#ef4444;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.chip-cross{background:#ef44441f;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:800;display:flex}.pain-divider{color:var(--text-muted);font-size:.85rem;font-weight:700}.relief-chip{color:#10b981;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.chip-check{background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.75rem;font-weight:800;display:flex}@media (width<=640px){.hero-pain-relief-bar{border-radius:16px;flex-direction:column;gap:.4rem;padding:.65rem 1rem}.pain-divider{display:none}}.hero-visual-comparison{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:1.5rem;max-width:900px;margin:2.5rem auto 1.5rem;display:grid}.hero-vis-card{background:var(--bg-card);border-radius:20px;flex-direction:column;padding:0;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 8px 32px -8px #0f172a1a}.hero-vis-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px -12px #0f172a2e}.vis-card-problem{border:1.5px solid #ef444440}.vis-card-problem:hover{border-color:#ef444473}.vis-card-solution{border:1.5px solid #10b98140}.vis-card-solution:hover{border-color:#10b98180;box-shadow:0 20px 48px -12px #10b9811f}.vis-card-img-container{width:100%;height:220px;position:relative;overflow:hidden}.vis-card-img-container .vis-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:block}.hero-vis-card:hover .vis-img{transform:scale(1.04)}.vis-img-overlay{pointer-events:none;z-index:1;position:absolute;inset:0}.vis-overlay-red{background:linear-gradient(#ef44440d 0%,#ef44441f 100%)}.vis-overlay-green{background:linear-gradient(#10b98108 0%,#10b98114 100%)}.vis-card-badge{letter-spacing:.05em;z-index:2;-webkit-backdrop-filter:blur(8px);border-radius:9999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.68rem;font-weight:800;display:inline-flex;position:absolute;top:.75rem;left:.75rem}.badge-red{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.badge-green{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.vis-icon-cross{background:#ef444433;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:900;display:flex}.vis-icon-check{background:#10b98133;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:900;display:flex}.vis-card-caption{flex-direction:column;gap:.5rem;padding:1rem 1.25rem 1.25rem;display:flex}.vis-card-caption strong{color:var(--text-heading);font-size:.95rem;font-weight:800}.vis-pain-list,.vis-benefit-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.vis-pain-list li,.vis-benefit-list li{color:var(--text-muted);padding-left:1.15rem;font-size:.78rem;line-height:1.4;position:relative}.vis-pain-list li:before{content:"✕";color:#ef4444;font-size:.65rem;font-weight:900;position:absolute;top:0;left:0}.vis-benefit-list li:before{content:"✓";color:#10b981;font-size:.7rem;font-weight:900;position:absolute;top:0;left:0}.hero-vis-arrow{color:#0d9488;background:#0d94881f;border:1.5px solid #0d94884d;border-radius:50%;justify-content:center;align-self:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex;position:relative}.vis-arrow-pulse{border:1.5px solid #0d948840;border-radius:50%;animation:2s ease-in-out infinite visPulse;position:absolute;inset:-4px}@keyframes visPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.3)}}@media (width<=768px){.hero-visual-comparison{grid-template-columns:1fr;gap:.75rem;max-width:400px;margin:1.5rem 0}.hero-vis-card{border-radius:16px}.vis-card-img-container{height:160px}.hero-vis-arrow{width:36px;height:36px;margin:0 auto;font-size:1rem;transform:rotate(90deg)}.vis-card-caption{padding:.75rem 1rem 1rem}}.demo-booked-alert{color:var(--text-heading);background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:10px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.55rem .85rem;font-size:.8rem;line-height:1.35;display:flex}.alert-fire{flex-shrink:0;font-size:.95rem}.form-help-text{color:#d97706;margin-top:.25rem;font-size:.72rem;font-weight:500;display:block}.custom-calendar-container{background:var(--bg-app-light);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.calendar-booked-badge{color:var(--text-heading);background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.7rem;display:flex}.fire-emoji{font-size:.75rem}.calendar-nav-header{justify-content:space-between;align-items:center;display:flex}.cal-nav-btn{background:var(--bg-card);border:1px solid var(--border-color);width:24px;height:24px;color:var(--text-heading);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.cal-nav-btn:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color)}.calendar-week-grid{text-align:center;color:var(--text-muted);text-transform:uppercase;grid-template-columns:repeat(7,1fr);gap:2px;font-size:.62rem;font-weight:700;display:grid}.calendar-days-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.cal-day-cell{border:1px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:32px;padding:.3rem .15rem;font-size:.75rem;font-weight:600;transition:all .15s;display:flex;position:relative}.cal-day-cell.empty{visibility:hidden}.cal-day-cell.disabled{background:var(--bg-card);color:var(--text-muted);opacity:.4;cursor:not-allowed;border-color:var(--border-color)}.booked-tag{text-transform:uppercase;color:#ef4444;letter-spacing:.02em;margin-top:1px;font-size:.45rem;font-weight:800;line-height:1}.cal-day-cell.available{background:var(--bg-card);border-color:var(--border-color);color:var(--text-heading);cursor:pointer}.cal-day-cell.available:hover{border-color:var(--primary-color);background:#0d948814;transform:scale(1.06)}.cal-day-cell.active{box-shadow:0 2px 8px #0d948859;color:#fff!important;background:#0d9488!important;border-color:#0d9488!important}.check-mark{color:#fff;position:absolute;top:2px;right:2px}.form-tc-text{text-align:center;color:var(--text-muted);margin-top:.75rem;font-size:.72rem;line-height:1.4}.tc-link{color:var(--primary-color);text-underline-offset:2px;text-decoration:underline;transition:color .15s}.tc-link:hover{color:var(--text-heading)}.form-or-divider{align-items:center;gap:.75rem;margin:1rem 0;display:flex}.form-or-line{background:var(--border-color,#e2e8f0);flex:1;height:1px}.form-or-text{color:var(--text-muted,#94a3b8);letter-spacing:.5px;text-transform:uppercase;font-size:.75rem;font-weight:700}.btn-whatsapp-alt{color:#fff;border-radius:var(--border-radius,12px);cursor:pointer;background:#22c55e;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem 1.25rem;font-size:.92rem;font-weight:700;transition:all .25s;box-shadow:0 3px 12px #22c55e40;display:flex!important}.btn-whatsapp-alt:hover{background:#16a34a;transform:translateY(-1px);box-shadow:0 5px 20px #22c55e59}.btn-whatsapp-alt:active{transform:translateY(0)}.custom-timeslot-container{position:relative}.timeslot-trigger{border:1px solid var(--border-color);background:var(--bg-card);cursor:pointer;width:100%;color:var(--text-muted);border-radius:12px;justify-content:space-between;align-items:center;padding:.7rem .85rem;font-size:.85rem;transition:all .2s;display:flex}.timeslot-trigger.has-value{color:var(--text-heading)}.timeslot-trigger:hover,.timeslot-trigger.open{border-color:var(--primary-color);box-shadow:0 0 0 3px #0d948814}.trigger-left{align-items:center;gap:.5rem;display:flex}.trigger-icon{color:var(--primary-color);flex-shrink:0}.trigger-value{color:var(--text-heading);align-items:center;gap:.35rem;font-weight:600;display:flex}.slot-time-subtle{color:var(--text-muted);font-size:.78rem;font-weight:400}.trigger-placeholder{color:var(--text-muted)}.trigger-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.trigger-chevron.rotated{transform:rotate(180deg)}.timeslot-dropdown{z-index:50;background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;gap:.25rem;padding:.4rem;animation:.18s ease-out tsDropUp;display:flex;position:absolute;bottom:calc(100% + 6px);left:0;right:0;box-shadow:0 -8px 32px #0000001f}@keyframes tsDropUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.timeslot-option{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.65rem .75rem;transition:all .15s;display:flex}.timeslot-option:hover{background:#0d94880f;border-color:#0d948826}.timeslot-option.active{background:#0d94881a;border-color:#0d94884d}.option-left{align-items:center;gap:.6rem;display:flex}.option-icon-box{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.option-text{flex-direction:column;gap:.1rem;display:flex}.option-label{color:var(--text-heading);font-size:.82rem;font-weight:700}.option-time{color:var(--text-muted);font-size:.72rem}.contact-section{background:var(--bg-app-light);padding:100px 0;overflow:hidden}.contact-grid{grid-template-columns:1fr 1.15fr;align-items:flex-start;gap:3.5rem;display:grid}.contact-info{flex-direction:column;display:flex}.contact-info h2{letter-spacing:-.02em;color:var(--text-heading);overflow-wrap:break-word;word-break:break-word;margin-bottom:1.2rem;font-size:clamp(1.8rem,4.5vw,2.75rem);font-weight:800;line-height:1.18}.contact-form-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2rem;box-shadow:0 20px 50px -10px #00000014}@media (width<=992px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=768px){.contact-section{padding:40px 0}.contact-section .container{padding:0 .35rem}.contact-info h2{margin-bottom:.85rem;font-size:clamp(1.4rem,6vw,1.85rem);line-height:1.25}.contact-form-card{box-sizing:border-box;border-radius:14px;width:100%;padding:1.15rem .55rem}.custom-calendar-container{border-radius:12px;margin:.5rem 0;padding:.65rem .35rem}}.custom-calendar-container{background:var(--bg-card);border:1px solid var(--border-color);box-sizing:border-box;border-radius:16px;width:100%;padding:.85rem;overflow:hidden}.calendar-booked-badge{color:#9a3412;text-align:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.5rem .65rem;font-size:.78rem;line-height:1.35;display:flex}.calendar-nav-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:0 .15rem;display:flex}.calendar-month-title{color:var(--text-heading);align-items:center;gap:.4rem;font-size:.92rem;font-weight:700;display:flex}.cal-icon{color:var(--primary-color)}.calendar-nav-btns{align-items:center;gap:.35rem;display:flex}.cal-nav-btn{border:1px solid var(--border-color);background:var(--bg-app-light);width:28px;height:28px;color:var(--text-heading);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.cal-nav-btn:disabled{opacity:.35;cursor:not-allowed}.calendar-week-grid{text-align:center;box-sizing:border-box;gap:3px;width:100%;margin-bottom:.4rem;display:grid;grid-template-columns:repeat(7,1fr)!important}.calendar-week-grid span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.65rem;font-weight:700}.calendar-days-grid{box-sizing:border-box;gap:3px;width:100%;display:grid;grid-template-columns:repeat(7,1fr)!important}.cal-day-cell{border:1px solid var(--border-color);background:var(--bg-app-light);cursor:pointer;box-sizing:border-box;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:44px;padding:3px 1px;transition:all .2s;display:flex;position:relative;width:100%!important;min-width:0!important}.cal-day-cell.empty{cursor:default;background:0 0;border-color:#0000}.cal-day-cell.disabled{opacity:.4;background:var(--bg-app-light);border-color:var(--border-color);color:var(--text-muted);cursor:not-allowed}.cal-day-cell.booked{opacity:.75;color:#ef4444;background:#fef2f2;border-color:#fecaca}.cal-day-cell.available{background:var(--bg-card);border-color:var(--border-color);color:var(--text-heading);font-weight:700}.cal-day-cell.available:hover{color:#0d9488;border-color:#0d9488}.cal-day-cell.active{font-weight:800;box-shadow:0 3px 10px #0d948859;color:#fff!important;background:#0d9488!important;border-color:#0d9488!important}.day-number{font-size:.8rem;font-weight:700;line-height:1.1}.booked-tag{text-transform:uppercase;letter-spacing:-.01em;white-space:nowrap;color:#ef4444;margin-top:1px;font-size:.46rem;font-weight:800;line-height:1;overflow:visible}.option-check{color:#0d9488;flex-shrink:0}.contact-form-card.card{overflow:visible}.form-group.has-error .form-control,.form-group.has-error .timeslot-trigger,.form-group.has-error .custom-calendar-container{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.field-error{color:#ef4444;margin-top:.3rem;font-size:.72rem;font-weight:500;line-height:1.3;animation:.2s ease-out errorFadeIn;display:block}@keyframes errorFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.spin-icon{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{color:#94a3b8;background:#090d16;border-top:1px solid #ffffff14;padding:60px 0 40px}.footer-grid{grid-template-columns:1.8fr 1fr 1fr;align-items:flex-start;gap:3rem;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-links-group{flex-direction:column;gap:.6rem;display:flex}.footer-links-group h4{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.footer-links-group a{color:#94a3b8;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links-group a:hover{color:#0d9488}@media (width<=768px){.footer{padding:35px 0 25px}.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem 1rem}.footer-brand{grid-column:1/-1}.footer-links-group h4{margin-bottom:.35rem;font-size:.92rem}.footer-links-group a{font-size:.84rem}.footer-hr{margin:1.25rem 0!important}.footer-bottom p{text-align:center;font-size:.78rem!important}}.trust-bar-section{background:var(--bg-app-light);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:1.25rem 0;position:relative;overflow:hidden}.trust-bar-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex}.trust-bar-item{align-items:center;gap:.65rem;display:flex;position:relative}.trust-bar-item:not(:last-child):after{content:"";background:var(--border-color);width:1px;height:28px;position:absolute;top:50%;right:-1.25rem;transform:translateY(-50%)}.trust-bar-icon{background:var(--bg-card);border:1px solid var(--border-color);width:38px;height:38px;box-shadow:var(--shadow-sm);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-flag-emoji{font-size:1.3rem;line-height:1}.trust-bar-text{flex-direction:column;gap:.1rem;display:flex}.trust-bar-value{font-family:var(--font-sans);color:var(--text-heading);font-size:1.05rem;font-weight:700;line-height:1.2}.trust-bar-label{font-family:var(--font-sans);color:var(--text-muted);letter-spacing:.01em;font-size:.78rem;font-weight:500;line-height:1.2}@media (width<=768px){.trust-bar-section{padding:1rem 0}.trust-bar-container{justify-content:center;gap:1rem 1.75rem}.trust-bar-item:not(:last-child):after{display:none}.trust-bar-icon{border-radius:8px;width:34px;height:34px}.trust-bar-value{font-size:.95rem}.trust-bar-label{font-size:.72rem}}@media (width<=480px){.trust-bar-container{gap:.75rem 1.25rem}.trust-bar-item{gap:.5rem}.trust-bar-icon{width:30px;height:30px}}.pricing-section{background:var(--bg-app);padding:5rem 0;position:relative;overflow:hidden}.pricing-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#0d948814 0%,#0284c700 70%);width:600px;height:400px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.pricing-header{z-index:1;margin-bottom:2.5rem;position:relative}.pricing-badge-pill{background:var(--primary-light);border:1px solid var(--primary-border);color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-flex}.pricing-included-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1050px;margin:0 auto 3rem;display:grid;position:relative}.pricing-included-card{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;transition:transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);box-shadow:var(--shadow-sm);border-radius:16px;padding:1.75rem 1.5rem}.pricing-included-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-border);transform:translateY(-4px)}.included-card-icon{background:var(--primary-light);width:52px;height:52px;color:var(--primary-color);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.pricing-included-card h4{color:var(--text-heading);margin-bottom:.4rem;font-size:1rem;font-weight:700;line-height:1.3}.pricing-included-card p{color:var(--text-muted);font-size:.85rem;line-height:1.45}.pricing-cta-box{z-index:1;max-width:780px;margin:0 auto;position:relative}.pricing-cta-box-content{text-align:center;color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:20px;padding:2.5rem 2.5rem 2rem;box-shadow:0 12px 40px #0003}.pricing-cta-box-badge{color:#2dd4bf;letter-spacing:.03em;background:#0d948833;border:1px solid #2dd4bf4d;border-radius:20px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.3rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.pricing-cta-box-content h3{color:#fff;margin-bottom:.6rem;font-size:1.5rem;font-weight:800;line-height:1.3}.pricing-cta-box-content>p{color:#94a3b8;max-width:560px;margin:0 auto 1.75rem;font-size:.92rem;line-height:1.5}.pricing-cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.btn-whatsapp-pricing{color:#fff;cursor:pointer;transition:background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);background:#25d366;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 4px 16px #25d36659}.btn-whatsapp-pricing:hover{background:#1fb855;transform:translateY(-2px);box-shadow:0 6px 24px #25d36673}.btn-secondary-outline-pricing{color:#cbd5e1;cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:0 0;border:1px solid #94a3b84d;border-radius:12px;align-items:center;gap:.4rem;padding:.85rem 1.75rem;font-size:.92rem;font-weight:600;display:inline-flex}.btn-secondary-outline-pricing:hover{color:#fff;background:#ffffff0f;border-color:#94a3b899}.pricing-trust-chips{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;display:flex}.trust-chip{color:#94a3b8;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}.trust-chip svg{color:#2dd4bf;flex-shrink:0}@media (width<=900px){.pricing-included-grid{grid-template-columns:repeat(2,1fr);max-width:540px}}@media (width<=600px){.pricing-section{padding:3.5rem 0}.pricing-included-grid{grid-template-columns:1fr;gap:1rem;max-width:400px}.pricing-included-card{padding:1.25rem 1rem}.pricing-cta-box-content{padding:1.75rem 1.25rem 1.5rem}.pricing-cta-box-content h3{font-size:1.2rem}.pricing-cta-buttons{flex-direction:column}.btn-whatsapp-pricing,.btn-secondary-outline-pricing{justify-content:center;width:100%}.pricing-trust-chips{gap:.4rem}.trust-chip{padding:.25rem .55rem;font-size:.7rem}}.comparison-slider-wrapper{max-width:860px;margin:2.5rem auto 1.5rem;position:relative}.comparison-slider-labels{justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:0 .5rem;display:flex}.cs-label{letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:800}.cs-label-before{color:#ef4444}.cs-label-after{color:#10b981}.comparison-slider{border:2px solid var(--border-color);cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:none;background:#0f172a;border-radius:20px;width:100%;height:380px;position:relative;overflow:hidden;box-shadow:0 20px 40px -15px #0000002e}.cs-img{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.cs-before-clip{z-index:2;will-change:width;border-right:2px solid #fff;height:100%;position:absolute;top:0;left:0;overflow:hidden}.cs-before-clip .cs-img-before{object-fit:cover;width:860px;max-width:none;height:100%}.cs-overlay-label{z-index:3;pointer-events:none;transition:opacity .2s;position:absolute;top:1rem}.cs-ol-before{left:1rem}.cs-ol-after{right:1rem}.cs-ol-badge{letter-spacing:.05em;-webkit-backdrop-filter:blur(12px);border-radius:30px;align-items:center;padding:.4rem .85rem;font-size:.75rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #00000026}.cs-ol-red{color:#fff;background:#ef444440;border:1px solid #ef444480}.cs-ol-green{color:#fff;background:#10b98140;border:1px solid #10b98180}.cs-handle{z-index:4;pointer-events:none;background:#fff;width:2px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.cs-handle-knob{color:#0d9488;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #0000004d,0 0 0 4px #0d948866}.cs-hint{text-align:center;color:var(--text-muted);margin-top:.75rem;font-size:.82rem;font-weight:600}@media (width<=768px){.comparison-slider{border-radius:16px;height:260px}.cs-before-clip .cs-img-before{width:100vw}.cs-handle-knob{width:36px;height:36px}.cs-handle-knob svg{width:16px;height:16px}}
