body.ld-site-page #header,
body.ld-site-page #footer {
  display: none !important;
}

body.ld-site-page #main,
body.ld-site-page .site-main,
body.ld-site-page .ct-container,
body.ld-site-page .ct-container-full,
body.ld-site-page .entry-content,
body.ld-site-page .entry-content > * {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ld-site-page .entry-content {
  display: block !important;
}

body.ld-site-page {
  background: #ffffff;
  overflow-x: hidden;
}

.ld-mobile-site-nav {
  display: none;
}

.woocommerce-coming-soon-store-only,
.woocommerce-coming-soon-store-only * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.woocommerce-coming-soon-store-only {
  overflow-x: hidden;
  padding-left: 16px;
  padding-right: 16px;
}

.woocommerce-coming-soon-store-only .wp-block-group {
  display: block !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.woocommerce-coming-soon-store-only h1,
.woocommerce-coming-soon-store-only p {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 640px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  white-space: normal !important;
  overflow-wrap: break-word;
}

.woocommerce-coming-soon-store-only h1 {
  color: #18221d;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 42px !important;
  line-height: 1.2 !important;
}

.woocommerce-coming-soon-store-only p {
  color: #314038;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

.ld-help {
  --ld-ink: #18221d;
  --ld-muted: #52645c;
  --ld-line: #cad8d1;
  --ld-panel: #f8fbf9;
  --ld-paper: #ffffff;
  --ld-mint: #dcefe5;
  --ld-leaf: #24583c;
  --ld-leaf-2: #3e7c55;
  --ld-aqua: #d7edf1;
  --ld-sun: #f6d365;
  --ld-rose: #f3b0a4;
  --ld-shadow: 0 12px 30px rgba(24, 34, 29, 0.12);
  width: 100%;
  min-height: 100vh;
  padding-top: 76px;
  overflow-x: hidden;
  color: var(--ld-ink);
  background: var(--ld-paper);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.ld-help * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.ld-help img {
  display: block;
  max-width: 100%;
}

.ld-help a {
  color: inherit;
}

.ld-site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px 40px;
  border-bottom: 1px solid var(--ld-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

body.admin-bar .ld-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .ld-site-header {
    top: 46px;
  }
}

.ld-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.ld-brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
}

.ld-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ld-brand strong,
.ld-brand small {
  display: block;
}

.ld-brand strong {
  color: var(--ld-ink);
  font-size: 16px;
  line-height: 1.2;
}

.ld-brand small {
  margin-top: 2px;
  color: var(--ld-muted);
  font-size: 12px;
  line-height: 1.2;
}

.ld-top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.ld-top-nav a,
.ld-help-section-nav a,
.ld-side-nav a,
.ld-primary-action,
.ld-secondary-action,
.ld-topic-row a {
  min-height: 40px;
  border-radius: 8px;
  text-decoration: none;
}

.ld-top-nav a {
  padding: 10px 12px;
  color: var(--ld-muted);
  font-size: 14px;
  white-space: nowrap;
}

.ld-top-nav a.ld-active,
.ld-help-section-nav a.ld-active,
.ld-top-nav a:focus-visible,
.ld-help-section-nav a:focus-visible {
  background: var(--ld-mint);
  color: var(--ld-leaf);
}

.ld-top-nav a:hover,
.ld-help-section-nav a:hover,
.ld-side-nav a:hover {
  background: var(--ld-mint);
  color: var(--ld-leaf);
}

.ld-help-section-nav {
  position: sticky;
  top: 76px;
  z-index: 45;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 40px;
  border-bottom: 1px solid var(--ld-line);
  background: rgba(248, 251, 249, 0.96);
  -webkit-overflow-scrolling: touch;
}

.ld-help-section-nav a {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 8px 11px;
  color: var(--ld-muted);
  font-size: 14px;
  white-space: nowrap;
}

.ld-help h1,
.ld-help h2,
.ld-help h3,
.ld-help h4,
.ld-help p {
  overflow-wrap: break-word;
  word-break: normal;
}

.ld-help h1 {
  margin: 0;
  color: var(--ld-ink);
  font-size: 44px;
  line-height: 1.06;
}

.ld-help h2 {
  margin: 0;
  color: var(--ld-ink);
  font-size: 34px;
  line-height: 1.12;
}

.ld-help h3 {
  margin: 0;
  color: var(--ld-ink);
  font-size: 26px;
  line-height: 1.18;
}

.ld-help h4 {
  margin: 0;
  color: var(--ld-ink);
  font-size: 19px;
  line-height: 1.25;
}

.ld-help p {
  line-height: 1.6;
  white-space: normal;
}

.ld-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 40px;
  align-items: center;
  padding: 46px 40px 52px;
  border-bottom: 1px solid var(--ld-line);
  background: #e5f3e9;
}

.ld-intro-copy {
  min-width: 0;
  max-width: 720px;
}

.ld-eyebrow {
  margin: 0 0 10px;
  color: var(--ld-leaf-2);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.ld-intro-copy > p:not(.ld-eyebrow),
.ld-guide-header p {
  color: var(--ld-muted);
  font-size: 17px;
}

.ld-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ld-primary-action,
.ld-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  font-weight: 700;
}

.ld-primary-action {
  color: #ffffff !important;
  background: var(--ld-leaf);
}

.ld-help .ld-primary-action,
.ld-help .ld-primary-action:visited,
.ld-help .ld-primary-action:hover,
.ld-help .ld-primary-action:focus {
  color: #ffffff !important;
}

.ld-secondary-action {
  border: 1px solid var(--ld-leaf);
  color: var(--ld-leaf);
  background: #ffffff;
}

.ld-intro-image {
  min-width: 0;
  margin: 0;
}

.ld-intro-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--ld-shadow);
}

