:root{--white: #FFFFFF;--bg: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-800: #1F2937;--gray-900: #111827;--blue: #095BD9;--blue-light: #EBF1FC;--blue-50: #F0F5FF;--rose: #DB3598;--olive: #4A7A52}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:var(--bg);color:var(--gray-900);overflow-x:hidden;-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;width:100%;z-index:100;padding:0 48px;height:64px;display:flex;justify-content:space-between;align-items:center;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-100)}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--gray-900)}.logo svg{width:28px;height:29px}.logo-text{font-size:20px;font-weight:600;letter-spacing:-.3px}.nav-center{display:flex;gap:32px}.nav-center a{font-size:14px;font-weight:400;color:var(--gray-500);text-decoration:none;transition:color .2s}.nav-center a:hover{color:var(--gray-900)}.nav-right{display:flex;align-items:center;gap:20px}.nav-right .nav-link{font-size:14px;font-weight:400;color:var(--gray-500);text-decoration:none;transition:color .2s}.nav-right .nav-link:hover{color:var(--gray-900)}.btn-outline{padding:8px 20px;border-radius:10px;border:1px solid var(--gray-200);background:transparent;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;color:var(--gray-800);cursor:pointer;text-decoration:none;transition:all .2s}.btn-outline:hover{border-color:var(--gray-300);background:var(--gray-50)}.btn-filled{padding:8px 20px;border-radius:10px;border:none;background:var(--gray-900);font-family:Poppins,sans-serif;font-size:13px;font-weight:500;color:#fff;cursor:pointer;text-decoration:none;transition:all .2s}.btn-filled:hover{opacity:.85}.hero{display:flex;flex-direction:column;align-items:center;padding:140px 24px 80px;text-align:center;position:relative;min-height:100vh;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0;background:url(/assets/images/hero-bg.jpg) center bottom / 100% auto no-repeat}.hero-bg{transition:opacity .5s ease}.hero-bg.focused{opacity:.35}.hero-bg-fade{position:absolute;inset:0;z-index:1;background:#0a0f19e0;opacity:0;transition:opacity .5s ease}.hero-bg-fade.focused{opacity:1}.hero h1,.hero .hero-sub{transition:color .4s ease}.hero.focused h1{color:#fff}.hero.focused .hero-sub{color:#ffffffbf!important}nav{transition:background .35s ease,border-color .35s ease}.logo,.logo-text,.nav-right .nav-link,.btn-filled{transition:color .35s ease,background .35s ease,border-color .35s ease}body.nav-on-dark nav{background:#0a0f1999;border-bottom-color:#ffffff14}body.nav-on-dark .logo,body.nav-on-dark .logo-text{color:#fff}body.nav-on-dark .nav-right .nav-link{color:#ffffffbf}body.nav-on-dark .nav-right .nav-link:hover{color:#fff}body.nav-on-dark .btn-filled{background:#fff;color:var(--gray-900)}body.nav-on-dark .btn-filled svg path{fill:var(--gray-900)}.btn-filled svg path{transition:fill .35s ease}.hero>*:not(.hero-bg):not(.hero-bg-fade):not(.bubble-layer){position:relative;z-index:3}.hero h1{font-size:44px;font-weight:600;line-height:1.2;color:var(--gray-900);margin-bottom:12px;letter-spacing:-.5px}.bubble-layer{position:absolute;bottom:0;left:0;right:0;z-index:2;pointer-events:none;transition:opacity .5s ease}.bubble-layer.hidden{opacity:0}.speech-bubble{position:absolute;opacity:0;transform:translateY(8px) scale(.92);transition:opacity .5s ease,transform .5s ease;filter:drop-shadow(0 4px 16px rgba(0,0,0,.14))}.speech-bubble.show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;cursor:pointer}.speech-bubble.show:hover{transform:translateY(-3px) scale(1.03)}.input-container{width:100%;max-width:620px;margin:0 auto 20px}.input-box{background:var(--white);border:1px solid var(--gray-200);border-radius:999px;padding:5px 5px 5px 22px;box-shadow:0 1px 3px #0000000a;transition:border-color .2s,box-shadow .2s;display:flex;align-items:center;gap:10px}.input-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #095bd914}.input-field{flex:1;border:none;background:transparent;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:var(--gray-900);outline:none;padding:8px 0}.input-field::placeholder{color:var(--gray-400)}.send-btn{width:36px;height:36px;border-radius:50%;border:none;background:var(--blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.send-btn:hover{opacity:.85;transform:scale(1.05)}.send-btn svg{width:16px;height:16px}.category-tabs{display:flex;gap:8px;justify-content:center;max-width:620px;margin:0 auto;flex-wrap:wrap}.cat-tab{display:inline-grid;place-items:center;padding:8px 16px;border-radius:100px;border:1px solid var(--gray-200);background:var(--white);font-family:Poppins,sans-serif;font-size:13px;font-weight:500;color:var(--gray-600);cursor:pointer;transition:border-color .2s,background .2s,color .2s;user-select:none;white-space:nowrap}.cat-tab>span{grid-area:1 / 1;transition:font-weight .2s,color .2s}.cat-tab:before{content:attr(data-text);grid-area:1 / 1;font-weight:700;visibility:hidden}.cat-tab:hover{border-color:var(--gray-300);background:var(--gray-50)}.cat-tab:hover>span{color:var(--blue)}.cat-tab.active{border-color:var(--blue);background:var(--blue-light);color:var(--blue)}.cat-tab.active>span{font-weight:600}.questions-area{max-width:820px;margin:0 auto;display:grid;grid-template-columns:1fr;height:0;overflow:hidden;transition:height .4s cubic-bezier(.4,0,.2,1)}.questions-area.has-open{height:160px}.questions-panel{grid-column:1;grid-row:1;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px;align-items:end;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .28s ease,transform .28s ease}.questions-panel.open{opacity:1;transform:translateY(0);pointer-events:auto}.q-card{position:relative;padding:16px 18px;border-radius:14px;border:1px solid var(--gray-100);background:var(--gray-50);cursor:pointer;text-align:left;display:flex;flex-direction:column;justify-content:flex-end;min-height:110px;transition:min-height .35s cubic-bezier(.4,0,.2,1),background .2s,border-color .2s,box-shadow .2s}.q-card:hover{background:var(--white);border-color:var(--gray-200);min-height:132px;box-shadow:0 6px 20px #0a0f190f}.q-card:after{content:"";position:absolute;top:12px;right:12px;width:16px;height:16px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239AA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='19' x2='12' y2='5'/><polyline points='5 12 12 5 19 12'/></svg>");background-repeat:no-repeat;background-position:center;opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}.q-card:hover:after{opacity:1;transform:translateY(0)}.q-card-text{font-size:13px;line-height:1.5;color:var(--gray-600);font-weight:400;transition:color .2s ease}.q-card:hover .q-card-text{color:var(--blue)}.highlights{border-top:1px solid var(--gray-100);position:relative;padding:80px 0 60px}.highlights-inner{display:flex;flex-direction:column;align-items:center;overflow:hidden}.highlights-header{text-align:center;padding:0 24px;margin-bottom:40px}.section-label{font-size:13px;font-weight:500;color:var(--blue);margin-bottom:12px}.section-title{font-size:32px;font-weight:600;line-height:1.25;letter-spacing:-.3px}.carousel-wrap{position:relative;overflow:visible;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;padding:10px 0}.carousel-wrap::-webkit-scrollbar{display:none}.carousel-track{display:inline-flex;gap:20px;padding:0 max(24px,calc((100vw - 280px)/2))}.card-img-wrap{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:0;background:#f5f5f5}.card-img{width:100%;height:100%;object-fit:contain;display:block}.hl-card{min-width:280px;max-width:280px;flex-shrink:0;border-radius:20px;overflow:hidden;background:var(--gray-50);border:1px solid var(--gray-100);cursor:default;scroll-snap-align:center;scroll-snap-stop:always;transition:transform .3s ease,opacity .3s ease}.phone-wrap{padding:16px 16px 0;display:flex;justify-content:center}.phone{width:170px;height:340px;background:#fff;border-radius:24px;border:1.5px solid var(--gray-200);overflow:hidden;position:relative;box-shadow:0 6px 24px #0000000f}.notch{position:absolute;top:6px;left:50%;transform:translate(-50%);width:56px;height:18px;background:var(--gray-900);border-radius:100px;z-index:5}.screen{width:100%;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.s-foryou{background:var(--white);padding:32px 10px 10px}.s-foryou-map{height:40px;background:#e8e4dd;border-radius:8px;margin-bottom:8px}.s-foryou-cards{display:flex;gap:5px;margin-bottom:8px}.s-fy-card{width:50%;border-radius:10px;overflow:hidden;height:75px;position:relative}.s-fy-card-blue{background:linear-gradient(135deg,#4A8AF4,var(--blue));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.s-fy-card-blue svg{width:22px;height:23px}.s-fy-card-blue span{font-size:7px;color:#fff;font-weight:500}.s-fy-card-house{background:linear-gradient(135deg,#e8d5c4,#d4b896)}.fy-tag{position:absolute;top:5px;left:5px;background:#00000080;color:#fff;font-size:6px;padding:2px 5px;border-radius:3px;font-weight:500}.fy-price{position:absolute;bottom:5px;left:5px;color:#fff;font-size:10px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.fy-specs{position:absolute;bottom:5px;right:5px;color:#fff;font-size:6px;opacity:.8;text-shadow:0 1px 2px rgba(0,0,0,.3)}.s-foryou-greeting{padding:12px 3px 0}.s-foryou-greeting .hey{font-size:12px;color:var(--gray-400);font-weight:400}.s-foryou-greeting .dive{font-size:17px;font-weight:600;color:var(--gray-900);line-height:1.3}.s-foryou-input{display:flex;align-items:center;gap:5px;margin-top:10px;padding:0 3px}.s-fy-input-field{flex:1;height:28px;border-radius:8px;border:1px solid var(--gray-200);background:var(--gray-50);padding:0 8px;font-size:9px;color:var(--gray-400);display:flex;align-items:center}.s-fy-send{width:28px;height:28px;border-radius:8px;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.s-fy-send-bars{display:flex;gap:1.5px;align-items:center;height:10px}.s-fy-send-bar{width:1.5px;background:#fff;border-radius:1px}.phone-half{height:auto;aspect-ratio:auto}.phone-half .screen{border-radius:0 0 18px 18px}.s-home-real{padding:0;overflow:hidden;background:#fff;display:flex;flex-direction:column}.s-home-top{width:100%;display:block}.s-home-cards-area{overflow:hidden;padding:6px 0 10px}.s-home-cards-scroll{display:flex;animation:cardsSlide 10s linear infinite}.s-home-cards-img{height:80px;width:auto;flex-shrink:0}@keyframes cardsSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.s-map{background:#eae6df;position:relative}.s-map-road{position:absolute;background:#ffffff80}.s-map-green{position:absolute;background:var(--olive);opacity:.1;border-radius:50%}.s-map-pin{position:absolute;width:18px;height:18px;background:var(--blue);border-radius:50% 50% 50% 4px;transform:rotate(-45deg);box-shadow:0 2px 5px #095bd940}.s-map-pin:after{content:"";width:5px;height:5px;background:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.s-map-pin.pink{background:var(--rose);width:22px;height:22px;box-shadow:0 2px 8px #db35984d;z-index:3}.s-map-bubble{position:absolute;bottom:8px;left:7px;right:7px;background:#fff;border-radius:12px;padding:7px 9px;font-size:7px;line-height:1.5;font-weight:300;color:var(--gray-800);box-shadow:0 2px 10px #00000014;z-index:10}.s-map-bubble b{color:var(--blue);font-weight:500}.s-rec{background:var(--white);padding:32px 10px 10px}.s-rec-title{font-size:11px;font-weight:600;color:var(--gray-900);margin-bottom:6px}.s-rec-reason{font-size:7px;line-height:1.5;color:var(--blue);background:var(--blue-50);padding:5px 7px;border-radius:7px;margin-bottom:8px;font-weight:400}.s-rec-item{display:flex;align-items:center;gap:7px;padding:6px 0;border-bottom:1px solid var(--gray-100)}.s-rec-thumb{width:40px;height:40px;border-radius:8px;flex-shrink:0}.s-rec-info .price{font-size:10px;font-weight:600}.s-rec-info .addr{font-size:7px;color:var(--gray-400);font-weight:300}.s-rec-info .match{font-size:7px;color:var(--olive);font-weight:500;margin-top:1px}.s-qa{background:var(--white);padding:32px 10px 10px}.s-qa-img{height:68px;border-radius:10px;margin-bottom:8px;background:linear-gradient(135deg,#e8d5c4,#d4b896)}.s-qa-msg{padding:6px 9px;font-size:7px;line-height:1.5;margin-bottom:5px;font-weight:400}.s-qa-user{background:var(--blue);color:#fff;border-radius:9px 9px 3px}.s-qa-ai{background:var(--gray-50);color:var(--gray-800);border-radius:9px 9px 9px 3px;border:1px solid var(--gray-100)}.s-voice{background:linear-gradient(180deg,#1a1a2e,#16162a);align-items:center;justify-content:center;gap:12px}.v-label{font-size:9px;color:#ffffff80;font-weight:300}.v-orb{width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,var(--rose) 0%,rgba(219,53,152,.2) 70%);position:relative}.v-orb:before,.v-orb:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(219,53,152,.15)}.v-orb:after{inset:-18px}.v-transcript{font-size:7px;color:#ffffff4d;font-weight:300;text-align:center;max-width:130px;line-height:1.5}.hl-card.active .card-img{animation:imgFadeIn .5s ease-out both}@keyframes imgFadeIn{0%{opacity:.7;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.hl-card.active .phone{animation:phoneLift .6s ease-out both}@keyframes phoneLift{0%{transform:translateY(12px);opacity:.7}to{transform:translateY(0);opacity:1}}.hl-card.active .v-orb{animation:orbPulse 2s ease-in-out infinite}.hl-card.active .v-orb:before{animation:orbRing 2s ease-out infinite}.hl-card.active .v-orb:after{animation:orbRing 2s ease-out .5s infinite}.hl-card.active .s-map-pin{animation:pinBounce .6s ease-out both}.hl-card.active .s-map-pin:nth-child(5){animation-delay:.05s}.hl-card.active .s-map-pin:nth-child(6){animation-delay:.1s}.hl-card.active .s-map-pin.pink{animation:pinBounce .6s ease-out .15s both}.hl-card.active .s-map-bubble{animation:bubbleIn .5s ease-out .3s both}.hl-card.active .s-rec-item:nth-child(2){animation:slideInLeft .4s ease-out both}.hl-card.active .s-rec-item:nth-child(3){animation:slideInLeft .4s ease-out .1s both}.hl-card.active .s-rec-item:nth-child(4){animation:slideInLeft .4s ease-out .2s both}.hl-card.active .s-qa-user{animation:msgIn .4s ease-out .1s both}.hl-card.active .s-qa-ai{animation:msgIn .4s ease-out .35s both}.hl-card.active .s-fy-card:nth-child(1){animation:cardPop .5s ease-out .1s both}.hl-card.active .s-fy-card:nth-child(2){animation:cardPop .5s ease-out .2s both}@keyframes orbPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes orbRing{0%{transform:scale(1);opacity:.3}to{transform:scale(1.4);opacity:0}}@keyframes pinBounce{0%{transform:rotate(-45deg) translateY(0)}40%{transform:rotate(-45deg) translateY(-5px)}to{transform:rotate(-45deg) translateY(0)}}@keyframes bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes msgIn{0%{opacity:0;transform:translateY(5px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardPop{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.hl-info{padding:14px 18px 18px}.hl-info h3{font-size:16px;font-weight:600;margin-bottom:4px;line-height:1.3}.hl-info p{font-size:12px;line-height:1.55;color:var(--gray-400);font-weight:300}.carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:28px}.c-dot{width:6px;height:6px;border-radius:50%;background:var(--gray-900);opacity:.1;transition:all .4s;cursor:pointer}.c-dot.active{opacity:.45;width:20px;border-radius:100px}.appstore-cta{padding:80px 24px;text-align:center;background:var(--gray-900)}.appstore-cta-inner{max-width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px}.appstore-cta-text h2{font-size:32px;font-weight:600;color:#fff;margin-bottom:10px;letter-spacing:-.3px}.appstore-cta-text p{font-size:15px;color:#ffffff80;font-weight:300}.appstore-badge{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;background:#fff;color:var(--gray-900);border-radius:14px;text-decoration:none;transition:transform .2s,box-shadow .2s}.appstore-badge:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffffff1a}.appstore-badge svg path{fill:var(--gray-900)}.appstore-badge-sub{display:block;font-size:10px;font-weight:400;color:var(--gray-500);line-height:1;letter-spacing:.2px}.appstore-badge-main{display:block;font-size:18px;font-weight:600;line-height:1.3}.invite-form{display:flex;gap:0;max-width:500px;width:100%;border-radius:999px;overflow:hidden;box-shadow:0 2px 16px #0000002e}.invite-input{flex:1;padding:13px 22px;border:none;outline:none;font-size:15px;font-family:Poppins,sans-serif;background:#fff;color:var(--gray-900);min-width:0}.invite-input::placeholder{color:var(--gray-400)}.invite-btn{padding:13px 30px;border:none;background:var(--blue);color:#fff;font-size:14px;font-weight:600;font-family:Poppins,sans-serif;cursor:pointer;white-space:nowrap;transition:background .2s;border-radius:0 999px 999px 0}.invite-btn:hover{background:#0747b0}.invite-note{margin-top:12px;font-size:13px;color:#fff9;min-height:20px}.btn-appstore-nav{display:inline-flex;align-items:center}footer{border-top:1px solid var(--gray-100);padding:28px 48px 20px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;margin-bottom:20px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-logo{display:flex;align-items:center;gap:8px}.footer-logo svg{width:20px;height:21px}.footer-logo-text{font-size:15px;font-weight:600;color:var(--gray-900)}.footer-tagline{font-size:12px;color:var(--gray-400);font-weight:400;border-left:1px solid var(--gray-200);padding-left:14px}.footer-contact-inline{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--gray-400);font-weight:300;flex-wrap:wrap}.footer-contact-inline a{color:var(--gray-400);text-decoration:none;transition:color .2s}.footer-contact-inline a:hover{color:var(--gray-700)}.footer-contact-inline .sep{color:var(--gray-200)}.footer-right{display:flex;align-items:center;gap:16px}.footer-social{display:flex;gap:8px}.footer-social a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;border:1px solid var(--gray-200);color:var(--gray-400);text-decoration:none;transition:all .2s}.footer-social a:hover{border-color:var(--gray-400);color:var(--gray-700)}.footer-social svg{width:13px;height:13px}.footer-nvidia{display:inline-block;opacity:.5;transition:opacity .2s}.footer-nvidia:hover{opacity:.85}.footer-nvidia img{height:24px;width:auto;display:block}.footer-bottom{padding-top:16px;border-top:1px solid var(--gray-100);display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--gray-300);font-weight:300}.footer-bottom a{color:var(--gray-300);text-decoration:none}.footer-bottom a:hover{color:var(--gray-500)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeUp .7s ease-out both}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){nav{padding:0 20px}.nav-center{display:none}.hero{padding:100px 20px 40px}.hero h1{font-size:30px}.input-container{max-width:100%}.category-tabs{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}.questions-panel{grid-template-columns:1fr 1fr}.questions-area.has-open{height:290px}.highlights{padding:60px 0 40px}.carousel-track{padding:0 24px}.section-title{font-size:26px}.hl-card{min-width:260px;max-width:260px}.phone{width:150px;height:300px}footer{padding:24px 20px 16px}.footer-main{flex-direction:column;align-items:center;gap:16px;text-align:center}.footer-brand{flex-direction:column;gap:6px}.footer-tagline{border-left:none;padding-left:0}.footer-contact-inline{justify-content:center}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}
