:root {
  --ink: #101412;
  --ink-soft: #353b37;
  --muted: #69716c;
  --line: #dfe5e1;
  --paper: #ffffff;
  --surface: #f4f7f5;
  --green: #22dd63;
  --green-dark: #11a947;
  --green-pale: #ddffe9;
  --danger: #d83535;
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  --page: 1280px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  line-height: 1.55;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

body.modal-open,
body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  padding: 10px 16px;
  color: #000;
  background: var(--green);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 0.2s;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-width {
  width: min(calc(100% - 48px), var(--page));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(16, 20, 18, 0.08);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s, background 0.25s;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 30px rgba(10, 16, 12, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  width: min(calc(100% - 48px), 1380px);
  min-height: 76px;
  margin-inline: auto;
}

.brand {
  flex: 0 0 auto;
  width: 158px;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
  margin-right: 40px;
}

.site-nav a {
  position: relative;
  padding: 26px 0;
  color: #313632;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--green-dark);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  padding: 13px 22px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: #041008;
  background: var(--green);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 11px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform 0.25s, opacity 0.25s;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 26px;
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.button span {
  font-size: 20px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #06130a;
  background: var(--green);
  box-shadow: 0 14px 35px rgba(34, 221, 99, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #45ef7e;
  box-shadow: 0 18px 42px rgba(34, 221, 99, 0.32);
}

.hero {
  position: relative;
  min-height: 900px;
  padding: 150px 0 104px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(116deg, rgba(6, 12, 8, 0.98) 0%, rgba(12, 20, 15, 0.98) 44%, rgba(16, 27, 20, 0.98) 100%);
}

.hero::before {
  position: absolute;
  top: 76px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to right, #000, transparent 75%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  top: -220px;
  left: -180px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(34, 221, 99, 0.15), transparent 66%);
}

.hero-glow-two {
  right: -180px;
  bottom: -280px;
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgba(34, 221, 99, 0.12), transparent 67%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(620px, 1.12fr);
  gap: 58px;
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 26px;
  height: 2px;
  background: currentColor;
}

.eyebrow-dark {
  color: var(--green-dark);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(58px, 6.1vw, 94px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.hero-copy h1 em {
  color: var(--green);
  font-style: normal;
}

.hero-lead {
  margin: 32px 0 0;
  color: #f5f8f6;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 750;
  line-height: 1.55;
  letter-spacing: -0.025em;
}

.hero-description {
  max-width: 590px;
  margin: 20px 0 0;
  color: #aeb7b1;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.text-link {
  padding: 10px 0;
  color: #d2d8d4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 14px;
  font-weight: 750;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--green);
  border-color: var(--green);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  color: #d3d9d5;
  font-size: 13px;
  font-weight: 700;
}

.hero-points span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  color: var(--ink);
  background: var(--green);
  border-radius: 50%;
  font-size: 11px;
}

.hero-stage {
  position: relative;
  min-height: 650px;
}

.hero-image-wrap {
  position: absolute;
  top: 16px;
  right: 70px;
  left: 0;
  height: 520px;
  overflow: hidden;
  background: #273229;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
  transform: rotate(-1.5deg);
}

.hero-car {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 9, 6, 0.65), transparent 54%);
}

.market-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px 9px 9px;
  color: #18201a;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  font-size: 11px;
}

.market-chip span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #08130c;
  background: var(--green);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.market-chip strong {
  padding-right: 4px;
  font-weight: 800;
}

.market-chip-domestic { top: 24px; left: 20px; }
.market-chip-export { top: 86px; right: 18px; }
.market-chip-auction { bottom: 24px; left: 26px; }

.estimate-card {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: min(100%, 430px);
  padding: 26px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: var(--shadow);
  scroll-margin-top: 120px;
}

.estimate-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid #e8ece9;
}

