:root {
  --navy: #061a31;
  --navy-soft: #102b47;
  --blue: #38c4ff;
  --ice: #edf5fb;
  --paper: #f8fbfd;
  --ink: #0a1b2d;
  --muted: #68798a;
  --line: rgba(16, 44, 72, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.demo-notice { padding: 9px 18px; color: #c9d7e4; background: #020912; text-align: center; font-size: 12px; letter-spacing: .02em; }
.demo-notice a { color: var(--blue); font-weight: 800; }

.garage-header { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 0 max(24px, calc((100vw - 1340px) / 2)); background: #fff; }
.garage-logo { display: flex; align-items: center; gap: 7px; width: max-content; color: var(--navy); font-size: 12px; font-weight: 950; letter-spacing: -.03em; }
.garage-logo span { font-size: 17px; }
.garage-logo i { color: var(--blue); font-size: 21px; font-style: normal; letter-spacing: -.2em; transform: skewX(-18deg); }
.garage-logo strong { font-size: 11px; letter-spacing: .15em; }
.garage-header nav { display: flex; gap: 34px; color: #496075; font-size: 13px; font-weight: 700; }
.garage-header nav a:hover { color: var(--navy); }
.header-cta { justify-self: end; padding: 12px 20px; border-radius: 7px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 850; }

.garage-pulse { position: relative; z-index: 15; display: flex; align-items: center; justify-content: center; gap: 74px; min-height: 56px; padding: 10px 24px; color: #dce9f4; background: var(--navy); border-bottom: 1px solid rgba(56, 196, 255, .28); font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.garage-pulse span { display: flex; align-items: center; gap: 10px; }
.garage-pulse b, .check-status b, .result-kicker b { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(56, 196, 255, .12), 0 0 18px var(--blue); }

.garage-hero { position: relative; min-height: 790px; overflow: hidden; color: #fff; background: var(--navy); }
.garage-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.72) contrast(1.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 21, 39, .95) 0%, rgba(7, 32, 57, .76) 47%, rgba(5, 24, 43, .42) 100%), linear-gradient(0deg, rgba(6, 26, 49, .75), transparent 52%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(1200px, calc(100% - 48px)); min-height: 790px; margin: 0 auto; padding: 72px 0 160px; }
.overline { margin: 0 0 20px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.overline.dark { color: #198ec2; }
.garage-hero h1 { max-width: 980px; margin: 0; font-size: clamp(64px, 9.2vw, 138px); line-height: .82; letter-spacing: -.075em; }
.garage-hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px rgba(255,255,255,.7); }
.hero-lead { max-width: 650px; margin: 34px 0 32px; color: #d2e0eb; font-size: clamp(17px, 1.8vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 8px; color: var(--navy); background: var(--blue); font-size: 13px; font-weight: 900; box-shadow: 0 14px 42px rgba(56,196,255,.24); }
.text-button { display: inline-flex; align-items: center; gap: 18px; color: #e4edf5; font-size: 13px; font-weight: 800; }
.text-button span { color: var(--blue); font-size: 20px; }
.hero-facts { display: flex; align-items: center; gap: 14px; margin-top: 48px; color: #c7d7e4; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.hero-facts i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

.check-shell { position: relative; z-index: 5; margin-top: -105px; padding: 0 24px 120px; }
.check-card { width: min(1200px, 100%); margin: 0 auto; overflow: hidden; border: 1px solid rgba(43,104,146,.24); border-radius: 24px; background: #fff; box-shadow: 0 35px 90px rgba(6, 26, 49, .18); }
.check-status { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 28px; color: #cce5f6; background: var(--navy); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.check-status b { width: 6px; height: 6px; }
.check-status small { margin-left: auto; color: #6f8ba2; font-size: 9px; }
.check-intro { max-width: 780px; padding: 66px 68px 36px; }
.check-intro h2 { margin: 0 0 16px; font-size: clamp(43px, 6vw, 76px); line-height: .95; letter-spacing: -.06em; }
.check-intro > p:last-child { max-width: 630px; margin: 0; color: var(--muted); }
.check-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 18px; padding: 0 68px 30px; }
.service-picker { display: grid; gap: 10px; }
.service-choice { display: grid; align-items: center; min-height: 105px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.service-choice:hover { transform: translateX(3px); }
.service-choice.is-active { border-color: var(--blue); background: #edf9ff; box-shadow: inset 4px 0 0 var(--blue); }
.service-choice strong { font-size: 20px; }
.service-choice small { color: var(--muted); }
.check-result { display: flex; flex-direction: column; min-height: 335px; padding: 36px 42px; color: #fff; border-radius: 15px; background: linear-gradient(145deg, #0d2944, #061a31); }
.result-kicker { display: flex; align-items: center; justify-content: space-between; color: #80d9ff; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.result-label { margin: auto 0 8px; color: #829bb0; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.check-result h3 { max-width: 620px; margin: 0; font-size: clamp(34px, 4.6vw, 58px); line-height: .98; letter-spacing: -.055em; }
.check-result > p:not(.result-label) { max-width: 680px; margin: 18px 0 24px; color: #b9cad8; }
.check-result dl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 26px; }
.check-result dl div { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.16); }
.check-result dt { color: #6e899e; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.check-result dd { margin: 3px 0 0; color: var(--blue); font-size: 14px; }
.check-result > a { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.22); color: #fff; font-size: 12px; font-weight: 850; }
.check-result > a span { color: var(--blue); }
.demo-hint { margin: 0; padding: 0 68px 42px; color: #8b99a6; font-size: 10px; text-align: right; }

.answers { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 130px; }
.section-copy { position: sticky; top: 30px; align-self: start; }
.section-copy h2 { margin: 0 0 26px; font-size: clamp(44px, 5.6vw, 72px); line-height: .96; letter-spacing: -.06em; }
.section-copy > p:last-child { max-width: 460px; margin: 0; color: var(--muted); }
.answer-list { border-top: 1px solid var(--line); }
.answer-list details { border-bottom: 1px solid var(--line); }
.answer-list summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 27px 0; list-style: none; font-size: 19px; font-weight: 800; cursor: pointer; }
.answer-list summary::-webkit-details-marker { display: none; }
.answer-list summary span { color: #229bcf; font-size: 26px; font-weight: 400; transition: transform .2s ease; }
.answer-list details[open] summary span { transform: rotate(45deg); }
.answer-list details p { max-width: 650px; margin: -7px 0 28px; color: var(--muted); }

.garage-stage { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; overflow: hidden; color: #fff; background: var(--navy); }
.garage-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.65) contrast(1.05); }
.garage-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,26,49,.25), rgba(6,26,49,.95) 66%), linear-gradient(0deg, rgba(6,26,49,.45), transparent); }
.stage-copy { position: absolute; z-index: 2; left: max(24px, calc((100vw - 1180px) / 2)); bottom: 52px; display: flex; align-items: center; gap: 18px; color: #e2edf5; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.stage-copy i { color: var(--blue); font-style: normal; }
.garage-stage article { position: relative; z-index: 2; grid-column: 2; align-self: center; max-width: 650px; padding: 70px; }
.garage-stage h2 { margin: 0 0 24px; font-size: clamp(54px, 7vw, 94px); line-height: .9; letter-spacing: -.065em; }
.garage-stage article > p:last-child { max-width: 520px; color: #bfd0dd; font-size: 18px; }

.process { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.process-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: .92; letter-spacing: -.065em; }
.process ol { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.process li { min-height: 220px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process strong { display: block; margin-top: 30px; font-size: 23px; }
.process li p { margin: 8px 0 0; color: var(--muted); }

.contact { padding: 125px 24px; color: #fff; background: var(--navy); text-align: center; }
.contact h2 { max-width: 1080px; margin: 0 auto 46px; font-size: clamp(49px, 7vw, 94px); line-height: .94; letter-spacing: -.065em; }
.contact > a { display: inline-flex; align-items: center; justify-content: space-between; min-width: 320px; min-height: 62px; padding: 0 22px; border-radius: 8px; color: var(--navy); background: var(--blue); font-size: 13px; font-weight: 900; }
.contact small { display: block; margin-top: 24px; color: #7890a5; }

footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px max(24px, calc((100vw - 1340px) / 2)); color: #879bad; background: #020912; font-size: 11px; letter-spacing: .05em; }
footer strong { color: #dae6ef; }

@media (max-width: 900px) {
  .garage-header { grid-template-columns: 1fr auto; }
  .garage-header nav { display: none; }
  .garage-pulse { gap: 25px; }
  .garage-pulse span:last-child { display: none; }
  .check-layout, .answers, .process { grid-template-columns: 1fr; }
  .check-layout { gap: 24px; }
  .answers, .process { gap: 58px; }
  .section-copy { position: static; }
  .garage-stage { grid-template-columns: 1fr; }
  .garage-stage::after { background: linear-gradient(0deg, rgba(6,26,49,.98) 0%, rgba(6,26,49,.42) 74%); }
  .garage-stage article { grid-column: 1; align-self: end; padding: 50px 32px 120px; }
}

@media (max-width: 620px) {
  .demo-notice { font-size: 10px; }
  .garage-header { min-height: 68px; padding-inline: 16px; }
  .garage-logo span { font-size: 14px; }
  .garage-logo strong { display: none; }
  .header-cta { padding: 10px 12px; }
  .garage-pulse { min-height: 50px; padding-inline: 14px; font-size: 8px; letter-spacing: .08em; }
  .garage-pulse span:nth-child(2) { display: none; }
  .garage-hero, .hero-content { min-height: 720px; }
  .garage-hero > img { object-position: 64% center; }
  .hero-content { width: calc(100% - 32px); padding: 70px 0 130px; }
  .garage-hero h1 { font-size: clamp(58px, 19vw, 82px); }
  .hero-lead { margin-top: 28px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-facts { align-items: flex-start; flex-direction: column; gap: 7px; }
  .hero-facts i { display: none; }
  .check-shell { margin-top: -76px; padding: 0 10px 80px; }
  .check-card { border-radius: 18px; }
  .check-status { padding: 0 18px; }
  .check-intro { padding: 46px 22px 28px; }
  .check-intro h2 { font-size: 45px; }
  .check-layout { padding: 0 12px 24px; }
  .service-choice { min-height: 90px; }
  .check-result { min-height: 430px; padding: 28px 24px; }
  .check-result h3 { font-size: 38px; }
  .check-result dl { grid-template-columns: 1fr; }
  .demo-hint { padding: 0 22px 30px; text-align: left; }
  .answers, .process { width: calc(100% - 36px); padding: 82px 0; }
  .section-copy h2, .process-heading h2 { font-size: 48px; }
  .answer-list summary { font-size: 16px; }
  .garage-stage { min-height: 690px; }
  .garage-stage > img { object-position: 66% center; }
  .garage-stage article { padding: 40px 24px 125px; }
  .garage-stage h2 { font-size: 55px; }
  .stage-copy { left: 24px; right: 24px; bottom: 38px; flex-wrap: wrap; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 190px; }
  .contact { padding: 90px 18px; }
  .contact h2 { font-size: 49px; }
  .contact > a { width: 100%; min-width: 0; }
  footer { align-items: center; flex-direction: column; text-align: center; }
}

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