.credit-page {
  --cr-blue: #075385;
  --cr-navy: #061337;
  --cr-gold: #d6b532;
  --cr-black: #0d0d0c;
  --cr-soft: #f5f6f8;
}

.cr-section[id],
.cr-strategy-card[id],
.cr-transparency[id] {
  scroll-margin-top: 24px;
}

.cr-grid-bg {
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(7, 83, 133, .12) .75px, transparent 1px);
  background-size: 22px 22px;
}

.cr-hero {
  display: grid;
  min-height: 570px;
  place-items: center;
  padding: 86px 0 94px;
  border-top: 1px solid rgba(7, 83, 133, .08);
  text-align: center;
}

.cr-hero-inner {
  max-width: 1100px;
}

.cr-hero .eyebrow {
  margin-bottom: 10px;
  color: var(--cr-black);
}

.cr-hero h1 {
  max-width: 1080px;
  margin: 0 auto 22px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.07;
  letter-spacing: -1.8px;
}

.cr-hero-lead {
  max-width: 990px;
  margin: 0 auto 34px;
  color: #4f5358;
  font-size: 19px;
  line-height: 1.55;
}

.cr-section {
  padding: 96px 0;
}

.cr-soft {
  background: var(--cr-soft);
}

.cr-explainer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(7, 83, 133, .12), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f6 100%);
}

.cr-explainer::before {
  position: absolute;
  top: -120px;
  right: -90px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(214, 181, 50, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(214, 181, 50, .035);
  content: "";
  pointer-events: none;
}

.cr-explainer .container {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(6, 19, 55, .08);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .72));
  box-shadow: 0 24px 70px rgba(6, 19, 55, .1);
}

.cr-split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 76px;
  align-items: center;
}

.cr-split-wide {
  grid-template-columns: 1.04fr .96fr;
}

.cr-copy .eyebrow,
.cr-section-heading .eyebrow,
.cr-faq-intro .eyebrow {
  margin-bottom: 10px;
  color: var(--cr-black);
}

.cr-copy h2,
.cr-section-heading h2,
.cr-faq-intro h2 {
  font-size: 55px;
  line-height: 1.12;
}

.cr-copy > p,
.cr-section-heading > p:last-child,
.cr-faq-intro > p {
  color: #4f5358;
  font-size: 18px;
  line-height: 1.55;
}

.cr-copy h3 {
  margin: 28px 0 17px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
}

.cr-text-link {
  color: var(--cr-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(7, 83, 133, .28);
  text-underline-offset: 3px;
}

.cr-text-link:hover {
  text-decoration-color: var(--cr-blue);
}

.cr-check-list {
  display: grid;
  gap: 13px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.cr-check-list li {
  position: relative;
  padding-left: 34px;
  color: #45494f;
  font-size: 17px;
  line-height: 1.48;
}

.cr-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--cr-blue);
  color: #fff;
  content: "✓";
  font-size: 13px;
  font-weight: 700;
}

.cr-explainer .cr-check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 24px;
}

