*{margin:0;padding:0;box-sizing:border-box}:root{--accent: #ff9500;--accent-dark: #e08500;--accent-light: #fff4e6;--dark: #1a1a1a;--dark-2: #2b2b2b;--gray: #6b6b6b;--light-gray: #f8f5f0;--white: #ffffff;--font: "Arial", Helvetica, sans-serif}body{font-family:var(--font);color:var(--dark);background:var(--white);overflow-x:hidden;margin:0}#root{max-width:100%;margin:0;padding:0;text-align:left}a{text-decoration:none;color:inherit}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:box-shadow .2s}.navbar.scrolled{box-shadow:0 2px 16px #0000001a}.navbar-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem;height:70px}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;letter-spacing:-.5px;color:var(--dark);cursor:pointer;-webkit-user-select:none;user-select:none}.navbar-logo-img{height:32px;width:auto;object-fit:contain}.navbar-links{display:flex;align-items:center;list-style:none;gap:.4rem}.navbar-links li button{background:none;border:none;font-family:var(--font);font-size:.95rem;font-weight:500;color:var(--dark);cursor:pointer;padding:.5rem .9rem;border-radius:4px;transition:color .2s,background .2s;letter-spacing:.2px}.navbar-links li button:hover{color:var(--accent);background:#ff950014}.navbar-cta button{background:var(--accent)!important;color:var(--white)!important;font-weight:700!important;padding:.55rem 1.4rem!important}.navbar-cta button:hover{background:var(--accent-dark)!important;color:var(--white)!important}.navbar-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.navbar-hamburger span{display:block;width:24px;height:2px;background:var(--dark);transition:all .3s;border-radius:2px}.navbar-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:640px){.navbar-hamburger{display:flex}.navbar-links{position:absolute;top:70px;left:0;width:100%;background:var(--white);flex-direction:column;align-items:flex-start;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 4px 12px #0000001a}.navbar-links.open{max-height:280px}.navbar-links li{width:100%}.navbar-links li button{width:100%;text-align:left;padding:1rem 2rem;border-radius:0;border-bottom:1px solid var(--light-gray)}.navbar-cta button{background:none!important;color:var(--accent)!important;padding:1rem 2rem!important}}.modal-backdrop{position:fixed;inset:0;background:#0000008c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:var(--white);border-radius:14px;padding:2rem;width:100%;max-width:400px;position:relative;box-shadow:0 20px 60px #0003}.modal-close{position:absolute;top:.9rem;right:.9rem;background:var(--accent);color:var(--white);border:none;border-radius:50%;width:28px;height:28px;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:var(--accent-dark)}.modal-title{font-size:1.4rem;font-weight:800;color:var(--dark);margin-bottom:.3rem}.modal-sub{font-size:.9rem;color:var(--gray);margin-bottom:1.5rem}.modal-methods{display:flex;flex-direction:column;gap:.75rem}.modal-method{display:flex;align-items:center;gap:1rem;padding:.9rem 1.1rem;border-radius:10px;border:1.5px solid #eee;color:var(--dark);text-decoration:none;transition:border-color .18s,background .18s}.modal-method:hover{border-color:var(--accent);background:#ff95000d}.modal-method-icon{width:38px;height:38px;min-width:38px;border-radius:8px;background:var(--accent);display:flex;align-items:center;justify-content:center}.modal-method-icon svg{width:16px;height:16px;stroke:var(--white)}.modal-method-text{display:flex;flex-direction:column;gap:.15rem}.modal-method-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gray)}.modal-method-value{font-size:.95rem;font-weight:600;color:var(--dark)}.section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;min-height:1em}.section-title{font-size:1.5rem;font-weight:800;color:var(--dark);line-height:1.2;min-height:2.6rem}.section-sub{margin-top:.8rem;color:var(--gray);font-size:1.05rem;min-height:1.3em}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--white);font-weight:700;font-size:.95rem;padding:.8rem 2rem;border-radius:4px;transition:background .2s}.btn-primary:hover{background:var(--accent-dark)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;background:none;border:2px solid var(--white);color:var(--white);font-family:var(--font);font-weight:700;font-size:.95rem;padding:.8rem 2rem;border-radius:4px;cursor:pointer;transition:all .2s}.btn-outline:hover{background:var(--white);color:var(--dark)}.hero{position:relative;min-height:80vh;background:var(--dark-2);background-image:url(https://images.unsplash.com/photo-1625047509248-ec889cbff17f?auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center;display:flex;align-items:center;padding:120px 2rem 80px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#000c 40%,#00000059)}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%;flex:1}.hero-availability{display:inline-flex;align-items:center;gap:.5rem;background:#ff950026;border:1px solid rgba(255,149,0,.4);color:var(--accent);font-size:.82rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.2rem}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 1.8s infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hero-title{font-size:clamp(1.8rem,5vw,3rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.2rem}.hero-subtitle{font-size:1.1rem;color:#ffffffbf;max-width:480px;line-height:1.7;margin-bottom:2.2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.about{padding:6rem 2rem;background:var(--white);scroll-margin-top:70px}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative}.about-img-placeholder{width:100%;padding-bottom:75%;background:#ddd;border-radius:12px}.about-badge{position:absolute;bottom:-20px;right:-20px;background:var(--accent);border-radius:12px;padding:1.2rem 1.6rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 20px #00000026}.badge-num{display:block;width:50px;height:28px;background:#0003;border-radius:4px;margin-bottom:6px}.badge-text{display:block;width:70px;height:12px;background:#0003;border-radius:4px}.about-content{display:flex;flex-direction:column;gap:1rem}.about-para{display:block;height:13px;background:#e8e8e8;border-radius:4px;width:100%}.about-para.short{width:75%}.about-list{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin:.5rem 0 0}.about-list li{display:flex;align-items:center;gap:.6rem}.check-icon{color:var(--accent);font-weight:900;font-size:1rem}.about-list-text{display:block;height:13px;background:#e8e8e8;border-radius:4px;width:220px}.hero-contact{display:flex;flex-direction:column;gap:0;margin-top:2.4rem;background:#ffffff12;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;overflow:hidden;width:fit-content}.hero-contact-item{display:flex;align-items:center;gap:.7rem;padding:.8rem 1.4rem;color:var(--white);text-decoration:none;transition:background .18s;white-space:nowrap}.hero-contact-item:hover{background:#ffffff1a}.hero-contact-item svg{width:15px;height:15px;stroke:var(--accent);flex-shrink:0}.hero-contact-label{font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#ffffff73;width:38px}.hero-contact-value{font-size:.9rem;font-weight:600;color:var(--white)}.hero-contact-book{background:var(--accent)}.hero-contact-book:hover{background:var(--accent-dark)!important}.hero-contact-book svg{stroke:var(--white)}.hero-contact-book .hero-contact-label{color:#fff9}.hero-contact-book .hero-contact-value{color:var(--white);font-weight:700}.hero-contact-divider{height:1px;background:#ffffff1f}.services{padding:6rem 2rem;background:var(--white);scroll-margin-top:70px}.services-intro{margin-bottom:2.5rem}.services-intro-sub{margin-top:.6rem;color:var(--gray);font-size:1rem;line-height:1.6;max-width:480px}.services-list-heading{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gray);margin-bottom:.75rem}.services-list{list-style:none;margin-top:0;display:flex;flex-direction:column;gap:.75rem}.services-list li{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:500;color:var(--dark)}.services-list li:before{content:"";width:8px;height:8px;min-width:8px;border-radius:50%;background:var(--accent)}.testimonials{padding:5rem 2rem;background:var(--light-gray);scroll-margin-top:70px}.why-section{margin-bottom:2rem}.why-title{font-size:1.3rem;font-weight:800;color:var(--dark);margin-bottom:.6rem}.why-text{font-size:.97rem;color:var(--gray);line-height:1.7;margin-bottom:.4rem}.section-divider{height:2px;background:var(--accent);border-radius:2px;margin-bottom:2rem;opacity:.6}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.testimonial-card{background:var(--white);border-radius:10px;padding:1.4rem;box-shadow:0 2px 12px #00000012;display:flex;flex-direction:column;gap:.8rem}.stars{color:#f4b400;font-size:1rem;letter-spacing:2px}.star-blue{color:#1a8cff}.testimonial-text{height:12px;background:#e8e8e8;border-radius:4px;width:100%}.testimonial-text.short{width:60%}.testimonial-review{font-size:.92rem;color:var(--gray);line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:.8rem;margin-top:.5rem;padding-top:.8rem;border-top:1px solid var(--light-gray)}.author-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:#ddd}.author-name{display:block;font-size:.9rem;font-weight:700;color:var(--dark);margin-bottom:.2rem}.author-location{display:block;height:10px;background:#e8e8e8;border-radius:4px;width:75px}.bottom-contact{background:var(--accent);padding:5rem 2rem}.bottom-contact-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.bottom-contact-title{font-size:2rem;font-weight:800;color:var(--white)}.bottom-contact-sub{margin-top:.5rem;color:#ffffffbf;font-size:1rem}.bottom-contact-actions{display:flex;gap:1rem;flex-shrink:0;flex-wrap:wrap}.btn-dark{display:inline-flex;align-items:center;gap:.6rem;background:var(--white);color:var(--accent);font-weight:700;font-size:1rem;padding:.85rem 1.8rem;border-radius:4px;transition:background .2s,color .2s;white-space:nowrap}.btn-dark:hover{background:var(--dark);color:var(--white)}.btn-outline-dark{display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.8);color:var(--white);font-weight:700;font-size:1rem;padding:.85rem 1.8rem;border-radius:4px;transition:all .2s;white-space:nowrap}.btn-outline-dark:hover{background:var(--white);color:var(--accent)}.footer{background:var(--dark);color:var(--white);padding:4rem 2rem 0}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem}.footer-logo{font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:.8rem}.footer-fb{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:transparent;border:2px solid var(--accent);color:var(--accent);transition:background .2s,color .2s}.footer-fb:hover{background:var(--accent);color:var(--white)}.footer-fb svg{width:15px;height:15px}.footer-tagline{height:12px;background:#ffffff26;border-radius:4px;width:100%;margin-bottom:6px;display:block}.footer-tagline.short{width:65%}.footer-col h4{font-size:.82rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent);margin-bottom:1.2rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem;color:#fff9;font-size:.95rem}.footer-col ul li a{color:#fff9;transition:color .2s}.footer-col ul li a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;max-width:1200px;margin:0 auto;text-align:center;color:#ffffff59;font-size:.85rem}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{min-height:85vh;padding:100px 1.5rem 60px}.about-inner{grid-template-columns:1fr;gap:3rem}.about-badge{bottom:-15px;right:10px}.testimonials-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.bottom-contact-inner{flex-direction:column;text-align:center}.bottom-contact-actions{justify-content:center}}@media(max-width:480px){.services-grid,.footer-inner{grid-template-columns:1fr}.section-title{font-size:1.2rem}.contact-heading{font-size:1.6rem}}.book-page{padding-top:70px}.book-hero{position:relative;height:340px;background:var(--dark-2);background-image:url(https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center;display:flex;align-items:center;padding:0 2rem}.book-hero-overlay{position:absolute;inset:0;background:#000000a6}.book-hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%}.book-tag{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;min-height:1em}.book-title{font-size:2.6rem;font-weight:900;color:var(--white);min-height:3rem}.book-sub{color:#ffffffb3;margin-top:.5rem;min-height:1em}.book-section{padding:5rem 2rem;background:var(--light-gray)}.book-inner{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:start}.book-heading{font-size:1.4rem;font-weight:700;color:var(--dark);min-height:1.8rem;margin-bottom:1.5rem}.book-service-list{display:flex;flex-direction:column;gap:1rem}.book-service-item{background:var(--white);border-radius:8px;padding:1.2rem 1.4rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 8px #0000000f}.bsi-icon{width:40px;height:40px;min-width:40px;border-radius:8px;background:var(--accent);opacity:.8}.bsi-body{flex:1;display:flex;flex-direction:column;gap:5px}.bsi-name{display:block;height:14px;background:#ddd;border-radius:4px;width:55%}.bsi-price{display:block;height:12px;background:#e8e8e8;border-radius:4px;width:30%}.bsi-desc{display:block;height:11px;background:#eee;border-radius:4px;width:85%}.bsi-action{width:80px;height:34px;background:var(--accent);border-radius:4px;opacity:.85}.book-form-panel{background:var(--white);border-radius:10px;padding:2rem;box-shadow:0 4px 20px #0000001a;position:sticky;top:90px}.form-heading{font-size:1.2rem;font-weight:700;color:var(--dark);min-height:1.5rem;margin-bottom:1.5rem}@media(max-width:900px){.book-inner{grid-template-columns:1fr}.book-form-panel{position:static}}.appraisal-page{padding-top:70px}.appraisal-hero{position:relative;height:340px;background:var(--dark-2);background-image:url(https://images.unsplash.com/photo-1543465077-db45d34b88a5?auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center;display:flex;align-items:center;padding:0 2rem}.appraisal-hero-overlay{position:absolute;inset:0;background:#000000a6}.appraisal-hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%}.appraisal-tag{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;min-height:1em}.appraisal-title{font-size:2.6rem;font-weight:900;color:var(--white);min-height:3rem}.appraisal-sub{color:#ffffffb3;margin-top:.5rem;min-height:1em}.appraisal-intro{padding:5rem 2rem;background:var(--white)}.appraisal-intro-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.appraisal-text{display:flex;flex-direction:column;gap:1rem}.appraisal-para{display:block;height:13px;background:#e8e8e8;border-radius:4px;width:100%;margin-bottom:4px}.appraisal-para.short{width:70%}.appraisal-img-box{width:100%}.appraisal-img-placeholder{width:100%;padding-bottom:70%;background:#ddd;border-radius:12px}.appraisal-features{padding:6rem 2rem;background:var(--light-gray)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--white);border-radius:10px;padding:2rem;display:flex;flex-direction:column;gap:.8rem;box-shadow:0 2px 12px #00000012;transition:transform .2s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:48px;height:48px;border-radius:10px;background:var(--accent);opacity:.85}.feature-title{height:16px;background:#ddd;border-radius:4px;width:65%}.feature-desc{height:11px;background:#e8e8e8;border-radius:4px;width:100%}.feature-desc.short{width:55%}.appraisal-form-section{padding:6rem 2rem;background:var(--dark)}.appraisal-form-inner{display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:start}.appraisal-form-info{display:flex;flex-direction:column;gap:1rem}.appraisal-form-info .section-tag{color:var(--accent)}.appraisal-form-info .section-title{color:var(--white)}.appraisal-form-info .appraisal-para{background:#ffffff26}.appraisal-steps{display:flex;flex-direction:column;gap:1.2rem;margin-top:.5rem}.a-step{display:flex;align-items:flex-start;gap:1rem}.a-step-num{width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--accent);color:var(--white);font-weight:900;display:flex;align-items:center;justify-content:center;font-size:.95rem}.a-step-title{display:block;height:14px;background:#ffffff4d;border-radius:4px;width:140px;margin-bottom:6px}.a-step-desc{display:block;height:11px;background:#ffffff26;border-radius:4px;width:200px}.appraisal-form-panel{background:var(--white);border-radius:10px;padding:2rem;box-shadow:0 4px 20px #0003;position:sticky;top:90px}.appraisal-form-panel .form-heading{font-size:1.2rem;font-weight:700;color:var(--dark);min-height:1.5rem;margin-bottom:1.5rem}.book-form{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{height:12px;background:#ddd;border-radius:3px;width:40%}.form-input{height:42px;background:var(--light-gray);border-radius:6px;border:1px solid #ddd}.form-textarea{height:90px;background:var(--light-gray);border-radius:6px;border:1px solid #ddd}.form-submit{height:48px;background:var(--accent);border-radius:6px;margin-top:.5rem}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.appraisal-intro-inner,.appraisal-form-inner{grid-template-columns:1fr}.appraisal-form-panel{position:static}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}}
