*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #2563eb;--primary-blue-hover: #1d4ed8;--gradient-start: #3b82f6;--gradient-end: #2563eb;--text-dark: #1f2937;--text-gray: #6b7280;--text-light: #9ca3af;--bg-white: #ffffff;--bg-gray-50: #f9fafb;--bg-gray-100: #f3f4f6;--bg-gray-900: #111827;--border-gray: #e5e7eb;--success-green: #10b981;--warning-yellow: #f59e0b}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.gradient-text{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:var(--primary-blue);color:#fff}.btn-primary:hover{background:var(--primary-blue-hover);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background:#fff;color:var(--primary-blue);border:2px solid transparent}.btn-secondary:hover{background:#f8fafc;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-outline:hover{background:var(--primary-blue);color:#fff}.btn-outline-white{background:transparent;color:#fff;border:2px solid white}.btn-outline-white:hover{background:#fff;color:var(--primary-blue)}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.btn-text{background:none;border:none;color:var(--primary-blue);font-weight:600;cursor:pointer;padding:0}.btn-text:hover{text-decoration:underline}.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease;background:transparent}.header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;height:6rem}.logo img{height:5rem;width:auto}@media (min-width: 768px){.header-content{height:7rem}.logo img{height:6rem}}@media (min-width: 1024px){.header-content{height:8rem}.logo img{height:7rem}}.nav-desktop{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-desktop{display:flex}}.nav-link{font-size:.875rem;font-weight:500;color:var(--text-gray);text-decoration:none;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--primary-blue)}.menu-toggle{display:block;padding:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-gray)}@media (min-width: 768px){.menu-toggle{display:none}}.nav-mobile{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;background:#fff;border-top:1px solid var(--border-gray)}@media (min-width: 768px){.nav-mobile{display:none}}.footer{background:var(--bg-gray-900);color:#fff;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-logo{height:4rem;width:auto;margin-bottom:1rem}.footer-description{color:#d1d5db;font-size:.875rem;margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-link{color:#9ca3af;transition:color .3s ease}.social-link:hover{color:var(--primary-blue)}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a,.footer-links span{color:#d1d5db;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#d1d5db;font-size:.875rem}.contact-item svg{color:var(--primary-blue)}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.875rem}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#eff6ff,#fff);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.hero-content{padding:2rem 0}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--text-dark)}@media (min-width: 768px){.hero-title{font-size:3.75rem}}.hero-description{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.hero-trust{display:flex;align-items:center;gap:1.5rem}.stars{color:#fbbf24;font-size:1.25rem}.hero-image{position:relative}.dashboard-image{border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;width:100%;height:auto}.stats{padding:4rem 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}@media (min-width: 768px){.stat-number{font-size:3rem}}.stat-label{color:var(--text-gray)}.products{padding:5rem 0;background:var(--bg-gray-50)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}@media (min-width: 768px){.section-title{font-size:2.5rem}}.section-description{font-size:1.25rem;color:var(--text-gray);max-width:48rem;margin:0 auto}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.product-icon{font-size:3rem;margin-bottom:1rem}.product-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark)}.product-description{color:var(--text-gray);margin-bottom:1.5rem}.product-features{list-style:none;display:flex;flex-direction:column;gap:.5rem}.product-features li{display:flex;align-items:center;font-size:.875rem;color:var(--text-gray)}.checkmark{color:var(--success-green);margin-right:.5rem;font-weight:700}.section-cta{text-align:center}.testimonials{padding:5rem 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--bg-gray-50);border-radius:1rem;padding:2rem;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-stars{color:#fbbf24;margin-bottom:1rem;font-size:1.25rem}.testimonial-content{font-style:italic;color:var(--text-gray);margin-bottom:1.5rem}.author-name{font-weight:600;color:var(--text-dark)}.author-role{font-size:.875rem;color:var(--text-gray)}.author-clinic{font-size:.875rem;color:var(--primary-blue)}.cta{padding:5rem 0;background:var(--primary-blue);color:#fff}.cta-content{text-align:center}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.cta-title{font-size:2.5rem}}.cta-description{font-size:1.25rem;color:#ffffffe6;max-width:48rem;margin:0 auto 2rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.cta-buttons{flex-direction:row}}.page-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#eff6ff,#fff);text-align:center}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark)}@media (min-width: 768px){.page-title{font-size:3rem}}.page-description{font-size:1.25rem;color:var(--text-gray);max-width:48rem;margin:0 auto}.products-detail{padding:5rem 0}.product-detail{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:5rem}@media (min-width: 1024px){.product-detail{grid-template-columns:repeat(2,1fr)}.product-detail.reverse .product-detail-content{order:2}}.product-detail-icon{display:inline-flex;width:4rem;height:4rem;border-radius:1rem;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem}.product-detail-icon.blue{background:#dbeafe;color:var(--primary-blue)}.product-detail-icon.green{background:#d1fae5;color:#059669}.product-detail-icon.purple{background:#e9d5ff;color:#9333ea}.product-detail-icon.orange{background:#fed7aa;color:#ea580c}.product-detail-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.product-detail-subtitle{font-size:1.125rem;color:var(--primary-blue);font-weight:600;margin-bottom:1rem}.product-detail-description{font-size:1.125rem;color:var(--text-gray);line-height:1.6;margin-bottom:2rem}.product-benefits{margin-bottom:2rem}.product-benefits h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.benefits-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}.benefit-item{display:flex;align-items:center;gap:.5rem}.features-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a}.features-card h3{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-dark)}.features-list{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.features-list{grid-template-columns:repeat(2,1fr)}}.feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--text-gray)}.integration-section{padding:5rem 0;background:var(--bg-gray-50)}.integration-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.integration-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.integration-grid{grid-template-columns:repeat(4,1fr)}}.integration-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;transition:transform .3s ease}.integration-card:hover{transform:translateY(-4px)}.integration-icon{font-size:3rem;margin-bottom:1rem}.contact-content{padding:5rem 0}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr 1.5fr}}.contact-info-section h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.contact-intro{color:var(--text-gray);margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.contact-method{display:flex;gap:1rem;padding:1.5rem;background:var(--bg-gray-50);border-radius:.5rem}.contact-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.5rem;background:var(--primary-blue);color:#fff;flex-shrink:0}.contact-details h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-dark)}.contact-details p{color:var(--text-gray)}.business-hours{background:var(--bg-gray-50);padding:1.5rem;border-radius:.5rem}.business-hours h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.hours-list{display:flex;flex-direction:column;gap:.5rem}.hours-item{display:flex;justify-content:space-between;font-size:.875rem;color:var(--text-gray)}.form-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a}.form-card h2{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{padding:.75rem;border:1px solid var(--border-gray);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical}.about-content{padding:5rem 0}.about-section{margin-bottom:4rem}.about-section h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.about-section p{font-size:1.125rem;color:var(--text-gray);line-height:1.8;margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width: 768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{background:var(--bg-gray-50);padding:2rem;border-radius:1rem;text-align:center}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.value-card p{font-size:.875rem;color:var(--text-gray)}.blog-content{padding:5rem 0}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.blog-image{position:relative;height:12rem;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover}.blog-category{position:absolute;top:1rem;left:1rem;background:var(--primary-blue);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.blog-content-inner{padding:1.5rem}.blog-date{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.blog-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark)}.blog-excerpt{color:var(--text-gray);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.blog-cta{text-align:center;padding:3rem 0}.blog-cta p{font-size:1.125rem;color:var(--text-gray);margin-bottom:1.5rem}
