@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@800&display=swap");

/* Approved optician-style partner header shared by all industry pages. */
.pp-nav {
  position: relative;
  top: auto;
  background: rgba(255, 255, 255, .92);
  border-bottom-color: #D9E4F4;
  box-shadow: none;
}

.pp-nav .nav-inner {
  box-sizing: border-box;
  width: 100%;
  min-height: 72px;
  max-width: 1232px;
  margin: 0 auto;
  padding: 12px clamp(20px, 4vw, 48px);
  gap: 12px;
}

.pp-brand-lockup {
  position: absolute;
  z-index: 1;
  top: calc(50% - .5px);
  left: max(clamp(24px, 3vw, 48px), calc((100% - 1280px) / 2));
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 36px;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transform: translateY(-50%);
}

.pp-brand-lockup .pp-brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background: #2563EB;
  color: #fff;
  box-shadow: none;
}

.pp-brand-lockup .pp-brand-mark svg { width: 20px; height: 20px; }

.pp-brand-name {
  color: #111827;
  font-family: "Plus Jakarta Sans", "Pretendard Variable", Pretendard, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
}

.pp-brand-partner {
  background: linear-gradient(135deg, #1D4ED8, #60A5FA);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Pretendard Variable", Pretendard, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  transform: translateY(1px);
}

.pp-nav .nav-back {
  margin-left: auto;
  padding: 8px 14px;
  color: #475467;
  font-family: "Noto Sans KR", -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.pp-nav .nav-back:hover { color: #2563EB; background: #EFF6FF; }

.pp-nav .nav-cta {
  min-height: 40px;
  padding: 10px 17px;
  border-radius: 10px;
  background: #2563EB;
  color: #fff;
  font-family: "Noto Sans KR", -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  box-shadow: none;
}

.pp-nav .nav-cta:hover { background: #1D4ED8; box-shadow: none; transform: none; }

.pp-hero--unified,
.experience-hero--unified {
  --unified-blue: #2563eb;
  --unified-blue-dark: #1d4ed8;
  --unified-blue-light: #eff6ff;
  --unified-border: #d9e4f4;
  --unified-navy: #172033;
  --unified-muted: #667085;
  overflow: hidden;
  background: linear-gradient(135deg, #f7faff 0%, #f1f6ff 58%, #eaf2ff 100%);
  color: var(--unified-navy);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pp-hero--unified {
  padding: 24px 24px 70px;
}

.experience-hero--unified {
  padding: 24px 24px 70px;
}

.pp-hero--unified > .pp-wrap,
.experience-hero--unified > .hero-inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: stretch;
  gap: clamp(32px, 5vw, 64px);
  width: min(100%, 1280px);
  min-height: 610px;
  margin: 0 auto;
  padding: 10px clamp(0px, 2.5vw, 32px) 0;
}

.pp-hero--unified > .pp-wrap > .pp-copy,
.experience-hero--unified > .hero-inner > .hero-copy {
  box-sizing: border-box;
  min-width: 0;
  padding-top: 48px;
}

.pp-hero--unified .pp-eyebrow,
.experience-hero--unified .pp-eyebrow {
  margin: 0 0 14px;
  color: var(--unified-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

@media (min-width: 761px) {
  .experience-hero--unified .pp-eyebrow {
    display: block;
  }

  .experience-hero--unified .pp-eyebrow::before {
    display: none;
  }
}

.pp-hero--unified .pp-title,
.experience-hero--unified .pp-title {
  margin: 0;
  color: var(--unified-navy);
  font-size: clamp(42px, 4.45vw, 56px);
  font-weight: 780;
  letter-spacing: -.065em;
  line-height: 1.12;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

/* The esthetic title is longer than the standard store-name pattern. */
.pp-hero--esthetic .pp-title {
  font-size: clamp(42px, 4vw, 48px);
}

.pp-hero--nail .pp-nail-desktop-break {
  display: none;
}

.pp-hero--streetsnap .pp-streetsnap-desktop-break {
  display: none;
}

.pp-hero--hanbok .pp-hanbok-desktop-break {
  display: none;
}

.pp-hero--rentcar .pp-rentcar-desktop-break {
  display: none;
}

.pp-hero--sim .pp-sim-desktop-break,
.pp-hero--luggage .pp-luggage-desktop-break,
.pp-hero--transport .pp-transport-desktop-break {
  display: none;
}

/* Keep the longer beauty service headline to three desktop lines. */
@media (min-width: 761px) {
  .pp-hero--beauty .pp-title {
    font-size: clamp(34px, 3.7vw, 49.2px);
  }

  .pp-hero--beauty .pp-title > .pp-highlight::after {
    display: none;
  }

  .pp-hero--color .pp-title {
    font-size: clamp(39px, 3.7vw, 49.2px);
  }

  .pp-hero--color .pp-title > .pp-highlight::after {
    display: none;
  }

}

@media (min-width: 1024px) {
  .pp-hero--nail .pp-title {
    font-size: clamp(39px, 3.7vw, 49.2px);
  }

  .pp-hero--nail .pp-title > .pp-highlight::after {
    display: none;
  }

  .pp-hero--nail .pp-nail-desktop-break {
    display: inline;
  }

  .pp-hero--pilates .pp-title {
    font-size: clamp(39px, 3.7vw, 49.2px);
  }

  .pp-hero--pilates .pp-title > .pp-highlight::after {
    display: none;
  }

  .pp-hero--streetsnap .pp-title {
    font-size: clamp(39px, 3.7vw, 49.2px);
  }

  .pp-hero--streetsnap .pp-title > .pp-highlight::after {
    display: none;
  }

  .pp-hero--streetsnap .pp-streetsnap-desktop-break {
    display: inline;
  }

  .pp-hero--hanbok .pp-title {
    font-size: clamp(39px, 3.7vw, 49.2px);
  }

  .pp-hero--hanbok .pp-title > .pp-highlight::after {
    display: none;
  }

  .pp-hero--hanbok .pp-hanbok-desktop-break {
    display: inline;
  }

  .pp-hero--rentcar .pp-title {
    font-size: clamp(39px, 3.7vw, 49.2px);
  }

  .pp-hero--rentcar .pp-title > .pp-highlight::after {
    display: none;
  }

  .pp-hero--rentcar .pp-rentcar-desktop-break {
    display: inline;
  }

  .pp-hero--sim .pp-title,
  .pp-hero--luggage .pp-title,
  .pp-hero--transport .pp-title {
    font-size: clamp(39px, 3.7vw, 49.2px);
  }

  .pp-hero--sim .pp-title > .pp-highlight::after,
  .pp-hero--luggage .pp-title > .pp-highlight::after,
  .pp-hero--transport .pp-title > .pp-highlight::after {
    display: none;
  }

  .pp-hero--sim .pp-sim-desktop-break,
  .pp-hero--luggage .pp-luggage-desktop-break,
  .pp-hero--transport .pp-transport-desktop-break {
    display: inline;
  }
}

@media (max-width: 1023px) {
  .pp-hero--nail .pp-title > .pp-highlight > .pp-highlight::after {
    display: none;
  }

  .pp-hero--pilates .pp-title > .pp-highlight > .pp-highlight::after {
    display: none;
  }

  .pp-hero--streetsnap .pp-title > .pp-highlight > .pp-highlight::after {
    display: none;
  }

  .pp-hero--hanbok .pp-title > .pp-highlight > .pp-highlight::after {
    display: none;
  }

  .pp-hero--rentcar .pp-title > .pp-highlight > .pp-highlight::after {
    display: none;
  }

  .pp-hero--sim .pp-title > .pp-highlight > .pp-highlight::after,
  .pp-hero--luggage .pp-title > .pp-highlight > .pp-highlight::after,
  .pp-hero--transport .pp-title > .pp-highlight > .pp-highlight::after {
    display: none;
  }

  .experience-hero--experience .pp-title > .pp-highlight > .pp-highlight::after {
    display: none;
  }
}

.pp-hero--unified .pp-highlight,
.experience-hero--unified .pp-highlight {
  color: var(--unified-blue);
}

.pp-hero--unified .pp-highlight::after,
.experience-hero--unified .pp-highlight::after {
  background: rgba(37, 99, 235, .1);
}

.experience-hero--experience .pp-eyebrow::before {
  display: none;
}

@media (min-width: 1024px) {
  .experience-hero--experience .pp-title > .pp-highlight::after {
    display: none;
  }
}

.pp-hero--unified .pp-sub,
.experience-hero--unified .pp-sub {
  margin: 20px 0 0;
  color: var(--unified-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
}

.pp-hero--oriental .pp-sub-mobile-break {
  display: none;
}

.pp-hero--color .pp-color-mobile-break {
  display: none;
}

.pp-hero--unified .pp-image,
.experience-hero--unified .pp-image,
.experience-hero--unified .hero-image {
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border: 1px solid var(--unified-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}

.pp-hero--unified .pp-image img,
.experience-hero--unified .pp-image img,
.experience-hero--unified .hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-hero--unified > .pp-wrap > .pp-copy > .pp-image,
.experience-hero--unified > .hero-inner > .hero-copy > .pp-image,
.experience-hero--unified > .hero-inner > .hero-copy > .hero-image {
  margin-top: 28px;
}

.pp-hero--unified > .pp-wrap > .pp-visual,
.experience-hero--unified > .hero-inner > .hero-visual {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  align-items: stretch;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-end;
}

.pp-hero--unified .pp-calculator,
.experience-hero--unified .pp-calculator {
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  border: 1px solid var(--unified-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: none;
}

.pp-hero--unified .pp-calc-top > span,
.experience-hero--unified .pp-calc-top > span,
.pp-hero--unified .pp-income-label,
.experience-hero--unified .pp-income-label,
.pp-hero--unified .pp-footnote,
.experience-hero--unified .pp-footnote {
  color: var(--unified-muted);
}

.pp-hero--unified .pp-calc-top strong,
.experience-hero--unified .pp-calc-top strong,
.pp-hero--unified .pp-income-number,
.experience-hero--unified .pp-income-number,
.pp-hero--unified .pp-won,
.experience-hero--unified .pp-won {
  color: var(--unified-blue-dark);
}

.pp-hero--unified .pp-calc-top em,
.experience-hero--unified .pp-calc-top em,
.pp-hero--unified .pp-compare-item strong,
.experience-hero--unified .pp-compare-item strong {
  color: var(--unified-navy);
}

.pp-hero--unified .pp-calculator .pp-income,
.experience-hero--unified .pp-calculator .pp-income {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--unified-border);
  border-radius: 18px;
  background: #f7faff;
}

.pp-hero--unified .pp-calculator .pp-compare,
.experience-hero--unified .pp-calculator .pp-compare {
  width: 100%;
  max-width: none;
  gap: 10px;
  margin-top: 12px;
}

.pp-hero--unified .pp-calculator .pp-compare-item,
.experience-hero--unified .pp-calculator .pp-compare-item {
  min-width: 0;
  padding: 12px;
  border-color: var(--unified-border);
  text-align: left;
}

.pp-hero--unified .pp-calculator .pp-compare-item.pp-now,
.experience-hero--unified .pp-calculator .pp-compare-item.pp-now {
  border-color: #bfd3ff;
  background: var(--unified-blue-light);
}

.pp-hero--unified .pp-calculator .pp-compare-item.pp-now strong,
.experience-hero--unified .pp-calculator .pp-compare-item.pp-now strong {
  color: var(--unified-blue-dark);
}

.pp-hero--unified .pp-proofs,
.experience-hero--unified .pp-proofs,
.experience-hero--unified .proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.pp-hero--unified .pp-proof,
.experience-hero--unified .pp-proof,
.experience-hero--unified .proof {
  display: flex;
  min-width: 0;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 7px 4px;
  border: 1px solid var(--unified-border);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  color: #273142;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.pp-hero--unified .pp-footnote,
.experience-hero--unified .pp-footnote {
  margin: 14px 0 0;
  font-size: 11px;
  line-height: 1.55;
}

.pp-hero--unified .pp-mustread-static,
.experience-hero--unified .pp-mustread-static {
  box-sizing: border-box;
  width: 100%;
  margin: 14px 0 0;
  padding: 12px 16px;
  border: 1px solid #bfd3ff;
  border-radius: 16px;
  background: #f7faff;
  box-shadow: none;
}

.pp-hero--unified .pp-mustread-static .pp-mustread-heading,
.experience-hero--unified .pp-mustread-static .pp-mustread-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--unified-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.pp-hero--unified .pp-mustread-static .pp-mustread-body,
.experience-hero--unified .pp-mustread-static .pp-mustread-body {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--unified-border);
  color: var(--unified-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.pp-hero--unified .pp-calculator :is(.pp-medical-static-card, .pp-medical-contract-card, .pp-contract-card),
.experience-hero--unified .pp-calculator :is(.pp-medical-static-card, .pp-medical-contract-card, .pp-contract-card) {
  padding: 18px;
  border: 1px solid var(--unified-border);
  border-radius: 18px;
  background: #f7faff;
  box-shadow: none;
}

.pp-hero--unified .pp-range,
.experience-hero--unified .pp-range {
  --pp-fill: 9.09%;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(90deg, var(--unified-blue) var(--pp-fill), rgba(17, 24, 39, .12) var(--pp-fill));
}

.pp-hero--unified .pp-range::-webkit-slider-thumb,
.experience-hero--unified .pp-range::-webkit-slider-thumb {
  border-color: #fff;
  background-color: var(--unified-blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 16%22%3E%3Cpath d=%22M2 8h12M2 8l3-3M2 8l3 3M14 8l-3-3M14 8l-3 3%22 fill=%22none%22 stroke=%22%23fff%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  box-shadow: none;
}

.pp-hero--unified .pp-range::-moz-range-thumb,
.experience-hero--unified .pp-range::-moz-range-thumb {
  border-color: #fff;
  background-color: var(--unified-blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 16%22%3E%3Cpath d=%22M2 8h12M2 8l3-3M2 8l3 3M14 8l-3-3M14 8l-3 3%22 fill=%22none%22 stroke=%22%23fff%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  box-shadow: none;
}

.pp-hero--unified .pp-cta,
.experience-hero--unified .pp-cta {
  margin-top: 14px;
  background: var(--unified-blue);
  box-shadow: none;
}

.pp-hero--unified .pp-cta:hover,
.experience-hero--unified .pp-cta:hover {
  background: var(--unified-blue-dark);
  box-shadow: none;
  transform: none;
}

@media (max-width: 760px) {
  .pp-hero--unified,
  .experience-hero--unified {
    padding: 42px 20px 54px;
  }

  .pp-hero--unified > .pp-wrap,
  .experience-hero--unified > .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0;
  }

  .pp-hero--unified > .pp-wrap > .pp-copy,
  .pp-hero--unified > .pp-wrap > .pp-visual,
  .experience-hero--unified > .hero-inner > .hero-copy,
  .experience-hero--unified > .hero-inner > .hero-visual {
    display: contents;
  }

  .pp-hero--unified > .pp-wrap > .pp-copy,
  .experience-hero--unified > .hero-inner > .hero-copy {
    padding-top: 0;
  }

  .pp-hero--unified > .pp-wrap > .pp-copy > *,
  .experience-hero--unified > .hero-inner > .hero-copy > * {
    order: 1;
    width: 100%;
  }

  .pp-hero--unified .pp-eyebrow,
  .experience-hero--unified .pp-eyebrow {
    margin-bottom: 11px;
    font-size: 10px;
  }

  .pp-hero--unified .pp-title,
  .experience-hero--unified .pp-title {
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.16;
    text-align: left;
  }

  .pp-hero--unified .pp-highlight::after,
  .experience-hero--unified .pp-highlight::after {
    display: none;
  }

  .pp-hero--unified .pp-sub,
  .experience-hero--unified .pp-sub {
    margin-top: 16px;
    font-size: 14px;
  }

  .experience-hero--experience .hero-actions {
    display: none;
  }

  .pp-hero--oriental .pp-sub-mobile-break {
    display: inline;
  }

  .pp-hero--oriental .pp-sub-desktop-break {
    display: none;
  }

  .pp-hero--color .pp-color-mobile-break {
    display: inline;
  }

  .pp-hero--color .pp-title .pp-highlight {
    display: inline;
  }

  .pp-hero--unified > .pp-wrap > .pp-visual > .pp-calculator,
  .experience-hero--unified > .hero-inner > .hero-visual > .pp-calculator {
    order: 2;
    width: 100%;
    margin-top: 28px;
    padding: 19px 18px;
    border-radius: 22px;
  }

  .pp-hero--unified > .pp-wrap > .pp-copy > .pp-image,
  .experience-hero--unified > .hero-inner > .hero-copy > .pp-image,
  .experience-hero--unified > .hero-inner > .hero-copy > .hero-image {
    order: 3;
    margin-top: 16px;
    border-radius: 22px;
  }

  .experience-hero--unified > .hero-inner > .hero-visual > .hero-image {
    order: 3;
    width: 100%;
    margin-top: 16px;
    border-radius: 22px;
  }

  .pp-hero--unified > .pp-wrap > .pp-copy > .pp-mustread-static,
  .experience-hero--unified > .hero-inner > .hero-copy > .pp-mustread-static {
    order: 4;
    margin-top: 16px;
    padding: 11px 14px;
  }
}

@media (max-width: 480px) {
  .pp-hero--unified .pp-proofs,
  .experience-hero--unified .pp-proofs,
  .experience-hero--unified .proofs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    overflow: visible;
  }

  .pp-hero--unified .pp-proof,
  .experience-hero--unified .pp-proof,
  .experience-hero--unified .proof {
    min-width: 0;
    padding: 6px 2px;
    font-size: 11px;
    letter-spacing: -.04em;
  }
}

@media (max-width: 360px) {
  .pp-hero--unified .pp-proofs,
  .experience-hero--unified .proofs {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }

  .pp-hero--unified .pp-proof,
  .experience-hero--unified .proof {
    font-size: 9.5px;
    letter-spacing: -.06em;
  }
}

/* 에스테틱은 안경점과 같은 모바일 타이포그래피와 안내 태그 리듬을 사용합니다. */
.pp-hero--esthetic .pp-highlight::after,
.pp-hero--dermatology .pp-highlight::after {
  display: none;
}

@media (max-width: 760px) {
  .pp-hero--esthetic .pp-title,
  .pp-hero--dermatology .pp-title {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .pp-nav .nav-inner { min-height: 64px; padding: 10px 16px; gap: 6px; }
  .pp-brand-lockup { left: 16px; min-height: 30px; gap: 7px; }
  .pp-brand-lockup .pp-brand-mark { width: 27px; height: 27px; border-radius: 7px; }
  .pp-brand-lockup .pp-brand-mark svg { width: 17px; height: 17px; }
  .pp-brand-name { font-size: 18px; }
  .pp-brand-partner { display: inline; font-size: 8px; }
  .pp-nav .nav-back { padding: 8px; font-size: 12px; }
  .pp-nav .nav-cta { min-height: 36px; padding: 9px 11px; font-size: 12px; }
}

@media (max-width: 360px) {
  .pp-brand-partner { display: none; }
}

@media (max-width: 340px) {
  .pp-hero--oriental .pp-sub {
    font-size: 13px;
    letter-spacing: -.03em;
  }
}

/* Shared customer journey: the static, pre-trip customer view below each industry hero. */
.customer-journey-section {
  background: #F7FAFF;
  color: #172033;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: clamp(72px, 8vw, 104px) 24px;
}

.customer-journey-section .customer-journey-grid {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
  grid-template-areas: "copy visual" "steps visual";
  gap: 30px clamp(48px, 8vw, 108px);
  align-items: center;
}

.customer-journey-copy { grid-area: copy; min-width: 0; }

.journey-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: #2563EB;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
}

.journey-title {
  margin: 0;
  color: #172033;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.13;
  word-break: keep-all;
}

.journey-title span { color: #2563EB; }

.journey-sub {
  max-width: 510px;
  margin: 18px 0 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.journey-steps {
  grid-area: steps;
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
  position: relative;
}

.journey-steps::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 21px;
  left: 17px;
  width: 1px;
  background: #D9E4F4;
}

.journey-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.journey-step-index {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #2563EB;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.journey-step-title {
  margin: 4px 0;
  color: #172033;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.35;
}

.journey-step p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
  word-break: keep-all;
}

.journey-visual {
  grid-area: visual;
  display: grid;
  justify-items: center;
  align-self: center;
  min-width: 0;
}

.journey-device {
  box-sizing: border-box;
  width: min(100%, 350px);
  padding: 7px;
  border: 1px solid #D9E4F4;
  border-radius: 28px;
  background: #fff;
}

.journey-phone {
  overflow: hidden;
  border: 1px solid #E6EEF9;
  border-radius: 21px;
  background: #fff;
  box-shadow: none;
}

.journey-phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 13px;
  border-bottom: 1px solid #E6EEF9;
}

.journey-mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #172033;
  font-size: 11px;
  font-weight: 800;
}

.journey-mini-mark {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 5px;
  background: #2563EB;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.journey-phone-language {
  padding: 4px 7px;
  border-radius: 999px;
  background: #EFF6FF;
  color: #2563EB;
  font-size: 9px;
  font-weight: 800;
}

.journey-map {
  position: relative;
  height: 154px;
  overflow: hidden;
  background: #ECF1F5;
}

.journey-map svg { display: block; width: 100%; height: 100%; }

.journey-map-search {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  overflow: hidden;
  padding: 8px 10px;
  border: 1px solid rgba(217, 228, 244, .9);
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  color: #475467;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.journey-map-pin {
  position: absolute;
  top: 58%;
  left: 56%;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #2563EB;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.journey-map-pin > span { transform: rotate(45deg); }

.journey-store-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  background: #fff;
}

.journey-store-card img {
  width: 64px;
  height: 74px;
  border-radius: 10px;
  object-fit: cover;
  object-position: 56% 44%;
}

.journey-store-copy {
  display: grid;
  align-content: start;
  gap: 3px;
  min-width: 0;
}

.journey-store-eyebrow {
  color: #2563EB;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.journey-store-copy strong {
  overflow: hidden;
  color: #172033;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.journey-store-location { color: #667085; font-size: 10px; line-height: 1.2; }

.journey-language-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.journey-language-tags span {
  padding: 4px 5px;
  border: 1px solid #D9E4F4;
  border-radius: 999px;
  background: #fff;
  color: #2563EB;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

.journey-action {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  background: #2563EB;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.journey-action b { font-size: 15px; line-height: 1; }

.journey-visual-note {
  margin: 12px 0 0;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.journey-visual-note span { padding: 0 4px; color: #2563EB; }

@media (max-width: 820px) {
  .customer-journey-section { padding: 60px 20px; }

  .customer-journey-section .customer-journey-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual" "steps";
    gap: 28px;
    max-width: 540px;
  }

  .journey-title { font-size: clamp(30px, 8.8vw, 38px); }
  .journey-sub { font-size: 14px; line-height: 1.7; }
  .journey-visual { justify-items: start; }
  .journey-device { width: min(100%, 350px); }
  .journey-steps { gap: 16px; padding-top: 0; }
  .journey-step-title { font-size: 15px; }
  .journey-step p { font-size: 12px; line-height: 1.55; }
}

@media (max-width: 390px) {
  .customer-journey-section { padding-right: 16px; padding-left: 16px; }
  .journey-map { height: 146px; }
  .journey-store-card { padding: 10px; }
  .journey-store-card img { width: 58px; height: 68px; }
  .journey-language-tags span { padding: 3px 4px; }
}
