*{margin:0;padding:0;box-sizing:border-box;background-color:"#FBFCFE" !important}html{scroll-behavior:smooth}input button textarea select{margin:0;font:inherit}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}a{text-decoration:none}@keyframes example1{from{width:100%;height:100%}to{width:0;height:100%}}input:focus{outline:2px solid var(--Brand-Blue, #1B53F4)}.MuiMenuItem-gutters:hover{color:#1b53f4}.searchInput::placeholder{text-align:center}@media only screen and (max-width: 840px){.d-none{display:none !important}}@media only screen and (max-width: 840px){.d-flex{display:flex !important}}.redColor{color:red !important}@media only screen and (max-width: 640px){.showModal{display:block !important}}.app{color:#1b53f4;min-height:100vh;font:.5833333333 "Raleway Variable",sans-serif}#root{width:100vw}body{overflow-x:hidden}
:root{--landing-white: #ffffff;--landing-bg: #f7f9fc;--landing-blue-50: #eff6ff;--landing-blue-100: #dbeafe;--landing-blue-200: #bfdbfe;--landing-blue-300: #93c5fd;--landing-blue-500: #3b82f6;--landing-blue-600: #2563eb;--landing-blue-700: #1d4ed8;--landing-blue-800: #1e40af;--landing-text: #0f172a;--landing-text-secondary: #475569;--landing-text-muted: #94a3b8;--landing-border: #e2e8f0;--landing-success: #16a34a;--landing-success-bg: #dcfce7;--landing-amber: #f59e0b;--landing-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);--landing-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);--landing-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.08);--landing-radius: 12px}.landing-page{font-family:"Inter",sans-serif;color:var(--landing-text);background:var(--landing-white);overflow-x:hidden}.landing-page *,.landing-page *::before,.landing-page *::after{box-sizing:border-box}.landing-page .landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--landing-border);transition:box-shadow .3s}.landing-page .landing-nav.scrolled{box-shadow:var(--landing-shadow)}.landing-page .nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px}.landing-page .nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--landing-text)}.landing-page .nav-brand .logo{width:36px;height:36px}.landing-page .nav-brand .logo svg{width:100%;height:100%}.landing-page .nav-brand span{font-weight:700;font-size:20px}.landing-page .nav-links{display:flex;align-items:center;gap:24px}.landing-page .nav-links a{text-decoration:none;color:var(--landing-text-secondary);font-size:14px;font-weight:500;transition:color .2s}.landing-page .nav-links a:hover{color:var(--landing-blue-600)}.landing-page .nav-actions{display:flex;align-items:center;gap:12px}.landing-page .nav-user-menu{position:relative}.landing-page .nav-user-btn{display:flex;align-items:center;gap:8px;padding:6px 12px 6px 6px;border:1.5px solid var(--landing-border);border-radius:40px;background:var(--landing-white);cursor:pointer;font-size:14px;font-weight:500;color:var(--landing-text);font-family:"Inter",sans-serif;transition:all .2s}.landing-page .nav-user-btn:hover{border-color:var(--landing-blue-300);background:var(--landing-blue-50)}.landing-page .nav-user-btn svg{color:var(--landing-text-secondary)}.landing-page .nav-user-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--landing-bg)}.landing-page .nav-user-name{max-width:120px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.landing-page .nav-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:var(--landing-white);border:1px solid var(--landing-border);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);overflow:hidden;z-index:9999;animation:dropdown-appear .15s ease}@keyframes dropdown-appear{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.landing-page .nav-dropdown-item{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;color:var(--landing-text);text-decoration:none;cursor:pointer;background:rgba(0,0,0,0);border:none;width:100%;font-family:"Inter",sans-serif;transition:background .15s}.landing-page .nav-dropdown-item svg{flex-shrink:0;color:var(--landing-text-secondary)}.landing-page .nav-dropdown-item:hover{background:var(--landing-blue-50);color:var(--landing-blue-600)}.landing-page .nav-dropdown-item:hover svg{color:var(--landing-blue-600)}.landing-page .nav-dropdown-logout{color:#e53e3e}.landing-page .nav-dropdown-logout svg{color:#e53e3e}.landing-page .nav-dropdown-logout:hover{background:#fff5f5;color:#c53030}.landing-page .nav-dropdown-logout:hover svg{color:#c53030}.landing-page .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .2s;text-decoration:none;font-family:"Inter",sans-serif}.landing-page .btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .btn-ghost{background:rgba(0,0,0,0);color:var(--landing-text-secondary)}.landing-page .btn-ghost:hover{color:var(--landing-blue-600);background:var(--landing-blue-50)}.landing-page .btn-primary{background:var(--landing-blue-600);color:#fff}.landing-page .btn-primary:hover{background:var(--landing-blue-700);transform:translateY(-1px);box-shadow:0 4px 16px rgba(37,99,235,.3)}.landing-page .btn-outline{background:rgba(0,0,0,0);border:1.5px solid var(--landing-border);color:var(--landing-text)}.landing-page .btn-outline:hover{border-color:var(--landing-blue-600);color:var(--landing-blue-600);background:var(--landing-blue-50)}.landing-page .btn-lg{padding:14px 28px;font-size:15px;border-radius:12px}.landing-page .btn-white{background:#fff;color:var(--landing-blue-600);font-weight:600}.landing-page .btn-white:hover{background:var(--landing-blue-50);transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.landing-page .hero{padding:120px 24px 60px;text-align:center;position:relative;overflow:hidden;background:linear-gradient(180deg, var(--landing-blue-50) 0%, var(--landing-white) 100%)}.landing-page .hero::before{content:"";position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);top:-300px;left:50%;transform:translateX(-50%)}.landing-page .hero h1{font-size:52px;font-weight:800;line-height:1.1;max-width:720px;margin:0 auto 16px;letter-spacing:-1.5px}.landing-page .hero h1 .highlight{background:linear-gradient(135deg, var(--landing-blue-600), var(--landing-blue-500));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.landing-page .hero>p{font-size:18px;line-height:1.7;color:var(--landing-text-secondary);max-width:560px;margin:0 auto 32px}.landing-page .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--landing-white);border:1px solid var(--landing-border);border-radius:24px;font-size:13px;font-weight:500;color:var(--landing-text-secondary);margin-bottom:20px;box-shadow:var(--landing-shadow-sm)}.landing-page .hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--landing-success);animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}.landing-page .search-bar{max-width:720px;margin:0 auto 40px;background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;padding:6px;display:flex;box-shadow:var(--landing-shadow-lg)}.landing-page .search-bar input{flex:1;padding:12px 16px;border:none;outline:none;font-size:15px;font-family:"Inter",sans-serif;background:rgba(0,0,0,0);color:var(--landing-text)}.landing-page .search-bar input::placeholder{color:var(--landing-text-muted)}.landing-page .search-bar .search-btn{padding:12px 28px;border-radius:12px;background:var(--landing-blue-600);color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:600;font-family:"Inter",sans-serif;display:flex;align-items:center;gap:8px;transition:all .2s}.landing-page .search-bar .search-btn:hover{background:var(--landing-blue-700)}.landing-page .search-bar .search-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .trust-row{display:flex;gap:40px;justify-content:center;align-items:center;flex-wrap:wrap;padding-bottom:8px}.landing-page .trust-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--landing-text-secondary)}.landing-page .trust-item svg{width:20px;height:20px;fill:none;stroke:var(--landing-blue-600);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .trust-item strong{color:var(--landing-text);font-weight:700}.landing-page section{padding:80px 24px}.landing-page .section-container{max-width:1280px;margin:0 auto}.landing-page .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.landing-page .section-header h2{font-size:24px;font-weight:700;letter-spacing:-0.3px}.landing-page .section-header a{font-size:14px;font-weight:600;color:var(--landing-blue-600);text-decoration:none;display:flex;align-items:center;gap:4px}.landing-page .section-header a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .specialties-section{padding-top:0;padding-bottom:0}.landing-page .chips-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.landing-page .chips-row::-webkit-scrollbar{display:none}.landing-page .chip{padding:10px 20px;border-radius:24px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;border:1.5px solid var(--landing-border);background:var(--landing-white);color:var(--landing-text-secondary)}.landing-page .chip:hover{border-color:var(--landing-blue-300);color:var(--landing-blue-600);background:var(--landing-blue-50)}.landing-page .chip.active{background:var(--landing-blue-600);color:#fff;border-color:var(--landing-blue-600)}.landing-page .chip svg{width:14px;height:14px;display:inline;vertical-align:middle;margin-right:4px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .doctors-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));gap:16px}.landing-page .doctors-cta{text-align:center;margin-top:24px}.landing-page .doctors-cta .btn-outline-lg{display:inline-flex;align-items:center;gap:6px;padding:12px 32px;border:2px solid var(--landing-accent);color:var(--landing-accent);background:rgba(0,0,0,0);border-radius:12px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s}.landing-page .doctors-cta .btn-outline-lg svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .doctors-cta .btn-outline-lg:hover{background:var(--landing-accent);color:#fff}.landing-page .all-doctors-section{background:var(--landing-bg-alt, #f7f8fc);padding:48px 0}.landing-page .all-doctors-section .section-container{max-width:1100px;margin:0 auto;padding:0 24px}.landing-page .all-doctors-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.landing-page .all-doctors-section .section-header h2{font-size:24px;font-weight:800;color:var(--landing-text)}.landing-page .all-doctors-section .section-header a{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--landing-accent);text-decoration:none;transition:opacity .2s}.landing-page .all-doctors-section .section-header a svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .all-doctors-section .section-header a:hover{opacity:.7}.landing-page .all-doctors-section .dl-list{display:flex;flex-direction:column;gap:12px}.landing-page .all-doctors-section .doctors-cta{margin-top:28px}.landing-page .doctor-card{background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;padding:20px;display:flex;gap:16px;transition:all .25s;cursor:pointer;position:relative}.landing-page .doctor-card:hover{border-color:var(--landing-blue-200);box-shadow:var(--landing-shadow-lg);transform:translateY(-2px)}.landing-page .doctor-avatar{width:80px;height:80px;border-radius:14px;object-fit:cover;background:var(--landing-bg);flex-shrink:0}.landing-page .doctor-avatar-placeholder{width:80px;height:80px;border-radius:14px;background:linear-gradient(135deg, var(--landing-blue-100), var(--landing-blue-200));display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .doctor-avatar-placeholder svg{width:32px;height:32px;fill:none;stroke:var(--landing-blue-500);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.landing-page .doctor-info{flex:1;min-width:0}.landing-page .doctor-name{font-size:16px;font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.landing-page .doctor-name .verified{width:18px;height:18px;fill:var(--landing-blue-600);flex-shrink:0}.landing-page .doctor-specs{font-size:13px;color:var(--landing-text-secondary);margin-bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.landing-page .doctor-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.landing-page .doctor-rating{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--landing-text)}.landing-page .doctor-rating svg{width:14px;height:14px;fill:var(--landing-amber);stroke:var(--landing-amber);stroke-width:1}.landing-page .doctor-location{font-size:12px;color:var(--landing-text-muted);display:flex;align-items:center;gap:4px}.landing-page .doctor-location svg{width:12px;height:12px;fill:none;stroke:var(--landing-text-muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .doctor-lang{font-size:11px;padding:2px 8px;border-radius:6px;background:var(--landing-blue-50);color:var(--landing-blue-600);font-weight:500}.landing-page .doctor-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.landing-page .doctor-price{font-size:18px;font-weight:700;color:var(--landing-text)}.landing-page .doctor-price span{font-size:12px;color:var(--landing-text-muted);font-weight:400}.landing-page .doctor-slot{font-size:12px;color:var(--landing-success);font-weight:500;display:flex;align-items:center;gap:4px}.landing-page .doctor-slot svg{width:12px;height:12px;fill:none;stroke:var(--landing-success);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .doctor-book-btn{padding:8px 16px;border-radius:8px;background:var(--landing-blue-600);color:#fff;border:none;cursor:pointer;font-size:12px;font-weight:600;font-family:"Inter",sans-serif;transition:all .2s}.landing-page .doctor-book-btn:hover{background:var(--landing-blue-700)}.landing-page .top-doctors-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.landing-page .top-doctors-scroll::-webkit-scrollbar{display:none}.landing-page .top-doctor-card{min-width:200px;max-width:200px;background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;padding:20px;text-align:center;flex-shrink:0;transition:all .25s;cursor:pointer;position:relative}.landing-page .top-doctor-card:hover{border-color:var(--landing-blue-200);box-shadow:var(--landing-shadow-lg);transform:translateY(-2px)}.landing-page .top-doctor-card .td-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;margin:0 auto 12px;display:block;background:var(--landing-bg)}.landing-page .top-doctor-card .td-avatar-placeholder{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg, var(--landing-blue-100), var(--landing-blue-200));display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.landing-page .top-doctor-card .td-avatar-placeholder svg{width:28px;height:28px;fill:none;stroke:var(--landing-blue-500);stroke-width:1.5}.landing-page .top-doctor-card .td-name{font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.landing-page .top-doctor-card .td-spec{font-size:12px;color:var(--landing-text-secondary);margin-bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.landing-page .top-doctor-card .td-rating{display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px;font-weight:600}.landing-page .top-doctor-card .td-rating svg{width:14px;height:14px;fill:var(--landing-amber);stroke:var(--landing-amber);stroke-width:1}.landing-page .how-section{background:var(--landing-bg)}.landing-page .how-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.landing-page .how-step{background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;padding:28px 20px;text-align:center;position:relative}.landing-page .how-step .step-num{width:40px;height:40px;border-radius:50%;background:var(--landing-blue-600);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;margin:0 auto 12px}.landing-page .how-step h4{font-size:14px;font-weight:600;margin-bottom:6px}.landing-page .how-step p{font-size:13px;color:var(--landing-text-secondary);line-height:1.5}.landing-page .advantages-section{background:var(--landing-white)}.landing-page .advantages-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px}.landing-page .advantage-card{background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:14px;padding:24px;transition:all .3s}.landing-page .advantage-card:hover{background:var(--landing-white);box-shadow:var(--landing-shadow);transform:translateY(-2px)}.landing-page .advantage-card h3{font-size:15px;font-weight:600;margin-bottom:6px}.landing-page .advantage-card p{font-size:13px;color:var(--landing-text-secondary);line-height:1.5}.landing-page .advantage-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.landing-page .advantage-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .a-blue .advantage-icon{background:var(--landing-blue-100);color:var(--landing-blue-600)}.landing-page .a-green .advantage-icon{background:var(--landing-success-bg);color:var(--landing-success)}.landing-page .a-purple .advantage-icon{background:#f3e8ff;color:#7c3aed}.landing-page .a-amber .advantage-icon{background:#fef3c7;color:#d97706}.landing-page .a-rose .advantage-icon{background:#ffe4e6;color:#e11d48}.landing-page .a-teal .advantage-icon{background:#ccfbf1;color:#0d9488}.landing-page .health-section{background:var(--landing-bg);position:relative;overflow:hidden}.landing-page .health-section::before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);bottom:-300px;right:-200px}.landing-page .health-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center}.landing-page .health-content h2{font-size:32px;font-weight:800;letter-spacing:-0.5px;margin-bottom:16px;line-height:1.2}.landing-page .health-content h2 .highlight{background:linear-gradient(135deg, var(--landing-blue-600), var(--landing-blue-500));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.landing-page .health-content>p{font-size:15px;color:var(--landing-text-secondary);line-height:1.7;margin-bottom:28px;max-width:440px}.landing-page .health-features{display:flex;flex-direction:column;gap:16px}.landing-page .health-feature{display:flex;gap:14px;align-items:flex-start}.landing-page .health-feature .hf-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .health-feature .hf-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .health-feature h4{font-size:14px;font-weight:600;margin-bottom:2px}.landing-page .health-feature p{font-size:13px;color:var(--landing-text-secondary);line-height:1.5}.landing-page .health-dashboard{position:relative;z-index:1}.landing-page .hd-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:14px}.landing-page .hd-card{background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;padding:18px;box-shadow:0 2px 12px rgba(0,0,0,.04);transition:transform .25s,box-shadow .25s}.landing-page .hd-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.landing-page .hd-card-wide{grid-column:1/-1}.landing-page .hd-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.landing-page .hd-card-title{font-size:12px;font-weight:600;color:var(--landing-text-muted);text-transform:uppercase;letter-spacing:.5px}.landing-page .hd-card-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:20px}.landing-page .hd-badge-green{background:#dcfce7;color:#16a34a}.landing-page .hd-badge-blue{background:var(--landing-blue-100);color:var(--landing-blue-600)}.landing-page .hd-badge-amber{background:#fef3c7;color:#d97706}.landing-page .hd-score-wrap{display:flex;align-items:center;gap:20px}.landing-page .hd-donut{position:relative;width:100px;height:100px;flex-shrink:0}.landing-page .hd-donut svg{width:100%;height:100%;transform:rotate(-90deg)}.landing-page .hd-donut-track{fill:none;stroke:#e5e7eb;stroke-width:8}.landing-page .hd-donut-fill{fill:none;stroke-width:8;stroke-linecap:round;stroke-dasharray:251;transition:stroke-dashoffset 1.5s ease}.landing-page .hd-donut-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing-page .hd-donut-num{font-size:24px;font-weight:800;color:var(--landing-text);line-height:1}.landing-page .hd-donut-sub{font-size:10px;color:var(--landing-text-muted);margin-top:2px}.landing-page .hd-score-details{display:flex;flex-direction:column;gap:8px}.landing-page .hd-score-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--landing-text-secondary)}.landing-page .hd-score-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.landing-page .hd-metric-value{font-size:28px;font-weight:800;color:var(--landing-text);line-height:1;margin-bottom:2px}.landing-page .hd-metric-unit{font-size:14px;font-weight:500;color:var(--landing-text-muted)}.landing-page .hd-metric-change{font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:3px;margin-top:4px}.landing-page .hd-change-up{color:#16a34a}.landing-page .hd-change-down{color:#e11d48}.landing-page .hd-change-stable{color:var(--landing-text-muted)}.landing-page .hd-sparkline{margin-top:10px;width:100%;height:40px}.landing-page .hd-sparkline polyline{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .hd-sparkline .spark-area{stroke:none;opacity:.12}.landing-page .hd-user{display:flex;align-items:center;gap:14px}.landing-page .hd-user-avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg, var(--landing-blue-500), var(--landing-blue-600));display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .hd-user-avatar svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .hd-user-name{font-size:15px;font-weight:700;color:var(--landing-text)}.landing-page .hd-user-id{font-size:11px;color:var(--landing-text-muted)}.landing-page .hd-user-stats{display:flex;gap:16px;margin-left:auto}.landing-page .hd-user-stat{text-align:center}.landing-page .hd-user-stat .num{font-size:18px;font-weight:800;color:var(--landing-blue-600)}.landing-page .hd-user-stat .label{font-size:10px;color:var(--landing-text-muted)}.landing-page .hd-timeline{display:flex;flex-direction:column;gap:10px}.landing-page .hd-timeline-item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:var(--landing-bg);border-radius:10px;font-size:12px;color:var(--landing-text-secondary);transition:background .2s}.landing-page .hd-timeline-item:hover{background:var(--landing-blue-100)}.landing-page .hd-timeline-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.landing-page .hd-timeline-date{margin-left:auto;font-size:10px;color:var(--landing-text-muted);white-space:nowrap}.landing-page .hd-timeline-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-page .facescan-section{background:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);position:relative;overflow:hidden}.landing-page .facescan-section::before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);top:-200px;left:-150px}.landing-page .facescan-section::after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);bottom:-200px;right:-100px}.landing-page .facescan-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.landing-page .facescan-visual{display:flex;align-items:center;justify-content:center;position:relative}.landing-page .fs-face-ring{width:280px;height:280px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.landing-page .fs-face-ring::before{content:"";position:absolute;inset:0;border-radius:50%;border:3px solid rgba(0,0,0,0);border-top-color:#3b82f6;border-right-color:#8b5cf6;animation:fsSpin 3s linear infinite}.landing-page .fs-face-ring::after{content:"";position:absolute;inset:8px;border-radius:50%;border:2px solid rgba(0,0,0,0);border-bottom-color:#06b6d4;border-left-color:#3b82f6;animation:fsSpin 2s linear infinite reverse}@keyframes fsSpin{to{transform:rotate(360deg)}}.landing-page .fs-face-inner{width:220px;height:220px;border-radius:50%;overflow:hidden;position:relative;z-index:1;box-shadow:0 0 40px rgba(59,130,246,.25)}.landing-page .fs-face-inner img{width:100%;height:100%;object-fit:cover;display:block}.landing-page .fs-face-inner::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, transparent 40%, rgba(59, 130, 246, 0.15) 50%, transparent 60%);background-size:100% 200%;animation:fsScanLine 2.5s ease-in-out infinite}@keyframes fsScanLine{0%{background-position:0 -100%}100%{background-position:0 100%}}.landing-page .fs-pulse-ring{position:absolute;inset:-20px;border-radius:50%;border:1px solid rgba(59,130,246,.2);animation:fsPulse 2s ease-in-out infinite}.landing-page .fs-pulse-ring:nth-child(2){inset:-40px;animation-delay:.5s}.landing-page .fs-pulse-ring:nth-child(3){inset:-60px;animation-delay:1s}@keyframes fsPulse{0%,100%{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.03)}}.landing-page .fs-vital-badge{position:absolute;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:8px;z-index:2;animation:fsFloat 3s ease-in-out infinite}.landing-page .fs-vital-badge:nth-child(5){top:10%;right:-10px;animation-delay:0s}.landing-page .fs-vital-badge:nth-child(6){bottom:20%;right:-30px;animation-delay:.8s}.landing-page .fs-vital-badge:nth-child(7){bottom:5%;left:-10px;animation-delay:1.6s}.landing-page .fs-vital-badge:nth-child(8){top:5%;left:-30px;animation-delay:.4s}@keyframes fsFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.landing-page .fs-vital-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .fs-vital-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .fs-vital-info{display:flex;flex-direction:column}.landing-page .fs-vital-label{font-size:10px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.5px}.landing-page .fs-vital-value{font-size:14px;font-weight:700;color:#fff}.landing-page .facescan-content h2{font-size:32px;font-weight:800;letter-spacing:-0.5px;margin-bottom:16px;line-height:1.2;color:#fff}.landing-page .facescan-content h2 .highlight{background:linear-gradient(135deg, #3b82f6, #8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.landing-page .facescan-content>p{font-size:15px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:28px;max-width:460px}.landing-page .fs-features{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px}.landing-page .fs-feat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px;transition:background .2s,border-color .2s}.landing-page .fs-feat:hover{background:rgba(255,255,255,.1);border-color:rgba(59,130,246,.3)}.landing-page .fs-feat h4{font-size:13px;font-weight:600;color:#fff;margin-bottom:3px}.landing-page .fs-feat p{font-size:11px;color:rgba(255,255,255,.45);line-height:1.5}.landing-page .fs-feat-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.landing-page .fs-feat-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .fs-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg, #3b82f6, #8b5cf6);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none}.landing-page .fs-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,.35)}.landing-page .fs-cta-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .ai-section{background:var(--landing-white)}.landing-page .ai-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.landing-page .ai-content h2{font-size:32px;font-weight:800;letter-spacing:-0.5px;margin-bottom:16px;line-height:1.2}.landing-page .ai-content h2 .highlight{background:linear-gradient(135deg, #7c3aed, #a855f7);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.landing-page .ai-content>p{font-size:15px;color:var(--landing-text-secondary);line-height:1.7;margin-bottom:28px;max-width:440px}.landing-page .ai-steps{display:flex;flex-direction:column;gap:14px}.landing-page .ai-step{display:flex;gap:14px;align-items:flex-start}.landing-page .ai-step .step-circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg, #7c3aed, #a855f7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.landing-page .ai-step h4{font-size:14px;font-weight:600;margin-bottom:2px}.landing-page .ai-step p{font-size:13px;color:var(--landing-text-secondary);line-height:1.5}.landing-page .ai-preview{background:linear-gradient(135deg, #f5f3ff, #ede9fe);border:1px solid #ddd6fe;border-radius:20px;padding:24px;position:relative;overflow:hidden}.landing-page .ai-preview::after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:rgba(124,58,237,.06);bottom:-80px;right:-60px}.landing-page .ai-upload-box{background:var(--landing-white);border:2px dashed #c4b5fd;border-radius:14px;padding:28px;text-align:center;margin-bottom:16px;position:relative;z-index:1}.landing-page .ai-upload-box svg{width:36px;height:36px;fill:none;stroke:#7c3aed;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin-bottom:8px}.landing-page .ai-upload-box p{font-size:13px;color:var(--landing-text-secondary)}.landing-page .ai-upload-box .ai-formats{font-size:11px;color:var(--landing-text-muted);margin-top:4px}.landing-page .ai-result-card{background:var(--landing-white);border-radius:14px;padding:16px;box-shadow:var(--landing-shadow-sm);position:relative;z-index:1}.landing-page .ai-result-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:600;color:#7c3aed}.landing-page .ai-result-header svg{width:16px;height:16px;fill:none;stroke:#7c3aed;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .ai-result-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid var(--landing-border);font-size:13px}.landing-page .ai-result-row:last-child{border-bottom:none}.landing-page .ai-result-row .param{color:var(--landing-text-secondary)}.landing-page .ai-result-row .val{font-weight:600}.landing-page .ai-result-row .val.normal{color:var(--landing-success)}.landing-page .ai-result-row .val.warning{color:#d97706}.landing-page .ai-result-row .val.danger{color:#e11d48}.landing-page .clinics-section{background:var(--landing-bg)}.landing-page .clinics-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:16px}.landing-page .clinic-card{background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;overflow:hidden;transition:all .25s;cursor:pointer}.landing-page .clinic-card:hover{border-color:var(--landing-blue-200);box-shadow:var(--landing-shadow-lg);transform:translateY(-2px)}.landing-page .clinic-map{height:120px;background:linear-gradient(135deg, var(--landing-blue-50), var(--landing-blue-100));display:flex;align-items:center;justify-content:center;position:relative}.landing-page .clinic-map svg{width:32px;height:32px;fill:none;stroke:var(--landing-blue-500);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;opacity:.5}.landing-page .clinic-map .pin{position:absolute;top:50%;left:50%;transform:translate(-50%, -60%)}.landing-page .clinic-map .pin svg{opacity:1;stroke:var(--landing-blue-600);width:28px;height:28px}.landing-page .clinic-body{padding:16px}.landing-page .clinic-name{font-size:15px;font-weight:600;margin-bottom:4px}.landing-page .clinic-address{font-size:13px;color:var(--landing-text-secondary);margin-bottom:10px;display:flex;align-items:flex-start;gap:4px}.landing-page .clinic-address svg{width:14px;height:14px;fill:none;stroke:var(--landing-text-muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:2px;flex-shrink:0}.landing-page .clinic-meta{display:flex;gap:12px;flex-wrap:wrap}.landing-page .clinic-tag{font-size:11px;padding:4px 10px;border-radius:8px;font-weight:500}.landing-page .clinic-tag.doctors{background:var(--landing-blue-50);color:var(--landing-blue-600)}.landing-page .clinic-tag.specs{background:var(--landing-success-bg);color:var(--landing-success)}.landing-page .clinic-tag.rating{background:#fef3c7;color:#d97706}.landing-page .news-section{background:var(--landing-white)}.landing-page .news-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}.landing-page .news-card{background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;overflow:hidden;transition:all .25s;cursor:pointer;display:flex;flex-direction:column}.landing-page .news-card:hover{border-color:var(--landing-blue-200);box-shadow:var(--landing-shadow-lg);transform:translateY(-3px)}.landing-page .news-card:hover .news-img img{transform:scale(1.05)}.landing-page .news-img{height:180px;position:relative;overflow:hidden}.landing-page .news-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.landing-page .news-img .news-category{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:8px;font-size:11px;font-weight:600;backdrop-filter:blur(8px)}.landing-page .news-category.cat-health{background:rgba(37,99,235,.85);color:#fff}.landing-page .news-category.cat-tech{background:rgba(124,58,237,.85);color:#fff}.landing-page .news-category.cat-tips{background:rgba(22,163,74,.85);color:#fff}.landing-page .news-category.cat-news{background:rgba(217,119,6,.85);color:#fff}.landing-page .news-body{padding:20px;flex:1;display:flex;flex-direction:column}.landing-page .news-date{font-size:12px;color:var(--landing-text-muted);margin-bottom:8px;display:flex;align-items:center;gap:6px}.landing-page .news-date svg{width:14px;height:14px;fill:none;stroke:var(--landing-text-muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .news-title{font-size:16px;font-weight:600;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-page .news-excerpt{font-size:13px;color:var(--landing-text-secondary);line-height:1.6;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.landing-page .news-read{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:13px;font-weight:600;color:var(--landing-blue-600);text-decoration:none;transition:gap .2s}.landing-page .news-read:hover{gap:10px}.landing-page .news-read svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .news-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.landing-page .news-img-placeholder svg{width:48px;height:48px;fill:none;stroke:rgba(255,255,255,.5);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.landing-page .nip-1{background:linear-gradient(135deg, #3b82f6, #60a5fa)}.landing-page .nip-2{background:linear-gradient(135deg, #7c3aed, #a78bfa)}.landing-page .nip-3{background:linear-gradient(135deg, #16a34a, #4ade80)}.landing-page .cta-section{background:linear-gradient(135deg, var(--landing-blue-700), var(--landing-blue-500));padding:64px 24px;text-align:center;color:#fff;position:relative;overflow:hidden}.landing-page .cta-section::before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.07);top:-250px;right:-100px}.landing-page .cta-section h2{font-size:32px;font-weight:700;margin-bottom:12px;position:relative;z-index:1}.landing-page .cta-section p{font-size:15px;opacity:.85;margin-bottom:24px;max-width:460px;margin-left:auto;margin-right:auto;line-height:1.6;position:relative;z-index:1}.landing-page .cta-actions{display:flex;gap:12px;justify-content:center;position:relative;z-index:1}.landing-page .landing-footer{background:#fff;color:#37373d;padding:48px 24px 24px;border-top:1px solid #e5e7eb}.landing-page .footer-inner{max-width:1280px;margin:0 auto}.landing-page .footer-top{display:grid;grid-template-columns:150px 1fr 1fr 1fr 1fr;gap:30px;margin-bottom:40px}.landing-page .footer-brand{display:flex;flex-direction:column}.landing-page .footer-brand .f-logo{margin-bottom:12px}.landing-page .footer-brand .f-logo svg{width:48px;height:48px}.landing-page .footer-brand p{font-size:12px;color:#505059;line-height:1.5}.landing-page .footer-col h4{font-size:16px;font-weight:700;margin-bottom:12px;color:#37373d}.landing-page .footer-col a{display:block;font-size:14px;color:#505059;text-decoration:none;margin-bottom:8px;transition:color .2s;line-height:1.4}.landing-page .footer-col a:hover{color:#37373d}.landing-page .footer-col .footer-info-text{font-size:14px;color:#505059;margin-bottom:6px;line-height:1.4}.landing-page .footer-contact{display:flex;flex-direction:column}.landing-page .footer-contact .contact-label{font-size:14px;color:#505059;margin-bottom:8px}.landing-page .footer-contact .contact-phone{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:#1b53f4;text-decoration:none;margin-bottom:24px}.landing-page .footer-contact .contact-phone svg{width:18px;height:18px;fill:none;stroke:#1b53f4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .footer-subscribe-title{font-size:16px;font-weight:700;margin-bottom:8px}.landing-page .footer-subscribe-form{display:flex;gap:6px;margin-bottom:16px}.landing-page .footer-subscribe-form input{flex:1;padding:8px 14px;border:1px solid #d1d5db;border-radius:12px;font-size:14px;outline:none;transition:border-color .2s}.landing-page .footer-subscribe-form input:focus{border-color:var(--landing-blue-500)}.landing-page .footer-subscribe-form button{width:40px;height:40px;border:none;background:#1b53f4;color:#fff;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:background .2s}.landing-page .footer-subscribe-form button:hover{background:#1540c0}.landing-page .footer-bottom{border-top:1px solid #e5e7eb;padding-top:20px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px}.landing-page .footer-bottom p{font-size:12px;color:#505059;margin:0}.landing-page .footer-bottom .footer-trademark{font-size:11px;color:#9ca3af;margin-top:4px}.landing-page .footer-legal{display:flex;gap:16px;flex-wrap:wrap}.landing-page .footer-legal a{font-size:11px;color:#9ca3af;text-decoration:none;transition:color .2s}.landing-page .footer-legal a:hover{color:var(--landing-accent)}.landing-page.doctors-list-page{background:var(--landing-bg);min-height:100vh}.landing-page .dl-hero{padding:88px 24px 32px;background:linear-gradient(180deg, var(--landing-blue-50) 0%, var(--landing-bg) 100%);text-align:center}.landing-page .dl-hero h1{font-size:32px;font-weight:800;letter-spacing:-0.5px;margin-bottom:16px}.landing-page .dl-hero h1 .highlight{background:linear-gradient(135deg, var(--landing-blue-600), var(--landing-blue-500));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.landing-page .dl-hero .dl-search-bar{max-width:640px;margin:0 auto 20px;background:var(--landing-white);border:1px solid var(--landing-border);border-radius:14px;padding:5px;display:flex;box-shadow:var(--landing-shadow)}.landing-page .dl-hero .dl-search-bar input{flex:1;padding:10px 14px;border:none;outline:none;font-size:14px;font-family:"Inter",sans-serif;background:rgba(0,0,0,0);color:var(--landing-text)}.landing-page .dl-hero .dl-search-bar input::placeholder{color:var(--landing-text-muted)}.landing-page .dl-hero .dl-search-bar .dl-search-btn{padding:10px 22px;border-radius:10px;background:var(--landing-blue-600);color:#fff;border:none;cursor:pointer;font-size:13px;font-weight:600;font-family:"Inter",sans-serif;display:flex;align-items:center;gap:6px;transition:all .2s}.landing-page .dl-hero .dl-search-bar .dl-search-btn:hover{background:var(--landing-blue-700)}.landing-page .dl-hero .dl-search-bar .dl-search-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dl-chips{display:flex;gap:8px;overflow-x:auto;justify-content:center;padding-bottom:4px;scrollbar-width:none;flex-wrap:wrap}.landing-page .dl-chips::-webkit-scrollbar{display:none}.landing-page .dl-body{max-width:1280px;margin:0 auto;padding:24px;display:grid;grid-template-columns:280px 1fr;gap:24px}@media(max-width: 900px){.landing-page .dl-body{grid-template-columns:1fr}}.landing-page .dl-sidebar{background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;padding:24px;height:fit-content;position:sticky;top:80px;box-shadow:var(--landing-shadow-sm)}@media(max-width: 900px){.landing-page .dl-sidebar{position:static}}.landing-page .dl-sidebar h3{font-size:16px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.landing-page .dl-sidebar h3 svg{width:18px;height:18px;fill:none;stroke:var(--landing-blue-600);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dl-filter-group{margin-bottom:16px}.landing-page .dl-filter-group label{display:block;font-size:12px;font-weight:600;color:var(--landing-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.landing-page .dl-filter-group input,.landing-page .dl-filter-group select{width:100%;padding:10px 12px;border:1px solid var(--landing-border);border-radius:10px;font-size:13px;font-family:"Inter",sans-serif;color:var(--landing-text);outline:none;background:var(--landing-white);transition:border-color .2s}.landing-page .dl-filter-group input:focus,.landing-page .dl-filter-group select:focus{border-color:var(--landing-blue-500);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.landing-page .dl-filter-group input::placeholder,.landing-page .dl-filter-group select::placeholder{color:var(--landing-text-muted)}.landing-page .dl-filter-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%2394a3b8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.landing-page .dl-tags-wrap{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.landing-page .dl-tag{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;border:1px solid var(--landing-border);background:var(--landing-white);color:var(--landing-text-secondary)}.landing-page .dl-tag:hover{border-color:var(--landing-blue-300);color:var(--landing-blue-600)}.landing-page .dl-tag.active{background:var(--landing-blue-600);color:#fff;border-color:var(--landing-blue-600)}.landing-page .dl-clear-btn{background:none;border:none;font-size:12px;color:var(--landing-blue-600);cursor:pointer;text-decoration:underline;padding:0;font-family:"Inter",sans-serif}.landing-page .dl-clear-btn:hover{color:var(--landing-blue-700)}.landing-page .dl-results{min-height:400px}.landing-page .dl-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.landing-page .dl-results-header .dl-count{font-size:14px;color:var(--landing-text-secondary)}.landing-page .dl-results-header .dl-count span{font-weight:700;color:var(--landing-text)}.landing-page .dl-list{display:flex;flex-direction:column;gap:12px}.landing-page .dl-card{background:var(--landing-white);border:1px solid var(--landing-border);border-radius:16px;padding:20px;display:flex;gap:18px;transition:all .25s;cursor:pointer;position:relative}.landing-page .dl-card:hover{border-color:var(--landing-blue-200);box-shadow:var(--landing-shadow-lg);transform:translateY(-2px)}@media(max-width: 600px){.landing-page .dl-card{flex-direction:column}}.landing-page .dl-card-avatar{width:100px;height:100px;border-radius:16px;object-fit:cover;background:linear-gradient(135deg, var(--landing-blue-100), var(--landing-blue-200));flex-shrink:0}@media(max-width: 600px){.landing-page .dl-card-avatar{width:72px;height:72px}}.landing-page .dl-card-avatar-placeholder{width:100px;height:100px;border-radius:16px;background:linear-gradient(135deg, var(--landing-blue-100), var(--landing-blue-200));display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .dl-card-avatar-placeholder svg{width:40px;height:40px;fill:none;stroke:var(--landing-blue-500);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}@media(max-width: 600px){.landing-page .dl-card-avatar-placeholder{width:72px;height:72px}.landing-page .dl-card-avatar-placeholder svg{width:28px;height:28px}}.landing-page .dl-card-body{flex:1;min-width:0;display:flex;flex-direction:column}.landing-page .dl-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px;flex-wrap:wrap;gap:8px}.landing-page .dl-card-name{font-size:18px;font-weight:700;color:var(--landing-text);display:flex;align-items:center;gap:6px}.landing-page .dl-card-name .dl-verified{width:18px;height:18px;color:var(--landing-blue-600);flex-shrink:0}.landing-page .dl-card-name .dl-verified circle,.landing-page .dl-card-name .dl-verified path,.landing-page .dl-card-name .dl-verified polyline{fill:none;stroke:currentColor;stroke-width:2}.landing-page .dl-card-price{font-size:20px;font-weight:800;color:var(--landing-text);white-space:nowrap}.landing-page .dl-card-price span{font-size:12px;color:var(--landing-text-muted);font-weight:400}.landing-page .dl-card-specs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.landing-page .dl-card-specs .dl-spec-tag{font-size:12px;padding:3px 10px;border-radius:8px;background:var(--landing-blue-50);color:var(--landing-blue-600);font-weight:500}.landing-page .dl-card-specs .dl-lang-tag{font-size:11px;padding:3px 8px;border-radius:6px;background:#f0fdf4;color:#16a34a;font-weight:500}.landing-page .dl-card-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:10px}.landing-page .dl-card-stats{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:10px}.landing-page .dl-card-stat{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--landing-text-secondary);padding:4px 10px;background:var(--landing-bg);border-radius:8px}.landing-page .dl-card-stat svg{width:14px;height:14px;fill:none;stroke:var(--landing-text-muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dl-card-stat strong{color:var(--landing-text);font-weight:700}.landing-page .dl-card-rating{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--landing-text)}.landing-page .dl-card-rating svg{width:16px;height:16px;fill:var(--landing-amber);stroke:var(--landing-amber);stroke-width:1}.landing-page .dl-card-rating .dl-reviews{font-weight:400;color:var(--landing-text-muted);font-size:12px}.landing-page .dl-card-location{font-size:13px;color:var(--landing-text-secondary);display:flex;align-items:center;gap:4px}.landing-page .dl-card-location svg{width:14px;height:14px;fill:none;stroke:var(--landing-text-muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dl-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px}@media(max-width: 600px){.landing-page .dl-card-bottom{flex-direction:column;gap:10px;align-items:flex-start}}.landing-page .dl-card-slot{font-size:13px;color:var(--landing-success);font-weight:600;display:flex;align-items:center;gap:5px}.landing-page .dl-card-slot svg{width:14px;height:14px;fill:none;stroke:var(--landing-success);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dl-card-btn{padding:10px 20px;border-radius:10px;background:var(--landing-blue-600);color:#fff;border:none;cursor:pointer;font-size:13px;font-weight:600;font-family:"Inter",sans-serif;transition:all .2s;display:flex;align-items:center;gap:6px}.landing-page .dl-card-btn:hover{background:var(--landing-blue-700);transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.25)}.landing-page .dl-card-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.landing-page .dl-card-btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dl-loading{display:flex;align-items:center;justify-content:center;padding:80px 0}.landing-page .dl-spinner{width:40px;height:40px;border:3px solid var(--landing-border);border-top-color:var(--landing-blue-600);border-radius:50%;animation:dlSpin .8s linear infinite}@keyframes dlSpin{to{transform:rotate(360deg)}}.landing-page .dl-empty{text-align:center;padding:60px 20px;color:var(--landing-text-secondary);font-size:15px}.landing-page .dl-empty svg{width:48px;height:48px;fill:none;stroke:var(--landing-text-muted);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin-bottom:12px;display:block;margin:0 auto 12px}.landing-page.doctor-profile-page{background:var(--landing-bg);min-height:100vh;font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.landing-page.doctor-profile-page *,.landing-page.doctor-profile-page p,.landing-page.doctor-profile-page span,.landing-page.doctor-profile-page div,.landing-page.doctor-profile-page button,.landing-page.doctor-profile-page input,.landing-page.doctor-profile-page textarea,.landing-page.doctor-profile-page label,.landing-page.doctor-profile-page a,.landing-page.doctor-profile-page h1,.landing-page.doctor-profile-page h2,.landing-page.doctor-profile-page h3{font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif !important}.landing-page .dp-loading{padding-top:72px;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 72px)}.landing-page .dp-loading .dl-spinner{width:36px;height:36px;border:3px solid var(--landing-border);border-top-color:var(--landing-accent);border-radius:50%;animation:dlSpin .8s linear infinite}.landing-page .dp-hero{padding-top:72px;background:linear-gradient(135deg, #0a0e27 0%, #131842 60%, #1a1f5a 100%);color:#fff;padding-bottom:40px}.landing-page .dp-hero-inner{max-width:1100px;margin:0 auto;padding:40px 32px 0;display:flex;gap:32px;align-items:flex-start}.landing-page .dp-avatar{width:200px;height:200px;border-radius:20px;object-fit:cover;border:3px solid rgba(255,255,255,.15);flex-shrink:0}.landing-page .dp-hero-right{flex:1;display:flex;flex-direction:column;gap:14px}.landing-page .dp-name-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.landing-page .dp-name-row h1{font-size:26px;font-weight:800;margin:0;color:#fff;display:flex;align-items:center;gap:8px}.landing-page .dp-verified-icon{width:22px;height:22px;fill:none;stroke:#34d399;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.landing-page .dp-price-badge{padding:6px 16px;background:linear-gradient(135deg, #34d399, #10b981);border-radius:10px;font-size:16px;font-weight:800;color:#fff;white-space:nowrap}.landing-page .dp-specs{display:flex;flex-wrap:wrap;gap:6px}.landing-page .dp-spec-pill,.landing-page .dp-type-pill{padding:3px 12px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:20px;font-size:12px;color:rgba(255,255,255,.85)}.landing-page .dp-type-pill{background:rgba(52,211,153,.15);border-color:rgba(52,211,153,.3);color:#6ee7b7}.landing-page .dp-stats{display:flex;flex-wrap:wrap;gap:10px}.landing-page .dp-stat{display:flex;align-items:center;gap:5px;padding:5px 12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:13px;color:rgba(255,255,255,.75)}.landing-page .dp-stat svg{width:14px;height:14px;fill:none;stroke:rgba(255,255,255,.5);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dp-stat strong{color:#fff;font-weight:700}.landing-page .dp-stat:first-child svg{fill:#fbbf24;stroke:#fbbf24}.landing-page .dp-stat-sub{font-size:11px;color:rgba(255,255,255,.45);margin-left:2px}.landing-page .dp-stat-accent{background:rgba(52,211,153,.12);border-color:rgba(52,211,153,.25);color:#6ee7b7}.landing-page .dp-stat-accent svg{stroke:#6ee7b7}.landing-page .dp-socials{display:flex;gap:8px}.landing-page .dp-socials a{display:flex}.landing-page .dp-ask-card{background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px}.landing-page .dp-ask-header{display:flex;align-items:center;gap:12px}.landing-page .dp-ask-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg, var(--landing-accent), #3b82f6);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .dp-ask-icon svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dp-ask-title{flex:1;min-width:0}.landing-page .dp-ask-title h3{font-size:14px;font-weight:700;margin:0;color:var(--landing-text)}.landing-page .dp-ask-title span{font-size:12px;color:var(--landing-text-secondary)}.landing-page .dp-ask-price{font-size:15px;font-weight:800;color:#34d399;white-space:nowrap}.landing-page .dp-ask-textarea{width:100%;box-sizing:border-box;border:1px solid var(--landing-border);border-radius:10px;padding:10px 12px;font-size:13px;font-family:inherit;resize:none;background:var(--landing-bg);color:var(--landing-text);transition:border-color .2s}.landing-page .dp-ask-textarea:focus{outline:none;border-color:var(--landing-accent)}.landing-page .dp-ask-textarea::placeholder{color:var(--landing-text-muted)}.landing-page .dp-ask-footer{display:flex;justify-content:space-between;align-items:center}.landing-page .dp-ask-chars{font-size:11px;color:var(--landing-text-muted)}.landing-page .dp-ask-btn{display:flex;align-items:center;gap:5px;padding:8px 16px;background:linear-gradient(135deg, var(--landing-accent), #3b82f6);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .1s}.landing-page .dp-ask-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.landing-page .dp-ask-btn:disabled{opacity:.3;cursor:not-allowed}.landing-page .dp-ask-btn svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dp-body{max-width:1100px;margin:0 auto;padding:32px 32px 48px;display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.landing-page .dp-main{display:flex;flex-direction:column;gap:24px}.landing-page .dp-section{background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:16px;padding:24px}.landing-page .dp-section h2{font-size:17px;font-weight:700;margin:0 0 16px;color:var(--landing-text)}.landing-page .dp-about-text{font-size:14px;line-height:1.7;color:var(--landing-text-secondary);margin:0}.landing-page .dp-empty-text{font-size:13px;color:var(--landing-text-muted);margin:0}.landing-page .dp-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:20px}.landing-page .dp-timeline::before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;background:var(--landing-border)}.landing-page .dp-timeline-item{position:relative;padding:0 0 20px 0}.landing-page .dp-timeline-item:last-child{padding-bottom:0}.landing-page .dp-timeline-dot{position:absolute;left:-20px;top:6px;width:10px;height:10px;border-radius:50%;background:var(--landing-accent);border:2px solid var(--landing-surface);z-index:1}.landing-page .dp-timeline-content{display:flex;flex-direction:column;gap:2px}.landing-page .dp-timeline-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.landing-page .dp-timeline-head strong{font-size:14px;color:var(--landing-text)}.landing-page .dp-timeline-date{font-size:12px;color:var(--landing-accent);white-space:nowrap;flex-shrink:0;font-weight:500}.landing-page .dp-timeline-sub{font-size:13px;color:var(--landing-text-secondary)}.landing-page .dp-timeline-loc{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:12px;color:var(--landing-accent)}.landing-page .dp-timeline-loc svg{width:12px;height:12px;fill:none;stroke:var(--landing-accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dp-certs-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:12px}.landing-page .dp-cert-card{border:1px solid var(--landing-border);border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.landing-page .dp-cert-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.landing-page .dp-cert-card img{width:100%;height:140px;object-fit:cover;display:block}.landing-page .dp-cert-info{padding:8px 10px;display:flex;justify-content:space-between;align-items:center}.landing-page .dp-cert-info span{font-size:12px;color:var(--landing-text-secondary)}.landing-page .dp-cert-date{color:var(--landing-text-muted) !important;font-size:11px !important}.landing-page .dp-articles-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:14px}.landing-page .dp-article-card{border:1px solid var(--landing-border);border-radius:14px;overflow:hidden;background:var(--landing-bg);transition:transform .2s,box-shadow .2s}.landing-page .dp-article-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.landing-page .dp-article-img img{width:100%;height:160px;object-fit:cover;display:block}.landing-page .dp-article-body{padding:14px 16px;display:flex;flex-direction:column;gap:8px}.landing-page .dp-article-body h3{font-size:15px;font-weight:700;margin:0;color:var(--landing-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-page .dp-article-body p{font-size:13px;line-height:1.5;margin:0;color:var(--landing-text-secondary);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.landing-page .dp-article-meta{display:flex;gap:14px;margin-top:4px}.landing-page .dp-article-meta span{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--landing-text-muted)}.landing-page .dp-article-meta span svg{width:13px;height:13px;fill:none;stroke:var(--landing-text-muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dp-videos-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:12px}.landing-page .dp-video-card{display:flex;flex-direction:column;gap:6px}.landing-page .dp-video-thumb{position:relative;border-radius:12px;overflow:hidden}.landing-page .dp-video-thumb img{width:100%;height:140px;object-fit:cover;display:block}.landing-page .dp-video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);transition:background .2s}.landing-page .dp-video-play:hover{background:rgba(0,0,0,.5)}.landing-page .dp-video-play svg{width:32px;height:32px;fill:#fff;stroke:none}.landing-page .dp-video-title{font-size:12px;color:var(--landing-text-secondary)}.landing-page .dp-reviews-list{display:flex;flex-direction:column;gap:12px}.landing-page .dp-review-card{padding:16px;border:1px solid var(--landing-border);border-radius:12px;background:var(--landing-bg)}.landing-page .dp-review-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.landing-page .dp-review-top strong{font-size:14px;color:var(--landing-text)}.landing-page .dp-review-stars{display:flex;gap:2px}.landing-page .dp-review-stars svg{width:14px;height:14px;fill:#e5e7eb;stroke:none}.landing-page .dp-review-stars svg.filled{fill:#fbbf24}.landing-page .dp-review-card p{font-size:13px;line-height:1.6;color:var(--landing-text-secondary);margin:0}.landing-page .dp-booking{position:sticky;top:88px}.landing-page .dp-booking-inner{background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px}.landing-page .dp-booking-inner h3{font-size:16px;font-weight:700;margin:0;color:var(--landing-text)}.landing-page .dp-booking-calendar .MuiDateCalendar-root{width:100% !important}.landing-page .dp-booking-calendar .MuiPickersCalendarHeader-label{font-size:13px !important;font-weight:700 !important}.landing-page .dp-booking-calendar .MuiPickersDay-root{font-size:13px !important;width:36px !important;height:36px !important}.landing-page .dp-booking-comment{display:flex;flex-direction:column;gap:6px}.landing-page .dp-booking-comment label{font-size:13px;font-weight:600;color:var(--landing-text)}.landing-page .dp-booking-comment textarea{border:1px solid var(--landing-border);border-radius:10px;padding:10px 12px;font-size:13px;resize:vertical;background:var(--landing-bg);color:var(--landing-text);transition:border-color .2s}.landing-page .dp-booking-comment textarea:focus{outline:none;border-color:var(--landing-accent)}.landing-page .dp-booking-comment textarea::placeholder{color:var(--landing-text-muted)}.landing-page .dp-booking-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:linear-gradient(135deg, #2563eb, #3b82f6) !important;color:#fff !important;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .1s;font-family:"Inter",sans-serif}.landing-page .dp-booking-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.landing-page .dp-booking-btn:disabled{background:#e2e8f0 !important;color:#94a3b8 !important;cursor:not-allowed;opacity:1}.landing-page .dp-booking-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.landing-page .dp-booking-legal{font-size:11px;color:var(--landing-text-muted);line-height:1.5;margin:0}.landing-page .dp-booking-legal a{color:var(--landing-accent);text-decoration:none}.landing-page .dp-booking-legal a:hover{text-decoration:underline}.landing-page .dp-booking-back{background:none;border:1px solid var(--landing-border);border-radius:10px;padding:8px 16px;font-size:13px;color:var(--landing-text-secondary);cursor:pointer;transition:border-color .2s}.landing-page .dp-booking-back:hover{border-color:var(--landing-text-muted)}.landing-page .dp-similar{max-width:1100px;margin:0 auto;padding:0 32px 48px}.landing-page .dp-similar h2{font-size:20px;font-weight:700;margin:0 0 20px;color:var(--landing-text)}.landing-page .dp-similar-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:16px}.landing-page .dp-similar-card{background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:14px;padding:16px;display:flex;gap:14px;cursor:pointer;transition:transform .2s,box-shadow .2s}.landing-page .dp-similar-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.landing-page .dp-similar-avatar{width:56px;height:56px;border-radius:12px;object-fit:cover;flex-shrink:0}.landing-page .dp-similar-info{display:flex;flex-direction:column;gap:4px}.landing-page .dp-similar-info strong{font-size:14px;color:var(--landing-text)}.landing-page .dp-similar-rating{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--landing-text)}.landing-page .dp-similar-rating svg{width:13px;height:13px;fill:#fbbf24;stroke:none}.landing-page .dp-similar-link{font-size:12px;color:var(--landing-accent);font-weight:500}@media(max-width: 900px){.landing-page .dp-hero-inner{flex-direction:column;align-items:center;text-align:center;padding:28px 20px 0;gap:20px}.landing-page .dp-avatar{width:160px;height:160px}.landing-page .dp-name-row{justify-content:center}.landing-page .dp-specs,.landing-page .dp-stats,.landing-page .dp-socials{justify-content:center}.landing-page .dp-body{grid-template-columns:1fr;padding:24px 20px}.landing-page .dp-booking{position:static}.landing-page .dp-similar{padding:0 20px 32px}.landing-page .dp-timeline-head{flex-direction:column;gap:2px}}@media(max-width: 600px){.landing-page .dp-hero-inner{padding:20px 16px 0}.landing-page .dp-avatar{width:130px;height:130px}.landing-page .dp-name-row h1{font-size:20px}.landing-page .dp-body{padding:16px;gap:16px}.landing-page .dp-section{padding:16px}.landing-page .dp-booking-inner{padding:16px}.landing-page .dp-similar{padding:0 16px 24px}}@media(max-width: 900px){.landing-page .hero h1{font-size:34px}.landing-page .doctors-grid{grid-template-columns:1fr}.landing-page .how-grid{grid-template-columns:repeat(2, 1fr)}.landing-page .advantages-grid{grid-template-columns:1fr}.landing-page .health-layout{grid-template-columns:1fr}.landing-page .ai-layout{grid-template-columns:1fr}.landing-page .facescan-layout{grid-template-columns:1fr}.landing-page .clinics-grid{grid-template-columns:1fr}.landing-page .news-grid{grid-template-columns:1fr}.landing-page .footer-top{grid-template-columns:1fr 1fr}.landing-page .nav-links{display:none}}@media(max-width: 600px){.landing-page .search-bar{flex-direction:column}.landing-page .search-bar .search-btn{width:100%;justify-content:center}.landing-page .how-grid{grid-template-columns:1fr}}
