.hero{min-height:100vh;padding:140px 48px 80px;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-20%;left:-10%;width:70%;height:140%;background:radial-gradient(ellipse at 30% 40%,rgba(0,102,238,.18) 0,transparent 55%),radial-gradient(ellipse at 70% 60%,rgba(255,184,0,.1) 0,transparent 50%);pointer-events:none}[data-theme=light] .hero:before{background:radial-gradient(ellipse at 30% 40%,rgba(0,85,204,.1) 0,transparent 55%),radial-gradient(ellipse at 70% 60%,rgba(180,126,0,.08) 0,transparent 50%)}.hero-left{flex:1;max-width:620px;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid var(--gold-d);border-radius:30px;background:var(--gold-d);color:var(--gold);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:28px}.hero-badge-dot{width:7px;height:7px;background:var(--gold);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero h1{font-family:var(--font-s);font-size:clamp(2.4rem,5vw,4rem);line-height:1.18;letter-spacing:-.02em;margin-bottom:22px;color:var(--tx1)}.hero h1 em{font-style:normal;color:var(--gold)}.hero h1 strong{color:var(--blue-lt)}.hero-sub{font-size:1.05rem;color:var(--tx2);line-height:1.75;margin-bottom:36px;max-width:520px}.hero-stats{display:flex;gap:32px;margin-bottom:40px}.stat-item{display:flex;flex-direction:column;gap:3px}.stat-num{font-family:var(--font-m);font-size:1.5rem;font-weight:600;color:var(--tx1)}.stat-num span{color:var(--gold)}.stat-label{font-size:.75rem;color:var(--tx3);letter-spacing:.04em}.stat-divider{width:1px;background:var(--bd);align-self:stretch}.hero-btns{display:flex;gap:14px;flex-wrap:wrap}.hero-right{flex-shrink:0;position:relative;width:420px;height:380px}.landing-prop-card{position:absolute;background:var(--bg-card);border:1px solid var(--bdm);border-radius:var(--r2);padding:20px;width:280px;box-shadow:0 24px 60px rgba(0,0,0,.5)}[data-theme=light] .landing-prop-card{box-shadow:0 12px 40px rgba(0,0,0,.12)}.landing-prop-card.pc1{top:20px;right:0;transform:rotate(4deg);z-index:1;animation:floatA 5s ease-in-out infinite}.landing-prop-card.pc2{bottom:20px;left:0;transform:rotate(-3deg);z-index:2;animation:floatB 6s ease-in-out infinite}@keyframes floatA{0%,to{transform:rotate(4deg) translateY(0)}50%{transform:rotate(4deg) translateY(-12px)}}@keyframes floatB{0%,to{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-3deg) translateY(-8px)}}.pc-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.pc-type{font-size:.7rem;color:var(--gold);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.pc-badge{font-size:.65rem;background:var(--grn-d);color:var(--grn);padding:3px 8px;border-radius:20px;font-weight:600}.pc-title{font-size:.95rem;font-weight:700;color:var(--tx1);margin-bottom:4px}.pc-addr{font-size:.72rem;color:var(--tx3);margin-bottom:14px}.pc-price{font-family:var(--font-m);font-size:1.2rem;font-weight:600;color:var(--tx1);margin-bottom:12px}.pc-price small{font-size:.7rem;color:var(--tx3);font-family:var(--font-u)}.pc-metrics{display:flex;gap:10px}.pc-metric{flex:1;background:var(--bg-elev);border-radius:6px;padding:8px;text-align:center}.pc-metric-v{font-family:var(--font-m);font-size:.85rem;color:var(--blue-lt);font-weight:600}.pc-metric-l{font-size:.6rem;color:var(--tx3);margin-top:2px}.pc-bar{height:3px;background:var(--bd);border-radius:2px;margin-top:12px;overflow:hidden}.pc-bar-fill{height:100%;background:linear-gradient(90deg,var(--blue),var(--gold));border-radius:2px;animation:barFill 2.5s ease-in-out infinite alternate;animation-delay:var(--delay,0s)}@keyframes barFill{0%{width:45%}to{width:82%}}@media (max-width:1024px){.hero{padding:120px 32px 60px;gap:40px}.hero-right{width:320px;height:300px}.landing-prop-card{width:240px;padding:16px}}@media (max-width:768px){.hero{flex-direction:column;padding:100px var(--content-pad) 48px;min-height:0;gap:32px;text-align:center;align-items:center}.hero-left{max-width:100%}.hero h1{font-size:clamp(1.6rem,6vw,2.4rem)}.hero-sub{font-size:.95rem;margin-left:auto;margin-right:auto;margin-bottom:24px}.hero-badge{margin-bottom:20px}.hero-stats{justify-content:center;gap:20px;margin-bottom:28px}.stat-num{font-size:1.2rem}.hero-btns{justify-content:center}.hero-right{width:100%;max-width:360px;height:260px}.landing-prop-card{width:220px;padding:14px}.landing-prop-card.pc1{right:5%;top:10px}.landing-prop-card.pc2{left:5%;bottom:10px}.pc-price{font-size:1rem}}@media (max-width:480px){.hero{padding:88px 12px 36px}.hero h1{font-size:1.5rem}.hero-sub{font-size:.88rem}.hero-stats{gap:14px}.stat-num{font-size:1rem}.stat-label{font-size:.68rem}.hero-btns{flex-direction:column;width:100%}.hero-btns .btn{width:100%;justify-content:center;min-height:48px}.hero-right{height:220px}.landing-prop-card{width:190px;padding:12px}.pc-metrics{gap:6px}.pc-metric{padding:6px}.pc-metric-v{font-size:.75rem}}