:root {
  --bg: #f3f6f2;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --surface-soft: rgba(238, 248, 242, 0.92);
  --text: #16211b;
  --muted: #66746b;
  --line: rgba(111, 132, 119, 0.22);
  --primary: #22a866;
  --primary-dark: #137a49;
  --blue: #1f6feb;
  --accent: #f4c542;
  --danger: #d92d20;
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f1f5f1;
  color: var(--text);
  font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -2;
  background: url("./assets/route-map-bg.png") center / cover no-repeat;
  filter: blur(7px) saturate(1.08);
  transform: scale(1.04);
  opacity: 0.95;
}

body::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(243, 247, 244, 0.74)),
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.24) 48%, rgba(245, 249, 246, 0.62) 100%);
}

button,
input,
textarea {
  font: inherit;
}

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

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 64px;
}

.request-shell {
  width: min(760px, calc(100% - 32px));
  padding-top: 28px;
}

.back-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(32, 49, 40, 0.08);
  backdrop-filter: blur(12px);
}

.back-link:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
}

.back-link svg {
  width: 16px;
  height: 16px;
}

.home-hero {
  position: relative;
  min-height: min(936px, 118vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 56px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 94px max(104px, calc((100vw - 1120px) / 2)) 74px;
  overflow: hidden;
  background: url("./sky_bg.png") center / cover no-repeat;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero::before {
  content: none;
}

.home-hero::after {
  content: none;
}

.hero-copy {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 18px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.95);
}

.home-hero h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(40px, 5.3vw, 70px);
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.home-hero h1 span {
  display: block;
}

.home-hero h1 span:first-child {
  color: #eaf8ff;
  text-shadow:
    0 2px 4px rgba(7, 42, 32, 0.34),
    0 8px 18px rgba(7, 42, 32, 0.22);
}

.home-hero h1 span:last-child {
  color: #fff;
  text-shadow:
    0 3px 6px rgba(0, 0, 0, 0.46),
    0 12px 22px rgba(0, 0, 0, 0.24);
}

.hero-desc {
  max-width: 720px;
  margin: 32px 0 0;
  margin-left: auto;
  margin-right: auto;
  color: #2f3834;
  font-size: 20px;
  line-height: 1.65;
  word-break: keep-all;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.95);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.hero-panel {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px auto 0;
}

.hero-stat {
  min-height: 112px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 40px rgba(32, 49, 40, 0.12);
  backdrop-filter: blur(14px);
  text-align: center;
}

.hero-stat strong {
  display: block;
  color: var(--primary-dark);
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

.hero-stat span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.promise-section,
.reason-section,
.client-section {
  padding: 36px 0;
}

.promise-section h2,
.reason-section h2,
.client-section h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 900;
  text-shadow: 0 3px 18px rgba(255, 255, 255, 0.92);
}

.promise-section h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: clamp(36px, 4.4vw, 56px);
  text-shadow: 0 10px 28px rgba(32, 49, 40, 0.18), 0 2px 10px rgba(255, 255, 255, 0.95);
}

.reason-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 64px max(104px, calc((100vw - 1120px) / 2));
  position: relative;
  overflow: hidden;
  background-color: #dcece5;
  background-image:
    linear-gradient(90deg, rgba(232, 252, 244, 0.88), rgba(190, 245, 225, 0.42)),
    url("./why_img/검증된운송사네트워크.png");
  background-position: center, center;
  background-size: cover, cover;
  text-align: center;
  transition: background-image 220ms ease, background-position 220ms ease;
}

.reason-section[data-reason-bg="0"] {
  background-image:
    linear-gradient(90deg, rgba(232, 252, 244, 0.88), rgba(190, 245, 225, 0.42)),
    url("./why_img/검증된운송사네트워크.png");
}

.reason-section[data-reason-bg="1"] {
  background-image:
    linear-gradient(90deg, rgba(232, 252, 244, 0.86), rgba(188, 239, 252, 0.4)),
    url("./why_img/신뢰할수있는기사배정.png");
  background-position: center, center;
}

.reason-section[data-reason-bg="2"] {
  background-image:
    linear-gradient(90deg, rgba(232, 252, 244, 0.88), rgba(216, 246, 185, 0.4)),
    url("./why_img/합리적인견적구조.png");
  background-position: center, center;
}