.cr-explainer .cr-check-list li {
  min-height: 72px;
  padding: 14px 15px 14px 47px;
  align-content: center;
  border: 1px solid rgba(7, 83, 133, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 24px rgba(6, 19, 55, .045);
}

.cr-explainer .cr-check-list li::before {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.cr-note {
  margin-top: 29px;
  padding: 20px 22px;
  border-left: 4px solid var(--cr-gold);
  background: #fff;
}

.cr-explainer .cr-note {
  margin-top: 22px;
  border: 1px solid rgba(214, 181, 50, .35);
  border-left: 4px solid var(--cr-gold);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(6, 19, 55, .055);
}

.cr-image {
  min-height: 540px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(6, 19, 55, .12);
}

.cr-image img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.cr-intro-image {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(214, 181, 50, .45);
  border-radius: 30px;
  box-shadow: 0 24px 54px rgba(6, 19, 55, .18);
}

.cr-intro-image img {
  min-height: 560px;
  object-position: center;
}

.cr-image-tall,
.cr-image-tall img {
  min-height: 620px;
}

.cr-section-heading {
  max-width: 920px;
  margin: 0 auto 48px;
}

.cr-section-heading > p:last-child {
  max-width: 820px;
  margin: 0 auto;
}

.cr-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cr-strategy-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 390px;
  padding: 40px 32px 34px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(7, 83, 133, .14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 248, 251, .94));
  box-shadow: 0 18px 44px rgba(6, 19, 55, .08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cr-strategy-card::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 5px;
  background: linear-gradient(90deg, var(--cr-blue), var(--cr-gold));
  content: "";
}

.cr-strategy-card::after {
  position: absolute;
  right: -54px;
  bottom: -70px;
  z-index: -1;
  width: 178px;
  height: 178px;
  border: 1px solid rgba(7, 83, 133, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(7, 83, 133, .035);
  content: "";
  pointer-events: none;
}

.cr-strategy-card:hover {
  border-color: rgba(214, 181, 50, .55);
  box-shadow: 0 24px 54px rgba(6, 19, 55, .13);
  transform: translateY(-5px);
}

.cr-strategy-card .cr-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  place-items: center;
  border: 1px solid rgba(214, 181, 50, .58);
  border-radius: 999px;
  background: #061337;
  color: #f3d45e;
  font-size: 25px;
  line-height: 1;
  box-shadow: 0 0 0 7px rgba(7, 83, 133, .06);
}

.cr-strategy-card h3 {
  margin: 0 0 16px;
  color: #061337;
  font-size: 28px;
  line-height: 1.16;
  font-weight: 600;
}

.cr-strategy-card p {
  margin: 0;
  color: #555b63;
  font-size: 17px;
  line-height: 1.55;
}

.cr-audience-list {
  display: grid;
  gap: 2px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.cr-audience-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 17px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #d7dadd;
}

.cr-audience-list li > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--cr-black);
  color: #fff;
  font-size: 21px;
}

.cr-audience-list strong,
.cr-audience-list small {
  display: block;
}

.cr-audience-list strong {
  margin-bottom: 4px;
  font-size: 19px;
}

.cr-audience-list small {
  color: #5b6066;
  font-size: 15px;
  line-height: 1.45;
}

.cr-transparency {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  background: #061337;
  color: #fff;
}

.cr-transparency-image {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-right: 1px solid rgba(214, 181, 50, .34);
}

.cr-transparency-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.cr-transparency-copy {
  position: relative;
  display: flex;
  max-width: none;
  padding: 72px clamp(42px, 5vw, 78px);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(7, 83, 133, .55), transparent 38%),
    linear-gradient(145deg, #061337 0%, #050914 100%);
}

.cr-transparency-copy::before {
  position: absolute;
  right: -118px;
  bottom: -142px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(214, 181, 50, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(214, 181, 50, .025), 0 0 0 84px rgba(255, 255, 255, .012);
  content: "";
  pointer-events: none;
}

.cr-transparency-copy > * {
  position: relative;
  z-index: 1;
}

.cr-transparency-copy .eyebrow {
  margin-bottom: 14px;
  color: #e1c44d;
  font-weight: 600;
}

.cr-transparency-copy h2 {
  max-width: 650px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 52px;
  line-height: 1.08;
}

.cr-transparency-copy h2 strong {
  color: var(--cr-gold);
}

.cr-transparency-copy p {
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
}

.cr-transparency-copy .cr-transparency-lead {
  max-width: 650px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.55;
}

.cr-expectation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.cr-expectation-panel {
  padding: 22px 20px 21px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.cr-expectation-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 19px;
  place-items: center;
  border: 1px solid rgba(214, 181, 50, .52);
  border-radius: 50%;
  background: rgba(214, 181, 50, .1);
  color: #f3d45e;
  font-size: 19px;
  box-shadow: 0 0 0 6px rgba(7, 83, 133, .08);
  transition: background-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cr-expectation-panel:hover {
    border-color: rgba(243, 212, 94, .5);
    background: linear-gradient(145deg, rgba(7, 83, 133, .28), rgba(255, 255, 255, .04));
    box-shadow: 0 20px 38px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
    transform: translateY(-7px);
  }

  .cr-expectation-panel:hover .cr-expectation-icon {
    background: rgba(214, 181, 50, .17);
    box-shadow: 0 0 0 7px rgba(7, 83, 133, .14), 0 10px 24px rgba(0, 0, 0, .16);
    transform: translateY(-2px) scale(1.04);
  }

  .cr-transparency-note:hover {
    border-color: rgba(243, 212, 94, .46);
    background: linear-gradient(110deg, rgba(7, 83, 133, .58), rgba(7, 83, 133, .22));
    box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cr-expectation-panel,
  .cr-expectation-icon,
  .cr-transparency-note,
  .cr-benefits article,
  .cr-benefit-icon,
  .cr-benefits h3 {
    transition: none;
  }
}

.cr-expectation-panel h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.cr-expectation-panel ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cr-expectation-panel li {
  position: relative;
  padding-left: 17px;
  color: rgba(255, 255, 255, .74);
  font-size: 15.5px;
  line-height: 1.45;
}

.cr-expectation-panel li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cr-gold);
  content: "";
}

