.navbar{color:#fff;background-color:#1f2937;justify-content:space-between;align-items:center;padding:20px 40px;display:flex}.logo{font-size:28px;font-weight:700}.nav-links{gap:20px;display:flex}.nav-links a{color:#fff;font-size:16px;text-decoration:none}.hero{background-image:url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1400&q=80);background-position:50%;background-size:cover;justify-content:center;align-items:center;height:80vh;display:flex}.hero-content{color:#fff;text-align:center;background-color:#00000073;border-radius:12px;max-width:700px;padding:40px}.hero-content h2{margin-bottom:15px;font-size:48px}.hero-content p{margin-bottom:20px;font-size:20px;line-height:1.6}.hero-content button,.project-card-content button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;padding:12px 20px}.projects-section{text-align:center;padding:60px 40px}.projects-section h2{margin-bottom:30px;font-size:36px}.projects-list{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.project-card{text-align:left;background-color:#fff;border-radius:12px;width:320px;overflow:hidden;box-shadow:0 4px 14px #0000001a}.project-card img{object-fit:cover;width:100%;height:220px}.project-card-content{padding:20px}.project-card-content h3{margin-bottom:10px;font-size:22px}.location{color:#555;margin-bottom:10px}.status{margin-bottom:15px;font-weight:700}.available{color:green}.sold{color:red}.sold-section{background-color:#f8fafc}.project-details{max-width:1000px;margin:0 auto;padding:40px}.project-details-image{object-fit:cover;border-radius:12px;width:100%;max-height:500px;margin-bottom:30px}.project-details-content h1{margin-bottom:20px}.project-details-content p{margin-bottom:15px;font-size:18px;line-height:1.6}.clickable-card{cursor:pointer;transition:transform .2s,box-shadow .2s}.clickable-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000024}.hero-button{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:10px;padding:14px 28px;font-size:16px;transition:all .3s}.hero-button:hover{color:#000;background:#fff}.project-map{margin-top:30px}.project-map h2{margin-bottom:15px}.project-map iframe{border-radius:12px}.project-gallery{margin-top:40px}.project-gallery h2{margin-bottom:20px}.gallery-image{object-fit:cover;cursor:pointer;border-radius:12px;width:100%;height:220px;transition:transform .3s,box-shadow .3s}.gallery-image:hover{transform:scale(1.05);box-shadow:0 10px 25px #00000040}.gallery-image:active{transform:scale(.97)}.image-slider{max-width:1000px;margin:0 auto 30px;position:relative}.project-details-image{object-fit:cover;border-radius:12px;width:100%;max-height:500px;display:block}.slider-button{color:#fff;cursor:pointer;background-color:#0000008c;border:none;border-radius:50%;width:50px;height:50px;font-size:24px;transition:background-color .3s,transform .2s;position:absolute;top:50%;transform:translateY(-50%)}.slider-button:hover{background-color:#000c}.slider-button:active{transform:translateY(-50%)scale(.95)}.slider-button.left{left:15px}.slider-button.right{right:15px}.active-thumbnail{outline-offset:3px;outline:3px solid #2563eb}.lightbox-overlay{z-index:9999;background-color:#000000e0;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.lightbox-image{object-fit:contain;border-radius:12px;max-width:90%;max-height:85vh}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:42px;position:absolute;top:20px;right:30px}.lightbox-arrow{color:#fff;cursor:pointer;background-color:#ffffff26;border:none;border-radius:50%;width:55px;height:55px;font-size:26px;transition:background-color .3s,transform .2s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-arrow:hover{background-color:#ffffff4d}.lightbox-arrow:active{transform:translateY(-50%)scale(.95)}.lightbox-arrow.left{left:30px}.lightbox-arrow.right{right:30px}.about-page{max-width:1000px;margin:0 auto;padding:40px}.about-hero{text-align:center;margin-bottom:40px}.about-hero h1{margin-bottom:15px;font-size:42px}.about-hero p{font-size:18px;line-height:1.6}.about-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:50px;display:grid}.stat{text-align:center;background:#f5f5f5;border-radius:14px;padding:30px 20px;transition:transform .3s,box-shadow .3s}.stat:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.stat h2{color:#2563eb;margin-bottom:10px;font-size:36px}.stat p{color:#333;font-size:16px}.about-description{line-height:1.7}.about-description h2{margin-top:25px;margin-bottom:10px}.about-description ul{margin-top:10px;padding-left:20px}.contact-page{max-width:1100px;margin:0 auto;padding:40px 20px}.contact-hero{text-align:center;margin-bottom:40px}.contact-hero h1{margin-bottom:15px;font-size:42px}.contact-hero p{max-width:700px;margin:0 auto;font-size:18px;line-height:1.6}.contact-content{grid-template-columns:1fr 1.4fr;align-items:start;gap:30px;display:grid}.contact-info,.contact-form{background:#f8fafc;border-radius:14px;padding:30px;box-shadow:0 4px 14px #00000014}.contact-info h2,.contact-form h2{margin-bottom:20px}.contact-info p{margin-bottom:15px;line-height:1.6}.contact-form{flex-direction:column;gap:15px;display:flex}.contact-form input,.contact-form textarea{border:1px solid #d1d5db;border-radius:10px;width:100%;padding:14px;font-family:Arial,sans-serif;font-size:16px}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;outline:none}.contact-form button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:10px;padding:14px 20px;font-size:16px;transition:all .3s}.contact-form button:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 18px #00000026}.contact-form button:active{transform:scale(.98)}@media (width<=768px){.contact-content{grid-template-columns:1fr}}.contact-map{margin-top:25px}.contact-map h3{margin-bottom:12px;font-size:18px}.contact-map iframe{border-radius:12px}.success-message{color:#166534;background-color:#dcfce7;border-radius:10px;margin-top:10px;padding:12px 16px;font-weight:600}.footer{color:#e5e7eb;background-color:#1f2937;margin-top:60px}.footer-top{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;max-width:1200px;margin:0 auto;padding:50px 30px;display:grid}.footer-column h3{color:#fff;margin-bottom:20px;font-size:18px}.footer-column p{color:#d1d5db;margin-bottom:10px;line-height:1.8}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-links a,.footer-bottom-links a{color:#d1d5db;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-bottom-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:20px 30px;display:flex}.footer-bottom p{color:#d1d5db}.footer-bottom-links{gap:20px;display:flex}@media (width<=768px){.footer-bottom{flex-direction:column;align-items:flex-start}}.apartment-units-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.apartment-unit-card{background:#f8fafc;border-radius:14px;padding:16px;box-shadow:0 4px 14px #00000014}.apartment-unit-header{margin-bottom:12px}.plan-button{color:#fff;background-color:#2563eb;border-radius:10px;margin-top:14px;padding:10px 16px;text-decoration:none;transition:all .3s;display:inline-block}.plan-button:hover{background-color:#1d4ed8;transform:translateY(-2px)}.plan-button:active{transform:scale(.98)}.apartment-unit-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.apartment-unit-header h3{color:#1f2937;font-size:20px}.apartment-status{border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.available-unit{color:#166534;background-color:#dcfce7}.sold-unit{color:#991b1b;background-color:#fee2e2}.apartment-unit-card-sold{opacity:.75;opacity:.6;filter:grayscale(40%)}.disabled-plan-button{cursor:not-allowed;pointer-events:none;box-shadow:none;background-color:#9ca3af}.disabled-plan-button:hover{background-color:#9ca3af;transform:none}.apartment-image-count{color:#4b5563;margin-top:10px;font-size:14px}.lightbox-content{flex-direction:column;align-items:center;max-width:90%;display:flex}.lightbox-title{color:#fff;text-align:center;margin-bottom:15px;font-size:22px}.lightbox-counter{color:#fff;margin-top:12px;font-size:15px}.apartment-unit-details{margin-top:12px;margin-bottom:8px}.apartment-unit-details p{color:#374151;margin-bottom:6px;font-size:14px}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}img,iframe{max-width:100%}@media (width<=768px){.navbar{flex-direction:column;align-items:center;gap:16px;padding:16px 20px}.logo{text-align:center;font-size:24px}.nav-links{flex-wrap:wrap;justify-content:center;gap:10px 18px;width:100%;display:flex}.nav-links a{white-space:nowrap;font-size:15px}.hero{background-position:50%;height:auto;min-height:70vh;padding:50px 18px}.hero-content{width:100%;max-width:600px;padding:28px 20px}.hero-content h2{font-size:34px;line-height:1.15}.hero-content p{font-size:17px;line-height:1.55}.hero-button{width:100%;max-width:280px}.projects-section{padding:40px 16px}.projects-section h2{font-size:30px}.projects-list{gap:20px}.project-card{width:100%;max-width:420px}.project-card img{height:220px}.project-details{width:100%;padding:24px 16px}.project-details-image{border-radius:10px;max-height:350px}.project-details-content h1{font-size:32px;line-height:1.2}.project-details-content p{font-size:16px}.project-map iframe{width:100%;height:280px}.project-gallery{margin-top:30px}.gallery-image{height:200px}.slider-button{width:42px;height:42px;font-size:20px}.slider-button.left{left:8px}.slider-button.right{right:8px}.about-page{padding:30px 16px}.about-hero{margin-bottom:30px}.about-hero h1{font-size:34px}.about-hero p{font-size:16px}.about-stats{grid-template-columns:1fr;gap:16px;margin-bottom:35px}.stat{padding:24px 18px}.contact-page{width:100%;max-width:100%;padding:30px 16px}.contact-hero{margin-bottom:30px}.contact-hero h1{font-size:34px;line-height:1.2}.contact-hero p{font-size:16px;line-height:1.6}.contact-content{grid-template-columns:1fr;gap:24px;width:100%;display:grid}.contact-info,.contact-form{width:100%;max-width:100%;padding:22px 18px}.contact-info h2,.contact-form h2{font-size:24px}.contact-form input,.contact-form textarea{width:100%;max-width:100%;font-size:16px}.contact-form button,.contact-map{width:100%}.contact-map iframe{width:100%;height:250px;display:block}.apartment-units-grid{grid-template-columns:1fr;gap:18px}.apartment-unit-card{width:100%}.apartment-unit-header{flex-wrap:wrap;align-items:flex-start}.lightbox-overlay{padding:12px}.lightbox-content{width:100%;max-width:100%}.lightbox-image{max-width:100%;max-height:75vh}.lightbox-close{font-size:36px;top:10px;right:14px}.lightbox-arrow{width:42px;height:42px;font-size:20px}.lightbox-arrow.left{left:8px}.lightbox-arrow.right{right:8px}.lightbox-title{font-size:18px}.footer{margin-top:40px}.footer-top{grid-template-columns:1fr;gap:28px;padding:35px 20px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:14px;padding:20px}.footer-bottom-links{flex-wrap:wrap;gap:12px 18px}}@media (width<=480px){.navbar{padding:14px}.logo{font-size:22px}.nav-links{text-align:center;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.nav-links a{padding:6px 4px;font-size:14px}.hero{min-height:65vh;padding:40px 14px}.hero-content{padding:24px 16px}.hero-content h2{font-size:28px}.hero-content p{font-size:16px}.projects-section{padding:32px 14px}.projects-section h2{font-size:27px}.project-card{max-width:100%}.project-card img{height:200px}.project-details{padding:20px 14px}.project-details-content h1{font-size:28px}.project-details-image{max-height:280px}.project-map iframe{height:230px}.gallery-image{height:180px}.about-page{padding:24px 14px}.about-hero h1{font-size:30px}.contact-page{padding:24px 14px}.contact-hero h1{font-size:30px}.contact-info,.contact-form{border-radius:12px;padding:20px 16px}.contact-map iframe{height:220px}.contact-form input,.contact-form textarea{padding:13px}.apartment-unit-card{padding:14px}.apartment-unit-header{flex-direction:column}.slider-button{width:38px;height:38px;font-size:18px}.lightbox-arrow{width:38px;height:38px}.footer-top{padding:30px 16px}.footer-bottom{padding:18px 16px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%}body{background-color:#fff;font-family:Arial,sans-serif}
