@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");.property-detail-button{color:white;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}.property-detail-button,.property-detail-button:hover{background-color:#831016}.modal-property-features{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0}.modal-property-feature{display:flex;align-items:center;gap:1rem}.modal-feature-icon{color:#831016;width:2rem;height:2rem}.modal-feature-label{font-size:.875rem;color:#6b7280}.modal-feature-value{font-weight:600;color:#111827}.modal-price{font-size:1.5rem;font-weight:700;color:#831016;margin-top:.5rem}.modal-cta{margin-top:2rem;text-align:center}.modal-cta-button{display:inline-block;color:white;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .2s}.modal-cta-button,.modal-cta-button:hover{background-color:#831016}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-in-out}.modal-container{background-color:white;border-radius:.75rem;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);animation:slideIn .3s ease-in-out}.modal-close{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.8);border:none;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333;z-index:10}.modal-content{padding:2rem}.modal-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#831016}.modal-image{margin-bottom:1.5rem;border-radius:.5rem;overflow:hidden}.modal-description p{margin-bottom:1.5rem;line-height:1.6}.modal-subtitle{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem;color:#831016}.modal-list{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.5rem}.modal-list li{margin-bottom:.5rem}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.modal-container{height:auto;max-height:80vh}}.header-logo-image{object-fit:contain;height:auto}*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif}body,html{max-width:100vw;overflow-x:hidden;color:#333;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.section{padding:1rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#333}.section-subtitle{font-size:1.1rem;text-align:center;margin-bottom:3rem;color:#666;max-width:800px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:9999px;font-weight:500;transition:all .2s;cursor:pointer}.btn-primary{background-color:#1a2e5c;color:white}.btn-primary:hover{background-color:#152348}.btn-secondary{background-color:white;color:#333;border:1px solid #e5e5e5}.btn-secondary:hover{background-color:#f5f5f5}.card{background-color:white;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;background-color:#f3f4f6;color:#4b5563}.header{position:fixed;top:0;left:0;right:0;z-index:50;background-color:white;box-shadow:0 1px 2px rgba(0,0,0,.05)}.header-container{justify-content:space-between;height:5rem}.header-container,.header-logo{display:flex;align-items:center}.header-logo{gap:.5rem}.header-logo-icon{width:2rem;height:2rem;color:#1a2e5c}.header-logo-text{font-size:1.25rem;font-weight:700;color:#1a2e5c}.header-nav{display:none}.header-nav-link{color:#333;font-weight:500}.header-nav-link:hover{color:#1a2e5c}.header-button{display:none;align-items:center;justify-content:center;padding:.625rem 1.5rem;background-color:#831016;color:white;font-weight:500;border-radius:9999px;transition:background-color .2s}.header-button:hover{background-color:#BF9A65}.header-mobile-button{display:block;color:#333;background:none;border:none;cursor:pointer}.header-mobile-icon{width:1.5rem;height:1.5rem}.header-mobile-nav{background-color:white;padding:1rem 1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.header-mobile-menu{display:flex;flex-direction:column;gap:1rem}.header-mobile-link{color:#333;font-weight:500;padding:.5rem 0}.header-mobile-link:hover{color:#1a2e5c}.header-mobile-button-link{display:flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;background-color:#831016;color:white;font-weight:500;border-radius:9999px;transition:background-color .2s;margin-top:.5rem}.header-mobile-button-link:hover{background-color:#831016}.footer{background-color:#111827;color:#ffffff;padding:4rem 0}.footer-logo-image{height:auto;max-width:150px;object-fit:contain}@media (max-width:768px){.footer-logo-image{max-width:120px}}.footer-container{width:100%;max-width:1280px;margin:0 auto;padding:0 3rem}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.footer-heading{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.footer-nav{display:flex;flex-direction:column;gap:1rem}.footer-link{color:#9ca3af;transition:color .2s}.footer-link:hover{color:#ffffff}.footer-subscribe{background-color:#e5e7eb;border-radius:.5rem;padding:1.5rem;color:#111827}.footer-form{display:flex;margin-bottom:1rem}.footer-input{flex-grow:1;padding:.5rem 1rem;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;border:none}.footer-input:focus{outline:none}.footer-button{color:white;padding:.5rem;border:none;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem;cursor:pointer}.footer-button,.footer-button:hover{background-color:#913028}.footer-description{color:#374151;font-size:.875rem}.footer-bottom{border-top:1px solid #1f2937;margin-top:3rem;padding-top:2rem;flex-direction:column;justify-content:space-between}.footer-bottom,.footer-logo{display:flex;align-items:center}.footer-logo{margin-bottom:1rem}.footer-logo-primary{font-size:1.25rem;font-weight:700;color:#10b981;margin-right:.25rem}.footer-logo-secondary{font-size:1.25rem;font-weight:300}.footer-copyright{color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.footer-social{display:flex;gap:1rem}.footer-social-link{color:#9ca3af;transition:color .2s}.footer-social-link:hover{color:#ffffff}.footer-social-icon{width:1.25rem;height:1.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:row}.footer-copyright,.footer-logo{margin-bottom:0}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.hero-section{padding-top:10rem}.hero-container,.hero-section{position:relative;overflow:hidden}.hero-container{border-radius:1.5rem}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.5),transparent);z-index:10}.hero-image{width:100%;height:600px;object-fit:cover}.hero-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:flex;flex-direction:column;justify-content:center;padding:2rem}.hero-content-inner{max-width:42rem}.hero-title{font-size:2.25rem;font-weight:700;color:white;margin-bottom:.5rem}.hero-description{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;border-radius:9999px;transition:background-color .2s}.hero-button-primary{color:white}.hero-button-primary,.hero-button-primary:hover{background-color:#831016}.hero-button-secondary{background-color:rgba(255,255,255,.9);color:#333}.hero-button-secondary:hover{background-color:white}.hero-badge{position:absolute;bottom:1.5rem;right:1.5rem;z-index:20;align-items:center;gap:.75rem;background-color:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1rem;border-radius:9999px}.hero-avatars,.hero-badge{display:flex}.hero-avatar{width:2rem;height:2rem;border-radius:50%;background-color:#d1d5db;border:2px solid white;margin-right:-.5rem}.dark .hero-badge-text,.hero-badge-text{font-size:.875rem;font-weight:500}.dark .hero-badge-text{color:#000}.hero-stars{display:flex;align-items:center}.hero-star{color:#eab308}.hero-rating{margin-left:.25rem}.icon-sm{width:1rem;height:1rem}@media (max-width:768px){.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (min-width:768px){.header-nav{align-items:center;gap:2rem}.header-button,.header-nav{display:flex}.header-mobile-button{display:none}.footer-grid{grid-template-columns:repeat(2,1fr)}.hero-content{padding:4rem}.hero-title{font-size:3rem}.hero-description{font-size:1.25rem}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}.hero-title{font-size:3.75rem}}.container{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}@media (max-width:640px){.hero-badge{display:none}}.about-section{padding:3rem 0;background-color:#fff}.about-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.about-main-card{background-color:#f9fafb;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column}.about-image-container{position:relative;height:16rem;border-radius:1.5rem;overflow:hidden}.about-image{object-fit:cover}.about-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.about-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#111827}.about-description{color:#4b5563;margin-bottom:1.5rem}.about-link{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:1px solid #e5e7eb;border-radius:9999px;color:#4b5563;font-weight:500;transition:background-color .2s}.about-link:hover{background-color:#f3f4f6}.about-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.about-stat-card{background-color:#f9fafb;border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.about-stat-value{font-size:1.875rem;font-weight:700;color:#111827}.about-stat-label{color:#4b5563}@media (min-width:768px){.about-grid{grid-template-columns:2fr 1fr}.about-main-card{flex-direction:row}.about-image-container{width:40%;height:auto}.about-content{width:60%}.about-stat-value,.about-title{font-size:2.25rem}}@media (min-width:1024px){.about-section{padding:5rem 0}}.property-type-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.property-type-button{padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s;cursor:pointer}.property-type-button-active{background-color:#831016;color:white}.property-type-button-inactive{background-color:white;border:1px solid #831016;color:#374151}.property-type-button-inactive:hover{background-color:#f9fafb}.property-grid{display:grid;grid-gap:2rem;gap:2rem}.property-card{background-color:white;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.property-image-container{position:relative;height:16rem}.property-image{object-fit:cover}.property-content{padding:1.5rem}.property-location{display:flex;align-items:center;gap:.5rem;color:#4b5563;margin-bottom:1rem}.property-location-icon{width:1rem;height:1rem}.property-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.property-name,.property-price{font-size:1.25rem;font-weight:700}.property-price{color:#1a2e5c}.property-features{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #f3f4f6}.property-feature{display:flex;align-items:center;gap:.5rem;color:#4b5563}.property-feature-icon{width:1rem;height:1rem}@media (min-width:768px){.property-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.property-grid{grid-template-columns:repeat(3,1fr)}}.features-section{background-color:#fff;padding:5rem 0}.features-grid{display:grid;grid-gap:2rem;gap:2rem}.feature-card{background-color:white;padding:1.5rem;border-radius:.75rem;box-shadow:0 9px 9px 0 rgba(0,0,0,.15)}.feature-icon{margin-bottom:1rem}.feature-icon svg{width:2rem;height:2rem;color:#831016}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.feature-description{color:#4b5563}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.gallery-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.gallery-grid-item{border-radius:1.5rem;overflow:hidden}.gallery-image{width:100%;height:100%;object-fit:cover}.gallery-rows{display:grid;grid-template-rows:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.gallery-columns{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.gallery-video-container{position:relative;border-radius:1.5rem;overflow:hidden}.gallery-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.2)}.gallery-video-button,.gallery-video-overlay{display:flex;align-items:center;justify-content:center}.gallery-video-button{width:3rem;height:3rem;border-radius:50%;background-color:rgba(255,255,255,.8)}.gallery-video-icon{width:1.25rem;height:1.25rem;color:#1a2e5c;margin-left:.25rem}.gallery-card{background-color:#f9fafb;border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.gallery-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.gallery-card-description{color:#4b5563;font-size:.875rem;margin-bottom:1rem}.gallery-card-link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:9999px;font-size:.875rem;font-weight:500;transition:background-color .2s}.gallery-card-link:hover{background-color:#f3f4f6}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.testimonials-section{padding-top:4rem;padding-bottom:6rem;background-color:#fff}.testimonials-title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.testimonials-image{transition:opacity .5s ease-in-out}.testimonials-image-container{border-radius:1rem;aspect-ratio:3/4;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.testimonials-underline{width:6rem;height:.25rem;background-color:#059669;margin:0 auto 1.5rem;border-radius:9999px}.testimonials-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:center}.testimonials-image-container{position:relative;height:358px;width:100%;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08)}.testimonials-text{color:#374151;font-size:1.125rem;line-height:1.75rem;margin-bottom:1.5rem}.testimonials-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonials-star{width:1.5rem;height:1.5rem;color:#f59e42;fill:#f59e42}.testimonials-name{font-size:1.5rem;font-weight:700;color:#111827}.testimonials-location{color:#6b7280}.testimonials-controls{display:flex;justify-content:flex-end;margin-top:2rem;gap:.5rem}.testimonials-btn{border-radius:9999px;border:1px solid #d1d5db;background:#fff;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;transition:background .2s;cursor:pointer}.testimonials-btn:hover{background:#831016}.testimonials-btn-primary{background:#831016;border:none;color:#fff}.testimonials-btn-primary:hover{background:#047857}@media (min-width:768px){.testimonials-section{padding-top:1rem;padding-bottom:1rem}.testimonials-title{font-size:2.5rem}.testimonials-grid{grid-template-columns:1fr 2fr}.testimonials-image-container{position:relative;height:400px;width:100%;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08)}}.faq-section{padding:4rem 0;background-color:#f9fafb}.faq-header{text-align:center;margin-bottom:3rem}.faq-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.faq-underline{width:6rem;height:.25rem;background-color:#059669;margin:0 auto 1.5rem}.faq-description{color:#4b5563;max-width:48rem;margin-left:auto;margin-right:auto}.faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.faq-item{background-color:white;border-radius:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05);overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;text-align:left;border:none;background:none;cursor:pointer}.faq-question:focus{outline:none}.faq-question-text{font-size:1.125rem;font-weight:500;color:#111827}.faq-icon{width:1.25rem;height:1.25rem;color:#6b7280;transition:transform .2s}.faq-icon-rotated{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem}.faq-answer-text{color:#4b5563}@media (min-width:768px){.faq-section{padding:6rem 0}.faq-title{font-size:2.5rem}}.cta-section{padding:4rem 0;background-color:#831016}.cta-container{max-width:56rem;margin:0 auto;text-align:center;color:white}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.cta-description{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:2rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1.125rem;font-weight:500;border-radius:.375rem;cursor:pointer;transition:background-color .2s}.cta-button-primary{background-color:white;color:#831016;border:none}.cta-button-primary:hover{background-color:#f9fafb}.cta-button-outline{background-color:transparent;border:1px solid white;color:white}.cta-button-outline:hover{background-color:rgba(255,255,255,.1)}.cta-button-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}@media (min-width:640px){.cta-buttons{flex-direction:row}}@media (min-width:768px){.cta-section{padding:6rem 0}.cta-title{font-size:2.25rem}}.siteplan-container{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.siteplan-image-container{width:100%;border-radius:1rem;overflow:hidden;text-align:center;display:flex;justify-content:center}.siteplan-image{max-width:100%;width:100%;max-height:80vh;height:auto;object-fit:contain;margin:0 auto}.siteplan-content{width:100%;max-width:800px;padding:1.5rem;background-color:#f9fafb;border-radius:1rem;text-align:center}.siteplan-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a2e5c}@media (min-width:1024px){.siteplan-image-container{width:70%}}@media (min-width:768px){.siteplan-container{flex-direction:column}}.gallery-lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}.gallery-lightbox-container{position:relative;max-width:90vw;max-height:90vh}.gallery-lightbox-close{position:absolute;top:-2.5rem;right:-2.5rem;width:2.5rem;height:2.5rem;background-color:transparent;border:none;color:white;cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s;border-radius:50%}.gallery-lightbox-close:hover{opacity:1}.gallery-lightbox-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.gallery-lightbox-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.gallery-grid-item,.gallery-video-container{cursor:pointer;transition:transform .2s}.gallery-grid-item:hover,.gallery-video-container:hover{transform:scale(1.02)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.theme-toggle-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#f3f4f6;border:none;cursor:pointer;margin-right:1rem;color:#333;transition:background-color .2s,color .2s}.dark .theme-toggle-button{background-color:#374151;color:#f3f4f6}.dark .feature-icon svg,.dark .modal-feature-icon{color:#fff;width:2rem;height:2rem}.dark .modal-price{color:#fff}.theme-toggle-button:hover{background-color:#e5e7eb}.dark .theme-toggle-button:hover{background-color:#4b5563}.dark{color-scheme:dark;color:#f3f4f6}.dark body{background-color:#111827;color:#f3f4f6}.dark .header{background-color:#1f2937;box-shadow:0 1px 2px rgba(0,0,0,.2)}.dark .header-logo-text{color:white}.dark .header-nav-link{color:#e5e7eb}.dark .header-mobile-button,.dark .header-nav-link:hover{color:white}.dark .header-mobile-nav{background-color:#1f2937;box-shadow:0 4px 6px -1px rgba(0,0,0,.2)}.dark .header-mobile-link{color:#e5e7eb}.dark .section-title{color:#f9fafb}.dark .section-subtitle{color:#d1d5db}.dark .card{box-shadow:0 4px 6px -1px rgba(0,0,0,.2)}.dark .about-main-card,.dark .about-stat-card,.dark .card{background-color:#1f2937}.dark .about-title{color:#f9fafb}.dark .about-description,.dark .about-stat-label{color:#d1d5db}.dark .about-stat-value{color:#f9fafb}.dark .about-link{border-color:#374151;color:#d1d5db}.dark .about-link:hover{background-color:#374151}.dark .property-type-button-inactive{background-color:#1f2937;border-color:#831016;color:#d1d5db}.dark .property-type-button-inactive:hover{background-color:#374151}.dark .property-card{background-color:#1f2937}.dark .property-name{color:#f9fafb}.dark .property-feature{color:#d1d5db}.dark .property-detail-button{background-color:#831016}.dark .feature-card{background-color:#1f2937;box-shadow:0 9px 9px 0 rgba(0,0,0,.3)}.dark .feature-title{color:#f9fafb}.dark .feature-description{color:#d1d5db}.dark .gallery-card{background-color:#1f2937}.dark .gallery-card-title{color:#f9fafb}.dark .gallery-card-description{color:#d1d5db}.dark .gallery-card-link{border-color:#374151;color:#d1d5db}.dark .gallery-card-link:hover{background-color:#374151}.dark .testimonials-section{background-color:#111827}.dark .testimonials-title{color:#f9fafb}.dark .testimonials-text{color:#d1d5db}.dark .testimonials-name{color:#f9fafb}.dark .testimonials-location{color:#9ca3af}.dark .testimonials-btn{border-color:#374151;background-color:#1f2937;color:#d1d5db}.dark .faq-section{background-color:#111827}.dark .faq-title{color:#f9fafb}.dark .faq-description{color:#d1d5db}.dark .faq-item{background-color:#1f2937}.dark .faq-question-text{color:#f9fafb}.dark .faq-icon{color:#9ca3af}.dark .faq-answer-text{color:#d1d5db}.dark .modal-container{background-color:#1f2937}.dark .modal-subtitle,.dark .modal-title{color:#f9fafb}.dark .modal-description p,.dark .modal-feature-value{color:#e5e7eb}.dark .modal-feature-label{color:#9ca3af}.dark .siteplan-content{background-color:#1f2937}.dark .siteplan-title{color:#f9fafb}.dark .about-section,.dark .features-section{background-color:#111827}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_549949{font-family:Inter,Inter Fallback;font-style:normal}