*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#dbeafe;--primary-lighter:#eff6ff;--accent:#06b6d4;--emerald:#10b981;--emerald-light:#d1fae5;--amber:#f59e0b;--amber-light:#fef3c7;--rose:#f43f5e;--rose-light:#ffe4e6;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--white:#fff;--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--sh-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--sh-md:0 4px 16px #00000014, 0 2px 6px #0000000a;--sh-lg:0 10px 40px #0000001a, 0 4px 12px #0000000f;--tr:.18s ease}html{scroll-behavior:smooth}body{background:var(--gray-50);color:var(--gray-800);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Sora,Inter,sans-serif;line-height:1.2}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#ffffffeb;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.logo{color:var(--gray-900);align-items:center;gap:10px;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:800;display:flex}.logo-icon{background:var(--primary);border-radius:var(--r-md);color:#fff;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.logo span{color:var(--primary)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--gray-600);transition:color var(--tr);font-size:.875rem;font-weight:500}.nav-links a:hover{color:var(--primary)}.nav-actions{align-items:center;gap:.75rem;display:flex}.hamburger{border-radius:var(--r-sm);flex-direction:column;gap:5px;padding:6px;display:none}.hamburger:hover{background:var(--gray-100)}.hamburger span{background:var(--gray-700);width:22px;height:2px;transition:all .2s;display:block}.mobile-nav{background:var(--white);border-bottom:1px solid var(--gray-200);flex-direction:column;gap:.5rem;padding:1rem 1.5rem;display:flex}.mobile-nav a{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:.6rem 0;font-size:.95rem;font-weight:500;display:block}.btn{border-radius:var(--r-md);transition:all var(--tr);white-space:nowrap;align-items:center;gap:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;line-height:1;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 2px 8px #2563eb4d}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 16px #2563eb66}.btn-primary:disabled{opacity:.6;pointer-events:none}.btn-outline{border:1.5px solid var(--gray-300);color:var(--gray-700);background:var(--white)}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-lighter)}.btn-ghost{color:var(--gray-600);padding:.5rem .75rem}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-900)}.btn-sm{padding:.375rem .875rem;font-size:.8rem}.btn-lg{padding:.75rem 2rem;font-size:1rem}.btn-danger{background:var(--rose);color:#fff}.btn-danger:hover{background:#e11d48}.w-full{justify-content:center;width:100%}.badge{border-radius:100px;align-items:center;gap:4px;padding:.25rem .625rem;font-size:.7rem;font-weight:600;display:inline-flex}.badge-emerald{background:var(--emerald-light);color:#065f46}.badge-primary{background:var(--primary-light);color:#1e40af}.badge-amber{background:var(--amber-light);color:#92400e}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.hero{background:linear-gradient(135deg,#eff6ff 0%,#f0fdfa 50%,#fafaf9 100%);padding:5rem 1.5rem 8rem;position:relative;overflow:hidden}.hero-blob{filter:blur(60px);opacity:.4;pointer-events:none;border-radius:50%;position:absolute}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.hero-badge{background:var(--emerald-light);color:#065f46;border-radius:100px;align-items:center;gap:6px;margin-bottom:1.25rem;padding:.35rem .875rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero h1{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800}.hero h1 em{color:var(--primary);font-style:normal}.hero-desc{color:var(--gray-600);max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-cta{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.hero-stats{gap:2rem;display:flex}.hero-stat-val{color:var(--gray-900);font-size:1.1rem;font-weight:700}.hero-stat-label{color:var(--gray-500);align-items:center;gap:4px;margin-top:2px;font-size:.78rem;display:flex}.hero-image-wrap{position:relative}.hero-image{border-radius:var(--r-xl);aspect-ratio:4/5;box-shadow:var(--sh-lg);overflow:hidden}.hero-image img{object-fit:cover;width:100%;height:100%}.hero-card{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--sh-md);align-items:center;gap:10px;padding:.875rem 1.125rem;display:flex;position:absolute}.hero-card-icon{border-radius:var(--r-md);flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.hero-card-title{color:var(--gray-900);font-size:.875rem;font-weight:600}.hero-card-sub{color:var(--gray-500);font-size:.75rem}.search-section{z-index:10;max-width:1200px;margin:-3rem auto 0;padding:0 1.5rem;position:relative}.search-card{background:var(--white);border-radius:var(--r-xl);box-shadow:var(--sh-lg);border:1px solid var(--gray-200);padding:1.5rem}.search-form{align-items:stretch;gap:.75rem;display:flex}.search-input-wrap{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--r-md);transition:border-color var(--tr);flex:1;align-items:center;gap:10px;padding:0 1rem;display:flex}.search-input-wrap:focus-within{border-color:var(--primary)}.search-input-wrap input{color:var(--gray-800);background:0 0;border:none;outline:none;flex:1;padding:.875rem 0;font-size:1rem}.search-input-wrap input::placeholder{color:var(--gray-400)}.search-hints{color:var(--gray-500);margin-top:.875rem;font-size:.8rem}.hint-btn{color:var(--primary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.hint-btn:hover{color:var(--primary-dark)}.section{padding:5rem 1.5rem}.section-inner{max-width:1200px;margin:0 auto}.section-eyebrow{letter-spacing:.05em;text-transform:uppercase;color:var(--primary);align-items:center;gap:6px;margin-bottom:.75rem;font-size:.78rem;font-weight:600;display:inline-flex}.section-title{color:var(--gray-900);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}.section-desc{color:var(--gray-500);max-width:540px;font-size:.95rem}.depts-section{background:var(--white)}.depts-grid{scrollbar-width:none;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.depts-grid::-webkit-scrollbar{display:none}.dept-card{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--r-lg);cursor:pointer;width:176px;transition:all var(--tr);text-align:left;flex-shrink:0;padding:1.25rem}.dept-card:hover{border-color:var(--primary);box-shadow:var(--sh-sm);transform:translateY(-2px)}.dept-card.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.dept-icon{background:var(--primary-light);border-radius:var(--r-md);width:44px;height:44px;transition:background var(--tr);place-items:center;margin-bottom:.875rem;display:grid}.dept-icon svg{color:var(--primary)}.dept-card.active .dept-icon{background:#fff3}.dept-card.active .dept-icon svg{color:#fff}.dept-card-name{margin-bottom:.25rem;font-size:.85rem;font-weight:600}.dept-card-desc{color:var(--gray-500);font-size:.75rem}.dept-card.active .dept-card-desc{color:#ffffffbf}.dept-slide-controls{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.dept-slide-btn{border:1.5px solid var(--gray-200);border-radius:var(--r-md);background:var(--white);width:38px;height:38px;color:var(--gray-600);transition:all var(--tr);box-shadow:var(--sh-sm);flex-shrink:0;place-items:center;display:grid}.dept-slide-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-lighter);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb26}.dept-slide-btn:active{transform:translateY(0)}.doctors-section{background:var(--gray-50)}.doctors-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.doctors-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.doctor-card{background:var(--white);border-radius:var(--r-xl);border:1px solid var(--gray-200);box-shadow:var(--sh-sm);transition:all var(--tr);overflow:hidden}.doctor-card:hover{box-shadow:var(--sh-lg);transform:translateY(-3px)}.doctor-card-img{background:var(--gray-100);place-items:center;height:200px;display:grid;position:relative;overflow:hidden}.doctor-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.doctor-card:hover .doctor-card-img img{transform:scale(1.05)}.doc-placeholder{background:var(--gray-200);border-radius:50%;place-items:center;width:72px;height:72px;display:grid}.doctor-card-badges{gap:6px;display:flex;position:absolute;top:12px;left:12px}.doctor-rating{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--gray-800);background:#fffffff2;border-radius:100px;align-items:center;gap:3px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:12px;right:12px}.doctor-card-body{padding:1.25rem}.doctor-name{color:var(--gray-900);margin-bottom:2px;font-size:1rem;font-weight:700}.doctor-specialty{color:var(--primary);margin-bottom:4px;font-size:.875rem;font-weight:600}.doctor-hospital{color:var(--gray-500);align-items:center;gap:4px;margin-bottom:.875rem;font-size:.8rem;display:flex}.doctor-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.doctor-exp{color:var(--gray-500);align-items:center;gap:4px;font-size:.8rem;display:flex}.doctor-fee{color:var(--gray-900);font-size:1rem;font-weight:700}.filter-tag{background:var(--primary-light);color:var(--primary);border-radius:100px;align-items:center;gap:5px;padding:.25rem .625rem;font-size:.775rem;font-weight:600;display:inline-flex}.filter-tag button{cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;line-height:1;display:flex}.clear-btn{color:var(--gray-500);border:1.5px solid var(--gray-200);border-radius:var(--r-md);background:var(--white);transition:all var(--tr);align-items:center;gap:5px;padding:.4rem .875rem;font-size:.8rem;font-weight:600;display:flex}.clear-btn:hover{border-color:var(--rose);color:var(--rose)}.trust-section{background:var(--white)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--r-lg);text-align:center;padding:1.5rem}.stat-val{color:var(--primary);margin-bottom:4px;font-size:2rem;font-weight:800}.stat-label{color:var(--gray-500);font-size:.85rem}.features-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:1.25rem}.feature-icon{background:var(--primary-light);border-radius:var(--r-md);place-items:center;width:44px;height:44px;margin-bottom:.875rem;display:grid}.feature-title{color:var(--gray-900);margin-bottom:.25rem;font-size:.875rem;font-weight:600}.feature-desc{color:var(--gray-500);font-size:.775rem;line-height:1.5}.how-section{background:var(--gray-50)}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.step-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-xl);padding:2rem;position:relative}.step-num{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:grid;position:absolute;top:-14px;left:24px;box-shadow:0 2px 8px #2563eb66}.step-icon{background:var(--primary-light);border-radius:var(--r-md);place-items:center;width:52px;height:52px;margin-bottom:1rem;display:grid}.step-title{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem;font-weight:700}.step-desc{color:var(--gray-500);font-size:.875rem;line-height:1.6}.empty-state{text-align:center;background:var(--white);border:1.5px dashed var(--gray-300);border-radius:var(--r-xl);padding:4rem 2rem}.empty-icon{background:var(--gray-100);border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 1rem;display:grid}.empty-title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.empty-desc{color:var(--gray-500);margin-bottom:1.5rem;font-size:.875rem}.footer{background:var(--gray-900);color:var(--white);padding:4rem 1.5rem 0}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-brand-desc{color:#ffffff8c;margin:1rem 0 1.5rem;font-size:.875rem;line-height:1.6}.footer-socials{gap:.5rem;display:flex}.footer-social{border-radius:var(--r-md);width:36px;height:36px;transition:background var(--tr);background:#ffffff14;place-items:center;display:grid}.footer-social:hover{background:var(--primary)}.footer-col-title{margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-links a{color:#ffffff8c;transition:color var(--tr);font-size:.85rem}.footer-links a:hover{color:#fff}.footer-bottom{color:#fff6;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8rem;display:flex}.modal-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;animation:.18s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:var(--r-xl);width:100%;max-width:560px;max-height:92vh;box-shadow:var(--sh-lg);animation:.2s slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.modal-header{padding:1.75rem 1.75rem 0;position:relative}.modal-title{color:var(--gray-900);margin-bottom:.25rem;font-size:1.375rem;font-weight:800}.modal-desc{color:var(--gray-500);font-size:.875rem}.modal-close{background:var(--gray-100);border-radius:var(--r-sm);width:32px;height:32px;transition:all var(--tr);place-items:center;display:grid;position:absolute;top:1.25rem;right:1.25rem}.modal-close:hover{background:var(--gray-200)}.modal-body{padding:1.5rem 1.75rem 1.75rem}.form-row{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-label{color:var(--gray-700);font-size:.8rem;font-weight:600}.form-input{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--r-md);width:100%;color:var(--gray-800);transition:border-color var(--tr);outline:none;padding:.625rem .875rem;font-size:.9rem}.form-input:focus{border-color:var(--primary);background:var(--white)}.form-input::placeholder{color:var(--gray-400)}.doctor-select-btn{background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--r-md);text-align:left;cursor:pointer;width:100%;transition:border-color var(--tr);justify-content:space-between;align-items:center;padding:.625rem .875rem;display:flex}.doctor-select-btn:hover,.doctor-select-btn.open{border-color:var(--primary);background:var(--white)}.doctor-select-dropdown{border:1.5px solid var(--gray-200);border-radius:var(--r-md);background:var(--white);box-shadow:var(--sh-md);margin-top:4px;overflow:hidden}.doctor-select-search{border-bottom:1px solid var(--gray-200);align-items:center;gap:8px;padding:.625rem .875rem;display:flex}.doctor-select-search input{color:var(--gray-800);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.doctor-select-search input::placeholder{color:var(--gray-400)}.doctor-select-list{max-height:220px;overflow-y:auto}.doctor-select-item{cursor:pointer;transition:background var(--tr);align-items:center;gap:10px;padding:.75rem .875rem;display:flex}.doctor-select-item:hover{background:var(--gray-50)}.doctor-select-item.selected{background:var(--primary-lighter)}.doctor-avatar{background:var(--gray-200);border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.doctor-avatar img{object-fit:cover;width:100%;height:100%}.doctor-select-info{flex:1;min-width:0}.doctor-select-name{color:var(--gray-900);font-size:.875rem;font-weight:600}.doctor-select-sub{color:var(--gray-500);font-size:.775rem}.doctor-select-fee{text-align:right;flex-shrink:0;font-size:.8rem}.fee-rating{color:var(--gray-700);justify-content:flex-end;align-items:center;gap:2px;font-weight:600;display:flex}.toast-container{z-index:300;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{background:var(--gray-900);color:#fff;border-radius:var(--r-lg);box-shadow:var(--sh-lg);pointer-events:all;align-items:center;gap:8px;min-width:220px;max-width:340px;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;animation:.2s toastIn;display:flex}.toast-success{border-left:3px solid var(--emerald);background:#022c22}.toast-error{border-left:3px solid var(--rose);background:#1f0a0f}@keyframes toastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}.admin-wrap{background:var(--gray-50);min-height:100vh}.admin-header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:50;position:sticky;top:0}.admin-header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.admin-badge{background:var(--primary-light);color:var(--primary);border-radius:var(--r-sm);letter-spacing:.05em;text-transform:uppercase;margin-left:.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.admin-main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.admin-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.admin-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.admin-doctor-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-xl);overflow:hidden}.admin-doctor-card-img{background:var(--gray-100);place-items:center;height:150px;display:grid;overflow:hidden}.admin-doctor-card-img img{object-fit:cover;width:100%;height:100%}.admin-doctor-card-body{padding:1rem}.admin-doctor-card-actions{gap:.5rem;margin-top:.875rem;display:flex}.admin-doctor-card-actions .btn{flex:1;justify-content:center}.admin-tabs{gap:.5rem;display:flex}.tab-btn{border-radius:var(--r-md);color:var(--gray-600);transition:all var(--tr);border:1.5px solid #0000;align-items:center;gap:5px;padding:.4rem .875rem;font-size:.8rem;font-weight:600;display:flex}.tab-btn:hover{background:var(--gray-100)}.tab-btn.active{background:var(--primary-lighter);color:var(--primary);border-color:var(--primary-light)}.confirm-dialog{background:var(--white);border-radius:var(--r-xl);width:100%;max-width:400px;box-shadow:var(--sh-lg);padding:2rem}.confirm-icon{background:var(--rose-light);border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:1rem;display:grid}.confirm-title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.confirm-desc{color:var(--gray-500);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.confirm-actions{justify-content:flex-end;gap:.75rem;display:flex}.switch-wrap{align-items:center;gap:10px;display:flex}.switch{background:var(--gray-300);cursor:pointer;width:44px;height:24px;transition:background var(--tr);border-radius:100px;flex-shrink:0;position:relative}.switch.on{background:var(--primary)}.switch-thumb{width:18px;height:18px;box-shadow:var(--sh-sm);transition:transform var(--tr);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.switch.on .switch-thumb{transform:translate(20px)}.auth-wrap{background:linear-gradient(135deg,#eff6ff 0%,#f0fdfa 100%);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.auth-card{background:var(--white);border-radius:var(--r-xl);box-shadow:var(--sh-lg);border:1px solid var(--gray-200);width:100%;max-width:440px;padding:2.5rem}.auth-title{color:var(--gray-900);text-align:center;margin-bottom:.375rem;font-size:1.5rem;font-weight:800}.auth-sub{color:var(--gray-500);text-align:center;margin-bottom:1.75rem;font-size:.875rem}.appt-row{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.appt-meta{color:var(--gray-500);align-items:center;gap:6px;margin-top:3px;font-size:.8rem;display:flex}.admin-form-grid{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.text-muted{color:var(--gray-500);font-size:.875rem}.mt-1{margin-top:.25rem}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:.5rem}@media (width<=900px){.hero-inner{grid-template-columns:1fr}.hero-image-wrap{display:none}.stats-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.nav-links,.nav-actions .btn-primary{display:none}.hamburger{display:flex}.form-row{grid-template-columns:1fr}.hero{padding:3rem 1.5rem 6rem}.features-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.admin-form-grid{grid-template-columns:1fr}.search-form{flex-direction:column}.admin-tabs{flex-wrap:wrap}}