.ld-help figcaption {
  margin-top: 10px;
  color: var(--ld-muted);
  font-size: 13px;
}

.ld-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 40px 54px;
}

.ld-side-nav {
  position: sticky;
  top: 104px;
  align-self: start;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-panel);
}

.ld-side-nav p {
  margin: 4px 8px 10px;
  color: var(--ld-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.ld-side-nav a {
  display: block;
  padding: 11px 10px;
  color: var(--ld-muted);
  font-size: 14px;
}

.ld-side-nav a.ld-active {
  color: #ffffff;
  background: var(--ld-leaf);
}

.ld-guide {
  min-width: 0;
  scroll-margin-top: 116px;
}

.ld-guide-header {
  padding-bottom: 22px;
}

.ld-support-strip,
.ld-checklist-band {
  display: grid;
  gap: 12px;
  margin: 10px 0 36px;
  padding: 18px;
  border-radius: 8px;
  background: var(--ld-aqua);
}

.ld-support-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ld-support-strip strong,
.ld-support-strip span {
  display: block;
}

.ld-support-strip strong {
  margin-bottom: 6px;
}

.ld-support-strip span,
.ld-checklist-band li {
  color: var(--ld-muted);
}

.ld-guide-section {
  padding: 16px 0 30px;
  border-top: 1px solid var(--ld-line);
  scroll-margin-top: 116px;
}

.ld-section-heading {
  display: grid;
  gap: 4px;
  min-width: 0;
  margin-bottom: 20px;
}

.ld-section-heading p:not(.ld-eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--ld-muted);
}

.ld-step-list,
.ld-app-flow {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ld-step-item {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.65fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-paper);
}

.ld-step-copy {
  min-width: 0;
}

.ld-step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: var(--ld-ink);
  background: var(--ld-sun);
  font-weight: 700;
}

.ld-step-item p {
  margin: 10px 0 0;
  color: var(--ld-muted);
}

.ld-step-item .ld-note {
  color: #375445;
  font-weight: 700;
}

.ld-step-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
}

.ld-checklist-band {
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 1fr);
  align-items: start;
  background: #eef7ef;
}

.ld-checklist-band ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ld-checklist-band li {
  min-height: 44px;
  padding: 12px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #ffffff;
  font-weight: 700;
}

.ld-app-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ld-app-start {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #eef7ef;
}

.ld-app-start-image {
  position: relative;
  width: min(100%, 230px);
  margin: 0 auto;
}

.ld-app-start-image img {
  width: 100%;
  height: 430px;
  object-fit: contain;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #ffffff;
}

.ld-app-start-image::after {
  content: "";
  position: absolute;
  top: 12.8%;
  left: 4%;
  width: 61%;
  height: 4.3%;
  border: 3px solid #d73535;
  border-radius: 18px;
  pointer-events: none;
}

.ld-app-start-copy {
  min-width: 0;
}

.ld-app-start-copy h4 {
  margin: 0;
}

.ld-app-start-copy p:not(.ld-eyebrow) {
  margin: 10px 0 0;
  color: var(--ld-muted);
}

.ld-app-flow li,
.ld-trouble-grid div {
  padding: 18px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-panel);
}

.ld-flow-badge {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  margin-bottom: 12px;
  padding: 0 9px;
  border-radius: 8px;
  color: var(--ld-ink);
  background: var(--ld-rose);
  font-size: 14px;
  font-weight: 700;
}

.ld-app-flow p,
.ld-trouble-grid p {
  margin-bottom: 0;
  color: var(--ld-muted);
}

.ld-image-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 0 34px;
  border-top: 1px solid var(--ld-line);
}

.ld-image-band figure {
  margin: 0;
}

.ld-image-band img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-panel);
}

.ld-trouble-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ld-help-library,
.ld-submit-question {
  scroll-margin-top: 116px;
}

.ld-help-library {
  margin-top: 8px;
  padding: 24px 0 34px;
  border-top: 1px solid var(--ld-line);
}

.ld-topic-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ld-topic-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 124px;
  padding: 16px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-panel);
  text-decoration: none;
}

.ld-topic-card strong {
  color: var(--ld-leaf);
  font-size: 16px;
}

.ld-topic-card span {
  color: var(--ld-muted);
  font-size: 14px;
  line-height: 1.45;
}

.ld-topic-card:hover {
  background: var(--ld-mint);
}

.ld-accordion-list {
  display: grid;
  gap: 12px;
}

.ld-help-topic {
  min-width: 0;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-paper);
  overflow: hidden;
}

.ld-help-topic summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 16px 18px;
  color: var(--ld-ink);
  background: var(--ld-panel);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.ld-help-topic summary::-webkit-details-marker {
  display: none;
}

.ld-help-topic summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: var(--ld-leaf);
  background: var(--ld-mint);
  font-size: 18px;
  line-height: 1;
}

.ld-help-topic[open] summary::after {
  content: "-";
}

.ld-topic-content {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-top: 1px solid var(--ld-line);
}

