:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--primary-gold: #C3922E;--primary-gold-dark: #A67824;--primary-gold-light: #D4A544;--secondary-gray: #5A5A5A;--secondary-gray-dark: #404040;--secondary-gray-light: #7A7A7A;--text-dark: #2c2c2c;--text-light: #ffffff;--background-light: #ffffff;color:var(--text-dark);background-color:var(--background-light);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.navigation{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;padding:.5rem 0}.nav-container{max-width:1540px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.nav-brand .nav-logo{height:50px;width:auto}.nav-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0;flex-wrap:wrap}.nav-link{color:#2c3e50;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;cursor:pointer;background:none;border:none;display:flex;align-items:center;gap:.5rem}.nav-link:hover{color:#c3922e;background:#c3922e1a}.get-quote-btn{background:#c3922e!important;color:#fff!important;font-weight:600;padding:.6rem 1.5rem!important;border-radius:25px}.get-quote-btn:hover{background:#a67824!important;transform:translateY(-2px);box-shadow:0 4px 8px #c3922e4d}.mobile-book-cleaning-btn{display:none;background:#c3922e;color:#fff!important;text-decoration:none;font-weight:600;padding:.4rem .9rem;border-radius:20px;border:none;cursor:pointer;transition:all .3s ease;font-size:.8rem;white-space:nowrap}.mobile-book-cleaning-btn:hover,.mobile-book-cleaning-btn:active,.mobile-book-cleaning-btn:visited{background:#a67824!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 8px #c3922e4d;text-decoration:none}.nav-dropdown{position:relative}@media(min-width:769px){.nav-dropdown:before{content:"";position:absolute;inset:0 -20px -10px;z-index:999;pointer-events:none}.nav-dropdown:hover .dropdown-menu,.dropdown-menu:hover{opacity:1;visibility:visible;pointer-events:all}.nav-dropdown:hover:before{pointer-events:all}.nav-dropdown:hover .dropdown-toggle{color:#c3922e;background:#c3922e1a}.nav-dropdown:hover .dropdown-arrow{transform:rotate(90deg)}}.dropdown-toggle{display:flex;align-items:center;gap:.5rem}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(90deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;min-width:200px;width:auto;box-shadow:0 8px 25px #00000026;border-radius:8px;z-index:1001;margin-top:10px}.dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px;background:transparent}.dropdown-menu:after{content:"";position:absolute;top:-8px;left:20%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white;filter:drop-shadow(0 -2px 2px rgba(0,0,0,.1))}.dropdown-content{display:flex;flex-direction:column;padding:1rem;gap:.5rem}.dropdown-section{position:relative;transition:all .3s ease;cursor:pointer;padding:0;border-radius:6px}.dropdown-section:hover{background:#d4932b0d}.cleaning-section{margin-bottom:.5rem}.dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:6px;transition:all .3s ease;cursor:pointer}.dropdown-section:hover .dropdown-header{background:#c3922e1a;border-bottom-color:#c3922e}.dropdown-title{font-weight:600;color:#2c3e50;font-size:1.1rem;transition:color .3s ease}.dropdown-section:hover .dropdown-title{color:#c3922e}.dropdown-arrow-right{color:#6c757d;font-size:.8rem;transition:all .3s ease}.dropdown-section:hover .dropdown-arrow-right{color:#c3922e;transform:rotate(90deg)}.dropdown-submenu{position:absolute;left:100%;top:0;background:#fff;min-width:200px;box-shadow:0 4px 15px #00000026;border-radius:6px;padding:1rem;z-index:1002;opacity:0;visibility:hidden;transform:translate(10px);transition:all .3s ease;pointer-events:none}.dropdown-submenu.submenu-active{opacity:1;visibility:visible;transform:translate(0);pointer-events:all}.dropdown-item{display:block;padding:.75rem;color:#6c757d;text-decoration:none;transition:all .3s ease;font-size:.9rem;border-radius:4px;margin:.2rem 0;white-space:nowrap}.dropdown-item:hover{color:#c3922e;background:#c3922e1a;transform:translate(3px)}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:.25rem;z-index:1001;position:relative}.mobile-menu-toggle span{width:25px;height:3px;background:#2c3e50;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media(max-width:768px){.nav-container{padding:0 1rem;max-width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.nav-brand{order:1}.mobile-menu-toggle{display:flex;order:3}.mobile-book-cleaning-btn{display:inline-block;order:2;margin-left:-50px;flex:0 1 auto;text-align:center}.nav-menu{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:.75rem 1rem;box-shadow:0 8px 25px #00000026;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;max-height:calc(100vh - 70px);overflow-y:auto;overflow-x:hidden;width:100%;box-sizing:border-box;pointer-events:none}.nav-menu-active{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all}.nav-link{width:100%;text-align:left;padding:.75rem 1rem!important;font-size:1rem;margin:.2rem 0;border-radius:0;transition:all .3s ease;justify-content:flex-start;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.nav-link:hover{background:#d4932b1a}.dropdown-toggle{position:relative;z-index:1000;pointer-events:all!important;cursor:pointer;-webkit-tap-highlight-color:rgba(212,147,43,.2);-webkit-user-select:none;user-select:none;width:100%;text-align:left;justify-content:space-between;display:flex;align-items:center}.nav-dropdown{position:static;width:100%}.dropdown-menu{position:static!important;transform:none!important;box-shadow:none!important;background:#d4932b0d!important;margin:0!important;border-radius:8px;width:100%;max-height:0;overflow:hidden;transition:all .3s ease;left:auto!important;top:auto!important;margin-top:10px}.dropdown-menu:before,.dropdown-menu:after{display:none}.dropdown-menu-open{max-height:500px!important;margin:.2rem 0 .3rem!important;visibility:visible!important;opacity:1!important;pointer-events:all!important}.dropdown-content{padding:.5rem;gap:.25rem;align-items:flex-start;width:100%;box-sizing:border-box}.cleaning-section{border-bottom:1px solid rgba(212,147,43,.3);padding-bottom:.3rem;margin-bottom:.3rem;width:100%}.maintenance-section{padding-top:.3rem;width:100%}.dropdown-section{min-height:auto;width:100%}.dropdown-header{margin-bottom:.3rem;padding:.5rem;text-align:left;border-radius:6px;background:#d4932b0d;width:100%;justify-content:space-between;font-size:.95rem}.dropdown-submenu{position:static;transform:none;opacity:0;visibility:hidden;max-height:0;overflow:hidden;box-shadow:none;background:#d4932b1a;margin-top:0;border-radius:4px;padding:0;pointer-events:none;transition:all .3s ease}.dropdown-submenu.submenu-active{opacity:1;visibility:visible;max-height:300px;margin-top:.5rem;padding:.5rem;pointer-events:all}.dropdown-item{text-align:left;padding:.5rem;margin:.1rem 0;border-radius:4px;width:100%;box-sizing:border-box;font-size:.95rem}.dropdown-section:hover .dropdown-header{background:#d4932b33}.get-quote-btn{width:100%;padding:.75rem 1rem!important;font-size:1rem;border-radius:6px;margin-top:.5rem}.get-quote-btn:hover{transform:none}.user-dropdown{position:static!important;width:100%}.user-dropdown .dropdown-menu{position:static!important;transform:none!important;background:#d4932b1a!important;margin-top:.2rem!important;box-shadow:none!important}.user-menu{position:static!important;transform:none!important;box-shadow:none!important;background:#d4932b1a!important;margin-top:.2rem!important;padding:.5rem!important;margin:.2rem 0 0!important;max-height:none!important;visibility:visible!important;opacity:1!important;pointer-events:all!important}.nav-dropdown{margin:0}.auth-links-container{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(212,147,43,.1)}.auth-link{width:100%;text-align:center}.user-button{width:100%;justify-content:space-between}.dropdown-item-sign-out{text-align:left;padding:.5rem;margin:.1rem 0;border-radius:4px;width:100%;box-sizing:border-box;font-size:.95rem;color:#6c757d;background:transparent;border:none;cursor:pointer;transition:all .3s ease}.dropdown-item-sign-out:hover{color:#c3922e;background:#c3922e1a}}.auth-links-container{display:flex;align-items:center;gap:.5rem}.auth-link{font-weight:600;transition:all .3s ease;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:.5rem 1rem}.auth-link:hover{color:#d4932b}.user-dropdown{position:relative}@media(min-width:769px){.user-dropdown:before{content:"";position:absolute;inset:0 -20px -10px;z-index:999;pointer-events:none}.user-dropdown:hover .dropdown-menu,.user-dropdown .dropdown-menu:hover{opacity:1;visibility:visible;pointer-events:all}.user-dropdown:hover .dropdown-arrow{transform:rotate(90deg)}}.user-button{display:flex;align-items:center;gap:.5rem;font-weight:600}.user-menu .dropdown-content{display:flex;flex-direction:column;align-items:stretch;padding:1rem 1.25rem;gap:.5rem;min-width:200px}.user-menu .dropdown-content .dropdown-item,.user-menu .dropdown-content button.dropdown-item{display:block;width:100%;text-align:center;padding:.75rem 0;color:#6c757d;background:transparent;border:none;border-radius:6px;font-size:.98rem;cursor:pointer}.user-menu .dropdown-content .dropdown-item:hover,.user-menu .dropdown-content button.dropdown-item:hover{color:#d4932b;background:#d4932b0d}.user-menu .dropdown-content .dropdown-item-sign-out,.user-menu .dropdown-content .sign-out,.user-menu .dropdown-content button.dropdown-item-sign-out{color:#e74c3c;background:transparent;padding:.75rem 0;width:100%;text-align:center;border:none;cursor:pointer;font-size:.98rem;font-weight:500;line-height:1.2}.user-menu .dropdown-content .dropdown-item-sign-out:hover,.user-menu .dropdown-content .sign-out:hover{background:#e74c3c0f}@media(max-width:768px){.auth-links-container{display:flex;flex-direction:column;width:100%;gap:0}.auth-link{margin:.5rem 0}.user-dropdown{width:100%}.user-button{width:100%;justify-content:flex-start}.user-menu{position:static;box-shadow:none;background:transparent;width:100%;padding-left:1rem}}.main-content{padding-top:80px;min-height:calc(100vh - 180px)}.pwa-prompt{position:fixed;bottom:20px;right:20px;z-index:9999;max-width:400px;border-radius:12px;box-shadow:0 10px 40px #0003;background:#fff;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.pwa-prompt-content{display:flex;align-items:flex-start;gap:16px;padding:20px}.pwa-prompt-icon{font-size:32px;flex-shrink:0;animation:bounce .6s ease-in-out}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.pwa-prompt-text{flex:1}.pwa-prompt-text h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#2c3e50}.pwa-prompt-text p{margin:0;font-size:14px;color:#6c757d;line-height:1.4}.pwa-prompt-actions{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.pwa-btn{padding:8px 16px;font-size:13px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.pwa-btn-primary{background:linear-gradient(135deg,#c3922e,#a67824);color:#fff;box-shadow:0 4px 12px #c3922e4d}.pwa-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #c3922e66}.pwa-btn-primary:active{transform:translateY(0)}.pwa-btn-secondary{background:#c3922e1a;color:#c3922e;border:1px solid rgba(195,146,46,.2)}.pwa-btn-secondary:hover{background:#c3922e26;border-color:#c3922e4d}.pwa-btn-secondary:active{background:#c3922e33}.pwa-install-prompt{border-top:4px solid #C3922E}.pwa-update-prompt{border-top:4px solid #2196F3}@media(max-width:768px){.pwa-prompt{bottom:16px;right:16px;left:16px;max-width:none}.pwa-prompt-content{flex-direction:column;gap:12px}.pwa-prompt-text{order:-1}.pwa-prompt-icon{order:1;text-align:center;width:100%}.pwa-prompt-actions{width:100%;justify-content:space-between}.pwa-btn{flex:1}}@media(max-width:480px){.pwa-prompt{bottom:12px;right:12px;left:12px}.pwa-prompt-content{padding:16px;gap:8px}.pwa-prompt-icon{font-size:24px}.pwa-prompt-text h3{font-size:14px;margin-bottom:4px}.pwa-prompt-text p{font-size:12px}.pwa-prompt-actions{margin-top:12px;flex-direction:column}.pwa-btn{padding:10px 12px;font-size:12px;width:100%}}@media(prefers-reduced-motion:reduce){.pwa-prompt,.pwa-prompt-icon{animation:none}.pwa-btn-primary:hover,.pwa-btn-primary:active{transform:none}}.hero-section{height:100vh;min-height:600px;max-height:920px;margin-top:-80px;padding-top:80px;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;margin-bottom:0}.hero-overlay{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;position:relative;z-index:0}.hero-gradient-shape{position:absolute;bottom:0;left:0;right:0;height:62%;background:linear-gradient(135deg,#c3922e,#daa520,#b8860b,#a0780a,#8c6408);z-index:1;pointer-events:none;filter:blur(.5px);mask-image:radial-gradient(ellipse 95% 60% at 40% 70%,#000 25%,#000000f2,#000000b3,#0000);-webkit-mask-image:radial-gradient(ellipse 95% 60% at 40% 70%,rgba(0,0,0,1) 25%,rgba(0,0,0,.95) 50%,rgba(0,0,0,.7) 75%,rgba(0,0,0,0) 100%)}.hero-container{max-width:1200px;width:90%;padding:0 2rem 5rem 4rem;text-align:left;position:relative;z-index:3;margin-bottom:0}.hero-content{max-width:650px;margin:0;color:#fff}.hero-title{font-size:3.2rem;font-weight:700;line-height:1.2;margin-bottom:1.2rem;text-shadow:1px 1px 3px rgba(0,0,0,.3);color:#fff}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-weight:400;max-width:580px}.hero-cta-button{background:#fff;color:#c3922e;border:none;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease;letter-spacing:.3px;box-shadow:0 4px 15px #0003}.hero-cta-button:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hero-cta-button:active{transform:translateY(0)}@media(max-width:768px){.hero-section{padding-top:70px;margin-bottom:0;height:85vh;min-height:650px}.hero-gradient-shape{height:65%}.hero-overlay{justify-content:center;padding-bottom:2rem}.hero-container{padding:0 1.5rem 3rem;text-align:center}.hero-content{max-width:100%;margin:0 auto}.hero-title{font-size:2.2rem;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem;max-width:100%}.hero-cta-button{padding:.8rem 2rem;font-size:1rem}}@media(max-width:480px){.hero-section{height:75vh;min-height:450px;max-height:600px;margin-bottom:0}.hero-gradient-shape{height:60%}.hero-overlay{justify-content:center;padding-bottom:1.5rem}.hero-container{width:95%;padding:0 1rem 2rem;text-align:center}.hero-content{max-width:100%;margin:0 auto}.hero-title{font-size:1.6rem;margin-bottom:.8rem}.hero-description{font-size:.85rem;margin-bottom:1rem;max-width:100%}.hero-cta-button{padding:.6rem 1.2rem;font-size:.9rem}}.about-us{padding:80px 0;background-color:#fff;position:relative;margin-top:0}.welcome-section{text-align:center;margin-bottom:12rem}.welcome-title{font-size:2.8rem;font-weight:700;color:#c3922e;margin-bottom:1.5rem;line-height:1.2}.welcome-description{font-size:1.1rem;line-height:1.7;color:#666;max-width:800px;margin:0 auto}.about-us .container{max-width:1200px;margin:0 auto;padding:0 4rem}.about-content{display:flex;flex-direction:row;align-items:flex-start;gap:2rem;position:relative}.about-text{flex:1;background:#c3922e;border-radius:8px;color:#fff;scale:1.1;z-index:2;padding:3rem 3rem 3rem 5rem;margin-top:-40px}.about-text h2{font-size:2rem;color:#fff;margin-bottom:1.5rem;font-weight:700}.about-text p{font-size:1rem;line-height:1.8;color:#fff;margin-bottom:2rem}.about-stats{display:inline-flex;justify-content:space-between;gap:2rem;margin-top:2rem}.stat-item{text-align:center}.stat-item h3{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-item p{font-size:.9rem;color:#ffffffe6;margin:0}.about-image{flex:1;max-width:50%;margin-top:-60px;position:relative;scale:1.24;z-index:3}.about-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px #0000001a}@media(max-width:968px){.about-content{flex-direction:column;gap:2rem}.about-image{max-width:100%;margin-top:0;z-index:100}.about-text{padding:2rem;z-index:200}.about-stats{flex-direction:column;gap:1rem}}@media(max-width:768px){.about-us{padding:60px 0}.welcome-section{margin-bottom:3rem}.welcome-title{font-size:2.2rem}.welcome-description{font-size:1rem;line-height:1.6}.about-text h2{font-size:2rem;margin-bottom:1.5rem}.about-text p{font-size:1rem;line-height:1.6}.about-us .container{padding:0 1.5rem}}@media(max-width:480px){.about-us{padding:40px 0}.welcome-section{margin-bottom:2.5rem}.welcome-title{font-size:1.9rem}.welcome-description{font-size:.95rem}.about-image{margin-bottom:-20px;max-width:350px}.about-text{padding:2rem 1rem 1rem;margin-top:15px}.about-text h2{font-size:1.8rem}}.services{padding:80px 0;background-color:#fff;margin-top:-1px}.services .container{max-width:1200px;margin:0 auto;padding:0 4rem}.services-header{text-align:center;margin-bottom:60px}.services-header h2{font-size:2.5rem;color:#c3922e;margin-bottom:1rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:60px}.service-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px #0000001a;transform:translateY(0)}.service-card:hover{transform:translateY(-5px)!important;box-shadow:0 8px 20px #00000026}.service-image{width:100%;height:200px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;border-radius:8px 8px 0 0;transition:transform .4s ease}.service-card:hover .service-image img{transform:scale(1.1)}.service-content{padding:1.5rem;text-align:center}.service-content h3{font-size:1.2rem;color:#c3922e;text-transform:bold;margin-bottom:1rem;font-weight:600}.service-content p{font-size:.9rem;line-height:1.5;color:#666;margin-bottom:1.5rem}.book-button{background:transparent;color:#c3922e;border:2px solid #C3922E;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.book-button:hover{background:#c3922e;color:#fff}@media(max-width:968px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.services{padding:60px 0}.services-grid{grid-template-columns:1fr;gap:1.5rem}.services-header h2{font-size:2rem}.service-content h3{font-size:1.1rem}.service-content p{font-size:.85rem}}@media(max-width:480px){.services{padding:40px 0}.services .container{padding:0 1.5rem}.services-header h2{font-size:1.8rem}.service-content{padding:1rem}}.featured-blogs-section{padding:60px 0;background:linear-gradient(135deg,#fff 0% 100%)}.featured-blogs-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.featured-blogs-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:50px;color:#c3922e}.featured-blogs-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%}.featured-blogs-cards>:only-child{grid-column:1 / -1;justify-self:center;max-width:400px;width:100%}.featured-blogs-cards:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,1fr);max-width:900px;margin-left:auto;margin-right:auto}.featured-blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;height:100%}.featured-blog-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.featured-blog-image-link{text-decoration:none;display:block;overflow:hidden}.featured-blog-image-wrapper{width:100%;height:220px;overflow:hidden;background:#e0e0e0}.featured-blog-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-blog-card:hover .featured-blog-image{transform:scale(1.05)}.featured-blog-content{padding:25px;display:flex;flex-direction:column;flex-grow:1}.featured-blog-content h3{font-size:1.5rem;font-weight:700;margin:0 0 12px;color:#1a1a1a;line-height:1.4}.featured-blog-excerpt{font-size:.95rem;color:#666;margin:0 0 15px;line-height:1.6;flex-grow:1}.read-more-link{text-decoration:none;display:inline-block}.read-more{font-size:.9rem;font-weight:600;color:#c3922e;transition:color .3s ease}.read-more-link:hover .read-more{color:#8b6914}@media(max-width:1024px){.featured-blogs-cards{grid-template-columns:repeat(2,1fr);gap:25px}.featured-blogs-cards>:only-child{grid-column:1 / -1;max-width:350px}.featured-blogs-cards:has(>:nth-child(2):last-child){max-width:750px}}@media(max-width:768px){.featured-blogs-section{padding:40px 0}.featured-blogs-title{font-size:2rem;margin-bottom:30px}.featured-blogs-cards{grid-template-columns:1fr;gap:20px}.featured-blogs-cards>:only-child{grid-column:auto;max-width:100%}.featured-blogs-cards:has(>:nth-child(2):last-child){grid-template-columns:1fr;max-width:100%}.featured-blog-image-wrapper{height:180px}.featured-blog-content{padding:20px}.featured-blog-content h3{font-size:1.3rem}}@media(max-width:480px){.featured-blogs-title{font-size:1.5rem}.featured-blog-image-wrapper{height:150px}}.why-choose-us{padding:50px 0;background-color:#c3922e!important;color:#fff;position:relative}.why-choose-us .container{max-width:1200px;margin:0 auto;padding:0 4rem}.why-choose-us .section-title{text-align:center;font-size:2.2rem;font-weight:700;color:#fff!important;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:center}.feature-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px}.feature-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:transform .3s ease}.feature-icon:hover{transform:scale(1.1)}.feature-icon img{width:45px;height:45px;filter:brightness(0) invert(1);object-fit:contain}.feature-text{font-size:1.1rem;font-weight:600;color:#fff!important;text-align:center;line-height:1.3;margin:0}@media(max-width:968px){.features-grid{grid-template-columns:repeat(2,1fr);gap:30px}.why-choose-us .section-title{font-size:2.2rem;margin-bottom:50px}}@media(max-width:768px){.why-choose-us{padding:40px 0}.why-choose-us .container{padding:0 2rem}.why-choose-us .section-title{font-size:1.8rem;margin-bottom:30px}.features-grid{grid-template-columns:1fr;gap:25px}.feature-item{gap:12px}.feature-icon{width:60px;height:60px}.feature-icon img{width:35px;height:35px}.feature-text{font-size:.95rem}}@media(max-width:480px){.why-choose-us{padding:30px 0}.why-choose-us .container{padding:0 1.5rem}.why-choose-us .section-title{font-size:1.6rem;margin-bottom:25px}.feature-icon{width:55px;height:55px}.feature-icon img{width:30px;height:30px}.feature-text{font-size:.9rem}}.we-work-with{padding:80px 0;background-color:#fff}.we-work-with .container{max-width:1200px;margin:0 auto;padding:0 4rem}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#c3922e;margin-bottom:60px}.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;align-items:center;justify-items:center}.partner-item{display:flex;align-items:center;justify-content:center;padding:20px;transition:transform .3s ease}.partner-item:hover{transform:scale(1.05)}.partner-item img{max-width:100%;max-height:80px;width:auto;height:auto;object-fit:contain}.partner-item:nth-child(7) img{max-height:100px;transform:scale(1.2)}@media(max-width:968px){.partners-grid{grid-template-columns:repeat(3,1fr);gap:30px}.section-title{font-size:2.2rem;margin-bottom:50px}}@media(max-width:768px){.we-work-with{padding:60px 0}.we-work-with .container{padding:0 2rem}.section-title{font-size:2rem;margin-bottom:40px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:25px}.partner-item{padding:15px}.partner-item img{max-height:60px}.partner-item:nth-child(7) img{max-height:80px;transform:scale(1.2)}}@media(max-width:480px){.we-work-with{padding:40px 0}.we-work-with .container{padding:0 1.5rem}.section-title{font-size:1.8rem;margin-bottom:30px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:20px}.partner-item{padding:10px}.partner-item img{max-height:50px}.partner-item:nth-child(7) img{max-height:65px;transform:scale(1.2)}}.testimonials{padding:60px 0;background:#fff}.testimonials .container{max-width:1460px;margin:0 auto;padding:0 4rem}.testimonials .section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#c3922e;margin-bottom:56px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,.92fr);gap:80px;align-items:stretch}.testimonial-item{background:#c3922e;color:#fff;border-radius:12px;padding:28px 16px 24px;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;max-width:120%;margin:0 auto;transform:scale(1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.testimonial-item:hover{transform:scale(1.05)!important;box-shadow:0 8px 24px #00000026}.testimonial-item p{margin-bottom:16px;font-size:1rem;line-height:1.5}.testimonial-item strong{padding-top:20px;font-size:1.1rem;letter-spacing:.5px}@media(max-width:968px){.testimonials-grid{grid-template-columns:1fr;gap:20px}.testimonials .section-title{font-size:2rem;margin-bottom:30px}}.our-work-slider{padding:60px 0 80px;background:#fff}.our-work-slider .container{max-width:1200px;margin:0 auto;padding:0 4rem}.our-work-slider .section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#c3922e;margin-bottom:36px}.slider-wrapper{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.slider-arrow{background:none;border:none;font-size:2.2rem;color:#c3922e;cursor:pointer;padding:0 18px;transition:color .2s;flex-shrink:0;z-index:10}.slider-arrow:hover{color:#a97a1a}.slider-arrow:focus{outline:none;color:#a97a1a}.slider-viewport{width:680px;overflow:hidden;position:relative}.slider-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.slider-slide-wrapper{width:100%;flex-shrink:0;display:flex;gap:40px;justify-content:center;align-items:center}.slider-image{width:300px;height:260px;object-fit:contain;border-radius:8px;box-shadow:0 2px 12px #00000014;background:#eee;flex-shrink:0}.slider-dots{display:flex;justify-content:center;margin-top:18px;gap:10px}.slider-dot{width:12px;height:12px;border-radius:50%;background:#666;display:inline-block;cursor:pointer;transition:background .2s,transform .15s;border:2px solid rgba(0,0,0,.06);transform-origin:center}.slider-dot.active{background:#c3922e;transform:scale(1.12)}@media(max-width:900px){.slider-viewport{width:420px}.slider-container{height:160px}.slider-slide{gap:18px}.slider-image{width:180px;height:120px}.our-work-slider .section-title{font-size:2rem}}.contact-section{padding:80px 0;background:linear-gradient(135deg,var(--secondary-gray, #5A5A5A),var(--secondary-gray-dark, #404040))}.contact-section .container{max-width:1100px;margin:0 auto;padding:0 2.5rem}.contact-section h2{text-align:center;font-size:2.4rem;margin-bottom:48px;font-weight:700;color:#fff;letter-spacing:.4px}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.contact-info{display:flex;flex-direction:column;gap:36px;order:2}.contact-item h3{font-size:1.15rem;margin-bottom:8px;color:var(--primary-gold, #C9A961);font-weight:700}.contact-item p{font-size:1rem;line-height:1.7;color:#ecf0f1;margin:0}.contact-item.map-container{margin-top:20px}.contact-item.map-container iframe{box-shadow:0 4px 18px #00000047;transition:transform .28s ease,box-shadow .28s ease;border-radius:8px}.contact-item.map-container iframe:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000061}.contact-form{background:#ffffff0f;padding:36px;border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08);transition:all .28s ease;order:1}.contact-form.highlight-form{background:#c9a96140;border:2px solid var(--primary-gold, #C9A961);box-shadow:0 0 40px #c9a96199,inset 0 0 20px #c9a96133;animation:pulseHighlight 1s ease-in-out forwards}@keyframes pulseHighlight{0%{transform:scale(1);box-shadow:0 0 40px #c9a96199,inset 0 0 20px #c9a96133}50%{transform:scale(1.03);box-shadow:0 0 60px #c9a961cc,inset 0 0 30px #c9a9614d}to{transform:scale(1);box-shadow:0 0 40px #c9a96199,inset 0 0 20px #c9a96133}}.contact-form h3{font-size:1.25rem;margin-bottom:22px;color:#fff;font-weight:700}.form-message{padding:12px 15px;border-radius:6px;margin-bottom:18px;font-size:.95rem;font-weight:500;animation:slideDown .28s ease-out}.form-message.success{background-color:#28a74533;border:1px solid #28a745;color:#d4edda}.form-message.error{background-color:#dc354533;border:1px solid #dc3545;color:#f8d7da}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:20px;position:relative}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#fff;font-size:.98rem;transition:all .22s ease}.form-group textarea{resize:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffffb3}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-gold, #C9A961);background:#ffffff2e;box-shadow:0 0 0 2px #c9a9614d}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23C9A961' stroke-width='2'%3E%3Cpath d='M1 4l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px;padding-right:36px;transition:none}.phone-group{display:flex;gap:12px;margin-bottom:20px;position:relative}.country-code-input{width:70px;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#fff;font-size:.98rem;text-align:center;cursor:not-allowed;opacity:.7}.phone-input{flex:1;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#fff;font-size:.98rem;transition:all .22s ease}.phone-input::placeholder{color:#ffffffb3}.phone-input:focus{outline:none;border-color:var(--primary-gold, #C9A961);background:#ffffff2e;box-shadow:0 0 0 2px #c9a9614d}.phone-input.input-error{border-color:#dc3545;background:#dc35451a}.phone-group .error-text{position:absolute;bottom:-22px;left:0;color:#f8d7da;font-size:.85rem;margin-top:4px}.form-group select option{background:var(--secondary-gray, #5A5A5A);color:#fff}.form-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(.7) sepia(1) saturate(28) hue-rotate(5deg) brightness(1.2);margin:0;padding:0}.form-group.date-group{position:relative}.form-group input.date-input{width:100%;padding:12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#fff;font-size:.98rem;cursor:pointer;transition:all .22s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input.date-input:hover:not(:focus){border-color:#c9a96180;background:#ffffff1a}.form-group input.date-input:focus{outline:none;border-color:var(--primary-gold, #C9A961);background:#ffffff2e;box-shadow:0 0 0 2px #c9a9614d}.form-group input.date-input::-webkit-calendar-picker-indicator{cursor:pointer;border-radius:4px;margin-right:8px;opacity:.6;filter:invert(.7) sepia(1) saturate(28) hue-rotate(5deg) brightness(1.2);width:20px;height:20px;transition:opacity .22s ease}.form-group input.date-input::-webkit-calendar-picker-indicator:hover{opacity:1}.form-group input.date-input.input-error{border-color:#dc3545;background:#dc35451a}.date-placeholder{position:absolute;pointer-events:none;color:#ffffffb3;font-size:.98rem;left:14px;top:12px;display:none}@media(max-width:768px){.date-placeholder{display:block}}.send-button{width:100%;background:linear-gradient(135deg,var(--primary-gold, #C9A961),var(--primary-gold-dark, #B8860B));color:#fff;border:none;padding:12px 14px;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease;text-transform:uppercase;letter-spacing:.8px}.send-button:hover{transform:translateY(-3px);box-shadow:0 8px 22px #c9a96138}.send-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.input-error{border-color:#dc3545;background:#dc35451a}.error-text{color:#f8d7da;font-size:.85rem;margin-top:5px;display:block}@media(max-width:768px){.contact-section{padding:56px 0}.contact-section h2{font-size:1.9rem;margin-bottom:28px}.contact-content{grid-template-columns:1fr;gap:28px}.contact-info{gap:22px}.contact-form{padding:24px 18px}}@media(max-width:480px){.contact-section{padding:36px 0}.contact-section .container{padding:0 1rem}.contact-section h2{font-size:1.6rem}.contact-form{padding:20px 12px}}.footer-bottom{background-color:#c3922e;padding:70px 0 35px}.footer-bottom .container{max-width:1300px;margin:0 auto;padding:0 3rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px;margin-bottom:45px}.footer-column h3{font-size:1.15rem;margin-bottom:18px;color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.footer-column h4{font-size:1.05rem;margin-bottom:18px;color:#fff;font-weight:700;letter-spacing:.3px}.footer-column p{color:#fff;line-height:1.75;font-size:.96rem;margin:0;opacity:.95}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:#fff;text-decoration:none;transition:opacity .2s ease;font-size:.96rem;opacity:.95}.footer-column ul li a:hover{opacity:.75}.subscribe-form{display:flex;gap:0;max-width:100%;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #00000026;align-items:stretch}.subscribe-form input{flex:1;padding:14px 18px;border:none;background:#fff;color:#333;font-size:.95rem}.subscribe-form input::placeholder{color:#999}.subscribe-form input:focus{outline:none;box-shadow:inset 0 0 0 2px #0000001a}.subscribe-form button{background:#2c2c2c;color:#fff;border:none;padding:14px 26px;cursor:pointer;font-weight:700;transition:background .2s ease;font-size:.92rem;text-transform:lowercase}.subscribe-form button:hover{background:#1a1a1a}.footer-copyright{text-align:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.2);margin-top:10px}.footer-copyright p{color:#fff;margin-bottom:8px;font-size:.92rem;line-height:1.6;opacity:.95}.footer-copyright p:last-child{margin-bottom:0;font-style:italic;font-size:.88rem;opacity:.85}.footer-legal-links{margin-top:16px;display:flex;justify-content:center;align-items:center;gap:12px}.footer-legal-links a{color:#fff;text-decoration:none;font-size:.9rem;transition:opacity .2s ease;opacity:.95}.footer-legal-links a:hover{opacity:.75;text-decoration:underline;color:#fff}.footer-legal-links .separator{color:#fff;opacity:.6}@media(max-width:968px){.footer-content{grid-template-columns:repeat(2,1fr);gap:28px}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:24px;text-align:left}.subscribe-form{flex-direction:row;border-radius:8px;max-width:100%}.subscribe-form input,.subscribe-form button{border-radius:0}}@media(max-width:480px){.footer-bottom .container{padding:0 1rem}.footer-bottom{padding:30px 0 18px}}*{margin:0;padding:0;box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}#root{width:100%;min-height:100vh}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background-gray, #ffffff);color:var(--text-dark, #2c2c2c);line-height:1.6}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}a{color:var(--primary-gold, #C9A961);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-gold-dark, #B8860B)}button{font-family:inherit;cursor:pointer;border:none;border-radius:6px;transition:all .3s ease}button:focus{outline:2px solid var(--primary-gold, #C9A961);outline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 4rem}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:768px){.container{padding:0 1.5rem}}.auth-page{display:flex;justify-content:center;align-items:flex-start;min-height:80vh;padding:2rem}.auth-modal-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:1500;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.auth-modal-wrapper{position:relative;animation:modalFadeIn .3s ease;z-index:1600;border-radius:12px;overflow:hidden;background-color:#fff!important;display:flex;flex-direction:column}.auth-modal-wrapper div{border-radius:0!important}.auth-modal-wrapper>div{max-height:90vh;overflow-y:auto;flex:1 1 auto}.cl-card>div:last-child{margin-top:0!important}.cl-footer{padding:16px 0!important;background-color:transparent!important;border-top:none!important;border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important}.cl-footerAction{display:none!important}.custom-footer-line{width:100%;display:flex;justify-content:center;padding:12px 16px 6px;box-sizing:border-box;border-top:1px solid rgba(0,0,0,.04)}.custom-footer-line .cl-footerActionText{color:#333;font-size:.95rem}.custom-footer-line .custom-action-link{background:transparent;border:none;color:#c3922e;font-weight:600;cursor:pointer;padding:0}.custom-footer-line .custom-action-link:hover{text-decoration:underline}.auth-modal-wrapper>div>div{background-color:#fff!important}.auth-modal-close{position:absolute;top:10px;right:10px;border:none;background:#fffc;border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;line-height:1;font-weight:700;color:#333;z-index:2000;transition:all .2s ease;box-shadow:0 2px 5px #0003}.auth-modal-close:hover{background:#fff;transform:scale(1.1)}.custom-action-link{color:#3498db;font-weight:600;cursor:pointer;text-decoration:underline;transition:color .3s ease}.custom-action-link:hover{color:#2980b9}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-card{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;width:100%;max-width:500px;text-align:center;margin:4rem auto;display:flex;flex-direction:column;justify-content:flex-start}.auth-card h2{margin-bottom:1.5rem;color:#333;font-size:1.8rem}.auth-form{width:100%;max-width:340px;margin:0 auto;padding:20px 18px 16px;box-sizing:border-box;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;gap:12px}:root{--auth-primary: #C3922E;--auth-primary-dark: #A67824;--auth-text: #222;--auth-muted: #666}.auth-form h2{margin:0 0 8px;color:var(--auth-text);font-size:1.6rem}.auth-form label{display:block;font-size:.9rem;color:var(--auth-muted);margin-bottom:6px}.auth-form input[type=text],.auth-form input[type=email],.auth-form input[type=password]{width:100%;padding:10px 12px;border:1px solid #e6e6e6;border-radius:8px;font-size:1rem;color:var(--auth-text);background:#fafafa;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.auth-form input[type=email],.auth-form input[type=password]{background:#eaf4ff;border-color:#d8eaf9}.auth-form input::placeholder{color:#9fb6c9}.auth-form input:focus{outline:none;border-color:var(--auth-primary);box-shadow:0 4px 14px #d4932b1f;background:#fff}.auth-error{background:#fdecea;color:#611a15;padding:10px 12px;border-radius:8px;font-size:.95rem;margin-bottom:6px;border:1px solid rgba(234,84,85,.12)}.btn{display:inline-block;width:100%;padding:10px 14px;background:var(--auth-primary);color:#fff;border:none;border-radius:8px;font-weight:600;font-weight:700;cursor:pointer;font-size:1rem;transition:background-color .12s ease,transform .08s ease}.btn:disabled{opacity:.7;cursor:not-allowed}.btn:hover:not(:disabled){background:var(--auth-primary-dark)}.auth-switch{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:6px;font-size:.95rem;color:var(--auth-muted)}.auth-switch button{background:transparent;border:none;color:var(--auth-primary);cursor:pointer;font-weight:600}.auth-modal-wrapper{padding:18px}@media(max-width:520px){.auth-form{padding:18px;margin:12px}.auth-modal-wrapper{padding:10px}}.dashboard-container{padding:2rem;max-width:1200px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-content{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.admin-container{padding:2rem;max-width:95%;margin:0 auto;width:100%}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-content{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.users-table{width:100%;border-collapse:collapse;table-layout:auto;overflow-x:auto;display:table}.users-table th,.users-table td{padding:.75rem;text-align:left;border-bottom:1px solid #eaeaea;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-table th{background-color:#f8f8f8;font-weight:600}.user-actions{display:flex;gap:.5rem}.user-actions button{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;cursor:pointer}.edit-btn{background-color:#c3922e;color:#fff;border:none;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.edit-btn:hover{background-color:#a67824}.delete-btn{background-color:#5a5a5a;color:#fff;border:none;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.delete-btn:hover{background-color:#404040}.admin-tabs{display:flex;gap:1rem;margin-top:1rem}.tab-btn{padding:.75rem 1.5rem;border:none;background-color:#f0f0f0;color:#333;font-weight:600;cursor:pointer;border-radius:8px 8px 0 0;transition:all .3s ease}.tab-btn.active{background-color:var(--primary-gold, #C9A961);color:#fff}.tab-btn:hover{background-color:var(--primary-gold-light, #D4B77A);color:#fff}.admin-content{overflow-x:auto}.message-cell{max-width:300px;white-space:normal;word-wrap:break-word}.new-submission{background-color:#fff9e6}.status-new{background-color:#fff3cd;border:1px solid #ffc107;color:#856404}.status-read{background-color:#d1ecf1;border:1px solid #17a2b8;color:#0c5460}.status-replied{background-color:#d4edda;border:1px solid #28a745;color:#155724}.status-archived{background-color:#e2e3e5;border:1px solid #6c757d;color:#383d41}.users-table select{padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:.9rem}.name-edit-inline{display:inline-flex;gap:.5rem;margin-left:.5rem;align-items:center}.name-input{padding:.25rem .5rem;border-radius:4px;border:1px solid #ccc;font-size:.9rem}.edit-btn-small{margin-left:1rem;padding:.25rem .75rem;font-size:.85rem}.password-edit-section{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.password-input-group{margin-bottom:.5rem}.password-input{padding:.5rem;border-radius:4px;border:1px solid #ccc;width:100%;max-width:300px;font-size:.95rem}.password-buttons{display:flex;gap:.5rem;margin-top:.5rem}.password-buttons .edit-btn,.password-buttons .delete-btn{padding:.5rem 1rem}.expanded-details{background-color:#f8f9fa!important}.expanded-details td{padding:2rem!important}.contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.detail-column{padding:1.5rem;background-color:#fff;border-radius:8px;border:1px solid #e0e0e0}.detail-column h4{margin-top:0;margin-bottom:1rem;color:var(--primary-gold, #B8860B);border-bottom:2px solid var(--primary-gold, #B8860B);padding-bottom:.5rem;font-size:1rem}.detail-column p{margin:.5rem 0;line-height:1.6;font-size:.95rem}.detail-column strong{color:#333}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.blog-editor{background:#fff;border-radius:8px;padding:2rem;max-width:1200px;margin:0 auto}.editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.editor-header h2{margin:0;color:#1a1a1a;font-size:1.8rem}.editor-actions{display:flex;gap:1rem}.editor-actions button{padding:.6rem 1.5rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:500}.btn-cancel{background:#f5f5f5;color:#666}.btn-cancel:hover{background:#e0e0e0}.btn-save-draft{background:#6c757d;color:#fff}.btn-save-draft:hover{background:#5a6268}.btn-publish{background:linear-gradient(135deg,#daa520,#b8860b);color:#fff}.btn-publish:hover{background:linear-gradient(135deg,#b8860b,#8c6408);box-shadow:0 4px 8px #b8860b4d}.editor-actions button:disabled{opacity:.6;cursor:not-allowed}.blog-form{display:flex;flex-direction:column;gap:1.5rem}.blog-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.blog-field{display:flex;flex-direction:column;gap:.5rem}.blog-field.full-width{grid-column:1 / -1}.blog-field label{font-weight:600;color:#333;font-size:.95rem}.blog-field input,.blog-field textarea,.blog-field select{padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;color:#333;background-color:#fff}.blog-field textarea{resize:none}.blog-field input:focus,.blog-field textarea:focus,.blog-field select:focus{outline:none;border-color:#b8860b}.blog-field input.error,.blog-field textarea.error,.quill-wrapper.error .ql-container{border-color:#dc3545}.blog-error-message{color:#dc3545;font-size:.85rem;margin-top:-.25rem}.blog-field small{color:#666;font-size:.85rem}.quill-wrapper{border:1px solid #ddd;border-radius:6px;overflow:hidden}.quill-wrapper .ql-toolbar{background:#f8f9fa;border:none;border-bottom:1px solid #ddd}.quill-wrapper .ql-container{border:none;font-size:1rem;min-height:400px;background:#fff;color:#333}.quill-wrapper .ql-editor{min-height:400px;font-family:inherit;color:#333}.quill-wrapper .ql-editor *{color:#333}.quill-wrapper .ql-editor.ql-blank:before{color:#999;font-style:normal}.tag-input-container{display:flex;gap:.5rem}.tag-input-container input{flex:1}.btn-add-tag{padding:.8rem 1.2rem;background:linear-gradient(135deg,#daa520,#b8860b);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.btn-add-tag:hover{background:linear-gradient(135deg,#b8860b,#8c6408);box-shadow:0 2px 4px #b8860b4d}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background:linear-gradient(135deg,#daa52026,#b8860b26);color:#8c6408;border-radius:20px;font-size:.9rem;border:1px solid rgba(184,134,11,.3)}.tag button{background:none;border:none;color:#8c6408;font-size:1.2rem;cursor:pointer;padding:0;line-height:1;transition:color .3s ease}.tag button:hover{color:#5c4005}.blog-form-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.blog-form-section h3{margin:0 0 1.5rem;color:#1a1a1a;font-size:1.4rem}@media(max-width:768px){.blog-editor{padding:1rem}.editor-header{flex-direction:column;align-items:flex-start;gap:1rem}.editor-actions{width:100%;flex-direction:column}.editor-actions button{width:100%}.blog-form-row{grid-template-columns:1fr}.quill-wrapper .ql-container,.quill-wrapper .ql-editor{min-height:300px}}.blog-list-container{max-width:1400px;margin:0 auto;padding:2rem}.blog-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.blog-list-header h2{margin:0 0 .5rem;color:#1a1a1a;font-size:2rem}.blog-list-header p{margin:0;color:#666;font-size:.95rem}.featured-select-section{background:#f9f9f9;border:2px solid #e8e8e8;border-radius:8px;padding:2rem;margin-bottom:2rem}.featured-select-section h3{margin:0 0 .5rem;color:#1a1a1a;font-size:1.3rem}.featured-select-desc{margin:.5rem 0 1.5rem;color:#666;font-size:.95rem}.featured-select-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.featured-select-item{display:flex;flex-direction:column}.featured-select-item label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.featured-select-dropdown{padding:.75rem;border:2px solid #ddd;border-radius:6px;font-size:.95rem;color:#333;background-color:#fff;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease}.featured-select-dropdown:hover{border-color:#bbb}.featured-select-dropdown:focus{outline:none;border-color:#daa520;box-shadow:0 0 0 3px #daa5201a}.btn-create-new{padding:.8rem 1.5rem;background:linear-gradient(135deg,#daa520,#b8860b);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-create-new:hover{background:linear-gradient(135deg,#b8860b,#8c6408);transform:translateY(-1px);box-shadow:0 4px 8px #b8860b4d}.blog-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.blog-filters button{padding:.6rem 1.2rem;background:#f5f5f5;color:#666;border:2px solid transparent;border-radius:6px;font-size:.95rem;cursor:pointer;transition:all .3s ease}.blog-filters button:hover{background:#e0e0e0}.blog-filters button.active{background:#fff;color:#b8860b;border-color:#b8860b;font-weight:600}.empty-state{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:8px}.empty-state p{margin-bottom:1.5rem;color:#666;font-size:1.1rem}.error-message{background:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;margin-bottom:1rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.blog-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.blog-card-header{position:relative;height:200px;background:#f0f0f0;overflow:hidden}.blog-thumbnail{width:100%;height:100%;object-fit:cover}.status-badge{position:absolute;top:1rem;right:1rem;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase}.status-draft{background:#ffc107;color:#000}.status-published{background:#28a745;color:#fff}.status-archived{background:#6c757d;color:#fff}.blog-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:1rem}.blog-card-content h3{margin:0;color:#1a1a1a;font-size:1.3rem;line-height:1.4}.blog-excerpt{margin:0;color:#666;font-size:.95rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-meta{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid #f0f0f0;font-size:.85rem;color:#666}.blog-author{font-weight:500}.blog-categories{display:flex;flex-wrap:wrap;gap:.5rem}.category-tag{padding:.3rem .7rem;background:linear-gradient(135deg,#daa52026,#b8860b26);color:#8c6408;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(184,134,11,.3)}.blog-stats{color:#666;font-size:.9rem}.blog-card-actions{display:flex;gap:1rem;padding:1rem 1.5rem;border-top:1px solid #f0f0f0;background:#f8f9fa}.blog-card-actions button{flex:1;padding:.6rem 1rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-edit{background:linear-gradient(135deg,#daa520,#b8860b);color:#fff}.btn-edit:hover{background:linear-gradient(135deg,#b8860b,#8c6408);box-shadow:0 2px 4px #b8860b4d}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover{background:#c82333}@media(max-width:768px){.blog-list-container{padding:1rem}.blog-list-header{flex-direction:column;align-items:flex-start;gap:1rem}.btn-create-new{width:100%}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-card-header{height:160px}}.about-hero{position:relative;width:100%;height:520px;background:#222;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:130px}.about-hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.about-hero-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:0 0 210px 48px;color:#fff}.about-hero-title{font-size:3rem;font-weight:700;color:#c3922e;margin-bottom:.5rem}.about-hero-welcome{font-size:1.1rem;color:#fff;opacity:.85;margin-bottom:.2rem}.about-headline{text-align:center;margin:56px 0 18px;font-size:2rem;color:#c3922e;font-weight:700}.about-subheadline{text-align:center;color:#666;font-size:1.08rem;margin-bottom:130px}.about-story-section{display:flex;align-items:flex-start;justify-content:flex-start;gap:56px;max-width:1350px;margin:0 auto 140px;padding:0 2rem}.about-story-text{flex:1.2}.about-story-title{color:#c3922e;font-size:1.3rem;font-weight:700;margin-bottom:1.2rem}.about-story-desc{color:#222;font-size:1rem;margin-bottom:1.2rem;line-height:1.6}.about-story-btn{background:#c3922e;color:#fff;border:none;padding:10px 22px;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.about-story-btn:hover{background:#a97a1a}.about-story-img-wrap{flex:1;position:relative;min-width:320px;max-width:440px;display:flex;align-items:flex-end;justify-content:flex-end}.about-story-img{width:100%;border-radius:0;box-shadow:none;z-index:2}.about-story-img-bg{position:absolute;right:-28px;top:-38px;width:40%;height:125%;background:#c3922e;z-index:1;border-radius:0}@media(max-width:900px){.about-story-section{flex-direction:column;gap:28px;margin-bottom:40px;align-items:center}.about-story-img-wrap{max-width:100%;min-width:180px;justify-content:center}.about-story-text{margin-top:0;align-items:center;text-align:center}.about-story-img-bg{right:-16px;top:-16px;width:90%;height:90%}}@media(max-width:700px){.about-hero{height:180px;margin-bottom:80px}.about-hero-content{padding:0 0 60px 24px}.about-hero-title{font-size:1.5rem}.about-hero-welcome{font-size:.9rem}.about-headline{font-size:1.5rem;margin:32px 0 12px}.about-subheadline{font-size:.95rem;margin-bottom:80px;padding:0 1rem}}@media(max-width:480px){.about-hero{height:150px;margin-bottom:60px}.about-hero-content{padding:0 0 50px 16px}.about-hero-title{font-size:1.2rem}.about-hero-welcome{font-size:.8rem}.about-headline{font-size:1.3rem;margin:24px 0 10px}.about-subheadline{font-size:.85rem;margin-bottom:60px;padding:0 .75rem}}.about-mvv-section{width:100%;background:#fff;margin:48px 0 0;padding:0 0 56px}.about-mvv-container{max-width:1350px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;gap:0;background:#fff;padding:0 24px}.about-mvv-item{flex:1 1 0;padding:0 32px;text-align:left;min-width:220px}.about-mvv-title{color:#c3922e;font-size:2rem;font-weight:700;margin-bottom:18px}.about-mvv-desc{color:#444;font-size:1.08rem;line-height:1.5}.about-mvv-list{margin:0;padding-left:1.2em;color:#444;font-size:1.08rem;line-height:1.5}.about-mvv-divider{width:1px;background:#ddd;height:120px;align-self:center}@media(max-width:900px){.about-mvv-container{flex-direction:column;gap:32px;align-items:stretch}.about-mvv-divider{width:100%;height:1px;margin:24px 0}.about-mvv-item{padding:0;text-align:center}}._checklist-card_y6gkg_14{background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000014;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;transition:box-shadow .25s,transform .25s;cursor:pointer}._checklist-card_y6gkg_14:hover{box-shadow:0 8px 32px #c3922e2e;transform:translateY(-8px) scale(1.04)}._checklist-section_y6gkg_2{margin:0 auto 60px;max-width:1500px;padding:0 2rem}._checklist-title_y6gkg_7{color:#c3922e;font-size:2rem;font-weight:700;text-align:center;margin-bottom:40px}._checklist-cards_y6gkg_14{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}._checklist-card_y6gkg_14{background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000014;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;transform:translateY(0) scale(1);transition:box-shadow .25s,transform .25s;cursor:pointer}._checklist-card_y6gkg_14:hover{box-shadow:0 8px 32px #c3922e2e;transform:translateY(-8px) scale(1.04)!important}._checklist-img-wrap_y6gkg_34{width:100%;height:170px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f7f7f7}._checklist-img_y6gkg_34{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .3s}._checklist-card_y6gkg_14:hover ._checklist-img_y6gkg_34{transform:scale(1.08)}._checklist-card-content_y6gkg_53{padding:24px 18px 18px}._checklist-card-content_y6gkg_53 h3{color:#c3922e;font-size:1.18rem;font-weight:700;margin-bottom:16px}._checklist-card-content_y6gkg_53 ul{padding-left:18px;margin:0;font-size:.98rem;color:#222;line-height:1.6}._checklist-card-content_y6gkg_53 li{margin-bottom:10px}@media(max-width:1200px){._checklist-cards_y6gkg_14{grid-template-columns:1fr 1fr}}@media(max-width:700px){._checklist-cards_y6gkg_14{grid-template-columns:1fr}._checklist-img-wrap_y6gkg_34{height:120px}}._moveout-why-section_y6gkg_171{display:flex;align-items:flex-start;justify-content:space-between;max-width:1400px;margin:0 auto 60px;padding:0 2rem;gap:48px;padding-top:200px;padding-bottom:100px}._moveout-why-content_y6gkg_182{flex:1.2;min-width:320px}._moveout-why-title_y6gkg_186{color:#c3922e;font-size:1.6rem;font-weight:700;margin-bottom:32px}._moveout-why-list_y6gkg_192{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px}._moveout-why-list_y6gkg_192 li{display:flex;align-items:flex-start;font-size:1.08rem;color:#222;line-height:1.6}._moveout-why-icon_y6gkg_207{color:#c3922e;font-size:1.5rem;margin-right:16px;margin-top:4px;flex-shrink:0}._moveout-why-list-title_y6gkg_214{color:#c3922e;font-weight:700;font-size:1.08rem}._moveout-why-img-wrap_y6gkg_219{flex:1;min-width:260px;max-width:420px;display:flex;align-items:flex-start;justify-content:flex-end}._moveout-why-img_y6gkg_219{width:100%;max-width:420px;border-radius:4px;object-fit:cover;box-shadow:0 4px 18px #0000001a}@media(max-width:900px){._moveout-why-section_y6gkg_171{flex-direction:column;align-items:stretch;gap:32px;padding:0 1rem;margin-top:80px}._moveout-why-img-wrap_y6gkg_219{justify-content:center;margin:0 auto}}._book-cleaning-section_y6gkg_249{background:#fff;padding:80px 2rem;text-align:center;margin:60px 0 120px}._book-cleaning-content_y6gkg_257{max-width:800px;margin:0 auto}._book-cleaning-content_y6gkg_257 h2{color:#c3922e;font-size:2.2rem;font-weight:700;margin-bottom:30px;line-height:1.3}._book-cleaning-btn_y6gkg_270{background:#c3922e;color:#fff;border:none;padding:12px 35px;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}._book-cleaning-btn_y6gkg_270:hover{background:#a97a1a;transform:translateY(-2px)}._book-cleaning-btn_y6gkg_270:active{transform:translateY(0)}._end-of-tenancy-page_y6gkg_291{background:#fff;color:#222;font-family:Inter,Arial,sans-serif}._hero-section_y6gkg_297{position:relative;width:100%;height:auto;max-height:850px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f7f7f7;margin-bottom:0}._hero-img_y6gkg_309{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}._hero-content_y6gkg_315{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 0 0 48px;color:#fff;z-index:2}._hero-content_y6gkg_315 h1{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:.8rem;max-width:600px;line-height:1.3}._hero-content_y6gkg_315 p{font-size:1.1rem;color:#fff;opacity:.95;margin-bottom:1.5rem;max-width:500px}._book-now-btn_y6gkg_341{background:linear-gradient(135deg,#c3922e,#d4a574);color:#fff;border:none;padding:14px 36px;border-radius:25px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #c3922e4d;position:relative;overflow:hidden}._book-now-btn_y6gkg_341:hover{background:linear-gradient(135deg,#a67824,#b8954a);transform:translateY(-3px);box-shadow:0 8px 20px #c3922e80}._book-now-btn_y6gkg_341:active{transform:translateY(-1px)}._hero-features_y6gkg_366{display:flex;flex-direction:column;gap:12px;margin-top:1.5rem;padding-left:5px}._feature-item_y6gkg_374{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#fff;font-weight:500}._feature-icon_y6gkg_383{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#c3922e;border-radius:50%;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0}._main-info-section_y6gkg_397{max-width:1600px;margin:0 auto 150px;padding:64px 2rem 0;background:#fff;align-content:center}._main-info-top_y6gkg_406{width:100%;margin-bottom:200px;text-align:center;margin-top:100px;display:block}._main-info-top_y6gkg_406 h2{color:#c3922e;font-size:2rem;font-weight:700;margin-bottom:1.2rem;text-align:center;margin-left:auto}._main-info-top_y6gkg_406 p{color:#222;font-size:1rem;margin-bottom:0;line-height:1.6;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}._main-info-bottom_y6gkg_434{display:flex;flex-direction:row;align-items:flex-start;gap:80px;width:100%;justify-content:space-between}._main-info-content_y6gkg_442{flex:1.5;min-width:340px;max-width:600px;margin-right:0}._service-features-list_y6gkg_448{margin:40px 0 0;padding:0;list-style:none}._service-features-list_y6gkg_448 li{color:#222;font-size:1.08rem;margin-bottom:1.1rem;position:relative;padding-left:2.2em;line-height:1.6}._service-features-list_y6gkg_448 li:before{content:"✔";color:#c3922e;font-size:1.1em;position:absolute;left:0;top:.1em}._main-info-img-wrap_y6gkg_470{flex:1;position:relative;min-width:400px;max-width:560px;display:flex;align-items:flex-end;justify-content:flex-end;margin-right:0}._main-info-img-gold-bar_y6gkg_480{position:absolute;right:-38px;top:-58px;width:60%;height:130%;background:#c3922e;z-index:1;border-radius:0}._main-info-img-wrap_y6gkg_470 img{width:110%;height:auto;border-radius:0;box-shadow:none;z-index:2}._main-info-img-wrap_y6gkg_470 img{width:100%;border-radius:0;box-shadow:none;z-index:2}._how-it-works-section_y6gkg_504{background:#fff;padding:56px 0 60px}._how-it-works-section_y6gkg_504 h2{color:#c3922e;font-size:2rem;font-weight:700;text-align:center;margin-bottom:45px}._how-it-works-steps_y6gkg_516{display:flex;justify-content:center;gap:32px;max-width:1100px;margin:0 auto;flex-wrap:wrap}._step-number_y6gkg_524{font-size:2.8rem;font-weight:700;color:#c3922e;margin-right:18px;margin-top:2px;flex-shrink:0;transition:color .2s;line-height:1}._step_y6gkg_524{background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000f;padding:20px 12px 12px;flex:1 1 220px;min-width:200px;max-width:300px;margin-bottom:24px;display:flex;align-items:center;text-align:left;transform:translateY(0) scale(1);transition:box-shadow .25s,transform .25s;cursor:pointer}._step-content_y6gkg_550{display:flex;flex-direction:column}._step_y6gkg_524:hover{box-shadow:0 6px 24px #c3922e2e;transform:translateY(-6px) scale(1.04)!important}._step_y6gkg_524:hover ._step-number_y6gkg_524{color:#a97a1a}._step_y6gkg_524 h3{color:#c3922e;font-size:1.1rem;font-weight:700;margin-bottom:.7rem}._step_y6gkg_524 p{color:#222;font-size:.98rem;line-height:1.5}@media(max-width:900px){._main-info-bottom_y6gkg_434{flex-direction:column;gap:24px;align-items:stretch}._main-info-content_y6gkg_442{max-width:100%;min-width:0}._main-info-img-wrap_y6gkg_470{max-width:100%;min-width:180px;justify-content:center;align-items:center;margin:0 auto}._main-info-img-gold-bar_y6gkg_480{display:none}}@media(max-width:600px){._hero-section_y6gkg_297{height:260px}._hero-content_y6gkg_315{padding:0 0 0 16px}._hero-content_y6gkg_315 h1{font-size:2rem;margin-bottom:.3rem;max-width:100%}._hero-content_y6gkg_315 p{font-size:.95rem;margin-bottom:.8rem}._main-info-section_y6gkg_397{padding:32px 0 0}._main-info-img-wrap_y6gkg_470 img{width:100%;max-width:100%;border-radius:0;box-shadow:none}._how-it-works-section_y6gkg_504{padding:32px 0 0}._step_y6gkg_524{padding:18px 8px 16px;min-width:0;max-width:100%}}._faq-section_y6gkg_631{margin:80px auto 60px;max-width:1000px;padding:0 2rem}._faq-title_y6gkg_637{color:#c3922e;font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:50px}._faq-container_y6gkg_645{display:flex;flex-direction:column;gap:0;border-top:1px solid #e0e0e0}._faq-item_y6gkg_652{border-bottom:1px solid #e0e0e0;padding:24px 0}._faq-question_y6gkg_657{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}._faq-question_y6gkg_657 h3{color:#c3922e;font-size:1.25rem;font-weight:600;margin:0;flex:1;text-align:left}._faq-toggle_y6gkg_674{color:#c3922e;font-size:1.8rem;font-weight:300;margin-left:20px;transition:transform .3s ease;flex-shrink:0}._faq-item_y6gkg_652._active_y6gkg_683 ._faq-toggle_y6gkg_674{transform:rotate(45deg)}._faq-answer_y6gkg_687{margin-top:16px;color:#666;font-size:.95rem;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,margin-top .4s ease-in-out}._faq-item_y6gkg_652._active_y6gkg_683 ._faq-answer_y6gkg_687{max-height:500px}._faq-answer_y6gkg_687 p{margin:0;padding:0}@media(max-width:768px){._hero-section_y6gkg_297{max-height:600px;min-height:500px}._hero-content_y6gkg_315{padding:0 0 0 24px}._hero-content_y6gkg_315 h1{font-size:1.8rem;max-width:90%;margin-bottom:.6rem}._hero-content_y6gkg_315 p{font-size:.95rem;max-width:90%;margin-bottom:1.2rem}._book-now-btn_y6gkg_341{padding:12px 28px;font-size:1rem;border-radius:20px}._hero-features_y6gkg_366{gap:10px;margin-top:1.2rem}._feature-item_y6gkg_374{font-size:.85rem;gap:10px}._feature-icon_y6gkg_383{width:20px;height:20px;font-size:.9rem}._faq-section_y6gkg_631{margin:60px auto 40px;padding:0 1rem}._faq-title_y6gkg_637{font-size:1.8rem;margin-bottom:30px}._faq-item_y6gkg_652{padding:16px 0}._faq-question_y6gkg_657 h3{font-size:.95rem}._faq-toggle_y6gkg_674{font-size:1.5rem;margin-left:15px}._book-cleaning-section_y6gkg_249{padding:40px 1rem;margin:30px 0}._book-cleaning-content_y6gkg_257 h2{font-size:1.5rem;margin-bottom:20px}._book-cleaning-btn_y6gkg_270{padding:10px 25px;font-size:1rem}}@media(max-width:480px){._hero-section_y6gkg_297{max-height:500px;min-height:400px}._hero-content_y6gkg_315{padding:0 0 0 16px}._hero-content_y6gkg_315 h1{font-size:1.4rem;max-width:95%;margin-bottom:.5rem;line-height:1.2}._hero-content_y6gkg_315 p{font-size:.85rem;max-width:95%;margin-bottom:1rem;line-height:1.4}._book-now-btn_y6gkg_341{padding:10px 24px;font-size:.9rem;border-radius:18px}._hero-features_y6gkg_366{gap:8px;margin-top:1rem}._feature-item_y6gkg_374{font-size:.75rem;gap:8px}._feature-icon_y6gkg_383{width:18px;height:18px;font-size:.8rem}}._checklist-section_dexvt_2{margin:0 auto 60px;max-width:1500px;padding:0 2rem}._checklist-title_dexvt_7{color:#c3922e;font-size:2rem;font-weight:700;text-align:center;margin-bottom:40px}._checklist-cards_dexvt_14{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}._checklist-card_dexvt_14{background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000014;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;transform:translateY(0) scale(1);transition:box-shadow .25s,transform .25s;cursor:pointer}._checklist-card_dexvt_14:hover{box-shadow:0 8px 32px #c3922e2e;transform:translateY(-8px) scale(1.04)!important}._checklist-img-wrap_dexvt_35{width:100%;height:170px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f7f7f7}._checklist-img_dexvt_35{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .3s}._checklist-card_dexvt_14:hover ._checklist-img_dexvt_35{transform:scale(1.08)}._checklist-card-content_dexvt_54{padding:24px 18px 18px}._checklist-card-content_dexvt_54 h3{color:#c3922e;font-size:1.18rem;font-weight:700;margin-bottom:16px}._checklist-card-content_dexvt_54 ul{padding-left:18px;margin:0;font-size:.98rem;color:#222;line-height:1.6}._checklist-card-content_dexvt_54 li{margin-bottom:10px}._additional-tasks-header_dexvt_73{font-weight:700;color:#222;margin-top:12px;margin-bottom:8px;font-size:.98rem}@media(max-width:1200px){._checklist-cards_dexvt_14{grid-template-columns:1fr 1fr}}@media(max-width:700px){._checklist-cards_dexvt_14{grid-template-columns:1fr}._checklist-img-wrap_dexvt_35{height:120px}}._moveout-why-section_dexvt_95{display:flex;align-items:flex-start;justify-content:space-between;max-width:1400px;margin:0 auto 60px;padding:0 2rem;gap:48px;padding-top:200px;padding-bottom:100px}._moveout-why-content_dexvt_106{flex:1.2;min-width:320px}._moveout-why-title_dexvt_110{color:#c3922e;font-size:1.6rem;font-weight:700;margin-bottom:32px}._moveout-why-list_dexvt_116{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px}._moveout-why-list_dexvt_116 li{display:flex;align-items:flex-start;font-size:1.08rem;color:#222;line-height:1.6}._moveout-why-icon_dexvt_131{color:#c3922e;font-size:1.5rem;margin-right:16px;margin-top:4px;flex-shrink:0}._moveout-why-list-title_dexvt_138{color:#c3922e;font-weight:700;font-size:1.08rem}._moveout-why-img-wrap_dexvt_143{flex:1;min-width:260px;max-width:420px;display:flex;align-items:flex-start;justify-content:flex-end}._moveout-why-img_dexvt_143{width:100%;max-width:420px;border-radius:4px;object-fit:cover;box-shadow:0 4px 18px #0000001a}@media(max-width:900px){._moveout-why-section_dexvt_95{flex-direction:column;align-items:stretch;gap:32px;padding:0 1rem;margin-top:80px}._moveout-why-img-wrap_dexvt_143{justify-content:center;margin:0 auto}}._office-cleaning-page_dexvt_172{background:#fff;color:#222;font-family:Inter,Arial,sans-serif}._hero-section_dexvt_178{position:relative;width:100%;height:auto;max-height:850px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f7f7f7;margin-bottom:0}._hero-img_dexvt_190{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}._hero-content_dexvt_196{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 0 0 48px;color:#fff;z-index:2}._hero-content_dexvt_196 h1{font-size:4rem;font-weight:700;color:#fff;margin-bottom:.5rem;max-width:780px}._hero-content_dexvt_196 p{font-size:1.6rem;color:#fff;opacity:.95;margin-bottom:1.2rem}._book-now-btn_dexvt_220{background:linear-gradient(135deg,#c3922e,#d4a574);color:#fff;border:none;padding:14px 36px;border-radius:25px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #c3922e4d;position:relative;overflow:hidden}._book-now-btn_dexvt_220:hover{background:linear-gradient(135deg,#a67824,#b8954a);transform:translateY(-3px);box-shadow:0 8px 20px #c3922e80}._book-now-btn_dexvt_220:active{transform:translateY(-1px)}._main-info-section_dexvt_245{max-width:1600px;margin:0 auto 150px;padding:64px 2rem 0;background:#fff;align-content:center}._main-info-top_dexvt_253{width:100%;margin-bottom:200px;text-align:center;margin-top:100px;display:block}._main-info-top_dexvt_253 h2{color:#c3922e;font-size:2rem;font-weight:700;margin-bottom:1.2rem;text-align:center;margin-left:auto}._main-info-top_dexvt_253 p{color:#222;font-size:1rem;margin-bottom:0;line-height:1.6;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}._main-info-bottom_dexvt_278{display:flex;flex-direction:row;align-items:flex-start;gap:80px;width:100%;justify-content:space-between}._main-info-content_dexvt_286{flex:1.5;min-width:340px;max-width:600px;margin-right:0}._service-features-list_dexvt_292{margin:40px 0 0;padding:70px 0 0;list-style:none}._service-features-list_dexvt_292 li{color:#222;font-size:1.08rem;margin-bottom:1.1rem;position:relative;padding-left:2.2em;line-height:1.6}._service-features-list_dexvt_292 li:before{content:"✔";color:#c3922e;font-size:1.1em;position:absolute;left:0;top:.1em}._main-info-img-wrap_dexvt_315{flex:1;position:relative;min-width:400px;max-width:560px;display:flex;align-items:flex-end;justify-content:flex-end;margin-right:0}._main-info-img-gold-bar_dexvt_325{position:absolute;right:-38px;top:-58px;width:60%;height:130%;background:#c3922e;z-index:1;border-radius:0;scale:75%}._main-info-img-wrap_dexvt_315 img{width:110%;height:auto;border-radius:0;box-shadow:none;z-index:2}._main-info-img-wrap_dexvt_315 img{width:100%;border-radius:0;box-shadow:none;z-index:2;scale:80%}._how-it-works-section_dexvt_351{background:#fff;padding:56px 0 60px}._how-it-works-section_dexvt_351 h2{color:#c3922e;font-size:2rem;font-weight:700;text-align:center;margin-bottom:45px}._how-it-works-steps_dexvt_363{display:flex;justify-content:center;gap:32px;max-width:1100px;margin:0 auto;flex-wrap:wrap}._step-number_dexvt_371{font-size:2.8rem;font-weight:700;color:#c3922e;margin-right:18px;margin-top:2px;flex-shrink:0;transition:color .2s;line-height:1}._step_dexvt_371{background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000f;padding:20px 12px 12px;flex:1 1 220px;min-width:200px;max-width:300px;margin-bottom:24px;display:flex;align-items:center;text-align:left;transform:translateY(0) scale(1);transition:box-shadow .25s,transform .25s;cursor:pointer}._step-content_dexvt_397{display:flex;flex-direction:column}._step_dexvt_371:hover{box-shadow:0 6px 24px #c3922e2e;transform:translateY(-6px) scale(1.04)!important}._step_dexvt_371:hover ._step-number_dexvt_371{color:#a97a1a}._step_dexvt_371 h3{color:#c3922e;font-size:1.1rem;font-weight:700;margin-bottom:.7rem}._step_dexvt_371 p{color:#222;font-size:.98rem;line-height:1.5}._book-cleaning-section_dexvt_421{background:#fff;padding:80px 2rem;text-align:center;margin:60px 0 120px}._book-cleaning-content_dexvt_429{max-width:800px;margin:0 auto}._book-cleaning-content_dexvt_429 h2{color:#c3922e;font-size:2.2rem;font-weight:700;margin-bottom:30px;line-height:1.3}._book-cleaning-btn_dexvt_442{background:#c3922e;color:#fff;border:none;padding:12px 35px;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}._book-cleaning-btn_dexvt_442:hover{background:#a97a1a;transform:translateY(-2px)}._book-cleaning-btn_dexvt_442:active{transform:translateY(0)}._what-makes-us-different-section_dexvt_464{background:#fff;padding:56px 0 60px}._what-makes-title_dexvt_470{color:#c3922e;font-size:2rem;font-weight:700;text-align:center;margin-bottom:45px}._difference-cards_dexvt_478{display:flex;justify-content:center;gap:100px;max-width:1100px;margin:0 auto;flex-wrap:wrap}._difference-card_dexvt_478{background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000f;padding:20px 12px 12px;flex:1 1 220px;min-width:200px;max-width:300px;margin-bottom:24px;display:flex;flex-direction:column;align-items:center;text-align:center;transform:translateY(0) scale(1);transition:box-shadow .25s,transform .25s;cursor:pointer}._difference-card_dexvt_478:hover{box-shadow:0 6px 24px #c3922e2e;transform:translateY(-6px) scale(1.04)!important}._difference-icon_dexvt_510{width:60px;height:60px;margin-bottom:16px;flex-shrink:0}._difference-card_dexvt_478 h3{color:#c3922e;font-size:1.1rem;font-weight:700;margin-bottom:.7rem}._difference-card_dexvt_478 p{color:#222;font-size:.98rem;line-height:1.5}@media(max-width:900px){._main-info-bottom_dexvt_278{flex-direction:column;gap:24px;align-items:stretch}._main-info-content_dexvt_286{max-width:100%;min-width:0}._main-info-img-wrap_dexvt_315{max-width:100%;min-width:180px;justify-content:center;align-items:center;margin:0 auto}._main-info-img-gold-bar_dexvt_325{display:none}._what-makes-title_dexvt_470{font-size:2rem}._difference-cards_dexvt_478{grid-template-columns:1fr}._book-cleaning-content_dexvt_429 h2{font-size:1.8rem}}@media(max-width:600px){._hero-section_dexvt_178{height:260px}._hero-content_dexvt_196{padding:0 0 0 16px}._hero-content_dexvt_196 h1{font-size:2rem;margin-bottom:.3rem;max-width:100%}._hero-content_dexvt_196 p{font-size:.95rem;margin-bottom:.8rem}._main-info-section_dexvt_245{padding:32px 0 0}._main-info-img-wrap_dexvt_315 img{width:100%;max-width:100%;border-radius:0;box-shadow:none}._how-it-works-section_dexvt_351{padding:32px 0 0}._step_dexvt_371{padding:18px 8px 16px;min-width:0;max-width:100%}._what-makes-us-different-section_dexvt_464{padding:40px 1rem}._what-makes-title_dexvt_470{font-size:1.5rem;margin-bottom:30px}._difference-cards_dexvt_478{gap:20px}._difference-card_dexvt_478{padding:20px}._book-cleaning-section_dexvt_421{padding:40px 1rem;margin:30px 0}._book-cleaning-content_dexvt_429 h2{font-size:1.5rem;margin-bottom:20px}._book-cleaning-btn_dexvt_442{padding:10px 25px;font-size:1rem}}._faq-section_dexvt_622{margin:80px auto 60px;max-width:1000px;padding:0 2rem}._faq-title_dexvt_628{color:#c3922e;font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:50px}._faq-container_dexvt_636{display:flex;flex-direction:column;gap:0;border-top:1px solid #e0e0e0}._faq-item_dexvt_643{border-bottom:1px solid #e0e0e0;padding:24px 0}._faq-question_dexvt_648{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}._faq-question_dexvt_648 h3{color:#c3922e;font-size:1.25rem;font-weight:600;margin:0;flex:1;text-align:left}._faq-toggle_dexvt_665{color:#c3922e;font-size:1.8rem;font-weight:300;margin-left:20px;transition:transform .3s ease;flex-shrink:0}._faq-item_dexvt_643._active_dexvt_674 ._faq-toggle_dexvt_665{transform:rotate(45deg)}._faq-answer_dexvt_678{margin-top:16px;color:#666;font-size:.95rem;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,margin-top .4s ease-in-out}._faq-item_dexvt_643._active_dexvt_674 ._faq-answer_dexvt_678{max-height:500px}._faq-answer_dexvt_678 p{margin:0;padding:0}@media(max-width:768px){._faq-section_dexvt_622{margin:60px auto 40px;padding:0 1rem}._faq-title_dexvt_628{font-size:1.8rem;margin-bottom:30px}._faq-item_dexvt_643{padding:16px 0}._faq-question_dexvt_648 h3{font-size:.95rem}._faq-toggle_dexvt_665{font-size:1.5rem;margin-left:15px}}._checklist-section_8kif4_2{margin:0 auto 60px;max-width:1500px;padding:0 2rem}._checklist-title_8kif4_7{color:#c3922e;font-size:2rem;font-weight:700;text-align:center;margin-bottom:40px}._checklist-cards_8kif4_14{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}._checklist-card_8kif4_14{background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000014;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;transform:translateY(0) scale(1);transition:box-shadow .25s,transform .25s;cursor:pointer}._checklist-card_8kif4_14:hover{box-shadow:0 8px 32px #c3922e2e;transform:translateY(-8px) scale(1.04)!important}._checklist-img-wrap_8kif4_35{width:100%;height:170px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f7f7f7}._checklist-img_8kif4_35{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .3s}._checklist-card_8kif4_14:hover ._checklist-img_8kif4_35{transform:scale(1.08)}._checklist-card-content_8kif4_54{padding:24px 18px 18px}._checklist-card-content_8kif4_54 h3{color:#c3922e;font-size:1.18rem;font-weight:700;margin-bottom:16px}._checklist-card-content_8kif4_54 ul{padding-left:18px;margin:0;font-size:.98rem;color:#222;line-height:1.6}._checklist-card-content_8kif4_54 li{margin-bottom:10px}._additional-tasks-header_8kif4_73{font-weight:700;color:#222;margin-top:12px;margin-bottom:8px;font-size:.98rem}@media(max-width:1200px){._checklist-cards_8kif4_14{grid-template-columns:1fr 1fr}}@media(max-width:700px){._checklist-cards_8kif4_14{grid-template-columns:1fr}._checklist-img-wrap_8kif4_35{height:120px}}._moveout-why-section_8kif4_95{display:flex;align-items:flex-start;justify-content:space-between;max-width:1400px;margin:0 auto 60px;padding:0 2rem;gap:48px;padding-top:200px;padding-bottom:100px}._moveout-why-content_8kif4_106{flex:1.2;min-width:320px}._moveout-why-title_8kif4_110{color:#c3922e;font-size:1.6rem;font-weight:700;margin-bottom:32px}._moveout-why-list_8kif4_116{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px}._moveout-why-list_8kif4_116 li{display:flex;align-items:flex-start;font-size:1.08rem;color:#222;line-height:1.6}._moveout-why-icon_8kif4_131{color:#c3922e;font-size:1.5rem;margin-right:16px;margin-top:4px;flex-shrink:0}._moveout-why-list-title_8kif4_138{color:#c3922e;font-weight:700;font-size:1.08rem}._moveout-why-img-wrap_8kif4_143{flex:1;min-width:260px;max-width:420px;display:flex;align-items:flex-start;justify-content:flex-end}._moveout-why-img_8kif4_143{width:100%;max-width:420px;border-radius:4px;object-fit:cover;box-shadow:0 4px 18px #0000001a}@media(max-width:900px){._moveout-why-section_8kif4_95{flex-direction:column;align-items:stretch;gap:32px;padding:0 1rem;margin-top:80px}._moveout-why-img-wrap_8kif4_143{justify-content:center;margin:0 auto}}._regular-cleaning-page_8kif4_172{background:#fff;color:#222;font-family:Inter,Arial,sans-serif}._hero-section_8kif4_178{position:relative;width:100%;height:auto;max-height:850px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f7f7f7;margin-bottom:0}._hero-img_8kif4_190{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}._hero-content_8kif4_196{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 0 0 48px;color:#fff;z-index:2}._hero-content_8kif4_196 h1{font-size:4rem;font-weight:700;color:#fff;margin-bottom:.5rem;max-width:780px}._hero-content_8kif4_196 p{font-size:1.6rem;color:#fff;opacity:.95;margin-bottom:1.2rem}._book-now-btn_8kif4_220{background:linear-gradient(135deg,#c3922e,#d4a574);color:#fff;border:none;padding:14px 36px;border-radius:25px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #c3922e4d;position:relative;overflow:hidden}._book-now-btn_8kif4_220:hover{background:linear-gradient(135deg,#a67824,#b8954a);transform:translateY(-3px);box-shadow:0 8px 20px #c3922e80}._book-now-btn_8kif4_220:active{transform:translateY(-1px)}._main-info-section_8kif4_245{max-width:1600px;margin:0 auto 150px;padding:64px 2rem 0;background:#fff;align-content:center}._main-info-top_8kif4_253{width:100%;margin-bottom:200px;text-align:center;margin-top:100px;display:block}._main-info-top_8kif4_253 h2{color:#c3922e;font-size:2rem;font-weight:700;margin-bottom:1.2rem;text-align:center;margin-left:auto}._main-info-top_8kif4_253 p{color:#222;font-size:1rem;margin-bottom:0;line-height:1.6;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}._main-info-bottom_8kif4_278{display:flex;flex-direction:row;align-items:flex-start;gap:80px;width:100%;justify-content:space-between}._main-info-content_8kif4_286{flex:1.5;min-width:340px;max-width:600px;margin-right:0;margin-top:80px}._service-features-list_8kif4_293{margin:40px 0 0;padding:0;list-style:none}._service-features-list_8kif4_293 li{color:#222;font-size:1.08rem;margin-bottom:1.1rem;position:relative;padding-left:2.2em;line-height:1.6}._service-features-list_8kif4_293 li:before{content:"✔";color:#c3922e;font-size:1.1em;position:absolute;left:0;top:.1em}._main-info-img-wrap_8kif4_315{flex:1;position:relative;min-width:400px;max-width:560px;display:flex;align-items:flex-end;justify-content:flex-end;margin-right:0;scale:80%}._main-info-img-gold-bar_8kif4_326{position:absolute;right:-38px;top:-58px;width:60%;height:130%;background:#c3922e;z-index:1;border-radius:0;scale:90%}._main-info-img-wrap_8kif4_315 img{width:100%;border-radius:0;box-shadow:none;z-index:2}._how-it-works-section_8kif4_346{background:#fff;padding:56px 0 60px}._how-it-works-section_8kif4_346 h2{color:#c3922e;font-size:2rem;font-weight:700;text-align:center;margin-bottom:45px}._how-it-works-steps_8kif4_358{display:flex;justify-content:center;gap:32px;max-width:1100px;margin:0 auto;flex-wrap:wrap}._step-number_8kif4_366{font-size:2.8rem;font-weight:700;color:#c3922e;margin-right:18px;margin-top:2px;flex-shrink:0;transition:color .2s;line-height:1}._step_8kif4_366{background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000f;padding:20px 12px 12px;flex:1 1 220px;min-width:200px;max-width:300px;margin-bottom:24px;display:flex;align-items:center;text-align:left;transform:translateY(0) scale(1);transition:box-shadow .25s,transform .25s;cursor:pointer}._step-content_8kif4_392{display:flex;flex-direction:column}._step_8kif4_366:hover{box-shadow:0 6px 24px #c3922e2e;transform:translateY(-6px) scale(1.04)!important}._step_8kif4_366:hover ._step-number_8kif4_366{color:#a97a1a}._step_8kif4_366 h3{color:#c3922e;font-size:1.1rem;font-weight:700;margin-bottom:.7rem}._step_8kif4_366 p{color:#222;font-size:.98rem;line-height:1.5}._book-cleaning-section_8kif4_416{background:#fff;padding:80px 2rem;text-align:center;margin:60px 0 120px}._book-cleaning-content_8kif4_424{max-width:800px;margin:0 auto}._book-cleaning-content_8kif4_424 h2{color:#c3922e;font-size:2.2rem;font-weight:700;margin-bottom:30px;line-height:1.3}._book-cleaning-btn_8kif4_437{background:#c3922e;color:#fff;border:none;padding:12px 35px;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}._book-cleaning-btn_8kif4_437:hover{background:#a97a1a;transform:translateY(-2px)}._book-cleaning-btn_8kif4_437:active{transform:translateY(0)}._what-makes-us-different-section_8kif4_459{background:#fff;padding:56px 0 60px}._what-makes-title_8kif4_465{color:#c3922e;font-size:2rem;font-weight:700;text-align:center;margin-bottom:45px}._difference-cards_8kif4_473{display:flex;justify-content:center;gap:100px;max-width:1100px;margin:0 auto;flex-wrap:wrap}._difference-card_8kif4_473{background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000f;padding:20px 12px 12px;flex:1 1 220px;min-width:200px;max-width:300px;margin-bottom:24px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s,transform .2s;cursor:pointer}._difference-card_8kif4_473:hover{box-shadow:0 6px 24px #c3922e2e;transform:translateY(-6px) scale(1.04)}._difference-icon_8kif4_504{width:60px;height:60px;margin-bottom:16px;flex-shrink:0}._difference-card_8kif4_473 h3{color:#c3922e;font-size:1.1rem;font-weight:700;margin-bottom:.7rem}._difference-card_8kif4_473 p{color:#222;font-size:.98rem;line-height:1.5}@media(max-width:900px){._main-info-bottom_8kif4_278{flex-direction:column;gap:24px;align-items:stretch}._main-info-content_8kif4_286{max-width:100%;min-width:0}._main-info-img-wrap_8kif4_315{max-width:100%;min-width:180px;justify-content:center;align-items:center;margin:0 auto}._main-info-img-gold-bar_8kif4_326{display:none}._what-makes-title_8kif4_465{font-size:2rem}._difference-cards_8kif4_473{grid-template-columns:1fr}._book-cleaning-content_8kif4_424 h2{font-size:1.8rem}}@media(max-width:600px){._hero-section_8kif4_178{height:260px}._hero-content_8kif4_196{padding:0 0 0 16px}._hero-content_8kif4_196 h1{font-size:2rem;margin-bottom:.3rem;max-width:100%}._hero-content_8kif4_196 p{font-size:.95rem;margin-bottom:.8rem}._main-info-section_8kif4_245{padding:32px 0 0}._main-info-img-wrap_8kif4_315 img{width:100%;max-width:100%;border-radius:0;box-shadow:none}._how-it-works-section_8kif4_346{padding:32px 0 0}._step_8kif4_366{padding:18px 8px 16px;min-width:0;max-width:100%}._what-makes-us-different-section_8kif4_459{padding:40px 1rem}._what-makes-title_8kif4_465{font-size:1.5rem;margin-bottom:30px}._difference-cards_8kif4_473{gap:20px}._difference-card_8kif4_473{padding:20px}._book-cleaning-section_8kif4_416{padding:40px 1rem;margin:30px 0}._book-cleaning-content_8kif4_424 h2{font-size:1.5rem;margin-bottom:20px}._book-cleaning-btn_8kif4_437{padding:10px 25px;font-size:1rem}}._faq-section_8kif4_616{margin:80px auto 60px;max-width:1000px;padding:0 2rem}._faq-title_8kif4_622{color:#c3922e;font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:50px}._faq-container_8kif4_630{display:flex;flex-direction:column;gap:0;border-top:1px solid #e0e0e0}._faq-item_8kif4_637{border-bottom:1px solid #e0e0e0;padding:24px 0}._faq-question_8kif4_642{display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}._faq-question_8kif4_642 h3{color:#c3922e;font-size:1.25rem;font-weight:600;margin:0;flex:1;text-align:left}._faq-toggle_8kif4_659{color:#c3922e;font-size:1.8rem;font-weight:300;margin-left:20px;transition:transform .3s ease;flex-shrink:0}._faq-item_8kif4_637._active_8kif4_668 ._faq-toggle_8kif4_659{transform:rotate(45deg)}._faq-answer_8kif4_672{margin-top:16px;color:#666;font-size:.95rem;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,margin-top .4s ease-in-out}._faq-item_8kif4_637._active_8kif4_668 ._faq-answer_8kif4_672{max-height:500px}._faq-answer_8kif4_672 p{margin:0;padding:0}@media(max-width:768px){._faq-section_8kif4_616{margin:60px auto 40px;padding:0 1rem}._faq-title_8kif4_622{font-size:1.8rem;margin-bottom:30px}._faq-item_8kif4_637{padding:16px 0}._faq-question_8kif4_642 h3{font-size:.95rem}._faq-toggle_8kif4_659{font-size:1.5rem;margin-left:15px}}._maintenance-page_1tjh4_1{background:#fff;color:#222;font-family:Inter,Arial,sans-serif}._hero-section_1tjh4_8{position:relative;width:100%;height:auto;max-height:850px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f7f7f7;margin-bottom:0}._hero-img_1tjh4_21{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}._hero-content_1tjh4_28{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 0 0 48px;color:#fff;z-index:2}._hero-content_1tjh4_28 h1{font-size:4rem;font-weight:700;color:#fff;margin-bottom:.5rem;max-width:780px}._hero-content_1tjh4_28 p{font-size:1.4rem;color:#fff;opacity:.95;margin-bottom:1rem}._book-now-btn_1tjh4_58{background:linear-gradient(135deg,#c3922e,#d4a574);color:#fff;border:none;padding:14px 36px;border-radius:25px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #c3922e4d;position:relative;overflow:hidden}._book-now-btn_1tjh4_58:hover{background:linear-gradient(135deg,#a67824,#b8954a);transform:translateY(-3px);box-shadow:0 8px 20px #c3922e80}._book-now-btn_1tjh4_58:active{transform:translateY(-1px)}._services-section_1tjh4_84{max-width:1400px;margin:0 auto;padding:80px 2rem}._services-title_1tjh4_90{color:#c3922e;font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:60px}._services-grid_1tjh4_98{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}._service-card_1tjh4_104{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column}._service-card_1tjh4_104:hover{box-shadow:0 8px 24px #c3922e26;transform:translateY(-4px)}._service-img-wrap_1tjh4_119{width:100%;height:220px;overflow:hidden;background:#f7f7f7}._service-img_1tjh4_119{width:100%;height:100%;object-fit:cover;transition:transform .3s}._service-card_1tjh4_104:hover ._service-img_1tjh4_119{transform:scale(1.05)}._service-card_1tjh4_104 h3{color:#c3922e;font-size:1.3rem;font-weight:700;margin:24px 20px 12px}._service-card_1tjh4_104 p{color:#555;font-size:.98rem;line-height:1.6;margin:0 20px 20px;flex-grow:1}._book-service-btn_1tjh4_152{background:transparent;color:#c3922e;border:2px solid #C3922E;padding:10px 28px;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;margin:0 20px 20px;transition:all .3s}._book-service-btn_1tjh4_152:hover{background:#c3922e;color:#fff}@media(max-width:1200px){._services-grid_1tjh4_98{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._services-grid_1tjh4_98{grid-template-columns:1fr;gap:24px}._hero-content_1tjh4_28{padding:0 0 0 32px}._hero-content_1tjh4_28 h1{font-size:2.2rem}._hero-content_1tjh4_28 p{font-size:1.1rem}._services-section_1tjh4_84{padding:60px 1rem}._services-title_1tjh4_90{font-size:1.8rem;margin-bottom:40px}._service-img-wrap_1tjh4_119{height:180px}}@media(max-width:600px){._hero-section_1tjh4_8{max-height:280px}._hero-content_1tjh4_28{padding:0 0 0 16px}._hero-content_1tjh4_28 h1{font-size:1.6rem}._hero-content_1tjh4_28 p{font-size:.95rem}._services-section_1tjh4_84{padding:40px 1rem}._services-title_1tjh4_90{font-size:1.4rem}._service-card_1tjh4_104 h3{font-size:1.1rem;margin:16px 16px 8px}._service-card_1tjh4_104 p{font-size:.9rem;margin:0 16px 16px}._book-service-btn_1tjh4_152{margin:0 16px 16px;padding:8px 20px;font-size:.9rem}}.resources-page{min-height:100vh;background:#f8f9fa}.resources-hero{background:linear-gradient(135deg,#c3922e,#daa520,#b8860b 70%,#8c6408);color:#fff;padding:4rem 0;text-align:center;margin-bottom:2rem}.resources-hero h1{margin:0 0 1rem;font-size:3rem;font-weight:700}.resources-hero p{margin:0;font-size:1.2rem;opacity:.95}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.resources-container{display:grid;grid-template-columns:300px 1fr;gap:3rem;padding-top:3rem;padding-bottom:3rem}.resources-sidebar{display:flex;flex-direction:column;gap:2rem}.search-box,.categories-box{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.search-box h3,.categories-box h3{margin:0 0 1rem;font-size:1.2rem;color:#1a1a1a}.search-box form{display:flex;flex-direction:column;gap:.5rem}.search-box input{padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.search-box button{padding:.8rem;background:linear-gradient(135deg,#daa520,#b8860b);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.search-box button:hover{background:linear-gradient(135deg,#b8860b,#8c6408);transform:translateY(-1px);box-shadow:0 4px 8px #b8860b4d}.category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.category-list li{width:100%}.category-list button{width:100%;text-align:left;padding:.7rem 1rem;background:transparent;border:none;border-radius:6px;font-size:1rem;color:#666;cursor:pointer;transition:all .3s ease}.category-list button:hover{background:#f0f0f0;color:#1a1a1a}.category-list button.active{background:linear-gradient(135deg,#daa520,#b8860b);color:#fff;font-weight:500}.resources-main{min-height:400px}.loading-state,.error-state,.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.loading-state p,.empty-state p{color:#666;font-size:1.1rem;margin:0}.error-state p{color:#dc3545;font-size:1.1rem;margin:0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.blog-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.blog-image-link{display:block;height:220px;overflow:hidden;background:#f0f0f0}.blog-image-link img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image-link img{transform:scale(1.05)}.blog-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-badge{padding:.3rem .8rem;background:linear-gradient(135deg,#daa52026,#b8860b26);color:#8c6408;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(184,134,11,.3)}.blog-content h2{margin:0 0 1rem;font-size:1.4rem;line-height:1.4}.blog-content h2 a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.blog-content h2 a:hover{color:#b8860b}.blog-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#666}.blog-meta .author{font-weight:500}.excerpt{color:#666;line-height:1.6;margin-bottom:1rem;flex:1}.read-more{color:#b8860b;text-decoration:none;font-weight:600;font-size:1rem;transition:color .3s ease;align-self:flex-start}.read-more:hover{color:#8c6408}.pagination{display:flex;justify-content:center;align-items:center;gap:2rem;padding:2rem 0}.pagination-btn{padding:.8rem 1.5rem;background:linear-gradient(135deg,#daa520,#b8860b);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#b8860b,#8c6408);transform:translateY(-1px);box-shadow:0 4px 8px #b8860b4d}.pagination-btn:disabled{background:#ccc;cursor:not-allowed}.page-info{font-size:1rem;color:#666;font-weight:500}@media(max-width:1024px){.resources-container{grid-template-columns:250px 1fr;gap:2rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.resources-hero h1{font-size:2rem}.resources-hero p{font-size:1rem}.resources-container{grid-template-columns:1fr;gap:2rem;padding-top:2rem}.resources-sidebar{order:2}.resources-main{order:1}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.pagination{flex-direction:column;gap:1rem}.pagination-btn{width:100%}}.blog-post-page{min-height:100vh;background:#f8f9fa}.blog-post-header{background:#fff;padding:3rem 0 2rem;border-bottom:1px solid #e0e0e0}.back-link{display:inline-block;color:#b8860b;text-decoration:none;font-weight:500;margin-bottom:1.5rem;transition:color .3s ease}.back-link:hover{color:#8c6408}.post-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.category-badge{padding:.4rem 1rem;background:linear-gradient(135deg,#daa52026,#b8860b26);color:#8c6408;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid rgba(184,134,11,.3)}.blog-post-header h1{margin:0 0 1.5rem;font-size:2.5rem;line-height:1.3;color:#1a1a1a}.post-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0}.author-info{display:flex;flex-direction:column;gap:.3rem}.author-name{font-weight:600;color:#1a1a1a;font-size:1rem}.post-date{color:#666;font-size:.9rem}.post-stats{color:#666;font-size:.95rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.featured-image-container{width:100%;max-width:1200px;margin:2rem auto;padding:0 2rem}.featured-image{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #0000001a}.blog-post-content{background:#fff;padding:3rem;margin:2rem auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-width:900px}.post-excerpt{padding:1.5rem;background:linear-gradient(135deg,#daa52014,#b8860b14);border-left:4px solid #b8860b;border-radius:4px;margin-bottom:2rem}.post-excerpt p{margin:0;font-size:1.1rem;line-height:1.6;color:#333;font-style:italic}.post-body{font-size:1.05rem;line-height:1.8;color:#333}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-top:2rem;margin-bottom:1rem;color:#1a1a1a;font-weight:600}.post-body h1{font-size:2rem}.post-body h2{font-size:1.75rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body p{margin-bottom:1.5rem}.post-body img{max-width:100%;height:auto;border-radius:4px;margin:1.5rem 0}.post-body a{color:#b8860b;text-decoration:none;border-bottom:1px solid #b8860b}.post-body a:hover{color:#8c6408;border-bottom-color:#8c6408}.post-body ul,.post-body ol{margin:1.5rem 0;padding-left:2rem}.post-body li{margin-bottom:.5rem}.post-body blockquote{margin:2rem 0;padding:1rem 1.5rem;background:linear-gradient(135deg,#daa52014,#b8860b14);border-left:4px solid #b8860b;font-style:italic}.post-body code{background:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.post-body pre{background:#1e1e1e;color:#d4d4d4;padding:1rem;border-radius:4px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;color:inherit;padding:0}.post-tags{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0}.post-tags h4{margin:0 0 1rem;color:#1a1a1a;font-size:1.1rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.5rem 1rem;background:#f0f0f0;color:#666;border-radius:20px;font-size:.9rem}.related-posts{margin:3rem auto;max-width:1200px}.related-posts h3{margin:0 0 2rem;font-size:1.8rem;color:#1a1a1a;text-align:center}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.related-post-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.related-post-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.related-post-card img{width:100%;height:180px;object-fit:cover}.related-post-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.related-post-content h4{margin:0 0 .5rem;font-size:1.2rem;color:#1a1a1a}.related-post-content p{margin:0 0 1rem;color:#666;font-size:.95rem;line-height:1.5;flex:1}.related-post-content .read-more{color:#b8860b;font-weight:600;font-size:.95rem}.post-navigation{text-align:center;margin:3rem auto;max-width:900px}.btn-back-to-blog{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#daa520,#b8860b);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.btn-back-to-blog:hover{background:linear-gradient(135deg,#b8860b,#8c6408);transform:translateY(-1px);box-shadow:0 4px 8px #b8860b4d}.loading-state,.error-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;margin:3rem 0}.loading-state p,.error-state h2{color:#666;margin:0 0 1rem}@media(max-width:768px){.blog-post-header{padding:2rem 0 1.5rem}.blog-post-header h1{font-size:1.8rem}.post-meta{flex-direction:column;align-items:flex-start;gap:1rem}.container{padding:0 1rem}.featured-image-container{margin:1rem auto;padding:0 1rem}.blog-post-content{padding:1.5rem;margin:1rem auto}.post-excerpt{padding:1rem}.post-body{font-size:1rem}.related-posts-grid{grid-template-columns:1fr}}._terms-page_1hm2a_1{background:#fff;color:#222;font-family:Inter,Arial,sans-serif}._hero-section_1hm2a_8{position:relative;width:100%;height:auto;max-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f7f7f7;margin-bottom:0}._hero-img_1hm2a_21{width:100%;height:100%;object-fit:cover}._hero-content_1hm2a_28{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 0 0 48px;color:#fff;z-index:2}._hero-content_1hm2a_28 h1{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;max-width:780px}._hero-content_1hm2a_28 p{font-size:1.4rem;color:#fff;opacity:.95;margin-bottom:0}._content-section_1hm2a_59{max-width:1200px;margin:0 auto;padding:80px 2rem}._content-wrapper_1hm2a_65{display:flex;flex-direction:column;gap:24px}._main-title_1hm2a_71{color:#222;font-size:1.8rem;font-weight:700;margin-bottom:16px;margin-top:0}._meta-info_1hm2a_79{background:#f9f9f9;padding:16px 24px;border-radius:4px;margin-bottom:24px}._meta-info_1hm2a_79 p{color:#555;font-size:.95rem;margin:8px 0;line-height:1.6}._content-box_1hm2a_93{background:#fff;padding:24px;border-radius:4px;border-left:4px solid #C3922E}._content-box_1hm2a_93 h2{color:#c3922e;font-size:1.5rem;font-weight:700;margin-bottom:16px;margin-top:0}._content-box_1hm2a_93 h3{color:#222;font-size:1.2rem;font-weight:700;margin-bottom:12px;margin-top:16px}._content-box_1hm2a_93 h3:first-child{margin-top:0}._content-box_1hm2a_93 h4{color:#333;font-size:1.05rem;font-weight:600;margin-bottom:10px;margin-top:14px}._content-box_1hm2a_93 p{color:#333;font-size:.98rem;line-height:1.7;margin:0 0 12px}._content-box_1hm2a_93 p:last-child{margin-bottom:0}._content-box_1hm2a_93 ul{padding-left:24px;margin:12px 0;color:#333;font-size:.98rem;line-height:1.7}._content-box_1hm2a_93 li{margin-bottom:8px}@media(max-width:900px){._hero-content_1hm2a_28{padding:0 0 0 32px}._hero-content_1hm2a_28 h1{font-size:2.5rem}._hero-content_1hm2a_28 p{font-size:1.1rem}._content-section_1hm2a_59{padding:60px 1rem}._content-box_1hm2a_93{padding:20px}._content-box_1hm2a_93 h2{font-size:1.3rem}._content-box_1hm2a_93 h3{font-size:1.1rem}}@media(max-width:600px){._hero-section_1hm2a_8{max-height:280px}._hero-content_1hm2a_28{padding:0 0 0 16px}._hero-content_1hm2a_28 h1{font-size:1.8rem}._hero-content_1hm2a_28 p{font-size:.95rem}._content-section_1hm2a_59{padding:40px 1rem}._content-wrapper_1hm2a_65{gap:16px}._content-box_1hm2a_93{padding:16px;border-left:3px solid #C3922E}._content-box_1hm2a_93 h2{font-size:1.1rem}._content-box_1hm2a_93 h3{font-size:1rem}._content-box_1hm2a_93 p{font-size:.95rem}._main-title_1hm2a_71{font-size:1.4rem}}._privacy-page_1qzoc_1{background:#fff;color:#222;font-family:Inter,Arial,sans-serif}._hero-section_1qzoc_8{position:relative;width:100%;height:auto;max-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f7f7f7;margin-bottom:0}._hero-img_1qzoc_21{width:100%;height:100%;object-fit:cover}._hero-content_1qzoc_28{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 0 0 48px;color:#fff;z-index:2}._hero-content_1qzoc_28 h1{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;max-width:780px}._hero-content_1qzoc_28 p{font-size:1.4rem;color:#fff;opacity:.95;margin-bottom:0}._content-section_1qzoc_59{max-width:1200px;margin:0 auto;padding:80px 2rem}._content-wrapper_1qzoc_65{display:flex;flex-direction:column;gap:24px}._main-title_1qzoc_71{color:#222;font-size:1.8rem;font-weight:700;margin-bottom:16px;margin-top:0}._meta-info_1qzoc_79{background:#f9f9f9;padding:16px 24px;border-radius:4px;margin-bottom:24px}._meta-info_1qzoc_79 p{color:#555;font-size:.95rem;margin:8px 0;line-height:1.6}._content-box_1qzoc_93{background:#fff;padding:24px;border-radius:4px;border-left:4px solid #C3922E}._content-box_1qzoc_93 h2{color:#c3922e;font-size:1.5rem;font-weight:700;margin-bottom:16px;margin-top:0}._content-box_1qzoc_93 h3{color:#222;font-size:1.2rem;font-weight:700;margin-bottom:12px;margin-top:16px}._content-box_1qzoc_93 h3:first-child{margin-top:0}._content-box_1qzoc_93 h4{color:#333;font-size:1.05rem;font-weight:600;margin-bottom:10px;margin-top:14px}._content-box_1qzoc_93 p{color:#333;font-size:.98rem;line-height:1.7;margin:0 0 12px}._content-box_1qzoc_93 p:last-child{margin-bottom:0}._content-box_1qzoc_93 ul{padding-left:24px;margin:12px 0;color:#333;font-size:.98rem;line-height:1.7}._content-box_1qzoc_93 li{margin-bottom:8px}@media(max-width:900px){._hero-content_1qzoc_28{padding:0 0 0 32px}._hero-content_1qzoc_28 h1{font-size:2.5rem}._hero-content_1qzoc_28 p{font-size:1.1rem}._content-section_1qzoc_59{padding:60px 1rem}._content-box_1qzoc_93{padding:20px}._content-box_1qzoc_93 h2{font-size:1.3rem}._content-box_1qzoc_93 h3{font-size:1.1rem}}@media(max-width:600px){._hero-section_1qzoc_8{max-height:280px}._hero-content_1qzoc_28{padding:0 0 0 16px}._hero-content_1qzoc_28 h1{font-size:1.8rem}._hero-content_1qzoc_28 p{font-size:.95rem}._content-section_1qzoc_59{padding:40px 1rem}._content-wrapper_1qzoc_65{gap:16px}._content-box_1qzoc_93{padding:16px;border-left:3px solid #C3922E}._content-box_1qzoc_93 h2{font-size:1.1rem}._content-box_1qzoc_93 h3{font-size:1rem}._content-box_1qzoc_93 p{font-size:.95rem}._main-title_1qzoc_71{font-size:1.4rem}}
