.pp-mustread-label {
  display: inline-flex;
  min-height: 22px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 7px;
  border: 1px solid #bfd3ff;
  border-radius: 4px;
  background: #fff;
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.industry-posthero {
  overflow-x: hidden;
  color: #101B35;
  background: #fff;
  font-family: Pretendard, "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

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

.industry-posthero .iph-section {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
  padding: 88px 0;
}

.industry-posthero .iph-section h2 {
  margin: 0 0 32px;
  color: #101b35;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  letter-spacing: -.035em;
}

.industry-posthero .iph-exposure {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
}

.industry-posthero .iph-eyebrow {
  margin: 0 0 14px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.industry-posthero .iph-exposure-copy > p:not(.iph-eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #52627a;
  font-size: 17px;
}

.industry-posthero .iph-discovery-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9e4f4;
  border-radius: 22px;
  background: #f8fbff;
}

.industry-posthero .iph-discovery-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.industry-posthero .iph-discovery-visual figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 18px 20px 20px;
}

.industry-posthero .iph-discovery-visual strong {
  font-size: 17px;
}

.industry-posthero .iph-discovery-visual span {
  color: #6b7b91;
  font-size: 13px;
}

.industry-posthero .iph-checks {
  width: min(100% - 32px, 1160px);
  padding: 72px clamp(20px, 5vw, 56px);
  border: 1px solid #d9e4f4;
  border-radius: 28px;
  background: #F3F7FC;
}

.industry-posthero .iph-accordion {
  display: grid;
  gap: 12px;
}

.industry-posthero .iph-check,
.industry-posthero .iph-faq-item {
  overflow: hidden;
  border: 1px solid #d9e4f4;
  border-radius: 14px;
  background: #fff;
}

.industry-posthero .iph-toggle {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #101b35;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.industry-posthero .iph-toggle::after {
  content: "+";
  color: #2563eb;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.industry-posthero .iph-toggle[aria-expanded="true"]::after {
  content: "−";
}

.industry-posthero .iph-faq-trigger::after {
  display: none;
}

.industry-posthero .iph-faq-mark {
  color: #2563eb;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform .2s ease;
}

.industry-posthero .iph-faq-trigger[aria-expanded="true"] .iph-faq-mark {
  transform: rotate(45deg);
}

.industry-posthero .iph-toggle:focus-visible,
.industry-posthero .iph-choice-link:focus-visible,
.industry-posthero .iph-primary-cta:focus-visible,
.industry-posthero .iph-secondary-cta:focus-visible,
.industry-posthero .iph-footer a:focus-visible {
  outline: 3px solid #2563EB;
  outline-offset: 3px;
}

.industry-posthero .iph-panel {
  padding: 0 20px 22px;
  color: #52627a;
  font-size: 14px;
}

.industry-posthero .iph-panel[hidden] {
  display: none;
}

.industry-posthero .iph-panel p {
  margin: 0 0 10px;
}

.industry-posthero .iph-panel ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

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

.industry-posthero .iph-scope-intro {
  max-width: 900px;
  margin: -12px 0 28px;
  color: #607087;
  font-size: 14px;
}

.industry-posthero .iph-scope-intro p {
  margin: 0;
}

.industry-posthero .iph-scope-group {
  min-width: 0;
  padding: 24px;
  border: 1px solid #d9e4f4;
  border-radius: 16px;
  background: #fff;
}

.industry-posthero .iph-scope-group h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 12px;
  font-size: 17px;
}

.industry-posthero .iph-scope-group h3::before {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #2563eb;
  content: "";
}

.industry-posthero .iph-scope-group ul {
  margin: 0;
  padding: 0;
  color: #52627a;
  font-size: 14px;
  list-style: none;
}

.industry-posthero .iph-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.industry-posthero .iph-choice-link {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border: 1px solid #bfd2ee;
  border-radius: 12px;
  background: #f8fbff;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.industry-posthero .iph-choice-link::after {
  content: "→";
}

.industry-posthero .iph-process {
  border-top: 1px solid #e4eaf2;
  border-radius: 24px;
  background: #f3f7fc;
}

.industry-posthero .iph-scope,
.industry-posthero .iph-faq {
  background: #fff;
}

