/* CRTA overview page styles. */

.statementBody .inlineMdLink {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: underline;
}

.statementBody .statementCtaBtn {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  background: #7c2d83;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(124, 45, 131, 0.2);
}

.crtaOverviewHero img {
  display: none;
}

.statementHero.pdaOverviewHero {
  background: linear-gradient(135deg, #102a43 0%, #0f766e 48%, #7c2d83 100%);
  border-radius: 18px;
}

.statementHero.pdaOverviewHero::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #facc15 0%, #7c2d83 55%, #14b8a6 100%);
}

.pdaOverviewBody .crtaCraIntroSection {
  border-color: #b7e4de;
  background: linear-gradient(180deg, #f0fffb 0%, #ffffff 100%);
  box-shadow: 0 10px 26px rgba(20, 184, 166, 0.10);
}

.pdaOverviewBody .crtaCraIntroSection h2 {
  color: #0f766e;
}

.pdaOverviewBody .crtaHowTitle,
.pdaOverviewBody .crtaLeaveTitle,
.pdaOverviewBody .crtaLeaveItem h3,
.pdaOverviewBody .crtaIndLabel,
.pdaOverviewBody .crtaIdentifyBottom {
  color: #0f766e;
}

.pdaOverviewBody .crtaHowLeft .statementCtaBtn,
.pdaOverviewBody .crtaBeginBtn {
  background: #0f766e !important;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
}

.pdaOverviewBody .crtaHowStep h3 {
  color: #0f766e;
}

.pdaOverviewBody .crtaCareRight {
  background: linear-gradient(135deg, #fef3c7 0%, #d1fae5 100%);
  border-color: #c7e5d6;
}

.pdaOverviewBody .crtaCareItem span {
  color: #0f766e;
}

.crtaOverviewBody .crtaHowSection {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: flex-start;
  margin-bottom: 54px;
}

.crtaCraIntroSection {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(18, 61, 116, 0.08);
  padding: 20px 22px;
  margin: 0 0 28px;
}

.crtaCraIntroSection h2 {
  margin: 0;
  color: #223a73;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 900;
}

.crtaCraIntroSection .craIntro {
  margin-top: 14px;
  gap: 14px;
}

.crtaHowTitle {
  margin: 0 0 18px;
  color: #6f238d;
  font-size: 92px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.crtaHowSteps {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.crtaHowStep {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
}

.crtaHowStep img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.crtaHowStep h3 {
  margin: 0;
  color: #6f238d;
  font-size: 30px;
  line-height: 0.95;
  font-weight: 900;
}

.crtaHowStep p {
  margin: 2px 0 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
}

.crtaHowLeft .statementCtaBtn {
  font-size: 24px;
  padding: 14px 22px;
  border-radius: 6px;
  background: #6f238d;
  display: inline-flex;
  margin: 10px auto 0;
}

.crtaHowRight img {
  width: 100%;
  height: auto;
  display: block;
}

.crtaLeaveSection {
  display: grid;
  gap: 16px;
  padding-top: 8px;
  margin-top: 12px;
  margin-bottom: 52px;
}

.crtaLeaveTop {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.crtaLeaveTitle {
  margin: 0;
  color: #6f238d;
  font-size: 64px;
  line-height: 0.95;
  font-weight: 900;
}

.crtaLeaveLead {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.45;
  color: #111827;
  font-weight: 700;
}

.crtaLeaveCore {
  display: grid;
  gap: 0;
}

.crtaLeaveRow {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border-top: none;
  padding-top: 16px;
  padding-bottom: 18px;
}

.crtaLeaveRow > img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-top: -4px;
  justify-self: center;
}

.crtaLeaveItem h3 {
  margin: 0 0 4px;
  color: #6f238d;
  font-size: 42px;
  line-height: 0.98;
  font-weight: 900;
  border-top: none;
  padding-top: 0;
}

.crtaLeaveItem2,
.crtaLeaveItem3 {
  padding-top: 0;
}

.crtaLeaveItem p {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.crtaLeaveIndividuals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.crtaLeaveIndCard {
  display: grid;
  gap: 4px;
  align-content: start;
  justify-items: center;
}

.crtaLeaveDown {
  color: #6f238d;
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
  display: inline-block;
  transform: scaleX(1.35);
}

.crtaLeaveIndCard > img:first-child {
  width: 66%;
  max-width: 146px;
  height: auto;
  display: block;
}

.crtaLeaveIndChart {
  width: 100%;
  height: auto;
  display: block;
  max-width: 240px;
}

.crtaIndLabel {
  margin-top: -2px;
  color: #6f238d;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.crtaIdentifySection {
  margin-top: 36px;
  margin-bottom: 54px;
  display: grid;
  gap: 16px;
}

.crtaIdentifyTop {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.crtaIdentifyIcon {
  font-size: 52px;
  line-height: 1;
  margin-top: 2px;
}

.crtaIdentifyGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
}

.crtaIdentifyPane {
  border: none;
  border-radius: 8px;
  padding: 8px;
  display: grid;
  gap: 6px;
  justify-items: center;
  background: #fff;
}

.crtaIdentifyPane > img:first-child {
  width: 66%;
  max-width: 146px;
  height: auto;
  display: block;
}

.crtaIdentifyMiddle {
  display: grid;
  gap: 10px;
  align-content: center;
  justify-items: center;
}

.crtaMidArrow {
  font-size: 128px;
  line-height: 0.9;
  color: #a54cb3;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(58, 12, 79, 0.18);
}

.crtaMidArrowRight {
  transform: translateX(8px);
}

.crtaMidArrowLeft {
  transform: translateX(-8px);
}

.crtaMidText {
  color: #6f238d;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.crtaIdentifyBottom {
  margin: 6px 0 0;
  text-align: center;
  color: #6f238d;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.crtaCareSection {
  margin-top: 36px;
  display: grid;
  gap: 14px;
}

.crtaCareTop {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: flex-start;
}

.crtaCareGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1.15fr);
  gap: 14px;
  align-items: flex-start;
}

.crtaCareLeft {
  border: 1px solid #d7dbe8;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(180deg, #f6f7fb 0%, #eceff7 100%);
  display: grid;
  gap: 6px;
  justify-items: center;
}

.crtaCareLeft > img:first-child {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}

.crtaCareArrow {
  color: #6f238d;
  font-size: 138px;
  line-height: 0.9;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 3px 0 rgba(38, 31, 84, 0.12);
}

.crtaCareRight {
  border-radius: 16px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #fef08a 0%, #fde68a 100%);
  border: 1px solid #e9d78b;
  display: grid;
}

.crtaCareItem {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid rgba(111, 35, 141, 0.2);
}

.crtaCareItem:first-child {
  border-top: none;
  padding-top: 4px;
}

.crtaCareItem span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #6f238d;
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  display: inline-block;
}

.crtaCareItem p {
  margin: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.crtaCareActions {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.crtaBeginBtn {
  min-width: 240px;
  font-size: 22px;
  padding: 14px 24px;
  border-radius: 12px;
  background: #facc15 !important;
  color: #123d74 !important;
  box-shadow: 0 12px 24px rgba(18, 61, 116, 0.16);
}

.statementEmphasis {
  padding: 16px 18px;
  border-left: 5px solid #7c2d83;
  border-radius: 12px;
  background: #fff7fb;
  color: #123d74 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.termsSection {
  display: grid;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.termsSection:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.termsSection h2 {
  margin: 0;
  color: #123d74;
  font-size: 22px;
}

@media (max-width: 900px) {
  .crtaIdentifyGrid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .crtaIdentifyPane > img:first-child {
    width: min(56vw, 180px);
    max-width: 180px;
    min-width: 110px;
  }

  .crtaMidArrow {
    font-size: 96px;
  }
}

@media (max-width: 700px) {
  .crtaIdentifyPane {
    padding: 10px;
  }

  .crtaIdentifyPane > img:first-child {
    width: min(64vw, 180px);
    min-width: 120px;
  }
}

@media (max-width: 480px) {
  .crtaHowTitle {
    font-size: 58px;
  }

  .crtaLeaveTitle {
    font-size: 42px;
  }

  .crtaBeginBtn {
    min-width: 0;
    width: 100%;
  }
}