.ld-topic-content p,
.ld-topic-content li,
.ld-topic-content td {
  color: var(--ld-muted);
  line-height: 1.55;
}

.ld-topic-content p,
.ld-topic-content ul,
.ld-topic-content ol {
  margin: 0;
}

.ld-topic-content ul,
.ld-topic-content ol {
  padding-left: 20px;
}

.ld-mini-steps {
  display: grid;
  gap: 8px;
}

.ld-callout {
  padding: 14px;
  border-left: 4px solid var(--ld-leaf);
  border-radius: 8px;
  color: #375445;
  background: #eef7ef;
  font-weight: 700;
  line-height: 1.5;
}

.ld-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
}

.ld-table-wrap table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #ffffff;
}

.ld-table-wrap th,
.ld-table-wrap td {
  padding: 12px;
  border-bottom: 1px solid var(--ld-line);
  text-align: left;
  vertical-align: top;
}

.ld-table-wrap th {
  color: var(--ld-ink);
  background: var(--ld-mint);
  font-size: 14px;
}

.ld-table-wrap tr:last-child td {
  border-bottom: 0;
}

.ld-submit-question {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  margin-top: 8px;
  padding: 22px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-aqua);
}

.ld-submit-question p:not(.ld-eyebrow) {
  margin: 8px 0 0;
  color: var(--ld-muted);
}

.ld-support-contact {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.ld-support-email {
  margin: 0;
  color: var(--ld-ink) !important;
  font-weight: 700;
}

.ld-support-email a {
  color: var(--ld-leaf);
}

.ld-support-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #ffffff;
}

.ld-support-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: var(--ld-ink);
  font-weight: 700;
}

.ld-support-form-wide {
  grid-column: 1 / -1;
}

.ld-support-form input,
.ld-support-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--ld-ink);
  background: #ffffff;
  font: inherit;
  font-weight: 400;
}

.ld-support-form textarea {
  resize: vertical;
}

.ld-support-form small {
  color: var(--ld-muted);
  font-weight: 400;
  line-height: 1.45;
}

.ld-support-form button {
  grid-column: 1 / -1;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  background: var(--ld-leaf);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.ld-form-status {
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 700;
}

.ld-form-status-success {
  color: #20472f !important;
  background: #dcefe5;
}

.ld-form-status-error {
  color: #703127 !important;
  background: #f5d8d2;
}

.ld-site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 40px;
  border-top: 1px solid var(--ld-line);
  color: var(--ld-muted);
  background: var(--ld-panel);
}

.ld-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.ld-site-footer a {
  color: var(--ld-leaf);
  font-weight: 700;
}

.ld-home {
  --ld-ink: #18221d;
  --ld-muted: #52645c;
  --ld-line: #cad8d1;
  --ld-panel: #f8fbf9;
  --ld-paper: #ffffff;
  --ld-mint: #dcefe5;
  --ld-leaf: #24583c;
  --ld-leaf-2: #3e7c55;
  --ld-aqua: #d7edf1;
  --ld-sun: #f6d365;
  color: var(--ld-ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  padding-top: 76px;
  overflow-x: hidden;
}

.ld-home *,
.ld-policy-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.ld-home img,
.ld-policy-page img {
  display: block;
  max-width: 100%;
}

.ld-home h1,
.ld-home h2,
.ld-home h3,
.ld-policy-page h1,
.ld-policy-page h2 {
  margin: 0;
  color: var(--ld-ink);
  overflow-wrap: break-word;
  word-break: normal;
}

.ld-home p,
.ld-policy-page p,
.ld-policy-page li {
  color: var(--ld-muted);
  line-height: 1.6;
}

.ld-home-hero {
  min-height: min(720px, 82vh);
  display: grid;
  align-items: end;
  padding: 80px 40px;
  border-bottom: 1px solid var(--ld-line);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #dfeee4;
}

.ld-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    var(--ld-home-hero-image) center center / contain no-repeat,
    #dfeee4;
  filter: saturate(1.28) contrast(1.16) brightness(0.9);
  z-index: -2;
}

.ld-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.30) 44%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(rgba(16, 38, 24, 0.03), rgba(16, 38, 24, 0.03));
  z-index: -1;
}

.ld-home-hero-copy {
  min-width: 0;
  width: min(700px, 100%);
}

.ld-home-hero h1 {
  font-size: 54px;
  line-height: 1.08;
}

.ld-home-hero .ld-eyebrow,
.ld-home-hero h1 {
  text-shadow: 0 1px 14px rgba(255, 255, 255, 0.96), 0 1px 2px rgba(255, 255, 255, 0.8);
}

.ld-home-hero p:not(.ld-eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: #314139;
  font-size: 19px;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.94);
}

.ld-home-hero .ld-home-hero-note {
  margin-top: 14px;
  color: var(--ld-leaf);
  font-size: 16px;
  font-weight: 700;
}

.ld-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ld-home-difference {
  padding: 62px 40px;
  border-bottom: 1px solid var(--ld-line);
  background: #ffffff;
}

.ld-home-difference-copy {
  max-width: 860px;
  margin: 0 auto 28px;
}

.ld-home-difference-copy h2 {
  max-width: 760px;
  font-size: 38px;
  line-height: 1.12;
}

.ld-home-difference-copy p:not(.ld-eyebrow) {
  max-width: 800px;
  margin: 14px 0 0;
}