.industry-posthero .iph-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-posthero .iph-process-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.industry-posthero .iph-process-step > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.industry-posthero .iph-process-step h3 {
  margin: 2px 0 6px;
  font-size: 16px;
  line-height: 1.4;
}

.industry-posthero .iph-process-step p {
  margin: 0;
  color: #607087;
  font-size: 13px;
}

.industry-posthero .iph-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 52px 24px;
  border-block: 1px solid #1d4ed8;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.industry-posthero .iph-primary-cta,
.industry-posthero .iph-secondary-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid #2563eb;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.industry-posthero .iph-primary-cta {
  border-color: #fff;
  background: #fff;
  color: #1d4ed8;
}

.industry-posthero .iph-primary-cta:hover {
  background: #eff6ff;
}

.industry-posthero .iph-secondary-cta {
  border-color: #bfdbfe;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.industry-posthero .iph-secondary-cta:hover {
  background: rgba(255, 255, 255, .16);
}

.industry-posthero .iph-faq {
  max-width: 900px;
}

.industry-posthero .iph-footer {
  padding: 44px max(24px, calc((100% - 1120px) / 2));
  background: #101b35;
  color: #c8d3e1;
  font-size: 12px;
}

.industry-posthero .iph-footer p {
  margin: 0;
}

.industry-posthero .iph-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.industry-posthero .iph-footer a {
  min-height: 44px;
  color: #fff;
  line-height: 44px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .industry-posthero .iph-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .industry-posthero {
    overflow-x: clip;
  }

  .industry-posthero .iph-section {
    width: min(100% - 32px, 1120px);
    padding: 64px 0;
  }

  .industry-posthero .iph-exposure,
  .industry-posthero .iph-scope-grid,
  .industry-posthero .iph-choice-grid,
  .industry-posthero .iph-process-list {
    grid-template-columns: 1fr;
  }

  .industry-posthero .iph-exposure {
    gap: 32px;
  }

  .industry-posthero .iph-checks {
    width: 100%;
    padding: 56px 16px;
    border-inline: 0;
    border-radius: 0;
  }

  .industry-posthero .iph-section h2 {
    margin-bottom: 24px;
  }

  .industry-posthero .iph-toggle {
    padding: 16px;
  }

  .industry-posthero .iph-panel {
    padding: 0 16px 18px;
  }

  .industry-posthero .iph-actions {
    flex-direction: column;
    padding: 40px 16px;
  }

  .industry-posthero .iph-primary-cta,
  .industry-posthero .iph-secondary-cta {
    width: 100%;
  }
}

/* Esthetic follows the Optician post-hero hierarchy without changing sibling routes. */
.esthetic-optician-posthero {
  --eop-blue: #2563eb;
  --eop-blue-dark: #1d4ed8;
  --eop-blue-soft: #eff6ff;
  --eop-text: #172033;
  --eop-muted: #667085;
  --eop-line: #d9e4f4;
  background: #fff;
  color: var(--eop-text);
}

.esthetic-optician-posthero .eop-section {
  padding: clamp(72px, 8vw, 104px) 24px;
}

.esthetic-optician-posthero .eop-inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.esthetic-optician-posthero .eop-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--eop-blue-soft);
  color: var(--eop-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
}

.esthetic-optician-posthero .eop-section-head {
  margin-bottom: 38px;
  text-align: center;
}

.esthetic-optician-posthero .eop-section-head h2,
.esthetic-optician-posthero .eop-faq-intro h2,
.esthetic-optician-posthero .eop-actions h2 {
  margin: 0;
  color: var(--eop-text);
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.16;
  word-break: keep-all;
}

.esthetic-optician-posthero .eop-section-head h2 span,
.esthetic-optician-posthero .eop-faq-intro h2 span {
  color: var(--eop-blue);
}

.esthetic-optician-posthero .eop-section-head > p,
.esthetic-optician-posthero .eop-faq-intro > p {
  margin: 15px auto 0;
  color: var(--eop-muted);
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.esthetic-optician-posthero .eop-journey {
  background: #f7faff;
}

.esthetic-optician-posthero .eop-journey-grid {
  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;
}

.esthetic-optician-posthero .eop-journey-copy {
  grid-area: copy;
  min-width: 0;
}

.esthetic-optician-posthero .eop-journey-copy h2 {
  margin: 0;
  color: var(--eop-text);
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.13;
  word-break: keep-all;
}

.esthetic-optician-posthero .eop-journey-copy h2 span {
  color: var(--eop-blue);
}

.esthetic-optician-posthero .eop-journey-copy > p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--eop-muted);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

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

