.deep-plane-page #how-it-differs .split-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 5.5vw, 78px);
  align-items: start;
}

.deep-plane-page #how-it-differs h2 {
  max-width: 590px;
  margin-top: 26px;
  color: var(--ink-dark);
  font-size: clamp(46px, 4vw, 60px);
  line-height: 1.1;
}

.deep-plane-page #how-it-differs h2 > span,
.deep-plane-page #how-it-differs h2 > em {
  display: block;
  white-space: nowrap;
}

.deep-plane-page #how-it-differs h2 > em {
  color: var(--ref-bronze, #b88a3b) !important;
  font-weight: 500;
}

.deep-plane-page #how-it-differs .difference-details {
  padding-top: 2px;
}

.deep-plane-page #how-it-differs .difference-intro,
.deep-plane-page #how-it-differs .difference-aim {
  margin: 0;
  color: var(--ink-dark);
  font-family: 'Inter', sans-serif;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1.58;
}

.deep-plane-page #how-it-differs .difference-aim {
  margin-top: 22px;
}

.deep-plane-page #how-it-differs .difference-points {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.deep-plane-page #how-it-differs .difference-point {
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 52px;
  padding: 8px 18px;
  overflow: hidden;
  border: 1px solid rgba(184, 138, 59, .16);
  border-left: 2px solid var(--gold-dark);
  background: rgba(255, 255, 255, .52);
  box-shadow: none;
}

.deep-plane-page #how-it-differs .difference-point > span {
  color: var(--ref-bronze, #b88a3b) !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.deep-plane-page #how-it-differs .difference-point strong {
  color: var(--ink-dark);
  font-family: 'Inter', sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.4;
}

.deep-plane-page #concerns .section-header {
  max-width: none;
  margin: 0 auto 48px;
  text-align: center;
}

.deep-plane-page #concerns .section-header h2 {
  width: 100%;
  max-width: none;
  margin: 18px 0 0;
  font-size: clamp(42px, 3.8vw, 56px);
  line-height: 1.02;
  white-space: nowrap;
}

.deep-plane-page #concerns .section-header h2 > span,
.deep-plane-page #concerns .section-header h2 > em {
  display: inline;
}

.deep-plane-page #concerns .section-header h2 > em {
  color: var(--ref-bronze, #b88a3b) !important;
  font-weight: 500;
}

.deep-plane-page #concerns .section-header h2 > em::before {
  content: " ";
}

.deep-plane-page #concerns .concerns-grid {
  gap: 24px;
}

.deep-plane-page #concerns .concern-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 18px;
  align-content: start;
  align-items: center;
  min-height: 276px;
  padding: 34px 34px 30px;
  border: 1px solid rgba(184, 138, 59, .24) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 18px 44px rgba(45, 36, 24, .09);
}

.deep-plane-page #concerns .concern-icon {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.deep-plane-page #concerns .concern-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--ref-bronze, #b88a3b);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.deep-plane-page #concerns .concern-card h3 {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  color: var(--ref-bronze, #b88a3b) !important;
  font-size: 25px;
  line-height: 1.08;
  white-space: nowrap;
}

.deep-plane-page #concerns .concern-card:nth-child(3) h3 {
  font-size: 21px;
}

.deep-plane-page #concerns .concern-card p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.deep-plane-page #risk-recovery .section-header {
  max-width: none;
  margin: 0 auto 48px;
  text-align: center;
}

.deep-plane-page #risk-recovery .section-header h2 {
  width: 100%;
  max-width: none;
  margin: 18px 0 0;
  font-size: clamp(44px, 4.15vw, 60px);
  line-height: 1.04;
  white-space: nowrap;
}

.deep-plane-page #risk-recovery .section-header h2 > span,
.deep-plane-page #risk-recovery .section-header h2 > em {
  display: inline;
}

.deep-plane-page #risk-recovery .section-header h2 > em {
  color: var(--ref-bronze, #b88a3b) !important;
  font-weight: 500;
}

.deep-plane-page #risk-recovery .section-header h2 > em::before {
  content: " ";
}

.deep-plane-page #risk-recovery .section-header .lead {
  max-width: 1040px;
  margin: 28px auto 0;
  font-size: 17px;
  line-height: 1.72;
  text-align: center;
}

