.best-post-shell {
  width: min(100%, var(--spark-visible-content-max));
  max-width: var(--spark-visible-content-max);
  margin: 0 auto;
  padding: 0 0 0.75rem;
}
.best-post-header {
  max-width: 50rem;
  margin: 0 auto;
}
.legal-post-header {
  margin-bottom: 1rem;
}
.best-post-breadcrumb {
  display: inline-flex;
  align-items: center;
  color: #b91c1c !important;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
}
.best-post-title {
  margin: 0.55rem 0 0;
  color: #111827;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.best-post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0.5rem;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.45;
}
.best-post-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-top: 0.8rem;
}
.legal-post-subhead {
  justify-content: flex-start;
}
.best-post-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.38rem;
}
.best-post-share-link {
  display: inline-flex;
  appearance: none;
  align-items: center;
  justify-content: center;
  inline-size: 2rem;
  block-size: 2rem;
  padding: 0;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #ffffff;
  color: #475569 !important;
  cursor: pointer;
  font: inherit;
  flex: 0 0 auto;
  transition: border-color 150ms ease, color 150ms ease, transform 150ms ease;
}
.best-post-share-link svg {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
}
.best-post-share-link:hover,
.best-post-share-link:focus-visible {
  border-color: rgba(185, 28, 28, 0.35);
  color: #b91c1c !important;
  transform: translateY(-1px);
}
.best-post-hero {
  margin: 1.1rem auto 0;
  max-width: 50rem;
}
.best-post-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 2.05 / 1;
  object-fit: cover;
  border-radius: 0.85rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}
.best-post-excerpt {
  max-width: 50rem;
  margin: 1.1rem auto 0;
  padding: 0;
}
.best-post-excerpt blockquote {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-left: 3px solid rgba(20, 184, 166, 0.95);
  border-radius: 0.75rem;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 41, 59, 0.95) 52%, rgba(15, 118, 110, 0.9) 100%);
  color: #e5edf6;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
  font-size: 0.98rem;
  line-height: 1.66;
}
.best-post-excerpt blockquote strong,
.best-post-excerpt blockquote a {
  color: #f8fafc !important;
}
.best-post-excerpt blockquote p {
  margin: 0;
}
.best-post-content {
  max-width: 50rem;
  margin-top: 1.25rem !important;
}
.legal-post-content {
  margin-top: 0 !important;
}
.legal-post-content > :first-child {
  margin-top: 0 !important;
}
.best-post-content h2,
.best-post-content h3,
.best-post-content h4 {
  margin: 1.5rem 0 0.7rem;
  color: #111827;
  line-height: 1.2;
  font-weight: 700;
}
.best-post-content h2 {
  font-size: clamp(1.28rem, 2vw, 1.72rem);
}
.best-post-content h3 {
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
}
.best-post-content p,
.best-post-content li {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.68;
}
.best-post-content p {
  margin: 0.8rem 0 0;
}
.best-post-content ul,
.best-post-content ol {
  margin: 0.75rem 0 0;
  padding-left: 1.35rem;
}
.best-post-content li + li {
  margin-top: 0.35rem;
}
.best-post-content blockquote {
  margin: 1.2rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 3px solid rgba(185, 28, 28, 0.8);
  background: rgba(255, 247, 245, 0.84);
  color: #475569;
  border-radius: 0.75rem;
}
.best-post-content blockquote p {
  margin: 0;
}
.best-post-content em {
  color: #64748b;
}
.best-post-next {
  max-width: 50rem;
  margin: 1.55rem auto 0;
  padding: 0.95rem 1rem;
  border-radius: 0.85rem;
  background: #fffbeb;
  border: 1px solid rgba(245, 158, 11, 0.24);
}
.best-post-next-label {
  display: block;
  color: #92400e;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.best-post-next-link {
  display: inline-block;
  margin-top: 0.22rem;
  color: #111827 !important;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
}
.best-post-related-section {
  max-width: 54rem;
  margin: 2rem auto 0;
}
.best-post-related-header {
  margin-bottom: 0.9rem;
}
.best-post-related-header h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
}
.best-post-related-track {
  gap: 0.75rem;
  padding-bottom: 0.25rem;
}
.best-post-related-card {
  flex: 0 0 11.75rem;
}
.best-post-related-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  color: inherit !important;
}
.best-post-related-media {
  display: block;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
  border-radius: 0.9rem;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}
