/* /root/cartwo_kr_env/app/static/css/consultation.css */

/* =========================================================
   CARTWO Consultation Landing / Step Form
   - Background image version
   - STEP 01: button background image version
   - Web: STEP 01 buttons one row / Mobile: two rows
========================================================= */

:root {
  --blue: #0b67ff;
  --blue-dark: #0052d9;
  --blue-soft: #eaf2ff;

  --text-main: #111827;
  --text-sub: #4b5563;
  --text-light: #6b7280;

  --line: #dbe3ef;
  --white: #ffffff;

  --radius-xl: 30px;
  --radius-lg: 22px;

  --shadow-card: 0 24px 70px rgba(15, 23, 42, 0.14);
  --shadow-soft: 0 12px 36px rgba(37, 99, 235, 0.13);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  margin: 0;
  min-height: 100%;
  font-family:
    "Pretendard",
    "Noto Sans KR",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text-main);
  overflow-x: hidden;
}

button,
input {
  font-family: inherit;
}

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

body {
  background: #dfefff;
}

.consult-page {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.mobile-only {
  display: none;
}

.consult-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 28px;
  overflow: hidden;
  background: #eaf4ff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/static/image/consultation-bg-car.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.01);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(244, 250, 255, 0.16) 0%,
      rgba(244, 250, 255, 0.04) 44%,
      rgba(244, 250, 255, 0.24) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,0.06) 0%,
      rgba(255,255,255,0.08) 58%,
      rgba(239,247,255,0.66) 100%
    );
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1500px, 100%);
  margin: 0 auto;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(560px, 1.05fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 230px);
  padding: 46px 28px 16px;
}

.hero-left {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-left: 34px;
  margin-top: -270px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 22px;
  border: 1px solid rgba(11, 103, 255, 0.55);
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.08);
  backdrop-filter: blur(12px);
  word-break: keep-all;
}

.hero-copy h1 {
  margin: 26px 0 20px;
  font-size: clamp(40px, 4.4vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.075em;
  font-weight: 900;
  color: #111827;
  text-shadow: 0 2px 16px rgba(255,255,255,0.75);
}

.hero-copy h1 span {
  color: var(--blue);
}

.hero-copy p {
  margin: 0;
  color: #344054;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.7;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-shadow: 0 2px 14px rgba(255,255,255,0.78);
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.form-card {
  width: 100%;
  max-width: 680px;
  min-height: 620px;
  padding: 42px 46px 34px;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.94);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px);
}

.form-head {
  text-align: center;
  margin-bottom: 24px;
}

.form-head h2 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.progress-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 38px;
}

.progress-step {
  position: relative;
  min-width: 82px;
  text-align: center;
}

.step-circle {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e9eef5;
  color: #596273;
  font-size: 18px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.progress-step.active .step-circle,
.progress-step.completed .step-circle {
  color: #fff;
  background: linear-gradient(135deg, #2879ff 0%, #0057ec 100%);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.32);
}

.step-label {
  color: #3f4a5f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.progress-step.active .step-label,
.progress-step.completed .step-label {
  color: var(--blue);
}

.progress-line {
  flex: 1;
  height: 2px;
  margin: 21px 6px 0;
  background: #dbe3ef;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.step-title-box {
  margin-bottom: 26px;
}

.step-title-box h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.24;
  letter-spacing: -0.065em;
  font-weight: 900;
  color: var(--text-main);
}

.step-title-box p {
  margin: 0;
  color: var(--text-sub);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

/* =========================================================
   STEP 01 Product Button
   - Web: 2 buttons in one row
   - Mobile: 2 buttons in two rows
   - Image is background of each button
========================================================= */

.card-options {
  display: grid;
  gap: 18px;
}

/* 웹에서는 한 줄 2개 */
.product-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-option {
  position: relative;
  border: 1.5px solid #dde5f0;
  border-radius: 22px;
  background: rgba(255,255,255,0.82);
  cursor: pointer;
  text-align: left;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.card-option:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 103, 255, 0.55);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.14);
}

.card-option.selected,
.card-option.active {
  border-color: var(--blue);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,248,255,0.97));
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.18);
}

.product-option {
  overflow: hidden;
  min-height: 255px;
  padding: 24px 22px;
  display: block;
}

.product-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.98;
  transition:
    transform 0.24s ease,
    opacity 0.24s ease,
    filter 0.24s ease;
}

.product-option:hover .product-bg {
  transform: scale(1.035);
}

.product-option-rent .product-bg {
  background-image: url("/static/image/consultation-btn-rent.png");
}

.product-option-lease .product-bg {
  background-image: url("/static/image/consultation-btn-lease.png");
}