.ld-home-difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.ld-home-difference-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #edf6ee;
}

.ld-home-difference-grid h3 {
  font-size: 20px;
  line-height: 1.2;
}

.ld-home-difference-grid p {
  margin: 10px 0 0;
  font-size: 15px;
}

.ld-home-photo-band {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
  max-width: 1240px;
  margin: 26px auto 0;
}

.ld-home-photo-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-panel);
}

.ld-home-photo-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.ld-home-photo-card-main img {
  object-position: center center;
}

.ld-home-photo-card figcaption {
  min-height: 54px;
  padding: 14px 16px;
  color: var(--ld-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.ld-home-features {
  padding: 68px 40px;
  border-bottom: 1px solid var(--ld-line);
  background: #f8fbf9;
}

.ld-home-feature-heading {
  min-width: 0;
  max-width: 780px;
  margin: 0 auto 34px;
}

.ld-home-feature-heading h2 {
  max-width: 740px;
  font-size: 38px;
  line-height: 1.12;
}

.ld-home-feature-heading p:not(.ld-eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
}

.ld-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.ld-home-feature-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(24, 34, 29, 0.05);
}

.ld-home-feature-grid h3 {
  font-size: 20px;
  line-height: 1.2;
}

.ld-home-feature-grid p {
  margin: 10px 0 0;
  font-size: 14px;
}

.ld-home-feature-grid ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ld-home-feature-grid li {
  position: relative;
  padding-left: 20px;
  color: #26372f;
  font-size: 14px;
  line-height: 1.55;
}

.ld-home-feature-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5e8568;
}

.ld-home-feature-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 24px;
  align-items: center;
  max-width: 1240px;
  margin: 34px auto 0;
  padding: 30px 34px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #edf6ee;
}

.ld-home-feature-callout h3 {
  font-size: 26px;
  line-height: 1.16;
}

.ld-home-feature-callout p:not(.ld-eyebrow) {
  max-width: 760px;
  margin: 12px 0 0;
}

.ld-home-feature-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ld-home-feature-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  color: var(--ld-ink);
  font-size: 13px;
  background: #ffffff;
}

.ld-home-included {
  padding: 62px 40px;
  border-bottom: 1px solid var(--ld-line);
  background: #ffffff;
}

.ld-home-included-copy {
  max-width: 780px;
  margin: 0 auto 28px;
}

.ld-home-included-copy h2 {
  font-size: 36px;
  line-height: 1.14;
}

.ld-home-included-copy p:not(.ld-eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
}

.ld-home-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1240px;
  margin: 0 auto;
}

.ld-home-included-grid article {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-panel);
}

.ld-home-included-grid h3 {
  font-size: 19px;
  line-height: 1.2;
}

.ld-home-included-grid p {
  margin: 10px 0 0;
  font-size: 14px;
}

.ld-home-battery-note {
  max-width: 1240px;
  margin: 18px auto 0;
  padding: 16px 18px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  color: var(--ld-ink);
  background: #edf6ee;
}

.ld-home-battery-note strong {
  color: var(--ld-ink);
}

.ld-home-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--ld-line);
  border-bottom: 1px solid var(--ld-line);
}

.ld-home-strip div {
  min-height: 110px;
  padding: 24px 40px;
  background: var(--ld-panel);
}

.ld-home-strip strong,
.ld-home-strip span {
  display: block;
}

.ld-home-strip strong {
  color: var(--ld-leaf);
  font-size: 18px;
}

.ld-home-strip span {
  margin-top: 8px;
  color: var(--ld-muted);
}

.ld-home-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 40px;
}

.ld-home-section-alt {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  border-top: 1px solid var(--ld-line);
}

.ld-home-section-copy {
  min-width: 0;
}

.ld-home-section-copy h2,
.ld-home-support h2 {
  font-size: 36px;
  line-height: 1.14;
}

.ld-home-section-copy p {
  max-width: 620px;
  margin: 16px 0 0;
}

.ld-home-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ld-home-steps article {
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-panel);
  overflow: hidden;
}

.ld-home-steps img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.ld-home-steps h3 {
  margin: 16px 16px 0;
  font-size: 22px;
}

.ld-home-steps p {
  margin: 8px 16px 18px;
}

.ld-text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--ld-leaf);
  font-weight: 700;
}

.ld-home-phone-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 18px;
  justify-content: center;
  align-items: start;
}

.ld-home-phone-pair img {
  width: 100%;
  height: 480px;
  object-fit: contain;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: var(--ld-panel);
}

.ld-check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--ld-muted);
}

.ld-home-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 24px;
  align-items: center;
  padding: 46px 40px;
  background: var(--ld-aqua);
  border-top: 1px solid var(--ld-line);
}

.ld-home-support p {
  max-width: 760px;
  margin: 14px 0 0;
}

.ld-home-support-links {
  display: grid;
  gap: 10px;
}