.cr-transparency-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  margin-top: 2px;
  padding: 18px 20px;
  align-items: center;
  border: 1px solid rgba(214, 181, 50, .22);
  border-radius: 14px;
  background: linear-gradient(110deg, rgba(7, 83, 133, .45), rgba(7, 83, 133, .16));
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.cr-transparency-note > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(214, 181, 50, .45);
  border-radius: 50%;
  color: #f3d45e;
  font-size: 17px;
}

.cr-transparency-note p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14.5px;
  line-height: 1.5;
}

.cr-transparency-note strong {
  color: #fff;
  font-weight: 600;
}

.cr-cta {
  padding: 90px 0;
  background:
    linear-gradient(90deg, rgba(5, 17, 46, .72) 0%, rgba(5, 17, 46, .42) 50%, rgba(5, 17, 46, .72) 100%),
    linear-gradient(180deg, rgba(2, 9, 25, .18), rgba(2, 9, 25, .6)),
    url("assets/credit-repair-cta-custom.jpg") center/cover;
  color: #fff;
  text-align: center;
}

.cr-cta h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 55px;
}

.cr-cta p:not(.eyebrow) {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
}

.cr-why {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f8fa;
}

.cr-why::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(7, 83, 133, .1) .7px, transparent .9px);
  background-size: 22px 22px;
  content: "";
  opacity: .34;
}

.cr-why-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(430px, .95fr);
  gap: clamp(34px, 4.5vw, 66px);
  align-items: stretch;
}

.cr-why-copy {
  padding: 36px 0;
}

.cr-why-copy::before {
  content: none;
}

.cr-why-copy .eyebrow {
  color: #987817;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .25px;
  text-transform: none;
}

.cr-why-copy .eyebrow::before {
  content: none;
}

