/* Secondary pages reuse landing.css for the same brand, header and footer. */
.interior-page {
  --shadow: 0 18px 50px rgb(16 40 28 / 6%);
  --radius: 28px;
  --amber: #d3b66c;
}
.interior-page main {
  min-height: 55vh;
}
.interior-page .section {
  padding: 62px 0;
}
.interior-page .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  padding-block: 25px 9px;
  font-size: 0.8125rem;
  color: #65756a;
}
.breadcrumbs a {
  border-radius: 5px;
}
.breadcrumbs a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.breadcrumbs [aria-current] {
  font-weight: 600;
  color: var(--primary);
}
.crumb-divider {
  color: #87958a;
}
.interior-page .page-hero {
  padding: 36px 0 54px;
  background: radial-gradient(ellipse at 85% 18%, #e1f1e999, transparent 45%);
  border-bottom: 1px solid var(--line);
}
.interior-page .eyebrow {
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}
.interior-page .page-hero h1,
.interior-page .danger-hero h1 {
  font-size: clamp(2.3rem, 4.25vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  max-width: 840px;
  margin-bottom: 23px;
}
.interior-page .page-hero p {
  max-width: 650px;
  font-size: 1.0625rem;
  line-height: 1.85;
  margin-bottom: 0;
}
.guide-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 65px;
  align-items: center;
}
.guide-hero-copy {
  min-width: 0;
}
.guide-hero-copy .actions {
  gap: 13px;
  margin-top: 27px;
}
.guide-hero-image {
  margin: 0;
  position: relative;
}
.guide-hero-image img {
  display: block;
  width: 100%;
  height: 305px;
  object-fit: cover;
  object-position: center 39%;
  border-radius: 28px;
  border: 1px solid rgb(36 95 75 / 10%);
  box-shadow: var(--shadow);
}
.pro-manual .guide-hero-image img {
  object-position: 45% center;
}
.guide-hero-image figcaption {
  text-align: end;
  color: #657569;
  font-size: 0.6875rem;
  margin-top: 9px;
}
.interior-page .article {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.interior-page .toc {
  top: 110px;
  padding: 22px 16px;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.interior-page .toc strong {
  padding: 5px 11px 11px;
  margin: 0;
  font-size: 0.875rem;
  color: var(--ink);
}
.interior-page .toc > a {
  padding: 10px 11px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 12px;
  color: #526057;
}
.interior-page .toc > a:hover,
.interior-page .toc > a:focus-visible {
  background: #f0f7f3;
  color: var(--primary);
}
.guide-switcher {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f7f6f0;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-bottom: 18px;
}
.guide-switcher a {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  padding: 8px 5px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #526057;
}
.guide-switcher a[aria-current="page"] {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 9px #245f4b17;
}
.guide-switcher a:not([aria-current]):hover {
  background: #fff;
}
.interior-page .prose {
  padding: 42px;
  border-radius: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.interior-page .prose section {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}
.interior-page .prose section:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.interior-page .prose h2 {
  font-size: 1.65rem;
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin: 11px 0 19px;
}
.interior-page .prose h3 {
  font-size: 1.0625rem;
  line-height: 1.45;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.interior-page .prose p,
.interior-page .prose li {
  font-size: 1rem;
  line-height: 1.85;
  color: #526057;
}
.interior-page .prose ol,
.interior-page .prose ul {
  padding-inline-start: 24px;
}
.interior-page .number {
  display: inline-block;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--primary);
  font-weight: 800;
}
.interior-page .prose .number {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #e1f1e9;
  text-align: center;
  line-height: 36px;
  letter-spacing: 0;
}
.pro-manual .prose .number {
  background: #f2e5bd80;
}
.interior-page .step {
  padding-inline-start: 57px;
  margin: 22px 0;
  min-height: 42px;
}
.interior-page .step:before {
  width: 37px;
  height: 37px;
  border-radius: 12px;
  background: #f0f7f3;
  font-size: 0.875rem;
  color: #245f4b;
}
.interior-page .notice {
  border-inline-start: 3px solid #c6ae6d;
  background: #faf6e8;
  padding: 18px 21px;
  border-radius: 16px;
  color: #4e573f;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.interior-page .guide-help {
  padding-top: 0;
}
.guide-help-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #e1f1e9;
  padding: 32px;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}
.guide-help-panel h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.guide-help-panel p {
  margin: 0;
  font-size: 0.9375rem;
  max-width: 700px;
}
.guide-help-panel .button {
  flex-shrink: 0;
  font-size: 0.875rem;
}
.page-symbol,
.account-symbol {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #e1f1e9;
  color: var(--primary);
  margin-bottom: 24px;
}
.page-symbol .ico,
.account-symbol .ico {
  width: 27px;
  height: 27px;
}
.privacy-page .page-hero {
  padding-top: 28px;
}
.privacy-page .page-hero .eyebrow {
  margin-bottom: 14px;
}
.privacy-page .prose .notice {
  margin-top: 0;
  margin-bottom: 30px;
  background: #f0f7f3;
  border-color: #8dbda8;
}
.support-page .grid.three {
  gap: 22px;
}
.interior-page .card,
.interior-page .info-tile,
.interior-page .delete-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.interior-page .card {
  padding: 30px;
}
.interior-page .card .icon {
  background: #e1f1e9;
  border-radius: 16px;
  width: 49px;
  height: 49px;
  margin-bottom: 24px;
}
.support-page .card:nth-child(2) .icon {
  background: #f2e5bd99;
}
.interior-page .card h3,
.interior-page .info-tile h3 {
  font-size: 1.2rem;
  line-height: 1.35;
}
.interior-page .card p,
.interior-page .info-tile p {
  font-size: 1rem;
  line-height: 1.8;
}
.support-page .grid.three .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.support-page .card .link {
  font-size: 0.875rem;
  margin-top: auto;
  padding-top: 7px;
}
.interior-page .section.tint {
  background: #ffffff70;
  border-block: 1px solid var(--line);
}
.support-page .grid.two {
  gap: 55px;
  align-items: center;
}
.support-page .grid.two > div > p {
  font-size: 1rem;
  line-height: 1.85;
  max-width: 580px;
}
.support-page .grid.two .button {
  margin-top: 12px;
}
.support-page .grid.two .card {
  padding: 30px;
}
.support-page .grid.two .card > .step:last-child {
  margin-bottom: 0;
}
.support-page .faq {
  max-width: 880px;
}
.support-page .faq .section-head {
  margin-bottom: 32px;
}
.support-page .faq details {
  padding-block: 24px;
}
.interior-page .danger-hero {
  padding: 32px 0 52px;
  background: radial-gradient(ellipse at 90% 35%, #f2e5bd70, transparent 45%);
  border-color: var(--line);
}
.interior-page .danger-kicker {
  color: #8e5941;
}
.interior-page .danger-hero-grid {
  grid-template-columns: 1.5fr 0.5fr;
  gap: 45px;
}
.interior-page .danger-hero p {
  font-size: 1.0625rem;
  line-height: 1.85;
  max-width: 730px;
}
.interior-page .danger-symbol {
  width: 150px;
  height: 160px;
  border-radius: 32px;
  border-color: #dfcdb6;
  box-shadow: none;
  background: #fffaf0;
}
.interior-page .danger-symbol span {
  background: #f2e5bd;
  color: #8b6538;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  font-size: 2.4rem;
}
.interior-page .delete-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 25px;
}
.interior-page .delete-card {
  padding: 34px;
}
.interior-page .delete-card h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 14px;
}
.interior-page .delete-card > p {
  font-size: 1rem;
  line-height: 1.8;
}
.interior-page .delete-step {
  background: #f7f6f0;
  gap: 14px;
  border: 1px solid #245f4b0a;
  border-radius: 18px;
  padding: 20px;
  grid-template-columns: 36px 1fr;
}
.interior-page .delete-step:before {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  font-size: 0.875rem;
  background: #e1f1e9;
  color: #245f4b;
}
.interior-page .delete-step h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 3px;
}
.interior-page .delete-step p {
  font-size: 0.9375rem;
  line-height: 1.8;
}
.interior-page .warning-card {
  background: #fffaf0;
  border: 1px solid #e7d7b5;
  border-radius: 28px;
  padding: 28px;
}
.interior-page .warning-icon {
  background: #f2e5bd;
  color: #765a28;
  border-radius: 14px;
}
.interior-page .warning-card p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #6a614d;
}
.interior-page .checklist li {
  font-size: 0.9375rem;
  line-height: 1.7;
  border-color: #d6c6a24d;
  color: #6a614d;
}
.interior-page .checklist li:before {
  color: #94764b;
}
.interior-page .support-panel {
  border-radius: 28px;
  background: #245f4b;
  padding: 28px;
}
.interior-page .support-panel p {
  color: #dfebe4;
  line-height: 1.8;
  font-size: 0.9375rem;
}
.interior-page .support-panel .button {
  padding: 13px 16px;
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}
.interior-page .info-tile {
  padding: 28px;
}
.interior-page .info-tile .icon {
  background: #e1f1e9;
  border-radius: 14px;
}
.interior-page .info-tile .link {
  font-size: 0.875rem;
}
.account-page main {
  background: radial-gradient(ellipse at 80% 35%, #e1f1e9b3, transparent 50%);
}
.account-page .form-card {
  margin: 32px auto 64px;
  padding: 38px;
  max-width: 570px;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgb(16 40 28 / 7%);
}
.account-page .form-card h1 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin-bottom: 17px;
}
.account-page .form-card .eyebrow {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  margin-bottom: 17px;
}
.account-page .form-card > p {
  font-size: 1rem;
  line-height: 1.85;
}
.account-page .field {
  margin: 22px 0;
}
.account-page .field label {
  font-size: 0.875rem;
  line-height: 1.6;
}
.account-page .field input {
  background: #fafbf8;
  border: 1px solid #245f4b26;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 1rem;
  color: var(--ink);
}
.account-page .field input:focus {
  border-color: #8dbda8;
  box-shadow: 0 0 0 3px #8dbda833;
}
.account-page .button {
  font-size: 0.9375rem;
  text-align: center;
}
.account-page .alert {
  padding: 17px 19px;
  border-radius: 16px;
  font-size: 0.9375rem;
  line-height: 1.8;
  background: #fbf0ec;
  color: #853d2a;
  border: 1px solid #e8cdc2;
  overflow-wrap: anywhere;
}
.account-page .alert.success {
  background: #edf6f0;
  color: #245f4b;
  border-color: #c7dfd1;
}
.account-page .button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
.account-help {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 28px;
  font-size: 0.8125rem;
  color: #536c5e;
}
.account-help a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.interior-page .button {
  max-width: 100%;
}
.interior-page .prose a:not(.button) {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.interior-page .prose a {
  overflow-wrap: anywhere;
}
html[dir="rtl"] .interior-page .eyebrow {
  letter-spacing: 0;
}
html[dir="rtl"] .interior-page .step {
  padding-inline-start: 57px;
  padding-inline-end: 0;
}
html[dir="rtl"] .interior-page .notice {
  border-left: 0;
  border-right: 3px solid #c6ae6d;
}
html[dir="rtl"] .privacy-page .prose .notice {
  border-right-color: #8dbda8;
}
html[dir="rtl"] .interior-page .page-hero h1,
html[dir="rtl"] .interior-page .danger-hero h1 {
  line-height: 1.5;
  letter-spacing: 0;
}
html[dir="rtl"] .interior-page .form-card h1 {
  letter-spacing: 0;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .guide-hero-grid {
    gap: 35px;
    grid-template-columns: 1.15fr 0.85fr;
  }
  .guide-hero-image img {
    height: 290px;
  }
  .interior-page .article {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 24px;
  }
  .interior-page .prose {
    padding: 30px;
  }
  .interior-page .toc {
    padding: 17px 12px;
  }
  .interior-page .guide-hero-copy .button {
    font-size: 0.875rem;
  }
  .guide-help-panel {
    gap: 20px;
  }
  .guide-help-panel .button {
    max-width: 280px;
  }
  .interior-page .danger-hero-grid {
    grid-template-columns: 1fr;
  }
  .interior-page .danger-symbol {
    display: none;
  }
  .interior-page .delete-layout {
    grid-template-columns: 1fr;
  }
  .interior-page .delete-layout > aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: start;
  }
  .interior-page .delete-layout .support-panel {
    margin-top: 0;
  }
  .support-page .grid.two {
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .interior-page .article {
    grid-template-columns: 1fr;
  }
  .interior-page .toc {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    padding: 20px;
  }
  .interior-page .toc strong {
    grid-column: 1/-1;
  }
  .guide-switcher {
    grid-column: 1/-1;
    max-width: 280px;
    margin-bottom: 8px;
  }
  .guide-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .guide-hero-image img {
    height: 280px;
    object-position: center 33%;
  }
  .guide-hero-image {
    max-width: 540px;
  }
  .pro-manual .guide-hero-image img {
    object-position: center 40%;
  }
  .guide-help-panel {
    flex-direction: column;
    align-items: flex-start;
  }
  .guide-help-panel .button {
    max-width: none;
  }
  .support-page .grid.three {
    grid-template-columns: 1fr;
  }
  .support-page .grid.two {
    grid-template-columns: 1fr;
  }
  .interior-page .info-grid {
    grid-template-columns: 1fr;
  }
  .interior-page .info-tile .icon {
    margin-bottom: 18px;
  }
  .interior-page .section-head {
    display: block;
  }
  .interior-page .section-head > p {
    max-width: none;
    margin-top: 16px;
  }
}
@media (max-width: 650px) {
  .interior-page .breadcrumbs {
    padding-block: 20px 6px;
    font-size: 0.75rem;
    gap: 8px;
  }
  .interior-page .page-hero {
    padding: 26px 0 36px;
  }
  .interior-page .page-hero h1,
  .interior-page .danger-hero h1 {
    font-size: 2.2rem;
    line-height: 1.18;
    margin-bottom: 19px;
  }
  .interior-page .page-hero p,
  .interior-page .danger-hero p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .interior-page .eyebrow {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-bottom: 17px;
  }
  .interior-page .section {
    padding: 40px 0;
  }
  .guide-hero-copy .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 23px;
  }
  .guide-hero-image img {
    height: 245px;
    border-radius: 24px;
  }
  .guide-hero-image figcaption {
    font-size: 0.625rem;
  }
  .interior-page .toc {
    padding: 18px 12px;
    gap: 3px;
  }
  .interior-page .toc > a {
    font-size: 0.8125rem;
    padding: 9px 10px;
  }
  .interior-page .prose {
    padding: 25px 21px;
    border-radius: 24px;
  }
  .interior-page .prose h2 {
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .interior-page .prose h3 {
    font-size: 1rem;
  }
  .interior-page .prose p,
  .interior-page .prose li {
    font-size: 0.9375rem;
    line-height: 1.85;
  }
  .interior-page .prose section {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
  .interior-page .step {
    padding-inline-start: 45px;
  }
  .interior-page .step:before {
    width: 31px;
    height: 31px;
    border-radius: 10px;
  }
  .interior-page .notice {
    padding: 15px 17px;
    font-size: 0.875rem;
  }
  .guide-help-panel {
    padding: 25px;
    border-radius: 24px;
  }
  .guide-help-panel h2 {
    font-size: 1.4rem;
  }
  .guide-help-panel p {
    font-size: 0.9375rem;
  }
  .interior-page .guide-help {
    padding-top: 0;
  }
  .interior-page .card {
    padding: 26px;
  }
  .support-page .card h3 {
    font-size: 1.15rem;
  }
  .support-page .grid.two {
    gap: 27px;
  }
  .support-page .grid.two .card {
    padding: 25px;
  }
  .interior-page .danger-hero {
    padding: 26px 0 35px;
  }
  .interior-page .danger-hero .actions {
    gap: 10px;
    margin-top: 24px;
  }
  .interior-page .danger-hero .button {
    font-size: 0.875rem;
  }
  .interior-page .delete-layout > aside {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .interior-page .delete-card {
    padding: 25px 20px;
  }
  .interior-page .delete-card h2 {
    font-size: 1.55rem;
  }
  .interior-page .delete-step {
    padding: 16px 13px;
    gap: 10px;
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .interior-page .delete-step:before {
    width: 29px;
    height: 29px;
  }
  .interior-page .delete-step p {
    font-size: 0.875rem;
  }
  .interior-page .delete-step h3 {
    font-size: 0.9375rem;
  }
  .interior-page .warning-card,
  .interior-page .support-panel,
  .interior-page .info-tile {
    padding: 25px;
  }
  .account-page .form-card {
    margin: 25px auto 45px;
    padding: 28px 22px;
  }
  .account-page .form-card h1 {
    font-size: 1.8rem;
  }
  .account-page .form-card > p {
    font-size: 0.9375rem;
  }
  .account-page .form-card .eyebrow {
    font-size: 0.625rem;
  }
  .account-page .button {
    font-size: 0.875rem;
  }
  .account-symbol {
    width: 46px;
    height: 46px;
    margin-bottom: 21px;
  }
  .account-page .alert {
    font-size: 0.875rem;
    padding: 15px;
  }
  .account-help {
    font-size: 0.8125rem;
  }
  html[dir="rtl"] .interior-page .step {
    padding-inline-start: 45px;
  }
}
@media (max-width: 370px) {
  .interior-page .toc {
    grid-template-columns: 1fr;
  }
  .interior-page .page-hero h1,
  .interior-page .danger-hero h1 {
    font-size: 2rem;
  }
  .interior-page .prose {
    padding: 22px 17px;
  }
  .interior-page .prose .button {
    font-size: 0.8125rem;
    padding-inline: 16px;
  }
  .account-page .form-card {
    padding-inline: 20px;
  }
  .account-page .form-card h1 {
    font-size: 1.65rem;
  }
  .account-page .button {
    padding-inline: 14px;
  }
  .interior-page .guide-help-panel .button {
    font-size: 0.8125rem;
  }
}
.interior-page .prose section,
.support-page .grid.two .card {
  counter-reset: steps;
}
