:root{--bg:#f6f7f9;--white:#fff;--black:#111318;--text:#292d35;--muted:#777e8b;--border:#e6e8ed;--primary:#635bff;--primary-dark:#4d46d8;--green:#19a974;--shadow:0 20px 60px rgba(17,19,24,.10);--radius:20px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.hidden{display:none!important}.navbar{background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.navbar-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:-.6px}.logo>span:last-child>span{color:var(--primary)}.logo-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--primary);color:#fff;border-radius:10px}.nav-links{display:flex;gap:30px;margin-left:auto}.nav-links a{color:#606671;font-size:14px;font-weight:600}.nav-actions{display:flex;gap:8px;align-items:center}.btn{border:0;padding:13px 18px;border-radius:12px;font-weight:700;font-size:14px;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-dark{background:var(--black);color:#fff}.btn-white{background:#fff;color:var(--black)}.btn-ghost{background:#f1f2f5;color:var(--black)}.full-width{width:100%}.hero{background:radial-gradient(circle at 50% 0,rgba(99,91,255,.15),transparent 45%),linear-gradient(180deg,#fff,#f6f7ff);padding:90px 0 70px}.hero-content{max-width:960px;text-align:center}.hero-badge{display:inline-flex;gap:8px;border:1px solid #dddfe8;background:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700;color:#5f6672;margin-bottom:24px}.live-dot{width:8px;height:8px;background:#29c273;border-radius:50%;box-shadow:0 0 0 5px rgba(41,194,115,.12)}.hero h1{font-size:clamp(42px,6vw,72px);line-height:.99;letter-spacing:-4px;color:var(--black);margin-bottom:25px}.hero h1 span{color:var(--primary)}.hero-text{max-width:620px;margin:0 auto 36px;color:#68707d;font-size:18px}.search-box{background:#fff;padding:10px;border-radius:18px;border:1px solid var(--border);box-shadow:var(--shadow);display:flex;align-items:center;text-align:left}.search-field{flex:1;padding:8px 16px}.search-field label{display:block;font-size:11px;font-weight:800;color:#8a9099;text-transform:uppercase;margin-bottom:4px}.search-field select{appearance:none;border:0;outline:0;background:transparent;font-size:15px;font-weight:700;color:var(--black);width:100%}.search-divider{width:1px;height:45px;background:var(--border)}.search-button{border:0;background:var(--primary);color:#fff;min-height:60px;padding:0 28px;border-radius:12px;font-weight:800}.results-section{padding:85px 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px}.eyebrow{display:block;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:1.3px;margin-bottom:8px}.section-heading h2,.center-heading h2{color:var(--black);font-size:clamp(30px,4vw,43px);letter-spacing:-1.8px;line-height:1.1}.section-heading p,.form-note{margin-top:6px;color:var(--muted);font-size:13px}.sort-wrapper{display:flex;align-items:center;gap:10px}.sort-wrapper label{color:var(--muted);font-size:13px}.sort-wrapper select{border:1px solid var(--border);background:#fff;border-radius:10px;padding:9px 12px}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.time-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;transition:.2s}.time-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-top,.card-bottom{display:flex;justify-content:space-between;align-items:center}.card-top{margin-bottom:18px}.card-category{padding:6px 9px;border-radius:8px;background:#f2f3ff;color:var(--primary);font-weight:800;font-size:10px;text-transform:uppercase}.card-time{font-size:14px;font-weight:800;color:var(--green)}.provider-name{color:var(--black);font-size:18px;font-weight:800;margin-bottom:6px}.card-info{display:flex;gap:15px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-bottom:22px}.card-bottom{padding-top:16px;border-top:1px solid var(--border)}.price{color:var(--black);font-size:20px}.price-label{display:block;color:#9aa0aa;font-size:10px}.book-btn{border:0;background:var(--black);color:#fff;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:800}.empty-state{background:#fff;border:1px dashed #dcdfe7;border-radius:20px;padding:60px;text-align:center}.empty-icon{font-size:40px}.steps-section{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:90px 0}.center-heading{text-align:center;max-width:680px;margin:0 auto 50px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step{position:relative;background:#f8f9fb;border:1px solid var(--border);border-radius:20px;padding:30px}.step-number{position:absolute;right:22px;top:20px;color:#d2d5dc;font-size:11px;font-weight:800}.step-icon{width:50px;height:50px;display:grid;place-items:center;background:#fff;border-radius:14px;border:1px solid var(--border);font-size:22px;margin-bottom:20px}.step h3{color:var(--black);margin-bottom:7px;font-size:17px}.step p{color:var(--muted);font-size:14px}.provider-section{padding:90px 0}.provider-card{background:radial-gradient(circle at 80% 30%,rgba(99,91,255,.45),transparent 35%),#111318;color:#fff;border-radius:28px;padding:55px;min-height:330px;display:flex;align-items:center}.provider-content{max-width:730px}.provider-content h2{font-size:clamp(32px,4vw,48px);letter-spacing:-2px;line-height:1;margin:8px 0 16px}.provider-content p{color:#aeb4c0;max-width:680px;margin-bottom:28px}.footer{background:#111318;color:#fff;padding:70px 0 20px}.footer-inner{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-bottom:60px}.footer p{color:#858b96;font-size:13px}.footer-links{display:flex;justify-content:flex-end;gap:80px}.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links strong{margin-bottom:7px;font-size:13px}.footer-links a{color:#858b96;font-size:13px}.footer-links a:hover{color:#fff}.modal-overlay{position:fixed;inset:0;background:rgba(10,12,18,.65);backdrop-filter:blur(6px);z-index:500;display:grid;place-items:center;padding:20px}.modal{background:#fff;width:min(500px,100%);border-radius:24px;padding:32px;position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 30px 100px rgba(0,0,0,.25)}.modal-wide{width:min(700px,100%)}.modal-close{position:absolute;right:18px;top:16px;width:36px;height:36px;border:0;border-radius:50%;background:#f2f3f5;font-size:23px;color:#626974}.modal h2{color:var(--black);margin-bottom:18px;font-size:27px;letter-spacing:-1px}.modal-actions{display:flex;gap:10px;margin-top:20px}.auth-tabs{display:flex;background:#f2f3f5;padding:4px;border-radius:11px;margin-bottom:25px}.auth-tab{flex:1;border:0;background:transparent;padding:10px;border-radius:8px;font-weight:700;color:#737986}.auth-tab.active{background:#fff;color:var(--black);box-shadow:0 2px 8px rgba(0,0,0,.06)}.auth-form{display:grid;gap:8px}.auth-form label{color:#555c67;font-size:12px;font-weight:700;margin-top:6px}.auth-form input,.auth-form select,.auth-form textarea{border:1px solid #dfe2e8;border-radius:10px;padding:12px 13px;outline:none;background:#fff}.auth-form input:focus,.auth-form select:focus,.auth-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(99,91,255,.08)}.status-box{border:1px solid var(--border);background:#f8f9fb;border-radius:14px;padding:15px;margin-top:12px}.status-ok{color:var(--green);font-weight:800}.status-pending{color:#b47800;font-weight:800}.status-none{color:#65707e;font-weight:800}.request-row{border:1px solid var(--border);border-radius:15px;padding:16px;margin-bottom:12px}.request-row h3{margin-bottom:6px;color:var(--black);font-size:16px}.request-meta{font-size:12px;color:var(--muted);display:grid;gap:3px}.request-actions{display:flex;gap:8px;margin-top:12px}.btn-danger{background:#f9e9e9;color:#a52525}.toast{position:fixed;bottom:25px;right:25px;z-index:700;background:#15181e;color:#fff;padding:14px 17px;border-radius:14px;box-shadow:0 15px 40px rgba(0,0,0,.2);display:flex;align-items:center;gap:12px;min-width:300px}.toast-icon{width:30px;height:30px;display:grid;place-items:center;background:#1faf73;border-radius:50%;font-weight:800}.toast strong,.toast span{display:block}.toast strong{font-size:13px}.toast span{color:#a9afba;font-size:11px;margin-top:2px}@media(max-width:900px){.nav-links{display:none}.results-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.container{width:calc(100% - 28px)}.navbar-inner{height:66px}.hero{padding:65px 0 50px}.hero h1{font-size:48px;letter-spacing:-2px}.search-box{flex-direction:column;align-items:stretch;padding:12px}.search-divider{width:100%;height:1px}.search-button{width:100%;margin-top:8px}.section-heading{align-items:flex-start;flex-direction:column}.sort-wrapper{width:100%}.sort-wrapper select{flex:1}.results-grid,.steps{grid-template-columns:1fr}.provider-card{padding:32px 24px}.footer-inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start;gap:50px}.modal{padding:25px}.toast{left:15px;right:15px;bottom:15px;min-width:0}}