.cr-why-copy h2 {
  max-width: 650px;
  margin-bottom: 19px;
  color: var(--cr-navy);
  font-size: clamp(43px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -1px;
  text-wrap: balance;
}

.cr-why-copy h2 strong {
  color: var(--cr-blue);
}

.cr-why-copy .cr-why-summary {
  max-width: 650px;
  margin-bottom: 28px;
  color: #555b63;
  font-size: 17px;
  line-height: 1.6;
}

.cr-benefits {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(6, 19, 55, .14);
}

.cr-benefits article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 -12px;
  padding: 22px 12px;
  border-bottom: 1px solid rgba(6, 19, 55, .14);
  border-radius: 8px;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.cr-benefits article:hover {
  border-bottom-color: rgba(214, 181, 50, .58);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 24px rgba(6, 19, 55, .06);
  transform: translateX(5px);
}

.cr-benefit-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(214, 181, 50, .62);
  border-radius: 50%;
  background: var(--cr-navy);
  color: #f3d45e;
  font-size: 19px;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.cr-benefits article:hover .cr-benefit-icon {
  background: var(--cr-gold);
  color: var(--cr-navy);
  transform: scale(1.06);
}

.cr-benefits h3 {
  margin: 0 0 5px;
  color: var(--cr-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 600;
  transition: color .25s ease;
}

.cr-benefits article:hover h3 {
  color: var(--cr-blue);
}

.cr-benefits p {
  margin: 0;
  color: #565c62;
  font-size: 15.5px;
  line-height: 1.5;
}

.cr-why-copy .cr-why-links {
  margin: 25px 0 0;
  color: #50575e;
  font-size: 15px;
}

.cr-why-copy .cr-why-links .cr-text-link {
  color: var(--cr-blue);
  text-decoration-color: rgba(214, 181, 50, .72);
}

.cr-why-copy .cr-why-links .cr-text-link:hover {
  text-decoration-color: var(--cr-gold);
}

.cr-why-feature {
  position: relative;
  min-height: 690px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 20px 48px rgba(6, 19, 55, .14);
  transition: box-shadow .3s ease, transform .3s ease;
}

.cr-why-feature:hover {
  box-shadow: 0 25px 56px rgba(6, 19, 55, .15);
  transform: translateY(-3px);
}

.cr-why-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 690px;
  overflow: hidden;
}

.cr-why-image::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(6, 19, 55, .2));
  content: "";
  pointer-events: none;
}

.cr-why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.cr-why-feature:hover .cr-why-image img {
  transform: scale(1.025);
}

.cr-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 46px;
  align-items: stretch;
}

.cr-faq {
  position: relative;
  isolation: isolate;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(214, 181, 50, .12), transparent 28%),
    linear-gradient(180deg, #f7f8fb 0%, #fff 100%);
}

.cr-faq::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(7, 83, 133, .09) .65px, transparent .8px);
  background-size: 22px 22px;
  content: "";
  opacity: .42;
}

