:root{--primary-purple:#a855f7;--primary-blue:#1d4ed8;--btn-red:#dc2626;--btn-red-hover:#b91c1c;--btn-green:#075e54;--btn-green-hover:#054c44;--bg-light:#ffffff;--bg-dark:#000000;--text-main:#1f2937;--text-muted:#4b5563;--text-light:#f3f4f6;--gradient-hero:linear-gradient(90deg, #a855f7 0%, #1d4ed8 100%);--font-sans:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-light);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}a{text-decoration:none;transition:all 0.3s ease}ul{list-style:none}img{max-width:100%;height:auto}.top-bar{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.5rem 0;font-size:.875rem}.top-bar-content{display:flex;justify-content:space-between;align-items:center}.social-icons-top{display:flex;gap:.5rem}.social-icons-top a{width:28px;height:28px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.75rem}.social-icons-top a:hover{background:var(--primary-blue);color:#fff}header{background:#fff;padding:1rem 0;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000}.nav-wrapper{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo img{height:45px;width:auto}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--text-main);cursor:pointer;padding:.5rem;transition:color 0.3s ease}.mobile-menu-toggle:hover{color:var(--btn-red)}nav ul{display:flex;gap:1.5rem}nav a{font-weight:600;color:#374151;text-transform:uppercase;font-size:.875rem}nav a:hover,nav a.active{color:var(--btn-red)}.header-btns{display:flex;gap:1rem}.btn{padding:.6rem 1.25rem;border-radius:50px;font-weight:700;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem;color:#fff;cursor:pointer}.btn-red{background-color:var(--btn-red)}.btn-red:hover{background-color:var(--btn-red-hover)}.btn-green{background-color:var(--btn-green)}.btn-green:hover{background-color:var(--btn-green-hover)}.hero{background:var(--gradient-hero);color:#fff;padding:8rem 0;position:relative;overflow:hidden}.hero-content{max-width:800px;margin:auto}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.hero p{font-size:1.125rem;margin-bottom:2.5rem;opacity:.9}.hero-btns{display:flex;gap:1rem}.section{padding:5rem 0}.section-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#111827}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.info-column h2{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#dc2626}.info-column h2.black-title{color:#111827}.info-list{margin-bottom:1.5rem}.info-list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.info-list li i,.info-list li svg{color:#374151;margin-top:5px;font-size:.875rem}.neden-section{display:flex;gap:4rem;align-items:center}.neden-img{flex:1;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-lg)}.neden-img img{width:100%;height:auto}.neden-content{flex:1}.region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.region-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md)}.region-card img{width:100%;height:200px;object-fit:cover}.region-info{padding:1.5rem}.region-info h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.region-info p{font-size:.875rem;color:var(--text-muted)}.neighborhood-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.nh-link{background:#fff;padding:1rem;border-radius:8px;text-align:center;font-size:.875rem;font-weight:600;color:var(--text-main);box-shadow:var(--shadow-sm);border:1px solid #e5e7eb}.nh-link:hover{border-color:var(--primary-blue);color:var(--primary-blue);transform:translateY(-2px);box-shadow:var(--shadow-md)}footer{background-color:var(--bg-dark);color:#d1d5db;padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}.footer-column .footer-title{color:#fff;font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.footer-column ul li{margin-bottom:.75rem}footer a{color:#9ca3af}footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;justify-content:space-between;font-size:.875rem;color:#9ca3af}.footer-bottom-links{display:flex;gap:1.5rem}.sidebar-btns{position:fixed;right:5px;top:50%;transform:translateY(-50%);z-index:1001;display:flex;flex-direction:column;gap:.25rem}.sidebar-btn{width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;border-radius:5px;box-shadow:-2px 2px 10px rgb(0 0 0 / .2)}.sb-phone{background-color:var(--primary-blue)}.sb-whatsapp{background-color:var(--btn-green)}.sb-calendar{background-color:var(--btn-red)}@media (max-width:1024px){.info-grid,.region-grid,.footer-grid,.neighborhood-grid{grid-template-columns:repeat(2,1fr)}.neden-section{flex-direction:column}}@media (max-width:768px){body,html{overflow-x:hidden;width:100%}.info-grid,.region-grid,.footer-grid,.neighborhood-grid{grid-template-columns:1fr}header{padding:.75rem 0}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;order:2;width:40px;height:40px;background-color:#f3f4f6;border:none;border-radius:50%;color:var(--text-main);font-size:1.25rem;cursor:pointer;z-index:1001;box-shadow:var(--shadow-sm);transition:all 0.3s ease}.mobile-menu-toggle:hover{background-color:#e5e7eb;color:var(--primary-blue);transform:scale(1.05)}.nav-wrapper{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center;width:100%;position:relative;gap:0}.logo{order:1}.logo img{height:40px;width:auto}.header-btns{order:3;display:flex;gap:.5rem;width:100%;justify-content:center;margin-top:.75rem}.btn{padding:.6rem .5rem;font-size:.75rem;flex:1;justify-content:center;white-space:nowrap}.desktop-nav{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-top:1px solid #e5e7eb;border-bottom:2px solid var(--primary-blue);border-radius:0 0 12px 12px;box-shadow:var(--shadow-lg);padding:.5rem 0;z-index:1000}.desktop-nav.mobile-active{display:block}.desktop-nav ul{flex-direction:column;gap:0;width:100%}.desktop-nav ul li{width:100%}.desktop-nav ul li a{display:block;padding:.8rem 1.5rem;border-bottom:1px solid #f3f4f6;font-size:.95rem;text-align:left;width:100%}.desktop-nav ul li:last-child a{border-bottom:none}.hero h1{font-size:2rem;line-height:1.2;word-break:break-word}.hero p{font-size:1rem;padding-right:2rem}.hero-btns{flex-direction:column;padding-right:2rem}.hero{padding:3rem 0}.top-bar{display:none}.sidebar-btn{width:40px;height:40px;font-size:1rem}.container{padding:0 1rem}}.subpage-bg{background-color:#f3f4f6;padding:3rem 0}.page-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.card{background:#fff;border-radius:15px;padding:2.5rem;box-shadow:var(--shadow-md);margin-bottom:2rem}.content-card h1{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:#111827}.content-card p{margin-bottom:1.5rem;color:#374151;font-size:1.05rem}.content-card img{border-radius:12px;margin:1.5rem 0;width:100%}.toc-box{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1.5rem;margin:2rem 0}.toc-box h2{font-size:1.5rem;margin-bottom:1rem}.sidebar-section{margin-bottom:2rem}.sidebar-title{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;color:#111827}.sidebar-menu{display:flex;flex-direction:column}.sidebar-menu li a{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;border:1px solid #f3f4f6;margin-bottom:.5rem;border-radius:8px;color:#4b5563;font-weight:600;font-size:.9rem;transition:all 0.2s ease}.sidebar-menu li a:hover{background:#f9fafb;border-color:#d1d5db;color:var(--primary-blue);padding-left:1.5rem}.sidebar-menu li a i,.sidebar-menu li a svg{font-size:.75rem;opacity:.5}@media (max-width:992px){.page-layout{grid-template-columns:1fr}}.svg-icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor;vertical-align:-.125em}