.ld-home-support-links a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  color: var(--ld-leaf);
  background: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.ld-home-v2 {
  --ld-ink: #18221d;
  --ld-muted: #52645c;
  --ld-line: #cad8d1;
  --ld-panel: #f8fbf9;
  --ld-paper: #ffffff;
  --ld-mint: #dcefe5;
  --ld-leaf: #24583c;
  --ld-leaf-2: #3e7c55;
  --ld-aqua: #d7edf1;
  color: var(--ld-ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 76px;
  overflow-x: hidden;
}

.ld-home-v2 *,
.ld-home-v2 *::before,
.ld-home-v2 *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.ld-home-v2 img {
  display: block;
  max-width: 100%;
}

.ld-home-v2 h1,
.ld-home-v2 h2,
.ld-home-v2 h3,
.ld-home-v2 p {
  margin: 0;
  overflow-wrap: break-word;
}

.ld-v2-wrap {
  width: min(100% - 48px, 1220px);
  margin: 0 auto;
}

.ld-v2-eyebrow {
  margin-bottom: 14px;
  color: var(--ld-leaf);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ld-v2-hero {
  padding: 30px 0 18px;
  background: var(--ld-panel);
}

.ld-v2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 660px;
  overflow: hidden;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: linear-gradient(135deg, #edf6ee, #ffffff);
  box-shadow: 0 18px 42px rgba(24, 34, 29, 0.08);
}

.ld-v2-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 58px 46px;
}

.ld-v2-hero h1 {
  max-width: 620px;
  margin: 0;
  padding-bottom: 42px;
  color: var(--ld-ink);
  font-size: 62px;
  line-height: 1.04;
}

.ld-v2-title-top,
.ld-v2-title-line,
.ld-v2-title-or {
  display: block;
}

.ld-v2-title-top {
  width: fit-content;
  text-align: center;
}

.ld-v2-title-or {
  text-align: center;
  font-size: 1em;
  line-height: 1.04;
  margin: 0;
}

.ld-v2-lead {
  max-width: 620px;
  margin-top: 0;
  color: #314139;
  font-size: 20px;
  line-height: 1.55;
}

.ld-v2-chip-row,
.ld-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ld-v2-chip-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 560px;
  margin-top: 24px;
}

.ld-v2-chip-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 7px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  color: var(--ld-ink);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  background: #ffffff;
}

.ld-v2-actions {
  margin-top: 28px;
}

.ld-v2-note {
  margin-top: 30px;
  color: var(--ld-muted);
  font-size: 14px;
}

.ld-v2-hero-media {
  position: relative;
  min-width: 0;
  min-height: 560px;
  margin: 0;
  background: #dfeee4;
}

.ld-v2-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 78% center;
  filter: saturate(1.18) contrast(1.08) brightness(0.92);
}

.ld-v2-hero-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(24, 34, 29, 0.12);
}

.ld-v2-hero-media figcaption span {
  min-width: 0;
  color: var(--ld-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ld-v2-hero-media figcaption strong {
  display: block;
  color: var(--ld-ink);
  font-size: 14px;
  line-height: 1.3;
}

.ld-v2-section {
  padding: 72px 0;
  border-bottom: 1px solid var(--ld-line);
  background: #ffffff;
}

#features {
  scroll-margin-top: 104px;
}

.ld-v2-soft {
  background: var(--ld-panel);
}

.ld-v2-section-head {
  max-width: 780px;
  margin-bottom: 30px;
}

.ld-v2-section-head h1,
.ld-v2-section-head h2,
.ld-v2-split h2,
.ld-v2-app h2,
.ld-v2-cta h2 {
  color: var(--ld-ink);
  font-size: 42px;
  line-height: 1.12;
}

.ld-v2-section-head p,
.ld-v2-split p,
.ld-v2-app p,
.ld-v2-cta p {
  max-width: 760px;
  margin-top: 14px;
  color: var(--ld-muted);
  font-size: 18px;
  line-height: 1.65;
}

.ld-v2-card-grid {
  display: grid;
  gap: 18px;
}

.ld-v2-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ld-v2-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ld-v2-card,
.ld-v2-step,
.ld-v2-table-wrap {
  min-width: 0;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(24, 34, 29, 0.05);
}

.ld-v2-card {
  padding: 22px;
}

.ld-v2-card h3,
.ld-v2-step h3 {
  color: var(--ld-ink);
  font-size: 21px;
  line-height: 1.2;
}

.ld-v2-card p,
.ld-v2-step p {
  margin-top: 10px;
  color: var(--ld-muted);
  font-size: 15px;
  line-height: 1.6;
}

.ld-v2-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.ld-v2-card li {
  position: relative;
  padding-left: 18px;
  color: var(--ld-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ld-v2-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5e8568;
}

.ld-v2-problem .ld-v2-section-head {
  max-width: 720px;
}

.ld-v2-problem-grid {
  gap: 20px;
}

.ld-v2-problem-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(24, 34, 29, 0.08);
}

.ld-v2-problem-image {
  min-height: 230px;
  background-color: #e5eee7;
  background-position: center;
  background-size: cover;
}

.ld-v2-problem-card:first-child .ld-v2-problem-image {
  background-position: center 38%;
}

.ld-v2-problem-card > div:last-child {
  min-height: 122px;
  padding: 18px 18px 20px;
  background: #ffffff;
}

.ld-v2-problem-card h3 {
  color: var(--ld-ink);
  font-size: 19px;
  line-height: 1.2;
}

.ld-v2-problem-card p {
  margin-top: 10px;
  color: var(--ld-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ld-v2-problem-note {
  margin-top: 24px;
  color: var(--ld-ink);
  font-size: 17px;
  font-weight: 800;
}

.ld-v2-split,
.ld-v2-app,
.ld-v2-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}

.ld-v2-photo,
.ld-v2-cta figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #dfeee4;
  box-shadow: 0 18px 42px rgba(24, 34, 29, 0.08);
}

.ld-v2-photo img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.ld-v2-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ld-v2-list li {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  color: var(--ld-ink);
  font-weight: 700;
  background: #ffffff;
}

.ld-v2-table-wrap {
  overflow-x: auto;
}

.ld-v2-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.ld-v2-table th,
.ld-v2-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--ld-line);
  color: var(--ld-muted);
  text-align: left;
}