.reason-section[data-reason-bg="3"] {
  background-image:
    linear-gradient(90deg, rgba(232, 252, 244, 0.88), rgba(190, 245, 225, 0.42)),
    url("./why_img/운행전후관리체계.png");
  background-position: center, center;
}

.reason-section > * {
  position: relative;
  z-index: 1;
}

.reason-section h2 {
  color: #078348;
  font-size: clamp(32px, 3.7vw, 48px);
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.86);
}

.reason-section > p {
  max-width: 820px;
  margin: 0 auto 26px;
  color: #174136;
  font-size: 19px;
  line-height: 1.65;
  word-break: keep-all;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.82);
}

.reason-slider {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason-slides {
  position: relative;
  width: min(880px, calc(100% - 128px));
  min-height: 300px;
}

.reason-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 48px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.reason-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.reason-slide svg {
  width: 36px;
  height: 36px;
  color: var(--primary);
}

.reason-slide h3 {
  margin: 0 0 18px;
  color: #063f5c;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.82);
}

.reason-slide p {
  max-width: 720px;
  margin: 0;
  color: #14513f;
  font-size: 21px;
  line-height: 1.65;
  word-break: keep-all;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.78);
}

.reason-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid rgba(10, 148, 85, 0.24);
  background: rgba(255, 255, 255, 0.9);
  color: #078348;
  cursor: pointer;
}

.reason-arrow:hover {
  background: #fff;
}

.reason-arrow svg {
  width: 24px;
  height: 24px;
}

.reason-arrow-prev {
  left: 0;
}

.reason-arrow-next {
  right: 0;
}

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

.promise-card {
  min-height: 176px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 34px rgba(32, 49, 40, 0.1);
  backdrop-filter: blur(14px);
}

.promise-card svg {
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.promise-card h3 {
  margin: 18px 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.promise-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.client-section {
  overflow: hidden;
}

.client-section h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: clamp(32px, 3.7vw, 48px);
  text-shadow: 0 8px 22px rgba(32, 49, 40, 0.14), 0 2px 10px rgba(255, 255, 255, 0.92);
}

.client-section h2 span {
  display: block;
}

.logo-marquee {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid;
  gap: 14px;
  padding: 8px 0;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 14px;
  will-change: transform;
}

.logo-track-left {
  animation: logoScrollLeft 48s linear infinite;
}

.logo-track-right {
  animation: logoScrollRight 52s linear infinite;
}

.logo-item {
  width: 164px;
  height: 72px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(32, 49, 40, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 22px rgba(32, 49, 40, 0.06);
}

.logo-item img {
  max-width: 120px;
  max-height: 42px;
  object-fit: contain;
}

@keyframes logoScrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes logoScrollRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.site-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 36px max(24px, calc((100vw - 1120px) / 2));
  background: #101c17;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.footer-brand p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-info p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 16px 0;
}

.footer-links a {
  color: #b8f2d3;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.48);
}

.quick-consult {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: #11a765;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  box-shadow:
    0 10px 28px rgba(17, 167, 101, 0.34),
    0 0 0 0 rgba(17, 167, 101, 0.34);
  animation: quickConsultPulse 1800ms ease-out infinite;
}

.quick-consult:hover {
  background: #078348;
}

.quick-consult svg {
  width: 20px;
  height: 20px;
}

@keyframes quickConsultPulse {
  0% {
    box-shadow:
      0 10px 28px rgba(17, 167, 101, 0.34),
      0 0 0 0 rgba(17, 167, 101, 0.34);
  }
  70% {
    box-shadow:
      0 10px 28px rgba(17, 167, 101, 0.34),
      0 0 0 12px rgba(17, 167, 101, 0);
  }
  100% {
    box-shadow:
      0 10px 28px rgba(17, 167, 101, 0.34),
      0 0 0 0 rgba(17, 167, 101, 0);
  }
}

.consult {
  width: min(760px, 100%);
  margin: 64px auto 0;
  scroll-margin-top: 32px;
  position: relative;
  min-height: 660px;
  padding: 26px 28px;
  background: transparent;
}

.consult::before,
.consult::after {
  content: none;
}

.consult > * {
  position: relative;
  z-index: 1;
}

.progress-row {
  display: block;
  color: var(--muted);
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78);
}