.deep-plane-page #risk-recovery .section-header .lead > span {
  display: block;
}

.deep-plane-page #risk-recovery .method-grid {
  gap: 24px;
}

.deep-plane-page #risk-recovery .method-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 18px;
  align-content: start;
  align-items: center;
  min-height: 276px;
  padding: 34px 34px 30px;
  border: 1px solid rgba(184, 138, 59, .18);
  border-radius: 4px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 44px rgba(45, 36, 24, .09);
}

.deep-plane-page #risk-recovery .method-num {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  place-items: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.deep-plane-page #risk-recovery .method-num svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--ref-bronze, #b88a3b);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.deep-plane-page #risk-recovery .method-card h3 {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  color: var(--ref-bronze, #b88a3b) !important;
  font-size: 25px;
  line-height: 1.08;
  white-space: nowrap;
}

.deep-plane-page #risk-recovery .method-card:nth-child(2) h3 {
  font-size: 20px;
}

.deep-plane-page #risk-recovery .method-card p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 24px 0 0;
  color: var(--ref-copy, #5f5a52);
  font-size: 15px;
  line-height: 1.7;
}

body.deep-plane-page main > section#faq .container .section-header {
  max-width: none;
  margin-inline: auto;
  text-align: center;
}

body.deep-plane-page main > section#faq .container .section-header h2 em {
  color: var(--ref-bronze, #b88a3b) !important;
  font-weight: 500;
}

body.deep-plane-page main > section#faq .container .faq-list {
  display: grid;
  width: min(100%, 820px);
  max-width: 820px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

body.deep-plane-page main > section#faq .container .faq-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 138, 59, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 10px 28px rgba(45, 36, 24, .055);
}

body.deep-plane-page main > section#faq .container .faq-q {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 38px;
  gap: 14px;
  min-height: 70px;
  padding: 15px 18px 15px 22px;
  font-size: 18px;
  line-height: 1.35;
  white-space: normal;
}

body.deep-plane-page main > section#faq .container .faq-index {
  color: var(--ref-bronze, #b88a3b);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
}

body.deep-plane-page main > section#faq .container .faq-question-text {
  min-width: 0;
}

body.deep-plane-page main > section#faq .container .faq-q::after {
  width: 38px;
  height: 38px;
  flex: none;
  border-color: rgba(184, 138, 59, .3);
  background: rgba(255, 255, 255, .88);
}

body.deep-plane-page main > section#faq .container .faq-a {
  padding-inline: 78px 70px;
  font-size: 15px;
  line-height: 1.72;
}

body.deep-plane-page main > section#faq .container .faq-item.open .faq-a {
  padding: 0 70px 22px 78px;
}

.deep-plane-page .cta-banner h2 {
  width: 100%;
  max-width: none;
  margin: 0 auto 24px;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.04;
}

.deep-plane-page .cta-banner h2 > span {
  display: block;
  white-space: nowrap;
}

