.hero-section{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:120px 0;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23e2e8f0" fill-opacity="0.3"><circle cx="30" cy="30" r="2"/></g></svg>') repeat}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:3rem;line-height:1.6}.qr-section{margin-top:2rem}.qr-codes{display:flex;gap:2rem}.qr-item{text-align:center}.qr-placeholder{width:120px;height:120px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;margin-bottom:.5rem}.qr-code{width:80px;height:80px;background:linear-gradient(45deg,#2563eb,#0ea5e9);border-radius:8px;position:relative}.qr-code:after{content:"QR";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:.75rem}.qr-item p{font-size:.875rem;color:#64748b;font-weight:500}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.app-preview{position:relative;transform:perspective(1000px) rotateY(-15deg) rotateX(5deg)}.phone-mockup{width:280px;height:560px;background:linear-gradient(145deg,#1e293b,#334155);border-radius:30px;padding:8px;box-shadow:0 25px 50px #0000004d;position:relative}.phone-screen{width:100%;height:100%;background:#fff;border-radius:22px;overflow:hidden;position:relative}.status-bar{height:30px;background:#2563eb;width:100%}.app-header{padding:20px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;text-align:center}.app-header h3{font-size:1.5rem;font-weight:700}.app-interface{height:100%;display:flex;flex-direction:column}.app-features{flex:1;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.feature-item{background:#f8fafc;padding:1rem;border-radius:12px;border-left:4px solid #2563eb;font-weight:500;color:#334155}.floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.floating-card{position:absolute;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 8px 25px #00000026;min-width:160px;animation:float 3s ease-in-out infinite}.floating-card.appointment{top:-20px;right:-40px;animation-delay:0s}.floating-card.reminder{bottom:100px;left:-60px;animation-delay:1s}.floating-card.emergency{top:200px;right:-80px;animation-delay:2s}.card-icon{font-size:1.5rem;margin-bottom:.5rem}.floating-card p{font-weight:600;font-size:.875rem;color:#1e293b;margin-bottom:.25rem}.floating-card span{font-size:.75rem;color:#64748b}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-title{font-size:2.5rem}.app-preview{transform:none;scale:.8}.qr-codes{justify-content:center}}@media (max-width: 640px){.hero-section{padding:80px 0}.hero-title{font-size:2rem}.qr-codes{flex-direction:column;align-items:center;gap:1rem}.app-preview{scale:.7}}.features-section{background:linear-gradient(to bottom,#fff,#f8fafc);padding:6rem 0;position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;width:1000px;height:1000px;border-radius:50%;background:linear-gradient(135deg,#2563eb0d,#0ea5e90d);top:-400px;right:-300px;z-index:0}.features-section:after{content:"";position:absolute;width:800px;height:800px;border-radius:50%;background:linear-gradient(135deg,#0ea5e90d,#06b6d40d);bottom:-300px;left:-200px;z-index:0}.features-section .container{position:relative;z-index:1}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:48px}@media (max-width: 900px){.features-grid{grid-template-columns:1fr;gap:2.5rem}}.feature-category{position:relative;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.feature-category:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.feature-category:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#0ea5e9);transform:scaleX(0);transition:transform .5s ease}.feature-category:hover:before{transform:scaleX(1)}.category-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:2rem 2rem 0}.category-icon{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.feature-category:hover .category-icon{transform:scale(1.1) rotate(5deg)}.section-title{font-size:2.5rem;font-weight:800;color:#1e293b;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{font-size:1.125rem;color:#64748b;text-align:center;max-width:800px;margin:0 auto;line-height:1.6}.category-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.category-description{font-size:1rem;color:#64748b;line-height:1.5}.features-list{list-style:none;display:flex;flex-direction:column;gap:1rem;padding:0 2rem 2rem}.feature-item{display:flex;align-items:center;gap:1rem;font-size:.9375rem;color:#334155;padding:.75rem;transition:all .3s ease;border-radius:8px;background:#ffffff80}.feature-item:hover{color:#2563eb;transform:translate(8px);background:#2563eb0d}.feature-check{width:20px;height:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}@media (max-width: 640px){.features-grid{grid-template-columns:1fr}.category-header{flex-direction:column;text-align:center}.category-icon{margin:0 auto}}.how-it-works-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:4rem;position:relative}.step-item{text-align:center;position:relative}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 25px #2563eb4d;position:relative;z-index:2}.step-content{position:relative;z-index:2}.step-icon{font-size:3rem;margin-bottom:1rem;display:block}.step-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.step-description{color:#64748b;line-height:1.6;max-width:280px;margin:0 auto}.step-connector{position:absolute;top:40px;right:-1.5rem;width:3rem;height:2px;z-index:1}.connector-line{width:100%;height:2px;background:linear-gradient(90deg,#2563eb,#0ea5e9);position:relative}.connector-arrow{position:absolute;top:-8px;right:-5px;color:#2563eb;font-size:1.2rem;font-weight:700}.cta-section{text-align:center;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 968px){.steps-container{grid-template-columns:repeat(2,1fr);gap:2rem}.step-connector{display:none}}@media (max-width: 640px){.steps-container{grid-template-columns:1fr;gap:3rem}.step-number{width:60px;height:60px;font-size:1.5rem}.step-icon{font-size:2.5rem}.step-title{font-size:1.25rem}.cta-section{flex-direction:column;align-items:center}}.stats-section{background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.stat-item{text-align:center;padding:3rem 2rem;position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb0d,#0ea5e90d);opacity:0;transition:opacity .3s ease}.stat-item:hover:before{opacity:1}.stat-icon{font-size:3rem;margin-bottom:1rem;display:block}.stat-number{font-size:3rem;font-weight:800;color:#2563eb;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.stat-description{font-size:.875rem;color:#64748b;line-height:1.5}.testimonial-section{max-width:800px;margin:0 auto}.testimonial{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:none;padding:3rem;position:relative}.testimonial:before{content:'"';position:absolute;top:1rem;left:2rem;font-size:4rem;color:#2563eb;font-family:serif;opacity:.3}.testimonial-content p{font-size:1.125rem;color:#334155;line-height:1.7;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.author-name{font-weight:700;color:#1e293b;margin-bottom:.25rem}.author-title{font-size:.875rem;color:#64748b}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item{padding:2rem 1rem}.stat-number{font-size:2.5rem}.testimonial{padding:2rem}.testimonial-content p{font-size:1rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.testimonial-author{flex-direction:column;text-align:center}}.contact-section{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-form-container{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 40px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem}.info-icon{font-size:1.5rem;width:50px;height:50px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-item h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.info-item p{color:#334155;margin-bottom:.25rem;line-height:1.5}.info-item span{font-size:.875rem;color:#64748b}.business-hours{padding:2rem}.business-hours h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center}.hours-list{display:flex;flex-direction:column;gap:.75rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.hours-item:last-child{border-bottom:none}.hours-item span:first-child{color:#334155;font-weight:500}.hours-item span:last-child{color:#64748b;font-size:.875rem}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 640px){.contact-form-container{padding:2rem}.info-item{padding:1rem}.business-hours{padding:1.5rem}.hours-item{flex-direction:column;align-items:flex-start;gap:.25rem}}.footer{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff;padding:5rem 0 1.5rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(14,165,233,.5),transparent)}.footer-wave{position:absolute;top:-5px;left:0;width:100%;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%231a202c'%3E%3C/path%3E%3C/svg%3E");background-size:1200px 100%}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;position:relative;z-index:1}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-brand{margin-bottom:2rem}.brand-name{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#0ea5e9,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;position:relative;display:inline-block}.brand-name:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:3px;background:linear-gradient(90deg,#0ea5e9,transparent);border-radius:3px}.brand-tagline{font-size:1.1rem;color:#0ea5e9;font-weight:600;margin-bottom:1rem}.brand-description{color:#cbd5e1;line-height:1.6;font-size:.95rem;position:relative;padding-left:1.5rem}.brand-description:before{content:"";position:absolute;left:0;top:8px;height:60%;width:3px;background:linear-gradient(to bottom,#0ea5e9,transparent);border-radius:3px}.download-section h4,.section-title{font-size:1rem;font-weight:700;color:#fff!important;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:2px;background:#0ea5e9;border-radius:2px}.download-buttons{display:flex;flex-direction:column;gap:1rem}.download-btn{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.2rem;background:#ffffff14;border-radius:12px;text-decoration:none;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 6px #0000001a}.download-btn:hover{background:#0ea5e926;transform:translateY(-3px);box-shadow:0 6px 12px #00000026;border-color:#0ea5e933}.download-icon{font-size:1.5rem;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.download-btn small{display:block;font-size:.75rem;color:#cbd5e1}.download-btn strong{display:block;font-weight:600;color:#fff}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.9rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:all .3s ease;font-size:.95rem;position:relative;padding-left:1rem}.footer-links a:before{content:"→";position:absolute;left:-10px;opacity:0;color:#0ea5e9;transition:all .3s ease}.footer-links a:hover{color:#0ea5e9;padding-left:1.5rem}.footer-links a:hover:before{opacity:1;left:0}.social-links{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.social-link{width:50px;height:50px;background:#ffffff14;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.4rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.social-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(14,165,233,.2),transparent);opacity:0;transition:opacity .3s ease}.social-link:hover{transform:translateY(-5px) rotate(5deg);box-shadow:0 8px 15px #0003}.social-link:hover:before{opacity:1}.social-tooltip{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.social-link:hover .social-tooltip{opacity:1}.contact-info{display:flex;flex-direction:column;gap:.8rem}.contact-info p{color:#cbd5e1;font-size:.9rem;line-height:1.5;display:flex;align-items:center;gap:.5rem}.contact-icon{font-size:1.1rem;filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;position:relative;z-index:1}.copyright p,.footer-tagline p{color:#94a3b8;font-size:.9rem;margin:0}.heart{display:inline-block;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.footer-tagline p{text-align:right}@media (max-width: 968px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-bottom{flex-direction:column;text-align:center}.footer-tagline p{text-align:center}}@media (max-width: 640px){.footer{padding:3.5rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.download-buttons{flex-direction:row;flex-wrap:wrap}.download-btn{flex:1;min-width:160px}.social-links{justify-content:center}.contact-info{text-align:center}.contact-info p{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1e293b;background-color:#fff}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;text-align:center;color:#64748b;max-width:600px;margin:0 auto 3rem;line-height:1.5}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0}.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.fade-in{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
