:root {
  --ink: #14202a;
  --muted: #66727d;
  --paper: #f7fafb;
  --white: #ffffff;
  --line: #dce7ec;
  --accent: #63c83d;
  --accent-dark: #2f871f;
  --accent-soft: #edfbe8;
  --green: #63c83d;
  --charcoal: #17242e;
  --shadow: 0 22px 70px rgba(20, 32, 42, 0.12);
  --soft-shadow: 0 12px 34px rgba(20, 32, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 231, 236, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 500px;
  min-width: 320px;
}

.brand-logo {
  width: clamp(320px, 32vw, 500px);
  height: auto;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.8rem;
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-link {
  color: var(--accent-dark);
  font-weight: 850;
}

.header-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 850;
  white-space: nowrap;
}

.header-button,
.button.primary {
  color: white;
  background: var(--accent);
  box-shadow: 0 12px 30px rgba(99, 200, 61, 0.24);
}

.button.ghost {
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(12px, 2.2vw, 26px) 0 clamp(24px, 5vw, 64px);
}

.hero-copy {
  max-width: 720px;
}

.hero-logo {
  display: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(2.75rem, 6vw, 5.75rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-title {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  line-height: 0.98;
}

.hero-process-image {
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.hero-process-image img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
  animation: processImageFloat 4.8s ease-in-out infinite;
}

.hero-process-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.hero-process-icons article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 10px 11px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.hero-process-icons img {
  display: block;
  width: min(100%, 152px);
  aspect-ratio: 1 / 1;
  margin: -8px auto 2px;
  object-fit: contain;
  animation: processImageFloat 4.8s ease-in-out infinite;
}

.hero-process-icons article:nth-child(2) img {
  animation-delay: 0.18s;
}

.hero-process-icons article:nth-child(3) img {
  animation-delay: 0.36s;
}

.hero-process-icons h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  line-height: 1.15;
  text-align: center;
}

.hero-process-icons article:nth-child(2) h3 {
  color: var(--accent-dark);
}

.pickup-preview {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.pickup-preview-desktop {
  width: 100%;
  margin: 18px 0 0;
}

.pickup-preview-mobile {
  display: none;
  width: min(900px, calc(100% - 36px));
  margin: -28px auto 30px;
}

.pickup-preview img {
  display: block;
  width: 100%;
  height: clamp(210px, 20vw, 260px);
  object-fit: contain;
  object-position: center;
}

h2 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.lead {
  max-width: 640px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-row span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: var(--soft-shadow);
}

.quote-panel {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.quote-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.quote-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.quote-subhead {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 750;
}

.quote-panel form {
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 850;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #c9dce5;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfdfe;
  font: inherit;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(99, 200, 61, 0.18);
}

.rego-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.lookup-button {
  min-height: 46px;
  border: 1px solid rgba(99, 200, 61, 0.34);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--accent-dark);
  background: var(--accent-soft);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  white-space: nowrap;
}

.lookup-status,
.quote-note,
.form-status {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.lookup-status[data-state="checking"] {
  color: var(--accent-dark);
}

.lookup-status[data-state="found"] {
  color: #127a42;
}

.form-status {
  display: block;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="sending"] {
  color: var(--accent-dark);
}

.form-status[data-state="success"] {
  color: #127a42;
}

.form-status[data-state="error"] {
  color: #b3261e;
}

.vehicle-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vehicle-fields-primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pickup-time-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.pickup-time-fieldset legend {
  margin-bottom: 8px;
  font-weight: 900;
}

.pickup-time-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.form-extra {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fcfe;
}

.form-extra[open] {
  padding-bottom: 14px;
}

.form-extra summary {
  cursor: pointer;
  padding: 13px 14px;
  color: var(--accent-dark);
  font-weight: 900;
}

.form-extra > *:not(summary) {
  margin-right: 14px;
  margin-left: 14px;
}

.condition-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.check-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
  line-height: 1.25;
}

.check-option input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--accent);
  flex: 0 0 auto;
}

.money-input {
  position: relative;
  display: block;
}

.money-input::before {
  content: "$";
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  color: var(--accent-dark);
  font-weight: 950;
  transform: translateY(-50%);
  pointer-events: none;
}

.money-input input {
  padding-left: 32px;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
}

.form-button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.form-button[data-state="success"] {
  background: #127a42;
  box-shadow: 0 12px 30px rgba(18, 122, 66, 0.22);
}

.form-button[data-state="success"]:disabled {
  cursor: default;
  opacity: 1;
}

.quote-note {
  display: block;
  margin-top: 14px;
}

.quote-note a {
  color: var(--accent-dark);
  font-weight: 900;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--soft-shadow);
}