.esthetic-optician-posthero .eop-journey-steps::before {
  position: absolute;
  top: 20px;
  bottom: 21px;
  left: 17px;
  width: 1px;
  background: var(--eop-line);
  content: "";
}

.esthetic-optician-posthero .eop-journey-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
}

.esthetic-optician-posthero .eop-journey-step > span,
.esthetic-optician-posthero .eop-process-index,
.esthetic-optician-posthero .eop-check-index {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--eop-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.esthetic-optician-posthero .eop-journey-step > span {
  width: 34px;
  height: 34px;
}

.esthetic-optician-posthero .eop-journey-step h3 {
  margin: 4px 0;
  font-size: 16px;
  line-height: 1.35;
}

.esthetic-optician-posthero .eop-journey-step p {
  margin: 0;
  color: var(--eop-muted);
  font-size: 13px;
  line-height: 1.6;
  word-break: keep-all;
}

.esthetic-optician-posthero .eop-journey-visual {
  grid-area: visual;
  display: grid;
  justify-items: center;
  min-width: 0;
}

.esthetic-optician-posthero .eop-journey-device {
  width: min(100%, 350px);
  padding: 7px;
  overflow: hidden;
  border: 1px solid var(--eop-line);
  border-radius: 28px;
  background: #fff;
}

.esthetic-optician-posthero .eop-device-bar {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  border: 1px solid #e6eef9;
  border-bottom: 0;
  border-radius: 21px 21px 0 0;
  color: var(--eop-blue);
  font-size: 9px;
  font-weight: 800;
}

.esthetic-optician-posthero .eop-device-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--eop-text);
  font-size: 11px;
}

.esthetic-optician-posthero .eop-device-brand b,
.esthetic-optician-posthero .eop-brand-mark {
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: var(--eop-blue);
  color: #fff;
}

.esthetic-optician-posthero .eop-device-brand b {
  width: 17px;
  height: 17px;
  font-size: 10px;
}

.esthetic-optician-posthero .eop-map {
  position: relative;
  height: 154px;
  overflow: hidden;
  background: #ecf1f5;
}

.esthetic-optician-posthero .eop-map svg {
  display: block;
  width: 100%;
  height: 100%;
}

