.transformation[data-astro-cid-67zsrjfy] {
  margin: 0;
}

.comparison-top[data-astro-cid-67zsrjfy] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.comparison-top[data-astro-cid-67zsrjfy] h3[data-astro-cid-67zsrjfy] {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -.02em;
}

.comparison-top[data-astro-cid-67zsrjfy] p[data-astro-cid-67zsrjfy] {
  margin: .2rem 0 0;
  color: var(--muted);
  font-size: .75rem;
}

.comparison-controls[data-astro-cid-67zsrjfy] {
  display: flex;
  padding: .25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-2);
}

.comparison-controls[data-astro-cid-67zsrjfy] button[data-astro-cid-67zsrjfy] {
  min-width: 5rem;
  min-height: 2.5rem;
  padding: .55rem 1rem;
  border: none;
  border-radius: 999px;
  background: none;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 650;
}

.comparison-controls[data-astro-cid-67zsrjfy] button[data-astro-cid-67zsrjfy][aria-pressed="true"] {
  background: var(--text);
  color: var(--bg);
}

.comparison-controls[data-astro-cid-67zsrjfy] button[data-astro-cid-67zsrjfy]:hover:not([aria-pressed="true"]) {
  color: var(--text);
}

.comparison-window[data-astro-cid-67zsrjfy] {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.comparison-window[data-astro-cid-67zsrjfy] img[data-astro-cid-67zsrjfy] {
  display: block;
  width: 100%;
  aspect-ratio: 1.7;
  object-fit: cover;
  object-position: top;
}

figcaption[data-astro-cid-67zsrjfy] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
  font-size: .86rem;
}

figcaption[data-astro-cid-67zsrjfy] p[data-astro-cid-67zsrjfy] {
  margin: 0;
  font-weight: 550;
}

figcaption[data-astro-cid-67zsrjfy] a[data-astro-cid-67zsrjfy] {
  flex-shrink: 0;
}

.comparison-note[data-astro-cid-67zsrjfy] {
  margin: .45rem 0 0;
  font-size: .72rem;
  color: var(--muted);
}

@media (width <= 600px) {
  .comparison-controls[data-astro-cid-67zsrjfy] button[data-astro-cid-67zsrjfy] {
    min-width: 3.75rem;
    min-height: 2.4rem;
    padding-inline: .7rem;
  }

  .comparison-top[data-astro-cid-67zsrjfy] h3[data-astro-cid-67zsrjfy] {
    font-size: .92rem;
  }

  .comparison-top[data-astro-cid-67zsrjfy] p[data-astro-cid-67zsrjfy] {
    font-size: .67rem;
  }

  .comparison-window[data-astro-cid-67zsrjfy] {
    width: min(100%, 27rem);
    margin-inline: auto;
    border-radius: 14px;
  }

  .comparison-window[data-astro-cid-67zsrjfy] img[data-astro-cid-67zsrjfy] {
    aspect-ratio: .66;
  }

  figcaption[data-astro-cid-67zsrjfy] {
    flex-direction: column;
    gap: .6rem;
    font-size: .8rem;
  }

  .comparison-note[data-astro-cid-67zsrjfy] {
    margin-top: .7rem;
    font-size: .68rem;
  }
}
h1[data-astro-cid-oej3gxpp], h2[data-astro-cid-oej3gxpp], h3[data-astro-cid-oej3gxpp], p[data-astro-cid-oej3gxpp], figure[data-astro-cid-oej3gxpp] {
  margin: 0;
}

h1[data-astro-cid-oej3gxpp], h2[data-astro-cid-oej3gxpp], h3[data-astro-cid-oej3gxpp] {
  font-weight: 650;
  letter-spacing: -.045em;
}

.hero-section[data-astro-cid-oej3gxpp] {
  padding: clamp(2.5rem, 4vw, 4rem) 0 clamp(3rem, 5vw, 5rem);
  overflow: hidden;
}

.hero-grid[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 3.25rem;
}

.hero-eyebrow[data-astro-cid-oej3gxpp] {
  margin-bottom: 1.25rem;
  font-size: .79rem;
  font-weight: 650;
  color: var(--accent);
  letter-spacing: .015em;
}

h1[data-astro-cid-oej3gxpp] {
  max-width: 15ch;
  font-size: clamp(3rem, 4.35vw, 4.25rem);
  line-height: 1.065;
  letter-spacing: -.055em;
  text-wrap: pretty;
}