.estimate-badge {
  display: inline-block;
  padding: 5px 9px;
  color: #087b34;
  background: var(--green-pale);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.estimate-heading h2 {
  margin: 9px 0 4px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.estimate-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.estimate-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.field-group label {
  display: block;
  margin-bottom: 6px;
  color: #303631;
  font-size: 11px;
  font-weight: 850;
}

.field-group input,
.field-group select {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  color: var(--ink);
  background: #f7f9f7;
  border: 1px solid #dce2de;
  border-radius: 9px;
  outline: none;
  font-size: 13px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.field-group select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #5d655f 50%), linear-gradient(135deg, #5d655f 50%, transparent 50%);
  background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.field-group input:focus,
.field-group select:focus {
  background-color: #fff;
  border-color: var(--green-dark);
  box-shadow: 0 0 0 3px rgba(34, 221, 99, 0.13);
}

.field-group input::placeholder {
  color: #9ca39e;
}

.input-suffix {
  position: relative;
}

.input-suffix input {
  padding-right: 38px;
}

.input-suffix > span {
  position: absolute;
  top: 50%;
  right: 12px;
  color: #7f8781;
  font-size: 11px;
  transform: translateY(-50%);
}

.has-error input,
.has-error select {
  border-color: var(--danger);
}

.field-error {
  margin: 5px 0 0;
  color: var(--danger);
  font-size: 10px;
  font-weight: 700;
}

.consent-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #545b56;
  font-size: 11px;
}

.consent-row input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--green-dark);
}

.consent-row label {
  min-width: 0;
}

.privacy-open {
  flex: 0 0 auto;
  padding: 0;
  color: #326542;
  background: transparent;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
}

.consent-row.has-error {
  color: var(--danger);
}

.consent-error {
  margin-top: -9px;
}

.button-submit {
  width: 100%;
  min-height: 50px;
  color: #07140b;
  background: var(--green);
  border-radius: 9px;
  box-shadow: none;
}

.button-submit:hover,
.button-submit:focus-visible {
  background: #45ef7e;
  box-shadow: 0 10px 24px rgba(34, 221, 99, 0.2);
}

.button-submit[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.form-note {
  margin: -6px 0 0;
  color: #919892;
  font-size: 9px;
  text-align: center;
}

.form-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 11px 13px;
  border-radius: 9px;
  font-size: 11px;
}

.form-alert-success {
  color: #075829;
  background: #e1faea;
}

.form-alert-success > span {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--green-dark);
  border-radius: 50%;
}

.form-alert-error {
  color: #971e1e;
  background: #fff0f0;
  font-weight: 750;
}

.assurance {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  color: #fff;
  background: #111713;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 118px;
}

.assurance-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.assurance-grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.assurance-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #07130b;
  background: var(--green);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 950;
}

.assurance p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.assurance strong {
  font-size: 14px;
}

.assurance small {
  color: #8f9992;
  font-size: 11px;
}

.section {
  padding: 120px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 50px;
}

.section-heading h2,
.difference-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.055em;
}

.section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.solutions {
  background: #fff;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solution-card {
  position: relative;
  min-height: 470px;
  padding: 38px;
  overflow: hidden;
  border-radius: var(--radius-md);
  transition: transform 0.3s, box-shadow 0.3s;
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(16, 20, 18, 0.12);
}

.solution-card-green {
  background: var(--green);
}

.solution-card-dark {
  color: #fff;
  background: #121713;
}

.solution-card-light {
  background: #eef3ef;
  border: 1px solid #dce3de;
}