.product-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.98) 0%,
      rgba(255,255,255,0.92) 38%,
      rgba(255,255,255,0.48) 68%,
      rgba(255,255,255,0.10) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,0.18) 0%,
      rgba(255,255,255,0.06) 56%,
      rgba(255,255,255,0.30) 100%
    );
}

.card-option.selected .product-dim,
.card-option.active .product-dim {
  background:
    linear-gradient(
      90deg,
      rgba(244,249,255,0.99) 0%,
      rgba(244,249,255,0.94) 38%,
      rgba(244,249,255,0.52) 68%,
      rgba(244,249,255,0.12) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,0.18) 0%,
      rgba(255,255,255,0.06) 56%,
      rgba(255,255,255,0.30) 100%
    );
}

.select-mark {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 5;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.6px solid #b7c2d2;
  color: transparent;
  background: #fff;
}

.card-option.selected .select-mark,
.card-option.active .select-mark {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.product-content {
  position: relative;
  z-index: 3;
  min-height: 207px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 31px;
}

.product-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  color: var(--blue);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  font-size: 27px;
}

.card-option:not(.selected):not(.active) .product-icon {
  color: #111827;
}

.product-content h3 {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.card-option:not(.selected):not(.active) .product-content h3 {
  color: #111827;
}

.product-content ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.product-content li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #344054;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.product-content li i {
  color: var(--blue);
  font-size: 13px;
}

.detail-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255,255,255,0.82);
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.card-option:not(.selected):not(.active) .detail-chip {
  color: #1f2937;
  border-color: #9aa6b8;
}

.step-footnote {
  margin: 18px 0 0;
  text-align: center;
  color: #7a8495;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.035em;
}

/* =========================================================
   Common Form
========================================================= */

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 9px;
  color: #1f2937;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.required::after {
  content: " *";
  color: var(--blue);
}

input[type="text"],
input[type="tel"] {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #d6e0eb;
  border-radius: 15px;
  background: #fff;
  color: var(--text-main);
  font-size: 16px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 103, 255, 0.12);
}

.input-hint {
  margin-top: 8px;
  color: var(--text-light);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.035em;
}

.input-hint i {
  color: var(--blue);
  margin-right: 4px;
}

.phone-row {
  display: flex;
  gap: 10px;
}

.phone-row input {
  flex: 1.8;
}

.phone-row button {
  flex: 1;
  white-space: nowrap;
}

.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.step1-btn-area {
  justify-content: center;
}

.btn {
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.045em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    background 0.16s ease,
    opacity 0.16s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  flex: 1;
  color: #fff;
  background: linear-gradient(135deg, #1b73ff 0%, #0058f0 100%);
  box-shadow: 0 14px 26px rgba(0, 89, 240, 0.26);
}

.btn-primary:hover {
  box-shadow: 0 18px 32px rgba(0, 89, 240, 0.32);
}

.btn-primary:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-secondary {
  color: #1f3b68;
  background: #edf4ff;
  border: 1px solid #cfe0ff;
}

.btn-secondary:hover {
  background: #e5efff;
}

.verification-section {
  margin-top: 4px;
}

.verification-badge {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  margin: 10px 0 14px;
  border: 1px solid #bce8ca;
  border-radius: 15px;
  background: #ecfff2;
}

.verification-icon {
  color: #19a15f;
  font-size: 22px;
}

.verification-text strong {
  display: block;
  color: #16834e;
  font-size: 14px;
  margin-bottom: 2px;
}

.verification-text p {
  margin: 0;
  color: #16834e;
  font-size: 13px;
}

.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 14px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.035em;
  cursor: pointer;
}

.consent-label input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.summary-card {
  overflow: hidden;
  border: 1px solid #dbe5f0;
  border-radius: 18px;
  background: #fff;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid #edf2f7;
}

.summary-item:last-child {
  border-bottom: 0;
}

.summary-label {
  color: var(--text-light);
  font-size: 14px;
  font-weight: 750;
}

.summary-value {
  color: var(--text-main);
  font-size: 15px;
  font-weight: 900;
  text-align: right;
}

.result-message {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f3f8ff;
  color: #1f3b68;
  font-size: 14px;
  line-height: 1.5;
}

/* =========================================================
   Bottom Info Cards
========================================================= */

.benefit-strip,
.trust-strip {
  position: relative;
  z-index: 3;
  width: calc(100% - 90px);
  margin: 0 auto;
  display: grid;
  border-radius: 22px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px);
}

.benefit-strip {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6px;
  padding: 20px 24px;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 62px;
  padding: 0 22px;
  border-right: 1px solid #dbe3ef;
}

.benefit-card:last-child {
  border-right: 0;
}