.hero-subhead[data-astro-cid-oej3gxpp] {
  max-width: 28rem;
  margin-top: 1.6rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--muted);
}

.hero-actions[data-astro-cid-oej3gxpp] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.hero-secondary[data-astro-cid-oej3gxpp] {
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
}

.hero-secondary[data-astro-cid-oej3gxpp]:hover {
  text-decoration: underline;
}

.hero-secondary[data-astro-cid-oej3gxpp] span[data-astro-cid-oej3gxpp] {
  margin-left: .3rem;
  color: var(--accent);
}

.hero-showcase[data-astro-cid-oej3gxpp] {
  position: relative;
  min-width: 0;
  padding: 1.5rem 1.5rem 2rem 0;
}

.hero-browser[data-astro-cid-oej3gxpp] {
  display: block;
  overflow: hidden;
  border: 5px solid var(--surface-3);
  border-radius: 15px;
  background: var(--surface);
  box-shadow: 0 25px 65px #00000024;
  transform: rotate(-2deg);
}

.hero-browser[data-astro-cid-oej3gxpp] img[data-astro-cid-oej3gxpp] {
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
  object-position: top;
}

.hero-phone[data-astro-cid-oej3gxpp] {
  position: absolute;
  right: -1rem;
  bottom: 2.5rem;
  display: block;
  width: 25%;
  overflow: hidden;
  border: 5px solid #252933;
  border-radius: 20px;
  background: #252933;
  box-shadow: 0 16px 35px #0003;
  transform: rotate(4deg);
}

.hero-phone[data-astro-cid-oej3gxpp] img[data-astro-cid-oej3gxpp] {
  width: 100%;
  height: auto;
}

.hero-showcase[data-astro-cid-oej3gxpp] figcaption[data-astro-cid-oej3gxpp] {
  margin-top: 1.7rem;
  padding-right: 3rem;
  color: var(--text);
  font-size: .72rem;
}

.hero-showcase[data-astro-cid-oej3gxpp] figcaption[data-astro-cid-oej3gxpp] span[data-astro-cid-oej3gxpp] {
  display: block;
  margin-top: .15rem;
  color: var(--muted);
}

.care-section[data-astro-cid-oej3gxpp] {
  border-block: 1px solid var(--line);
  padding-block: clamp(3rem, 5vw, 4.5rem);
}

