:root{--ink: #1d1d1f;--gray: #86868b;--line: #e8e8ed;--orange: #ff7a1a;--orange-deep: #ef6a06;--dark: #121116}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Inter,Helvetica Neue,sans-serif;background:#fff;color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100svh;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{display:block}body{animation:pagein .7s ease both}@keyframes pagein{0%{opacity:0}}.nav{width:100%;max-width:1400px;margin:0 auto;height:52px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.brand{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:600;letter-spacing:-.01em}.brand img{border-radius:7px}.nav-cta{font-size:14px;color:var(--orange-deep);font-weight:500}.nav-cta:hover{text-decoration:underline}.hero{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:48px 22px 0;text-align:center}.hero-copy{max-width:680px}.eyebrow{font-size:15px;font-weight:600;color:var(--orange-deep);letter-spacing:.01em;margin-bottom:14px}h1{font-size:clamp(38px,5.2vw,62px);font-weight:700;line-height:1.05;letter-spacing:-.02em}h1 .muted{color:var(--gray)}.sub{font-size:clamp(16px,1.8vw,20px);color:var(--gray);margin-top:16px;font-weight:400}.actions{display:flex;align-items:center;justify-content:center;gap:26px;margin-top:26px}.btn{background:var(--orange);color:#fff;font-size:16px;font-weight:500;padding:12px 24px;border-radius:980px;transition:background .15s ease}.btn:hover{background:var(--orange-deep)}.link{font-size:16px;color:var(--orange-deep);font-weight:500}.link:hover{text-decoration:underline}.chev{font-size:18px}.visual{display:flex;justify-content:center;align-items:flex-start;padding:44px 0 36px;width:100%}.device{display:flex;flex-direction:column;align-items:center}.connector{flex:0 1 340px;height:2px;background:var(--orange);margin-top:250px}.phone{position:relative;width:268px;border-radius:44px;background:var(--dark);padding:11px;box-shadow:0 30px 70px -30px #1d1d1f66}.phone-notch{position:absolute;top:21px;left:50%;transform:translate(-50%);width:88px;height:23px;border-radius:980px;background:#000;z-index:2}.screen{background:#1a191f;border-radius:34px;padding:52px 15px 20px;color:#f2f1f5;min-height:480px;display:flex;flex-direction:column}.s-top{display:flex;justify-content:space-between;align-items:center}.s-kicker{font-size:9px;font-weight:700;letter-spacing:1.4px;color:#ffffff73}.s-title{font-size:19px;font-weight:700;letter-spacing:-.01em}.s-ava{width:28px;height:28px;border-radius:50%;background:var(--orange);color:#121116;display:grid;place-items:center;font-weight:700;font-size:12px}.s-search{margin-top:13px;background:#ffffff12;color:#ffffff73;font-size:11.5px;padding:9px 12px;border-radius:11px;text-align:left}.s-chips{display:flex;gap:6px;margin-top:11px}.s-chip{font-size:10.5px;font-weight:600;padding:5px 11px;border-radius:980px;background:#ffffff12;color:#fff9}.s-chip.on{background:var(--orange);color:#121116}.s-card{margin-top:13px;text-align:left}.s-photo{height:120px;border-radius:14px;position:relative;background:url(/range.jpg) center 50% / cover no-repeat,linear-gradient(135deg,#3b3a44,#232229)}.s-row{display:flex;justify-content:space-between;align-items:baseline;margin-top:9px}.s-price{color:var(--orange);font-weight:700;font-size:15px}.s-city{font-size:10.5px;color:#ffffff73;font-weight:500}.s-name{font-size:13.5px;font-weight:600;margin-top:2px}.s-meta{font-size:11px;color:#ffffff6b;margin-top:2px}.s-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:13px}.s-stats div{text-align:center;padding:9px 5px;border-radius:11px;background:#ffffff0f}.s-stats b{display:block;font-size:14px;font-weight:700}.s-stats span{font-size:9.5px;color:#ffffff73;font-weight:500}.s-action{margin-top:auto;padding:11px;border-radius:980px;text-align:center;font-size:12.5px;font-weight:600;background:var(--orange);color:#121116}.s-action.ghost{background:#ffffff14;color:#ffffffd9}.points{display:flex;justify-content:center;align-items:baseline;gap:44px;padding:8px 22px 14px;flex-wrap:wrap;text-align:center;flex-shrink:0}.point b{font-size:14px;font-weight:600;letter-spacing:-.01em}.point span{font-size:13.5px;color:var(--gray);margin-left:7px}.footer{width:100%;max-width:1400px;margin:0 auto;border-top:1px solid var(--line);padding:12px 28px 16px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12.5px;color:var(--gray);flex-shrink:0}.footer nav{display:flex;gap:20px}.footer a:hover{color:var(--ink)}@media (min-width: 1100px){.hero{justify-content:center;padding:0 22px}.hero-copy{position:relative;z-index:1;background:#fff;width:fit-content;padding:0 26px}.visual{position:absolute;top:0;right:0;bottom:0;left:0;padding:0 clamp(28px,5vw,80px);align-items:center;justify-content:space-between}.connector{flex:1;margin-top:0}}@media (min-width: 1100px) and (max-height: 800px){.phone{width:246px}.screen{min-height:440px;padding-top:48px}.s-photo{height:96px}h1{font-size:clamp(36px,4.6vw,54px)}}@media (max-width: 780px){.visual{flex-direction:column;align-items:center}.connector{flex:none;width:2px;height:56px;margin:22px 0}}@media (max-width: 640px){.hero{padding-top:40px}.sub .bignly{display:none}.actions{flex-direction:column;gap:16px}.points{flex-direction:column;gap:10px}.visual{padding-top:40px}}