.ld-v2-table tr:last-child td {
  border-bottom: 0;
}

.ld-v2-table th {
  color: var(--ld-ink);
  font-size: 13px;
  text-transform: uppercase;
  background: #edf6ee;
}

.ld-v2-table td:first-child,
.ld-v2-table strong {
  color: var(--ld-ink);
}

.ld-v2-step {
  overflow: hidden;
}

.ld-v2-step img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #dfeee4;
}

.ld-v2-step div {
  padding: 20px;
}

.ld-v2-step span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: var(--ld-leaf);
  font-weight: 800;
  background: var(--ld-mint);
}

.ld-v2-phone-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 18px;
  justify-content: center;
}

.ld-v2-phone-pair img {
  width: 100%;
  height: 470px;
  object-fit: contain;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(24, 34, 29, 0.08);
}

.ld-v2-matters {
  background: var(--ld-panel);
}

.ld-v2-matters-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 34px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 34px 28px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 36px rgba(24, 34, 29, 0.06);
}

.ld-v2-matters-card h2 {
  color: var(--ld-ink);
  font-size: 38px;
  line-height: 1.08;
}

.ld-v2-matters-card p:not(.ld-v2-eyebrow) {
  max-width: 560px;
  margin-top: 10px;
  color: var(--ld-muted);
  font-size: 16px;
  line-height: 1.65;
}

.ld-v2-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
}

.ld-v2-pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid var(--ld-line);
  border-radius: 999px;
  color: var(--ld-ink);
  font-size: 13px;
  font-weight: 800;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(24, 34, 29, 0.05);
}

.ld-v2-box-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid var(--ld-line);
  border-radius: 8px;
  color: var(--ld-ink);
  background: #edf6ee;
}

.ld-v2-cta {
  padding: 54px 0;
  background: var(--ld-leaf);
}

.ld-v2-cta h2,
.ld-v2-cta p,
.ld-v2-cta .ld-v2-eyebrow {
  color: #ffffff;
}

.ld-v2-cta p {
  color: rgba(255, 255, 255, 0.84);
}

