:root{--bg:#f6f6f6;--surface:#fff;--text:#5c5c5c;--text-h:#1a1a1a;--border:#e5e5e5;--primary:#1a1a1a;--secondary:#eee;--muted:#f2f2f2;--soft:#fafafa;--accent:#1a1a1a;--accent-soft:#1a1a1a0f;--accent-border:#1a1a1a26;--shadow:#0000000f 0 10px 20px -6px, #0000000a 0 4px 8px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/150% var(--sans);letter-spacing:.2px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--bg:#0e0e0f;--surface:#161616;--text:#b3b3b3;--text-h:#fff;--border:#2a2a2a;--primary:#fff;--secondary:#2a2a2a;--muted:#1d1d1d;--soft:#141414;--accent:#fff;--accent-soft:#ffffff0f;--accent-border:#ffffff26;--shadow:#0009 0 12px 24px -6px, #0006 0 4px 10px -2px}}html,body,#root{width:100%;height:100%;margin:0}#root{background:var(--bg);flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--text-h);text-align:center;font-weight:700;line-height:1.6}h1{letter-spacing:-1.5px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{font-size:24px}}h2{margin-bottom:10px;font-size:24px}p{margin:0}a{color:var(--text-h);text-decoration:none;transition:all .2s}a:hover{opacity:.7}button{font-family:var(--sans);background-color:var(--primary);color:#3f3e3e;border:1px solid var(--primary);cursor:pointer;border-radius:.375rem;outline:none;padding:.625rem 1rem;font-size:1rem;font-weight:600;transition:all .25s ease-in-out}button:hover,button:focus{color:var(--primary);background-color:#0000;box-shadow:0 0 0 2px #0000001a}button:disabled{opacity:.6;cursor:not-allowed}.container{width:100%;max-width:1200px;margin:0 auto;padding:24px}.section{margin-bottom:40px}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:20px}.panel{background:var(--soft);border:1px solid var(--border);border-radius:12px}code{font-family:var(--mono);background:var(--muted);color:var(--text-h);border-radius:6px;padding:4px 8px}.navbar{color:#2b2929;background-color:#fcfcfc;justify-content:space-between;align-items:center;height:70px;padding:.5rem 5rem;display:flex;position:relative;box-shadow:0 2px 4px #3838385e}.nav-links{flex-direction:row;gap:20px;margin:0;padding:0;list-style:none}.logo img{align-items:center;height:125px;margin-top:10px;margin-left:-20px}.nav-links{gap:1.2rem;margin-top:1rem;list-style:none;display:flex}nav a{color:#000;text-decoration:none;position:relative}nav a:after{content:"";background-color:#2c2c2c;width:0;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:-5px;left:0}nav a:hover:after{width:100%}.nav-links li{cursor:pointer;font-size:medium;font-weight:600;transition:color .2s,opacity .2s}.nav-links li:hover{opacity:.7;color:#4e4b49}.signup-button{color:#fff;background-color:#2b2b2b;border-radius:20px;padding:.3rem 1rem;font-weight:700;transition:background-color .2s,opacity .2s}.signup-button:hover{box-shadow:0 0 0 6px #ffffff2e}.hamburger{cursor:pointer;width:50px;height:35px;display:none;position:relative}.arrow1{width:25px;transition:transform .4s;position:absolute;top:50%;right:-15px;transform:translateY(-50%)}.arrow2{width:25px;transition:transform .4s;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.arrow2.open{transform:translateY(-50%)translate(8px)}.navbar{z-index:999;position:relative}.user-menu{position:relative}.client-portal-link{color:inherit;font:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;align-items:center;gap:6px;display:flex}.dropdown-arrow{font-size:.8rem;line-height:1}.dropdown-menu{z-index:9999;background:#1c1c1cc2;border:1px solid #ffffff1f;border-radius:1px;min-width:180px;padding:8px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 18px 35px #0000009c}.dropdown-item{color:#fff;text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:none;border-radius:5px;padding:11px 14px;text-decoration:none;display:block}.dropdown-item:hover{color:#000;background:#bdbcbce1}@media (width<=768px){.user-menu{width:100%;height:100rem!important}.client-portal-link{white-space:normal;text-align:center;justify-content:center}.dropdown-menu{width:min(220px,90vw);position:absolute;top:2.5rem;left:50%;right:auto;transform:translate(-50%)}.dropdown-item{text-align:center}}@media screen and (width<=768px){.nav-links{background-color:#fcfcfc;flex-direction:column;width:100%;max-height:0;padding:0;transition:max-height .4s,padding .4s;display:flex;position:absolute;top:-5px;right:0;overflow:hidden;box-shadow:0 6px 8px -4px #0003}.logo img{align-items:center;height:85px;margin-top:10px}.nav-links.active{max-height:45rem;padding:1rem}.nav-links li{padding:.5rem 0}.hamburger{display:flex}.navbar{height:50px;padding:.2rem 1rem}}.auth-modal-overlay{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.auth-submit-btn,.auth-method-email,.auth-method-google{color:#111;box-shadow:none;background:#f5f5f5;border:none}.auth-submit-btn:hover,.auth-method-email:hover,.auth-method-google:hover{background:#ebebeb}.auth-modal::-webkit-scrollbar{display:none}.auth-modal{scrollbar-width:none;-ms-overflow-style:none;color:#fff;background:linear-gradient(145deg,#111,#1b1b1b);border:1px solid #ffffff1f;border-radius:24px;width:min(100%,480px);max-height:calc(100dvh - 2rem);padding:2rem;position:relative;overflow-y:auto;box-shadow:0 24px 80px #00000073}.auth-close-btn{width:auto;height:auto;box-shadow:none;color:#d6d6d6;cursor:pointer;appearance:none;background:0 0;border:0;border-radius:0;outline:none;padding:0;font-size:1.8rem;line-height:1;transition:color .2s,transform .2s;position:absolute;top:1rem;right:1rem}.auth-close-btn:hover{color:#8a0505;transform:scale(1.04)}.auth-modal-header{margin-bottom:1.25rem;padding-right:2rem}.auth-eyebrow{color:#a5a5a5;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.72rem;font-weight:700;display:block}.auth-modal-header h2{margin:0;font-size:1.9rem;line-height:1.15}.auth-modal-header p{color:#c7c7c7;margin:.6rem 0 0;font-size:.95rem;line-height:1.5}.auth-mode-toggle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:1rem;padding:.35rem;display:grid}.auth-mode-toggle button{color:#bdbdbd;cursor:pointer;background:0 0;border:none;padding:.75rem;font-weight:700;transition:background .2s,color .2s}.auth-mode-toggle button.active{color:#111;background:#fff}.auth-method-row{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.auth-method-btn{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.55rem;max-height:35px;padding:.8rem .9rem;font-size:.675rem;font-weight:800;transition:transform .2s,opacity .2s,box-shadow .2s;display:inline-flex}.auth-method-btn:hover{transform:translateY(-1px)}.auth-method-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.auth-modal button{appearance:none;box-shadow:none;border:0;outline:none;font-family:inherit}.auth-modal button:focus{outline:none}.auth-modal button:focus-visible{outline-offset:3px;outline:2px solid #f5fff973}.auth-method-google{color:#0f0f0f;background:#e4e3e3;font-size:small;box-shadow:inset 0 0 0 1px #00000014}.auth-form{flex-direction:column;gap:.85rem;display:flex}.auth-modal-header h2{color:#fff;text-align:left}.auth-field{flex-direction:column;gap:.45rem;display:flex}.auth-field span{color:#e8e8e8;font-size:.86rem;font-weight:700}.auth-field input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;outline:none;width:100%;min-width:0;padding:.95rem 1rem;font-size:16px;transition:border-color .2s,background .2s,box-shadow .2s}.auth-field input:focus{background:#ffffff14;border-color:#f5fff9b3;box-shadow:0 0 0 4px #7fa38526}.auth-password-field{position:relative}.auth-password-field input{padding-right:3rem}.auth-password-field button{color:#cfcfcf;cursor:pointer;background:0 0;border:none;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.auth-forgot-btn{color:#f5fff9;cursor:pointer;background:0 0;border:none;align-self:flex-end;font-size:.86rem;font-weight:700}.auth-forgot-btn:hover{text-decoration:underline}.auth-submit-btn{color:#111;cursor:pointer;background:#f5fff9;border:none;border-radius:14px;width:100%;padding:.95rem 1rem;font-weight:900;transition:transform .2s,opacity .2s}.auth-submit-btn:hover{transform:translateY(-1px)}.auth-submit-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.auth-error{color:#3b2c2c;background:#ff5e5e1a;border:1px solid #ff5e5e59;border-radius:14px;margin-bottom:1rem;padding:.8rem .9rem;font-size:.88rem}.auth-footer{color:#c7c7c7;justify-content:center;align-items:center;gap:.45rem;margin-top:1.2rem;font-size:.92rem;display:flex}.auth-footer button{color:#f5fff9;cursor:pointer;background:0 0;border:none;font-weight:800}.auth-snackbar{z-index:1000;color:#111;background:#f5fff9;border-radius:999px;padding:.8rem 1.15rem;font-size:.9rem;font-weight:800;position:fixed;top:1rem;left:50%;box-shadow:0 18px 50px #00000059}.auth-snackbar .auth-divider{color:#9a9a9a;align-items:center;margin:1rem 0;font-size:.85rem;display:flex}.auth-snackbar .auth-divider:before,.auth-snackbar .auth-divider:after{content:"";background:#ffffff26;flex:1;height:1px}.auth-snackbar .auth-divider span{text-transform:lowercase;white-space:nowrap;padding:0 .75rem}@media (width<=520px){.auth-modal-overlay{padding:.75rem}.auth-modal{border-radius:20px;width:100%;max-height:calc(100dvh - 1.5rem);padding:1.25rem}.auth-modal-header h2{font-size:1.55rem}.auth-method-row{grid-template-columns:1fr}.auth-footer{text-align:center;flex-direction:column;gap:.35rem}}@media (width<=360px){.auth-modal{border-radius:18px;padding:1rem}.auth-modal-header h2{font-size:1.35rem}.auth-eyebrow{font-size:.65rem}li.password-rule.met{color:#2e7d32}li.password-rule.met svg{fill:#2e7d32;color:#2e7d32}li.password-rule:not(.met){color:#d32f2f}li.password-rule:not(.met) svg{fill:#d32f2f;color:#d32f2f}input.password-match{border-color:#2e7d32!important;outline:2px solid #2e7d32!important}input.password-mismatch{border-color:#d32f2f!important;outline:2px solid #d32f2f!important}ul{padding-left:0;list-style-type:none}li.password-rule:not(.met),li.password-rule.met,li.password-rule:not(.met),li.password-rule:not(.met),li.password-rule.met{list-style-type:none}li.password-rule.met,li.password-rule:not(.met),li.password-rule:not(.met),li.password-rule.met{list-style-type:none}li.password-rule.met,li.password-rule:not(.met),li.password-rule:not(.met),li.password-rule.met{list-style-type:none}li.password-rule.met,li.password-rule:not(.met),li.password-rule:not(.met),li.password-rule.met{list-style-type:none}.password-helper>div:first-child{justify-content:space-between!important;align-items:center!important;width:100%!important;margin-bottom:12px!important;display:flex!important}.password-helper span:first-of-type{margin-right:15px!important}input:not([type=range]){border-color:#d32f2f;outline:2px solid #d32f2f}svg.password-icon{fill:#d32f2f;color:#d32f2f;filter:drop-shadow(0 0 5px #d32f2f)drop-shadow(0 0 10px #d32f2f);margin-right:12px;transition:filter .3s}svg.password-icon{fill:#d32f2f;color:#d32f2f}svg.password-icon.success{fill:#2e7d32;color:#2e7d32}ul{flex-direction:column;gap:12px;padding-left:0;list-style-type:none;display:flex}li.password-rule:not(.met){align-items:center;list-style:none;display:flex}li.password-rule.met,li.password-rule:not(.met),li.password-rule:not(.met),li.password-rule.met{list-style-type:none}.auth-field span{margin-right:15px;display:inline-block}.password-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}li.password-rule{align-items:center!important;margin-bottom:10px!important;display:flex!important}li.password-rule svg.password-icon{flex-shrink:0!important;margin-right:12px!important;transition:filter .3s,fill .3s!important}li.password-rule.met svg.password-icon{fill:#00ff41!important;filter:drop-shadow(0 0 2px #00ff41)drop-shadow(0 0 8px #00ff41)!important}li.password-rule:not(.met) svg.password-icon{fill:#ff003c!important;filter:drop-shadow(0 0 2px #ff003c)drop-shadow(0 0 8px #ff003c)!important}}input:not([type=range]){border-color:#d32f2f;outline:2px solid #d32f2f}svg.password-icon{fill:#d32f2f;color:#d32f2f;filter:drop-shadow(0 0 5px #d32f2f)drop-shadow(0 0 10px #d32f2f);margin-right:12px;transition:filter .3s}svg.password-icon{fill:#d32f2f;color:#d32f2f}svg.password-icon.success{fill:#2e7d32;color:#2e7d32}ul{flex-direction:column;gap:12px;padding-left:0;list-style-type:none;display:flex}li.password-rule:not(.met){align-items:center;list-style:none;display:flex}li.password-rule.met,li.password-rule:not(.met),li.password-rule:not(.met),li.password-rule.met{list-style-type:none}.hero{isolation:isolate;background-image:url(https://res.cloudinary.com/dujzxt3a3/image/upload/v1782564580/khalibaby24k_3_k1enzz.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:570px;padding:2rem;display:flex}.hero h1{color:#fffdfd;text-transform:uppercase;text-align:left;max-width:850px;margin-bottom:50px;margin-left:-350px;font-size:clamp(1.5rem,4vw,3rem);line-height:1.3}.hero h1 span{color:#e8daf3;margin-top:1rem;font-weight:400;display:block}.cta-button{color:#f3f3f3;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background-color:#141414;border:none;align-items:center;gap:.2rem;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:absolute;bottom:40px;right:1rem;border-radius:50px!important}.cta-button:hover{background-color:#ebe9e944;transform:translateY(-2px)}@media (width<=768px){button.cta-button{position:absolute;bottom:20px;left:50%;right:auto;transform:translate(-50%)}}.cta-icon{width:30px;height:auto}.animated-text{font-weight:700;transition:all .12s ease-out;display:inline-block}.animated-wrapper{justify-content:center;align-items:center;min-height:60px;display:flex;position:relative;overflow:hidden}.animated-text{width:100%;position:absolute;left:0}.animated-container{min-width:320px;min-height:50px;display:inline-block;position:relative}.animated-text{display:inline-block}@media (width<=768px){.hero{min-height:400px;padding:1rem}.hero h1{color:#fff;max-width:100%;margin-left:-150px;font-size:clamp(1.5rem,.5vw,.5rem)!important}.cta-button{padding:10px 20px;font-size:.9rem;bottom:20px;right:.5rem}}@media (width>=700px) and (width<=1024px){.hero h1{color:#fff;max-width:100%;text-align:left!important;margin-left:15px!important;font-size:clamp(3rem,3.5vw,4rem)!important}}@media screen and (width<=768px){.hero{text-align:center;justify-content:center;align-items:flex-start;height:100vh;min-height:500px;padding:8rem 1.5rem 1.5rem;display:flex}.hero h1{text-align:left;margin:0;font-size:2rem;line-height:1.5}.hero h1 span{margin-top:.8rem;font-size:1rem}}@media screen and (width<=480px){.hero{align-items:center;min-height:480px;padding:1rem}.hero h1{text-align:center;align-items:end;max-width:980px;margin-left:10px;font-size:1.8rem;line-height:1.75rem}.hero h1 span{font-size:1rem}}.hero-content{z-index:1;max-width:900px;position:relative}@media screen and (width<=768px){.cta-button{gap:.4rem;padding:.6rem 1.5rem;font-size:.9rem;bottom:95px;right:30px}.cta-icon{width:16px}}@media screen and (width<=480px){.cta-button{gap:.1rem;padding:.35rem .8rem;font-size:.5rem;right:142px}.cta-icon{width:20px;height:auto;margin-right:-8px}}@media (width<=520px){.booking-modal{border-radius:20px;width:100%;padding:1.25rem}.booking-modal-header h2{font-size:1.55rem}}@media (width<=360px){.booking-modal{border-radius:18px;padding:1rem}.booking-modal-header h2{font-size:1.35rem}}.banner{background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:60px 20px 40px;display:flex}.banner-text{text-align:center;width:100%;max-width:900px;margin-bottom:50px;padding:0 10px}.banner-text p{color:#1a1a1a;letter-spacing:.2px;margin:0;font-size:1.05rem;line-height:1.8}.cta-btn{color:#fff;cursor:pointer;background:#2c2b2b;border:none;border-radius:9px;margin-top:25px;padding:10px 20px;font-size:.95rem;font-weight:500;transition:all .25s;box-shadow:0 4px 12px #00000014}.cta-btn:hover{background:#fdfcfc;transform:translateY(-2px)}.cta-btn:active{transform:scale(.97)}.cards-wrapper{grid-template-columns:1fr;gap:20px;width:100%;max-width:1200px;padding:0 10px;display:grid}.service-card{width:100%}.ant-card{border:1px solid #77767656;transition:all .3s;overflow:hidden;border-radius:16px!important}.ant-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000014}.ant-card-cover img{object-fit:contain;background:#fff;height:200px;padding:20px}.ant-card-meta-title{font-weight:600;font-size:1.1rem!important}.ant-card-meta-description{color:#555;font-size:.9rem}.ant-btn-primary{background:#292828;border-color:#161616;border-radius:8px}.ant-btn-primary:hover{background:#222;border-color:#222}@media (width<=480px){.banner{padding:40px 15px}.banner-text p{font-size:.95rem;line-height:1.7}.cta-btn{width:100%;font-size:.9rem}.ant-card-cover img{height:140px}}.store{text-align:center;background:#fff;padding:80px 20px}.store h2{margin-bottom:10px;font-size:2.2rem}.store p{color:#666;margin-bottom:40px}.store-viewport{width:100%;overflow:hidden}.store-track{gap:30px;width:max-content;display:flex}.store-card{flex:none;width:320px}.store-card .ant-card{color:#fff;border-radius:16px;transition:all .3s;overflow:hidden;transform:scale(1)}.store-card img{object-fit:cover;height:300px}.store-card:hover .ant-card{transform:translateY(-6px)}.store{background:#fff;padding:100px 5%}.store-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.store-header h2{font-size:2rem;font-weight:700}.store-tabs span{cursor:pointer;color:#6b7280;margin-left:20px}.store-tabs .active{color:#000;font-weight:600}.store-container{grid-template-columns:1.2fr 2fr;gap:40px;display:grid}.store-feature{background:#f7f7f7;border-radius:16px;padding:30px;position:relative}.store-feature img{object-fit:contain;width:100%}.feature-info{margin-top:20px}.feature-info h2{font-size:1.4rem}.feature-info p{color:#6b7280}.feature-info span{margin:10px 0;font-weight:700;display:block}.feature-info button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;padding:10px 20px}.store-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.product-card{background:#fafafa;border-radius:12px;padding:20px;transition:all .3s}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;margin-bottom:10px}.product-card h4{font-size:.95rem}.product-card p{font-weight:600}@media (width>=600px){.cards-wrapper{grid-template-columns:repeat(2,1fr);gap:24px}.banner-text p{font-size:1.15rem}.cta-btn{font-size:1rem}}@media (width>=992px){.banner{padding:80px 40px}.cards-wrapper{grid-template-columns:repeat(3,1fr);gap:30px}.banner-text{margin-bottom:60px}.banner-text p{font-size:1.25rem;line-height:1.9}}@media (width>=1400px){.banner-text{max-width:1000px}.banner-text p{font-size:1.35rem}.cards-wrapper{max-width:1300px}}.store-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin:35px 0;display:flex}.store-search{flex:1;min-width:260px;max-width:500px}.footer{color:#1f1e1e;background:#fcfcfc;padding:60px 40px 30px;font-family:Helvetica Neue,Arial,sans-serif}.footer .dmca-badge{text-align:right}.footer-container{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.footer-logo{object-fit:contain;width:340px;margin-bottom:15px}.footer-brand p{color:#575555;max-width:250px;font-size:14px}.footer-links{gap:60px;display:flex}.footer-column{flex-direction:column;display:flex}.footer-column h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;font-size:13px}.footer-column a{color:#5f5f5f;margin-bottom:10px;font-size:14px;text-decoration:none;transition:all .3s}.footer-column a:hover{color:#fff}.footer-bottom{text-align:center;color:#777;border-top:1px solid #222;margin-top:50px;padding-top:20px;font-size:13px}@media (width<=768px){.footer{padding:50px 20px 20px}.footer-container{flex-direction:column;gap:40px}.footer-links{flex-direction:column;gap:30px}.footer-column h4{margin-bottom:10px}.footer-column a{margin-bottom:8px}.footer-logo{width:120px}.footer-brand p{font-size:13px}}.grid-section{color:#fff;background:#141414;padding:80px 40px}.grid-header{text-align:center;margin-bottom:60px}.grid-header h1{letter-spacing:1px;color:#bdbdbd;font-size:40px;font-weight:600}.grid-header span{color:#fff;font-weight:800}.grid-container{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.grid-item{cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.grid-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.grid-item:hover img{transform:scale(1.1)}.overlay{background:linear-gradient(#0000,#3a3939b3);width:100%;padding:20px;position:absolute;bottom:0}.overlay h3{letter-spacing:1px;color:#eee;margin:0;font-size:16px}.overlay h5{letter-spacing:1px;color:#eee;text-align:center;margin:0;font-size:10px}@media (width<=1024px){.grid-container{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.grid-container{grid-template-columns:repeat(2,1fr)}.grid-header h1{font-size:28px}}@media (width<=480px){.grid-container{grid-template-columns:1fr}}.client-portal-loading{text-align:center;padding:40px}.client-portal-layout{background:#2b2b2b;min-height:100vh}.client-portal-layout .ant-layout,.client-portal-layout .ant-layout-content{background:#2b2b2b}.client-portal-layout .ant-layout-sider{background:#2b2b2b!important}.client-portal-sidebar-logo{color:#fff;background:#2b2b2b;border-bottom:1px solid #2c2c2c;padding:20px;font-weight:700}.ant-layout-sider,.ant-layout-sider-children,.ant-menu.ant-menu-dark{background:#2b2b2b!important}.ant-menu-dark .ant-menu-item{color:#d9d9d9!important;background:0 0!important}.ant-menu-dark .ant-menu-item:hover{color:#fff!important;background:#3a3a3a!important}.ant-menu-dark .ant-menu-item-selected{color:#fff!important;background:#4a4a4a!important}.ant-menu-dark .ant-menu-item-selected .anticon{color:#fff!important}.ant-layout-sider-trigger{color:#fff!important;background:#2b2b2b!important}.client-portal-header{border-bottom:1px solid #5c5b5b;padding:0 24px;background:#fff!important}.client-portal-header-title{color:#2b2b2b!important;margin:0!important}.client-portal-content{background:#1f1f1f;margin:24px}.client-portal-content p,.client-portal-content span,.client-portal-content label,.client-portal-content strong{color:#e5e5e5}.client-portal-layout .ant-typography{color:#fff}.client-portal-layout .ant-card{background:#262626;border:1px solid #333;border-radius:12px}.client-portal-layout .ant-card-head{border-bottom:1px solid #333}.client-portal-layout .ant-card-head-title{color:#fff}.client-portal-layout .ant-table{color:#fff;background:#262626}.client-portal-layout .ant-table-thead>tr>th{border-bottom:1px solid #333;color:#fff!important;background:#202020!important}.client-portal-layout .ant-table-tbody>tr>td{color:#e5e5e5;border-bottom:1px solid #333;background:#262626!important}.client-portal-layout .ant-input,.client-portal-layout .ant-input-password,.client-portal-layout .ant-select-selector,.client-portal-layout .ant-input-affix-wrapper{color:#fff!important;background:#1a1a1a!important;border:1px solid #3a3a3a!important}.client-portal-layout .ant-input::placeholder{color:#888}.client-portal-layout .ant-btn-default{color:#fff;background:#2d2d2d;border:1px solid #444}.client-portal-layout .ant-btn-default:hover{color:#fff;background:#3a3a3a}.client-portal-layout .ant-menu-dark{background:#2b2b2b}.client-portal-layout .ant-menu-dark .ant-menu-item-selected{background-color:#2f2f2f!important}.client-portal-layout .ant-divider{border-color:#333}.client-portal-logo{color:#fff;padding:20px;font-weight:700}.client-portal-header{background:#fff;padding:0 24px}.client-portal-header-title{margin:0!important}.client-portal-content{margin:24px}.client-portal-alert{margin-bottom:16px}.subscription-renewal{margin-top:12px}.business-logo-preview{object-fit:contain;border:1px solid #d9d9d9;border-radius:8px;width:90px;height:90px;margin-bottom:16px;padding:8px}.business-logo-editor{margin-bottom:20px}.business-logo-editor img{object-fit:contain;border:1px solid #d9d9d9;border-radius:8px;width:100px;height:100px;padding:8px}.full-width-space{width:100%}.section-spacing{width:100%;margin-bottom:16px}.search-input{width:320px}.filter-select{width:180px}.ant-btn{transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s}.ant-btn-primary{color:#fff!important;background:#9dd44f!important;border-color:#028a14!important}.ant-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f159;color:#fff!important;background:#133722!important;border-color:#054405!important}.ant-btn-default{color:#e5e5e5!important;background:#2f2f2f!important;border-color:#444!important}.ant-btn-default:hover{transform:translateY(-1px);color:#fff!important;background:#3b3b3b!important;border-color:#5a5a5a!important}.ant-btn-dangerous{color:#fca5a5!important;background:#3a1f1f!important;border-color:#7f1d1d!important}.ant-btn-dangerous:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7f1d1d59;color:#fff!important;background:#7f1d1d!important;border-color:#991b1b!important}.ant-btn-background-ghost{color:#d1d5db!important;border-color:#6b7280!important}.ant-btn-background-ghost:hover{color:#fff!important;background:#ffffff14!important;border-color:#9ca3af!important}.ant-btn:disabled,.ant-btn-disabled{cursor:not-allowed;color:#666!important;box-shadow:none!important;background:#262626!important;border-color:#333!important;transform:none!important}@media (width<=768px){.search-input,.filter-select{width:100%}.client-portal-header{background:#fff;padding:0 24px}.client-portal-header-title{size:1rem!important;margin:0!important}}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.local-guide{color:#fff;background:#0b0b0b;width:100%;padding:4rem 6%}.guide-hero{margin-bottom:2.5rem}.guide-hero p{color:#8f8f8f;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem;font-size:.95rem}.guide-hero h1{max-width:100%;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,4rem);line-height:1.1;text-align:center!important}.add-business-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;outline:none;padding:.5rem 1rem;font-weight:600;transition:all .25s}.add-business-btn:hover{opacity:.92;transform:translateY(-2px)}.guide-filters{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.guide-filters select,.guide-filters label{color:#fff;background:#151515;border:1px solid #ffffff14;border-radius:8px;padding:.5rem 1rem}.guide-filters select{outline:none;min-width:180px}.guide-filters label{cursor:pointer;align-items:center;gap:.6rem;display:flex}.guide-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.guide-preview-card{background:#121212;border:1px solid #ffffff0f;border-radius:22px;transition:all .25s;position:relative;overflow:hidden}.guide-preview-card:hover{border-color:#ffffff24}.preview-image-wrapper{height:300px;position:relative;overflow:hidden}.preview-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.guide-preview-card:hover .preview-image-wrapper img{transform:scale(1.05)}.preview-overlay{background:linear-gradient(#0000001f,#000000e0);flex-direction:column;justify-content:flex-end;padding:1.2rem;display:flex;position:absolute;inset:0}.preview-overlay span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-radius:999px;width:fit-content;margin-bottom:.9rem;padding:.35rem .7rem;font-size:.8rem;display:inline-flex}.preview-overlay h2{color:#fff;margin-bottom:.35rem;font-size:2rem;line-height:1.2}.preview-overlay p{color:#c7c7c7;font-size:.95rem}.preview-content{padding:1.2rem}.preview-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;display:flex}.preview-description{color:#b6b6b6;margin-bottom:1.2rem;font-size:.95rem;line-height:1.6}.status-open,.status-closed{border-radius:999px;padding:.35rem .8rem;font-size:.82rem;font-weight:600}.status-open{color:#4ade80;background:#22c55e24}.status-closed{color:#f87171;background:#ef444424}.view-more-btn{color:#e9dfdf;cursor:pointer;background:#333333c0;border:none;border-radius:14px;outline:none;width:100%;padding:.5rem 1rem;font-weight:600;transition:all .25s}.view-more-btn:hover{transform:translateY(-2px)}.admin-preview-actions{margin-top:1rem}.admin-card-actions{flex-direction:column;gap:.7rem;margin-top:.8rem;display:flex;overflow:hidden}.business-details-modal .ant-modal-content{color:#000;border:1px solid #ffffff14;border-radius:24px;overflow:hidden}.business-details-modal .ant-modal-close{color:#fffcfc;margin-top:.8rem;margin-right:.8rem}.business-detials-modal .ant-modal-close:hover{opacity:.85;color:#fff!important}.business-details-modal .ant-modal-content{margin-bottom:16rem;background-color:#000!important}.business-details-content{background-color:#070707;flex-direction:column;gap:2rem;padding:2rem;display:flex}.details-banner{object-fit:cover;border-radius:4px;width:100%;height:400px}.details-header{flex-direction:column;gap:.5rem;display:flex}.details-header h1{color:#fff;font-size:clamp(2rem,5vw,3rem);line-height:1.05}.details-header span{color:#b3b3b3}.details-section{flex-direction:column;gap:1rem;display:flex}.details-section h3{color:#fff;font-size:1.3rem}.details-section p{color:#d2d2d2;font-size:1rem;line-height:1.5}.details-branches-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.details-branch-card{background:#181818;border:1px solid #ffffff0f;border-radius:18px;padding:1.2rem}.details-branch-card h4{margin-bottom:.6rem}.visit-site-btn{color:#d1cece;background:#2b2b2b;border-radius:14px;justify-content:center;align-items:center;width:fit-content;padding:1rem 1.4rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.visit-site-btn:hover{color:gray;transform:translateY(-2px)}.branch-form-group{background:#ffffff08;border-radius:16px;margin-bottom:1rem;padding:1rem}@media (width<=768px){.local-guide{padding:3rem 1rem}.guide-grid{grid-template-columns:1fr}.preview-image-wrapper{height:220px}.details-banner{height:240px}.guide-filters{flex-direction:column}.guide-filters select,.guide-filters label{width:100%}}.visit-site-btn{align-items:center;gap:8px;display:inline-flex}.billboard{background:#111;border-radius:0;width:100%;height:520px;margin-top:0;position:relative;overflow:hidden}.billboard-image{object-fit:cover;width:100%;height:100%}.billboard-overlay{color:#fff;background:linear-gradient(90deg,#000000c7,#00000059,#0000001a);flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem;display:flex;position:absolute;inset:0}.billboard-category{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:1px;background:#ffffff26;border-radius:30px;margin-bottom:1rem;padding:8px 16px;font-size:.85rem}.billboard-overlay h2{color:#fffdfd;max-width:750px;margin-bottom:1rem;font-size:clamp(2rem,5vw,4.5rem)}.billboard-overlay p{max-width:620px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.billboard-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:14px 28px;font-weight:600;transition:all .3s}.billboard-btn:hover{background:#f1f1f1;transform:translateY(-3px)}@media (width<=768px){.billboard{border-radius:0;height:400px}.billboard-overlay{padding:2rem}.billboard-overlay p{font-size:.95rem}}*{box-sizing:border-box}.booking-modal-overlay{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.booking-modal{color:#fff;scrollbar-width:none;background:linear-gradient(145deg,#111,#1b1b1b);border:1px solid #ffffff1f;border-radius:24px;width:min(100%,520px);max-height:calc(100dvh - 2rem);padding:2rem;position:relative;overflow-y:auto;box-shadow:0 24px 80px #00000073}.booking-modal::-webkit-scrollbar{display:none}.booking-close-btn{color:#d6d6d6;cursor:pointer;background:0 0;font-size:1.8rem;transition:color .2s,transform .2s;position:absolute;top:1rem;right:1rem;border:none!important}.booking-close-btn:hover{color:#8a0505;transform:scale(1.04)}.booking-modal-header{margin-bottom:1.5rem;padding-right:2rem}.booking-eyebrow{color:#a5a5a5;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.72rem;font-weight:700;display:block}.booking-modal-header h2{color:#fff;margin:0;font-size:1.9rem;line-height:1.15}.booking-modal-header p{color:#c7c7c7;margin-top:.75rem;font-size:.95rem;line-height:1.6}.booking-form{flex-direction:column;gap:1rem;display:flex}.booking-field{flex-direction:column;gap:.45rem;display:flex}.booking-field span{color:#e8e8e8;font-size:.86rem;font-weight:700}.booking-field input,.booking-textarea{color:#fff;resize:vertical;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;outline:none;width:100%;padding:.95rem 1rem;font-size:16px;transition:border-color .2s,background .2s,box-shadow .2s}.booking-field input:focus,.booking-textarea:focus{background:#ffffff14;border-color:#f5fff9b3;box-shadow:0 0 0 4px #7fa38526}.booking-textarea{min-height:120px}.booking-submit-btn{color:#111;cursor:pointer;background:#f5f5f5;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:1rem;font-weight:900;transition:transform .2s,background .2s,opacity .2s;display:flex;overflow:hidden}.booking-submit-btn:hover{background:#ebebeb}.booking-submit-btn:disabled{opacity:.65;cursor:not-allowed}.booking-arrow{width:18px;height:18px}.booking-btn-text{font-size:.95rem;font-weight:800}.booking-error{color:#ffb4b4;background:#ff5e5e1a;border:1px solid #ff5e5e59;border-radius:14px;margin-bottom:1rem;padding:.8rem .9rem;font-size:.88rem}.success-snackbar{z-index:1000;color:#111;background:#f5fff9;border-radius:999px;padding:.8rem 1.15rem;font-size:.9rem;font-weight:800;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #00000059}@media (width<=520px){.booking-modal{border-radius:20px;width:100%;padding:1.25rem}.booking-modal-header h2{font-size:1.55rem}}@media (width<=360px){.booking-modal{border-radius:18px;padding:1rem}.booking-modal-header h2{font-size:1.35rem}}.hero-header{color:#fffdfd;background:#141414;flex-direction:column;justify-content:center;min-height:80vh;padding:5rem 8%;display:flex;overflow:hidden}.hero-label{letter-spacing:4px;text-transform:uppercase;opacity:.75;margin-bottom:1rem;font-size:.85rem}.hero-title{text-transform:uppercase;max-width:1000px;font-size:clamp(2.4rem,7vw,6rem);font-weight:800;line-height:1}.hero-title span{color:#d6d6d6;margin-top:1rem;display:block}.hero-line{background:#fff;border-radius:10px;height:4px;margin-top:2rem}.services-page{color:#fff;background:#111;min-height:100vh;padding:4rem 6%}.service-tabs{margin:60px auto}.service-tabs .ant-tabs-nav{margin-bottom:40px}.service-tabs .ant-tabs-nav:before{border-bottom:none}.service-tabs .ant-tabs-tab{background:#2b2b2b;border:2px solid #2b2b2b;border-radius:30px;height:56px;padding:0 40px;font-size:15px;font-weight:500;transition:all .25s;color:#ddd!important;margin:0 10px!important}.service-tabs .ant-tabs-tab:hover{color:#ddd!important}.service-tabs .ant-tabs-tab-active{background:#838383!important;border-color:#2b2b2b!important}.service-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:600;color:#fff!important}.service-tabs .ant-tabs-ink-bar{display:none}.service-tabs .ant-tabs-tab-btn{color:inherit;color:#ddd!important}.service-tabs .ant-tabs-tab-btn:focus,.service-tabs .ant-tabs-tab-btn:active{color:inherit}@media (width<=768px){.service-tabs .ant-tabs-nav-wrap{overflow-x:auto}.service-tabs .ant-tabs-tab{white-space:nowrap;padding:0 22px;margin-right:8px!important}}.services-hero{max-width:1000px;margin:0 auto 3rem}.services-hero p{text-transform:uppercase;letter-spacing:4px;color:#bdbdbd;font-size:.8rem}.services-hero h1{text-transform:uppercase;text-align:center;max-width:900px;font-size:clamp(2rem,8vw,4rem);font-weight:900;line-height:.95}.services-intro{text-align:center;color:#fcfcfc;width:100%;margin:0 auto}.add-service-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:.9rem 1.6rem;font-weight:700}.services-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.service-card{background:#fcfcfc;border:1px solid #e8e8e8;border-radius:24px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.service-card:hover{transform:translateY(-7px);box-shadow:0 18px 40px #0000000a}.service-image-wrap{width:100%;height:240px;position:relative;overflow:hidden}.service-image-wrap img{object-fit:cover;width:100%;height:100%}.special-badge{color:#fff;background:#1f1f1f;border-radius:50px;padding:6px 14px;font-size:12px;font-weight:600;position:absolute;top:18px;right:18px}.service-content{flex-direction:column;flex:1;padding:25px;display:flex}.service-category{color:#7a7a7a;text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:600}.service-content h2{color:#2d2d2d;margin:10px 0 14px;font-size:28px;font-weight:700}.service-description{color:#666;margin-bottom:24px;font-size:15px;line-height:1.7}.service-bottom{justify-content:space-between;align-items:flex-end;gap:20px;margin-top:auto;padding-top:18px;display:flex}.service-price{align-items:flex-start;gap:6px;margin-top:-2rem;display:flex}.feature-modal .ant-modal-body{padding:8px!important}.feature-modal.ant-modal{margin:24px auto!important}.ant-modal-root .ant-modal-wrap{padding:24px 24px 100px}.feature-modal.ant-modal{max-width:calc(100vw - 48px);margin:24px auto 44px}.feature-modal .ant-modal-body{padding-bottom:52px}.service-btn{border-radius:12px;min-width:180px;height:48px;font-weight:600}.service-price{align-items:flex-start;gap:6px;display:flex}.currency{color:#555;margin-top:10px;font-size:18px}.service-price h3{color:#2d2d2d;margin:0;font-size:54px;font-weight:700;line-height:1}.service-price small{color:#777;margin-top:4px;font-size:14px;display:block}.service-btn{border-radius:12px;min-width:180px;height:48px;margin-top:16px;font-weight:600}.feature-toggle{cursor:pointer;color:#555;text-align:left;background:0 0;margin-top:22px;padding:0;font-size:14px;font-weight:600;transition:all .25s;border:none!important}.feature-toggle:hover{color:#222;text-decoration:underline}button.feature-toggle{box-shadow:none!important}.feature-table{border-collapse:collapse;border:1px solid #ececec;border-radius:14px;width:100%;margin-top:18px;overflow:hidden}.feature-table tr{border-bottom:1px solid #efefef}.feature-table tr:last-child{border-bottom:none}.feature-table td{padding:14px 18px;font-size:14px}.feature-table td:first-child{color:#555;font-weight:600}.feature-table td:last-child{text-align:right;color:#2d2d2d;font-weight:600}.feature-list-label{color:#444;margin-bottom:12px;font-size:15px;font-weight:600;display:block}.feature-row{grid-template-columns:2fr 1.4fr auto;align-items:start;gap:12px;margin-bottom:12px;display:grid}.feature-row .ant-form-item{margin-bottom:0}.admin-service-wrapper{margin-top:24px}.admin-service-actions{flex-direction:column;gap:10px;margin-top:10px;display:flex}@media (width<=992px){.services-page{padding:3rem 1.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.service-card img{height:180px}.service-content{padding:18px}.service-content h2{font-size:1.3rem}.service-description{margin-bottom:16px;font-size:.9rem}.service-price h3{font-size:2.6rem}.service-btn{min-width:150px;height:42px}}@media (width<=768px){.services-page{padding:1.5rem .8rem}.services-hero{margin-bottom:2rem}.services-hero p{letter-spacing:2px;font-size:.65rem}.services-hero h1{font-size:2rem;line-height:1}.services-intro{text-align:center;color:#fcfcfc;width:100%;margin:0 auto;font-size:x-small}.service-category-title{margin-bottom:1rem;font-size:1.35rem}.services-grid{grid-template-columns:1fr;gap:.9rem}.service-card{border-radius:18px}.service-card img{height:150px}.special-badge{padding:.3rem .65rem;font-size:.6rem}.service-content{padding:14px}.service-category{letter-spacing:1px;font-size:.62rem}.service-content h2{margin:.3rem 0;font-size:1.1rem}.service-description{margin-bottom:12px;font-size:.8rem;line-height:1.45}.service-bottom{align-items:center;gap:12px}.service-price{gap:4px;margin-top:1.5rem}.currency{margin-top:4px;font-size:.8rem}.service-price h3{font-size:2rem}.service-price small{font-size:.7rem}.service-btn{border-radius:10px;min-width:120px;height:38px;font-size:.75rem}.feature-toggle{margin-top:12px;font-size:.75rem}.feature-table td{padding:8px 10px;font-size:.72rem}.feature-row{grid-template-columns:1fr;gap:8px}.feature-list-label{font-size:.9rem}.admin-service-actions{gap:.5rem}.admin-service-actions .ant-btn,.admin-service-wrapper .ant-btn{height:36px;font-size:.75rem}}@media (width<=480px){.services-page{padding:18px}.services-grid{gap:2rem}.service-card{border-radius:16px}.service-card img{height:90px}.service-content{padding:12px 16px 16px}.service-category{letter-spacing:1px;margin-top:-9rem;margin-bottom:-3px;padding:0;font-size:.62rem;line-height:1.2;display:block}.service-content h2{margin:10px 0 14px}.service-description{margin-bottom:10px;font-size:.75rem}.service-bottom{flex-direction:row;justify-content:space-between;gap:8px;margin-top:-2rem}.service-price h3{font-size:1.7rem}.currency{font-size:.75rem}.service-price small{font-size:.65rem}.service-btn{max-width:10px;height:30px;margin-top:6px;padding:0 10px;font-size:.7rem}.feature-table td{padding:6px 8px;font-size:.68rem}.service-tabs .ant-tabs-tab{color:#ddd;text-align:center;background:#2b2b2b;border:2px solid #2b2b2b;border-radius:30px;width:100%;height:36px;padding:0 30px;font-size:.5rem;font-weight:500;transition:all .25s}.service-tabs .ant-tabs-tab .ant-tabs-tab-btn{text-align:center;color:#ddd;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.5rem;font-weight:600;overflow:hidden}}@media (width>=769px){.services-instructions{display:none}}@media (width<=768px){.services-instructions{text-align:center;color:#d1d1d1;max-width:320px;margin:0 auto 1.25rem;padding:10px 14px;font-size:.5rem;font-weight:400;line-height:1.5}}.top-header{z-index:999;background:#141414;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 5%;display:flex;position:relative}.header-email a{color:#fff;align-items:center;gap:.45rem;font-size:.85rem;font-weight:400;text-decoration:none;transition:all .3s;display:flex}.header-email a:hover{opacity:.8}.email-icon{font-size:.8rem}.header-title{color:#fff;text-align:center;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:500}.header-social{align-items:center;gap:.9rem;display:flex}.header-social a{color:#fff;justify-content:center;align-items:center;font-size:1rem;transition:all .25s;display:flex}.header-social a:hover{color:#d8d8d8;transform:translateY(-2px)}@media (width<=992px){.top-header{padding:0 2rem}.header-title{font-size:.72rem}.header-email a{font-size:.75rem}}@media (width<=768px){.top-header{height:34px;padding:0 1rem}.header-title{display:none}.header-email a{font-size:.72rem}.header-social{gap:.75rem}.header-social a{font-size:.9rem}}@media (width<=480px){.header-email span{font-size:.66rem}.email-icon{font-size:.65rem}.header-social{gap:.6rem}.header-social a{font-size:.82rem}}.aboutStats{color:#fffdfd;background:#141414;padding:120px 7%}.aboutTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:70px;margin-bottom:70px;display:flex}.aboutTop h2{text-align:left;max-width:550px;margin-top:15px;font-size:3.5rem;font-weight:700;line-height:1.15}.aboutTop p{color:#b5b5b5;max-width:480px;font-size:1rem;line-height:1.8}.sectionTag{color:#d3d3d3;letter-spacing:2px;font-size:.85rem;font-weight:600}.statsGrid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.statCard{text-align:center;background:#333;border:1px solid #ffffff0d;border-radius:20px;padding:45px 30px;transition:all .35s}.statCard:hover{border-color:#d3d3d3}.statIcon{color:#fffdfd;background:#2e2e2e;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto;font-size:2rem;display:flex}.statCard h3{margin:25px 0 10px;font-size:3rem;font-weight:700}.statCard p{color:#cfcfcf;letter-spacing:.5px;font-size:.95rem}@media (width<=992px){.statsGrid{grid-template-columns:repeat(2,1fr)}.aboutTop h2{font-size:2.4rem}}@media (width<=768px){.aboutStats{padding:90px 6%}.statsGrid{grid-template-columns:1fr}.aboutTop h2{font-size:2rem}.statCard{padding:35px 25px}.statCard h3{font-size:2.5rem}}.how-it-works{background:#141414;padding:7rem 8%;position:relative;overflow:hidden}.section-heading{text-align:center;max-width:920px;margin:0 auto 4rem}.section-heading span{color:#ddd;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:inline-block}.section-heading h2{color:#fff;width:100%;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-heading p{color:#eee;font-size:.98rem;line-height:1.8}.desktop-process{grid-template-columns:repeat(4,1fr);gap:1.75rem;margin-top:4rem;display:grid}.mobile-process{display:none}.process-card{height:100%;transform-style:preserve-3d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#ffffff08,#ffffff04);border:1px solid #ffffff14;border-radius:22px;padding:2rem;transition:all .35s;position:relative;overflow:hidden}.process-card:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#2424242a,#0000001a 35%,#0000 70%);transition:all .4s;position:absolute;inset:0}.process-card:hover:before{opacity:1}.process-card:hover{border-color:#ffffff59;box-shadow:0 20px 40px #00000059,0 0 25px #7273741f}.card-number{color:#ffffff0a;-webkit-user-select:none;user-select:none;font-size:4.8rem;font-weight:800;position:absolute;top:10px;right:18px}.card-icon{color:#eee;background:#00000014;border:1px solid #ffffff2e;border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:1.8rem;transition:all .3s;display:flex}.process-card:hover .card-icon{color:#141414;background:#eee;transform:translateY(-3px)}.process-card h3{color:#fff;margin-bottom:1rem;font-size:1.25rem}.process-card p{color:#9ca3af;font-size:.95rem;line-height:1.8}.custom-service{text-align:center;background:linear-gradient(#ffffff08,#ffffff04);border:1px solid #ffffff14;border-radius:22px;margin-top:5rem;padding:3rem}.custom-service h3{color:#fff;margin-bottom:1rem;font-size:2rem}.custom-service p{color:#9ca3af;max-width:700px;margin:auto;line-height:1.8}.contact-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.contact-links a{color:#fff;background:#1d1d1d;border:1px solid #5f5f5f40;border-radius:50px;padding:.9rem 1.4rem;text-decoration:none;transition:all .3s}.contact-links a:hover{color:#141414;background:#eee;border-color:#141414;transform:translateY(-3px)}.swipe-hint{color:#3b82f6;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;animation:1.8s infinite swipeHint;display:flex}.swipe-hint .anticon{font-size:1rem}@keyframes swipeHint{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(8px)}}.swiper{padding-bottom:3rem;overflow:visible}.swiper-slide{height:auto}.swiper-pagination-bullet{opacity:1;background:#ffffff40;width:10px;height:10px}.swiper-pagination-bullet-active{background:#3b82f6;transform:scale(1.2)}@media (width<=992px){.desktop-process{display:none}.mobile-process{display:block}.how-it-works{padding:5rem 5%}}@media (width<=576px){.section-heading h2{font-size:2rem}.section-heading p{font-size:.92rem}.process-card{padding:1.6rem}.card-number{font-size:3.8rem}.card-icon{width:60px;height:60px;font-size:1.5rem}.process-card h3{font-size:1.1rem}.custom-service{padding:2rem 1.5rem}.custom-service h3{font-size:1.6rem}.contact-links{flex-direction:column}.contact-links a{text-align:center;width:100%}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