.solution-number {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.solution-symbol {
  position: absolute;
  top: 16px;
  right: 26px;
  color: rgba(0, 0, 0, 0.07);
  font-size: 150px;
  font-weight: 950;
  line-height: 1;
}

.solution-card-dark .solution-symbol {
  color: rgba(255, 255, 255, 0.07);
}

.solution-card h3 {
  margin: 196px 0 14px;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.solution-card > p {
  min-height: 74px;
  margin: 0;
  color: rgba(16, 20, 18, 0.72);
  font-size: 14px;
}

.solution-card-dark > p {
  color: #aeb6b0;
}

.solution-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.solution-card li {
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.solution-card-dark li {
  color: #c5ccc7;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

.cases {
  background: var(--surface);
  overflow: hidden;
}

.heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: none;
}

.heading-row > div:first-child {
  max-width: 760px;
}

.slider-controls {
  display: flex;
  gap: 8px;
  padding-bottom: 4px;
}

.slider-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.slider-controls button:hover,
.slider-controls button:focus-visible {
  color: #07130b;
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-2px);
}

.case-slider {
  display: grid;
  grid-auto-columns: calc((100% - 48px) / 3);
  grid-auto-flow: column;
  gap: 24px;
  padding: 3px 3px 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: #aeb8b1 transparent;
}

.case-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e7e3;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(14, 22, 17, 0.06);
  scroll-snap-align: start;
  transition: transform 0.3s, box-shadow 0.3s;
}

.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(14, 22, 17, 0.11);
}

.case-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e6ebe7;
}

.case-content {
  padding: 24px;
}

.case-tag {
  display: inline-block;
  padding: 4px 8px;
  color: #087732;
  background: var(--green-pale);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 900;
}

.case-content h3 {
  min-height: 50px;
  margin: 12px 0 3px;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.035em;
}

.case-content > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.case-content dl {
  display: flex;
  gap: 25px;
  margin: 20px 0;
  padding: 14px 0;
  border-top: 1px solid #ebefec;
  border-bottom: 1px solid #ebefec;
}

.case-content dl div {
  display: grid;
  gap: 2px;
}

.case-content dt {
  color: #929a94;
  font-size: 10px;
}

.case-content dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.case-price {
  display: block;
  font-size: 22px;
  letter-spacing: -0.035em;
  text-align: right;
}

.case-price::before {
  margin-right: 8px;
  color: #89908b;
  content: "판매가";
  font-size: 10px;
  font-weight: 500;
}

.case-caption {
  margin: 12px 0 0;
  color: #89918b;
  font-size: 11px;
  text-align: right;
}

.difference {
  color: #fff;
  background: #111713;
}

.difference-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  align-items: center;
}

.difference-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: #aeb7b1;
  font-size: 15px;
}

.difference-copy .button {
  margin-top: 32px;
}

.comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 16px;
  align-items: center;
}

.comparison-column {
  min-height: 420px;
  padding: 38px 32px;
  border-radius: 20px;
}

.comparison-basic {
  color: #454c47;
  background: #e6ebe7;
}

.comparison-cardeal {
  min-height: 474px;
  padding-top: 50px;
  color: var(--ink);
  background: var(--green);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.3);
}

.comparison-label {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.comparison-column h3 {
  margin: 16px 0 48px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.comparison-column ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 750;
}

.comparison-column li {
  display: flex;
  gap: 11px;
  align-items: center;
}

.comparison-column li span {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  font-size: 11px;
}

.comparison-cardeal li span {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.comparison-versus {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 48.1%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--ink);
  border: 4px solid #111713;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.price-factors {
  background: #fff;
}

.factor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.factor-grid article {
  min-height: 260px;
  padding: 40px;
  border-right: 1px solid var(--line);
}

.factor-grid article:first-child {
  border-left: 1px solid var(--line);
}

.factor-grid article > span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.factor-grid h3 {
  margin: 58px 0 12px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.factor-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.process {
  background: var(--surface);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: #dbe2dd;
  border: 1px solid #dbe2dd;
  border-radius: 20px;
  list-style: none;
  overflow: hidden;
}

.process-list li {
  display: flex;
  gap: 22px;
  min-height: 170px;
  padding: 32px;
  background: #fff;
}

.process-list > li > span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.process-list h3 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.035em;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.final-cta {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: #0c110e;
}

.final-cta::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 10, 7, 0.98) 6%, rgba(5, 10, 7, 0.86) 43%, rgba(5, 10, 7, 0.16) 78%);
  content: "";
}