.best-post-related-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.best-post-related-eyebrow {
  margin-top: 0.65rem;
  color: #b91c1c;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.best-post-related-title {
  margin-top: 0.24rem;
  color: #1f2937;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.42;
}
.best-post-related-shell .highlighted-carousel-button {
  top: 4.3rem;
}
.our-story-page {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.our-story-hero-surface {
  padding: clamp(1.25rem, 2.5vw, 2rem) clamp(0.85rem, 2vw, 1.5rem);
}
.our-story-heading-group {
  position: relative;
  z-index: 1;
  width: min(100%, var(--spark-visible-content-max));
  margin: 0 auto;
  text-align: center;
}
.our-story-title {
  animation: ourStoryFadeUp 580ms ease both;
}
.our-story-title-line-secondary {
  animation: ourStoryFadeUp 580ms ease both 120ms;
}
.our-story-hero .page-hero-rule {
  animation: ourStoryFadeUp 580ms ease both 200ms;
}
.our-story-body {
  margin-top: 0;
  padding-inline: 0;
}
.our-story-surface {
  padding: clamp(1.2rem, 2.3vw, 2.25rem);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
}
.our-story-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.our-story-copy,
.our-story-founder-card {
  min-width: 0;
}
.our-story-copy {
  order: 1;
  max-width: 44rem;
}
.our-story-founder-card {
  order: 0;
  max-width: 24rem;
  justify-self: end;
}
.our-story-paragraph {
  margin: 0;
  color: #334155;
  font-size: 1rem;
  line-height: 1.78;
}
.our-story-paragraph + .our-story-paragraph {
  margin-top: 1rem;
}
.our-story-paragraph strong {
  color: #0f172a;
  font-weight: 700;
}
.our-story-signature {
  margin-top: 1.6rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(203, 213, 225, 0.85);
}
.our-story-signature-name {
  margin: 0;
  color: #111827;
  font-size: 1.1rem;
  font-weight: 800;
}
.our-story-signature-role {
  margin: 0.3rem 0 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}
.our-story-signature-role strong {
  color: #0f172a;
}
.our-story-founder-image-wrap {
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
}
.our-story-founder-image {
  display: block;
  width: 100%;
  height: auto;
}
.product-page {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.product-hero-surface {
}
.product-hero-copy {
  width: min(100%, 68rem);
}
.product-hero-title .page-hero-title-line {
  display: inline;
}
.product-hero-title .page-hero-title-line + .page-hero-title-line {
  margin-top: 0;
}
.product-hero-lede {
  max-width: 62rem;
}
.product-hero .page-hero-rule {
  width: min(100%, 7.5rem);
}
.product-overview,
.product-faq {
  padding-inline: 0;
}
.product-surface {
  padding: clamp(1.2rem, 2.3vw, 2.25rem);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
}
.product-overview-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.product-main,
.product-plan-card {
  min-width: 0;
}
.product-intro {
  color: #334155;
}
.product-intro p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.78;
}
.product-intro p + p {
  margin-top: 1rem;
}
.product-intro strong,
.product-pos-copy strong,
.product-faq-answer strong {
  color: #0f172a;
}
.product-section-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.24rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.product-pos {
  margin-top: 1.65rem;
}
.product-pos-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-pos-card {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 4rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}
.product-pos-card:hover,
.product-pos-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(15, 118, 110, 0.32);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}
.product-pos-card img {
  display: block;
  max-width: min(100%, 9rem);
  height: 2rem;
  object-fit: contain;
}
.product-pos-copy {
  margin-top: 1rem;
  color: #475569;
}
.product-pos-copy p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.65;
}
.launch-rename-note {
  margin: 0.78rem 0 0;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.55;
  font-style: italic;
}
.launch-rename-note .brand-name {
  font-style: normal;
}
.product-plan-card-shell {
  padding: clamp(1.2rem, 2vw, 1.7rem);
  border: 1px solid rgba(185, 28, 28, 0.14);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}
.product-plan-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}
.product-plan-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1rem;
  background: rgba(15, 118, 110, 0.08);
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.12);
}
.product-plan-summary-copy {
  min-width: 0;
}
.product-plan-icon {
  width: 2.4rem;
  height: auto;
}
.product-plan-title {
  margin: 0;
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.product-plan-price {
  margin-top: 0.45rem;
  color: #b91c1c;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}
.product-plan-price strong {
  font-weight: 800;
}
.product-plan-copy {
  margin-top: 0.85rem;
  color: #475569;
}
.product-plan-copy p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
}
.product-plan-includes {
  margin: 1.25rem 0 0.85rem;
  color: #0f172a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-plan-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-plan-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}
.product-plan-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.1rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
}
.product-plan-check svg {
  width: 0.95rem;
  height: 0.95rem;
}
.product-plan-feature-text {
  color: #334155;
  font-size: 0.97rem;
  line-height: 1.55;
}
.product-plan-feature-text strong {
  color: #0f172a;
}
.product-faq {
  margin-top: 1.25rem;
}
.product-faq-header {
  margin-bottom: 1rem;
}
.product-faq-intro {
  color: #475569;
}
.product-faq-intro p {
  margin: 0.55rem 0 0;
  font-size: 1rem;
  line-height: 1.6;
}
.product-faq-list {
  display: grid;
  gap: 0.9rem;
}
.product-faq-item {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}
.product-faq-question {
  margin: 0;
}
.product-faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border: 0;
  background: transparent;
  color: #0f172a;
  text-align: left;
  font: inherit;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}