.progress-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.progress-meta strong {
  color: var(--primary-dark);
  font-size: 15px;
  line-height: 1.2;
}

.progress-track {
  position: relative;
  height: 42px;
  margin: 0 14px;
}

.progress-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  height: 4px;
  background: rgba(209, 223, 215, 0.9);
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 22px;
  width: 0;
  height: 4px;
  background: var(--primary);
  transition: width 220ms ease;
  z-index: 1;
}

.progress-stops {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.progress-stop {
  position: absolute;
  top: 15px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border: 2px solid rgba(172, 190, 180, 0.95);
  background: #fff;
  box-shadow: 0 2px 8px rgba(32, 49, 40, 0.12);
}

.progress-stop span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.progress-stop.is-past {
  border-color: var(--primary);
  background: var(--primary);
}

.progress-stop.is-current {
  border-color: var(--primary);
  background: #fff;
  opacity: 0;
  box-shadow:
    0 0 0 5px rgba(34, 168, 102, 0.16),
    0 6px 14px rgba(32, 49, 40, 0.16);
}

.progress-bus {
  position: absolute;
  top: -22px;
  left: 0;
  width: 84px;
  height: 64px;
  transform: translateX(-50%);
  filter: drop-shadow(0 5px 8px rgba(24, 55, 78, 0.18));
  transition: left 220ms ease;
  pointer-events: none;
  z-index: 3;
}

.progress-bus img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step-panel {
  min-height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step-body {
  padding-top: 56px;
}

.step-title {
  margin: 0;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(255, 255, 255, 0.92), 0 10px 32px rgba(40, 58, 48, 0.16);
}

.step-desc {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.9);
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.option-card {
  min-height: 92px;
  padding: 16px 15px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(32, 49, 40, 0.12);
  backdrop-filter: blur(14px);
  transition: border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.option-card:hover,
.option-card:focus-visible {
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 46px rgba(32, 49, 40, 0.16);
  outline: none;
}

.option-card.is-selected {
  border-color: var(--primary);
  background: rgba(245, 251, 247, 0.96);
  box-shadow: inset 0 3px 0 var(--primary);
}

.option-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.option-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.field-stack {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}

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

.field label,
.toggle-group legend {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
}

.input,
.textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
  color: var(--text);
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.input {
  height: 48px;
  padding: 0 14px;
}

.textarea {
  min-height: 132px;
  resize: vertical;
  padding: 14px;
  line-height: 1.55;
}

.input:focus,
.textarea:focus {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary);
}

.inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.chip {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(32, 49, 40, 0.07);
}

.chip.is-selected {
  border-color: var(--primary);
  background: var(--surface-soft);
  color: var(--primary-dark);
  font-weight: 700;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  cursor: pointer;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button.primary {
  min-width: 136px;
  background: var(--primary);
  color: #fff;
  box-shadow: 0 18px 36px rgba(34, 168, 102, 0.32);
}

.home-hero .button.primary {
  position: relative;
  overflow: hidden;
  min-width: 272px;
  min-height: 76px;
  padding: 0 34px;
  border-color: rgba(255, 255, 255, 0.62);
  font-size: 32px;
  background:
    linear-gradient(135deg, #18b66b, #0f8f58 58%, #22c57b);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 24px 58px rgba(34, 168, 102, 0.42),
    0 0 34px rgba(52, 211, 153, 0.34);
}

.home-hero .button.primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 30%, rgba(255, 255, 255, 0.42) 46%, transparent 62% 100%);
  transform: translateX(-120%);
  animation: buttonSheen 2600ms ease-in-out infinite;
}

.home-hero .button.primary::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.home-hero .button.primary:hover {
  background:
    linear-gradient(135deg, #20c878, #0f985c 58%, #26d486);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 28px 68px rgba(34, 168, 102, 0.5),
    0 0 46px rgba(52, 211, 153, 0.45);
}

.home-hero .button.primary > * {
  position: relative;
  z-index: 1;
}

@keyframes buttonSheen {
  0%, 42% {
    transform: translateX(-120%);
  }
  72%, 100% {
    transform: translateX(120%);
  }
}

.button.primary:hover {
  background: var(--primary-dark);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.74);
  color: var(--text);
  box-shadow: 0 14px 30px rgba(32, 49, 40, 0.1);
  backdrop-filter: blur(12px);
}

.button.secondary:hover {
  background: var(--surface-strong);
}

.button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.review-list {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(32, 49, 40, 0.08);
}

.review-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.review-row:last-child {
  border-bottom: 0;
}

.review-row dt {
  color: var(--muted);
  font-size: 14px;
}

.review-row dd {
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.error {
  display: none;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #f3b7b2;
  border-radius: var(--radius);
  background: #fff5f5;
  color: var(--danger);
}

.error.is-visible {
  display: block;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  max-width: min(520px, calc(100% - 32px));
  padding: 13px 16px;
  border-radius: var(--radius);
  background: rgba(22, 33, 27, 0.94);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.toast.is-visible {
  opacity: 1;
}

@media (max-width: 640px) {
  .page-shell {
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 0 16px;
  }

  .request-shell {
    padding-top: 16px;
  }

  .home-hero {
    min-height: auto;
    display: flex;
    gap: 24px;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 48px 16px 32px;
    background-position: center top;
  }

  .hero-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .home-hero h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .hero-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 0;
  }

  .hero-stat {
    min-height: 84px;
    padding: 16px;
  }

  .hero-stat strong {
    font-size: 24px;
  }

  .hero-stat span {
    margin-top: 8px;
    font-size: 13px;
  }

  .promise-section,
  .reason-section,
  .client-section {
    padding: 28px 0;
  }

  .promise-section h2,
  .reason-section h2,
  .client-section h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .promise-section h2 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .reason-section h2 {
    font-size: 30px;
  }

  .reason-section {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 32px 16px;
  }

  .reason-section > p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .reason-slider {
    min-height: 280px;
  }

  .reason-slides {
    width: calc(100% - 72px);
    min-height: 260px;
  }

  .reason-slide {
    padding: 24px 18px;
  }

  .reason-slide h3 {
    margin-top: 16px;
    font-size: 26px;
  }

  .reason-slide p {
    font-size: 15px;
    line-height: 1.58;
  }

  .reason-arrow {
    width: 42px;
    height: 42px;
  }

  .home-hero .button.primary {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    font-size: 22px;
  }

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

  .promise-card {
    min-height: 150px;
    padding: 16px 14px;
  }

  .promise-card h3 {
    margin-top: 14px;
    font-size: 16px;
  }

  .promise-card p {
    font-size: 12px;
  }

  .client-section h2 {
    font-size: 28px;
  }

  .logo-marquee {
    gap: 10px;
  }

  .logo-track {
    gap: 10px;
  }

  .logo-item {
    width: 132px;
    height: 58px;
  }

  .logo-item img {
    max-width: 98px;
    max-height: 34px;
  }

  .site-footer {
    padding: 28px 16px;
  }

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

  .quick-consult {
    right: 16px;
    bottom: 16px;
    min-height: 52px;
    padding: 0 16px;
    font-size: 15px;
  }

  .consult {
    width: 100%;
    margin-top: 32px;
    min-height: 100vh;
    padding: 18px 0 14px;
    border-left: 0;
    border-right: 0;
  }

  .consult::before {
    background-size: auto 100%;
    background-position: 28% center;
    opacity: 0.42;
  }

  .step-body {
    padding-top: 34px;
  }

  .step-title {
    font-size: 29px;
    line-height: 1.16;
  }

  .step-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  .option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 26px;
  }

  .option-card {
    min-height: 108px;
    padding: 14px 12px;
  }

  .option-card strong {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .option-card span {
    font-size: 12px;
    line-height: 1.42;
  }

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

  .form-actions {
    position: sticky;
    bottom: 0;
    background: rgba(250, 252, 250, 0.84);
    backdrop-filter: blur(14px);
  }

  .button {
    flex: 1;
  }

  .review-row {
    grid-template-columns: 88px minmax(0, 1fr);
  }
}
