:root{--purple-900:#3d007a;--purple-700:#6400c9;--purple-600:#7d00f6;--purple-500:#9528ff;--purple-400:#ad5cff;--purple-100:#f0e6ff;--brand-rgb:125, 0, 246;--brand-light-rgb:149, 40, 255;--brand-dark-rgb:61, 0, 122;--ink:#0f0f12;--ink-muted:#3f3f46;--white:#fff;--orange:#f97316;--glass:#ffffffe6;--glass-border:#ffffffb3;--bg-body:#faf7ff;--bg-surface:#fff;--bg-elevated:#fff;--shadow-soft:0 24px 60px -20px rgba(var(--brand-rgb), .25);--font:"Plus Jakarta Sans", system-ui, sans-serif;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--purple-100:#1a0033;--purple-400:#c488ff;--ink:#f4f4f5;--ink-muted:#a1a1aa;--glass:#161022d1;--glass-border:rgba(var(--brand-light-rgb), .22);--bg-body:#0a0810;--bg-surface:#16121f;--bg-elevated:#1f1a2e;--shadow-soft:0 24px 60px -20px #0000008c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--bg-body);-webkit-font-smoothing:antialiased;transition:background-color .35s,color .35s;overflow-x:hidden}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}.container{width:min(1440px,100% - 3rem);margin-inline:auto}.logo{transition:transform .35s var(--ease-spring);align-items:center;display:inline-flex}img.logo__img{width:auto;height:30px}.logo__img--dark,[data-theme=dark] .logo__img--light{display:none}[data-theme=dark] .logo__img--dark{display:block}.logo:hover{transform:scale(1.02)}.page{min-height:100vh;position:relative}.page__bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.page__mesh{background:radial-gradient(ellipse 80% 50% at 20% 20%, rgba(var(--brand-light-rgb), .12), transparent 50%), radial-gradient(ellipse 60% 40% at 85% 75%, rgba(var(--brand-rgb), .1), transparent 45%), linear-gradient(165deg, #fff 0%, #f8f2ff 40%, #f0e6ff 100%);transition:background .35s;animation:18s ease-in-out infinite alternate mesh-drift;position:absolute;inset:-50%}[data-theme=dark] .page__mesh{background:radial-gradient(ellipse 80% 50% at 20% 15%, rgba(var(--brand-rgb), .2), transparent 50%), radial-gradient(ellipse 60% 40% at 85% 80%, rgba(var(--brand-dark-rgb), .15), transparent 45%), linear-gradient(165deg, #0a0810 0%, #12101a 45%, #16121f 100%)}[data-theme=dark] .page__glow--tl{background:rgba(var(--brand-rgb), .25)}[data-theme=dark] .page__glow--br{background:rgba(var(--brand-dark-rgb), .2)}.page__glow{filter:blur(80px);opacity:.45;border-radius:50%;width:420px;height:420px;position:absolute}.page__glow--tl{background:rgba(var(--brand-light-rgb), .2);animation:8s ease-in-out infinite glow-pulse;top:-120px;left:-80px}.page__glow--br{background:rgba(var(--brand-rgb), .15);animation:10s ease-in-out infinite reverse glow-pulse;bottom:-100px;right:-60px}main{z-index:1;position:relative}@keyframes mesh-drift{0%{transform:translate(0)scale(1)}to{transform:translate(2%,1%)scale(1.02)}}@keyframes glow-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.55;transform:scale(1.08)}}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}}@keyframes header-enter{0%{opacity:0;transform:translateY(-16px)}}@media (max-width:480px){.container{width:min(1280px,100% - 1.5rem)}}.header{z-index:100;width:100%;max-width:100vw;animation:header-enter .8s var(--ease-out-expo) both;padding:1.25rem 0;position:sticky;top:0}.header--scrolled{padding:.75rem 0}.header--scrolled .header__inner{background:var(--glass);-webkit-backdrop-filter:blur(16px)saturate(1.4);border:1px solid var(--glass-border);box-shadow:0 8px 32px rgba(var(--brand-rgb), .08);border-radius:999px;padding-block:.65rem;padding-inline:clamp(1.25rem,2vw,4.5rem)}[data-theme=dark] .header--scrolled .header__inner{box-shadow:0 8px 32px #00000059}.header__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;width:100%;max-width:1400px;margin-inline:auto;padding-inline:clamp(1.25rem,2vw,4.5rem);transition:background .4s,padding .4s,border-radius .4s,box-shadow .4s,width .4s,max-width .4s;display:grid}.header__nav{justify-self:center}.header__nav-list{align-items:center;gap:2.25rem;list-style:none;display:flex}.header__nav-item{animation:fade-up .7s var(--ease-out-expo) both;animation-delay:calc(.1s + var(--i,0) * 60ms)}.header__link{color:var(--ink-muted);padding:.25rem 0;font-size:.95rem;font-weight:500;transition:color .25s;position:relative}.header__link:after{content:"";background:var(--purple-600);width:0;height:2px;transition:width .35s var(--ease-out-expo);border-radius:2px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.header__link:hover{color:var(--purple-600)}.header__link:hover:after,.header__link--active:after{width:100%}.header__link--active{color:var(--purple-600);font-weight:600}.header__actions{animation:fade-up .7s var(--ease-out-expo) .3s both;justify-self:end;align-items:center;gap:.75rem;display:flex}.theme-toggle{width:42px;height:42px;color:var(--ink-muted);background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .12);box-shadow:0 4px 14px rgba(var(--brand-rgb), .08);transition:color .25s ease, background .25s ease, border-color .25s ease, transform .35s var(--ease-spring), box-shadow .25s ease;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.theme-toggle:hover{color:var(--purple-600);border-color:rgba(var(--brand-rgb), .35);box-shadow:0 6px 20px rgba(var(--brand-rgb), .15);transform:scale(1.06)}.theme-toggle__icon{transition:transform .4s var(--ease-spring), opacity .3s ease;position:absolute}.theme-toggle__icon--sun{opacity:0;transform:rotate(-90deg)scale(.5)}.theme-toggle__icon--moon{opacity:1;transform:rotate(0)scale(1)}[data-theme=dark] .theme-toggle{color:#fde047;background:var(--bg-elevated);border-color:rgba(var(--brand-light-rgb), .3)}[data-theme=dark] .theme-toggle__icon--sun{opacity:1;transform:rotate(0)scale(1)}[data-theme=dark] .theme-toggle__icon--moon{opacity:0;transform:rotate(90deg)scale(.5)}.header__profile-wrap{animation:fade-up .7s var(--ease-out-expo) .38s both;position:relative}.header__profile-wrap.is-open{z-index:220}.header__profile{background:linear-gradient(135deg, var(--purple-600), var(--purple-500));color:var(--white);box-shadow:0 8px 24px rgba(var(--brand-rgb), .35);transition:transform .35s var(--ease-spring), box-shadow .35s ease;border-radius:999px;align-items:center;gap:.6rem;padding:.35rem .9rem .35rem .35rem;font-size:.9rem;font-weight:600;display:flex}.header__profile:hover{box-shadow:0 12px 32px rgba(var(--brand-rgb), .45);transform:translateY(-2px)scale(1.02)}.header__login-btn{background:linear-gradient(135deg, var(--purple-600), var(--purple-500));box-shadow:0 8px 24px rgba(var(--brand-rgb), .35);transition:transform .35s var(--ease-spring), box-shadow .35s ease;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:.5rem 1.4rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex;color:var(--white)!important}.header__login-btn:hover{box-shadow:0 12px 32px rgba(var(--brand-rgb), .45);transform:translateY(-2px)scale(1.02)}.header__profile-wrap.is-open .header__profile{box-shadow:0 12px 32px rgba(var(--brand-rgb), .5)}.header__avatar{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;width:36px;height:36px}.header__chevron{opacity:.9;transition:transform .35s var(--ease-out-expo)}.header__profile-wrap.is-open .header__chevron{transform:rotate(180deg)}.profile-menu{z-index:230;background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .1);width:min(260px,100vw - 2rem);box-shadow:0 12px 32px rgba(var(--brand-rgb), .15), 0 4px 16px #0000000f;opacity:0;transform-origin:100% 0;visibility:hidden;transition:opacity .3s var(--ease-out-expo), transform .3s var(--ease-out-expo), visibility .3s ease;border-radius:12px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(-8px)scale(.98)}.header__profile-wrap.is-open .profile-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}[data-theme=dark] .profile-menu{border-color:var(--glass-border);box-shadow:0 24px 56px #00000073, 0 0 0 1px rgba(var(--brand-light-rgb), .08)}.profile-menu__head{background:linear-gradient(135deg, #f0e6fff2 0%, var(--bg-surface) 85%);align-items:center;gap:.75rem;padding:.85rem 1rem .75rem;display:flex}[data-theme=dark] .profile-menu__head{background:linear-gradient(135deg, rgba(var(--brand-dark-rgb), .35) 0%, var(--bg-surface) 80%)}.profile-menu__avatar{object-fit:cover;width:40px;height:40px;box-shadow:0 2px 8px rgba(var(--brand-rgb), .18);border:2px solid #ffffffe6;border-radius:50%;flex-shrink:0}.profile-menu__info{text-align:left;min-width:0}.profile-menu__name{color:var(--ink);margin-bottom:.1rem;font-size:.875rem;font-weight:700;line-height:1.25}.profile-menu__email{color:var(--ink-muted);word-break:break-all;font-size:.7rem;font-weight:400;line-height:1.35}.profile-menu__item{width:100%;color:var(--ink);text-align:left;background:var(--bg-surface);cursor:pointer;border:none;align-items:center;gap:.6rem;padding:.65rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:background .2s,color .2s;display:flex}a.profile-menu__item{text-decoration:none}.profile-menu__item:hover,.profile-menu__item:focus-visible{background:var(--purple-100);color:var(--purple-700);outline:none}[data-theme=dark] .profile-menu__item:hover,[data-theme=dark] .profile-menu__item:focus-visible{background:rgba(var(--brand-rgb), .2);color:var(--purple-400)}.profile-menu__icon{width:18px;height:18px;color:var(--ink-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-menu__item:hover .profile-menu__icon,.profile-menu__item:focus-visible .profile-menu__icon{color:var(--purple-600)}[data-theme=dark] .profile-menu__item:hover .profile-menu__icon,[data-theme=dark] .profile-menu__item:focus-visible .profile-menu__icon{color:var(--purple-400)}.profile-menu__icon svg{width:16px;height:16px}.header__menu-btn{background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .12);z-index:210;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:8px;transition:background .25s,border-color .25s;display:none}.header__menu-btn span{background:var(--ink);width:20px;height:2px;transition:transform .3s var(--ease-out-expo), opacity .3s ease;border-radius:2px;display:block}.header__menu-btn--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__menu-btn--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__menu-btn--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__overlay{display:none}body.menu-open{overflow:hidden}@media (max-width:900px){.header__inner{grid-template-columns:1fr auto auto;gap:.75rem}.header--scrolled .header__inner{border-radius:20px}.header__menu-btn{justify-self:end;display:flex}.header__actions{gap:.5rem}.header__profile .header__name{display:none}.header__overlay{z-index:150;-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;background:#0a08108c;transition:opacity .35s,visibility .35s;display:block;position:fixed;inset:0}body.menu-open .header__overlay{opacity:1;visibility:visible}.header__nav{z-index:200;background:var(--bg-surface);border-left:1px solid var(--glass-border);visibility:hidden;width:min(320px,88vw);height:100vh;transition:transform .4s var(--ease-out-expo), visibility .4s ease;flex-direction:column;justify-self:auto;padding:5.5rem 1.75rem 2rem;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 48px #00000026}.header__nav--open{visibility:visible;transform:translate(0)}.header__nav-list{flex-direction:column;align-items:stretch;gap:.25rem;width:100%}.header__nav-item{opacity:1;animation:none;transform:none}.header__nav--open .header__nav-item{animation:nav-item-in .5s var(--ease-out-expo) both;animation-delay:calc(50ms + var(--i,0) * 70ms)}.header__link{border-radius:12px;padding:1rem .75rem;font-size:1.1rem;transition:color .25s,background .25s;display:block}.header__link:after{display:none}.header__link:hover,.header__link--active{background:var(--purple-100)}[data-theme=dark] .header__link:hover,[data-theme=dark] .header__link--active{background:rgba(var(--brand-rgb), .2)}}@keyframes nav-item-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@media (max-width:480px){.header__inner{padding-inline:1rem}.theme-toggle{width:38px;height:38px}.header__profile{padding:.3rem .5rem .3rem .3rem}.profile-menu{width:min(248px,100vw - 1.5rem);right:0}}.hero{width:100%;max-width:100vw;min-height:calc(100vh - var(--header-h,88px));padding:2rem 0 0;position:relative;overflow:hidden}.hero__inner{width:100%;max-width:100%}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:clamp(1.5rem,3vw,3rem);width:100%;min-height:min(85vh,820px);padding-inline:clamp(1.25rem,4vw,4.5rem);display:grid}.hero__decor{pointer-events:none;z-index:0;position:absolute;inset:0}.hero__dots{background-image:radial-gradient(circle, var(--purple-400) 2px, transparent 2px);opacity:.35;background-size:14px 14px;width:72px;height:72px;animation:10s ease-in-out infinite alternate dots-drift;position:absolute}.hero__dots--top{top:18%;left:42%}.hero__dots--bottom{animation-delay:-3s;bottom:22%;right:8%}.hero__content{z-index:2;position:relative}.animate-in{opacity:0;animation:hero-reveal .9s var(--ease-out-expo) var(--d,0s) forwards}@keyframes hero-reveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero__tagline{color:var(--ink-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;display:flex}.hero__tagline-dot{background:var(--purple-600);border-radius:50%;width:8px;height:8px;animation:2s infinite tagline-pulse}.hero__tagline strong{color:var(--purple-600);font-weight:700}.hero__title{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.08}.hero__title-line{color:var(--ink);display:block}.hero__title-line--accent{color:var(--purple-600);background:linear-gradient(135deg, var(--purple-700), var(--purple-500));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__desc{color:var(--ink-muted);max-width:32rem;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.hero__search{margin-bottom:1.5rem}.hero__search-inner{background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .15);box-shadow:0 12px 40px rgba(var(--brand-rgb), .1);border-radius:999px;align-items:center;gap:.75rem;padding:.65rem .65rem .65rem 1.1rem;transition:border-color .3s,box-shadow .3s;display:flex}.hero__search-inner:focus-within{border-color:var(--purple-400);box-shadow:0 16px 48px rgba(var(--brand-rgb), .18)}.hero__search-inner svg{color:var(--purple-500);flex-shrink:0}.hero__search-text{color:var(--ink-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;min-height:1.25em;font-size:.9rem;overflow:hidden}.hero__search-input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;min-height:1.25em;padding:0;font-size:.9rem}.hero__search-input::placeholder{color:var(--ink-muted);opacity:.8}.hero__search-cursor{background:var(--purple-600);width:2px;height:1.1em;margin-right:.25rem;animation:1s step-end infinite cursor-blink}.hero__search-btn{background:linear-gradient(135deg, var(--purple-600), var(--purple-500));color:var(--white);transition:transform .3s var(--ease-spring);border-radius:999px;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600}.hero__search-btn:hover{transform:scale(1.04)}.hero__search-hint{color:var(--purple-500);margin-top:.5rem;font-size:.75rem;font-weight:500}.hero__cta-row{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.hero__btn{background:linear-gradient(135deg, var(--purple-600), var(--purple-500));color:var(--white);box-shadow:0 12px 32px rgba(var(--brand-rgb), .35);transition:transform .35s var(--ease-spring), box-shadow .35s ease;border-radius:999px;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.hero__btn:hover{box-shadow:0 18px 40px rgba(var(--brand-rgb), .45);transform:translateY(-3px)}.hero__btn-shine{background:linear-gradient(105deg,#0000 40%,#ffffff59 50%,#0000 60%);animation:3s ease-in-out infinite btn-shine;position:absolute;inset:0;transform:translate(-100%)}.hero__features{flex-wrap:wrap;gap:1.25rem 2rem;margin-bottom:2rem;list-style:none;display:flex}.hero__features li{color:var(--ink-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.hero__check{background:var(--purple-100);width:22px;height:22px;color:var(--purple-600);border-radius:50%;justify-content:center;align-items:center;display:flex}.hero__check svg{width:12px;height:12px}.hero__stats{align-items:center;gap:1.5rem;width:fit-content;padding:.25rem 0;display:flex}.hero__stat{text-align:center}.hero__stat-num{color:var(--purple-600);font-size:1.35rem;font-weight:800;line-height:1.2;display:block}.hero__stat-label{color:var(--ink-muted);font-size:.75rem;font-weight:500}.hero__stat-divider{background:rgba(var(--brand-rgb), .15);width:1px;height:36px}.banner-img-wrap{z-index:8;width:100%;max-width:560px;margin-inline:auto;position:relative}.banner-img{object-fit:contain;background:0 0;width:100%;height:auto;max-height:min(600px,72vh);display:block}.hero__visual{z-index:2;justify-content:center;align-items:center;width:100%;min-height:520px;margin-right:calc(-1*clamp(1.25rem,4vw,4.5rem) + clamp(0rem,2vw,1rem));padding-right:0;display:flex;position:relative}.visual-stage{justify-content:center;align-items:center;width:100%;max-width:620px;min-height:560px;display:flex;position:relative}.hero-vectors{z-index:1;pointer-events:none;position:absolute;inset:-8% -12%;overflow:visible}.hero-vectors__world{transform-style:preserve-3d;animation:20s ease-in-out infinite vectors-world-drift;position:absolute;inset:0}.hero-vectors__shape,.hero-vectors__links{color:rgba(var(--brand-rgb), .55);transform-style:preserve-3d;will-change:transform;position:absolute}.hero-globe{--globe-size:min(88%, 440px);width:var(--globe-size);height:var(--globe-size);perspective:900px;transform-style:preserve-3d;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(-80px)}.hero-globe__pole-line{background:linear-gradient(180deg, transparent, rgba(var(--brand-light-rgb), .35) 15%, rgba(var(--brand-light-rgb), .5) 50%, rgba(var(--brand-light-rgb), .35) 85%, transparent);z-index:2;pointer-events:none;width:1px;height:104%;position:absolute;top:-2%;left:50%;transform:translate(-50%)}.hero-globe__clip{width:100%;height:100%;transform-style:preserve-3d;border-radius:50%;position:relative;overflow:hidden}.hero-globe__rotator{width:100%;height:100%;transform-style:preserve-3d;animation:36s linear infinite hero-globe-spin;position:relative}.hero-globe__sphere{transform-style:preserve-3d;position:absolute;inset:0}.hero-globe__ring{border:1px solid rgba(var(--brand-rgb), .22);box-sizing:border-box;transform-style:preserve-3d;backface-visibility:visible;border-radius:50%;position:absolute;inset:0}.hero-globe__ring--meridian{transform:rotateY(var(--ry,0deg))}.hero-globe__ring--parallel{transform:rotateX(var(--rx,0deg));border-color:rgba(var(--brand-rgb), .18)}.hero-globe__ring--equator{border-width:1.5px;border-color:rgba(var(--brand-light-rgb), .45)}.hero-globe__map-eq{pointer-events:none;border-radius:50%;position:absolute;inset:0;overflow:hidden;transform:translateZ(1px)}.hero-globe__map-eq svg{width:200%;height:100%;color:rgba(var(--brand-rgb), .75);position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-globe__rim{border:1.5px solid rgba(var(--brand-light-rgb), .35);box-shadow:0 0 24px rgba(var(--brand-rgb), .15), inset 0 0 20px rgba(var(--brand-rgb), .06);z-index:4;pointer-events:none;border-radius:50%;position:absolute;inset:0}.hero-globe__shade{pointer-events:none;z-index:3;background:radial-gradient(circle at 32% 28%, #fff3 0%, transparent 42%), radial-gradient(circle at 72% 68%, #0000002e 0%, transparent 48%), radial-gradient(circle at 50% 50%, transparent 55%, rgba(var(--brand-rgb), .08) 100%);border-radius:50%;position:absolute;inset:0;box-shadow:inset -12px -8px 32px #0000001f,inset 8px 8px 24px #ffffff0f}.hero-vectors__shape--globe{opacity:.85}.hero-vectors__shape--cube{width:72px;color:rgba(var(--brand-light-rgb), .7);animation:9s ease-in-out infinite vectors-cube-float;top:8%;left:6%;transform:translateZ(40px)rotateX(-20deg)rotateY(35deg)}.hero-vectors__shape--pyramid{color:#38bdf88c;width:64px;animation:11s ease-in-out -2s infinite vectors-pyramid-float;bottom:14%;right:4%;transform:translateZ(60px)rotateX(15deg)rotateY(-40deg)}.hero-vectors__shape--hex{width:56px;color:rgba(var(--brand-rgb), .5);animation:16s linear infinite vectors-hex-spin;top:22%;right:8%;transform:translateZ(80px)rotateX(25deg)rotateY(55deg)}.hero-vectors__shape--orbit{width:55%;color:rgba(var(--brand-light-rgb), .45);animation:14s ease-in-out infinite vectors-orbit-tilt;bottom:6%;left:50%;transform:translate(-50%)translateZ(-40px)rotateX(72deg)}.hero-vectors__links{width:100%;height:100%;animation:6s ease-in-out infinite vectors-links-pulse;inset:0;transform:translateZ(-60px)rotateX(8deg)}.hero-vectors__link{stroke-dasharray:8 12;animation:5s linear infinite vectors-link-flow}.hero-vectors__node{animation:2.5s ease-in-out infinite vectors-node-pulse}.hero-vectors__node:nth-of-type(2){animation-delay:-.5s}.hero-vectors__node:nth-of-type(3){animation-delay:-1s}.hero-vectors__node:nth-of-type(4){animation-delay:-1.5s}.hero-vectors__node:nth-of-type(5){animation-delay:-2s}@keyframes vectors-world-drift{0%,to{transform:rotateX(0)rotateY(0)}33%{transform:rotateX(2deg)rotateY(-3deg)}66%{transform:rotateX(-2deg)rotateY(2deg)}}@keyframes hero-globe-spin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes vectors-cube-float{0%,to{transform:translateZ(40px)rotateX(-20deg)rotateY(35deg)translateY(0)}50%{transform:translateZ(70px)rotateX(-12deg)rotateY(50deg)translateY(-16px)}}@keyframes vectors-pyramid-float{0%,to{transform:translateZ(60px)rotateX(15deg)rotateY(-40deg)translateY(0)}50%{transform:translateZ(90px)rotateX(22deg)rotateY(-28deg)translateY(-12px)}}@keyframes vectors-hex-spin{0%{transform:translateZ(80px)rotateX(25deg)rotateY(0)}to{transform:translateZ(80px)rotateX(25deg)rotateY(360deg)}}@keyframes vectors-orbit-tilt{0%,to{transform:translate(-50%)translateZ(-40px)rotateX(72deg)}50%{transform:translate(-50%)translateZ(-20px)rotateX(68deg)scale(1.04)}}@keyframes vectors-links-pulse{0%,to{opacity:.7}50%{opacity:1}}@keyframes vectors-link-flow{to{stroke-dashoffset:-40px}}@keyframes vectors-node-pulse{0%,to{opacity:.45}50%{opacity:1}}.visual-stage__particles span{background:var(--purple-400);opacity:.5;border-radius:50%;width:6px;height:6px;animation:6s ease-in-out infinite particle-float;position:absolute}.visual-stage__particles span:first-child{animation-delay:0s;top:15%;left:25%}.visual-stage__particles span:nth-child(2){width:4px;height:4px;animation-delay:-1s;top:25%;right:20%}.visual-stage__particles span:nth-child(3){animation-delay:-2s;top:55%;left:10%}.visual-stage__particles span:nth-child(4){width:8px;height:8px;animation-delay:-.5s;bottom:30%;right:15%}.visual-stage__particles span:nth-child(5){animation-delay:-3s;top:70%;right:35%}.visual-stage__particles span:nth-child(6){width:5px;height:5px;animation-delay:-1.5s;top:10%;left:45%}.visual-stage__particles span:nth-child(7){animation-delay:-2.5s;bottom:15%;left:30%}.visual-stage__particles span:nth-child(8){animation-delay:-4s;top:40%;right:8%}.visual-stage__particles span:nth-child(9){width:4px;height:4px;animation-delay:-.8s;bottom:45%;left:50%}.visual-stage__particles span:nth-child(10){animation-delay:-3.5s;top:32%;left:8%}.visual-card{z-index:12;background:var(--glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:0 20px 50px rgba(var(--brand-rgb), .18), 0 0 0 1px rgba(var(--brand-rgb), .06);min-width:180px;transition:transform .4s var(--ease-spring), box-shadow .4s ease;border-radius:16px;align-items:center;gap:.75rem;padding:.65rem 1rem .65rem .65rem;display:flex;position:absolute}.visual-card:hover{box-shadow:0 28px 60px rgba(var(--brand-rgb), .28);transform:scale(1.05)translateY(-4px)!important}.visual-card img{object-fit:cover;border-radius:12px;flex-shrink:0;width:48px;height:48px}.visual-card strong{color:var(--ink);font-size:.85rem;line-height:1.3;display:block}.visual-card__tag{color:#ea580c;margin-bottom:.15rem;font-size:.65rem;font-weight:700;display:inline-block}.visual-card__tag--new{color:var(--purple-600)}.visual-card__price{color:var(--purple-600);margin-top:.1rem;font-size:.8rem;font-weight:800;display:block}.visual-card--top{transform:translate(calc(var(--card-x,0) * 1px), calc(var(--card-y,0) * 1px));animation:card-float-1 5s ease-in-out infinite, card-enter-right .9s var(--ease-out-expo) .6s both;top:6%;right:-2%}.visual-card--left{transform:translate(calc(var(--card-x,0) * 1px), calc(var(--card-y,0) * 1px));animation:card-float-2 6s ease-in-out infinite, card-enter-left .9s var(--ease-out-expo) .85s both;bottom:22%;left:-6%}.visual-rating{z-index:11;background:linear-gradient(135deg, var(--purple-600), var(--purple-500));color:var(--white);box-shadow:0 12px 32px rgba(var(--brand-rgb), .4);animation:rating-pop .8s var(--ease-spring) 1.2s both, rating-bounce 4s ease-in-out 2s infinite;border-radius:14px;flex-direction:column;align-items:center;gap:.2rem;padding:.65rem 1rem;font-size:.72rem;font-weight:600;display:flex;position:absolute;bottom:6%;right:8%}.visual-rating__stars{letter-spacing:2px;color:#fde047;font-size:.85rem}.hero__ticker{z-index:2;background:linear-gradient(90deg, transparent, rgba(var(--brand-rgb), .08), transparent);border-block:1px solid rgba(var(--brand-rgb), .1);width:100vw;margin-top:2.5rem;margin-left:calc(50% - 50vw);padding:.85rem 0;position:relative;overflow:hidden}.hero__ticker-track{gap:3rem;width:max-content;animation:28s linear infinite ticker-scroll;display:flex}.hero__ticker-track span{color:var(--purple-700);white-space:nowrap;background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .12);box-shadow:0 4px 12px rgba(var(--brand-rgb), .06);border-radius:999px;padding:.35rem 1rem;font-size:.9rem;font-weight:600}img.shape-left{opacity:.7;width:70px;position:fixed;bottom:50px}img.shape-top{opacity:.7;width:70px;position:fixed;top:-40px;left:20%;rotate:90deg}@keyframes tagline-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}@keyframes cursor-blink{50%{opacity:0}}@keyframes btn-shine{0%,70%,to{transform:translate(-100%)}85%{transform:translate(100%)}}@keyframes swirl-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(3deg)}}@keyframes dots-drift{0%{transform:translate(0)}to{transform:translate(8px,-8px)}}@keyframes mask-enter{0%{opacity:0;transform:translateY(40px)scale(.92)}}@keyframes house-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes ken-burns{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes sky-shift{0%{transform:translateY(0)}to{transform:translateY(-6px)}}@keyframes draw-outline{to{stroke-dashoffset:0}}@keyframes ring-spin{to{transform:rotate(360deg)}}@keyframes ring-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@keyframes particle-float{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:.8;transform:translateY(-20px)}}@keyframes house-3d-sway{0%,to{transform:rotateY(-12deg)rotateX(2deg)}50%{transform:rotateY(12deg)rotateX(-2deg)}}@keyframes floor-shadow-pulse{0%,to{opacity:.6;transform:rotateX(78deg)translateZ(-80px)scale(1)}50%{opacity:.9;transform:rotateX(78deg)translateZ(-80px)scale(1.08)}}@keyframes shine-sweep{0%,to{opacity:.5}50%{opacity:.85}}@keyframes outline-glow{0%,to{opacity:.35}50%{opacity:.7}}@keyframes scan-sweep{0%,to{opacity:0;top:20%}10%{opacity:.6}50%{opacity:0;top:55%}}@keyframes badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes badge-pop{0%{opacity:0;transform:scale(.8)translate(20px)}}@keyframes card-enter-right{0%{opacity:0;transform:translate(40px)scale(.9)}}@keyframes card-enter-left{0%{opacity:0;transform:translate(-40px)scale(.9)}}@keyframes card-float-1{0%,to{transform:translate(calc(var(--card-x,0) * 1px), calc(var(--card-y,0) * 1px)) rotate(-1deg)}50%{transform:translate(calc(var(--card-x,0) * 1px), calc(var(--card-y,0) * 1px - 14px)) rotate(1deg)}}@keyframes card-float-2{0%,to{transform:translate(calc(var(--card-x,0) * 1px), calc(var(--card-y,0) * 1px)) rotate(1deg)}50%{transform:translate(calc(var(--card-x,0) * 1px), calc(var(--card-y,0) * 1px - 10px)) rotate(-1deg)}}@keyframes rating-pop{0%{opacity:0;transform:scale(.7)}}@keyframes rating-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse-dot{0%,to{box-shadow:0 0 #22c55e80}50%{box-shadow:0 0 0 8px #22c55e00}}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:1100px){.hero__grid{grid-template-columns:1fr}.hero__visual{min-height:480px;margin-right:0}.visual-card--top{right:4%}.visual-card--left{left:4%}}@media (max-width:960px){.hero__grid{text-align:center;gap:2.5rem;padding-inline:clamp(1rem,4vw,2rem)}.hero__desc,.hero__search{margin-inline:auto}.hero__search-inner{max-width:100%}.hero__cta-row,.hero__features{justify-content:center}.hero__stats{margin-inline:auto}.visual-stage{max-width:420px;min-height:500px}.banner-img-wrap{max-width:100%}.banner-img{max-height:min(480px,58vh)}.hero-vectors__shape--cube,.hero-vectors__shape--hex{width:48px}.hero-vectors__shape--pyramid{width:44px}.hero-globe{--globe-size:min(95%, 320px)}}@media (max-width:600px){.hero__features{flex-direction:column;align-items:center}.hero__stats{flex-wrap:wrap;justify-content:center}}[data-theme=dark] .hero__title-line:not(.hero__title-line--accent){color:var(--ink)}[data-theme=dark] .hero__search-inner{border-color:rgba(var(--brand-light-rgb), .25);box-shadow:0 12px 40px #00000059}[data-theme=dark] .hero__search-inner:focus-within{box-shadow:0 16px 48px rgba(var(--brand-rgb), .25)}[data-theme=dark] .hero__ticker{background:linear-gradient(90deg, transparent, rgba(var(--brand-rgb), .12), transparent);border-block-color:rgba(var(--brand-light-rgb), .15)}[data-theme=dark] .hero__ticker-track span{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .visual-card{box-shadow:0 20px 50px #0006}[data-theme=dark] .visual-card strong{color:var(--ink)}[data-theme=dark] .house-mask__badge{color:var(--purple-400)}[data-theme=dark] .hero-vectors__shape,[data-theme=dark] .hero-vectors__links{color:rgba(var(--brand-light-rgb), .65)}[data-theme=dark] .hero-vectors__shape--globe{opacity:.92}[data-theme=dark] .hero-globe__ring{border-color:rgba(var(--brand-light-rgb), .28)}[data-theme=dark] .hero-globe__ring--equator{border-color:rgba(var(--brand-light-rgb), .55)}[data-theme=dark] .hero-globe__map-eq svg{color:rgba(var(--brand-light-rgb), .85)}[data-theme=dark] .hero-globe__map-eq .hero-globe__lands{fill:rgba(var(--brand-light-rgb), .14)}[data-theme=dark] .hero-globe__shade{background:radial-gradient(circle at 32% 28%, #ffffff14 0%, transparent 42%), radial-gradient(circle at 72% 68%, #00000059 0%, transparent 48%), radial-gradient(circle at 50% 50%, transparent 55%, rgba(var(--brand-rgb), .15) 100%)}[data-theme=dark] .hero-vectors__shape--pyramid{color:#38bdf8b3}@media (prefers-reduced-motion:reduce){.hero-vectors__world,.hero-vectors__shape,.hero-vectors__links,.hero-vectors__link,.hero-vectors__node,.hero-globe__rotator{animation:none!important}}[data-theme=dark] .header__menu-btn span{background:var(--ink)}@media (min-width:1536px){.hero__grid{width:85%;margin-inline:auto}}.property-search{z-index:10;background:radial-gradient(ellipse 70% 50% at 0% 50%, rgba(var(--brand-light-rgb), .06), transparent 55%), radial-gradient(ellipse 60% 45% at 100% 50%, rgba(var(--brand-light-rgb), .06), transparent 50%);width:100%;padding:clamp(3rem,6vw,5rem) clamp(1.25rem,4vw,4.5rem);position:relative;overflow:visible}[data-theme=dark] .property-search{background:radial-gradient(ellipse 70% 50% at 0% 50%, rgba(var(--brand-rgb), .12), transparent 55%), radial-gradient(ellipse 60% 45% at 100% 50%, rgba(var(--brand-light-rgb), .08), transparent 50%)}.property-search__inner{width:100%;max-width:1200px;margin-inline:auto}img.divider-image{height:10px}.property-search__header{text-align:center;margin-bottom:clamp(2rem,4vw,2.75rem)}.property-search__title{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:.75rem;font-size:clamp(1.35rem,3.2vw,2rem);font-weight:800;line-height:1.25}.property-search__title-accent{background:linear-gradient(90deg, var(--purple-600) 0%, var(--purple-500) 45%, var(--purple-400) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.property-search__subtitle{color:var(--ink-muted);letter-spacing:.01em;max-width:36rem;margin-inline:auto;font-size:clamp(.9rem,1.8vw,1.05rem);font-weight:400}.property-search__divider{justify-content:center;align-items:center;gap:0;margin-top:1.25rem;display:flex}.property-search__divider-line{background:linear-gradient(90deg, var(--purple-600), var(--purple-400));border-radius:3px;width:48px;height:3px;display:block}.property-search__divider-dot{background:linear-gradient(135deg, var(--purple-400), var(--purple-500));width:8px;height:8px;box-shadow:0 0 12px rgba(var(--brand-light-rgb), .5);border-radius:50%;margin-left:-2px;display:block}.justify-left{justify-content:left}.property-search__form{z-index:1;width:100%;position:relative;overflow:visible}.property-search__bar{background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .08);box-shadow:0 4px 24px rgba(var(--brand-rgb), .08), 0 24px 60px -20px rgba(var(--brand-rgb), .12);border-radius:999px;grid-template-columns:repeat(4,1fr) auto;align-items:end;gap:1rem 1.25rem;padding:clamp(1.25rem,2.5vw,1.75rem) clamp(1.25rem,2.5vw,2rem);transition:background .35s,border-color .35s,box-shadow .35s;display:grid;overflow:visible}[data-theme=dark] .property-search__bar{border-color:var(--glass-border);box-shadow:0 4px 24px #00000040, 0 24px 48px -16px rgba(var(--brand-rgb), .15)}.property-search__field{flex-direction:column;gap:.5rem;min-width:0;display:flex}.custom-select{flex-direction:column;gap:.5rem;min-width:0;display:flex;position:relative}.custom-select.is-open{z-index:30}.custom-select__label{color:var(--ink-muted);letter-spacing:.02em;padding-left:.25rem;font-size:.8rem;font-weight:600}.custom-select__wrap{position:relative}.custom-select__trigger{text-align:left;cursor:pointer;background:linear-gradient(145deg, var(--bg-elevated) 0%, var(--bg-surface) 100%);border:1.5px solid rgba(var(--brand-rgb), .14);width:100%;min-height:52px;box-shadow:inset 0 1px 0 #fff9, 0 2px 8px rgba(var(--brand-rgb), .06);transition:border-color .3s ease, box-shadow .3s ease, transform .25s var(--ease-spring);border-radius:14px;align-items:center;gap:.65rem;padding:.5rem .85rem .5rem .55rem;font-family:inherit;display:flex}[data-theme=dark] .custom-select__trigger{border-color:rgba(var(--brand-light-rgb), .25);background:linear-gradient(145deg,#ffffff0f 0%,#ffffff05 100%);box-shadow:inset 0 1px #ffffff0f,0 2px 12px #0003}.custom-select__trigger:hover{border-color:rgba(var(--brand-rgb), .4);box-shadow:inset 0 1px 0 #fff9, 0 4px 16px rgba(var(--brand-rgb), .12)}.custom-select.is-open .custom-select__trigger,.custom-select__trigger:focus-visible{border-color:var(--purple-500);box-shadow:0 0 0 4px rgba(var(--brand-rgb), .18), 0 8px 24px rgba(var(--brand-rgb), .15);outline:none}.custom-select__icon-wrap{background:linear-gradient(135deg, var(--purple-100) 0%, #f0e6ff80 100%);width:36px;height:36px;color:var(--purple-600);transition:transform .3s var(--ease-spring), background .3s ease;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-theme=dark] .custom-select__icon-wrap{background:linear-gradient(135deg, rgba(var(--brand-rgb), .35) 0%, rgba(var(--brand-dark-rgb), .2) 100%);color:var(--purple-400)}.custom-select.is-open .custom-select__icon-wrap{background:linear-gradient(135deg, var(--purple-600), var(--purple-500));color:var(--white);transform:scale(1.05)}.custom-select__icon-wrap svg{width:18px;height:18px}.custom-select__value{min-width:0;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.92rem;font-weight:600;overflow:hidden}.custom-select__chevron{width:28px;height:28px;color:var(--purple-600);background:rgba(var(--brand-rgb), .08);transition:transform .35s var(--ease-out-expo), background .25s ease;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-theme=dark] .custom-select__chevron{color:var(--purple-400);background:rgba(var(--brand-light-rgb), .12)}.custom-select__chevron svg{width:16px;height:16px}.custom-select.is-open .custom-select__chevron{background:rgba(var(--brand-rgb), .15);transform:rotate(180deg)}.custom-select__menu{z-index:999;background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .12);box-shadow:0 16px 48px rgba(var(--brand-rgb), .18), 0 4px 16px #00000014;opacity:0;transform-origin:top;max-height:260px;transition:opacity .25s ease, transform .3s var(--ease-out-expo), visibility .25s ease;visibility:hidden;border-radius:16px;margin:0;padding:.5rem;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;transform:translateY(-8px)scale(.98)}[data-theme=dark] .custom-select__menu{border-color:var(--glass-border);box-shadow:0 20px 56px #00000073, 0 0 0 1px rgba(var(--brand-light-rgb), .1)}.custom-select.is-open .custom-select__menu{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.custom-select__menu[hidden]{display:none!important}.custom-select__menu>li{margin:0;padding:0;list-style:none}.custom-select__option{width:100%;font:inherit;text-align:left;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;margin:0;padding:.7rem .85rem;font-size:.9rem;font-weight:500;transition:background .2s,color .2s,transform .2s;display:flex}.custom-select__option:after{content:"";border:2px solid rgba(var(--brand-rgb), .2);border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .2s,background .2s}.custom-select__option:hover,.custom-select__option:focus{background:var(--purple-100);color:var(--purple-700);outline:none;transform:translate(2px)}[data-theme=dark] .custom-select__option:hover,[data-theme=dark] .custom-select__option:focus{background:rgba(var(--brand-rgb), .25);color:var(--purple-400)}.custom-select__option.is-selected{background:linear-gradient(90deg, rgba(var(--brand-rgb), .1), rgba(var(--brand-light-rgb), .08));color:var(--purple-700);font-weight:600}[data-theme=dark] .custom-select__option.is-selected{background:linear-gradient(90deg, rgba(var(--brand-rgb), .3), rgba(var(--brand-light-rgb), .15));color:var(--purple-400)}.custom-select__option.is-selected:after{border-color:var(--purple-600);background:var(--purple-600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3 3 7-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px no-repeat}.custom-select.is-open .custom-select__option{animation:option-in .35s var(--ease-out-expo) both;animation-delay:calc(var(--i,0) * 40ms)}@keyframes option-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-select__menu::-webkit-scrollbar{width:6px}.custom-select__menu::-webkit-scrollbar-thumb{background:rgba(var(--brand-rgb), .3);border-radius:6px}.property-search__submit{min-height:52px;color:var(--white);white-space:nowrap;cursor:pointer;background:linear-gradient(90deg, var(--purple-600) 0%, var(--purple-500) 40%, var(--purple-400) 100%);box-shadow:0 8px 28px rgba(var(--brand-rgb), .4);transition:transform .35s var(--ease-spring), box-shadow .35s ease, background-position .4s ease;background-size:150% 100%;border:none;border-radius:999px;align-self:end;padding:.9rem 2.25rem;font-family:inherit;font-size:1rem;font-weight:700}.property-search__submit:hover{box-shadow:0 12px 36px rgba(var(--brand-rgb), .5);background-position:100% 0;transform:translateY(-2px)}.property-search__submit:active{transform:translateY(0)}@media (max-width:1024px){.property-search__bar{border-radius:28px;grid-template-columns:repeat(2,1fr)}.property-search__submit{grid-column:1/-1;width:100%;padding:1rem}}@media (prefers-reduced-motion:reduce){.custom-select__menu,.custom-select__option,.custom-select__chevron,.custom-select__icon-wrap{transition:none!important;animation:none!important}}@media (max-width:560px){.property-search__bar{border-radius:24px;grid-template-columns:1fr;gap:1rem;padding:1.25rem}.property-search__title{letter-spacing:.04em}}.properties-locations{z-index:2;width:100%;padding:clamp(3rem,6vw,5rem) clamp(1.25rem,4vw,4.5rem);position:relative;overflow:hidden}.properties-locations__pattern{pointer-events:none;background-image:linear-gradient(rgba(var(--brand-rgb), .04) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--brand-rgb), .04) 1px, transparent 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 95%);mask-image:linear-gradient(#000 0%,#0000 95%)}[data-theme=dark] .properties-locations__pattern{background-image:linear-gradient(rgba(var(--brand-light-rgb), .08) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--brand-light-rgb), .08) 1px, transparent 1px)}.properties-locations__inner{width:100%;max-width:1400px;margin-inline:auto;position:relative}.properties-locations__header{text-align:center;margin-bottom:clamp(2rem,4vw,2.75rem)}.properties-locations__title{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:.75rem;font-size:clamp(1.35rem,3.2vw,2rem);font-weight:800;line-height:1.25}.properties-locations__title-accent{background:linear-gradient(90deg, var(--purple-600) 0%, var(--purple-500) 45%, var(--purple-400) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.properties-locations__subtitle{color:var(--ink-muted);max-width:40rem;margin-inline:auto;font-size:clamp(.9rem,1.8vw,1.05rem);line-height:1.6}.properties-tabs{border-bottom:1px solid rgba(var(--brand-rgb), .12);margin-bottom:2rem}[data-theme=dark] .properties-tabs{border-bottom-color:rgba(var(--brand-light-rgb), .15)}.properties-tabs__scroll{scrollbar-width:none;-ms-overflow-style:none;gap:clamp(1.25rem,3vw,2.5rem);padding-bottom:.15rem;display:flex;overflow-x:auto}.properties-tabs__scroll::-webkit-scrollbar{display:none}.properties-tabs__btn{color:var(--ink-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:.75rem .25rem 1rem;font-family:inherit;font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:500;transition:color .25s;position:relative}.properties-tabs__btn:after{content:"";background:var(--purple-600);height:3px;transition:transform .35s var(--ease-out-expo);border-radius:3px 3px 0 0;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.properties-tabs__btn:hover{color:var(--purple-600)}.properties-tabs__btn.is-active{color:var(--ink);font-weight:700}[data-theme=dark] .properties-tabs__btn.is-active{color:var(--ink)}.properties-tabs__btn.is-active:after{transform:scaleX(1)}.properties-panel{animation:properties-fade .45s var(--ease-out-expo)}.properties-panel.is-loading .properties-grid{opacity:.5;pointer-events:none}.properties-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;transition:opacity .3s;display:grid}@keyframes properties-fade{0%{opacity:0;transform:translateY(12px)}}@keyframes property-card-in{0%{opacity:0;transform:translateY(20px)}}.property-card{animation:property-card-in .55s var(--ease-out-expo) both;animation-delay:calc(var(--card-i,0) * 80ms);background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .08);box-shadow:0 8px 32px rgba(var(--brand-rgb), .08);transition:transform .35s var(--ease-spring), box-shadow .35s ease, border-color .25s ease;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.property-card:hover{box-shadow:0 20px 48px rgba(var(--brand-rgb), .15);border-color:rgba(var(--brand-rgb), .18)}[data-theme=dark] .property-card{border-color:var(--glass-border);box-shadow:0 8px 32px #0000004d}[data-theme=dark] .property-card:hover{box-shadow:0 20px 48px #00000073}.property-card__media{aspect-ratio:4/3;position:relative;overflow:hidden}.property-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.property-card:hover .property-card__media img{transform:scale(1.06)}.property-card__favorite{background:var(--white);cursor:pointer;color:#ef4444;width:36px;height:36px;transition:transform .3s var(--ease-spring);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0000001f}.property-card__favorite:hover{transform:scale(1.1)}.property-card__favorite.is-liked svg{fill:#ef4444}.property-card__favorite svg{width:18px;height:18px}.property-card__body{flex-direction:column;flex:1;gap:.65rem;padding:1.15rem 1.15rem 1.25rem;display:flex}.property-card__price{color:var(--ink);font-size:1.05rem;font-weight:800;line-height:1.3}.property-card__price span{color:var(--ink-muted);font-size:.85rem;font-weight:600}.property-card__name{color:var(--ink);font-size:.95rem;font-weight:600;line-height:1.35}.property-card__meta{color:var(--ink-muted);align-items:flex-start;gap:.45rem;font-size:.8rem;line-height:1.45;display:flex}.property-card__meta-icon{color:var(--purple-600);flex-shrink:0;margin-top:2px;display:flex}[data-theme=dark] .property-card__meta-icon{color:var(--purple-400)}.property-card__meta-icon svg{width:16px;height:16px}.property-card__meta strong{color:var(--ink);font-weight:600}.property-card__specs{border-top:1px solid rgba(var(--brand-rgb), .08);flex-wrap:wrap;gap:.5rem 1rem;margin-top:.15rem;padding-top:.35rem;list-style:none;display:flex}[data-theme=dark] .property-card__specs{border-top-color:rgba(var(--brand-light-rgb), .12)}.property-card__specs li{color:var(--ink-muted);align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;display:flex}.property-card__specs svg{width:15px;height:15px;color:var(--purple-600);flex-shrink:0}[data-theme=dark] .property-card__specs svg{color:var(--purple-400)}.property-card__footer{align-items:center;gap:.65rem;margin-top:auto;padding-top:.5rem;display:flex}.property-card__btn{color:var(--white);background:linear-gradient(135deg, var(--purple-600), var(--purple-500));box-shadow:0 6px 20px rgba(var(--brand-rgb), .35);transition:transform .3s var(--ease-spring), box-shadow .3s ease;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.property-card__btn:hover{box-shadow:0 10px 28px rgba(var(--brand-rgb), .45);transform:translateY(-2px)}.property-card__badge{color:#15803d;white-space:nowrap;background:#dcfce7;border-radius:8px;flex-shrink:0;padding:.4rem .65rem;font-size:.68rem;font-weight:700}[data-theme=dark] .property-card__badge{color:#86efac;background:#22c55e33}.property-card__badge--soon{color:#a16207;background:#fef9c3}[data-theme=dark] .property-card__badge--soon{color:#fde047;background:#eab30833}@media (max-width:1200px){.properties-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.properties-grid{grid-template-columns:1fr;gap:1.25rem}.property-card__footer{flex-direction:column;align-items:stretch}.property-card__badge{text-align:center}}@media (prefers-reduced-motion:reduce){.properties-panel,.property-card,.property-card__media img{transition:none!important;animation:none!important}}.how-it-works{z-index:2;background:0 0;width:100%;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.25rem,4vw,4.5rem);position:relative;overflow:hidden}.how-it-works__inner{width:100%;max-width:1400px;margin-inline:auto}.how-it-works__header{text-align:left;max-width:480px;margin-bottom:clamp(2.5rem,5vw,3.25rem)}.how-it-works__title{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:.45rem;font-size:clamp(1.65rem,3.8vw,2.4rem);font-weight:800;line-height:1.12}.how-it-works__title-accent{background:linear-gradient(90deg, var(--purple-600) 0%, var(--purple-500) 45%, var(--purple-400) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.how-it-works__subtitle{color:#9ca3af;margin-bottom:1rem;font-size:clamp(.9rem,1.5vw,1.02rem);font-weight:400;line-height:1.55}[data-theme=dark] .how-it-works__subtitle{color:var(--ink-muted)}.how-it-works__layout{grid-template-columns:minmax(0,1fr) minmax(260px,300px) minmax(0,1fr);align-items:stretch;gap:0 clamp(.25rem,1.5vw,1rem);min-height:620px;padding-inline:clamp(.5rem,2vw,2rem);display:grid;position:relative}.how-it-works__connectors{pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.how-it-works__connectors .hiw-line{fill:none;stroke:#d1d5db;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:var(--line-len,600);opacity:0}.how-it-works__connectors .hiw-line--dashed{stroke:#d4b8ff;opacity:1}[data-theme=dark] .how-it-works__connectors .hiw-line{stroke:#9ca3af73}[data-theme=dark] .how-it-works__connectors .hiw-line--dashed{stroke:rgba(var(--brand-light-rgb), .6)}.how-it-works.is-visible .hiw-line{animation:hiw-draw 1.25s var(--ease-out-expo) forwards;animation-delay:var(--line-delay,.5s)}.how-it-works__connectors .hiw-dot-step{fill:var(--purple-500);opacity:0}.how-it-works__connectors .hiw-dot-house{fill:var(--purple-600);opacity:0}.how-it-works__connectors .hiw-dot-ring{fill:none;stroke:rgba(var(--brand-rgb), .45);stroke-width:2px;opacity:0}.how-it-works__connectors .hiw-dot-travel{fill:var(--purple-400);opacity:0;filter:drop-shadow(0 0 4px rgba(var(--brand-light-rgb), .9))}.how-it-works.is-visible .hiw-dot-step{animation:hiw-dot-pop .45s var(--ease-spring) forwards;animation-delay:calc(var(--line-delay,.5s) + .15s)}.how-it-works.is-visible .hiw-dot-house{animation:hiw-dot-pop .5s var(--ease-spring) forwards, hiw-dot-glow 2.4s ease-in-out infinite;animation-delay:calc(var(--line-delay,.5s) + 1.05s), calc(var(--line-delay,.5s) + 1.5s)}.how-it-works.is-visible .hiw-dot-ring{animation:2.2s ease-out infinite hiw-ring-pulse;animation-delay:calc(var(--line-delay,.5s) + 1.2s)}.how-it-works.is-visible .hiw-dot-travel{opacity:1;animation:.4s forwards hiw-travel-fade;animation-delay:calc(var(--line-delay,.5s) + 1.15s)}@keyframes hiw-draw{to{stroke-dashoffset:0;opacity:1}}@keyframes hiw-dot-pop{0%{opacity:0;transform:scale(0)}65%{transform:scale(1.35)}to{opacity:1;transform:scale(1)}}@keyframes hiw-dot-glow{0%,to{filter:drop-shadow(0 0 2px rgba(var(--brand-rgb), .35))}50%{filter:drop-shadow(0 0 10px rgba(var(--brand-light-rgb), .95))}}@keyframes hiw-ring-pulse{0%{opacity:.55;transform:scale(1)}to{opacity:0;transform:scale(2.4)}}@keyframes hiw-travel-fade{0%{opacity:0}to{opacity:1}}.how-it-works__col{z-index:2;flex-direction:column;justify-content:space-between;min-height:580px;padding:1.25rem 0;display:flex;position:relative}.how-it-works__col--left{align-items:flex-start;padding-right:.25rem}.how-it-works__col--right{align-items:flex-end;padding-left:.25rem}.how-step{opacity:0;width:100%;max-width:400px;transition:opacity .65s var(--ease-out-expo), transform .65s var(--ease-out-expo);transition-delay:var(--step-delay,0s);grid-template-columns:auto 1fr;align-items:start;gap:.75rem 1.25rem;display:grid;position:relative;transform:translateY(18px)}.how-it-works.is-visible .how-step{opacity:1;transform:translateY(0)}.how-step--left{margin-right:auto}.how-step--right{grid-template-columns:1fr auto;margin-left:auto}.how-step--right .how-step__num{order:2}.how-step--right .how-step__content{text-align:right;order:1;padding-left:.5rem}.how-step__num{letter-spacing:-.04em;color:#0000000e;-webkit-user-select:none;user-select:none;pointer-events:none;align-self:center;font-size:clamp(3.25rem,5.5vw,5rem);font-weight:800;line-height:.9}[data-theme=dark] .how-step__num{color:#ffffff0e}.how-step__content{min-width:0;max-width:280px;position:relative}.how-step--left .how-step__content{text-align:left;padding-right:.5rem}.how-step__content:after{content:"";background:var(--purple-500);opacity:0;width:7px;height:7px;box-shadow:0 0 0 0 rgba(var(--brand-rgb), .4);border-radius:50%;position:absolute;top:.55rem;transform:scale(0)}.how-step--left .how-step__content:after{right:-.15rem}.how-step--right .how-step__content:after{left:-.15rem}.how-it-works.is-visible .how-step__content:after{animation:hiw-step-dot .5s var(--ease-spring) forwards, hiw-step-dot-pulse 2s ease-in-out infinite;animation-delay:var(--step-delay,0s), calc(var(--step-delay,0s) + .8s)}@keyframes hiw-step-dot{to{opacity:1;transform:scale(1)}}@keyframes hiw-step-dot-pulse{0%,to{box-shadow:0 0 0 0 rgba(var(--brand-rgb), .35)}50%{box-shadow:0 0 0 6px rgba(var(--brand-rgb), 0)}}.how-step__title{color:var(--purple-600);margin-bottom:.12rem;font-size:1.12rem;font-weight:700;line-height:1.3}[data-theme=dark] .how-step__title{color:var(--purple-400)}.how-step__label{color:#9ca3af;margin-bottom:.35rem;font-size:.78rem;font-weight:500;line-height:1.4}.how-step__desc{color:#6b7280;font-size:.76rem;font-weight:400;line-height:1.65}[data-theme=dark] .how-step__desc{color:var(--ink-muted)}.how-step:hover .how-step__title{color:var(--purple-500)}.how-it-works__center{z-index:4;justify-content:center;align-self:center;align-items:center;padding:.5rem 0;display:flex;position:relative}.how-it-works__house{opacity:0;width:100%;max-width:290px;height:auto;filter:drop-shadow(0 18px 44px rgba(var(--brand-rgb), .2));transform:translateY(20px)scale(.95)}.how-it-works.is-visible .how-it-works__house{animation:hiw-house-in .95s var(--ease-out-expo) .15s forwards}[data-theme=dark] .how-it-works__house{filter:drop-shadow(0 22px 46px #00000073)}.how-it-works__seg{opacity:0;transform-origin:50%}.how-it-works.is-visible .how-it-works__seg{animation:hiw-seg-in .6s var(--ease-out-expo) forwards}.how-it-works.is-visible .how-it-works__seg--1{animation-delay:.2s}.how-it-works.is-visible .how-it-works__seg--2{animation-delay:.28s}.how-it-works.is-visible .how-it-works__seg--3{animation-delay:.36s}.how-it-works.is-visible .how-it-works__seg--4{animation-delay:.44s}.how-it-works.is-visible .how-it-works__seg--5{animation-delay:.52s}.how-it-works.is-visible .how-it-works__seg--6{animation-delay:.6s}.how-it-works__pill-img{transform-origin:50%}.how-it-works.is-visible .how-it-works__pill-img{animation:18s ease-in-out .9s infinite alternate hiw-pill-ken}.how-it-works__hub{opacity:0;transform-origin:50%}.how-it-works.is-visible .how-it-works__hub{animation:hiw-hub-in .4s var(--ease-spring) forwards, hiw-hub-pulse 2.6s ease-in-out infinite}.how-it-works.is-visible .how-it-works__hub--1{animation-delay:1s,1.35s}.how-it-works.is-visible .how-it-works__hub--2{animation-delay:1.08s,1.5s}.how-it-works.is-visible .how-it-works__hub--3{animation-delay:1.16s,1.65s}.how-it-works.is-visible .how-it-works__hub--4{animation-delay:1.24s,1.8s}.how-it-works.is-visible .how-it-works__hub--5{animation-delay:1.32s,1.95s}.how-it-works.is-visible .how-it-works__hub--6{animation-delay:1.4s,2.1s}@keyframes hiw-house-in{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes hiw-seg-in{0%{opacity:0;transform:scale(.9)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes hiw-pill-ken{0%{transform:scale(1)translateY(0)}to{transform:scale(1.06)translateY(-5px)}}@keyframes hiw-hub-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes hiw-hub-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}@media (max-width:1100px){.how-it-works__layout{grid-template-columns:1fr;gap:2rem;min-height:auto;padding-inline:0}.how-it-works__connectors{display:none}.how-it-works__center{order:-1}.how-it-works__house{max-width:230px}.how-it-works__col{gap:2.25rem;min-height:auto;padding:0;align-items:stretch!important}.how-step,.how-step--left,.how-step--right{max-width:100%;grid-template-columns:auto 1fr!important;margin:0!important}.how-step--right .how-step__num,.how-step--right .how-step__content{order:unset}.how-step__content{max-width:100%;text-align:left!important;padding:0 0 0 .5rem!important}.how-step__content:after{display:none}.how-step__num{align-self:start;font-size:2.75rem}}@media (max-width:600px){.how-it-works__header{text-align:center;margin-inline:auto}}@media (prefers-reduced-motion:reduce){.how-step,.how-it-works__house,.how-it-works__seg,.how-it-works__hub,.hiw-line,.hiw-dot-step,.hiw-dot-house,.hiw-dot-ring,.hiw-dot-travel,.how-it-works__pill-img,.how-step__content:after,.how-it-works__divider-dot{opacity:1!important;stroke-dashoffset:0!important;transition:none!important;animation:none!important;transform:none!important}.hiw-line{stroke-dasharray:6 9!important}}.popular-localities{z-index:2;background:linear-gradient(#f8f4ff 0%,#f0e6ff 45%,#f8f2ff 100%);width:100%;padding:clamp(3.5rem,7vw,5.5rem) 0;position:relative;overflow:hidden}[data-theme=dark] .popular-localities{background:linear-gradient(180deg, #161022f2 0%, #1e1630fa 50%, var(--bg-body) 100%)}.popular-localities__squiggle{pointer-events:none;opacity:.35;width:min(280px,35vw);height:auto;position:absolute;bottom:4%;right:-2%}[data-theme=dark] .popular-localities__squiggle{opacity:.2}.popular-localities__inner{width:100%;max-width:1400px;margin-inline:auto;padding-inline:clamp(1.25rem,0vw,4.5rem);position:relative}.popular-localities__header{text-align:center;margin-inline:auto;max-width:52rem;margin-bottom:clamp(2rem,4vw,2.75rem)}.popular-localities__title{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:.75rem;font-size:clamp(1.35rem,3.2vw,2rem);font-weight:800;line-height:1.25}.popular-localities__title-accent{background:linear-gradient(90deg, var(--purple-600) 0%, var(--purple-500) 50%, var(--purple-400) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.popular-localities__subtitle{color:var(--ink-muted);font-size:clamp(.88rem,1.6vw,1.02rem);font-weight:400;line-height:1.65}.popular-localities__slider{align-items:center;gap:clamp(.5rem,1.5vw,1rem);display:flex}.popular-localities__nav{background:linear-gradient(135deg, var(--purple-600), var(--purple-500));width:44px;height:44px;color:var(--white);box-shadow:0 8px 24px rgba(var(--brand-rgb), .35);transition:transform .25s var(--ease-spring), opacity .25s ease, box-shadow .25s ease;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.popular-localities__nav:hover:not(:disabled){box-shadow:0 12px 28px rgba(var(--brand-rgb), .45);transform:scale(1.08)}.popular-localities__nav:disabled{opacity:.35;cursor:not-allowed;transform:none}.popular-localities__nav svg{width:20px;height:20px}.popular-localities__viewport{flex:1;min-width:0;overflow:hidden}.popular-localities__track{transition:transform .55s var(--ease-out-expo);will-change:transform;gap:1.5rem;display:flex}.locality-card{background:var(--bg-surface);border:1px solid rgba(var(--brand-rgb), .08);min-width:0;min-height:420px;transition:transform .35s var(--ease-out-expo), box-shadow .35s ease, border-color .25s ease;border-radius:18px;flex-direction:column;flex:0 0 calc(33.3333% - 1rem);display:flex;overflow:hidden}.locality-card:hover{border-color:rgba(var(--brand-rgb), .16)}[data-theme=dark] .locality-card{border-color:var(--glass-border);box-shadow:0 10px 32px #00000059}[data-theme=dark] .locality-card:hover{box-shadow:0 18px 44px #00000080}.locality-card__media{aspect-ratio:4/3;min-height:200px;position:relative;overflow:hidden}.locality-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.locality-card:hover .locality-card__media img{transform:scale(1.05)}.locality-card__body{flex-direction:column;flex:1;gap:.65rem;padding:1.25rem 1.35rem 1.35rem;display:flex}.locality-card__location{color:var(--ink);align-items:center;gap:.45rem;font-size:1.05rem;font-weight:700;line-height:1.3;display:flex}.locality-card__icon{width:20px;height:20px;color:var(--purple-600);flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-theme=dark] .locality-card__icon{color:var(--purple-400)}.locality-card__icon svg{width:18px;height:18px}.locality-card__rate{color:var(--ink-muted);align-items:center;gap:.45rem;font-size:.9rem;font-weight:500;display:flex}.locality-card__rating-row{align-items:center;gap:.55rem;margin-top:.25rem;display:flex}.locality-card__rating-badge{background:linear-gradient(135deg, var(--purple-600), var(--purple-500));color:var(--white);border-radius:7px;align-items:center;gap:.3rem;padding:.28rem .55rem;font-size:.82rem;font-weight:700;display:inline-flex}.locality-card__rating-badge svg{width:13px;height:13px}.locality-card__reviews{font:inherit;cursor:pointer;color:var(--purple-600);background:0 0;border:none;margin:0;padding:0;font-size:.85rem;font-weight:600}[data-theme=dark] .locality-card__reviews{color:var(--purple-400)}.locality-card__reviews:hover{text-decoration:underline}.locality-card__footer{align-items:center;gap:.65rem;margin-top:auto;padding-top:.85rem;display:flex}.locality-card__cta{letter-spacing:.02em;min-width:0;color:var(--white);background:linear-gradient(90deg, var(--purple-600), var(--purple-500));box-shadow:0 6px 18px rgba(var(--brand-rgb), .3);transition:transform .25s var(--ease-spring), box-shadow .25s ease;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;flex:1;justify-content:center;align-items:center;padding:.78rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex;overflow:hidden}.locality-card__cta:hover{box-shadow:0 8px 22px rgba(var(--brand-rgb), .4);transform:translateY(-1px)}.locality-card__wishlist{background:var(--bg-surface);color:#ef4444;width:42px;height:42px;transition:transform .25s var(--ease-spring), background .2s ease;border:1.5px solid #ef444459;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.locality-card__wishlist:hover{background:#ef44440f;transform:scale(1.08)}.locality-card__wishlist.is-liked{background:#ef44441a;border-color:#ef4444}.locality-card__wishlist.is-liked svg{fill:#ef4444}.locality-card__wishlist svg{width:18px;height:18px}.popular-localities__dots{justify-content:center;gap:.45rem;margin-top:1.75rem;display:flex}.popular-localities__dot{background:rgba(var(--brand-rgb), .2);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:transform .25s,background .25s}.popular-localities__dot.is-active{background:var(--purple-600);transform:scale(1.2)}[data-theme=dark] .popular-localities__dot{background:rgba(var(--brand-light-rgb), .25)}[data-theme=dark] .popular-localities__dot.is-active{background:var(--purple-400)}@media (min-width:1536px){.locality-card{flex:0 0 calc(25% - 1.125rem)}}@media (max-width:1200px){.locality-card{flex:0 0 calc(50% - .75rem);min-height:400px}.locality-card__media{min-height:180px}}@media (max-width:700px){.popular-localities__slider{gap:.35rem}.popular-localities__nav{width:38px;height:38px}.popular-localities__nav svg{width:18px;height:18px}.locality-card{flex:0 0 100%;min-height:380px}.locality-card__media{aspect-ratio:16/10;min-height:220px}.popular-localities__track{gap:1.15rem}}@media (max-width:480px){.popular-localities__nav--prev{order:2}.popular-localities__viewport{flex:100%;order:1;width:100%}.popular-localities__nav--next{order:3}.popular-localities__slider{flex-wrap:wrap;justify-content:center}.popular-localities__dots{order:4;width:100%}}@media (prefers-reduced-motion:reduce){.popular-localities__track{transition:none}.locality-card:hover{transform:none}}.dev-insights{z-index:2;background:radial-gradient(ellipse 80% 50% at 50% 0%, rgba(var(--brand-rgb), .06), transparent 55%), linear-gradient(180deg, var(--bg-body) 0%, #f8f2ff 100%);width:100%;padding:clamp(3.5rem,7vw,5.5rem) clamp(1.25rem,4vw,4.5rem) clamp(4rem,7vw,5.5rem);position:relative;overflow:hidden}[data-theme=dark] .dev-insights{background:radial-gradient(ellipse 80% 50% at 50% 0%, rgba(var(--brand-rgb), .12), transparent 55%), linear-gradient(180deg, var(--bg-body) 0%, #161022f2 100%)}.dev-insights__inner{z-index:1;width:100%;max-width:1100px;margin-inline:auto;position:relative}.dev-insights__header{text-align:center;margin-inline:auto;max-width:52rem;margin-bottom:clamp(1.75rem,3.5vw,2.25rem)}.dev-insights__title{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:.75rem;font-size:clamp(1.35rem,3.2vw,2rem);font-weight:800;line-height:1.25}.dev-insights__title-accent{background:linear-gradient(90deg, var(--purple-600) 0%, var(--purple-500) 50%, var(--purple-400) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dev-insights__subtitle{color:var(--ink-muted);font-size:clamp(.86rem,1.5vw,.98rem);line-height:1.7}.dev-insights__tabs{border-bottom:1px solid rgba(var(--brand-rgb), .1);justify-content:center;gap:clamp(1.5rem,4vw,3rem);margin-bottom:clamp(1.75rem,3vw,2.25rem);display:flex}[data-theme=dark] .dev-insights__tabs{border-bottom-color:rgba(var(--brand-light-rgb), .12)}.dev-insights__tab{color:var(--ink-muted);cursor:pointer;background:0 0;border:none;padding:.65rem .25rem .85rem;font-family:inherit;font-size:clamp(.88rem,1.4vw,.98rem);font-weight:500;transition:color .25s;position:relative}.dev-insights__tab:hover{color:var(--purple-600)}[data-theme=dark] .dev-insights__tab:hover{color:var(--purple-400)}.dev-insights__tab.is-active{color:var(--ink);font-weight:700}.dev-insights__tab.is-active:after{content:"";background:linear-gradient(90deg, var(--purple-600), var(--purple-500));border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.dev-insights__chart-wrap{opacity:0;width:100%;transition:opacity .6s var(--ease-out-expo), transform .6s var(--ease-out-expo);padding:.5rem 0 0;position:relative;transform:translateY(16px)}.dev-insights.is-visible .dev-insights__chart-wrap{opacity:1;transform:translateY(0)}.dev-insights__chart{width:100%;height:auto;min-height:280px;display:block;overflow:visible}.dev-insights__chart .chart-grid line{stroke:rgba(var(--brand-rgb), .08);stroke-width:1px}[data-theme=dark] .dev-insights__chart .chart-grid line{stroke:rgba(var(--brand-light-rgb), .12)}.dev-insights__chart .chart-axis-label{fill:var(--ink-muted);font-size:11px;font-family:var(--font);font-weight:500}.dev-insights__chart .chart-y-title,.dev-insights__chart .chart-x-title{fill:var(--ink-muted);font-size:11px;font-family:var(--font);font-weight:600}.dev-insights__chart .chart-y-tick{fill:var(--ink-muted);font-size:10px;font-family:var(--font)}.dev-insights__chart .chart-bar{fill:url(#dev-bar-grad);opacity:0;transform-origin:bottom;transition:opacity .4s,filter .25s}.dev-insights.is-visible .dev-insights__chart .chart-bar{animation:dev-bar-in .55s var(--ease-out-expo) forwards}.dev-insights__chart .chart-bar:hover{filter:brightness(1.08)}.dev-insights__chart .chart-area{opacity:0;transition:opacity .5s .2s}.dev-insights.is-visible .dev-insights__chart .chart-area{opacity:1}.dev-insights__chart .chart-line{fill:none;stroke:var(--purple-600);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1200;stroke-dashoffset:1200px}[data-theme=dark] .dev-insights__chart .chart-line{stroke:var(--purple-400)}.dev-insights.is-visible .dev-insights__chart .chart-line{animation:dev-line-draw 1.2s var(--ease-out-expo) .35s forwards}.dev-insights__chart .chart-dot{fill:var(--bg-surface);stroke:var(--purple-600);stroke-width:2.5px;opacity:0;transform-origin:50%}[data-theme=dark] .dev-insights__chart .chart-dot{fill:var(--bg-elevated);stroke:var(--purple-400)}.dev-insights.is-visible .dev-insights__chart .chart-dot{animation:dev-dot-in .4s var(--ease-spring) forwards}.dev-insights__chart .chart-x-label{fill:var(--ink-muted);font-size:11px;font-family:var(--font);text-anchor:middle;font-weight:500}.dev-insights__chart .chart-x-label.is-highlight{fill:var(--ink);font-weight:700}.dev-insights__chart .chart-x-highlight{stroke:#22c55e;stroke-width:2.5px;stroke-linecap:round;opacity:0}.dev-insights.is-visible .dev-insights__chart .chart-x-highlight{animation:dev-dot-in .4s var(--ease-spring) .6s forwards}@keyframes dev-bar-in{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes dev-line-draw{to{stroke-dashoffset:0}}@keyframes dev-dot-in{to{opacity:1}}@media (max-width:700px){.dev-insights__chart-wrap{-webkit-overflow-scrolling:touch;margin-inline:-.5rem;padding-inline:.5rem;overflow-x:auto}.dev-insights__chart{min-width:640px}.dev-insights__tabs{gap:1rem}}@media (prefers-reduced-motion:reduce){.dev-insights__chart-wrap,.dev-insights__chart .chart-bar,.dev-insights__chart .chart-line,.dev-insights__chart .chart-dot,.dev-insights__chart .chart-area,.dev-insights__chart .chart-x-highlight{opacity:1!important;stroke-dashoffset:0!important;transition:none!important;animation:none!important;transform:none!important}}
