/* Current EMDR landing page: content-led composition, independent of legacy blocks. */
.emdr-refined {
  --emdr-copy: #48484c;
  --emdr-muted: #626268;
  --emdr-heading: #1d1d1f;
  --emdr-line: #d5d5da;
  --emdr-card: #fff;
}
.emdr-refined .emdr-feature {
  padding: clamp(64px, 8vw, 112px) 24px;
  background: #f3f3f3;
}
.emdr-refined .feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: clamp(40px, 6vw, 88px);
  row-gap: 24px;
  max-width: 1120px;
  margin-inline: auto;
}
.emdr-refined .feature-title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  color: var(--emdr-heading);
  font-size: clamp(36px, 3.9vw, 52px);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -.025em;
  text-align: start;
  text-wrap: balance;
}
.emdr-refined .feature-title strong { font-weight: inherit; }
.emdr-refined .feature-image {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
}
.emdr-refined .feature-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: contain;
}
.emdr-refined .feature-copy {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-width: 0;
  max-width: 48ch;
  text-align: start;
}
.emdr-refined .feature-copy p {
  margin: 0;
  color: var(--emdr-copy);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: normal;
}
/* Product storytelling keeps its bold voice; supporting notes keep normal weight. */
.emdr-refined .feature-copy .feature-description {
  color: #6e6e73;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.38;
}
.emdr-refined .feature-copy .feature-description a { font-weight: inherit; }
.emdr-refined .feature-copy a {
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: .18em;
}
/* Inline marketing links share the quiet light/dark link palette. */
html body.emdr-refined .feature-copy :is(.feature-description, .feature-update) a {
  color: var(--site-quiet-link, #1d1d1f) !important;
  text-decoration: none;
}
html body.emdr-refined .feature-copy :is(.feature-description, .feature-update) a:is(:hover, :focus-visible) {
  text-decoration: underline;
}
.emdr-refined .feature-copy .feature-update {
  margin-top: 20px;
  color: var(--emdr-muted);
  font-size: 16px;
  font-style: normal;
}
.emdr-refined .feature-copy .feature-guide { margin-top: 12px; font-size: 17px; }
.emdr-refined .feature-reversed .feature-title,
.emdr-refined .feature-reversed .feature-copy { grid-column: 1; }
.emdr-refined .feature-reversed .feature-image { grid-column: 2; }
/* The DOM follows the mobile story; desktop keeps both text groups together. */
.emdr-refined .feature-split .feature-layout { grid-template-rows: auto auto auto; }
.emdr-refined .feature-split .feature-image { grid-row: 1 / 4; }
.emdr-refined .feature-split .feature-intro { grid-row: 2; }
.emdr-refined .feature-split .feature-details { grid-row: 3; }
.emdr-refined .feature-subtitle {
  margin: 0 0 12px;
  color: var(--emdr-heading);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
  text-wrap: balance;
}
.emdr-refined #header11-44 .feature-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.emdr-refined #header9-45 .feature-layout { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
/* One screen when space permits; grow naturally for long copy or zoom.
   The extra top inset reserves room for the 71px overlaid navigation. */
.emdr-refined #header10-4t {
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  padding-block: 96px 24px;
}
.emdr-refined #header10-4t > .aftl-overlay { min-height: 0; }
.emdr-refined #header10-4t h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25em;
  margin-top: 0;
  line-height: 1.1;
}
.emdr-refined #header10-4t h1 .emdr-title-icon {
  display: block;
  flex: 0 0 .95em;
  width: .95em;
  height: .95em;
  object-fit: contain;
}
.emdr-refined #header10-4t h1 > span { min-width: 0; font: inherit; }
@media (max-width: 767px) {
  .emdr-refined #header10-4t h1 { font-size: clamp(30px, 9.5vw, 38px); }
}
.emdr-refined #header10-4t > .container-fluid > .row > div > p,
.emdr-refined #header10-4t > .container-fluid > .row > div > p a {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}
/* Laptop windows need height-responsive artwork as well as a viewport minimum. */
@media (min-width: 768px) {
  .emdr-refined #header10-4t h1 {
    font-size: clamp(44px, 8svh, 92px);
    line-height: 1.1;
  }
  .emdr-refined #header10-4t > .container-fluid > .row > div > p,
  .emdr-refined #header10-4t > .container-fluid > .row > div > p a {
    font-size: clamp(17px, 2.4svh, 21px);
    line-height: 1.4;
  }
  .emdr-refined #header10-4t .image-wrap img {
    width: auto;
    max-width: 80%;
    max-height: clamp(140px, calc(75svh - 320px), 540px);
    margin-inline: auto;
    object-fit: contain;
  }
}
.emdr-refined #privacy { padding: 72px 24px; }
.emdr-refined #privacy .container { max-width: 688px; padding: 0; }
.emdr-refined #privacy .row { margin: 0; }
.emdr-refined #privacy .row > div { width: 100%; max-width: none; padding: 0; }
.emdr-refined #privacy .image-wrap {
  width: 80px;
  height: 64px;
  margin: 0 0 24px !important;
}
.emdr-refined #privacy .image-wrap img {
  width: 80px;
  height: 64px;
  max-width: none;
  object-fit: cover;
}
.emdr-refined #privacy h2 { text-align: start; font-size: 36px; line-height: 1.18; }
.emdr-refined #privacy p { max-width: none; text-align: start; font-size: 18px; line-height: 1.55; }
.emdr-refined #appstore { padding: 64px 24px 28px; }
.emdr-refined #appstore .container { width: 100%; max-width: 1120px; padding: 0; }
.emdr-refined #appstore h2 {
  margin: 0;
  color: var(--emdr-heading);
  text-align: start;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-wrap: balance;
}
.emdr-refined #pricing2-4w { padding: 0 24px 24px; }
.emdr-refined #pricing2-4w .container { width: 100%; max-width: 1120px; padding: 0; }
.emdr-refined .pricing-families { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.emdr-refined .plan-family { background: var(--emdr-card); border-radius: 12px; min-width: 0; padding: 32px; }
.emdr-refined #pricing2-4w .plan-family-title { margin: 0 0 28px; font-size: 26px; line-height: 1.2; font-weight: 650; text-align: start; }
.emdr-refined .plan-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-bottom: 24px; }
.emdr-refined .plan-option { min-width: 0; text-align: start; }
.emdr-refined #pricing2-4w .plan-term { margin: 0 0 8px; font-size: 17px; font-weight: 400; line-height: 1.4; }
.emdr-refined #pricing2-4w .price { margin: 0; font-size: 42px; line-height: 1.2; color: var(--emdr-heading); }
.emdr-refined #pricing2-4w.pricing-compact .price { font-size: 34px; }
.emdr-refined #pricing2-4w .price strong { font-weight: 650; }
.emdr-refined #pricing2-4w .price-term { margin: 6px 0 0; font-size: 15px; font-weight: 400; color: var(--emdr-muted); line-height: 1.4; }
.emdr-refined #pricing2-4w .list-group { margin: 0; }
.emdr-refined #pricing2-4w .list-group-item {
  margin: 0;
  padding: 7px 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.4;
  border: 0;
}
.emdr-refined #pricing2-4w .list-group-item::after { display: none; }
.emdr-refined #pricing2-4w .list-group-item span { font-size: inherit !important; }
.emdr-refined #pricing2-4w .list-group-item.plan-feature { padding-inline-start: 24px; }
.emdr-refined #pricing2-4w .plan-feature-mark { inset-inline-start: 0; }
.emdr-refined #content5-4y { padding: 12px 24px 16px; }
.emdr-refined #content5-4y .row > div { width: 100%; max-width: 780px; }
.emdr-refined #content5-4y p { font-size: 16px; line-height: 1.5; }
.emdr-refined #content11-4z { padding: 24px 24px 56px; }
.emdr-refined #header9-55 { padding: 32px 24px 48px; }
.emdr-refined #contact { padding-top: 72px; }
.emdr-refined #contact .aftl-section-subtitle { font-size: 19px; line-height: 1.5; font-weight: 400; }
.emdr-refined #contact button[type="submit"] { border-radius: 100px; }
.emdr-refined footer a,
.emdr-refined section[class*="footer"] a { text-underline-offset: .18em; }
.emdr-refined .emdr-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 24px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.emdr-refined .emdr-footer-nav li { padding: 0; }
.emdr-refined .emdr-footer-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; }
@media (min-width: 768px) and (max-width: 1023px) {
  .emdr-refined .feature-copy .feature-description { font-size: 21px; }
}
@media (max-width: 767px) {
  .emdr-refined .emdr-feature { padding: 56px 20px; }
  .emdr-refined .feature-layout { display: flex; flex-direction: column; gap: 24px; }
  .emdr-refined .feature-title { align-self: stretch; font-size: 34px; }
  .emdr-refined .feature-image { width: 100%; }
  .emdr-refined .feature-image img { max-height: 350px; }
  .emdr-refined #devices .feature-image img { max-height: 280px; }
  .emdr-refined #header11-44 .feature-image img { max-height: 390px; }
  .emdr-refined #header9-45 .feature-image img { max-height: 380px; }
  .emdr-refined #header11-47 .feature-image img { max-height: 420px; }
  .emdr-refined .feature-subtitle { font-size: 24px; }
  .emdr-refined .feature-copy { max-width: none; }
  .emdr-refined .feature-copy p { font-size: 18px; line-height: 1.5; }
  .emdr-refined .feature-copy .feature-description { font-size: 19px; line-height: 1.42; }
  .emdr-refined .feature-copy .feature-update { font-size: 15px; }
  .emdr-refined .feature-copy .feature-guide { font-size: 16px; }
  .emdr-refined #header10-4t > .container-fluid > .row > div > p,
  .emdr-refined #header10-4t > .container-fluid > .row > div > p a { font-size: 17px; }
  .emdr-refined #privacy { padding: 48px 20px; }
  .emdr-refined #privacy h2 { font-size: 30px; }
  .emdr-refined #privacy p { font-size: 17px; }
  .emdr-refined #appstore { padding: 44px 20px 24px; }
  .emdr-refined #appstore .container { padding: 0; }
  .emdr-refined #appstore h2 { font-size: 30px; }
  .emdr-refined #pricing2-4w { padding-inline: 20px; }
  .emdr-refined .pricing-families { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .emdr-refined .plan-family { padding: 24px; }
  .emdr-refined #pricing2-4w .plan-family-title { font-size: 24px; margin-bottom: 24px; }
  .emdr-refined .plan-options { gap: 16px; }
  .emdr-refined #pricing2-4w .price,
  .emdr-refined #pricing2-4w.pricing-compact .price { font-size: 30px; }
  .emdr-refined #pricing2-4w .price-term { font-size: 14px; }
  .emdr-refined #pricing2-4w .list-group-item { padding-block: 5px; }
  .emdr-refined #content5-4y { padding-inline: 20px; }
  .emdr-refined #contact { padding-top: 48px; }
  .emdr-refined .emdr-footer-nav ul { justify-content: flex-start; gap: 0 24px; }
}
@media (max-width: 359px) {
  .emdr-refined .plan-family { padding: 18px; }
  .emdr-refined .plan-options { gap: 12px; }
  .emdr-refined #pricing2-4w .price,
  .emdr-refined #pricing2-4w.pricing-compact .price { font-size: 26px; }
}
@media (prefers-color-scheme: dark) {
  .emdr-refined { --emdr-copy: #dedee3; --emdr-muted: #b9b9c2; --emdr-heading: #f5f5f7; --emdr-line: #51515a; --emdr-card: var(--site-dark-surface, #1d1d1f); }
  html body.emdr-refined #header10-4t > .aftl-overlay { background-color: #000 !important; }
  html body.emdr-refined .feature-title { color: var(--emdr-heading) !important; }
  html body.emdr-refined .feature-copy p { color: var(--emdr-copy) !important; }
  html body.emdr-refined .feature-copy .feature-description { color: #a1a1a6 !important; }
  html body.emdr-refined .feature-copy :is(.feature-description, .feature-update) a { color: var(--site-quiet-link, #fff) !important; }
  html body.emdr-refined .feature-copy .feature-update { color: var(--emdr-muted) !important; }
  html body.emdr-refined #appstore h2 { color: var(--emdr-heading) !important; }
  html body.emdr-refined #pricing2-4w .list-group-item { background: transparent !important; }
}

/* Reuse the existing artwork as two semantic groups. The seam at 49% falls
   in the transparent gap, preserving the phone, hands, screens and glow. */
.emdr-refined #header11-47 .synergy-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  direction: ltr;
}
.emdr-refined #header11-47 .synergy-panel { position: relative; overflow: hidden; min-width: 0; }
.emdr-refined #header11-47 .synergy-haptics { aspect-ratio: 1254 / 1020; }
.emdr-refined #header11-47 .synergy-flashes { aspect-ratio: 1254 / 980; }
.emdr-refined #header11-47 .synergy-panel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: none;
}
.emdr-refined #header11-47 .synergy-haptics img { transform: translateY(-49%); }
@media (max-width: 767px) {
  .emdr-refined #header11-47 .synergy-panels { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .emdr-refined #header11-47 .synergy-haptics { width: 100%; max-width: 380px; margin-inline: auto; }
  .emdr-refined #header11-47 .synergy-flashes { width: 160px; max-width: 48%; margin-inline: auto; }
}