.stats-strip div {
  padding: 22px;
  background: var(--white);
}

.stats-strip strong {
  display: block;
  color: var(--accent-dark);
  font-size: 1.35rem;
}

.stats-strip span {
  color: var(--muted);
}

.section {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 96px) 0;
}

.seo-section {
  padding: clamp(34px, 5vw, 64px) 0;
}

.seo-section p:not(.eyebrow) {
  max-width: 900px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.process-section {
  border-top: 1px solid var(--line);
}

.process-heading {
  max-width: 820px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.process-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--accent-soft);
  z-index: 0;
}

.process-card h3,
.process-card p,
.process-art {
  position: relative;
  z-index: 1;
}

.process-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.process-art {
  display: grid;
  place-items: center;
  min-height: 168px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fdf6, var(--accent-soft));
}

.step-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  background: var(--charcoal);
  font-weight: 950;
  box-shadow: var(--soft-shadow);
}

.phone-shape {
  width: 78px;
  height: 118px;
  padding: 22px 12px;
  border: 8px solid var(--charcoal);
  border-radius: 18px;
  background: white;
  box-shadow: 0 16px 30px rgba(20, 32, 42, 0.16);
  animation: phoneFloat 3.2s ease-in-out infinite;
}

.phone-shape span {
  display: block;
  height: 9px;
  margin-bottom: 11px;
  border-radius: 20px;
  background: var(--accent);
}

.phone-shape span:nth-child(2) {
  width: 78%;
  background: #b7e8a6;
}

.phone-shape span:nth-child(3) {
  width: 58%;
  background: var(--charcoal);
}

.truck-shape {
  position: relative;
  width: 170px;
  height: 82px;
  animation: truckDrive 3.6s ease-in-out infinite;
}

.truck-bed,
.truck-cab {
  position: absolute;
  bottom: 24px;
  background: var(--accent);
  box-shadow: inset 0 -8px 0 rgba(20, 32, 42, 0.12);
}

.truck-bed {
  left: 8px;
  width: 100px;
  height: 42px;
  border-radius: 8px 4px 4px 8px;
}

.truck-cab {
  right: 8px;
  width: 58px;
  height: 54px;
  border-radius: 10px 14px 6px 4px;
}

.truck-cab::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 18px;
  border-radius: 4px;
  background: white;
}

.truck-wheel {
  position: absolute;
  bottom: 7px;
  width: 26px;
  height: 26px;
  border: 7px solid var(--charcoal);
  border-radius: 50%;
  background: white;
  animation: wheelSpin 1.1s linear infinite;
}

.wheel-one {
  left: 32px;
}

.wheel-two {
  right: 28px;
}

.cash-stack {
  position: relative;
  width: 150px;
  height: 106px;
}

.cash-stack span {
  position: absolute;
  left: 18px;
  display: block;
  width: 114px;
  height: 58px;
  border: 3px solid var(--accent-dark);
  border-radius: 8px;
  background: white;
  box-shadow: 0 16px 26px rgba(20, 32, 42, 0.12);
  animation: cashLift 2.8s ease-in-out infinite;
}

.cash-stack span::after {
  content: "$";
  position: absolute;
  inset: 10px 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent-dark);
  background: var(--accent-soft);
  font-size: 1.45rem;
  font-weight: 950;
}

.cash-stack span:nth-child(1) {
  top: 34px;
  transform: rotate(-7deg);
}

.cash-stack span:nth-child(2) {
  top: 23px;
  animation-delay: 0.15s;
}

.cash-stack span:nth-child(3) {
  top: 12px;
  transform: rotate(7deg);
  animation-delay: 0.3s;
}

.visual-split {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.image-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 64% center;
}

.steps-list {
  display: grid;
  gap: 14px;
}