.ld-v2-cta .ld-secondary-action {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.ld-v2-cta figure img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

@media (max-width: 980px) {
  .ld-v2-wrap {
    width: min(100% - 36px, 1220px);
  }

  .ld-v2-hero-grid,
  .ld-v2-split,
  .ld-v2-app,
  .ld-v2-matters-card,
  .ld-v2-cta-grid {
    grid-template-columns: 1fr;
  }

  .ld-v2-hero-grid {
    min-height: 0;
  }

  .ld-v2-hero-copy {
    padding: 42px 24px;
  }

  .ld-v2-hero h1 {
    font-size: 42px;
  }

  .ld-v2-hero-media,
  .ld-v2-hero-media img {
    height: 420px;
    min-height: 420px;
  }

  .ld-v2-hero-media img {
    object-position: 78% center;
  }

  .ld-v2-hero-media figcaption,
  .ld-v2-three,
  .ld-v2-four {
    grid-template-columns: 1fr;
  }

  .ld-v2-photo img {
    height: 360px;
  }

  .ld-v2-phone-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ld-home-v2 {
    padding-top: 190px;
  }

  .ld-v2-wrap {
    width: min(100% - 28px, 1220px);
  }

  .ld-v2-hero {
    padding-top: 70px;
  }

  .ld-v2-hero-copy {
    padding: 32px 18px 24px;
  }

  .ld-v2-hero h1 {
    font-size: 34px;
  }

  .ld-v2-chip-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .ld-v2-chip-row span {
    justify-content: center;
    min-height: 44px;
    padding: 8px 5px;
    text-align: center;
    font-size: 11px;
    line-height: 1.15;
  }

  .ld-v2-lead,
  .ld-v2-section-head p,
  .ld-v2-split p,
  .ld-v2-app p,
  .ld-v2-cta p {
    font-size: 16px;
  }

  .ld-v2-section-head h1,
  .ld-v2-section-head h2,
  .ld-v2-split h2,
  .ld-v2-app h2,
  .ld-v2-matters-card h2,
  .ld-v2-cta h2 {
    font-size: 28px;
  }

  .ld-v2-hero-media,
  .ld-v2-hero-media img {
    height: 310px;
    min-height: 310px;
  }

  .ld-v2-hero-media img {
    object-position: 82% center;
    filter: saturate(1.15) contrast(1.08) brightness(0.92);
  }

  .ld-v2-hero-media figcaption {
    position: static;
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ld-v2-section {
    padding: 46px 0;
  }

  .ld-home-v2 .ld-v2-section:first-of-type {
    padding-top: 110px;
  }

  .ld-v2-step img {
    height: 220px;
  }

  .ld-v2-problem-image {
    min-height: 220px;
  }

  .ld-v2-problem-card > div:last-child {
    min-height: 0;
  }

  .ld-v2-phone-pair {
    grid-template-columns: 1fr;
  }

  .ld-v2-phone-pair img {
    height: 430px;
  }

  .ld-v2-matters-card {
    padding: 24px 18px;
  }

  .ld-v2-actions {
    flex-direction: column;
  }

  .ld-home-v2 .ld-primary-action,
  .ld-home-v2 .ld-secondary-action {
    width: 100%;
  }
}

.ld-policy-page {
  --ld-ink: #18221d;
  --ld-muted: #52645c;
  --ld-line: #cad8d1;
  --ld-panel: #f8fbf9;
  --ld-mint: #dcefe5;
  --ld-leaf: #24583c;
  --ld-aqua: #d7edf1;
  color: var(--ld-ink);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 76px;
}

.ld-policy-hero {
  padding: 62px 40px 46px;
  background: #e5f3e9;
  border-bottom: 1px solid var(--ld-line);
}

.ld-policy-hero h1 {
  max-width: 900px;
  font-size: 44px;
  line-height: 1.1;
}

.ld-policy-hero p:not(.ld-eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: 18px;
}

.ld-policy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 44px 40px 64px;
}

.ld-policy-content h2 {
  margin-top: 28px;
  font-size: 25px;
}

.ld-policy-content h2:first-child {
  margin-top: 0;
}

.ld-policy-content p {
  margin: 10px 0 0;
}

.ld-policy-content a {
  color: var(--ld-leaf);
  font-weight: 700;
}

@media (max-width: 900px) {
  .ld-mobile-site-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 8px 16px 12px;
    border-bottom: 1px solid #cad8d1;
    background: #ffffff;
  }

  .ld-mobile-site-nav a {
    display: grid;
    place-items: center;
    min-height: 34px;
    padding: 8px 6px;
    border-radius: 8px;
    color: #24583c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .ld-mobile-site-nav a:hover {
    background: #dcefe5;
  }

  .ld-site-header,
  .ld-help-section-nav,
  .ld-intro,
  .ld-shell,
  .ld-site-footer,
  .ld-home-difference,
  .ld-home-features,
  .ld-home-included,
  .ld-home-section,
  .ld-home-support,
  .ld-policy-hero,
  .ld-policy-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ld-site-header {
    position: fixed;
    top: 0;
    z-index: 10000;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ld-help,
  .ld-home,
  .ld-home-v2,
  .ld-policy-page {
    padding-top: 126px;
  }

  .ld-top-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 3px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .ld-top-nav a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 9px 11px;
    border: 1px solid var(--ld-line);
    scroll-snap-align: start;
  }

  .ld-help-section-nav {
    top: 112px;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ld-help-section-nav a {
    border: 1px solid var(--ld-line);
  }

  .ld-intro,
  .ld-home-features,
  .ld-home-section,
  .ld-home-section-alt,
  .ld-home-support,
  .ld-shell,
  .ld-app-start,
  .ld-step-item,
  .ld-checklist-band {
    grid-template-columns: 1fr;
  }

  .ld-home-feature-heading {
    position: static;
  }

  .ld-home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-home-difference-grid,
  .ld-home-photo-band {
    grid-template-columns: 1fr;
  }

  .ld-home-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-home-feature-callout {
    grid-template-columns: 1fr;
  }

  .ld-home-feature-chip-list {
    justify-content: flex-start;
  }

  .ld-side-nav {
    position: sticky;
    top: 166px;
    z-index: 30;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 8px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(24, 34, 29, 0.08);
    -webkit-overflow-scrolling: touch;
  }

  .ld-side-nav p {
    display: none;
  }

  .ld-side-nav a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid var(--ld-line);
    white-space: nowrap;
  }

  .ld-support-strip,
  .ld-app-flow,
  .ld-image-band,
  .ld-trouble-grid,
  .ld-topic-card-grid,
  .ld-submit-question,
  .ld-support-form,
  .ld-home-strip,
  .ld-home-steps {
    grid-template-columns: 1fr;
  }

  .ld-home-hero {
    min-height: auto;
    align-items: start;
    padding: 390px 22px 48px;
    background: #f8fbf9;
  }

  .ld-home-hero::before {
    inset: 0 0 auto;
    height: 360px;
    background:
      var(--ld-home-hero-image) 57% 16px / auto 92% no-repeat,
      #dfeee4;
    filter: saturate(1.32) contrast(1.2) brightness(0.86);
  }

  .ld-home-hero::after {
    inset: 292px 0 0;
    background:
      linear-gradient(180deg, rgba(248, 251, 249, 0) 0%, #f8fbf9 68px, #f8fbf9 100%);
  }

  .ld-home-hero .ld-eyebrow,
  .ld-home-hero h1 {
    text-shadow: 0 1px 14px rgba(255, 255, 255, 0.96), 0 1px 2px rgba(255, 255, 255, 0.8);
  }

  .ld-home-hero p:not(.ld-eyebrow) {
    color: #14241b;
    font-weight: 600;
    text-shadow: 0 1px 16px rgba(255, 255, 255, 1), 0 1px 3px rgba(255, 255, 255, 0.96);
  }

  .ld-home-hero h1 {
    font-size: 40px;
  }

  .ld-home-phone-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-app-start-image img {
    height: 390px;
  }

  .ld-guide,
  .ld-guide-section,
  .ld-help-library,
  .ld-submit-question {
    scroll-margin-top: 224px;
  }
}

@media (max-width: 560px) {
  body.admin-bar .ld-site-header {
    top: 46px;
  }

  .ld-home,
  .ld-policy-page {
    padding-top: 210px;
  }

  .ld-help {
    padding-top: 226px;
  }

  .ld-site-header,
  .ld-help-section-nav,
  .ld-intro,
  .ld-shell,
  .ld-site-footer,
  .ld-home-difference,
  .ld-home-features,
  .ld-home-included,
  .ld-home-section,
  .ld-home-support,
  .ld-policy-hero,
  .ld-policy-content {
    padding-left: 16px;
    padding-right: 28px;
  }

  .ld-mobile-site-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 16px;
    padding-right: 28px;
  }

  .woocommerce-coming-soon-store-only,
  .woocommerce-coming-soon-store-only .wp-block-group {
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce-coming-soon-store-only h1,
  .woocommerce-coming-soon-store-only p {
    max-width: calc(100vw - 56px) !important;
  }

  .woocommerce-coming-soon-store-only h1 {
    font-size: 32px !important;
  }

  .woocommerce-coming-soon-store-only p {
    font-size: 16px !important;
  }

  .ld-help h1 {
    font-size: 34px;
    max-width: calc(100vw - 60px);
  }

  .ld-help h2 {
    font-size: 28px;
  }

  .ld-help h3 {
    font-size: 23px;
  }

  .ld-intro,
  .ld-intro-copy,
  .ld-intro-copy > p:not(.ld-eyebrow) {
    width: 100%;
    max-width: calc(100vw - 60px);
  }

  .ld-actions {
    max-width: calc(100vw - 60px);
  }

  .ld-actions,
  .ld-home-actions,
  .ld-site-footer {
    flex-direction: column;
  }

  .ld-footer-nav {
    justify-content: flex-start;
  }

  .ld-top-nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 4px;
  }

  .ld-top-nav a {
    min-width: 0;
    min-height: 34px;
    padding: 8px;
    text-align: center;
  }

  .ld-help-section-nav {
    top: 108px;
  }

  .ld-help-section-nav a {
    min-height: 34px;
    padding: 8px;
  }

  .ld-brand-mark {
    width: 42px;
    height: 42px;
  }

  .ld-brand small {
    display: none;
  }

  .ld-side-nav {
    top: 104px;
    margin-left: -2px;
    margin-right: -14px;
  }

  .ld-guide,
  .ld-guide-section,
  .ld-help-library,
  .ld-submit-question {
    scroll-margin-top: 162px;
  }

  .ld-primary-action,
  .ld-secondary-action {
    width: 100%;
  }

  .ld-home-hero {
    min-height: auto;
    padding: 328px 28px 42px 16px;
  }

  .ld-intro,
  .ld-policy-hero {
    padding-top: 88px;
  }

  .ld-home-hero::before {
    height: 306px;
    background:
      var(--ld-home-hero-image) 57% 12px / auto 92% no-repeat,
      #dfeee4;
  }

  .ld-home-hero::after {
    inset: 250px 0 0;
  }

  .ld-home-hero h1,
  .ld-policy-hero h1 {
    font-size: 32px;
    max-width: 300px;
  }

  .ld-home-hero-copy,
  .ld-home-hero p:not(.ld-eyebrow),
  .ld-policy-content h2,
  .ld-policy-content p,
  .ld-policy-hero p:not(.ld-eyebrow) {
    width: 100%;
    max-width: 300px;
  }

  .ld-home-hero p:not(.ld-eyebrow),
  .ld-home-section-copy p,
  .ld-home-support p,
  .ld-policy-hero p:not(.ld-eyebrow) {
    font-size: 16px;
  }

  .ld-home-section-copy h2,
  .ld-home-support h2 {
    font-size: 28px;
  }

  .ld-home-strip div {
    min-height: auto;
    padding: 18px 16px;
  }

  .ld-home-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ld-home-difference {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ld-home-difference-copy h2 {
    font-size: 28px;
  }

  .ld-home-feature-heading h2 {
    font-size: 28px;
  }

  .ld-home-feature-grid,
  .ld-home-difference-grid,
  .ld-home-photo-band,
  .ld-home-included-grid {
    grid-template-columns: 1fr;
  }

  .ld-home-feature-grid article,
  .ld-home-difference-grid article,
  .ld-home-included-grid article {
    min-height: auto;
    padding: 18px;
  }

  .ld-home-photo-card img {
    height: 230px;
  }

  .ld-home-included {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ld-home-included-copy h2 {
    font-size: 28px;
  }

  .ld-home-feature-callout {
    padding: 22px 18px;
  }

  .ld-home-feature-callout h3 {
    font-size: 22px;
  }

  .ld-home-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .ld-home-phone-pair {
    grid-template-columns: 1fr;
  }

  .ld-home-phone-pair img {
    height: 430px;
  }

  .ld-step-item {
    padding: 14px;
  }

  .ld-step-item img {
    height: 210px;
  }

  .ld-app-start {
    padding: 14px;
  }

  .ld-app-start-image img {
    height: 360px;
  }

  .ld-checklist-band ul {
    grid-template-columns: 1fr;
  }

  .ld-topic-content {
    padding: 14px;
  }

  .ld-help-topic summary {
    padding: 14px;
  }
}