.esthetic-optician-posthero .eop-map-search {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 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;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.esthetic-optician-posthero .eop-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: var(--eop-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.esthetic-optician-posthero .eop-map-pin > span {
  transform: rotate(45deg);
}

.esthetic-optician-posthero .eop-store-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  border: 1px solid #e6eef9;
  border-top: 0;
  border-radius: 0 0 21px 21px;
  background: #fff;
}

.esthetic-optician-posthero .eop-store-card img {
  width: 64px;
  height: 74px;
  border-radius: 10px;
  object-fit: cover;
}

.esthetic-optician-posthero .eop-store-card > div {
  display: grid;
  align-content: start;
  gap: 3px;
  min-width: 0;
}

.esthetic-optician-posthero .eop-store-card small {
  color: var(--eop-blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.esthetic-optician-posthero .eop-store-card strong {
  overflow: hidden;
  color: var(--eop-text);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.esthetic-optician-posthero .eop-store-card > div > span {
  color: var(--eop-muted);
  font-size: 10px;
}

.esthetic-optician-posthero .eop-language-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.esthetic-optician-posthero .eop-language-tags span {
  padding: 3px 5px;
  border: 1px solid var(--eop-line);
  border-radius: 999px;
  color: var(--eop-blue);
  font-size: 8px;
  line-height: 1;
}

.esthetic-optician-posthero .eop-store-action {
  grid-column: 1 / -1;
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--eop-blue);
  color: #fff;
  font-size: 11px;
}

.esthetic-optician-posthero .eop-visual-note {
  margin: 12px 0 0;
  color: var(--eop-muted);
  font-size: 12px;
  font-weight: 700;
}

.esthetic-optician-posthero .eop-checks {
  padding: 70px 24px;
  border-top: 1px solid #e9eef6;
  background: #f3f7fc;
}

.esthetic-optician-posthero .eop-process {
  border-block: 1px solid #e9eef6;
  background: #f7faff;
}

.esthetic-optician-posthero .eop-accordion {
  display: grid;
  max-width: 980px;
  gap: 12px;
  margin: 0 auto;
}

.esthetic-optician-posthero .eop-accordion-item,
.esthetic-optician-posthero .eop-faq-item {
  overflow: hidden;
  border: 1px solid var(--eop-line);
  border-radius: 16px;
  background: #fff;
}

.esthetic-optician-posthero .eop-accordion-trigger,
.esthetic-optician-posthero .eop-faq-trigger {
  display: grid;
  width: 100%;
  min-height: 64px;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 0;
  background: transparent;
  color: var(--eop-text);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.esthetic-optician-posthero .eop-accordion-trigger {
  grid-template-columns: 34px minmax(0, 1fr) 28px;
}

.esthetic-optician-posthero .eop-faq-trigger {
  grid-template-columns: minmax(0, 1fr) 28px;
}

.esthetic-optician-posthero .eop-check-index {
  width: 30px;
  height: 30px;
}

.esthetic-optician-posthero .eop-toggle-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--eop-blue-soft);
  color: var(--eop-blue);
  font-size: 20px;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.esthetic-optician-posthero button[aria-expanded="true"] .eop-toggle-mark {
  transform: rotate(45deg);
  background: var(--eop-blue);
  color: #fff;
}

.esthetic-optician-posthero .eop-accordion-panel,
.esthetic-optician-posthero .eop-faq-panel {
  padding: 0 18px 20px 64px;
  color: var(--eop-muted);
  font-size: 13px;
  line-height: 1.72;
}

.esthetic-optician-posthero .eop-faq-panel {
  margin: 0 18px;
  padding: 15px 0 18px;
  border-top: 1px solid #dde9fa;
}

.esthetic-optician-posthero .eop-accordion-panel[hidden],
.esthetic-optician-posthero .eop-faq-panel[hidden] {
  display: none;
}

.esthetic-optician-posthero .eop-fact-intro {
  margin-bottom: 10px;
  color: #475467;
}

.esthetic-optician-posthero .eop-detail-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
}

/* Shared proposal review: factual information stays visible and consistent. */
.proposal-review-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.proposal-review-grid > .proposal-review-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--eop-line, #d9e4f4);
  border-top: 3px solid var(--eop-blue, #2563eb);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}

.proposal-review-card--operation { grid-column: span 5; }
.proposal-review-card--documents { grid-column: span 7; }
.proposal-review-card--legal { grid-column: 1 / -1; }

.proposal-review-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.proposal-review-index {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 6px;
  background: var(--eop-blue-soft, #eff6ff);
  color: var(--eop-blue-dark, #1d4ed8);
  font-size: 12px;
  font-weight: 800;
}

.proposal-review-label {
  display: block;
  margin: 1px 0 4px;
  color: var(--eop-muted, #667085);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.proposal-review-card h3 {
  margin: 0;
  color: var(--eop-text, #172033);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.proposal-review-card .proposal-review-body.eop-accordion-panel {
  margin: 0;
  padding: 0;
  color: var(--eop-muted, #667085);
  font-size: 13px;
  line-height: 1.65;
}

.proposal-review-intro {
  margin: 0 0 8px;
  color: #475467;
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
}

.proposal-review-body > p:not(.proposal-review-intro) {
  margin: 0 0 8px;
  color: #475467;
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
}

.proposal-review-list {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.proposal-review-card--documents .proposal-review-list,
.proposal-review-card--legal .proposal-review-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

.proposal-review-card--operation .proposal-review-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

.proposal-review-card--operation .proposal-review-list li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.proposal-review-list li {
  min-width: 0;
  padding: 10px 0;
  border-top: 1px solid #e8eef6;
  color: var(--eop-muted, #667085);
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
}

.proposal-review-card :is(.doc-name, .legal-title) {
  color: var(--eop-text, #172033);
  font-weight: 800;
}

.proposal-review-card :is(.doc-desc, .legal-desc) {
  margin-top: 3px;
  color: var(--eop-muted, #667085);
  font-size: 12px;
}

.proposal-review-card .eop-content-link {
  margin-top: 4px;
}

.esthetic-optician-posthero .eop-content-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--eop-blue-dark);
  font-weight: 800;
}

.esthetic-optician-posthero .eop-registration {
  border-top: 1px solid #e9eef6;
  background: #fff;
}

.esthetic-optician-posthero .eop-scope-intro {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 4px 16px;
  max-width: 980px;
  margin: -12px auto 20px;
  padding: 14px 16px;
  border-left: 3px solid var(--eop-blue);
  border-radius: 0 12px 12px 0;
  background: #f8fbff;
  color: var(--eop-muted);
  font-size: 13px;
  line-height: 1.65;
}

.esthetic-optician-posthero .eop-scope-intro strong,
.esthetic-optician-posthero .eop-scope-intro b {
  color: var(--eop-text);
}

.esthetic-optician-posthero .eop-scope-intro .eop-scope-kicker {
  grid-row: span 2;
  color: var(--eop-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.esthetic-optician-posthero .eop-registration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--eop-line);
  border-radius: 20px;
  background: #fff;
}

.esthetic-optician-posthero .eop-registration .iph-choice-grid {
  max-width: 980px;
  margin: 20px auto 0;
}

.esthetic-optician-posthero .eop-registration-item {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid #e6eef9;
  border-bottom: 1px solid #e6eef9;
}

.esthetic-optician-posthero .eop-registration-item:nth-child(3n) {
  border-right: 0;
}

.esthetic-optician-posthero .eop-registration-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.esthetic-optician-posthero .eop-registration-item h3 {
  margin: 0;
  color: var(--eop-text);
  font-size: 16px;
  line-height: 1.35;
}

.esthetic-optician-posthero .eop-registration-item ul {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}

.esthetic-optician-posthero .eop-registration-item li {
  color: var(--eop-muted);
  font-size: 12px;
  line-height: 1.55;
  word-break: keep-all;
}

.esthetic-optician-posthero .eop-process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.esthetic-optician-posthero .eop-process-list::before {
  position: absolute;
  top: 16px;
  right: 8.4%;
  left: 8.4%;
  height: 1px;
  background: #cfe0ff;
  content: "";
}

.esthetic-optician-posthero .eop-process-step {
  position: relative;
  min-width: 0;
  padding: 0 22px;
}

.esthetic-optician-posthero .eop-process-index {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
}

.esthetic-optician-posthero .eop-process-step h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.esthetic-optician-posthero .eop-process-step p {
  margin: 8px 0 0;
  color: var(--eop-muted);
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
}

.esthetic-optician-posthero .eop-faq {
  border-top: 1px solid #e9eef6;
  background: #fff;
}

.esthetic-optician-posthero .eop-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: start;
}

.esthetic-optician-posthero .eop-faq-intro {
  padding-top: 8px;
}

.esthetic-optician-posthero .eop-faq-intro > p {
  max-width: 350px;
  margin-left: 0;
}

.esthetic-optician-posthero .eop-faq-list {
  display: grid;
  gap: 10px;
}

.esthetic-optician-posthero .eop-faq-item:has(.eop-faq-trigger[aria-expanded="true"]) {
  border-color: #bfd3ff;
  background: #f8fbff;
}

.esthetic-optician-posthero .eop-accordion-trigger:focus-visible,
.esthetic-optician-posthero .eop-faq-trigger:focus-visible,
.esthetic-optician-posthero .eop-actions a:focus-visible,
.esthetic-optician-posthero .eop-footer a:focus-visible {
  outline: 3px solid var(--eop-blue);
  outline-offset: 3px;
}

.esthetic-optician-posthero .eop-actions {
  padding: 58px 24px;
  background: linear-gradient(135deg, var(--eop-blue), var(--eop-blue-dark));
  color: #fff;
}

.esthetic-optician-posthero .eop-actions-inner {
  display: flex;
  width: min(100%, 1120px);
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 0 auto;
}

.esthetic-optician-posthero .eop-actions h2 {
  margin-top: 7px;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
}

.esthetic-optician-posthero .eop-actions p {
  margin: 12px 0 0;
  color: #dbeafe;
  font-size: 14px;
}

.esthetic-optician-posthero .eop-actions > .eop-actions-inner > div > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.esthetic-optician-posthero .eop-actions-links {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.esthetic-optician-posthero .eop-primary-cta,
.esthetic-optician-posthero .eop-secondary-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.esthetic-optician-posthero .eop-primary-cta {
  background: #fff;
  color: var(--eop-blue-dark);
}

.esthetic-optician-posthero .eop-secondary-cta {
  border-color: #bfdbfe;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.esthetic-optician-posthero .eop-footer {
  padding: 0;
  background: #0f172a;
  color: #aab8cd;
  text-align: left;
}

.esthetic-optician-posthero .eop-footer-inner {
  width: min(1232px, 100%);
  margin: 0 auto;
  padding: 52px clamp(28px, 6vw, 88px) 32px;
}

.esthetic-optician-posthero .eop-footer-main {
  display: grid;
  grid-template-columns: minmax(250px, 1.6fr) repeat(3, minmax(125px, .72fr));
  gap: clamp(28px, 4.5vw, 64px);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(211, 224, 245, .16);
}

.esthetic-optician-posthero .eop-footer .footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  color: #fff;
  text-decoration: none;
}

.esthetic-optician-posthero .eop-footer .footer-brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
}

.esthetic-optician-posthero .eop-footer .footer-brand-mark svg {
  width: 20px;
  height: 20px;
}

.esthetic-optician-posthero .eop-footer .footer-wordmark {
  color: #fff;
  font-family: 'Plus Jakarta Sans', 'Pretendard Variable', Pretendard, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
}

.esthetic-optician-posthero .eop-footer .footer-partner-badge {
  color: #93c5fd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
}

.esthetic-optician-posthero .eop-footer .footer-description {
  max-width: 285px;
  margin: 16px 0 0;
  color: #aab8cd;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  word-break: keep-all;
}

.esthetic-optician-posthero .eop-footer .footer-column h3 {
  margin: 4px 0 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.esthetic-optician-posthero .eop-footer .footer-column a {
  display: block;
  padding: 4px 0;
  color: #aab8cd;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  text-decoration: none;
}

.esthetic-optician-posthero .eop-footer .footer-column a:hover {
  color: #fff;
}

.esthetic-optician-posthero .eop-footer .footer-start .footer-kakao-link {
  color: #fee500;
}

.esthetic-optician-posthero .eop-footer .footer-brand-lockup:focus-visible,
.esthetic-optician-posthero .eop-footer .footer-column a:focus-visible,
.esthetic-optician-posthero .eop-footer .footer-legal a:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 3px;
}

.esthetic-optician-posthero .eop-footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
}

.esthetic-optician-posthero .eop-footer .footer-legal {
  max-width: 620px;
  margin: 0;
  color: #7f90a9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
}

.esthetic-optician-posthero .eop-footer .footer-legal strong {
  color: #c7d3e6;
  font-weight: 700;
}

.esthetic-optician-posthero .eop-footer .footer-legal a {
  color: #aab8cd;
  text-decoration: none;
}

.esthetic-optician-posthero .eop-footer .footer-legal a:hover {
  color: #fff;
}

.esthetic-optician-posthero .eop-footer .footer-copyright {
  flex: 0 0 auto;
  margin: 0;
  color: #7f90a9;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

@media (max-width: 820px) {
  .esthetic-optician-posthero .eop-journey-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual" "steps";
    max-width: 540px;
    gap: 28px;
  }

  .esthetic-optician-posthero .eop-journey-copy h2 {
    font-size: clamp(30px, 8.4vw, 38px);
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .esthetic-optician-posthero .eop-journey-visual {
    justify-items: start;
  }

}

@media (max-width: 800px) {
  .esthetic-optician-posthero .eop-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .esthetic-optician-posthero .eop-footer-brand,
  .esthetic-optician-posthero .eop-footer .footer-column--company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .esthetic-optician-posthero .eop-section {
    padding: 60px 20px;
  }

  .esthetic-optician-posthero .eop-checks {
    padding: 50px 16px;
  }

  .esthetic-optician-posthero .eop-section-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .esthetic-optician-posthero .eop-section-head h2,
  .esthetic-optician-posthero .eop-faq-intro h2 {
    font-size: 30px;
  }

  .esthetic-optician-posthero .eop-section-head > p {
    margin-right: 0;
    margin-left: 0;
  }

  .esthetic-optician-posthero .eop-journey-copy > p br {
    display: none;
  }

  .esthetic-optician-posthero .eop-journey-device {
    width: min(100%, 350px);
  }

  .esthetic-optician-posthero .eop-accordion-trigger {
    grid-template-columns: 30px minmax(0, 1fr) 28px;
    padding: 14px;
  }

  .esthetic-optician-posthero .eop-accordion-panel {
    padding: 0 14px 18px 56px;
    font-size: 12px;
  }

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

  .proposal-review-card--operation,
  .proposal-review-card--documents,
  .proposal-review-card--legal {
    grid-column: 1;
  }

  .proposal-review-grid > .proposal-review-card {
    padding: 18px;
  }

  .proposal-review-card .proposal-review-body.eop-accordion-panel {
    padding: 0;
  }

  .proposal-review-card--operation .proposal-review-list,
  .proposal-review-card--documents .proposal-review-list,
  .proposal-review-card--legal .proposal-review-list {
    grid-template-columns: 1fr;
  }

  .proposal-review-card--operation .proposal-review-list li:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .esthetic-optician-posthero .eop-scope-intro {
    grid-template-columns: 1fr;
    margin-top: -8px;
    font-size: 12px;
  }

  .esthetic-optician-posthero .eop-scope-intro .eop-scope-kicker {
    grid-row: auto;
  }

  .esthetic-optician-posthero .eop-registration-grid {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .esthetic-optician-posthero .eop-registration-item,
  .esthetic-optician-posthero .eop-registration-item:nth-child(3n),
  .esthetic-optician-posthero .eop-registration-item:nth-last-child(-n + 3) {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #e6eef9;
  }

  .esthetic-optician-posthero .eop-registration-item:last-child {
    border-bottom: 0;
  }

  .esthetic-optician-posthero .eop-process-list {
    grid-template-columns: 1fr;
  }

  .esthetic-optician-posthero .eop-process-list::before {
    top: 16px;
    right: auto;
    bottom: 16px;
    left: 15px;
    width: 1px;
    height: auto;
  }

  .esthetic-optician-posthero .eop-process-step {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
    padding: 0 0 24px;
  }

  .esthetic-optician-posthero .eop-process-step:last-child {
    padding-bottom: 0;
  }

  .esthetic-optician-posthero .eop-process-index {
    margin: 0;
  }

  .esthetic-optician-posthero .eop-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .esthetic-optician-posthero .eop-faq-intro > p {
    max-width: none;
  }

  .esthetic-optician-posthero .eop-faq-trigger {
    min-height: 62px;
    padding: 14px;
    font-size: 13px;
  }

  .esthetic-optician-posthero .eop-faq-panel {
    margin: 0 14px;
    padding: 13px 0 16px;
    font-size: 12px;
  }

  .esthetic-optician-posthero .eop-actions {
    padding: 48px 20px;
  }

  .esthetic-optician-posthero .eop-actions-inner {
    display: block;
  }

  .esthetic-optician-posthero .eop-actions h2 {
    font-size: 28px;
  }

  .esthetic-optician-posthero .eop-actions-links {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .esthetic-optician-posthero .eop-footer {
    padding: 0;
  }

  .esthetic-optician-posthero .eop-footer-inner {
    width: auto;
    padding: 40px 20px 28px;
  }

  .esthetic-optician-posthero .eop-footer-main {
    padding-bottom: 30px;
  }

  .esthetic-optician-posthero .eop-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding-top: 24px;
  }

  .esthetic-optician-posthero .eop-footer .footer-wordmark {
    font-size: 20px;
  }

  .esthetic-optician-posthero .eop-footer .footer-description {
    margin-top: 14px;
    font-size: 12px;
  }

  .esthetic-optician-posthero .eop-footer .footer-legal,
  .esthetic-optician-posthero .eop-footer .footer-copyright {
    font-size: 11px;
    text-align: left;
  }
}
