:root {
  --paper: #ffffff;
  --paper-alt: #f4f5f6;
  --ink: #161a1f;
  --muted: #626b76;
  --line: #dce0e4;
  --asphalt: #23282f;
  --asphalt-deep: #171b20;
  --signal: #e7bd13;
  --signal-dark: #a77d00;
  --green: #15865d;
  --red: #c84856;
  --amber: #b87900;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 999; left: 16px; top: 16px; padding: 10px 14px; background: var(--ink); color: white; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner { height: 76px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.03em; font-size: 18px; }
.brand img { border-radius: 9px; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a, .text-link { color: #414954; font-size: 14px; font-weight: 600; }
.main-nav a:hover, .text-link:hover { color: var(--signal-dark); }
.header-actions { display: flex; align-items: center; gap: 20px; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--signal);
  border-radius: 7px;
  background: var(--signal);
  color: #17191d;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 -2px 0 rgba(90, 65, 0, .16);
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover { background: #f1cb2d; border-color: #f1cb2d; transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(231, 189, 19, .45); outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-secondary { border-color: #bac0c7; background: transparent; box-shadow: none; }
.button-secondary:hover { border-color: var(--ink); background: var(--paper-alt); }
.button-light { background: white; border-color: white; color: var(--asphalt-deep); box-shadow: none; }
.button-light:hover { background: var(--signal); border-color: var(--signal); }
.full { width: 100%; }
.menu-button { display: none; }

.hero { position: relative; overflow: hidden; padding: 78px 0 86px; border-bottom: 1px solid var(--line); }
.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 52%;
  height: 100%;
  background: linear-gradient(135deg, #f7f7f8 0%, #eceef0 100%);
  border-left: 1px solid var(--line);
}
.road-line { position: absolute; left: calc(50% + 60px); right: 0; bottom: 37px; height: 2px; background: repeating-linear-gradient(90deg, var(--signal) 0 48px, transparent 48px 72px); opacity: .8; }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.context-line { margin: 0 0 18px; color: var(--signal-dark); font-size: 13px; font-weight: 800; letter-spacing: .01em; }
h1, h2, h3 { margin-top: 0; font-family: "Roboto Condensed", Arial, sans-serif; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(54px, 6.6vw, 92px); }
.hero-lead { max-width: 590px; margin: 0 0 32px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #4f5862; font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.product-scene { position: relative; padding: 18px; border: 1px solid #cdd2d7; border-radius: 12px; background: #fff; box-shadow: 22px 25px 0 rgba(22, 26, 31, .06), 0 24px 70px rgba(22, 26, 31, .13); transform: rotate(-1deg); }
.scene-topline { display: flex; justify-content: space-between; align-items: center; padding: 4px 3px 17px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; }
.live-dot { color: var(--green); }
.live-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: currentColor; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px 0; }
.metric-row article { padding: 17px; background: #f5f6f7; border-left: 3px solid var(--signal); }
.metric-row small, .metric-row span { display: block; color: var(--muted); font-size: 10px; font-weight: 600; }
.metric-row strong { display: block; margin: 3px 0 2px; font: 700 34px/1 "Roboto Condensed", sans-serif; }
.metric-row .positive { color: var(--green); }
.stock-table { border: 1px solid var(--line); }
.table-head, .vehicle-row { display: grid; grid-template-columns: 1.5fr .8fr .55fr; align-items: center; gap: 10px; padding: 11px 12px; }
.table-head { background: var(--asphalt); color: #eef0f2; font-size: 9px; font-weight: 700; }
.vehicle-row { min-height: 54px; border-top: 1px solid var(--line); font-size: 10px; }
.vehicle-row:first-of-type { border-top: 0; }
.vehicle-row > span { display: flex; align-items: center; gap: 9px; }
.car-mark { display: block; width: 32px; height: 23px; border-radius: 4px; background: linear-gradient(145deg, #7d848d, #30353c); position: relative; }
.car-mark::after { content: ""; position: absolute; left: 5px; right: 5px; bottom: 4px; height: 5px; border-radius: 5px 5px 2px 2px; background: rgba(255,255,255,.7); }
.car-two { background: linear-gradient(145deg, #b5b7b6, #535861); }
.car-three { background: linear-gradient(145deg, #45596c, #15191e); }
.status { justify-self: start; padding: 3px 7px; border-radius: 20px; font-style: normal; font-weight: 700; }
.available { color: var(--green); background: #e8f8f1; }
.reserved { color: var(--amber); background: #fff5d7; }
.vehicle-row time { color: var(--muted); }
.vehicle-row .attention { color: var(--amber); font-weight: 800; }
.scene-caption { display: flex; justify-content: space-between; gap: 20px; padding: 16px 3px 2px; align-items: flex-end; }
.scene-caption span { color: var(--muted); font-size: 10px; }
.scene-caption strong { max-width: 250px; text-align: right; font-size: 11px; }

.signal-strip { background: var(--asphalt-deep); color: white; }
.signal-grid { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signal-grid span { padding: 0 22px; border-right: 1px solid #3c424a; font: 600 15px "Roboto Condensed", sans-serif; }
.signal-grid span:first-child { padding-left: 0; }
.signal-grid span:last-child { border-right: 0; }
.signal-grid span::before { content: ""; display: inline-block; width: 16px; height: 2px; margin: 0 10px 4px 0; background: var(--signal); }

.section { padding: 110px 0; }
.section-heading { margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 20px; font-size: clamp(42px, 5vw, 68px); }
.section-heading > p:not(.context-line) { max-width: 560px; margin: 0; color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 80px; }
.split-heading > p { padding-bottom: 7px; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.feature { min-height: 250px; display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 38px 40px 38px 0; border-bottom: 1px solid var(--line); }
.feature:nth-child(even) { padding-left: 40px; border-left: 1px solid var(--line); }
.feature-wide { grid-column: 1 / -1; grid-template-columns: 54px .9fr 1.1fr; padding-right: 0; }
.feature-number { color: var(--signal-dark); font: 700 16px "Roboto Condensed", sans-serif; }
.feature h3 { margin-bottom: 15px; font-size: 30px; line-height: 1.08; }
.feature p { max-width: 520px; margin: 0; color: var(--muted); }
.age-scale { display: grid; align-content: center; border-left: 1px solid var(--line); }
.age-scale span { display: flex; align-items: center; justify-content: space-between; padding: 14px 0 14px 34px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.age-scale span:last-child { border-bottom: 0; }
.age-scale b { color: var(--ink); font: 700 23px "Roboto Condensed", sans-serif; }
.age-scale span:nth-child(2) b { color: var(--amber); }
.age-scale span:nth-child(3) b { color: var(--red); }

.operation { position: relative; overflow: hidden; background: var(--asphalt); color: white; }
.operation::after { content: ""; position: absolute; top: 0; right: 8%; width: 2px; height: 100%; background: repeating-linear-gradient(180deg, var(--signal) 0 54px, transparent 54px 82px); opacity: .55; }
.operation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.operation h2 { margin-bottom: 28px; font-size: clamp(44px, 5vw, 70px); }
.operation-copy > p:not(.context-line) { margin: 0 0 32px; color: #bdc3ca; }
.context-line.light { color: var(--signal); }
.workflow { margin: 0; padding: 0; list-style: none; border-top: 1px solid #4a515a; }
.workflow li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #4a515a; }
.workflow li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #666f79; border-radius: 50%; color: var(--signal); font-weight: 800; }
.workflow strong { display: block; margin-bottom: 3px; font: 600 22px "Roboto Condensed", sans-serif; }
.workflow p { margin: 0; color: #aeb5bd; font-size: 14px; }

.plans { background: var(--paper-alt); }
.centered-heading { text-align: center; }
.centered-heading > p { margin-inline: auto !important; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid #ced3d8; border-radius: 8px; background: white; }
.featured-plan { border: 2px solid var(--asphalt); box-shadow: 10px 12px 0 #d9dde0; }
.plan-flag { position: absolute; top: -15px; right: 20px; padding: 5px 11px; border-radius: 4px; background: var(--signal); font-size: 11px; font-weight: 800; }
.plan-name h3 { margin-bottom: 7px; font-size: 32px; }
.plan-name p { margin: 0; color: var(--muted); font-size: 13px; }
.price { display: flex; align-items: baseline; gap: 4px; margin: 28px 0; }
.price span { align-self: flex-start; padding-top: 7px; font-weight: 800; }
.price strong { font: 700 48px/1 "Roboto Condensed", sans-serif; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: 12px; }
.plan-card ul { flex: 1; margin: 0 0 30px; padding: 0; list-style: none; }
.plan-card li { position: relative; padding: 10px 0 10px 22px; border-bottom: 1px solid #edf0f2; font-size: 13px; }
.plan-card li::before { content: ""; position: absolute; left: 0; top: 18px; width: 7px; height: 4px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq .section-heading a { display: inline-block; margin-top: 22px; color: var(--signal-dark); font-weight: 800; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 45px 24px 0; cursor: pointer; list-style: none; font: 600 21px "Roboto Condensed", sans-serif; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--signal-dark); font: 500 27px/1 "Manrope", sans-serif; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 50px 24px 0; color: var(--muted); font-size: 14px; }

.final-cta { padding: 86px 0; background: var(--signal); }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; }
.final-cta h2 { margin: 0; font-size: clamp(50px, 6vw, 82px); }
.final-cta .context-line { color: #594400; }
.final-cta-inner > div:last-child p { max-width: 430px; margin: 0 0 24px; }

.site-footer { padding: 54px 0 28px; background: var(--asphalt-deep); color: white; }
.footer-main { display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: center; gap: 50px; padding-bottom: 44px; }
.footer-main > p { margin: 0; color: #9ca5af; font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; font-size: 13px; }
.footer-links a:hover { color: var(--signal); }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #343a42; color: #858e98; font-size: 10px; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 36px, 740px); }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 18px; background: white; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: grid; gap: 4px; }
  .main-nav a { padding: 12px 8px; }
  .menu-button { order: 3; display: grid; gap: 4px; width: 42px; height: 42px; margin-left: 0; place-content: center; border: 1px solid var(--line); border-radius: 6px; background: white; }
  .menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; background: var(--ink); }
  .header-actions { margin-left: auto; }
  .hero::before { inset: 48% 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .hero-grid, .operation-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 62px; }
  .product-scene { max-width: 700px; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .operation-grid, .faq-grid { gap: 64px; }
  .plan-grid { grid-template-columns: 1fr; max-width: 620px; }
  .plan-card { min-height: auto; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); }
  .header-inner { height: 68px; gap: 12px; }
  .brand span { font-size: 16px; }
  .brand img { width: 36px; height: 36px; }
  .header-actions .text-link { display: none; }
  .header-actions .button { min-height: 38px; padding-inline: 12px; font-size: 12px; }
  .menu-button { width: 38px; height: 38px; }
  .main-nav { top: 68px; }
  .hero { padding: 58px 0 62px; }
  h1 { font-size: clamp(50px, 16vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 8px; }
  .product-scene { margin-inline: -4px; padding: 10px; transform: none; box-shadow: 8px 10px 0 rgba(22, 26, 31, .07); }
  .scene-topline { font-size: 9px; }
  .metric-row article { padding: 12px; }
  .metric-row strong { font-size: 28px; }
  .table-head, .vehicle-row { grid-template-columns: 1.3fr .8fr .45fr; padding-inline: 8px; }
  .car-mark { display: none; }
  .status { font-size: 8px; }
  .scene-caption { display: none; }
  .signal-grid { grid-template-columns: 1fr 1fr; padding-block: 16px; }
  .signal-grid span { padding: 9px 8px; border-right: 0; font-size: 13px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 44px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature, .feature-wide { grid-column: auto; min-height: auto; grid-template-columns: 40px 1fr; padding: 28px 0; }
  .feature:nth-child(even) { padding-left: 0; border-left: 0; }
  .age-scale { grid-column: 1 / -1; margin-top: 15px; border-top: 1px solid var(--line); border-left: 0; }
  .age-scale span { padding-left: 0; }
  .feature h3 { font-size: 27px; }
  .operation::after { right: 10px; }
  .workflow { margin-right: 18px; }
  .workflow li { grid-template-columns: 44px 1fr; }
  .plan-card { padding: 28px 24px; }
  .faq-grid { gap: 30px; }
  .final-cta { padding: 64px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-main > p { grid-column: auto; grid-row: auto; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-legal { flex-direction: column; }
}

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