:root {
  --orange: #f15a24;
  --orange-dark: #d94712;
  --dark: #202020;
  --ink: #2e2e30;
  --muted: #727277;
  --line: #dedee1;
  --soft: #f5f5f6;
  --green: #38a451;
  --font: "Open Sans", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header { height: 72px; background: #fff; border-bottom: 1px solid #e7e7e8; position: relative; z-index: 5; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.nc-logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.logo-symbol { position: relative; display: block; width: 35px; height: 30px; }
.logo-symbol::before, .logo-symbol::after, .logo-symbol i { content: ""; position: absolute; background: var(--orange); transform: skewX(-20deg); }
.logo-symbol::before { width: 10px; height: 27px; left: 2px; top: 2px; }
.logo-symbol::after { width: 10px; height: 27px; right: 2px; top: 2px; }
.logo-symbol i:first-child { width: 10px; height: 36px; left: 13px; top: -3px; transform: rotate(-40deg) skewX(-12deg); }
.logo-symbol i:last-child { width: 5px; height: 5px; border-radius: 50%; right: -2px; top: 0; transform: none; }
.logo-word { color: #202020; font-size: 23px; font-weight: 700; letter-spacing: -.9px; }
.logo-word span { color: var(--orange); }
.site-header nav { display: flex; align-items: center; gap: 31px; }
.site-header nav a { color: #55555a; text-decoration: none; font-size: 12px; font-weight: 600; }
.site-header nav a:hover { color: var(--orange); }
.site-header .sign-in { padding: 9px 17px; border: 1px solid #d8d8da; border-radius: 3px; }

.market-ribbon { height: 48px; background: var(--dark); color: #fff; }
.market-ribbon .container { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.market-ribbon strong { font-size: 14px; }
.market-ribbon span { display: flex; align-items: center; gap: 8px; color: #bfbfc2; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.market-ribbon i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(56,164,81,.13); }

.hero { min-height: 640px; padding: 70px 0 76px; background: linear-gradient(135deg, #f6f6f7 0%, #fff 68%); border-bottom: 1px solid #ececee; position: relative; overflow: hidden; }
.hero-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; right: -120px; bottom: -230px; background: radial-gradient(circle, rgba(241,90,36,.11), rgba(241,90,36,0) 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 92px; align-items: center; position: relative; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; color: #9a9a9e; font-size: 10px; margin-bottom: 50px; }
.breadcrumbs a { color: #6f6f73; text-decoration: none; }
.breadcrumbs b { font-weight: 500; }
.available-label { display: inline-flex; align-items: center; gap: 9px; color: #5e5e62; background: #fff; border: 1px solid #dedee0; border-radius: 999px; padding: 8px 13px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; box-shadow: 0 4px 16px rgba(0,0,0,.03); }
.available-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.hero h1 { margin: 25px 0 13px; color: #242426; font-size: clamp(66px, 7vw, 91px); line-height: .95; font-weight: 600; letter-spacing: -5px; overflow-wrap: anywhere; }
.hero h1 em { color: var(--orange); font-style: normal; font-weight: 500; }
.hero-copy h2 { margin: 0 0 19px; font-size: 25px; font-weight: 500; color: #38383b; }
.hero-copy > p { max-width: 610px; margin: 0; color: #737378; font-size: 15px; line-height: 1.75; }
.hero-copy > p strong { color: #4c4c50; font-weight: 600; }
.hero-points { display: flex; flex-wrap: wrap; gap: 19px 26px; margin-top: 35px; color: #59595e; font-size: 11px; font-weight: 600; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points i { width: 18px; height: 18px; border-radius: 50%; display: grid; place-items: center; background: rgba(56,164,81,.1); color: var(--green); font-size: 10px; font-style: normal; }

.offer-panel { background: #fff; border: 1px solid #dadadd; border-radius: 10px; padding: 27px 29px 24px; box-shadow: 0 22px 65px rgba(32,32,32,.11); }
.panel-top { display: flex; justify-content: space-between; gap: 18px; align-items: start; padding-bottom: 21px; border-bottom: 1px solid #ececee; }
.panel-top > div { display: grid; gap: 5px; }
.panel-top > div span { color: #99999d; font-size: 9px; letter-spacing: .08em; font-weight: 700; }
.panel-top > div strong { color: #3e3e42; font-size: 14px; overflow-wrap: anywhere; }
.verified { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.verified i { width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 9px; font-style: normal; }
.price-area { padding: 23px 0 18px; }
.price-area > span { color: #929296; font-size: 10px; }
.price-area h2 { margin: 6px 0 8px; color: #303034; font-size: 28px; line-height: 1.2; }
.price-area p { margin: 0; color: #85858a; font-size: 11px; line-height: 1.6; }
#offer-form { display: grid; gap: 13px; }
.field-row { display: grid; gap: 7px; }
#offer-form label { color: #5c5c61; font-size: 10px; font-weight: 700; }
#offer-form label span { float: right; color: #a1a1a5; font-weight: 500; }
#offer-form input { width: 100%; height: 47px; padding: 0 13px; border: 1px solid #d1d1d4; border-radius: 4px; background: #fff; color: #333; font: 12px var(--font); outline: none; }
#offer-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(241,90,36,.10); }
.money-field { position: relative; }
.money-field b { position: absolute; top: 50%; left: 14px; transform: translateY(-50%); color: #7d7d82; font-size: 12px; }
.money-field input { padding-left: 31px !important; }
#offer-form button { height: 50px; margin-top: 3px; padding: 0 18px; border: 0; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; background: var(--orange); color: #fff; font: 700 12px var(--font); cursor: pointer; box-shadow: 0 7px 18px rgba(241,90,36,.21); transition: background 160ms ease, transform 160ms ease; }
#offer-form button:hover { background: var(--orange-dark); transform: translateY(-1px); }
#offer-form button span { font-size: 18px; font-weight: 400; }
.form-message { min-height: 0; margin: 0; color: #b33e16; font-size: 10px; }
.panel-safe { display: flex; gap: 11px; align-items: center; margin-top: 17px; padding-top: 17px; border-top: 1px solid #ececee; }
.panel-safe p { margin: 0; color: #99999d; font-size: 9px; line-height: 1.55; }
.panel-safe strong { color: #65656a; font-weight: 600; }
.lock-icon { width: 14px; height: 11px; margin-left: 2px; border: 2px solid #8f8f94; border-radius: 2px; position: relative; }
.lock-icon::before { content: ""; position: absolute; width: 8px; height: 7px; left: 1px; top: -8px; border: 2px solid #8f8f94; border-bottom: 0; border-radius: 6px 6px 0 0; }

.trust-bar { border-bottom: 1px solid #e8e8ea; background: #fff; }
.trust-bar .container { min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-bar article { min-height: 52px; padding: 0 38px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; border-right: 1px solid #e5e5e7; }
.trust-bar article:first-child { padding-left: 0; }
.trust-bar article:last-child { padding-right: 0; border-right: 0; }
.trust-bar strong { display: block; margin-bottom: 4px; color: #444449; font-size: 11px; }
.trust-bar p { margin: 0; color: #8a8a8e; font-size: 9px; }
.trust-icon { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; background: rgba(241,90,36,.08); color: var(--orange); font-size: 16px; }
.shield::before { content: ""; width: 12px; height: 15px; border: 2px solid var(--orange); border-radius: 6px 6px 8px 8px; }
.clock::before { content: ""; width: 13px; height: 13px; border: 2px solid var(--orange); border-radius: 50%; }
.clock::after { content: ""; width: 4px; height: 5px; border-left: 1px solid var(--orange); border-bottom: 1px solid var(--orange); position: absolute; }
.clock { position: relative; }

.details { padding-block: 105px 110px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; }
.section-tag, .other-listing > div > span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .10em; }
.details-copy h2 { max-width: 470px; margin: 17px 0 18px; color: #303034; font-size: clamp(34px, 4vw, 49px); line-height: 1.15; letter-spacing: -1.7px; }
.details-copy p { max-width: 500px; margin: 0; color: #79797e; font-size: 13px; line-height: 1.75; }
.steps { border-top: 1px solid #dedee1; }
.steps article { padding: 25px 0; display: grid; grid-template-columns: 54px 1fr; border-bottom: 1px solid #dedee1; }
.steps article > span { color: var(--orange); font-size: 10px; font-weight: 700; }
.steps strong { display: block; margin-bottom: 7px; color: #454549; font-size: 13px; }
.steps p { margin: 0; color: #85858a; font-size: 11px; line-height: 1.55; }

.other-listing { margin-bottom: 100px; padding: 38px 42px; border: 1px solid #dedee1; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(110deg, #f6f6f7, #fff); }
.other-listing h2 { margin: 9px 0 5px; color: #38383c; font-size: 30px; overflow-wrap: anywhere; }
.other-listing p { margin: 0; color: #848489; font-size: 11px; }
.other-listing > a { min-width: 160px; height: 46px; padding: 0 18px; border: 1px solid #d1d1d4; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; color: #4d4d52; background: #fff; text-decoration: none; font-size: 11px; font-weight: 700; }
.other-listing > a:hover { border-color: var(--orange); color: var(--orange); }

footer { background: #222; color: #8d8d91; padding-top: 48px; }
.footer-inner { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 38px; }
.footer-logo .logo-word { color: #fff; }
.footer-inner p { max-width: 440px; margin: 17px 0 0; font-size: 9px; line-height: 1.65; }
.footer-inner nav { display: flex; align-items: center; gap: 27px; }
.footer-inner nav a { color: #ababaf; text-decoration: none; font-size: 10px; }
.footer-inner nav a:hover { color: #fff; }
.footer-bottom { min-height: 54px; border-top: 1px solid #3b3b3e; display: flex; align-items: center; justify-content: space-between; color: #737377; font-size: 8px; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 50px; }
  .hero h1 { font-size: clamp(60px, 8vw, 74px); }
  .details { gap: 60px; }
  .trust-bar article { padding-inline: 22px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 520px); }
  .site-header { height: 64px; }
  .site-header nav a:not(.sign-in) { display: none; }
  .logo-word { font-size: 20px; }
  .logo-symbol { transform: scale(.85); transform-origin: left center; margin-right: -4px; }
  .market-ribbon { height: 44px; }
  .market-ribbon strong { font-size: 12px; }
  .market-ribbon span { font-size: 8px; }
  .hero { padding: 37px 0 45px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .breadcrumbs { margin-bottom: 30px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); letter-spacing: -3.5px; }
  .hero-copy h2 { font-size: 21px; }
  .hero-copy > p { font-size: 13px; }
  .hero-points { display: grid; gap: 13px; }
  .offer-panel { padding: 23px 21px 21px; border-radius: 8px; }
  .trust-bar .container { grid-template-columns: 1fr; padding-block: 14px; }
  .trust-bar article, .trust-bar article:first-child, .trust-bar article:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid #e7e7e9; }
  .trust-bar article:last-child { border-bottom: 0; }
  .details { padding-block: 74px; grid-template-columns: 1fr; gap: 52px; }
  .other-listing { margin-bottom: 70px; padding: 30px 25px; display: grid; gap: 25px; }
  .other-listing > a { min-width: 0; width: 100%; }
  .footer-inner { display: grid; gap: 30px; }
  .footer-inner nav { flex-wrap: wrap; gap: 18px 24px; }
  .footer-bottom span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