.product-faq-trigger:hover,
.product-faq-trigger:focus-visible {
  background: rgba(248, 250, 252, 0.96);
}
.product-faq-title {
  font-size: 1rem;
}
.product-faq-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  color: #64748b;
  transition: transform 180ms ease, color 180ms ease;
}
.product-faq-chevron svg {
  width: 1rem;
  height: 1rem;
}
.product-faq-item.is-open .product-faq-chevron {
  color: #b91c1c;
  transform: rotate(180deg);
}
.product-faq-panel {
  padding: 0 1.2rem 1.15rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}
.product-faq-answer {
  color: #475569;
}
.product-faq-answer p {
  margin: 0.85rem 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
}
.product-faq-answer p:first-child {
  margin-top: 0.95rem;
}
.help-center-page {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.help-center-hero-surface {
}
.help-center-hero-copy {
  width: min(100%, 60rem);
}
.help-center-hero .page-hero-rule {
  width: min(100%, 7.5rem);
}
.help-center-listing {
  padding-inline: 0;
}
.help-center-surface {
  padding: clamp(1.2rem, 2.3vw, 2.25rem);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
}
.help-center-cards {
  display: grid;
  gap: 1rem;
}
.help-center-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.help-center-card-media-link {
  display: block;
}
.help-center-card-media {
  display: block;
  overflow: hidden;
  border-radius: 1.05rem;
  background: #f8fafc;
}
.help-center-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
}
.help-center-card-body {
  min-width: 0;
}
.help-center-card-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.18rem, 1.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.help-center-card-title a {
  color: inherit;
}
.help-center-card-title a:hover,
.help-center-card-title a:focus-visible {
  color: #0f766e;
}
.help-center-card-excerpt {
  margin: 0.72rem 0 0;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.62;
  display: -webkit-box;
  min-height: 4.86em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.help-center-card-readmore {
  display: inline-flex;
  margin-top: 0.9rem;
  color: #b91c1c;
  font-size: 0.95rem;
  font-weight: 700;
}
.help-center-card-readmore:hover,
.help-center-card-readmore:focus-visible {
  color: #991b1b;
}
.integration-page {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.integration-hero-surface {
}
.integration-hero-copy {
  width: min(100%, 68rem);
}
.integration-hero-lede {
  max-width: 58rem;
}
.integration-hero .page-hero-rule {
  width: min(100%, 7.5rem);
}
.integration-body {
  padding-inline: 0;
}
.integration-surface {
  padding: clamp(1.2rem, 2.3vw, 2.25rem);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
}
.integration-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
.integration-main,
.integration-benefits-card {
  min-width: 0;
}
.integration-intro {
  color: #334155;
}
.integration-intro p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.78;
}
.integration-intro p + p {
  margin-top: 1rem;
}
.integration-intro strong,
.integration-benefit-text strong {
  color: #0f172a;
}
.integration-marketplace {
  margin-top: 1.55rem;
}
.integration-marketplace-label {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  max-width: none;
  text-wrap: pretty;
}
.integration-marketplace-store {
  display: inline-flex;
  min-width: min(100%, 17rem);
  align-items: center;
  justify-content: center;
  margin-top: 0.95rem;
  padding: 1rem 1.35rem;
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}
.integration-marketplace-store:hover,
.integration-marketplace-store:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(15, 118, 110, 0.32);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.11);
}
.integration-marketplace-store img {
  display: block;
  max-width: min(100%, 10rem);
  height: 2rem;
  object-fit: contain;
}
.integration-marketplace-note {
  max-width: 28rem;
}
.integration-benefits {
  margin-top: 0;
}
.integration-benefits-card {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 250, 252, 0.98) 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}
.integration-section-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.24rem, 2vw, 1.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.integration-benefits-list {
  display: grid;
  gap: 0.72rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.integration-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0;
}
.integration-benefit + .integration-benefit {
  padding-top: 0.72rem;
  border-top: 1px solid rgba(226, 232, 240, 0.88);
}
.integration-benefit-check {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
}
.integration-benefit-check svg {
  width: 0.95rem;
  height: 0.95rem;
}
.integration-benefit-text {
  color: #334155;
  font-size: 0.97rem;
  line-height: 1.58;
}
@keyframes ourStoryFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .our-story-title,
  .our-story-title-line-secondary,
  .our-story-hero .page-hero-rule {
    animation: none !important;
  }
}
.home-hero-section {
  margin-bottom: 3rem;
}
.home-hero-heading {
  margin-bottom: 1.9rem;
}
.home-hero-title {
  margin: 0;
  color: #111827;
  font-size: clamp(2.1rem, 4.25vw, 42px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.home-hero-rotator {
  display: inline-flex;
  align-items: baseline;
  color: #b91c1c;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 240ms ease, transform 240ms ease;
}
.home-hero-rotator.is-fading-out {
  opacity: 0;
  transform: translateY(0.18em);
}
.home-hero-rule {
  display: block;
  height: 2px;
  margin-top: 1.15rem;
  background: linear-gradient(90deg, rgba(163, 24, 24, 0.95), rgba(163, 24, 24, 0.6));
}
.home-hero-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.home-hero-copy {
  display: grid;
  gap: 2rem;
  position: relative;
  z-index: 2;
}
.home-hero-feature {
  max-width: 30rem;
}
.home-hero-feature + .home-hero-feature {
  padding-top: 1.9rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}
.home-hero-feature-title {
  margin: 0;
  color: #111827;
  font-size: clamp(1.7rem, 2.8vw, 32px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.home-hero-feature-title strong {
  color: #b91c1c;
  font-weight: 700;
}
.home-hero-feature-body {
  margin-top: 0.85rem;
  color: #1f2937;
  font-size: clamp(1.02rem, 1.55vw, 1.16rem);
  line-height: 1.44;
}
.home-hero-feature-body p {
  margin: 0;
}
.home-hero-feature-body p + p {
  margin-top: 0.55rem;
}
.home-hero-feature-body strong {
  font-weight: 700;
}
.home-hero-feature-note {
  margin: 0.85rem 0 0;
  color: #475569;
  font-size: clamp(0.98rem, 1.25vw, 1.06rem);
  line-height: 1.4;
  font-style: italic;
}
.home-hero-feature-note a {
  color: #b91c1c;
}
.home-hero-feature-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.15rem;
  min-height: 3.1rem;
  padding: 0.82rem 1.55rem;
  border-radius: 0.75rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}
.home-hero-feature-cta-dark {
  background: #1f2937;
}
.home-hero-feature-cta-dark:hover,
.home-hero-feature-cta-dark:focus-visible {
  background: #111827;
}
.home-hero-feature-cta-accent {
  background: var(--spark-accent);
}
.home-hero-feature-cta-accent:hover,
.home-hero-feature-cta-accent:focus-visible {
  background: #0d9488;
}
.home-hero-media {
  position: relative;
  min-height: 35.5rem;
  isolation: isolate;
  z-index: 1;
}
.home-hero-main-visual {
  position: absolute;
  inset: 3.45rem 0.3rem 0.55rem 0.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  --home-hero-fade-size: 14%;
  --home-hero-fade-alpha: 0.94;
  z-index: 1;
}
.home-hero-main-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, var(--home-hero-fade-alpha)) 0%, rgba(255, 255, 255, 0) var(--home-hero-fade-size)),
    linear-gradient(270deg, rgba(255, 255, 255, var(--home-hero-fade-alpha)) 0%, rgba(255, 255, 255, 0) var(--home-hero-fade-size)),
    linear-gradient(180deg, rgba(255, 255, 255, var(--home-hero-fade-alpha)) 0%, rgba(255, 255, 255, 0) var(--home-hero-fade-size)),
    linear-gradient(0deg, rgba(255, 255, 255, var(--home-hero-fade-alpha)) 0%, rgba(255, 255, 255, 0) var(--home-hero-fade-size));
}
.home-hero-main-visual img {
  display: block;
  width: min(100%, 34.5rem);
  max-width: 100%;
  height: auto;
}
.home-hero-bubble {
  position: absolute;
  z-index: 2;
  width: clamp(11.25rem, 20vw, 15.25rem);
  animation: homeHeroBubbleFloat 7s ease-in-out infinite, homeHeroBubblePulse 4.2s ease-in-out infinite;
  animation-delay: var(--hero-bubble-delay), var(--hero-bubble-delay);
}
.home-hero-bubble-card {
  position: relative;
  padding: 1.45rem 0.9rem 0.82rem;
  border: 2px solid rgba(31, 41, 55, 0.4);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.14);
  text-align: center;
}
.home-hero-bubble-badge {
  position: absolute;
  top: -1.1rem;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  transform: translateX(-50%);
  padding: 0.3rem;
  overflow: hidden;
  border: 2px solid #111827;
  border-radius: 9999px;
  background: #ffffff;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}
.home-hero-bubble-badge-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.home-hero-bubble-copy {
  display: block;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.14;
}
.home-hero-bubble-lead,
.home-hero-bubble-emphasis {
  display: block;
}
.home-hero-bubble-emphasis {
  color: #111827;
  font-weight: 700;
}
.home-hero-bubble-1 {
  top: 0.55rem;
  left: 0.35rem;
}
.home-hero-bubble-2 {
  bottom: 4.35rem;
  left: 0.15rem;
  width: clamp(11rem, 18vw, 12.9rem);
}
.home-hero-bubble-3 {
  top: 10.25rem;
  right: 0.7rem;
  width: clamp(11.5rem, 18.4vw, 13.7rem);
}
.home-hero-bubble-4 {
  top: -0.05rem;
  right: 1.7rem;
}
.home-hero-bubble-5 {
  right: 1rem;
  bottom: -0.1rem;
  width: clamp(11.4rem, 18.8vw, 13.6rem);
}
@keyframes homeHeroBubbleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes homeHeroBubblePulse {
  0%,
  100% {
    filter: drop-shadow(0 18px 28px rgba(15, 23, 42, 0.12));
  }
  50% {
    filter: drop-shadow(0 24px 34px rgba(15, 23, 42, 0.18));
  }
}
.highlighted-carousel-section {
  margin-block: 2.75rem;
}
.home-section-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}
.home-section-header h2 {
  margin: 0;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  color: #111827;
}
.home-section-rule {
  flex: 1 1 auto;
  height: 2px;
  background: linear-gradient(90deg, rgba(163, 24, 24, 0.95), rgba(163, 24, 24, 0.65));
}
.highlighted-carousel-shell {
  position: relative;
  min-width: 0;
}
.highlighted-carousel-track {
  display: flex;
  gap: 0.875rem;
  overflow-x: auto;
  min-width: 0;
  padding: 0.125rem 0 0.75rem;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.highlighted-carousel-track::-webkit-scrollbar {
  display: none;
}
.highlighted-carousel-card {
  flex: 0 0 calc(100% - 4rem);
  min-width: 0;
  scroll-snap-align: start;
}
.highlighted-carousel-card-link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}
.highlighted-carousel-card-link:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.35);
  outline-offset: 6px;
  border-radius: 0.5rem;
}
.highlighted-carousel-card-media {
  display: block;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.highlighted-carousel-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 180ms ease;
}
.highlighted-carousel-card-link:hover .highlighted-carousel-card-media img,
.highlighted-carousel-card-link:focus-visible .highlighted-carousel-card-media img {
  transform: scale(1.015);
}
.highlighted-carousel-card-title {
  margin: 0.875rem 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.24;
  overflow-wrap: break-word;
  word-break: normal;
}
.highlighted-carousel-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  pointer-events: none;
  transition: opacity 150ms ease;
}
.highlighted-carousel-fade-left {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.35) 70%, rgba(255, 255, 255, 0) 100%);
}
.highlighted-carousel-fade-right {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.35) 70%, rgba(255, 255, 255, 0) 100%);
}
.highlighted-carousel-section.is-at-start .highlighted-carousel-fade-left,
.highlighted-carousel-section.is-at-end .highlighted-carousel-fade-right {
  opacity: 0.24;
}
.highlighted-carousel-button {
  position: absolute;
  top: 4rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}
