body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#4a7be8;background-color:var(--primary-blue,#4a7be8);box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo{align-items:flex-start;color:#fff;display:flex;flex-direction:column;text-decoration:none}.logo-img{display:block;height:42px;width:auto}.logo-text{font-size:1.8rem;font-weight:700;letter-spacing:2px}.logo-subtitle{font-size:.9rem;font-weight:300;opacity:.9}.navbar-menu{align-items:center;display:flex;gap:2rem}.navbar-link{border-radius:4px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.navbar-link:hover{background-color:#ffffff1a}.navbar-link.active{background-color:#3b82f6;background-color:var(--secondary-blue,#3b82f6)}.navbar-dropdown{position:relative}.dropdown-toggle{align-items:center;cursor:pointer;display:flex;gap:.5rem}.dropdown-arrow{display:inline-block;font-size:.7rem;transition:transform .3s ease}.dropdown-arrow.open,.navbar-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{animation:fadeIn .3s ease;background-color:#fff;border-radius:4px;box-shadow:0 4px 12px #00000026;left:0;min-width:200px;overflow:hidden;position:absolute;top:calc(100% + .5rem);z-index:1000}.dropdown-menu:before{background:#0000;content:"";height:.5rem;left:0;position:absolute;right:0;top:-.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{border-bottom:1px solid #f0f0f0;color:#1f2937;color:var(--text-dark,#1f2937);display:block;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#dbeafe;background-color:var(--light-blue,#dbeafe);color:#2563eb;color:var(--primary-blue,#2563eb);padding-left:2rem}.navbar-toggle{cursor:pointer;display:none;flex-direction:column;gap:4px}.navbar-toggle span{background-color:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.navbar-toggle{display:flex}.navbar-menu{background-color:#4a7be8;background-color:var(--primary-blue,#4a7be8);box-shadow:0 4px 6px #0000001a;flex-direction:column;left:0;padding:1rem 0;position:absolute;right:0;top:100%;transform:translateX(-100%);transition:transform .3s ease}.navbar-menu.active{transform:translateX(0)}.navbar-link{padding:1rem;text-align:center;width:100%}.navbar-dropdown{width:100%}.dropdown-menu{background-color:#ffffff1a;box-shadow:none;margin-top:0;position:static;width:100%}.dropdown-item{border-bottom:1px solid #ffffff1a;color:#fff;padding:.75rem 2rem}.dropdown-item:hover{background-color:#ffffff1a;color:#fff;padding-left:2rem}}.footer{background-color:#4a7be8;background-color:var(--primary-blue,#4a7be8);color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section h4{font-size:1.1rem;margin-bottom:1rem}.footer-section p{line-height:1.8;margin-bottom:.5rem;opacity:.9}.footer-section a{color:#fff;display:block;margin-bottom:.5rem;opacity:.9;text-decoration:none;transition:opacity .3s ease}.footer-section a:hover{opacity:1;text-decoration:underline}.footer-products{display:flex;flex-direction:column;gap:.5rem}.footer-product-link{color:#fff;display:block;font-size:.95rem;opacity:.9;text-decoration:none;transition:opacity .3s ease}.footer-product-link:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid #fff3;margin:2rem auto 0;max-width:1200px;opacity:.8;padding:1rem 2rem;text-align:center}@media (max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}}.home{flex:1 1}.hero-section{align-items:center;background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);display:flex;min-height:600px;padding:4rem 0}.hero-content-wrapper{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{padding-right:2rem}.hero-line{background-color:#d4a574;height:2px;margin-bottom:1rem;width:60px}.hero-label{color:#d4a574;font-size:.9rem;font-weight:500;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase}.hero-title{color:#1f2937;color:var(--text-dark,#1f2937);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-description{color:#6b7280;color:var(--text-light,#6b7280);font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem}.hero-buttons .btn{font-size:1rem;padding:.9rem 2rem}.hero-buttons .btn-primary{background-color:#d4a574;border:none;color:#fff}.hero-buttons .btn-primary:hover{background-color:#c49564;box-shadow:0 4px 12px #d4a5744d;transform:translateY(-2px)}.hero-buttons .btn-primary .arrow{font-size:1.2rem;margin-left:.5rem}.hero-buttons .btn-secondary{background-color:#fff;border:2px solid #d4a574;color:#1f2937;color:var(--text-dark,#1f2937)}.hero-buttons .btn-secondary:hover{background-color:#f8f8f8;border-color:#c49564}.hero-image,.hero-image-wrapper{position:relative}.hero-image{border-radius:12px;box-shadow:0 8px 24px #00000026;overflow:hidden}.hero-image img{display:block;height:500px;object-fit:cover;width:100%}.hero-image-overlay{background-color:#fff;border-radius:8px;bottom:2rem;box-shadow:0 4px 12px #00000026;left:2rem;max-width:250px;padding:1.5rem 2rem;position:absolute}.hero-image-overlay .overlay-subtitle,.hero-image-overlay .overlay-title{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 .3rem}.hero-image-overlay .overlay-location{color:#6b7280;color:var(--text-light,#6b7280);font-size:1rem;line-height:1.3;margin:0}.categories-section{background-color:#fff;padding:5rem 0}.categories-header{margin-bottom:3rem;text-align:center}.categories-title{color:#1f2937;color:var(--text-dark,#1f2937);display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.categories-title:after{background-color:#d4a574;bottom:-.5rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.categories-subtitle{color:#6b7280;color:var(--text-light,#6b7280);font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.category-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;color:inherit;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-8px)}.category-image{background-color:#dbeafe;background-color:var(--light-blue,#dbeafe);height:280px;overflow:hidden;width:100%}.category-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.category-card:hover .category-image img{transform:scale(1.05)}.category-info{padding:1.5rem;text-align:center}.category-info h3{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.category-info p{color:#6b7280;color:var(--text-light,#6b7280);font-size:.95rem;line-height:1.6;margin:0}.about-section{background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);padding:5rem 0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-image{border-radius:12px;box-shadow:0 8px 24px #00000026;overflow:hidden}.about-image img{display:block;height:400px;object-fit:cover;width:100%}.about-text h2{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:2.5rem;margin-bottom:1.5rem}.about-text p{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.featured-amenities-section{background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);padding:5rem 0}.featured-header{margin-bottom:3rem;text-align:center}.featured-title{color:#1f2937;color:var(--text-dark,#1f2937);display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.featured-title:after{background-color:#d4a574;bottom:-.5rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.featured-subtitle{color:#6b7280;color:var(--text-light,#6b7280);font-size:1.1rem;line-height:1.6;margin:1.5rem auto 0;max-width:800px}.featured-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.featured-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.featured-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-5px)}.featured-image-wrapper{background-color:#dbeafe;background-color:var(--light-blue,#dbeafe);height:300px;overflow:hidden;position:relative;width:100%}.new-badge{background-color:#d4a574;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;left:1rem;letter-spacing:.05em;padding:.4rem .8rem;position:absolute;text-transform:uppercase;top:1rem;z-index:10}.featured-image{height:100%;overflow:hidden;width:100%}.featured-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.featured-card:hover .featured-image img{transform:scale(1.05)}.featured-info{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.featured-info h3{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.featured-info p{color:#6b7280;color:var(--text-light,#6b7280);flex-grow:1;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.btn-inquire{align-self:flex-start;background-color:#e5e7eb;border-radius:6px;color:#1f2937;color:var(--text-dark,#1f2937);display:inline-block;font-size:.95rem;font-weight:500;padding:.7rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-inquire:hover{background-color:#d1d5db;box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.featured-footer{margin-top:3rem;text-align:center}.btn-view-all-products{background-color:#fff;border:1px solid #d4a574;border-radius:6px;color:#d4a574;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-view-all-products:hover{background-color:#f8f8f8;border-color:#c49564;box-shadow:0 2px 8px #d4a57433;color:#c49564;transform:translateY(-2px)}.statistics-section{background-color:#2563eb;background-color:var(--primary-blue,#2563eb);color:#fff;padding:4rem 0}.statistics-section *{color:#fff}.statistics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px;text-align:center}.stat-item{align-items:center;display:flex;flex-direction:column}.stat-number{color:#fff!important;font-size:3.5rem;letter-spacing:.02em;line-height:1.2}.stat-percent{color:#fff!important;font-weight:700}.stat-label{color:#fff!important;font-size:1rem;font-weight:400;letter-spacing:.01em;margin-top:.5rem;text-transform:none}@media (max-width:992px){.statistics-grid{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.statistics-section{padding:3rem 0}.statistics-grid{gap:2rem;grid-template-columns:1fr}.stat-number{font-size:2.5rem}.stat-label{font-size:1rem}}.why-choose-section{background-color:#fff;padding:5rem 0}.why-choose-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.why-choose-text{padding-right:2rem}.why-choose-title{color:#1f2937;color:var(--text-dark,#1f2937);font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;position:relative}.why-choose-title .highlight{display:inline-block;position:relative}.why-choose-title .highlight:after{background-color:#d4a574;bottom:-5px;content:"";height:2px;left:0;position:absolute;width:100%}.why-choose-intro{color:#6b7280;color:var(--text-light,#6b7280);font-size:1.1rem;line-height:1.8;margin-bottom:3rem}.why-choose-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.why-choose-feature-item{display:flex;flex-direction:column}.feature-icon-box{align-items:center;background-color:#f5e6d3;border-radius:12px;display:flex;flex-shrink:0;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.why-choose-feature-item h3{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.why-choose-feature-item p{color:#6b7280;color:var(--text-light,#6b7280);font-size:.95rem;line-height:1.6;margin:0}.why-choose-image{border-radius:12px;box-shadow:0 8px 24px #00000026;overflow:hidden}.why-choose-image img{display:block;height:100%;min-height:500px;object-fit:cover;width:100%}.commitment-section{background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);padding:5rem 0}.commitment-header{margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.commitment-title{color:#1f2937;color:var(--text-dark,#1f2937);display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.commitment-underline{background-color:#d4a574;height:2px;margin:0 auto 1.5rem;width:80px}.commitment-description{color:#6b7280;color:var(--text-light,#6b7280);font-size:1.1rem;line-height:1.8;margin:0}.commitment-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1000px}.commitment-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.commitment-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-5px)}.commitment-icon-circle{align-items:center;background-color:#f5e6d3;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.commitment-card h3{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.commitment-card p{color:#6b7280;color:var(--text-light,#6b7280);font-size:.95rem;line-height:1.6;margin:0}.stay-updated-section{background-color:#fff;padding:5rem 0}.stay-updated-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.stay-updated-form-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:3rem}.stay-updated-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.stay-updated-icon-circle{align-items:center;background-color:#d4a574;border-radius:50%;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.stay-updated-header h2{color:#1f2937;color:var(--text-dark,#1f2937);font-size:2rem;font-weight:700;margin:0}.stay-updated-description{color:#6b7280;color:var(--text-light,#6b7280);font-size:1rem;line-height:1.6;margin-bottom:2rem}.stay-updated-form{margin-bottom:1rem}.stay-updated-input-group{display:flex;gap:.5rem;margin-bottom:.5rem}.stay-updated-input-group input{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-family:inherit;font-size:1rem;padding:.9rem 1.2rem;transition:border-color .2s ease,box-shadow .2s ease}.stay-updated-input-group input:focus{border-color:#2563eb;border-color:var(--primary-blue,#2563eb);box-shadow:0 0 0 3px #2563eb1a;outline:none}.stay-updated-submit-btn{align-items:center;background-color:#8b7b68;border:none;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:center;transition:background-color .3s ease,transform .2s ease;width:50px}.stay-updated-submit-btn:hover:not(:disabled){background-color:#7a6b5a;transform:translateY(-2px)}.stay-updated-submit-btn:disabled{background-color:#d1d5db;cursor:not-allowed}.stay-updated-success-box{background-color:#d1fae5;border-radius:8px;margin-bottom:.5rem;padding:1rem 1.5rem;text-align:center}.stay-updated-success-text{color:#059669;font-size:1rem;font-weight:500;margin:0}.stay-updated-privacy{color:#6b7280;color:var(--text-light,#6b7280);font-size:.85rem;margin:0}.stay-updated-image{border-radius:12px;box-shadow:0 8px 24px #00000026;overflow:hidden}.stay-updated-image img{display:block;height:100%;min-height:400px;object-fit:cover;width:100%}.products-section{background-color:#fff;padding:5rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:2.5rem;margin-bottom:1rem}.section-header p{color:#6b7280;color:var(--text-light,#6b7280);font-size:1.2rem}.products-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:3rem}.product-card{border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-8px)}.product-image{background-color:#dbeafe;background-color:var(--light-blue,#dbeafe)}.product-image img{transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.product-info h3{font-size:1.3rem}.product-category,.product-info h3{color:#2563eb;color:var(--primary-blue,#2563eb)}.product-category{align-self:flex-start;background-color:#dbeafe;background-color:var(--light-blue,#dbeafe);border-radius:15px;display:inline-block;font-size:.85rem;margin-bottom:1rem;padding:.3rem .8rem}.product-info p{color:#6b7280;color:var(--text-light,#6b7280);flex-grow:1;line-height:1.6}.section-footer{text-align:center}.features-section{background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);padding:5rem 0}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-5px)}.feature-icon{align-items:center;background-color:#dbeafe;background-color:var(--light-blue,#dbeafe);border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 1.5rem;overflow:hidden;width:120px}.feature-icon img{height:100%;object-fit:cover;width:100%}.feature-card h3{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:1.4rem;margin-bottom:1rem}.feature-card p{color:#6b7280;color:var(--text-light,#6b7280);line-height:1.6}.cta-section{background:linear-gradient(135deg,#2563eb,#3b82f6);background:linear-gradient(135deg,var(--primary-blue,#2563eb) 0,var(--secondary-blue,#3b82f6) 100%);color:#fff;padding:5rem 0;text-align:center}.contact-info-section{background-color:#2563eb;background-color:var(--primary-blue,#2563eb);padding:5rem 0}.contact-info-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr auto}.contact-info-left{flex:1 1}.contact-info-title{display:flex;flex-direction:column;margin-bottom:1.5rem}.contact-info-title-line1{color:#fff;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.contact-info-title-line2{color:#d4a574;font-size:2.5rem;font-weight:600;line-height:1.2}.contact-info-description{color:#ccc;font-size:1.1rem;line-height:1.8;margin-bottom:2.5rem;max-width:600px}.contact-info-items{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{align-items:center;display:flex;gap:1rem}.contact-info-icon{align-items:center;background-color:#d4a574;border-radius:50%;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-info-item span{color:#ccc;font-size:1.1rem}.contact-info-right{align-items:center;display:flex}.contact-info-btn{background-color:#8b7b68;border-radius:8px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 3rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.contact-info-btn:hover{background-color:#7a6b5a;color:#fff;transform:translateY(-2px)}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.btn{border:2px solid #0000;border-radius:6px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#fff;color:#2563eb;color:var(--primary-blue,#2563eb)}.btn-primary:hover{background-color:#dbeafe;background-color:var(--light-blue,#dbeafe);box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #fff;color:#fff}.btn-secondary:hover{background-color:#fff3;transform:translateY(-2px)}.btn-outline{background-color:initial;border:2px solid #2563eb;border:2px solid var(--primary-blue,#2563eb);color:#2563eb;color:var(--primary-blue,#2563eb)}.btn-outline:hover{background-color:#2563eb;background-color:var(--primary-blue,#2563eb);color:#fff;transform:translateY(-2px)}.container{padding:0 2rem}.loading,.no-products{color:#6b7280;color:var(--text-light,#6b7280);font-size:1.1rem;padding:3rem 2rem;text-align:center}@media (max-width:992px){.about-content{gap:3rem;grid-template-columns:1fr}.about-image{order:1}.about-text{order:2}.hero-content-wrapper{gap:3rem;grid-template-columns:1fr}.hero-text{order:1;padding-right:0}.hero-image-wrapper{order:2}.hero-image img{height:400px}.categories-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.hero-section{min-height:auto;padding:3rem 0}.hero-image img{height:350px}.hero-image-overlay{bottom:1rem;left:1rem;max-width:200px;padding:1rem 1.5rem}.categories-section{padding:3rem 0}.categories-title{font-size:2rem}.categories-subtitle{font-size:1rem}.categories-grid{gap:1.5rem;grid-template-columns:1fr}.category-image{height:250px}.featured-amenities-section{padding:3rem 0}.featured-title{font-size:2rem}.featured-subtitle{font-size:1rem}.featured-grid{gap:1.5rem;grid-template-columns:1fr}.featured-image-wrapper{height:250px}.about-section,.commitment-section,.cta-section,.features-section,.products-section,.stay-updated-section,.why-choose-section{padding:3rem 0}.stay-updated-content{gap:2rem;grid-template-columns:1fr}.stay-updated-form-card{padding:2rem}.stay-updated-image img{min-height:300px}.commitment-title{font-size:2rem}.commitment-description{font-size:1rem}.commitment-cards{gap:1.5rem;grid-template-columns:1fr}.commitment-card{padding:2rem 1.5rem}.why-choose-content{gap:2rem;grid-template-columns:1fr}.why-choose-text{order:1;padding-right:0}.why-choose-title{font-size:2rem}.why-choose-intro{font-size:1rem;margin-bottom:2rem}.why-choose-features{gap:1.5rem;grid-template-columns:1fr}.why-choose-image{order:2}.why-choose-image img{min-height:350px}.section-header h2{font-size:2rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.features-grid{gap:2rem;grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}.contact-info-title-line1{font-size:2rem}.contact-info-title-line2{font-size:1.8rem}.contact-info-description{font-size:.95rem;margin-bottom:1.5rem}.contact-info-content{gap:2rem;grid-template-columns:1fr}.contact-info-right{justify-content:center}.contact-info-btn{max-width:300px;text-align:center;width:100%}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.products-grid{grid-template-columns:1fr}}.inquiry-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10000}.inquiry-modal{background-color:#f5f5f5;border-radius:12px;box-shadow:0 8px 32px #0003;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}.inquiry-modal-header{align-items:flex-start;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.inquiry-modal-header h2{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.inquiry-product-name{color:#6b7280;color:var(--text-light,#6b7280);font-size:.95rem;margin:0}.inquiry-modal-close{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;line-height:1;padding:0;transition:color .2s ease;width:32px}.inquiry-modal-close:hover{color:#1f2937;color:var(--text-dark,#1f2937)}.inquiry-form{padding:2rem}.inquiry-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.inquiry-form-group{display:flex;flex-direction:column}.inquiry-form-group label{color:#1f2937;color:var(--text-dark,#1f2937);font-size:.95rem;font-weight:500;margin-bottom:.5rem}.inquiry-form-group .required{color:#ef4444}.inquiry-form-group input,.inquiry-form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:.95rem;padding:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.inquiry-form-group input:focus,.inquiry-form-group textarea:focus{border-color:#2563eb;border-color:var(--primary-blue,#2563eb);box-shadow:0 0 0 3px #2563eb1a;outline:none}.inquiry-form-group textarea{min-height:120px;resize:vertical}.btn-submit-inquiry{background-color:#d4a574;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.9rem 2rem;transition:background-color .3s ease,transform .2s ease;width:100%}.btn-submit-inquiry:hover:not(:disabled){background-color:#c49564;transform:translateY(-2px)}.btn-submit-inquiry:disabled{cursor:not-allowed;opacity:.6}.inquiry-success-modal{background-color:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:500px;position:relative;width:100%}.success-content{align-items:center;display:flex;flex-direction:column;padding:3rem 2rem;text-align:center}.success-icon{animation:scaleIn .3s ease;margin-bottom:1.5rem}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.success-title{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.success-message{color:#6b7280;color:var(--text-light,#6b7280);font-size:1rem;margin:0}@media (max-width:768px){.inquiry-modal{margin:1rem;max-width:100%}.inquiry-modal-header{padding:1.5rem 1.5rem 1rem}.inquiry-form{padding:1.5rem}.inquiry-form-row{gap:1rem;grid-template-columns:1fr}.inquiry-success-modal{margin:1rem;max-width:100%}.success-content{padding:2rem 1.5rem}.success-title{font-size:1.5rem}}.products-page{background-color:#f5f5f5;flex:1 1;min-height:60vh;padding:2rem 0}.products-container{margin:0 auto;max-width:1200px;padding:0 2rem}.products-header{margin-bottom:2rem}.products-header h1{color:#333;font-size:2.5rem;font-weight:600;margin-bottom:.5rem}.breadcrumbs{color:#666;font-size:.9rem}.breadcrumbs a{color:#666;text-decoration:none}.breadcrumbs a:hover{color:#2563eb;color:var(--primary-blue,#2563eb)}.breadcrumbs .current-category{color:#333;font-weight:500}.products-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:250px 1fr}.products-sidebar{background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.products-sidebar h2{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.category-list{list-style:none;margin:0;padding:0}.category-list li{margin-bottom:.5rem}.category-item{border-radius:4px;color:#666;display:block;font-size:.95rem;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.category-item:hover{background-color:#f5f5f5;color:#2563eb;color:var(--primary-blue,#2563eb)}.category-item.active{background-color:#d4a574;color:#fff;font-weight:500}.products-main{background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.products-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.search-box{flex:1 1;max-width:400px;min-width:250px;position:relative}.search-icon{color:#999;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-box input{border:1px solid #ddd;border-radius:4px;font-size:.95rem;padding:.75rem 1rem .75rem 2.5rem;transition:border-color .3s ease;width:100%}.search-box input:focus{border-color:#2563eb;border-color:var(--primary-blue,#2563eb);outline:none}.toolbar-right{align-items:center;display:flex;gap:1.5rem}.product-count{color:#666;font-size:.9rem}.view-toggle{border:1px solid #ddd;border-radius:4px;display:flex;gap:.5rem;padding:.25rem}.view-btn{align-items:center;background:#0000;border:none;border-radius:3px;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.view-btn:hover{background-color:#f5f5f5;color:#2563eb;color:var(--primary-blue,#2563eb)}.view-btn.active{background-color:#2563eb;background-color:var(--primary-blue,#2563eb);color:#fff}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.products-grid.list-view{grid-template-columns:1fr}.products-grid.list-view .product-card{display:flex;flex-direction:row;gap:1.5rem}.products-grid.list-view .product-image,.products-grid.list-view .product-placeholder{flex-shrink:0;height:200px;width:200px}.product-card{background:#fff;border:1px solid #f0f0f0;border-radius:4px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-3px)}.product-image{align-items:center;background:#f9f9f9;display:flex;height:250px;justify-content:center;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;width:100%}.product-placeholder{align-items:center;background-color:#f5f5f5;color:#999;display:flex;font-size:.9rem;height:250px;justify-content:center;width:100%}.product-info{padding:1.25rem}.product-info h3{color:#333;font-size:1.1rem;font-weight:500;line-height:1.4;margin-bottom:.5rem}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.9rem;line-height:1.5;margin:0;overflow:hidden}.no-products{color:#999;padding:4rem 2rem;text-align:center}.loading{color:#999}@media (max-width:968px){.products-content{grid-template-columns:1fr}.products-sidebar{margin-bottom:1rem;position:static}.category-list{display:flex;flex-wrap:wrap;gap:.5rem}.category-item{padding:.5rem 1rem}}@media (max-width:768px){.products-container{padding:0 1rem}.products-header h1{font-size:2rem}.products-toolbar{align-items:stretch;flex-direction:column}.search-box{max-width:100%}.toolbar-right{justify-content:space-between}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.products-grid.list-view .product-card{flex-direction:column}.products-grid.list-view .product-image,.products-grid.list-view .product-placeholder{width:100%}}.about-page{background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);flex:1 1;min-height:60vh}.page-header{background:linear-gradient(135deg,#2563eb,#3b82f6);background:linear-gradient(135deg,var(--primary-blue,#2563eb) 0,var(--secondary-blue,#3b82f6) 100%);color:#fff;padding:4rem 2rem;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:1rem}.page-header p{font-size:1.2rem;opacity:.95}.container{margin:0 auto;max-width:1200px;padding:3rem 2rem}.stats-section{background-color:beige;border-radius:8px;display:flex;gap:4rem;justify-content:center;margin-bottom:3rem;padding:3rem 2rem}.stat-item{text-align:center}.stat-number{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#666;font-size:1.1rem;font-weight:500}.about-content{margin:0 auto;max-width:900px;padding:3rem 2rem}.about-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2.5rem;scroll-margin-top:100px}.about-section h2{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:2rem;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.about-section h2:after{background-color:#d4a574;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.about-section p{color:#1f2937;color:var(--text-dark,#1f2937);font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.values-section{margin-top:3rem}.values-section h3{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:1.8rem;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}.values-section h3:after{background-color:#d4a574;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.value-card{background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);border-radius:8px;padding:2rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-5px)}.value-icon{align-items:center;background-color:#2563eb;background-color:var(--primary-blue,#2563eb);border-radius:50%;color:#fff;display:flex;font-size:1.8rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.value-card h4{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:1.3rem;margin-bottom:1rem}.value-card p{color:#1f2937;color:var(--text-dark,#1f2937);font-size:.95rem;line-height:1.6;margin:0}.operation-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.operation-item{background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);border-left:4px solid #2563eb;border-left:4px solid var(--primary-blue,#2563eb);border-radius:8px;padding:1.5rem}.operation-item h3{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:1.3rem;margin-bottom:1rem}.operation-item p{color:#1f2937;color:var(--text-dark,#1f2937);line-height:1.6;margin:0}.faq-list{margin-top:2rem}.faq-item{background-color:#f8fafc;background-color:var(--bg-light,#f8fafc);border-left:4px solid #2563eb;border-left:4px solid var(--primary-blue,#2563eb);border-radius:8px;margin-bottom:2rem;padding:1.5rem}.faq-item h3{color:#2563eb;color:var(--primary-blue,#2563eb);font-size:1.2rem;margin-bottom:1rem}.faq-item p{color:#1f2937;color:var(--text-dark,#1f2937);line-height:1.8;margin:0}.vision-mission-section{background:linear-gradient(135deg,#8b6f47,#a0826d);border-radius:8px;color:#fff;margin-top:3rem;padding:4rem 2rem}.vision-mission-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:1000px}.vision-mission-item h2{color:#fff;font-size:2rem;margin-bottom:1.5rem}.vision-mission-item p{color:#fffffff2;font-size:1.1rem;line-height:1.8;margin:0}@media (max-width:768px){.container,.stats-section{padding:2rem 1rem}.stats-section{flex-direction:column;gap:2rem}.about-section{padding:1.5rem}.operation-details,.values-grid,.vision-mission-grid{grid-template-columns:1fr}.vision-mission-grid{gap:2rem}.page-header h1{font-size:2rem}}.contact-page{background-color:#f9fafb;background-color:var(--bg-light,#f9fafb);flex:1 1;min-height:60vh}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;margin:0 auto;max-width:1200px;padding:3rem 2rem}.contact-info{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2.5rem}.contact-info h2{color:#4a7be8;color:var(--primary-blue,#4a7be8);font-size:2rem}.contact-info h2,.info-item{margin-bottom:2rem}.info-item h3{color:#4a7be8;color:var(--primary-blue,#4a7be8);font-size:1.1rem;margin-bottom:.5rem}.info-item p{color:#1f2937;color:var(--text-dark,#1f2937);line-height:1.8}.contact-form-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2.5rem}.contact-form-container h2{color:#4a7be8;color:var(--primary-blue,#4a7be8);font-size:2rem;margin-bottom:1.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#1f2937;color:var(--text-dark,#1f2937);font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:5px;font-family:inherit;font-size:1rem;padding:.8rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#1e3a8a;border-color:var(--primary-blue,#1e3a8a);outline:none}.form-group textarea{min-height:120px;resize:vertical}.alert{border-radius:5px;margin-bottom:1.5rem;padding:1rem}.alert-success{background-color:#d1fae5;border:1px solid #10b981;color:#065f46}.alert-error{background-color:#fee2e2;border:1px solid #ef4444;color:#991b1b}@media (max-width:968px){.contact-content{gap:2rem;grid-template-columns:1fr;padding:2rem 1rem}}.news-page{background-color:#f9fafb;background-color:var(--bg-light,#f9fafb);flex:1 1;min-height:60vh}.news-list{margin:0 auto;max-width:900px;padding:3rem 2rem}.news-article{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.news-article:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-3px)}.news-image{height:300px;overflow:hidden;width:100%}.news-image img{height:100%;object-fit:cover;width:100%}.news-details{padding:2rem}.news-meta{margin-bottom:1rem}.news-date{color:#6b7280;color:var(--text-light,#6b7280);font-size:.9rem}.news-details h2{color:#4a7be8;color:var(--primary-blue,#4a7be8);font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.news-content{color:#1f2937;color:var(--text-dark,#1f2937);line-height:1.8}.news-content p{margin-bottom:1rem}.loading,.no-news{color:#6b7280;color:var(--text-light,#6b7280);font-size:1.1rem;padding:4rem 2rem;text-align:center}@media (max-width:768px){.news-list{padding:2rem 1rem}.news-details{padding:1.5rem}.news-details h2{font-size:1.5rem}.news-image{height:200px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}:root{--primary-blue:#4a7be8;--secondary-blue:#5b8ae8;--light-blue:#dbeafe;--dark-blue:#1e40af;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f8fafc}
/*# sourceMappingURL=main.a4272692.css.map*/