.atlas{--a-primary:#06f;--a-primary-dark:#0052cc;--a-secondary:#00c853;--a-accent:#ff6b35;--a-dark:#1a1a2e;--a-gray:#5a5a7a;--a-light:#f8f9fc;--a-white:#fff;--a-border:#e1e4e8;--a-shadow-sm:0 1px 3px #00000014;--a-shadow-md:0 4px 12px #0000001a;--a-shadow-lg:0 12px 40px #00000026;--a-shadow-xl:0 24px 60px #0003;--a-radius-sm:8px;--a-radius-md:12px;--a-radius-lg:16px;--a-radius-xl:24px;--a-radius-full:9999px;color:var(--a-dark);background:var(--a-white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.atlas__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.atlas__nav{z-index:1000;background:0 0;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.atlas__nav--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--a-shadow-sm);background:#fffffffa;padding:.75rem 0}.atlas__nav-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.atlas__logo{color:var(--a-white);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;text-decoration:none;transition:color .3s;display:flex}.atlas__nav--scrolled .atlas__logo{color:var(--a-dark)}.atlas__logo-icon{background:linear-gradient(135deg, var(--a-primary) 0%, var(--a-secondary) 100%);border-radius:var(--a-radius-md);width:40px;height:40px;box-shadow:var(--a-shadow-md);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.atlas__logo-text span{color:var(--a-accent)}.atlas__nav-links{align-items:center;gap:2rem;display:none}@media (min-width:768px){.atlas__nav-links{display:flex}}.atlas__nav-link{color:var(--a-white);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.atlas__nav--scrolled .atlas__nav-link{color:var(--a-gray)}.atlas__nav-link:hover{color:var(--a-accent)}.atlas__nav-actions{align-items:center;gap:1rem;display:flex}.atlas__nav-btn{border-radius:var(--a-radius-md);cursor:pointer;border:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}.atlas__nav-btn--ghost{color:var(--a-white);background:0 0;border:1px solid #ffffff4d}.atlas__nav--scrolled .atlas__nav-btn--ghost{color:var(--a-dark);border-color:var(--a-border)}.atlas__nav-btn--primary{background:var(--a-accent);color:#fff;box-shadow:var(--a-shadow-md)}.atlas__nav-btn--primary:hover{box-shadow:var(--a-shadow-lg);background:#e55a2b;transform:translateY(-2px)}.atlas__nav-btn--full{text-align:center;width:100%}.atlas__menu-toggle{border-radius:var(--a-radius-md);width:44px;height:44px;color:var(--a-white);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.atlas__nav--scrolled .atlas__menu-toggle{background:var(--a-light);border-color:var(--a-border);color:var(--a-dark)}@media (min-width:768px){.atlas__menu-toggle{display:none}}.atlas__mobile-menu{background:var(--a-white);box-shadow:var(--a-shadow-lg);flex-direction:column;gap:1rem;padding:1.5rem;animation:.3s slideDown;display:flex;position:absolute;top:100%;left:0;right:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.atlas__mobile-link{color:var(--a-dark);border-bottom:1px solid var(--a-border);padding:.75rem 0;font-weight:500;text-decoration:none}.atlas__hero{background:linear-gradient(#151528 0%,#1a1a2e 45%,#1f1f35 100%);flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;min-height:85vh;padding:8rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.atlas__hero-bg{z-index:0;opacity:.68;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);position:absolute;inset:0}.atlas__hero-bg:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.atlas__hero-bg:after{content:"";pointer-events:none;background:linear-gradient(#00000014 0%,#0f0f1e59 55%,#0f0f1e80 100%);position:absolute;inset:0}.atlas__hero-gallery-wrap{z-index:2;box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.atlas__hero-gallery-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ffffff59 transparent;gap:1rem;padding:.25rem 0 .75rem;scroll-padding-inline:1.5rem;display:flex;overflow:auto hidden}.atlas__hero-gallery-scroll::-webkit-scrollbar{height:6px}.atlas__hero-gallery-scroll::-webkit-scrollbar-track{border-radius:var(--a-radius-full);background:#ffffff14}.atlas__hero-gallery-scroll::-webkit-scrollbar-thumb{border-radius:var(--a-radius-full);background:#ffffff59}.atlas__hero-gallery-item{scroll-snap-align:start;border-radius:var(--a-radius-lg);box-shadow:var(--a-shadow-lg);isolation:isolate;backface-visibility:hidden;flex:0 0 min(85vw,420px);overflow:hidden;transform:translateZ(0)}.atlas__hero-gallery-img{aspect-ratio:16/9;border-radius:inherit;width:100%;position:relative;overflow:hidden;transform:translateZ(0)}.atlas__hero-gallery-image{object-fit:cover;border-radius:inherit;clip-path:inset(0 round var(--a-radius-lg))}@media (prefers-reduced-motion:reduce){.atlas__hero-gallery-scroll{scroll-snap-type:none}}.atlas__hero-content{z-index:10;text-align:center;width:100%;max-width:800px;position:relative}.atlas__hero-title{color:#fff;text-shadow:0 2px 4px #0000001a;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1}.atlas__hero-subtitle{color:#fffffff2;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.atlas__search-box{background:var(--a-white);border-radius:var(--a-radius-xl);box-shadow:var(--a-shadow-xl);gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.atlas__search-field{flex:1;align-items:center;display:flex;position:relative}.atlas__search-icon{opacity:.5;font-size:1.25rem;position:absolute;left:1rem}.atlas__search-input{border:2px solid var(--a-border);border-radius:var(--a-radius-lg);width:100%;height:56px;padding:0 1rem 0 3rem;font-size:1rem;transition:all .3s}.atlas__search-input:focus{border-color:var(--a-primary);outline:none;box-shadow:0 0 0 4px #0066ff1a}.atlas__search-btn{background:var(--a-primary);color:#fff;border-radius:var(--a-radius-lg);cursor:pointer;border:none;height:56px;padding:0 2rem;font-size:1rem;font-weight:700;transition:all .3s}.atlas__search-btn:hover{background:var(--a-primary-dark);box-shadow:var(--a-shadow-md);transform:translateY(-2px)}.atlas__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.atlas__filter-select{border-radius:var(--a-radius-md);color:var(--a-dark);cursor:pointer;box-shadow:var(--a-shadow-sm);background:#fffffff2;border:none;min-width:140px;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.atlas__hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.atlas__stat{text-align:center;color:#fff}.atlas__stat strong{margin-bottom:.25rem;font-size:2rem;font-weight:800;line-height:1;display:block}.atlas__stat span{opacity:.9;font-size:.875rem}.atlas__section{padding:5rem 0}.atlas__section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.atlas__section-header--center{text-align:center;flex-direction:column;justify-content:center;align-items:center}.atlas__section-title{color:var(--a-dark);margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.atlas__section-subtitle{color:var(--a-gray);font-size:1.125rem}.atlas__link{color:var(--a-primary);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:gap .3s;display:flex}.atlas__link:hover{gap:1rem}.atlas__view-toggle{background:var(--a-light);border-radius:var(--a-radius-md);gap:.5rem;padding:.25rem;display:flex}.atlas__toggle-btn{border-radius:var(--a-radius-sm);color:var(--a-gray);cursor:pointer;background:0 0;border:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s}.atlas__toggle-btn--active{background:var(--a-white);color:var(--a-primary);box-shadow:var(--a-shadow-sm)}.atlas__listings-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.atlas__listing-card{background:var(--a-white);border-radius:var(--a-radius-lg);box-shadow:var(--a-shadow-sm);border:1px solid var(--a-border);transition:all .3s;overflow:hidden}.atlas__listing-card:hover{box-shadow:var(--a-shadow-lg);transform:translateY(-8px)}.atlas__listing-image{height:240px;position:relative;overflow:hidden}.atlas__listing-type{border-radius:var(--a-radius-full);text-transform:uppercase;letter-spacing:.05em;background:var(--a-white);color:var(--a-dark);box-shadow:var(--a-shadow-md);padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.atlas__listing-type--venta{color:var(--a-primary)}.atlas__listing-type--renta{color:var(--a-secondary)}.atlas__listing-fav{border-radius:var(--a-radius-full);background:var(--a-white);width:40px;height:40px;color:var(--a-gray);cursor:pointer;box-shadow:var(--a-shadow-md);border:none;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.atlas__listing-fav:hover,.atlas__listing-fav--active{color:#ef4444;transform:scale(1.1)}.atlas__listing-tags{gap:.5rem;display:flex;position:absolute;bottom:1rem;left:1rem}.atlas__listing-tag{border-radius:var(--a-radius-full);color:var(--a-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.atlas__listing-content{padding:1.5rem}.atlas__listing-price{color:var(--a-dark);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.atlas__listing-meta{color:var(--a-gray);gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.atlas__listing-title{color:var(--a-dark);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.atlas__listing-address{color:var(--a-gray);margin-bottom:.75rem;font-size:.875rem}.atlas__listing-desc{color:var(--a-gray);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.5}.atlas__listing-footer{border-top:1px solid var(--a-border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.atlas__listing-agent{color:var(--a-gray);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.atlas__agent-avatar{border-radius:var(--a-radius-full);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.atlas__listing-cta{background:var(--a-primary);color:#fff;border-radius:var(--a-radius-md);padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}.atlas__listing-cta:hover{background:var(--a-primary-dark)}.atlas__section-cta{text-align:center}.atlas__section--neighborhoods{background:var(--a-light)}.atlas__neighborhoods-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.atlas__neighborhood-card{border-radius:var(--a-radius-lg);aspect-ratio:1;text-decoration:none;transition:transform .3s;position:relative;overflow:hidden}.atlas__neighborhood-card:hover{transform:scale(1.05)}.atlas__neighborhood-image{position:absolute;inset:0}.atlas__neighborhood-overlay{background:linear-gradient(#0000 40%,#000000b3 100%);position:absolute;inset:0}.atlas__neighborhood-info{color:#fff;padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.atlas__neighborhood-info h3{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.atlas__neighborhood-info span{opacity:.9;font-size:.875rem}.atlas__section--agents{background:var(--a-white)}.atlas__agents-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.atlas__agent-card{background:var(--a-white);border-radius:var(--a-radius-lg);box-shadow:var(--a-shadow-sm);border:1px solid var(--a-border);transition:all .3s;overflow:hidden}.atlas__agent-card:hover{box-shadow:var(--a-shadow-lg);transform:translateY(-4px)}.atlas__agent-photo{height:200px;position:relative}.atlas__agent-badge{background:var(--a-accent);color:#fff;border-radius:var(--a-radius-full);padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.atlas__agent-info{text-align:center;padding:1.5rem}.atlas__agent-info h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.atlas__agent-stats{margin-bottom:1rem}.atlas__agent-sales{background:var(--a-light);border-radius:var(--a-radius-full);color:var(--a-primary);padding:.375rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.atlas__agent-cta{background:var(--a-primary);color:#fff;border-radius:var(--a-radius-md);padding:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.atlas__agent-cta:hover{background:var(--a-primary-dark)}.atlas__section--steps{background:linear-gradient(135deg,#f8f9fc 0%,#e8f4f8 100%)}.atlas__steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:900px;margin:0 auto;display:flex}.atlas__step{text-align:center;flex:1;min-width:250px;padding:2rem}.atlas__step-number{background:var(--a-primary);color:#fff;border-radius:var(--a-radius-full);justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.25rem;font-weight:800;display:flex}.atlas__step-icon{margin-bottom:1rem;font-size:3rem}.atlas__step h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.atlas__step p{color:var(--a-gray);font-size:.9375rem;line-height:1.6}.atlas__step-connector{background:linear-gradient(to right, var(--a-primary), var(--a-secondary));opacity:.3;width:60px;height:2px}@media (max-width:768px){.atlas__step-connector{display:none}}.atlas__section--testimonials{background:var(--a-white)}.atlas__testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.atlas__testimonial-card{background:var(--a-light);border-radius:var(--a-radius-lg);padding:2rem;transition:all .3s}.atlas__testimonial-card:hover{box-shadow:var(--a-shadow-md);transform:translateY(-4px)}.atlas__testimonial-stars{color:#fbbf24;letter-spacing:2px;margin-bottom:1rem;font-size:1.25rem}.atlas__testimonial-text{color:var(--a-dark);margin-bottom:1.5rem;font-size:1.0625rem;font-style:italic;line-height:1.7}.atlas__testimonial-author{align-items:center;gap:1rem;display:flex}.atlas__testimonial-avatar{background:var(--a-primary);color:#fff;border-radius:var(--a-radius-full);justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.atlas__testimonial-author div strong{color:var(--a-dark);font-weight:700;display:block}.atlas__testimonial-author div span{color:var(--a-gray);font-size:.875rem}.atlas__section--cta{background:linear-gradient(135deg, var(--a-dark) 0%, #2d2d44 100%);color:#fff;padding:4rem 0}.atlas__cta-box{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:768px){.atlas__cta-box{text-align:center;grid-template-columns:1fr}}.atlas__cta-content h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.atlas__cta-content p{opacity:.9;max-width:400px;margin-bottom:2rem;font-size:1.125rem}@media (max-width:768px){.atlas__cta-content p{max-width:100%}}.atlas__cta-buttons{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:768px){.atlas__cta-buttons{justify-content:center}}.atlas__btn{border-radius:var(--a-radius-md);align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.atlas__btn--large{padding:1.125rem 2.5rem;font-size:1.0625rem}.atlas__btn--primary{background:var(--a-accent);color:#fff}.atlas__btn--primary:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 10px 30px #ff6b354d}.atlas__btn--ghost{color:#fff;background:0 0;border:2px solid #ffffff4d}.atlas__btn--ghost:hover{background:#ffffff1a;border-color:#fff}.atlas__btn--outline{color:var(--a-primary);border:2px solid var(--a-primary);background:0 0}.atlas__btn--outline:hover{background:var(--a-primary);color:#fff}.atlas__btn span{transition:transform .3s}.atlas__btn:hover span{transform:translate(4px)}.atlas__cta-visual{justify-content:center;display:flex}.atlas__cta-phone{background:var(--a-dark);width:280px;height:500px;box-shadow:var(--a-shadow-xl);border:8px solid #3d3d5c;border-radius:40px;padding:1rem}.atlas__cta-screen{background:linear-gradient(135deg, var(--a-primary) 0%, var(--a-secondary) 100%);border-radius:32px;width:100%;height:100%;position:relative;overflow:hidden}.atlas__cta-screen:before{content:"🏠";opacity:.3;font-size:4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.atlas__footer{color:#fff;background:#0f0f1a;padding:4rem 0 2rem}.atlas__footer-grid{grid-template-columns:2fr repeat(4,1fr);gap:3rem;margin-bottom:3rem;display:grid}@media (max-width:1024px){.atlas__footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.atlas__footer-grid{grid-template-columns:1fr}}.atlas__footer-brand{max-width:300px}.atlas__footer-brand p{color:#ffffffb3;margin:1rem 0;line-height:1.6}.atlas__logo--footer{color:#fff}.atlas__footer-social{gap:.75rem;margin-top:1.5rem;display:flex}.atlas__footer-social a{border-radius:var(--a-radius-md);color:#fff;background:#ffffff1a;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.atlas__footer-social a:hover{background:var(--a-accent);transform:translateY(-2px)}.atlas__footer-links h4{color:#fff;margin-bottom:1.25rem;font-size:1rem;font-weight:700}.atlas__footer-links a{color:#fff9;padding:.5rem 0;font-size:.9375rem;text-decoration:none;transition:color .3s;display:block}.atlas__footer-links a:hover{color:var(--a-accent)}.atlas__footer-bottom{color:#ffffff80;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}.atlas__footer-legal{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.atlas__footer-legal a{color:#ffffffb3;text-decoration:none}.atlas__footer-legal a:hover{color:var(--a-accent)}.atlas__footer-demo{color:#ffffffe6;font-weight:500}@media (max-width:768px){.atlas__hero{min-height:auto;padding:6rem 1rem 3rem}.atlas__hero-gallery-wrap{padding:0 1rem}.atlas__hero-gallery-scroll{gap:0;scroll-padding-inline:0}.atlas__hero-gallery-item{flex:0 0 100%;min-width:0}.atlas__search-box{flex-direction:column}.atlas__search-btn{width:100%}.atlas__filters{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem;overflow-x:auto}.atlas__hero-stats{gap:2rem}.atlas__stat strong{font-size:1.5rem}.atlas__listings-grid{grid-template-columns:1fr}.atlas__neighborhoods-grid{grid-template-columns:repeat(2,1fr)}.atlas__agents-grid{grid-template-columns:1fr}.atlas__steps{flex-direction:column}.atlas__cta-phone{display:none}.atlas__footer-bottom{text-align:center;flex-direction:column}}@media (prefers-reduced-motion:reduce){.atlas *,.atlas :before,.atlas :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
