:root {
  --navy: #183153;
  --navy-deep: #10243e;
  --blue: #2f68e8;
  --orange: #f0643b;
  --green: #1d9b75;
  --cream: #f6f4ef;
  --paper: #ffffff;
  --ink: #142033;
  --muted: #6f7b8c;
  --line: #e3e7ec;
  --soft-blue: #eef4ff;
  --shadow: 0 18px 55px rgba(24,49,83,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.utility-bar { height: 34px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; color: #c9d2dc; background: var(--navy-deep); font-size: 10px; }
.utility-bar > div { display: flex; align-items: center; gap: 16px; }
.utility-bar p { margin: 0; color: #8494a7; }
.utility-bar i { width: 1px; height: 10px; background: #496078; }
.utility-bar a { color: #aebbc9; }
.utility-bar button { padding: 3px 0; border: 0; border-bottom: 1px solid #718398; color: white; background: transparent; font-size: 9px; }

.header { position: sticky; top: 0; z-index: 50; height: 76px; padding: 0 5vw; display: grid; grid-template-columns: 220px 1fr 250px; align-items: center; border-bottom: 1px solid rgba(24,49,83,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); }
.logo { width: max-content; display: flex; align-items: center; gap: 12px; }
.logo strong { color: var(--blue); font: 900 31px/1 Arial, sans-serif; letter-spacing: -.08em; }
.logo span { padding-left: 12px; border-left: 1px solid #bfc8d2; display: grid; gap: 2px; }
.logo b { color: var(--navy); font-size: 13px; letter-spacing: .18em; }
.logo small { color: #94a0ae; font-size: 7px; letter-spacing: .13em; }
.header nav { justify-self: center; display: flex; gap: clamp(22px, 3vw, 48px); }
.header nav a { position: relative; color: #46566a; font-size: 12px; }
.header nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -15px; height: 2px; background: var(--blue); transition: .2s ease; }
.header nav a:hover { color: var(--blue); }
.header nav a:hover::after { left: 0; right: 0; }
.header-actions { justify-self: end; display: flex; gap: 8px; }
.header-actions button { height: 40px; padding: 0 15px; border: 1px solid var(--line); font-size: 10px; }
.search-trigger { color: #536175; background: white; }
.search-trigger span { color: var(--blue); font-size: 16px; }
.consult-button { border-color: var(--blue) !important; color: white; background: var(--blue); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: #e9e4da; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,244,239,.98) 0%, rgba(246,244,239,.93) 28%, rgba(246,244,239,.36) 51%, transparent 72%); }
.hero-content { position: relative; z-index: 2; width: 46%; padding: 92px 0 170px 7vw; }
.hero-label { color: var(--blue); font: 800 9px/1 Arial, sans-serif; letter-spacing: .18em; }
.hero h1 { margin: 25px 0 22px; color: var(--navy); font-size: clamp(48px, 5vw, 76px); line-height: 1.06; letter-spacing: -.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-content > p { max-width: 530px; margin: 0; color: #596779; font-size: 14px; line-height: 2; }
.hero-buttons { margin-top: 32px; display: flex; gap: 10px; }
.hero-buttons a, .hero-buttons button { min-height: 49px; padding: 0 21px; border: 1px solid var(--navy); display: inline-flex; align-items: center; justify-content: center; gap: 35px; font-weight: 700; font-size: 11px; }
.hero-buttons a { color: white; background: var(--navy); }
.hero-buttons a span { color: #9fbcff; }
.hero-buttons button { color: var(--navy); background: rgba(255,255,255,.7); }
.hero-proof { position: absolute; z-index: 3; left: 7vw; bottom: 126px; display: flex; gap: 45px; }
.hero-proof article { padding-left: 13px; border-left: 2px solid var(--blue); display: grid; gap: 4px; }
.hero-proof b { color: var(--navy); font-size: 11px; }
.hero-proof span { color: #7d8997; font-size: 8px; }

.finder { position: absolute; z-index: 5; left: 5vw; right: 5vw; bottom: 22px; min-height: 92px; padding: 14px 16px; display: grid; grid-template-columns: 1.05fr 1fr .8fr .7fr 160px; align-items: center; gap: 12px; background: white; box-shadow: 0 18px 60px rgba(24,49,83,.18); }
.finder-title { padding-left: 8px; display: grid; gap: 5px; }
.finder-title span { color: var(--orange); font-size: 9px; }
.finder-title b { color: var(--navy); font-size: 15px; }
.finder label { min-width: 0; height: 54px; padding: 8px 14px; border-left: 1px solid var(--line); display: grid; gap: 5px; }
.finder label span { color: #8b96a4; font-size: 8px; }
.finder input, .finder select { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; }
.finder > button { height: 54px; padding: 0 17px; border: 0; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--blue); font-weight: 700; font-size: 10px; }
.finder > button i { font-style: normal; font-size: 16px; }

.service-shortcuts { position: relative; z-index: 3; padding: 25px 5vw; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; background: var(--cream); }
.service-shortcuts > button { min-height: 91px; padding: 17px; border: 1px solid var(--line); display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 12px; text-align: left; background: white; transition: .2s ease; }
.service-shortcuts > button:hover { border-color: #b8c8e7; transform: translateY(-3px); box-shadow: var(--shadow); }
.shortcut-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-weight: 800; }
.shortcut-icon.blue { color: var(--blue); background: #eaf1ff; }
.shortcut-icon.orange { color: var(--orange); background: #fff0eb; }
.shortcut-icon.navy { color: white; background: var(--navy); }
.shortcut-icon.green { color: var(--green); background: #e8f7f2; }
.service-shortcuts p { margin: 0; display: grid; gap: 5px; }
.service-shortcuts b { color: var(--navy); font-size: 12px; }
.service-shortcuts small { color: #8792a0; font-size: 8px; }
.service-shortcuts > button > i { color: #a0aab6; font-style: normal; }

.section { padding: 92px 5vw; }
.section-heading { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.section-heading > div { display: grid; gap: 8px; }
.section-heading span, .section-tag, .sell-heading > span, .about-content > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.section-heading h2, .promise-intro h2, .inspection-copy h2, .porsche-panel h2, .sell-heading h2, .about-content h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 53px); line-height: 1.12; letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 10px; }
.section-heading > .section-heading-actions { display: flex; align-items: center; gap: 20px; }
.section-heading-actions a, .section-heading-actions button { padding: 10px 0; border: 0; border-bottom: 1px solid var(--blue); color: var(--blue); background: transparent; font-size: 10px; }
.section-heading-actions a { color: var(--navy); border-color: var(--navy); }
.section-heading-actions i { margin-left: 14px; font-style: normal; }

.cars { background: var(--cream); }
.cars-toolbar { margin-bottom: 20px; padding: 12px 0; border-top: 1px solid #dfe3e7; border-bottom: 1px solid #dfe3e7; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.car-tabs { display: flex; gap: 5px; }
.car-tabs button { padding: 9px 15px; border: 0; color: #667487; background: transparent; font-size: 10px; }
.car-tabs button.active { color: white; background: var(--navy); }
.car-tools { display: flex; gap: 8px; }
.car-tools label { width: 210px; height: 38px; padding: 0 11px; border: 1px solid #d8dde3; display: flex; align-items: center; gap: 8px; background: white; }
.car-tools label span { color: var(--blue); font-size: 16px; }
.car-tools input { min-width: 0; width: 100%; border: 0; outline: 0; font-size: 9px; }
.car-tools select { height: 38px; padding: 0 28px 0 10px; border: 1px solid #d8dde3; color: #687587; background: white; font-size: 9px; }
.car-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.car-card { min-width: 0; overflow: hidden; background: white; transition: .22s ease; }
.car-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.car-image { position: relative; aspect-ratio: 1.35; overflow: hidden; background: #eceae5; }
.car-photo { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .35s ease; }
.car-card:hover .car-photo { transform: scale(1.035); }
.car-badge { position: absolute; z-index: 2; top: 11px; left: 11px; padding: 5px 8px; color: white; background: var(--blue); font-size: 8px; }
.car-badge.orange { background: var(--orange); }
.car-badge.navy { background: var(--navy); }
.favorite { position: absolute; z-index: 2; top: 10px; right: 10px; width: 31px; height: 31px; border: 0; border-radius: 50%; color: #687587; background: rgba(255,255,255,.9); font-size: 17px; }
.favorite.active { color: #ed4c55; }
.car-info { padding: 16px; }
.car-meta { display: flex; justify-content: space-between; color: #8792a1; font-size: 8px; }
.car-meta em { color: var(--green); font-style: normal; }
.car-meta em.pending { color: var(--orange); }
.car-info h3 { min-height: 40px; margin: 10px 0 5px; color: var(--navy); font-size: 13px; line-height: 1.5; }
.car-spec { margin: 0; color: #7c8796; font-size: 9px; }
.car-price { margin-top: 15px; padding-top: 12px; border-top: 1px solid #edf0f3; display: flex; align-items: end; justify-content: space-between; }
.car-price div { display: flex; align-items: baseline; gap: 3px; color: var(--orange); }
.car-price b { font: 800 23px/1 Arial, sans-serif; }
.car-price span { font-size: 9px; }
.car-price small { color: #98a1ad; font-size: 8px; }
.car-actions { margin-top: 13px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.car-actions button { height: 34px; border: 1px solid #dce1e7; color: #536175; background: white; font-size: 9px; }
.car-actions button:last-child { border-color: var(--navy); color: white; background: var(--navy); }
.car-empty { padding: 55px 20px; display: none; justify-items: center; text-align: center; background: white; }
.car-empty.show { display: grid; }
.car-empty p { color: var(--muted); font-size: 10px; }
.car-empty button { padding: 10px 15px; border: 0; color: white; background: var(--blue); font-size: 9px; }
.show-more { margin-top: 26px; display: flex; justify-content: center; }
.show-more button { padding: 11px 20px; border: 1px solid #bfc8d2; color: #536175; background: transparent; font-size: 10px; }
.show-more span { margin-left: 22px; }

.promise { padding: 90px 5vw; display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; color: white; background: var(--navy); }
.promise-intro > span { color: #9bb7f7; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.promise-intro h2 { margin: 19px 0 22px; color: white; }
.promise-intro p { max-width: 520px; color: #afbed0; font-size: 11px; line-height: 1.9; }
.promise-intro button { margin-top: 22px; padding: 11px 0; border: 0; border-bottom: 1px solid #87a9f3; color: white; background: transparent; font-size: 10px; }
.promise-intro button i { margin-left: 25px; font-style: normal; }
.promise-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.promise-list article { min-height: 190px; padding: 24px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.promise-list i { color: #7694b7; font: 700 9px Arial,sans-serif; }
.promise-list span { margin-top: 26px; display: block; color: #8dadd1; font-size: 8px; }
.promise-list b { margin: 7px 0; display: block; font-size: 13px; }
.promise-list p { margin: 0; color: #9eafc3; font-size: 9px; line-height: 1.7; }

.inspection { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; background: white; }
.inspection-copy h2 { margin: 18px 0 24px; }
.inspection-copy > p { max-width: 590px; color: var(--muted); font-size: 11px; line-height: 1.9; }
.inspection-points { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inspection-points div { padding: 17px; border: 1px solid var(--line); display: grid; gap: 6px; }
.inspection-points span { color: var(--blue); font-size: 8px; }
.inspection-points b { color: #42536a; font-size: 10px; }
.report-preview { position: relative; padding: 27px; background: var(--soft-blue); box-shadow: 25px 25px 0 #dce8ff; }
.report-header { padding-bottom: 18px; border-bottom: 1px solid #cddaf2; display: flex; align-items: center; gap: 10px; }
.mini-logo { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--blue); font: 900 15px Arial,sans-serif; }
.report-header p { margin: 0; display: grid; gap: 3px; }
.report-header b { color: var(--navy); font-size: 11px; }
.report-header span { color: #8493a8; font-size: 6px; letter-spacing: .12em; }
.report-header em { margin-left: auto; padding: 5px 8px; color: var(--green); background: #dff3ed; font-style: normal; font-size: 8px; }
.report-car { margin-top: 24px; }
.report-car > span { color: #8795aa; font-size: 8px; }
.report-car h3 { margin: 8px 0 5px; color: var(--navy); font-size: 16px; }
.report-car p { margin: 0; color: #758398; font-size: 9px; }
.score-ring { margin: 25px 0; display: flex; align-items: end; gap: 10px; }
.score-ring strong { color: var(--blue); font: 900 68px/.8 Arial,sans-serif; letter-spacing: -.07em; }
.score-ring span { color: #7f8da1; font-size: 8px; line-height: 1.6; }
.score-list { border-top: 1px solid #cfdbed; }
.score-list div { min-height: 40px; border-bottom: 1px solid #cfdbed; display: flex; align-items: center; justify-content: space-between; font-size: 9px; }
.score-list span { color: #718096; }
.score-list b { color: var(--navy); }
.score-list b.good { color: var(--green); }
.report-preview > button { width: 100%; height: 44px; margin-top: 22px; padding: 0 15px; border: 0; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--blue); font-weight: 700; font-size: 9px; }
.report-preview > button i { font-style: normal; }

.porsche { position: relative; min-height: 650px; overflow: hidden; background: #ebe7df; }
.porsche > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.porsche-panel { position: absolute; top: 0; right: 0; width: 44%; height: 100%; padding: 70px 6vw; background: rgba(255,255,255,.96); }
.porsche-panel > span { color: var(--orange); font: 800 8px Arial,sans-serif; letter-spacing: .15em; }
.porsche-panel h2 { margin: 18px 0 21px; }
.porsche-panel > p { color: var(--muted); font-size: 11px; line-height: 1.9; }
.porsche-stock { margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.porsche-stock div { padding: 16px; border: 1px solid var(--line); display: flex; align-items: end; gap: 10px; }
.porsche-stock b { color: var(--blue); font: 900 35px/.85 Arial,sans-serif; }
.porsche-stock span { color: #6f7b8c; font-size: 8px; }
.porsche-panel ul { margin: 0 0 26px; padding: 0; list-style: none; }
.porsche-panel li { padding: 10px 0 10px 17px; border-bottom: 1px solid var(--line); color: #526176; font-size: 9px; }
.porsche-panel li::before { content: "✓"; margin-left: -17px; margin-right: 8px; color: var(--green); }
.porsche-panel > button { height: 45px; padding: 0 17px; border: 0; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy); font-weight: 700; font-size: 9px; }
.porsche-panel button i { margin-left: 30px; font-style: normal; }

.sell { display: grid; grid-template-columns: 1fr .85fr; gap: 9vw; align-items: center; background: #f3f5f7; }
.sell-heading h2 { margin: 18px 0 23px; }
.sell-heading > p { max-width: 580px; color: var(--muted); font-size: 11px; line-height: 1.9; }
.sell-methods { margin-top: 30px; display: grid; gap: 10px; }
.sell-methods article { padding: 15px 0; border-bottom: 1px solid #d9dee4; display: grid; grid-template-columns: 90px 1fr; }
.sell-methods b { color: var(--navy); font-size: 11px; }
.sell-methods span { color: #7d8998; font-size: 9px; }
.valuation { padding: 30px; background: white; box-shadow: var(--shadow); }
.valuation > div:first-child { margin-bottom: 20px; display: grid; gap: 5px; }
.valuation > div:first-child span { color: var(--orange); font-size: 8px; }
.valuation > div:first-child b { color: var(--navy); font-size: 18px; }
.valuation label, .contact-modal label { margin-bottom: 12px; display: grid; gap: 6px; }
.valuation label > span, .contact-modal label > span { color: #778496; font-size: 8px; }
.valuation input, .valuation select, .contact-modal input, .contact-modal textarea { width: 100%; height: 42px; padding: 0 11px; border: 1px solid #d8dee5; outline: 0; color: var(--ink); background: white; font-size: 10px; }
.valuation input:focus, .valuation select:focus, .contact-modal input:focus, .contact-modal textarea:focus { border-color: var(--blue); }
.valuation-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.unit-input { position: relative; }
.unit-input input { padding-right: 58px; }
.unit-input i { position: absolute; top: 14px; right: 11px; color: #8793a1; font-style: normal; font-size: 8px; }
.agree { margin: 5px 0 15px !important; display: flex !important; align-items: center; gap: 7px !important; }
.agree input { width: 14px !important; height: 14px !important; margin: 0; accent-color: var(--blue); }
.agree span { font-size: 8px; }
.valuation > button, .contact-modal form > button { width: 100%; height: 46px; padding: 0 15px; border: 0; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--blue); font-weight: 700; font-size: 9px; }
.valuation > button i, .contact-modal form > button i { font-style: normal; }
.valuation-result { display: none; margin-top: 14px; padding: 14px; color: #1d4fa9; background: #edf3ff; }
.valuation-result.show { display: grid; gap: 4px; }
.valuation-result strong { font-size: 17px; }
.valuation-result span { font-size: 8px; line-height: 1.6; }

.steps { background: white; }
.section-heading.clean { margin-bottom: 26px; }
.step-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step-grid article { min-height: 220px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-grid i { color: var(--blue); font: 800 10px Arial,sans-serif; }
.step-grid span { margin-top: 37px; display: block; color: #8b96a4; font-size: 8px; }
.step-grid b { margin: 7px 0; display: block; color: var(--navy); font-size: 13px; }
.step-grid p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }

.about { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy-deep); }
.about-photo { position: relative; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg,#17365e,#0e1f35); }
.about-photo::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.02),0 0 0 140px rgba(255,255,255,.02); }
.about-mark { position: relative; z-index: 2; color: transparent; -webkit-text-stroke: 2px #8db1ff; font: 900 clamp(120px,18vw,260px)/1 Arial,sans-serif; letter-spacing: -.1em; }
.about-photo > span { position: absolute; bottom: 38px; color: #7890aa; font: 700 8px Arial,sans-serif; letter-spacing: .2em; }
.about-content { padding: 85px 7vw; align-self: center; color: white; }
.about-content > span { color: #92b2fa; }
.about-content h2 { margin: 18px 0 24px; color: white; }
.about-content > p { color: #aab8c9; font-size: 11px; line-height: 1.95; }
.about-content > div { margin: 28px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.about-content article { padding-top: 14px; border-top: 1px solid #3b4d62; display: grid; gap: 5px; }
.about-content article b { color: white; font-size: 12px; }
.about-content article span { color: #7f93aa; font-size: 8px; }
.about-content > button { height: 43px; padding: 0 16px; border: 1px solid #6f86a1; color: white; background: transparent; font-size: 9px; }
.about-content button i { margin-left: 28px; font-style: normal; }

.closing { padding: 65px 7vw; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: #eaf1ff; }
.closing span { color: var(--blue); font-size: 9px; }
.closing h2 { margin: 8px 0 0; color: var(--navy); font-size: clamp(28px,4vw,44px); letter-spacing: -.04em; }
.closing button { height: 48px; padding: 0 18px; border: 0; color: white; background: var(--blue); font-weight: 700; font-size: 10px; }
.closing button i { margin-left: 35px; font-style: normal; }

footer { padding: 55px 5vw 22px; color: white; background: #0b1a2c; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 45px; }
.footer-logo b { color: white; }
.footer-top > div { display: grid; align-content: start; gap: 10px; }
.footer-top > div > b { margin-bottom: 5px; color: white; font-size: 11px; }
.footer-top a:not(.logo), .footer-top button { width: max-content; padding: 0; border: 0; color: #8091a6; background: transparent; font-size: 9px; }
.footer-bottom { margin-top: 45px; padding-top: 18px; border-top: 1px solid #23364c; display: flex; justify-content: space-between; color: #5f7187; font-size: 8px; }
.mobile-bottom { display: none; }

.detail-drawer { position: fixed; inset: 0; z-index: 100; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.detail-drawer.show { opacity: 1; pointer-events: auto; }
.drawer-mask, .modal-mask { position: absolute; inset: 0; background: rgba(11,26,44,.65); backdrop-filter: blur(6px); }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(600px,100%); height: 100%; overflow-y: auto; background: white; transform: translateX(100%); transition: transform .28s ease; }
.detail-drawer.show .drawer-panel { transform: translateX(0); }
.drawer-close, .modal-close { position: absolute; z-index: 4; top: 16px; right: 16px; width: 34px; height: 34px; border: 0; color: var(--navy); background: rgba(255,255,255,.9); font-size: 20px; }
.drawer-image { position: relative; aspect-ratio: 1.45; overflow: hidden; background: #ebe9e4; }
.drawer-image .car-photo { position: absolute; inset: 0; }
.drawer-gallery { background: #eef1f4; }
.drawer-thumbs { padding: 8px; display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.drawer-thumb { padding: 0; border: 2px solid transparent; aspect-ratio: 1.45; overflow: hidden; background: white; opacity: .72; }
.drawer-thumb.active { border-color: var(--blue); opacity: 1; }
.drawer-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.drawer-body { padding: 28px; }
.drawer-body > span { color: var(--blue); font-size: 8px; }
.drawer-body h2 { margin: 10px 0 7px; color: var(--navy); font-size: 25px; }
.drawer-body > p { color: var(--muted); font-size: 10px; }
.drawer-price { margin: 22px 0; color: var(--orange); font: 900 32px Arial,sans-serif; }
.drawer-price span { font: 400 9px "Microsoft YaHei",sans-serif; }
.drawer-facts { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.drawer-facts div { padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 5px; }
.drawer-facts span { color: #8a96a5; font-size: 8px; }
.drawer-facts b { color: var(--navy); font-size: 10px; }
.drawer-condition { margin-top: 20px; padding: 18px; background: #f5f7f9; }
.drawer-condition h3 { margin: 0 0 9px; font-size: 11px; }
.drawer-condition p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.8; }
.drawer-source { margin: 16px 0 0 !important; padding-top: 14px; border-top: 1px solid var(--line); color: #8995a4 !important; font-size: 8px !important; line-height: 1.7; }
.drawer-source a { margin-top: 7px; display: inline-block; color: var(--blue); font-weight: 700; }
.drawer-body > button { width: 100%; height: 46px; margin-top: 18px; border: 0; color: white; background: var(--navy); font-weight: 700; font-size: 9px; }

.modal-wrap { position: fixed; inset: 0; z-index: 110; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.modal-wrap.show { opacity: 1; pointer-events: auto; }
.contact-modal { position: absolute; left: 50%; top: 50%; width: min(500px,calc(100% - 24px)); max-height: 92vh; padding: 34px; overflow-y: auto; background: white; transform: translate(-50%,-46%) scale(.98); transition: .22s ease; }
.modal-wrap.show .contact-modal { transform: translate(-50%,-50%) scale(1); }
.contact-modal > span { color: var(--blue); font-size: 8px; font-weight: 800; }
.contact-modal h2 { margin: 10px 0 8px; color: var(--navy); font-size: 27px; }
.contact-modal > p { margin: 0 0 20px; color: var(--muted); font-size: 9px; line-height: 1.7; }
.contact-modal textarea { height: auto; padding-top: 10px; resize: vertical; }
.toast { position: fixed; z-index: 130; left: 50%; bottom: 28px; padding: 11px 16px; opacity: 0; pointer-events: none; color: white; background: var(--navy); box-shadow: var(--shadow); font-size: 9px; transform: translate(-50%,12px); transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1150px) {
  .header { grid-template-columns: 190px 1fr 210px; }
  .header nav { gap: 22px; }
  .hero-content { width: 53%; }
  .finder { grid-template-columns: 1fr 1fr .8fr .7fr 130px; }
  .car-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .header { height: 67px; grid-template-columns: 1fr auto auto; }
  .header nav { position: fixed; top: 101px; left: 0; right: 0; padding: 15px 5vw 25px; display: none; background: white; box-shadow: 0 20px 40px rgba(24,49,83,.12); }
  .header nav.show { display: grid; }
  .header nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .header-actions { margin-left: auto; }
  .mobile-menu { width: 38px; height: 38px; padding: 9px; border: 1px solid var(--line); display: grid; align-content: center; gap: 4px; background: white; }
  .mobile-menu span { height: 1px; background: var(--navy); }
  .hero { min-height: 810px; }
  .hero > img { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(246,244,239,.98),rgba(246,244,239,.85) 50%,rgba(246,244,239,.08)); }
  .hero-content { width: 68%; padding-left: 5vw; }
  .hero-proof { left: 5vw; }
  .finder { left: 3vw; right: 3vw; grid-template-columns: 1fr 1fr; }
  .finder-title { grid-column: 1 / -1; }
  .finder > button { grid-column: 1 / -1; }
  .service-shortcuts { grid-template-columns: 1fr 1fr; }
  .car-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .promise { grid-template-columns: 1fr; }
  .inspection { grid-template-columns: 1fr; }
  .report-preview { width: min(590px,calc(100% - 25px)); }
  .porsche-panel { width: 52%; }
  .sell { grid-template-columns: 1fr; }
  .about { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 640px) {
  .utility-bar { padding: 0 14px; }
  .utility-bar p, .utility-bar a { display: none; }
  .header { top: 0; padding: 0 14px; grid-template-columns: 1fr auto; }
  .header-actions { display: none; }
  .logo strong { font-size: 27px; }
  .logo b { font-size: 11px; }
  .logo small { display: none; }
  .header nav { top: 101px; }
  .hero { min-height: 820px; }
  .hero > img { height: 51%; top: auto; bottom: 194px; object-position: 69% center; }
  .hero-shade { background: linear-gradient(180deg,var(--cream) 0%,var(--cream) 52%,rgba(246,244,239,.16) 77%,var(--cream) 100%); }
  .hero-content { width: 100%; padding: 55px 18px 0; }
  .hero h1 { margin-top: 18px; font-size: 43px; }
  .hero-content > p { font-size: 10px; line-height: 1.8; }
  .hero-buttons { margin-top: 22px; }
  .hero-buttons a, .hero-buttons button { flex: 1; min-width: 0; padding: 0 12px; gap: 8px; }
  .hero-proof { left: 18px; right: 18px; bottom: 200px; padding: 12px; justify-content: space-between; gap: 5px; background: rgba(255,255,255,.88); }
  .hero-proof article { padding-left: 7px; }
  .hero-proof b { font-size: 9px; }
  .hero-proof span { font-size: 6px; }
  .finder { left: 12px; right: 12px; bottom: 12px; min-height: 177px; padding: 12px; gap: 7px; }
  .finder-title b { font-size: 13px; }
  .finder label { height: 48px; padding: 6px 8px; }
  .finder label:nth-of-type(1) { grid-column: 1 / -1; }
  .finder > button { height: 43px; }
  .service-shortcuts { padding: 17px 12px; gap: 8px; }
  .service-shortcuts > button { min-height: 82px; padding: 12px; grid-template-columns: 36px 1fr; }
  .shortcut-icon { width: 36px; height: 36px; }
  .service-shortcuts > button > i { display: none; }
  .service-shortcuts b { font-size: 10px; }
  .section { padding: 65px 14px; }
  .section-heading { align-items: start; flex-direction: column; gap: 13px; }
  .section-heading h2, .promise-intro h2, .inspection-copy h2, .porsche-panel h2, .sell-heading h2, .about-content h2 { font-size: 32px; }
  .cars-toolbar { align-items: stretch; flex-direction: column; }
  .car-tabs { margin: 0 -14px; padding: 0 14px; overflow-x: auto; }
  .car-tabs button { white-space: nowrap; }
  .car-tools { display: grid; grid-template-columns: 1fr 120px; }
  .car-tools label { width: 100%; }
  .car-grid { grid-template-columns: 1fr; gap: 12px; }
  .car-image { aspect-ratio: 1.5; }
  .car-info h3 { min-height: 0; }
  .promise { padding: 65px 14px; }
  .promise-list { grid-template-columns: 1fr; }
  .promise-list article { min-height: 150px; }
  .promise-list span { margin-top: 20px; }
  .inspection-points { grid-template-columns: 1fr; }
  .report-preview { padding: 20px; box-shadow: 13px 13px 0 #dce8ff; }
  .score-ring strong { font-size: 58px; }
  .porsche { min-height: 870px; }
  .porsche > img { height: 44%; object-position: center; }
  .porsche-panel { top: auto; bottom: 0; width: 100%; height: 59%; padding: 38px 18px; }
  .porsche-stock { margin: 17px 0; }
  .porsche-stock div { padding: 12px; }
  .porsche-panel li { padding-top: 8px; padding-bottom: 8px; }
  .valuation { padding: 22px 17px; }
  .valuation-row { grid-template-columns: 1fr; gap: 0; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article { min-height: 165px; }
  .step-grid span { margin-top: 25px; }
  .about { grid-template-columns: 1fr; }
  .about-photo { min-height: 290px; }
  .about-mark { font-size: 130px; }
  .about-content { padding: 55px 18px; }
  .about-content > div { grid-template-columns: 1fr; }
  .about-content article { grid-template-columns: 55px 1fr; }
  .closing { padding: 48px 18px 80px; align-items: stretch; flex-direction: column; }
  .closing button { width: 100%; }
  footer { padding: 50px 18px 90px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-top .footer-logo { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; line-height: 1.6; }
  .mobile-bottom { position: fixed; z-index: 80; left: 11px; right: 11px; bottom: calc(9px + env(safe-area-inset-bottom)); height: 58px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr 1.2fr; background: rgba(16,36,62,.96); box-shadow: 0 14px 40px rgba(16,36,62,.28); backdrop-filter: blur(13px); }
  .mobile-bottom a, .mobile-bottom button { border: 0; display: grid; place-items: center; align-content: center; gap: 2px; color: #b9c7d8; background: transparent; font-size: 8px; }
  .mobile-bottom i { color: #8fb2ff; font-style: normal; font-size: 14px; }
  .mobile-bottom button { color: white; background: var(--blue); }
  .mobile-bottom button i { color: white; }
  .drawer-panel { top: 8%; height: 92%; border-radius: 16px 16px 0 0; }
  .drawer-body { padding: 20px 16px 90px; }
  .drawer-facts { grid-template-columns: 1fr 1fr; }
  .contact-modal { top: auto; bottom: 0; width: 100%; max-height: 93vh; padding: 30px 18px 24px; transform: translate(-50%,100%); }
  .modal-wrap.show .contact-modal { transform: translate(-50%,0); }
  .toast { bottom: 82px; white-space: nowrap; }
}

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