.highlighted-carousel-button:hover:not(:disabled),
.highlighted-carousel-button:focus-visible:not(:disabled) {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}
.highlighted-carousel-button:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.3);
  outline-offset: 3px;
}
.highlighted-carousel-button:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.highlighted-carousel-button svg {
  width: 1.2rem;
  height: 1.2rem;
}
.highlighted-carousel-button-prev {
  left: 0.35rem;
}
.highlighted-carousel-button-next {
  right: 0.35rem;
}
.best-practices-page {
  width: min(100%, var(--spark-visible-content-max));
  margin: 0 auto 1.5rem;
}
@media (min-width: 900px) {
  .our-story-grid {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    gap: 2.5rem;
  }
  .our-story-copy,
  .our-story-founder-card {
    order: 0;
  }
  .product-overview-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.35rem;
  }
  .help-center-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .integration-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 699px) {
  .our-story-title {
    font-size: 1.3rem;
    line-height: 1.08;
  }
  .our-story-hero-surface {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .our-story-title .page-hero-title-line {
    white-space: nowrap;
  }
  .our-story-surface {
    border-radius: 1.4rem;
  }
  .product-hero-title {
    font-size: 1.3rem;
    line-height: 1.08;
  }
  .product-hero-title .page-hero-title-line {
    display: inline;
    white-space: normal;
  }
  .product-pos-grid {
    grid-template-columns: 1fr;
  }
  .product-surface,
  .product-plan-card-shell,
  .help-center-surface {
    border-radius: 1.4rem;
  }
  .product-plan-summary {
    gap: 0.85rem;
  }
  .product-plan-icon-wrap {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
  }
  .product-plan-icon {
    width: 2.15rem;
  }
  .product-faq-trigger {
    padding: 1rem;
  }
  .product-faq-panel {
    padding: 0 1rem 1rem;
  }
  .help-center-card {
    padding: 0.85rem;
    border-radius: 1.2rem;
  }
  .help-center-card-media {
    border-radius: 0.95rem;
  }
  .integration-hero-title {
    font-size: 1.45rem;
    line-height: 1.08;
  }
  .integration-surface,
  .integration-benefits-card {
    border-radius: 1.4rem;
  }
  .integration-marketplace-store {
    width: 100%;
    min-width: 0;
  }
  .integration-marketplace-app {
    width: 3.55rem;
    height: 3.55rem;
    border-radius: 1rem;
  }
  .integration-marketplace-app img {
    width: 2.45rem;
    height: 2.45rem;
  }
}
.best-practices-hero {
  margin-bottom: 1.35rem;
}
.best-practices-hero-banner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.best-practices-hero .page-hero-copy {
  width: min(100%, 60rem);
  max-width: 60rem;
}
.best-practices-hero-title {
  color: #1f2937;
  text-wrap: pretty;
}
.best-practices-hero-title strong {
  color: #b91c1c;
  font-weight: 800;
}
.best-practices-hero-copy {
  color: #334155;
}
.best-practices-hero .page-hero-rule {
  width: min(100%, 7.5rem);
}
.best-practices-group-description a {
  color: #b91c1c;
}
.best-practices-groups {
  display: grid;
  gap: 1rem;
}
.best-practices-group {
  border: 1.5px solid rgba(185, 28, 28, 0.92);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(127, 29, 29, 0.06);
  overflow: hidden;
}
.best-practices-group-heading {
  margin: 0;
}
.best-practices-group-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.95rem 1rem 0.85rem;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.best-practices-group-trigger:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.3);
  outline-offset: -3px;
}
.best-practices-group-title {
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  font-weight: 400;
  line-height: 1.14;
  color: #111827;
}
.best-practices-group-chevron {
  display: flex;
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
  color: #111827;
  transition: transform 180ms ease;
}
.best-practices-group-chevron svg {
  width: 100%;
  height: 100%;
}
.best-practices-group.is-open .best-practices-group-chevron {
  transform: rotate(180deg);
}
.best-practices-group-panel {
  min-width: 0;
  padding: 0 1rem 1rem;
}
.best-practices-group-inner {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
}
.best-practices-group-description {
  color: #374151;
  font-size: clamp(0.89rem, 0.92vw, 1rem);
  line-height: 1.42;
  width: 100%;
  min-width: 0;
}
.best-practices-group-description p {
  margin: 0;
}
.best-practices-group-description p + p {
  margin-top: 0.7rem;
}
.best-practices-carousel {
  margin-block: 0;
  width: 100%;
  min-width: 0;
}
.best-practices-carousel-track {
  gap: 0.8rem;
  padding: 0.0625rem 0 0.125rem;
}
.best-practices-carousel .best-practices-article-card {
  flex: 0 0 min(15rem, calc(100% - 1rem));
}
.best-practices-article-card-shell {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1.5px solid rgba(185, 28, 28, 0.9);
  border-radius: 1.2rem;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}