.care-layout[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.care-lead[data-astro-cid-oej3gxpp] {
  color: var(--muted);
  font-size: clamp(1.4rem, 2.15vw, 2rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.55;
}

.care-copy[data-astro-cid-oej3gxpp] h2[data-astro-cid-oej3gxpp] {
  font-size: 1.4rem;
  line-height: 1.4;
}

.care-copy[data-astro-cid-oej3gxpp] > p[data-astro-cid-oej3gxpp] {
  margin-top: 1rem;
  color: var(--muted);
  font-size: .89rem;
  line-height: 1.8;
}

.care-copy[data-astro-cid-oej3gxpp] .care-last[data-astro-cid-oej3gxpp] {
  color: var(--text);
  font-weight: 600;
}

.section-heading[data-astro-cid-oej3gxpp] {
  margin-bottom: 3rem;
}

.section-heading[data-astro-cid-oej3gxpp] h2[data-astro-cid-oej3gxpp] {
  font-size: clamp(2.2rem, 3.5vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -.055em;
}

.section-heading[data-astro-cid-oej3gxpp] p[data-astro-cid-oej3gxpp] {
  max-width: 35rem;
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.8;
}

.second-example[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 4rem;
  margin-top: 4rem;
}

.second-example-image[data-astro-cid-oej3gxpp] {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  transition: transform .2s;
}

.second-example-image[data-astro-cid-oej3gxpp]:hover {
  transform: translateY(-4px);
}

.second-example-image[data-astro-cid-oej3gxpp] img[data-astro-cid-oej3gxpp] {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: top;
}

.example-category[data-astro-cid-oej3gxpp] {
  color: var(--muted);
  font-size: .76rem;
}

.second-example-copy[data-astro-cid-oej3gxpp] h3[data-astro-cid-oej3gxpp] {
  margin-top: .9rem;
  font-size: clamp(1.9rem, 2.7vw, 2.6rem);
  line-height: 1.15;
}

.second-example-copy[data-astro-cid-oej3gxpp] > p[data-astro-cid-oej3gxpp]:not(.example-category):not(.sample-note) {
  max-width: 28rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: .91rem;
  line-height: 1.8;
}

.second-example-copy[data-astro-cid-oej3gxpp] .text-link[data-astro-cid-oej3gxpp] {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: .85rem;
}

.second-example-copy[data-astro-cid-oej3gxpp] .sample-note[data-astro-cid-oej3gxpp] {
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: .71rem;
  max-width: 28rem;
}

.included-section[data-astro-cid-oej3gxpp] {
  background: var(--surface-2);
}

.benefits-grid[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 1.25rem;
}

.benefit[data-astro-cid-oej3gxpp] {
  overflow: hidden;
  border-radius: 20px;
  background: var(--surface);
  padding: 2.25rem;
}

.benefit[data-astro-cid-oej3gxpp] h3[data-astro-cid-oej3gxpp] {
  font-size: 1.6rem;
  line-height: 1.2;
}

.benefit[data-astro-cid-oej3gxpp] p[data-astro-cid-oej3gxpp] {
  margin-top: .9rem;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 26rem;
}

.benefit-phone[data-astro-cid-oej3gxpp] {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.25rem;
  padding-bottom: 0;
}

.benefit-phone[data-astro-cid-oej3gxpp] h3[data-astro-cid-oej3gxpp] {
  font-size: 2rem;
}

.benefit-phone[data-astro-cid-oej3gxpp] > img[data-astro-cid-oej3gxpp] {
  display: block;
  width: 55%;
  max-width: 230px;
  height: 300px;
  object-fit: cover;
  object-position: top;
  margin: auto auto 0;
  border: 6px solid #242936;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 15px 40px #0000001f;
}

.benefit-clarity[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 1.5rem;
}

.clarity-type[data-astro-cid-oej3gxpp] {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 620;
  letter-spacing: -.06em;
  color: var(--text);
}

.clarity-type[data-astro-cid-oej3gxpp] span[data-astro-cid-oej3gxpp] {
  color: var(--accent);
}

.benefit-clarity[data-astro-cid-oej3gxpp] h3[data-astro-cid-oej3gxpp], .benefit-ownership[data-astro-cid-oej3gxpp] h3[data-astro-cid-oej3gxpp] {
  font-size: 1.25rem;
}

.benefit-ownership[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 1.5rem;
  background: var(--accent-soft);
}

.ownership-symbol[data-astro-cid-oej3gxpp] {
  color: var(--accent);
  font-size: 2.45rem;
  font-weight: 600;
  letter-spacing: -.06em;
  transform: rotate(-7deg);
}

.process-grid[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 5rem;
}

.process-grid[data-astro-cid-oej3gxpp] .section-heading[data-astro-cid-oej3gxpp] {
  margin: 0;
}

.process-grid[data-astro-cid-oej3gxpp] .button[data-astro-cid-oej3gxpp] {
  margin-top: 2rem;
}

.process-list[data-astro-cid-oej3gxpp] {
  display: grid;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: .5rem 0 0;
}

.process-list[data-astro-cid-oej3gxpp] li[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: 1.25rem;
}

.process-count[data-astro-cid-oej3gxpp] {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: .88rem;
  font-weight: 600;
}

.process-list[data-astro-cid-oej3gxpp] h3[data-astro-cid-oej3gxpp] {
  margin-top: .25rem;
  font-size: 1.15rem;
}

.process-list[data-astro-cid-oej3gxpp] p[data-astro-cid-oej3gxpp] {
  margin-top: .7rem;
  color: var(--muted);
  font-size: .91rem;
  line-height: 1.8;
}

.about-section[data-astro-cid-oej3gxpp] {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  background: var(--surface-2);
}

.about-grid[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.about-statement[data-astro-cid-oej3gxpp] {
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.2;
  letter-spacing: -.055em;
  font-weight: 600;
}

.about-grid[data-astro-cid-oej3gxpp] h2[data-astro-cid-oej3gxpp] {
  font-size: 1.3rem;
}

.about-grid[data-astro-cid-oej3gxpp] > div[data-astro-cid-oej3gxpp] > p[data-astro-cid-oej3gxpp] {
  margin-top: 1rem;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.8;
}

.about-grid[data-astro-cid-oej3gxpp] .signature[data-astro-cid-oej3gxpp] {
  color: var(--text);
  font-weight: 600;
  margin-top: 1.5rem;
}

.signature[data-astro-cid-oej3gxpp] span[data-astro-cid-oej3gxpp] {
  display: block;
  margin-top: .15rem;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 450;
}

.faq-grid[data-astro-cid-oej3gxpp] {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 5rem;
}

.faq-grid[data-astro-cid-oej3gxpp] .section-heading[data-astro-cid-oej3gxpp] {
  margin-bottom: 0;
}

.faq-list[data-astro-cid-oej3gxpp] {
  border-top: 1px solid var(--line);
}

.faq-list[data-astro-cid-oej3gxpp] details[data-astro-cid-oej3gxpp] {
  border-bottom: 1px solid var(--line);
}

.faq-list[data-astro-cid-oej3gxpp] summary[data-astro-cid-oej3gxpp] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 0;
  cursor: pointer;
  font-size: .93rem;
  font-weight: 600;
  list-style: none;
}

.faq-list[data-astro-cid-oej3gxpp] summary[data-astro-cid-oej3gxpp]::-webkit-details-marker {
  display: none;
}

.faq-list[data-astro-cid-oej3gxpp] summary[data-astro-cid-oej3gxpp] span[data-astro-cid-oej3gxpp] {
  color: var(--muted);
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  transition: transform .16s;
}

.faq-list[data-astro-cid-oej3gxpp] details[data-astro-cid-oej3gxpp][open] summary[data-astro-cid-oej3gxpp] span[data-astro-cid-oej3gxpp] {
  transform: rotate(45deg);
}

.faq-list[data-astro-cid-oej3gxpp] details[data-astro-cid-oej3gxpp] > p[data-astro-cid-oej3gxpp] {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.85;
  padding: 0 2rem 1.35rem 0;
}

.closing-section[data-astro-cid-oej3gxpp] {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: var(--surface-2);
}

.closing-inner[data-astro-cid-oej3gxpp] {
  text-align: center;
}

.closing-inner[data-astro-cid-oej3gxpp] h2[data-astro-cid-oej3gxpp] {
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -.055em;
}

.closing-inner[data-astro-cid-oej3gxpp] h2[data-astro-cid-oej3gxpp] span[data-astro-cid-oej3gxpp] {
  color: var(--muted);
}

.closing-inner[data-astro-cid-oej3gxpp] p[data-astro-cid-oej3gxpp] {
  margin: 1.5rem auto 0;
  max-width: 33rem;
  color: var(--muted);
  font-size: .96rem;
}

.closing-inner[data-astro-cid-oej3gxpp] .button[data-astro-cid-oej3gxpp] {
  margin-top: 2rem;
}

@media (width <= 1050px) {
  .hero-grid[data-astro-cid-oej3gxpp] {
    gap: 2rem;
  }

  .hero-actions[data-astro-cid-oej3gxpp] {
    gap: 1rem;
  }

  .hero-subhead[data-astro-cid-oej3gxpp] {
    font-size: .96rem;
  }

  .benefit[data-astro-cid-oej3gxpp] {
    padding: 1.75rem;
  }

  .benefit-phone[data-astro-cid-oej3gxpp] {
    padding-bottom: 0;
  }

  .benefit-clarity[data-astro-cid-oej3gxpp], .benefit-ownership[data-astro-cid-oej3gxpp] {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .clarity-type[data-astro-cid-oej3gxpp] {
    font-size: 2rem;
  }

  .clarity-type[data-astro-cid-oej3gxpp] br[data-astro-cid-oej3gxpp] {
    display: none;
  }

  .clarity-type[data-astro-cid-oej3gxpp] span[data-astro-cid-oej3gxpp] {
    margin-inline: .2rem;
  }

  .care-layout[data-astro-cid-oej3gxpp], .about-grid[data-astro-cid-oej3gxpp] {
    gap: 3rem;
  }
}

@media (width <= 760px) {
  .hero-section[data-astro-cid-oej3gxpp] {
    padding: 2.7rem 0 3rem;
  }

  .hero-grid[data-astro-cid-oej3gxpp] {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  h1[data-astro-cid-oej3gxpp] {
    max-width: 13ch;
    font-size: clamp(2.35rem, 11vw, 4.6rem);
  }

  .hero-eyebrow[data-astro-cid-oej3gxpp] {
    margin-bottom: 1rem;
    font-size: .74rem;
  }

  .hero-subhead[data-astro-cid-oej3gxpp] {
    max-width: 34rem;
    margin-top: 1.25rem;
  }

  .hero-actions[data-astro-cid-oej3gxpp] {
    margin-top: 1.5rem;
  }

  .hero-showcase[data-astro-cid-oej3gxpp] {
    width: min(100%, 38rem);
    margin-inline: auto;
    padding: 1rem 1.3rem 1rem .3rem;
  }

  .hero-browser[data-astro-cid-oej3gxpp] img[data-astro-cid-oej3gxpp] {
    aspect-ratio: 1.4;
  }

  .hero-phone[data-astro-cid-oej3gxpp] {
    width: 23%;
    right: -.25rem;
    bottom: 1.8rem;
    border-width: 4px;
    border-radius: 15px;
  }

  .hero-showcase[data-astro-cid-oej3gxpp] figcaption[data-astro-cid-oej3gxpp] {
    margin-top: 1.7rem;
    font-size: .65rem;
  }

  .care-layout[data-astro-cid-oej3gxpp], .about-grid[data-astro-cid-oej3gxpp] {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .care-lead[data-astro-cid-oej3gxpp] {
    font-size: 1.5rem;
  }

  .care-copy[data-astro-cid-oej3gxpp] h2[data-astro-cid-oej3gxpp] {
    font-size: 1.25rem;
  }

  .second-example[data-astro-cid-oej3gxpp] {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    margin-top: 3rem;
  }

  .section-heading[data-astro-cid-oej3gxpp] {
    margin-bottom: 2rem;
  }

  .benefits-grid[data-astro-cid-oej3gxpp] {
    grid-template-columns: 1fr;
  }

  .benefit-phone[data-astro-cid-oej3gxpp] {
    grid-row: auto;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding-right: 1.25rem;
  }

  .benefit-phone[data-astro-cid-oej3gxpp] > div[data-astro-cid-oej3gxpp] {
    padding-bottom: 1.75rem;
  }

  .benefit-phone[data-astro-cid-oej3gxpp] h3[data-astro-cid-oej3gxpp] {
    font-size: 1.55rem;
  }

  .benefit-phone[data-astro-cid-oej3gxpp] > img[data-astro-cid-oej3gxpp] {
    width: 35%;
    height: 290px;
    align-self: end;
    flex-shrink: 0;
    margin-top: 1rem;
  }

  .benefit-clarity[data-astro-cid-oej3gxpp], .benefit-ownership[data-astro-cid-oej3gxpp] {
    grid-template-columns: .8fr 1.2fr;
  }

  .process-grid[data-astro-cid-oej3gxpp], .faq-grid[data-astro-cid-oej3gxpp] {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-statement[data-astro-cid-oej3gxpp] {
    font-size: 2.2rem;
  }

  .faq-grid[data-astro-cid-oej3gxpp] .section-heading[data-astro-cid-oej3gxpp] h2[data-astro-cid-oej3gxpp] {
    max-width: 18ch;
  }

  .desktop-break[data-astro-cid-oej3gxpp] {
    display: none;
  }
}

@media (width <= 420px) {
  .hero-secondary[data-astro-cid-oej3gxpp] {
    font-size: .79rem;
  }

  .hero-actions[data-astro-cid-oej3gxpp] {
    gap: .9rem;
  }

  .hero-actions[data-astro-cid-oej3gxpp] .button[data-astro-cid-oej3gxpp] {
    padding-inline: 1.2rem;
  }

  .benefit[data-astro-cid-oej3gxpp] {
    padding: 1.5rem;
  }

  .benefit-phone[data-astro-cid-oej3gxpp] {
    padding-bottom: 0;
    padding-right: 1rem;
  }

  .benefit-phone[data-astro-cid-oej3gxpp] h3[data-astro-cid-oej3gxpp] {
    font-size: 1.4rem;
  }

  .benefit-phone[data-astro-cid-oej3gxpp] > img[data-astro-cid-oej3gxpp] {
    height: 290px;
    width: 37%;
  }

  .benefit[data-astro-cid-oej3gxpp] p[data-astro-cid-oej3gxpp] {
    font-size: .81rem;
  }

  .benefit-clarity[data-astro-cid-oej3gxpp], .benefit-ownership[data-astro-cid-oej3gxpp] {
    gap: 1rem;
  }

  .clarity-type[data-astro-cid-oej3gxpp], .ownership-symbol[data-astro-cid-oej3gxpp] {
    font-size: 2rem;
  }

  .process-list[data-astro-cid-oej3gxpp] li[data-astro-cid-oej3gxpp] {
    grid-template-columns: 2rem 1fr;
    gap: 1rem;
  }

  .process-count[data-astro-cid-oej3gxpp] {
    width: 2rem;
    height: 2rem;
  }
}