.cr-faq-intro {
  display: flex;
  min-height: 100%;
  padding: 34px;
  flex-direction: column;
  border: 1px solid rgba(7, 83, 133, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 44px rgba(6, 19, 55, .08);
}

.cr-faq-intro .eyebrow {
  color: var(--cr-blue);
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.cr-faq-intro h2 {
  margin-bottom: 18px;
  color: #061337;
  font-size: 42px;
  line-height: 50.4px;
}

.cr-faq-intro img {
  flex: 1;
  width: 100%;
  min-height: 360px;
  margin-top: 24px;
  border: 1px solid rgba(214, 181, 50, .36);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(6, 19, 55, .12);
  object-fit: cover;
}

.cr-faq .faq-list {
  align-self: stretch;
  padding: 18px 28px;
  border: 1px solid rgba(7, 83, 133, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 19, 55, .07);
}

.cr-faq .faq-item {
  border-bottom: 1px solid rgba(7, 83, 133, .12);
}

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

.cr-faq .faq-item button {
  gap: 18px;
  padding: 27px 0;
  color: #061337;
}

.cr-faq .faq-item button b {
  flex: 0 0 32px;
  background: #061337;
  color: #fff;
}

.cr-faq .faq-item.active button b {
  background: var(--cr-gold);
  color: #061337;
}

.cr-faq .faq-answer p {
  color: #555b63;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .cr-why-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .cr-why-copy {
    min-height: 0;
    padding: 0;
  }

  .cr-why-copy h2,
  .cr-why-copy .cr-why-summary {
    max-width: 760px;
  }

  .cr-why-feature {
    width: min(100%, 760px);
    min-height: 680px;
  }

  .cr-why-image {
    min-height: 680px;
  }
}

@media (max-width: 1000px) {
  .cr-split {
    gap: 45px;
  }

  .cr-explainer .container {
    gap: 42px;
  }

  .cr-copy h2,
  .cr-section-heading h2,
  .cr-faq-intro h2,
  .cr-transparency-copy h2,
  .cr-cta h2 {
    font-size: 45px;
  }

  .cr-faq-intro h2 {
    font-size: 42px;
    line-height: 50.4px;
  }

  .cr-transparency-copy {
    padding: 62px 42px;
  }

  .cr-expectation-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .cr-hero {
    min-height: 500px;
    padding: 72px 0 78px;
  }

  .cr-hero h1 {
    font-size: 45px;
  }

  .cr-section {
    padding: 72px 0;
  }

  .cr-faq {
    padding: 75px 0;
  }

  .cr-split,
  .cr-split-wide,
  .cr-transparency,
  .cr-faq-grid {
    grid-template-columns: 1fr;
  }

  .cr-explainer .container {
    padding: 24px;
  }

  .cr-explainer .cr-check-list {
    grid-template-columns: 1fr;
  }

  .cr-image,
  .cr-image img,
  .cr-image-tall,
  .cr-image-tall img {
    min-height: 430px;
  }

  .cr-for-you .cr-image {
    order: 2;
  }

  .cr-card-grid {
    grid-template-columns: 1fr;
  }

  .cr-strategy-card {
    min-height: 0;
  }

  .cr-strategy-card .cr-icon {
    margin-bottom: 38px;
  }

  .cr-transparency,
  .cr-transparency-image,
  .cr-transparency-image img {
    min-height: 0;
  }

  .cr-transparency-image img {
    height: 460px;
  }

  .cr-transparency-copy {
    max-width: none;
    padding: 65px 34px;
  }

  .cr-expectation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cr-faq-grid {
    gap: 30px;
  }

  .cr-faq-intro img {
    height: 360px;
    min-height: 360px;
    flex: none;
  }

  .cr-why-layout {
    gap: 40px;
  }

  .cr-why-feature,
  .cr-why-image {
    min-height: 560px;
  }
}

@media (max-width: 520px) {
  .cr-hero {
    min-height: 470px;
    padding: 60px 0 66px;
  }

  .cr-hero h1 {
    font-size: 37px;
    letter-spacing: -1px;
  }

  .cr-hero-lead {
    font-size: 17px;
  }

  .cr-copy h2,
  .cr-section-heading h2,
  .cr-faq-intro h2,
  .cr-transparency-copy h2,
  .cr-cta h2 {
    font-size: 36px;
  }

  .cr-faq {
    padding: 62px 0;
  }

  .cr-faq-intro h2 {
    font-size: 34px;
    line-height: 40.8px;
  }

  .cr-image,
  .cr-image img,
  .cr-image-tall,
  .cr-image-tall img,
  .cr-transparency-image img {
    min-height: 330px;
    height: 330px;
  }

  .cr-explainer .container {
    padding: 18px;
    border-radius: 24px;
  }

  .cr-explainer .cr-check-list li {
    min-height: 0;
  }

  .cr-strategy-card {
    padding: 32px 25px;
  }

  .cr-faq-intro,
  .cr-faq .faq-list {
    padding: 24px 20px;
  }

  .cr-faq-intro img {
    height: 290px;
    min-height: 290px;
  }

  .cr-faq .faq-item button {
    font-size: 18px;
    line-height: 1.3;
  }

  .cr-transparency-copy {
    padding: 58px 22px;
  }

  .cr-expectation-grid {
    grid-template-columns: 1fr;
  }

  .cr-transparency-note {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 17px 16px;
  }

  .cr-transparency-note > span {
    width: 38px;
    height: 38px;
  }

  .cr-cta {
    padding: 72px 0;
  }

  .cr-why-copy h2 {
    font-size: 38px;
    line-height: 1.07;
  }

  .cr-why-copy {
    padding: 0;
  }

  .cr-benefits article {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 17px;
  }

  .cr-benefit-icon {
    width: 46px;
    height: 46px;
  }

  .cr-benefits h3 {
    font-size: 23px;
  }

  .cr-benefits p {
    font-size: 15px;
  }

  .cr-why-feature {
    min-height: 0;
  }

  .cr-why-image {
    min-height: 430px;
  }

}
