.r100-first-choice {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.r100-choice-label {
  margin: 0 0 0.65rem;
  color: #554b3f;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.r100-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.r100-choice-card {
  display: flex;
  min-width: 0;
  min-height: 11.25rem;
  padding: 1.2rem;
  border: 1px solid rgba(74, 58, 41, 0.2);
  border-radius: 1rem;
  color: #29231d;
  background: rgba(255, 253, 248, 0.78);
  text-decoration: none;
  flex-direction: column;
  box-shadow: 0 0.5rem 1.5rem rgba(63, 48, 32, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.r100-choice-card.deep {
  border-color: rgba(24, 76, 67, 0.58);
  background: linear-gradient(145deg, #fffdf7, #edf4ef);
  box-shadow: 0 0.7rem 2rem rgba(24, 76, 67, 0.12);
}

.r100-choice-card:hover {
  border-color: #76513c;
  box-shadow: 0 0.7rem 1.8rem rgba(63, 48, 32, 0.12);
  transform: translateY(-2px);
}

.r100-choice-card:focus-visible,
.r100-all-services:focus-visible {
  outline: 3px solid #176b87;
  outline-offset: 3px;
}

.r100-choice-kicker {
  margin-bottom: 0.55rem;
  color: #755b46;
  font-size: 0.75rem;
  font-weight: 700;
}

.r100-choice-card strong {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.35;
}

.r100-choice-card > span:not(.r100-choice-kicker) {
  margin-top: 0.45rem;
  color: #665e55;
  font-size: 0.875rem;
  line-height: 1.55;
}

.r100-choice-card b {
  margin-top: auto;
  padding-top: 0.9rem;
  color: #653d29;
  font-size: 0.9rem;
}

.r100-all-services {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: 0.9rem;
  color: #51483f;
  font-size: 0.875rem;
  font-weight: 700;
  text-underline-offset: 0.25rem;
}

.r91-hero-grid > *,
.r91-hero-copy,
.r100-first-choice,
.r100-choice-grid,
.r100-choice-card {
  min-width: 0;
}

.r100-report-proof {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 76, 67, 0.48);
  background: #132a27;
  color: #f7f1e6;
  box-shadow: 1.35rem 1.35rem 0 rgba(24, 76, 67, 0.12);
}

.r100-report-proof::before {
  position: absolute;
  inset: 0 0 auto;
  height: 0.28rem;
  background: linear-gradient(90deg, #b44e36 0 34%, #c9a860 34% 67%, #dbe8dd 67%);
  content: "";
}

.r100-report-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 1.5rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.r100-report-head span {
  color: #e2bd76;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.r100-report-head strong {
  max-width: 14rem;
  font-family: "KoPub Batang", "Noto Serif KR", "Batang", serif;
  font-size: clamp(1.25rem, 2.15vw, 1.7rem);
  font-weight: 500;
  line-height: 1.35;
  text-align: right;
  word-break: keep-all;
}

.r100-report-proof figure {
  margin: 0;
  padding: 1.15rem 1.5rem 0.85rem;
  background: #eee6d8;
}

.r100-report-proof figure img {
  display: block;
  width: 100%;
  height: clamp(12rem, 24vw, 17rem);
  border: 1px solid rgba(31, 33, 30, 0.2);
  background: #fff;
  object-fit: cover;
  object-position: top center;
}

.r100-report-proof figcaption {
  margin-top: 0.65rem;
  color: #4f4d47;
  font-size: 0.75rem;
  font-weight: 750;
  text-align: center;
}

.r100-report-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(255, 255, 255, 0.16);
}

.r100-report-outcomes span {
  min-width: 0;
  padding: 1rem 0.85rem;
  color: #bfcac6;
  font-size: 0.75rem;
  line-height: 1.55;
}

.r100-report-outcomes span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.r100-report-outcomes b {
  display: block;
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 0.875rem;
}

.r100-report-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.5rem 0.9rem;
}

.r100-report-price p {
  margin: 0;
  color: #c6d1cd;
  font-size: 0.8rem;
  line-height: 1.55;
  text-align: right;
}

.r100-report-price p:first-child {
  text-align: left;
}

.r100-report-price span,
.r100-report-price strong {
  display: block;
}

.r100-report-price span {
  color: #e2bd76;
  font-size: 0.75rem;
  font-weight: 800;
}

.r100-report-price strong {
  margin-top: 0.2rem;
  color: #fff;
  font-family: "KoPub Batang", "Noto Serif KR", "Batang", serif;
  font-size: 2rem;
  font-weight: 500;
}

.r100-report-cta {
  display: flex;
  min-height: 3.55rem;
  align-items: center;
  justify-content: space-between;
  margin: 0 1.5rem;
  padding: 0 1rem;
  background: #e2bd76;
  color: #132a27;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.r100-report-cta:hover {
  background: #f0cf8d;
}

.r100-report-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.r100-report-note {
  margin: 0;
  padding: 0.9rem 1.5rem 1.25rem;
  color: #aebbb6;
  font-size: 0.75rem;
  line-height: 1.6;
}

.r100-buying-proof {
  padding: clamp(4.75rem, 9vw, 8rem) 0;
  border-bottom: 1px solid #cbc6ba;
  background: #fbf9f4;
}

.r100-buying-proof header {
  display: grid;
  grid-template-columns: 0.55fr 1.2fr 0.9fr;
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: end;
  margin-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

.r100-buying-proof header > p {
  margin: 0;
  color: #b44e36;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.r100-buying-proof h2 {
  margin: 0;
  color: #1f211e;
  font-family: "KoPub Batang", "Noto Serif KR", "Batang", serif;
  font-size: clamp(2.25rem, 4.3vw, 4.5rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.r100-buying-proof header > span {
  color: #5c5f58;
  font-size: 1rem;
  line-height: 1.8;
  word-break: keep-all;
}

.r100-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 2px solid #1f211e;
}

.r100-outcome-grid article {
  min-width: 0;
  padding: 2rem clamp(1rem, 2.5vw, 2rem) 2.25rem;
}

.r100-outcome-grid article + article {
  border-left: 1px solid #cbc6ba;
}

.r100-outcome-grid b {
  color: #b44e36;
  font-size: 0.75rem;
}

.r100-outcome-grid h3 {
  margin: 0.8rem 0 0;
  font-family: "KoPub Batang", "Noto Serif KR", "Batang", serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.r100-outcome-grid p {
  margin: 0.75rem 0 0;
  color: #656760;
  font-size: 0.925rem;
  line-height: 1.75;
  word-break: keep-all;
}

.r100-free-paid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1px;
  margin-top: 1.5rem;
  background: #cbc6ba;
  border: 1px solid #cbc6ba;
}

.r100-free-paid > div {
  min-width: 0;
  padding: 1.45rem 1.6rem;
  background: #f4f0e7;
}

.r100-free-paid span,
.r100-free-paid strong {
  display: block;
}

.r100-free-paid span {
  color: #b44e36;
  font-size: 0.75rem;
  font-weight: 800;
}

.r100-free-paid strong {
  margin-top: 0.4rem;
  font-size: 1rem;
  line-height: 1.5;
}

.r100-free-paid p {
  margin: 0.45rem 0 0;
  color: #656760;
  font-size: 0.875rem;
  line-height: 1.6;
}

.r100-free-paid > a {
  display: flex;
  min-width: 14rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  background: #184c43;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.r100-free-paid > a:hover {
  background: #103932;
}

.r100-free-paid > a:focus-visible {
  outline: 3px solid #176b87;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .r91-hero-grid > *,
  .r91-hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .r91-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 13.4vw, 3.55rem);
    letter-spacing: -0.075em;
    overflow-wrap: anywhere;
  }

  .r91-hero-copy h1 em {
    white-space: normal;
  }

  .r91-lead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .r100-choice-grid {
    grid-template-columns: 1fr;
  }

  .r100-choice-card {
    min-height: 0;
    padding: 1rem;
  }

  .r100-choice-card b {
    margin-top: 0.2rem;
  }

  .r100-hero-facts {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .r100-report-proof {
    max-width: 100%;
    box-shadow: 0.7rem 0.7rem 0 rgba(24, 76, 67, 0.12);
  }

  .r100-report-head {
    display: grid;
    gap: 0.65rem;
  }

  .r100-report-head strong {
    max-width: none;
    font-size: 1.4rem;
    text-align: left;
  }

  .r100-report-proof figure img {
    height: 13rem;
  }

  .r100-report-outcomes {
    grid-template-columns: 1fr;
  }

  .r100-report-outcomes span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .r100-report-outcomes span {
    padding: 0.8rem 1.25rem;
  }

  .r100-buying-proof header,
  .r100-outcome-grid,
  .r100-free-paid {
    grid-template-columns: 1fr;
  }

  .r100-buying-proof header {
    gap: 1rem;
  }

  .r100-buying-proof h2 {
    max-width: 100%;
    font-size: clamp(2.2rem, 11vw, 3rem);
    overflow-wrap: anywhere;
  }

  .r100-buying-proof header > span,
  .r100-outcome-grid p {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .r100-outcome-grid article + article {
    border-top: 1px solid #cbc6ba;
    border-left: 0;
  }

  .r100-free-paid > a {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .r100-choice-card {
    transition: none;
  }
}

/* R100 R19_R3_R5: real 360/390px painted-text containment repair. */
@media (max-width: 640px) {
  .r91-hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .r91-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 10vw, 2.65rem);
    line-height: 1.08;
    letter-spacing: -.075em;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .r91-hero-copy h1 em {
    display: inline;
    white-space: normal;
  }

  .r91-lead {
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

/* R100 R19_R3_R5_R3: keep the paid-value headline on natural Korean word boundaries. */
@media (max-width: 640px) {
  .r91-hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.4rem);
    line-height: 1.12;
    letter-spacing: -.06em;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .r91-hero-copy h1 em {
    white-space: normal;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}