.final-cta-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 67%;
}

.final-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta-content {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 120px;
}

.final-cta h2 {
  max-width: 700px;
}

.final-cta-content > p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: #c1c8c3;
  font-size: 16px;
}

.final-cta .button {
  margin-top: 34px;
}

.site-footer {
  padding: 72px 0 28px;
  color: #a8b0aa;
  background: #090d0a;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  padding-bottom: 50px;
}

.footer-brand img {
  width: 160px;
  height: auto;
}

.footer-brand p {
  margin: 20px 0 0;
  color: #7d867f;
  font-size: 13px;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px 28px;
  font-size: 12px;
}

.footer-info p {
  margin: 0;
}

.footer-info span {
  margin-right: 8px;
  color: #6d756f;
}

.footer-info a:hover,
.footer-info a:focus-visible {
  color: var(--green);
}

.footer-address {
  flex-basis: 100%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  color: #5f6861;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom button {
  padding: 0;
  color: #8b948d;
  background: transparent;
  border: 0;
  font-size: 10px;
  cursor: pointer;
}

.footer-bottom button:hover,
.footer-bottom button:focus-visible {
  color: var(--green);
}

.mobile-cta {
  display: none;
}

.modal {
  position: fixed;
  z-index: 1500;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
}

.modal.is-open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 4, 0.72);
  backdrop-filter: blur(5px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
  outline: none;
}

.modal-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.modal-header h2 {
  margin: 0;
  font-size: 19px;
  letter-spacing: -0.035em;
}

.modal-header button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: var(--surface);
  border: 0;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

.privacy-content {
  padding: 26px;
  color: #4e5550;
  font-size: 13px;
}

.privacy-content > p:first-child {
  margin-top: 0;
}

.privacy-content h3 {
  margin: 25px 0 7px;
  color: var(--ink);
  font-size: 14px;
}

.privacy-content p {
  margin: 0;
}

.privacy-date {
  margin-top: 28px !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1160px) {
  .hero {
    padding-top: 130px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
    gap: 30px;
  }

  .hero-copy h1 {
    font-size: 64px;
  }

  .hero-stage {
    min-height: 620px;
  }

  .hero-image-wrap {
    right: 38px;
    height: 450px;
  }

  .estimate-card {
    width: 400px;
  }

  .difference-grid {
    gap: 42px;
  }

  .comparison-column {
    padding-inline: 24px;
  }
}