.deep-plane-page .cta-banner .cta-title-accent strong,
.deep-plane-page .cta-banner .cta-title-accent em {
  color: var(--ref-bronze, #b88a3b);
  font-weight: 500;
}

.deep-plane-page .cta-banner .cta-title-accent i {
  margin-inline: .18em;
  color: var(--ref-ink, #171717);
  font-weight: 400;
}

.deep-plane-page .cta-banner p {
  width: 100%;
  max-width: none;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.65;
  white-space: nowrap;
}

.deep-plane-page .cta-banner .btn {
  box-sizing: border-box;
  width: auto;
  min-width: 360px;
  height: 64px;
  min-height: 64px;
  padding: 0 26px !important;
  justify-content: center;
  font-size: 13px !important;
  line-height: 1;
}

@media (max-width: 900px) {
  .deep-plane-page #how-it-differs .split-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .deep-plane-page #how-it-differs h2 {
    max-width: 680px;
    font-size: clamp(42px, 8vw, 62px);
  }

  .deep-plane-page #how-it-differs h2 > span,
  .deep-plane-page #how-it-differs h2 > em {
    white-space: normal;
  }

  .deep-plane-page #how-it-differs .difference-details {
    padding-top: 0;
  }

  .deep-plane-page #concerns .section-header h2 {
    white-space: normal;
  }

  .deep-plane-page #concerns .section-header h2 > span,
  .deep-plane-page #concerns .section-header h2 > em {
    display: block;
  }

  .deep-plane-page #concerns .section-header h2 > em::before {
    content: none;
  }

  .deep-plane-page #concerns .concern-card {
    min-height: 250px;
  }

  .deep-plane-page #risk-recovery .section-header h2 {
    white-space: normal;
  }

  .deep-plane-page #risk-recovery .section-header h2 > span,
  .deep-plane-page #risk-recovery .section-header h2 > em {
    display: block;
  }

  .deep-plane-page #risk-recovery .section-header h2 > em::before {
    content: none;
  }

  .deep-plane-page #risk-recovery .section-header .lead > span {
    display: inline;
  }

  .deep-plane-page #risk-recovery .section-header .lead > span:not(:last-child)::after {
    content: " ";
  }

  .deep-plane-page #risk-recovery .method-card {
    min-height: 250px;
  }

  .deep-plane-page .cta-banner h2 > span,
  .deep-plane-page .cta-banner p {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  body.deep-plane-page main > section#faq .container .faq-list {
    width: 100%;
  }

  body.deep-plane-page main > section#faq .container .faq-q {
    grid-template-columns: 32px minmax(0, 1fr) 34px;
    gap: 10px;
    min-height: 0;
    padding: 16px 14px 16px 16px;
    font-size: 16px;
  }

  body.deep-plane-page main > section#faq .container .faq-q::after {
    width: 34px;
    height: 34px;
  }

  body.deep-plane-page main > section#faq .container .faq-a {
    padding-inline: 58px 20px;
  }

  body.deep-plane-page main > section#faq .container .faq-item.open .faq-a {
    padding: 0 20px 20px 58px;
  }

  .deep-plane-page #risk-recovery .section-header {
    margin-bottom: 32px;
  }

  .deep-plane-page #risk-recovery .section-header h2 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .deep-plane-page #risk-recovery .section-header .lead {
    margin-top: 22px;
    font-size: 15px;
  }

  .deep-plane-page #risk-recovery .method-card {
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 14px;
    min-height: 0;
    padding: 26px 24px;
  }

  .deep-plane-page #risk-recovery .method-num {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .deep-plane-page #risk-recovery .method-card h3 {
    font-size: 23px;
    white-space: normal;
  }

  .deep-plane-page #risk-recovery .method-card:nth-child(2) h3 {
    font-size: 20px;
  }

  .deep-plane-page #risk-recovery .method-card p {
    margin-top: 20px;
  }

  .deep-plane-page #concerns .section-header {
    margin-bottom: 32px;
  }

  .deep-plane-page #concerns .section-header h2 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .deep-plane-page .cta-banner h2 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .deep-plane-page .cta-banner .btn {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 54px;
    padding: 14px 18px !important;
    line-height: 1.35;
  }

  .deep-plane-page #concerns .concern-card {
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 14px;
    min-height: 0;
    padding: 26px 24px;
  }

  .deep-plane-page #concerns .concern-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }

  .deep-plane-page #concerns .concern-card h3 {
    font-size: 23px;
    white-space: normal;
  }

  .deep-plane-page #concerns .concern-card:nth-child(3) h3 {
    font-size: 21px;
  }

  .deep-plane-page #concerns .concern-card p {
    margin-top: 20px;
  }

  .deep-plane-page #how-it-differs h2 {
    margin-top: 18px;
    font-size: clamp(38px, 11.2vw, 48px);
    line-height: 1.08;
  }

  .deep-plane-page #how-it-differs .difference-intro,
  .deep-plane-page #how-it-differs .difference-aim {
    font-size: 15px;
    line-height: 1.6;
  }

  .deep-plane-page #how-it-differs .difference-aim {
    margin-top: 16px;
  }

  .deep-plane-page #how-it-differs .difference-points {
    gap: 8px;
    margin-top: 20px;
  }

  .deep-plane-page #how-it-differs .difference-point {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    min-height: 50px;
    padding: 8px 14px;
  }

  .deep-plane-page #how-it-differs .difference-point > span {
    font-size: 18px;
  }

  .deep-plane-page #how-it-differs .difference-point strong {
    font-size: 14px;
  }
}