.benefit-icon,
.trust-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #eaf2ff;
  font-size: 25px;
}

.benefit-card strong,
.trust-item strong {
  display: block;
  color: #172033;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.benefit-card p {
  margin: 5px 0 0;
  color: #596273;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.trust-strip {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  padding: 17px 24px;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  border-right: 1px solid #dbe3ef;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item span {
  display: block;
  margin-bottom: 4px;
  color: #596273;
  font-size: 14px;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.trust-item strong {
  font-size: 24px;
}

.company-footer {
  position: relative;
  z-index: 3;
  width: calc(100% - 90px);
  margin: 16px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  color: rgba(31, 41, 55, 0.72);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

/* JS가 selected 대신 다른 class를 줄 경우 대비 */
.card-option.is-selected,
.card-option.on {
  border-color: var(--blue);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,248,255,0.97));
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.18);
}

.card-option.is-selected .select-mark,
.card-option.on .select-mark {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.card-option.is-selected h3,
.card-option.on h3 {
  color: var(--blue);
}

/* =========================================================
   Tablet / Small Desktop
========================================================= */

@media (max-width: 1240px) {
  .hero-main {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
    padding: 24px 18px 16px;
  }

  .hero-left {
    min-height: 360px;
    align-items: center;
    text-align: center;
  }

  .hero-copy {
    padding-left: 0;
    margin-top: 0;
  }

  .form-card {
    max-width: 780px;
  }

  .benefit-strip,
  .trust-strip,
  .company-footer {
    width: calc(100% - 36px);
  }
}

/* =========================================================
   Tablet / Mobile
========================================================= */

@media (max-width: 900px) {
  .consult-hero {
    min-height: auto;
    padding: 16px;
  }

  .hero-bg {
    background-size: cover;
    background-position: center top;
  }

  .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(244,250,255,0.24) 0%,
        rgba(244,250,255,0.44) 42%,
        rgba(239,247,255,0.94) 100%
      );
  }

  .hero-inner {
    width: 100%;
    max-width: 100%;
  }

  .hero-main {
    width: 100%;
    display: block;
    padding: 16px 0;
  }

  .hero-left {
    width: 100%;
    min-height: 330px;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .hero-copy {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .hero-copy h1 {
    margin: 22px 0 14px;
    font-size: 40px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-right {
    width: 100%;
    display: block;
    margin-top: 8px;
  }

  .form-card {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 28px 20px;
    border-radius: 24px;
  }

  .progress-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .progress-step {
    min-width: 54px;
  }

  .step-circle {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .step-label {
    font-size: 11px;
  }

  .progress-line {
    margin-left: 1px;
    margin-right: 1px;
  }

  .step-title-box h3 {
    font-size: 25px;
  }

  .product-options {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-option {
    min-height: 230px;
    padding: 22px 18px;
  }

  .product-dim {
    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.90) 42%,
        rgba(255,255,255,0.32) 72%,
        rgba(255,255,255,0.04) 100%
      ),
      linear-gradient(
        180deg,
        rgba(255,255,255,0.18) 0%,
        rgba(255,255,255,0.08) 56%,
        rgba(255,255,255,0.38) 100%
      );
  }

  .benefit-strip {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 16px;
  }

  .benefit-card {
    border-right: 0;
    border-bottom: 1px solid #dbe3ef;
    padding: 16px 10px;
  }

  .benefit-card:nth-child(3),
  .benefit-card:nth-child(4) {
    border-bottom: 0;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    padding: 12px 18px;
  }

  .trust-item {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #dbe3ef;
    padding: 14px 0;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }
}

/* =========================================================
   Mobile Core Fix
========================================================= */

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .consult-hero {
    padding: 12px;
  }

  .hero-bg {
    background-size: auto 520px;
    background-position: center top;
  }

  .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(244,250,255,0.14) 0%,
        rgba(244,250,255,0.50) 34%,
        rgba(239,247,255,0.96) 58%,
        rgba(239,247,255,1) 100%
      );
  }

  .hero-main {
    min-height: auto;
    padding: 14px 0 12px;
  }

  .hero-left {
    min-height: 300px;
  }

  .hero-badge {
    min-height: 32px;
    max-width: 100%;
    padding: 0 14px;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
  }

  .hero-copy h1 {
    margin: 18px 0 12px;
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.07em;
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .form-card {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 26px 16px 20px;
    border-radius: 24px;
  }

  .form-head {
    margin-bottom: 22px;
  }

  .form-head h2 {
    font-size: 24px;
  }

  .progress-container {
    width: 100%;
    align-items: center;
    margin-bottom: 34px;
  }

  .progress-step {
    min-width: 36px;
    flex: 0 0 auto;
  }

  .step-circle {
    width: 34px;
    height: 34px;
    margin: 0 auto 7px;
    font-size: 14px;
  }

  .step-label {
    display: block;
    font-size: 10px;
    line-height: 1.25;
  }

  .progress-line {
    flex: 1 1 auto;
    min-width: 18px;
    margin: 0 4px 24px;
  }

  .step-title-box {
    margin-bottom: 22px;
  }

  .step-title-box h3 {
    font-size: 23px;
    line-height: 1.25;
  }

  .step-title-box p {
    font-size: 13px;
    line-height: 1.45;
  }

  .product-options {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-option {
    min-height: 220px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .select-mark {
    left: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
  }

  .product-content {
    min-height: 180px;
    padding-top: 24px;
  }

  .product-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
    border-radius: 14px;
    font-size: 24px;
  }

  .product-content h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .product-content ul {
    gap: 7px;
    margin-bottom: 15px;
  }

  .product-content li {
    font-size: 12px;
  }

  .detail-chip {
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }

  .step-footnote {
    margin-top: 14px;
    font-size: 11px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  input[type="text"],
  input[type="tel"] {
    min-height: 52px;
    font-size: 15px;
    border-radius: 14px;
  }

  .phone-row {
    flex-direction: column;
    gap: 8px;
  }

  .phone-row input,
  .phone-row button {
    width: 100%;
    flex: none;
  }

  .btn-group {
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }

  .btn {
    width: 100%;
    min-height: 52px;
    font-size: 15px;
  }

  .verification-badge {
    align-items: flex-start;
    padding: 13px 14px;
  }

  .consent-label {
    font-size: 13px;
  }

  .summary-item {
    flex-direction: column;
    gap: 5px;
    padding: 16px;
  }

  .summary-value {
    text-align: left;
  }

  .benefit-strip,
  .trust-strip {
    width: 100%;
    border-radius: 20px;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
    margin-top: 14px;
    padding: 8px 16px;
  }

  .benefit-card {
    width: 100%;
    min-height: auto;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #dbe3ef;
  }

  .benefit-card:nth-child(3),
  .benefit-card:nth-child(4) {
    border-bottom: 1px solid #dbe3ef;
  }

  .benefit-card:last-child {
    border-bottom: 0;
  }

  .benefit-icon,
  .trust-icon {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .benefit-card strong {
    font-size: 16px;
  }

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

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 12px;
    padding: 8px 16px;
  }

  .trust-item {
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #dbe3ef;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .trust-item strong {
    font-size: 21px;
  }

  .company-footer {
    width: 100%;
    margin-top: 14px;
    padding: 0 4px 12px;
    font-size: 11px;
    text-align: center;
  }
}

/* =========================================================
   Small Mobile
========================================================= */

@media (max-width: 560px) {
  .consult-hero {
    padding: 10px;
  }

  .hero-bg {
    background-size: auto 470px;
    background-position: center top;
  }

  .hero-left {
    min-height: 280px;
  }

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

  .hero-badge {
    font-size: 12px;
    padding: 0 14px;
  }

  .form-card {
    padding: 24px 16px;
  }

  .progress-line {
    margin-top: 0;
  }

  .product-option {
    min-height: 215px;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    border-bottom: 1px solid #dbe3ef !important;
  }

  .benefit-card:last-child {
    border-bottom: 0 !important;
  }

  .company-footer {
    width: 100%;
    padding: 0 8px 12px;
  }
}

/* =========================================================
   Extra Small Mobile
========================================================= */

@media (max-width: 390px) {
  .consult-hero {
    padding: 8px;
  }

  .hero-bg {
    background-size: auto 430px;
    background-position: center top;
  }

  .hero-left {
    min-height: 260px;
  }

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

  .hero-copy p {
    font-size: 14px;
  }

  .hero-badge {
    min-height: 30px;
    padding: 0 12px;
    font-size: 11px;
  }

  .form-card {
    padding: 22px 14px 18px;
    border-radius: 22px;
  }

  .form-head h2 {
    font-size: 20px;
  }

  .step-title-box h3 {
    font-size: 21px;
  }

  .step-title-box p {
    font-size: 13px;
  }

  .step-label {
    font-size: 9px;
  }

  .product-option {
    min-height: 205px;
    padding: 18px 14px;
  }

  .product-content {
    min-height: 169px;
    padding-top: 23px;
  }

  .product-icon {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .product-content h3 {
    font-size: 20px;
  }

  .progress-line {
    min-width: 12px;
    margin-left: 3px;
    margin-right: 3px;
  }
}




.mobile-br {
  display: none;
}

@media (max-width: 768px) {
  .mobile-br {
    display: inline;
  }
}