@media (max-width: 960px) {
  .page-width,
  .header-inner {
    width: min(calc(100% - 36px), var(--page));
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    gap: 0;
    margin: 0;
    padding: 14px 18px 24px;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 15px 8px;
    border-bottom: 1px solid #edf0ee;
  }

  .site-nav a::after {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 132px 0 80px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

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

  .hero-copy h1 {
    font-size: clamp(62px, 10vw, 88px);
  }

  .hero-stage {
    min-height: 790px;
  }

  .hero-image-wrap {
    right: 80px;
    left: 0;
    height: 560px;
  }

  .estimate-card {
    width: min(100%, 460px);
  }

  .solution-grid,
  .factor-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 340px;
  }

  .solution-card h3 {
    margin-top: 100px;
  }

  .solution-card > p {
    min-height: auto;
  }

  .case-slider {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .difference-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .difference-copy {
    max-width: 650px;
  }

  .comparison {
    max-width: 700px;
    margin-inline: auto;
  }

  .factor-grid article,
  .factor-grid article:first-child {
    min-height: auto;
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .factor-grid h3 {
    margin-top: 25px;
  }

  .process-list {
    grid-template-columns: 1fr 1fr;
  }

  .final-cta-media {
    width: 100%;
    opacity: 0.64;
  }

  .final-cta::after {
    background: linear-gradient(90deg, rgba(5, 10, 7, 0.97), rgba(5, 10, 7, 0.52));
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 70px;
  }

  body {
    padding-bottom: 66px;
  }

  .page-width,
  .header-inner {
    width: min(calc(100% - 28px), var(--page));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand {
    width: 132px;
  }

  .site-nav {
    top: 68px;
  }

  .hero {
    padding: 112px 0 58px;
  }

  .hero::before {
    top: 68px;
    background-size: 42px 42px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .hero-copy h1 {
    font-size: clamp(49px, 16vw, 68px);
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 19px;
  }

  .hero-description {
    margin-top: 16px;
    font-size: 14px;
  }

  .desktop-only {
    display: none;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-top: 28px;
  }

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

  .hero-points {
    gap: 12px 15px;
    margin-top: 24px;
    font-size: 11px;
  }

  .hero-stage {
    min-height: auto;
  }

  .hero-image-wrap {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    transform: none;
  }

  .market-chip {
    padding: 6px 9px 6px 6px;
    font-size: 9px;
  }

  .market-chip span {
    width: 28px;
    height: 28px;
    font-size: 8px;
  }

  .market-chip-domestic { top: 12px; left: 12px; }
  .market-chip-export { top: 53px; right: 10px; }
  .market-chip-auction { bottom: 12px; left: 12px; }

  .estimate-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .estimate-heading h2 {
    font-size: 22px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .assurance-grid {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }

  .assurance-grid > div,
  .assurance-grid > div:first-child {
    justify-content: flex-start;
    min-height: 74px;
    padding: 0 18px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .assurance-grid > div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .difference-copy h2,
  .final-cta h2 {
    font-size: 37px;
  }

  .section-heading > p:last-child {
    margin-top: 13px;
    font-size: 14px;
  }

  .solution-grid {
    gap: 12px;
  }

  .solution-card {
    min-height: 318px;
    padding: 28px;
  }

  .solution-symbol {
    font-size: 115px;
  }

  .solution-card h3 {
    margin-top: 96px;
    font-size: 25px;
  }

  .heading-row {
    display: block;
  }

  .slider-controls {
    justify-content: flex-end;
    margin-top: 18px;
  }

  .case-slider {
    grid-auto-columns: 88%;
    gap: 14px;
    margin-right: -14px;
  }

  .case-content {
    padding: 20px;
  }

  .case-content h3 {
    font-size: 18px;
  }

  .case-caption {
    text-align: left;
  }

  .difference-grid {
    gap: 50px;
  }

  .difference-copy > p:not(.eyebrow) {
    font-size: 14px;
  }

  .difference-copy .button {
    width: 100%;
  }

  .comparison {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .comparison-column,
  .comparison-cardeal {
    min-height: auto;
    padding: 28px 24px;
  }

  .comparison-column h3 {
    margin: 10px 0 26px;
    font-size: 23px;
  }

  .comparison-versus {
    top: 47.3%;
    left: 50%;
  }

  .factor-grid article {
    padding: 30px 24px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: auto;
    padding: 25px 22px;
  }

  .final-cta {
    min-height: 560px;
  }

  .final-cta-content {
    padding-top: 96px;
    padding-bottom: 80px;
  }

  .final-cta::after {
    background: linear-gradient(to right, rgba(5, 10, 7, 0.96), rgba(5, 10, 7, 0.4));
  }

  .final-cta .button {
    width: 100%;
  }

  .site-footer {
    padding-top: 54px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-info {
    display: grid;
    gap: 7px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-cta {
    position: fixed;
    z-index: 900;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    padding: 0 20px;
    color: #07130b;
    background: var(--green);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 900;
  }

  .modal {
    align-items: end;
    padding: 12px;
  }

  .modal-panel {
    max-height: calc(100vh - 24px);
    border-radius: 18px 18px 10px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