.steps-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.steps-list article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: white;
  background: var(--charcoal);
  font-weight: 900;
}

.steps-list p,
.process-card p,
.vehicle-grid p,
.area-section p,
.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.vehicle-section,
.faq-section {
  border-top: 1px solid var(--line);
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes truckDrive {
  0%,
  100% {
    transform: translateX(-8px);
  }

  50% {
    transform: translateX(10px);
  }
}

@keyframes wheelSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cashLift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@keyframes processImageFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vehicle-grid article {
  min-height: 178px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.area-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-right: clamp(20px, 5vw, 48px);
  padding-left: clamp(20px, 5vw, 48px);
  border-radius: 8px;
  color: white;
  background: var(--charcoal);
}

.area-section h2,
.area-section p {
  color: white;
}

.area-section .eyebrow {
  color: var(--accent);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.faq-grid summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--accent-dark);
  font-weight: 900;
}

.faq-grid p {
  padding: 0 20px 20px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--charcoal);
}

footer strong {
  color: white;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
  }

  nav {
    display: none;
  }

  .hero,
  .visual-split,
  .area-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 26px;
  }

  .pickup-preview-desktop {
    display: none;
  }

  .pickup-preview-mobile {
    display: block;
    margin-top: 0;
  }

  .stats-strip,
  .process-grid,
  .vehicle-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .area-section .button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
    flex-basis: auto;
  }

  .brand-logo {
    width: min(255px, 64vw);
    height: auto;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small,
  .header-link {
    display: none;
  }

  .header-button {
    min-height: 42px;
    padding: 0 14px;
  }

  .hero {
    width: min(100% - 28px, 1200px);
    gap: 18px;
    padding-top: 12px;
    padding-bottom: 32px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 2.2rem;
  }

  .hero-title {
    margin-bottom: 12px;
    font-size: 1.95rem;
    line-height: 1.04;
  }

  .hero-process-image {
    margin-bottom: 14px;
  }

  .hero-process-image img {
    aspect-ratio: 1.9 / 1;
  }

  .hero-process-icons {
    gap: 8px;
    margin-bottom: 12px;
  }

  .hero-process-icons article {
    padding: 6px 4px 8px;
  }

  .hero-process-icons h3 {
    font-size: 0.78rem;
    line-height: 1.1;
  }

  .hero-process-icons img {
    width: 122px;
    margin-top: -8px;
    margin-bottom: -4px;
  }

  .pickup-preview-mobile {
    width: min(100% - 28px, 1200px);
    margin-bottom: 20px;
  }

  .pickup-preview-mobile img {
    height: auto;
    max-height: 170px;
    object-fit: cover;
    object-position: 66% center;
  }

  h2 {
    font-size: 1.95rem;
  }

  .lead {
    margin-bottom: 12px;
    font-size: 0.98rem;
  }

  .hero-actions {
    margin-bottom: 12px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .trust-row span {
    display: grid;
    align-items: center;
    min-height: 42px;
    padding: 6px 5px;
    font-size: 0.7rem;
    line-height: 1.12;
    text-align: center;
  }

  .quote-panel {
    padding: 18px;
  }

  .quote-heading {
    display: block;
  }

  .process-heading {
    text-align: left;
  }

  .process-card {
    min-height: 0;
  }

  .process-art {
    min-height: 142px;
  }

  .rego-check,
  .vehicle-fields,
  .pickup-time-options,
  .condition-fields {
    grid-template-columns: 1fr;
  }

  .lookup-button {
    width: 100%;
  }

  .stats-strip {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .section {
    width: min(100% - 28px, 1200px);
    padding: 48px 0;
  }

  .image-frame {
    display: none;
  }

  .steps-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 15px;
  }

  .steps-list article > span {
    width: 38px;
    height: 38px;
  }

  .area-section {
    width: calc(100% - 28px);
    padding: 28px 20px;
  }

  body {
    padding-bottom: 74px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(99, 200, 61, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(20, 32, 42, 0.22);
    backdrop-filter: blur(14px);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    min-height: 44px;
    border-radius: 8px;
    color: white;
    background: var(--accent);
    font-weight: 900;
  }

  .mobile-action-bar a:last-child {
    color: var(--ink);
    background: var(--accent-soft);
  }
}