.best-practices-article-media-link {
  display: block;
}
.best-practices-article-media-link:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.3);
  outline-offset: -3px;
}
.best-practices-article-media {
  display: block;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
  background: #f8fafc;
}
.best-practices-article-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}
.best-practices-article-media-link:hover .best-practices-article-media img,
.best-practices-article-media-link:focus-visible .best-practices-article-media img {
  transform: scale(1.02);
}
.best-practices-article-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.8rem 0.82rem 0.9rem;
}
.best-practices-article-title {
  margin: 0;
  color: #111827;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.34;
}
.best-practices-article-title a {
  color: inherit;
}
.best-practices-article-description {
  margin: 0;
  color: #334155;
  font-size: 0.8rem;
  line-height: 1.42;
  display: -webkit-box;
  min-height: 4.6em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.best-practices-article-readmore {
  margin-top: auto;
  align-self: flex-start;
  color: #b91c1c !important;
  font-size: 0.82rem;
  font-weight: 800;
}
.best-practices-carousel-shell .highlighted-carousel-button {
  top: 50%;
  width: 3.25rem;
  height: 3.25rem;
}
.best-practices-carousel-shell .highlighted-carousel-button svg {
  width: 1.55rem;
  height: 1.55rem;
}
.best-practices-carousel-shell {
  width: 100%;
  min-width: 0;
}
.app-works-section {
  margin-block: 3rem;
}
.app-works-grid {
  display: grid;
  gap: 1rem;
}
.app-works-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 1.25rem 1.15rem 1.2rem;
  border: 2px solid #b91c1c;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #fff7f2 0%, #fff2ea 100%);
  box-shadow: 0 16px 38px rgba(127, 29, 29, 0.08);
}
.app-works-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: clamp(2rem, 8vw, 42px);
  height: clamp(2rem, 8vw, 42px);
  margin-bottom: 0.75rem;
  color: #0f8b94;
}
.app-works-card-icon svg {
  width: 100%;
  height: 100%;
}
.app-works-card-icon svg.app-works-icon-bulb {
  width: 86%;
  height: 86%;
}
.app-works-card-icon svg.app-works-icon-refresh {
  width: 86%;
  height: 86%;
}
.app-works-card-title {
  margin: 0 0 0.75rem;
  color: #b91c1c;
  font-size: clamp(1.05rem, 2.8vw, 20px);
  font-weight: 700;
  line-height: 1.16;
}
.app-works-card-body {
  color: #334155;
  font-size: clamp(0.9375rem, 2.4vw, 16px);
  line-height: 1.42;
}
.app-works-card-body p {
  margin: 0;
}
.app-works-card-body p + p {
  margin-top: 1rem;
}
.app-works-card-body a {
  color: #991b1b;
  text-decoration-color: rgba(153, 27, 27, 0.65);
}
.app-works-card-body strong {
  color: #7f1d1d;
}
.integrations-section {
  margin-block: 3rem;
}
.integrations-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
}
.integrations-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.integrations-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.integrations-logo-link img {
  display: block;
  width: auto;
  max-width: min(7.35rem, 18.2vw);
  height: clamp(1.225rem, 2.66vw, 1.89rem);
  object-fit: contain;
}
.customer-reviews-section {
  margin-block: 3rem;
}
.customer-reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem 2rem;
  align-items: start;
}
.customer-review-card {
  min-width: 0;
}
.customer-review-card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-align: center;
}
.customer-review-card-link:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.3);
  outline-offset: 8px;
  border-radius: 1rem;
}
.customer-review-logo-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(4.9rem, 12.6vw, 7.35rem);
  margin-bottom: 0.7rem;
}
.customer-review-logo-link img {
  display: block;
  width: auto;
  max-width: min(12rem, 70%);
  max-height: clamp(6rem, 16vw, 9.5rem);
  object-fit: contain;
}
.customer-review-title {
  margin: 0;
  max-width: 15rem;
  color: #1f2937;
  font-size: clamp(1.05rem, 1.75vw, 1.4rem);
  font-weight: 400;
  line-height: 1.02;
}
.customer-review-body {
  margin-top: 1.25rem;
  max-width: 19rem;
  color: #374151;
  font-size: clamp(1rem, 1.6vw, 16px);
  line-height: 1.22;
  font-style: italic;
}
.customer-review-body p {
  margin: 0;
}
.customer-review-body p + p {
  margin-top: 1.15rem;
}
.customer-review-body strong {
  font-weight: 700;
}
.home-closing-section {
  margin-top: 3rem;
}
.home-closing-surface {
  border: 1px solid #d3e7f2;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #e8f7ff 0%, #def1fb 100%);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}
.home-closing-layout {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.home-closing-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  min-width: 0;
}
.home-closing-copy {
  max-width: 34rem;
  color: #1f2937;
  text-align: center;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  line-height: 1.24;
}
.home-closing-copy p {
  margin: 0;
}
.home-closing-copy p + p {
  margin-top: 1rem;
}
.home-closing-copy em {
  font-style: italic;
}
.home-closing-copy strong {
  font-weight: 700;
}
.home-closing-actions {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.home-closing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.55rem;
  border-radius: 0.75rem;
  background: var(--spark-accent);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(15, 139, 148, 0.24);
}
.home-closing-cta:hover,
.home-closing-cta:focus-visible {
  background: #0d9488;
}
.home-closing-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home-closing-visual img {
  display: block;
  width: min(100%, 34rem);
  height: auto;
}
.home-closing-quote-card {
  position: relative;
  min-width: 0;
  padding: 2.5rem 1.5rem 1.5rem;
  border: 1px solid rgba(15, 139, 148, 0.42);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}
.home-closing-founder-photo {
  display: block;
  width: 5.25rem;
  height: 5.25rem;
  margin: 0 auto 1.35rem;
  border-radius: 9999px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}
.home-closing-quote-text {
  border-left: 5px solid #b91c1c;
  padding-left: 1.1rem;
  color: #4b5563;
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  line-height: 1.42;
}
.home-closing-quote-text p {
  margin: 0;
}
.home-closing-quote-text p + p {
  margin-top: 1.15rem;
}
.home-closing-quote-text strong {
  color: #374151;
  font-weight: 700;
}
.home-closing-founder-meta {
  margin-top: 1.5rem;
  padding-left: calc(1.1rem + 5px);
}
.home-closing-founder-name {
  margin: 0;
  color: #1f2937;
  font-size: 0.94rem;
  font-weight: 700;
}
.home-closing-founder-role {
  margin: 0.25rem 0 0;
  color: #6b7280;
  font-size: 0.88rem;
}
.home-closing-founder-role strong {
  color: #b91c1c;
}
@media (min-width: 640px) {
  .site-main {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .site-header-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .site-nav-mobile-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .best-practices-group-trigger {
    padding: 1rem 1.15rem 0.9rem;
  }
  .best-practices-group-panel {
    padding: 0 1.15rem 1.1rem;
  }
  .home-hero-feature {
    max-width: 31rem;
  }
  .highlighted-carousel-track {
    gap: 1rem;
  }
  .highlighted-carousel-card {
    flex-basis: 15rem;
  }
  .best-practices-carousel .best-practices-article-card {
    flex-basis: 15.5rem;
  }
  .highlighted-carousel-fade {
    width: 2.25rem;
  }
  .app-works-card {
    padding: 1.35rem 1.3rem 1.3rem;
  }
  .customer-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.75rem 2.25rem;
  }
  .home-closing-quote-card {
    padding: 2.75rem 1.8rem 1.8rem;
  }
}
@media (min-width: 768px) {
  .best-practices-groups {
    gap: 1.1rem;
  }
  .home-hero-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 2.5rem;
  }
  .home-hero-copy {
    padding-top: 0.75rem;
  }
  .app-works-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-closing-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .site-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .site-nav-desktop {
    gap: 1.25rem;
    font-size: 0.92rem;
  }
  .site-nav-desktop-links {
    gap: 0.9rem;
  }
  .best-practices-carousel .best-practices-article-card {
    flex-basis: 16rem;
  }
  .best-practices-carousel-track {
    gap: 0.9rem;
  }
  .site-nav-mobile-toggle {
    display: none !important;
  }
  .site-nav-desktop {
    display: flex !important;
  }
  .site-nav-mobile-panel {
    display: none !important;
  }
  .home-hero-layout {
    gap: 3rem;
  }
  .highlighted-carousel-track {
    gap: 1.25rem;
  }
  .highlighted-carousel-card {
    flex-basis: 14rem;
  }
  .highlighted-carousel-fade {
    width: 2.75rem;
  }
  .customer-reviews-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem 2.5rem;
  }
  .home-closing-layout {
    gap: 2.5rem;
  }
  .home-closing-quote-card {
    padding: 3rem 2rem 2rem;
  }
}
@media (min-width: 1180px) {
  .site-header-inner {
    max-width: calc(var(--spark-visible-content-max) + 4rem);
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .site-nav-desktop {
    gap: 1.75rem;
    font-size: 1rem;
  }
  .site-nav-desktop-links {
    gap: 1.2rem;
  }
}
@media (min-width: 1360px) {
  .site-nav-desktop {
    gap: 2rem;
    font-size: 1.08rem;
  }
  .site-nav-desktop-links {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 10.5rem;
  }
  .best-post-shell {
    padding-bottom: 0.5rem;
  }
  .best-post-title {
    font-size: 1.8rem;
  }
  .best-post-meta {
    font-size: 0.86rem;
  }
  .best-post-subhead {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .best-post-share {
    gap: 0.42rem;
  }
  .best-post-share-link {
    inline-size: 1.9rem;
    block-size: 1.9rem;
  }
  .best-post-share-link svg {
    width: 0.9rem;
    height: 0.9rem;
  }
  .best-post-hero img {
    aspect-ratio: 1.55 / 1;
    border-radius: 0.75rem;
  }
  .best-post-content p,
  .best-post-content li {
    font-size: 0.96rem;
  }
  .best-post-related-header h2 {
    font-size: 1.15rem;
  }
  .site-footer-inner {
    padding-top: 1.3125rem;
    padding-bottom: 1.5rem;
  }
  .site-footer-copyright {
    font-size: 0.75rem;
  }
  .site-footer-links {
    gap: 0.5625rem 1.5rem;
  }
  .home-hero-heading {
    margin-bottom: 1.5rem;
  }
  .home-hero-title {
    font-size: clamp(1.28125rem, 7.5vw, 1.875rem);
    line-height: 1.06;
  }
  .home-hero-rotator {
    white-space: normal;
    min-width: 0 !important;
  }
  .home-hero-copy {
    gap: 1.55rem;
  }
  .home-hero-feature + .home-hero-feature {
    padding-top: 1.55rem;
  }
  .home-hero-feature-title {
    font-size: clamp(1.1875rem, 5.625vw, 1.5625rem);
  }
  .home-hero-media {
    min-height: 25rem;
    margin-top: 0.35rem;
  }
  .home-hero-main-visual {
    inset: 2.8rem 0.35rem 0.25rem;
    justify-content: center;
    --home-hero-fade-size: 16%;
  }
  .home-hero-main-visual img {
    width: min(100%, 25.75rem);
  }
  .home-hero-bubble {
    width: clamp(7.75rem, 39vw, 9.5rem);
  }
  .home-hero-bubble-card {
    padding: 1.15rem 0.72rem 0.7rem;
    border-radius: 0.9rem;
  }
  .home-hero-bubble-badge {
    top: -0.9rem;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0.24rem;
  }
  .home-hero-bubble-copy {
    font-size: 0.875rem;
    line-height: 1.12;
  }
  .home-hero-bubble-2,
  .home-hero-bubble-4 {
    display: none;
  }
  .home-hero-bubble-1 {
    top: 0.55rem;
    left: 0.35rem;
  }
  .home-hero-bubble-3 {
    top: 6.9rem;
    right: 0.35rem;
  }
  .home-hero-bubble-5 {
    right: 0.45rem;
    bottom: 0.15rem;
  }
  .highlighted-carousel-button {
    display: none;
  }
  .home-section-header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .integrations-row {
    gap: 0.875rem 1.15rem;
  }
  .integrations-logo-link img {
    max-width: min(6.3rem, 26.6vw);
    height: clamp(1.015rem, 4.2vw, 1.4rem);
  }
  .customer-review-title {
    max-width: 16rem;
  }
  .customer-review-body {
    max-width: 18rem;
  }
  .home-closing-quote-card {
    padding-top: 2.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero-rotator {
    transition: none;
  }
  .home-hero-bubble {
    animation: none;
  }
}
