@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #6366f1;--primary-dark: #4338ca;--secondary: #0ea5e9;--accent: #00F5FF;--background: #ffffff;--surface: #f8fafc;--text: #0f172a;--text-muted: #64748b;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--white: #ffffff;--dark-bg: #0A0E27}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;font-family:inherit}a{text-decoration:none;color:inherit}.app-showcase{background:linear-gradient(180deg,#f8fafc,#fff);padding:6rem 0;overflow:hidden}.showcase-row{display:flex;align-items:center;justify-content:space-between;gap:4rem;margin-bottom:8rem;opacity:0;transform:translateY(50px);transition:opacity .8s ease,transform .8s ease;padding:1.5rem 0}.showcase-row.is-visible{opacity:1;transform:translateY(0)}.showcase-row.row-reverse{flex-direction:row-reverse}.showcase-text{flex:1;max-width:500px}.step-badge{display:inline-block;background:#6366f11f;color:var(--primary);font-weight:700;padding:.35rem .9rem;border-radius:9999px;margin-bottom:1rem;font-size:.9rem;letter-spacing:.02em;text-transform:uppercase}.showcase-text h3{font-size:2.25rem;font-weight:800;margin-bottom:1rem;color:var(--text)}.showcase-text p{font-size:1.15rem;color:var(--text-muted);line-height:1.6}.showcase-visual{flex:1;display:flex;justify-content:center}.showcase-visual img{width:280px;height:auto;border-radius:40px;box-shadow:0 24px 48px -20px #0f172a99,0 6px 18px #0f172a1a;transition:transform .3s ease,box-shadow .3s ease}.showcase-visual img:hover{transform:scale(1.02);box-shadow:0 30px 60px -24px #0f172ab3,0 8px 22px #0f172a26}@media(max-width:768px){.showcase-row{flex-direction:column!important;text-align:center;gap:3rem}.showcase-text{max-width:100%}}@media(max-width:480px){.showcase-text h3{font-size:1.7rem}.showcase-text p{font-size:1rem}.showcase-visual img{width:230px;border-radius:32px}}@media(max-width:380px){.showcase-visual img{width:210px}}.app{min-height:100vh;display:flex;flex-direction:column}.top-bar{background:var(--text);color:#fff;padding:.5rem 0;font-size:.85rem}.top-bar-content{display:flex;justify-content:center;gap:1rem;align-items:center}.top-bar-link{color:var(--secondary);font-weight:600;display:flex;align-items:center;gap:4px}.top-bar-link:hover{text-decoration:underline}.header{position:sticky;top:0;z-index:100;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0;box-shadow:0 8px 24px #0f172a14}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.5rem;color:var(--primary);letter-spacing:-.05em}.logo-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#6366f11a;padding:8px;overflow:hidden}.logo-icon img{border-radius:50%;object-fit:cover}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-weight:500;color:var(--text-muted);transition:color .2s;font-size:.95rem;padding:.4rem 0}.nav a:hover{color:var(--primary)}.nav .btn-primary{color:#fff;padding:.75rem 1.5rem;box-shadow:0 4px 12px #6366f14d;background:linear-gradient(135deg,var(--primary),var(--primary-dark));font-weight:600;transition:all .2s ease}.nav .btn-primary:hover{color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 16px #6366f166;background:linear-gradient(135deg,var(--primary-dark),var(--primary))}.btn-outline-sm{border:none;padding:.5rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600;transition:all .2s;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.btn-outline-sm:hover{color:var(--primary);background:transparent}.hero{padding:4rem 0 0;background:radial-gradient(1200px circle at 10% 10%,rgba(99,102,241,.15),transparent 40%),radial-gradient(1000px circle at 90% 20%,rgba(14,165,233,.12),transparent 45%),linear-gradient(135deg,#f8fafc,#e0e7ff);position:relative;overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(40px);opacity:.25;z-index:0}.hero:before{top:-120px;right:-120px;background:radial-gradient(circle,var(--secondary),transparent 60%)}.hero:after{bottom:-140px;left:-120px;background:radial-gradient(circle,var(--primary),transparent 60%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:80vh}.hero-text h1{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em;color:#0b1220}.highlight{color:var(--primary);background:linear-gradient(120deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-text p{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:90%}.hero-btns{display:flex;gap:1rem}.btn-outline{border:2px solid var(--text-muted);color:var(--text);padding:.75rem 1.5rem;border-radius:9999px;font-weight:600}.hero-image{display:flex;justify-content:center;position:relative;z-index:10}.phone-mockup{width:320px;height:650px;background:linear-gradient(180deg,#0f172a,#111827);border-radius:48px;padding:12px;box-shadow:0 30px 60px -20px #0f172ab3,inset 0 0 0 1px #94a3b833;border:3px solid rgba(15,23,42,.9);position:relative;transition:transform .3s ease}.phone-mockup:hover{transform:translateY(-10px)}.phone-mockup:before{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:100px;height:24px;background:#0f172a;border-radius:0 0 16px 16px;z-index:20}.screen{width:100%;height:100%;background:#000;border-radius:36px;overflow:hidden;position:relative;display:flex;flex-direction:column;box-shadow:inset 0 0 0 1px #94a3b826}.app-screen-img{width:100%;flex-shrink:0;height:auto;object-fit:cover;border-radius:36px}.features{padding:6rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-title{text-align:center;font-size:2.5rem;font-weight:800}.badge{background:#e0e7ff;color:var(--primary);padding:.25rem .75rem;border-radius:99px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;display:inline-block}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-card{padding:2rem;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.25);box-shadow:0 12px 30px -20px #0f172a66;transition:transform .2s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.icon-box{width:64px;height:64px;background:#6366f11f;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:inset 0 0 0 1px #6366f133}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:var(--text-muted);line-height:1.6}.how-it-works{padding:6rem 0;background:var(--surface)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step-card{position:relative;padding:2rem;border-radius:20px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 12px 28px -24px #0f172a80}.step-number{font-size:4rem;font-weight:900;color:#6366f11a;position:absolute;top:0;left:1rem;z-index:0;line-height:1}.step-card h3{position:relative;font-size:1.5rem;margin-bottom:1rem;z-index:1}.step-card p{position:relative;color:var(--text-muted);z-index:1}.stats-section{padding:4rem 0;background:linear-gradient(120deg,#111827,#1e293b);color:#fff}.stats-section .container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.stat-item{text-align:center;background:#ffffff0d;border-radius:20px;padding:2rem 1.5rem;border:1px solid rgba(255,255,255,.08)}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{opacity:.8;font-weight:500}.stat-divider{display:none}.footer{background:#0f172a;color:#94a3b8;padding:5rem 0 2rem;border-top:1px solid rgba(148,163,184,.1)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}.brand-col .logo{color:#fff;margin-bottom:1.5rem}.brand-col p{max-width:300px;line-height:1.6;margin-bottom:1.5rem}.footer-col h4{color:#fff;font-size:1.1rem;margin-bottom:1.5rem}.footer-col a{display:block;margin-bottom:.75rem;transition:color .2s}.footer-col a:hover{color:#fff}.social-links{display:flex;gap:1rem}.cta-col .social-links{margin-top:1.5rem;justify-content:center}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;color:#fff6;transition:all .3s ease;margin-bottom:0}.social-links a:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.cta-col p{margin-bottom:1rem}.footer-btn{width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.footer-bottom{padding-top:3rem;border-top:1px solid #1e293b;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.footer-bottom p{justify-self:start}.footer-bottom .social-links{justify-content:center;justify-self:center;padding-top:10px}.footer-bottom .footer-links{justify-self:end}.footer-links{display:flex;gap:2rem}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.btn{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;transition:all .2s}.btn-primary{background:linear-gradient(120deg,var(--primary),var(--secondary));color:#fff;padding:.75rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;box-shadow:0 14px 28px -16px #6366f1b3}.btn-primary:hover{background:linear-gradient(120deg,var(--primary-dark),var(--secondary));transform:translateY(-1px)}.btn-accent{background:transparent;color:#f97316;border:2px solid #f97316;padding:.65rem 1.75rem;border-radius:12px;font-weight:700;font-size:.95rem;box-shadow:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-accent:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#f973161a;transition:left .5s}.btn-accent:hover:before{left:100%}.btn-accent:hover{background:#f973161a;border-color:#ea580c;color:#ea580c;transform:translateY(-2px) scale(1.02);box-shadow:0 4px 12px #f9731633}.btn-accent:active{transform:translateY(0) scale(.98)}.btn-accent svg{animation:zap-pulse 2s ease-in-out infinite}@keyframes zap-pulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}50%{transform:scale(1.1);filter:drop-shadow(0 0 6px rgba(255,255,255,.8))}}@keyframes pulse-glow{0%,to{box-shadow:0 12px 24px #10b98159}50%{box-shadow:0 12px 32px #10b98180}}@media(max-width:1024px){.container{padding:0 1.5rem}.hero-text h1{font-size:3.5rem}.hero-content{min-height:70vh;gap:3rem}.phone-mockup{width:300px;height:600px}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:repeat(2,1fr);gap:3rem}.stats-section .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.container{padding:0 1rem}.header{padding:1rem 0}.logo-text{font-size:1.25rem}.logo-icon{width:40px;height:40px}.nav{gap:.5rem}.nav a:not(.btn){display:none}.btn-outline-sm{display:none}.btn-primary{padding:.6rem 1.5rem;font-size:.9rem}.hero{padding:5rem 0 3.5rem}.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-text h1{font-size:2.5rem;line-height:1.2}.hero-text p{font-size:1.1rem;max-width:100%}.hero-btns{flex-direction:column;justify-content:center;gap:1rem}.hero-btns .btn{width:100%;max-width:300px}.hero-image{max-width:100%}.phone-mockup{width:280px;height:560px}.features{padding:4rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.feature-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem 1.5rem}.how-it-works{padding:4rem 0}.steps-grid{grid-template-columns:1fr;gap:2rem}.step-card{padding:2rem 1.5rem}.step-number{width:50px;height:50px;font-size:1.5rem}.app-showcase{padding:4rem 0}.showcase-row{flex-direction:column!important;gap:2rem;padding:2rem 0}.showcase-text,.showcase-visual{max-width:100%}.showcase-text h3{font-size:1.5rem}.step-badge{font-size:.75rem;padding:.4rem 1rem}.stats-section{padding:3rem 0}.stats-section .container{grid-template-columns:1fr;gap:1.5rem}.stat-item h3{font-size:2.5rem}.stat-item p{font-size:.95rem}.stat-divider{width:80px;height:1px;transform:rotate(0)}.download-cta{padding:4rem 0}.download-cta h2{font-size:2rem}.download-cta p{font-size:1rem}.download-cta .btn-primary{display:flex;margin:0 auto;width:auto;max-width:90%}.footer{padding:3rem 0 2rem}.footer-content{grid-template-columns:1fr;gap:2.5rem;text-align:left}.brand-col{text-align:left}.brand-col p{max-width:100%}.footer-col{text-align:left}.footer-col h4{margin-bottom:1rem}.footer-col a{display:block;margin-bottom:.75rem}.footer-btn{width:100%;max-width:100%}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center;padding-top:2rem}.footer-bottom p{order:3;font-size:.9rem;line-height:1.6}.footer-bottom .social-links{order:1}.footer-bottom .footer-links{order:2;justify-content:center}.footer-links{flex-direction:row;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{white-space:nowrap}}@media(max-width:480px){.header{padding:.75rem 0}.logo{gap:.5rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.hero-btns{gap:.75rem}.phone-mockup{width:240px;height:480px;border-radius:40px}.phone-mockup:before{width:80px;height:20px}.screen{border-radius:32px}.section-title{font-size:1.75rem}.feature-icon{width:50px;height:50px}.feature-card h3,.step-card h3{font-size:1.25rem}.stat-item h3{font-size:2rem}.logo-icon{width:35px;height:35px}.btn-primary{padding:.6rem 1.25rem;font-size:.85rem}}@media(max-width:380px){.hero-text h1{font-size:1.75rem}.phone-mockup{width:220px;height:440px}.btn-primary{padding:.55rem 1.1rem;font-size:.82rem}}.legal-page{min-height:100vh;padding:6rem 0 4rem;background:linear-gradient(135deg,#f8fafc,#e0e7ff,#f8fafc);position:relative}.legal-page:before{content:"";position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(180deg,rgba(99,102,241,.05) 0%,transparent 100%);pointer-events:none}.legal-page .container{max-width:900px;margin:0 auto;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;position:relative;z-index:1}.legal-page h1{font-size:2.5rem;color:var(--text);margin-bottom:.5rem;font-weight:800}.legal-page .last-updated{color:var(--text-muted);font-size:.95rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--surface)}.legal-page section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(99,102,241,.1)}.legal-page section:last-child{border-bottom:none;padding-bottom:0}.legal-page h2{font-size:1.75rem;color:var(--primary);margin-bottom:1.5rem;font-weight:700;padding-left:1rem;border-left:4px solid var(--primary)}.legal-page h3{font-size:1.25rem;color:var(--text);margin:1.5rem 0 .75rem;font-weight:600}.legal-page p{color:var(--text);line-height:1.8;margin-bottom:1rem}.legal-page ul{margin:1rem 0 1rem 2rem;color:var(--text)}.legal-page li{margin-bottom:.75rem;line-height:1.7}.legal-page strong{color:var(--primary);font-weight:600}@media(max-width:768px){.legal-page{padding:4rem 0 3rem}.legal-page .container{padding:0 1.5rem}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.5rem}.legal-page h3{font-size:1.15rem}}.instant-booking-page{min-height:100vh;display:flex;flex-direction:column;background:#0f172a;background-image:radial-gradient(at 0% 0%,hsla(253,16%,7%,1) 0,transparent 50%),radial-gradient(at 50% 0%,hsla(225,39%,30%,1) 0,transparent 50%),radial-gradient(at 100% 0%,hsla(339,49%,30%,1) 0,transparent 50%);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b;position:relative;overflow-x:hidden}.booking-header{position:sticky;top:0;z-index:100;padding:1.25rem 0;background:#0f172ab3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.booking-header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.booking-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:opacity .2s}.booking-logo:hover{opacity:.9}.booking-logo-icon{width:42px;height:42px;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:12px;padding:2px;box-shadow:0 0 20px #6366f14d}.booking-logo-icon img{width:100%;height:100%;object-fit:cover;border-radius:10px;background:#0f172a}.booking-logo-text{font-size:1.35rem;font-weight:700;color:#f8fafc;letter-spacing:-.02em}.back-home{color:#94a3b8;font-weight:500;font-size:.9rem;text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .2s}.back-home:hover{color:#f8fafc;background:#ffffff0d}.booking-main{flex:1;display:flex;justify-content:center;padding:6rem 1rem 4rem;position:relative;z-index:1}.booking-main .booking-header{position:sticky;top:0;z-index:1000;padding:1.25rem 0;background:#0f172ad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.booking-content-wrapper{width:100%;max-width:520px}.booking-card{background:#fffffffa;border-radius:32px;padding:3.5rem 3rem;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a;position:relative;overflow:hidden}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:3.5rem}.step-dot{width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.step-dot.active{background:#6366f1;color:#fff;box-shadow:0 0 0 4px #6366f126;transform:scale(1.1)}.step-dot.completed{background:#10b981;color:#fff}.step-line{width:50px;height:2px;background:#e2e8f0;margin:0 8px;border-radius:2px}.step-header{text-align:center;margin-bottom:3rem}.step-icon{width:72px;height:72px;background:#eff6ff;border-radius:24px;display:inline-flex;align-items:center;justify-content:center;color:#3b82f6;margin-bottom:1.5rem;box-shadow:inset 0 0 0 1px #3b82f61a}.step-icon.download{background:#ecfdf5;color:#10b981;box-shadow:inset 0 0 0 1px #10b9811a}.step-header h1{font-size:1.875rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.025em;line-height:1.2}.step-header p{font-size:1rem;color:#64748b;line-height:1.5}.booking-form{margin-bottom:2rem}.input-group label{display:block;font-weight:600;color:#334155;margin-bottom:.75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.phone-input-wrapper{display:flex;align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;padding:1rem 1.25rem;transition:all .3s ease}.phone-input-wrapper:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;transform:translateY(-1px)}.country-code{font-size:1.1rem;font-weight:600;color:#1e293b;padding-right:1rem;margin-right:1rem;border-right:1px solid #e2e8f0}.phone-input{flex:1;border:none;background:transparent;font-size:1.25rem;font-weight:500;color:#0f172a;outline:none;letter-spacing:.02em}.otp-input{text-align:center;letter-spacing:.75em;font-family:monospace;font-weight:600}.btn-submit{width:100%;background:#0f172a;color:#fff;border:none;padding:1.125rem;border-radius:16px;font-weight:600;font-size:1.05rem;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s;box-shadow:0 10px 20px -5px #0f172a4d}.btn-submit:hover:not(:disabled){background:#1e293b;transform:translateY(-2px);box-shadow:0 20px 30px -10px #0f172a66}.btn-submit:disabled{background:#94a3b8;transform:none;box-shadow:none;cursor:not-allowed}.btn-secondary{width:100%;background:transparent;color:#64748b;border:1px solid transparent;padding:.875rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;margin-top:1rem}.btn-secondary:hover{background:#f8fafc;color:#334155}.services-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.service-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer}.service-item:hover{border-color:#6366f1;box-shadow:0 10px 30px -10px #6366f133;transform:translateY(-4px)}.service-emoji{font-size:2.5rem;margin-bottom:.75rem;display:block}.service-name{font-size:1rem;font-weight:600;color:#334155;margin-bottom:1rem}.btn-book{width:100%;background:#eff6ff;color:#3b82f6;border:none;padding:.625rem;border-radius:10px;font-weight:600;font-size:.9rem;transition:all .2s}.service-item:hover .btn-book{background:#3b82f6;color:#fff}.error-alert{background:#fef2f2;border:1px solid #fee2e2;color:#ef4444;padding:1rem;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.booking-step-content{animation:fadeIn .4s ease-out forwards}@media(max-width:640px){.booking-card{padding:2.5rem 1.5rem;border-radius:24px}.services-list{grid-template-columns:1fr}.service-item{flex-direction:row;text-align:left;padding:1rem;gap:1rem}.service-emoji{margin-bottom:0;font-size:2rem}.service-name{margin-bottom:0;flex:1}.btn-book{width:auto;padding:.5rem 1rem}.booking-logo-text{color:#fff}}.admin-settings{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);padding:2rem 1rem}.settings-container{max-width:900px;margin:0 auto}.settings-header{text-align:center;margin-bottom:3rem;color:#fff}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:20px;margin-bottom:1.5rem;box-shadow:0 10px 40px #3b82f64d}.header-icon svg{color:#fff}.settings-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.settings-header p{font-size:1.1rem;color:#94a3b8}.message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-weight:500;animation:slideIn .3s ease-out}.message.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.message.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.settings-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 40px #0003}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-header h2{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.badge{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.card-content{color:#e2e8f0}.api-key-display{margin-bottom:2rem}.api-key-display label{display:block;font-weight:600;margin-bottom:.5rem;color:#cbd5e1;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.key-input-group{display:flex;gap:.5rem}.key-input{flex:1;padding:.875rem 1rem;background:#0f172a80;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:Courier New,monospace;font-size:.9rem;transition:all .2s}.key-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#94a3b8;cursor:pointer;transition:all .2s}.btn-icon:hover{background:#ffffff1a;color:#fff;border-color:#fff3}.btn-icon:active{transform:scale(.95)}.copy-success{display:block;margin-top:.5rem;color:#22c55e;font-size:.875rem;font-weight:500}.key-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem;background:#0f172a4d;border-radius:8px;margin-bottom:2rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item .label{font-size:.875rem;color:#94a3b8;font-weight:500}.info-item .value{font-size:1rem;color:#fff;font-weight:600}.info-item .value.active{color:#22c55e}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.btn-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.btn-danger:hover:not(:disabled){background:#ef444433;border-color:#ef444466}.no-key{text-align:center;padding:3rem 1rem}.no-key-icon{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);border-radius:50%;margin-bottom:1.5rem;color:#64748b}.no-key h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.no-key p{color:#94a3b8;margin-bottom:2rem;font-size:1.05rem}.doc-section{margin-bottom:2rem}.doc-section:last-child{margin-bottom:0}.doc-section h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.75rem}.doc-section p{color:#cbd5e1;margin-bottom:.75rem}.code-block{display:block;padding:1rem;background:#0f172a80;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#22c55e;font-family:Courier New,monospace;font-size:.875rem;overflow-x:auto;white-space:pre-wrap;word-break:break-all}pre.code-block{line-height:1.6}.security-list{list-style:none;padding:0;margin:0}.security-list li{padding:.75rem 1rem;background:#0f172a4d;border-left:3px solid #f59e0b;margin-bottom:.5rem;border-radius:4px;color:#cbd5e1}.security-list li:last-child{margin-bottom:0}@media(max-width:768px){.settings-header h1{font-size:2rem}.settings-card{padding:1.5rem}.action-buttons{flex-direction:column}.btn{width:100%;justify-content:center}.key-input-group{flex-wrap:wrap}.key-input{width:100%}}
