@import"https://fonts.googleapis.com/css2?family=Jura:wght@300..700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Jura,sans-serif;line-height:1.6;color:#333}.lekton-regular{font-family:Lekton,monospace;font-weight:400;font-style:normal}.lekton-bold{font-family:Lekton,monospace;font-weight:700;font-style:normal}.lekton-regular-italic{font-family:Lekton,monospace;font-weight:400;font-style:italic}:root{--primary-50: #E6F9FB;--primary-500: #05ABC4;--primary-600: #04899D;--primary-700: #036776;--secondary-500: #286181;--secondary-600: #204E67}header{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:50}nav{max-width:1280px;margin:0 auto;padding:0 1rem}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-500),var(--secondary-500));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:12px}.logo-text{font-size:1.25rem;font-weight:700;color:#111}.nav-links{display:none;gap:1rem}.nav-links a{color:#666;text-decoration:none;padding:.5rem .75rem;border-radius:6px;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-600)}.auth-buttons{display:flex;align-items:center;gap:1rem}.btn-signin{color:#666;text-decoration:none;padding:.5rem .75rem;border-radius:6px;font-weight:500;transition:color .3s}.btn-signin:hover{color:var(--primary-600)}.btn-primary{background:var(--primary-600);color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:8px;font-weight:500;transition:background-color .3s}.btn-primary:hover{background:var(--primary-700)}.hero{position:relative;overflow:hidden;padding:4rem 1rem}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1280px;margin:0 auto}.hero-content{text-align:left}.hero-image{display:flex;justify-content:center;align-items:center}.hero-container{max-width:1280px;margin:0 auto;text-align:center}.hero h1{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:1.5rem}.hero .gradient-text{background:linear-gradient(135deg,var(--primary-600),var(--secondary-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:#666;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.btn-large{padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary-large{background:var(--primary-600);color:#fff}.btn-primary-large:hover{background:var(--primary-700)}.btn-outline{border:2px solid var(--primary-600);color:var(--primary-600);background:transparent}.btn-outline:hover{background:var(--primary-600);color:#fff}.features{padding:5rem 1rem;background:#fff}.features-container{max-width:1280px;margin:0 auto;text-align:center}.features h2{font-size:2rem;font-weight:700;color:#111;margin-bottom:1rem}.features .subtitle{font-size:1.125rem;color:#666;margin-bottom:4rem;max-width:32rem;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{text-align:center;padding:1.5rem}.feature-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.feature-icon.primary{background:linear-gradient(135deg,var(--primary-500),var(--primary-600))}.feature-icon.secondary{background:linear-gradient(135deg,var(--secondary-500),var(--secondary-600))}.feature-icon.green{background:linear-gradient(135deg,#10b981,#059669)}.feature-icon.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.feature-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.feature-icon.mixed{background:linear-gradient(135deg,var(--primary-500),var(--secondary-500))}.feature-card h3{font-size:1.25rem;font-weight:600;color:#111;margin-bottom:.5rem}.feature-card p{color:#666}.how-it-works{padding:5rem 1rem;background:#f9fafb}.how-it-works-container{max-width:1280px;margin:0 auto;text-align:center}.how-it-works h2{font-size:2rem;font-weight:700;color:#111;margin-bottom:1rem}.how-it-works .subtitle{font-size:1.125rem;color:#666;margin-bottom:4rem;max-width:32rem;margin-left:auto;margin-right:auto}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.step{text-align:center}.step-number{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;font-size:1.5rem;font-weight:700}.step-number.step1{background:var(--primary-600)}.step-number.step2{background:var(--secondary-600)}.step-number.step3{background:#10b981}.step h3{font-size:1.25rem;font-weight:600;color:#111;margin-bottom:.5rem}.step p{color:#666}.cta{padding:5rem 1rem;background:linear-gradient(135deg,var(--primary-600),var(--secondary-600));color:#fff;text-align:center}.cta-container{max-width:1280px;margin:0 auto}.cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto;opacity:.9}.cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.btn-white{background:#fff;color:var(--primary-600)}.btn-white:hover{background:#f3f4f6}.btn-outline-white{border:2px solid white;color:#fff;background:transparent}.btn-outline-white:hover{background:#fff;color:var(--primary-600)}footer{background:#111827;color:#fff;padding:3rem 1rem}.footer-container{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand{grid-column:span 2}.footer-logo{display:flex;align-items:center;margin-bottom:1rem}.footer-logo-icon{width:32px;height:32px;background:linear-gradient(135deg,var(--primary-500),var(--secondary-500));border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:8px}.footer-logo-text{font-size:1.25rem;font-weight:700}.footer-brand p{color:#9ca3af;margin-bottom:1rem}.footer-section h3{font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.hero{padding:3rem 1rem}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content{text-align:center}.hero-buttons{justify-content:center}.hero-image img{max-width:350px}}@media (min-width: 640px){.hero-buttons{flex-direction:row;justify-content:flex-start}.cta-buttons{flex-direction:row;justify-content:center}}@media (min-width: 768px){.nav-links{display:flex}.hero h1{font-size:3.75rem}.features h2,.how-it-works h2,.cta h2{font-size:2.5rem}.footer-brand{grid-column:span 1}}.page-card,.record-card,.appointment-card,.doctor-card,.doctor-profile-card,.booking-calendar,.payment-card,.chat-container{box-shadow:0 8px 24px #00000014}
