/* Public product pages. Scoped so these editorial styles do not enter the app. */
.fp-page {
  --fp-ink: #142a36;
  --fp-muted: #5d6d74;
  --fp-accent: #2563eb;
  --fp-tint: #edf3fc;
  --fp-line: #dce4e6;
  color: var(--fp-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.fp-tone-teal {
  --fp-accent: #087c72;
  --fp-tint: #e8f3ef;
}
.fp-page * {
  box-sizing: border-box;
}
.fp-page a {
  text-decoration: none;
}
.fp-page a:focus-visible,
.fp-page summary:focus-visible {
  outline: 3px solid var(--fp-accent);
  outline-offset: 6px;
  border-radius: 4px;
}
.fp-shell {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
}
.fp-page h1,
.fp-page h2,
.fp-page h3,
.fp-page p,
.fp-page figure {
  margin: 0;
}
.fp-page h1 {
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 1.075;
  letter-spacing: -0.055em;
  font-weight: 600;
}
.fp-page h2 {
  font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.14;
  letter-spacing: -0.045em;
  font-weight: 600;
  text-wrap: balance;
}
.fp-page h3 {
  font-weight: 600;
  letter-spacing: -0.025em;
}
.fp-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fp-accent);
}
.fp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 48px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
.fp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px #142a3612;
}
.fp-button-primary {
  background: #183c43;
  color: #fff;
}
.fp-button-primary:hover {
  background: #0c292f;
}
.fp-button-light {
  background: #f5f8ed;
  color: #183c43;
}
.fp-button-light:hover {
  background: #fff;
}
.fp-button-outline {
  border-color: #ffffff60;
  color: #fff;
  background: transparent;
}
.fp-button-outline:hover {
  background: #ffffff10;
}
.fp-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.fp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--fp-ink);
  line-height: 1.5;
}
.fp-text-link:hover {
  color: var(--fp-accent);
}
.fp-hero {
  background: #fafbf8;
  padding: 30px 0 0;
  overflow: hidden;
}
.fp-breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #68777c;
  font-size: 11px;
}
.fp-breadcrumb a {
  color: inherit;
}
.fp-breadcrumb a:hover {
  color: var(--fp-accent);
}
.fp-hero-heading {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: end;
  padding: 48px 0 42px;
}
.fp-feature-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid var(--fp-line);
  border-radius: 7px;
  background: white;
  font-size: 12px;
}
.fp-hero h1 {
  margin-top: 20px;
}
.fp-hero h1 span {
  color: var(--fp-accent);
}
.fp-hero-intro {
  padding-bottom: 3px;
}
.fp-hero-intro > p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--fp-muted);
  max-width: 420px;
}
.fp-hero-intro .fp-actions {
  margin-top: 25px;
}
.fp-hero-stage {
  position: relative;
  padding: 18px 50px 0;
  border: 1px solid #d5e3de;
  border-radius: 12px 12px 0 0;
  background-color: #e7eee8;
  background-image:
    linear-gradient(#ffffff45 1px, transparent 1px),
    linear-gradient(90deg, #ffffff45 1px, transparent 1px);
  background-size: 44px 44px;
}
.fp-stage-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #47645b;
}
.fp-stage-label > span:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
}
.fp-stage-label > span:last-child {
  letter-spacing: 0;
  font-size: 11px;
}
.fp-live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #087c72;
  box-shadow: 0 0 0 3px #087c7212;
}
.fp-product-shot {
  min-width: 0;
}
.fp-shot-link {
  display: block;
  position: relative;
  background: white;
  border: 1px solid #192c3518;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 12px 34px #17362f0d;
}
.fp-product-shot img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s;
}
.fp-hero-stage .fp-shot-link {
  height: 465px;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 10px 40px #193c3820;
}
.fp-hero-stage .fp-product-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.fp-hero-stage .fp-product-shot figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px 20px 13px;
  justify-content: center;
  color: #243f39;
  background: linear-gradient(transparent, #e7eee8 68%);
  font-size: 10px;
  pointer-events: none;
}
.fp-enlarge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid #e1e8e9;
  border-radius: 6px;
  background: #fffffff5;
  color: #28464a;
  font-size: 10px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(5px);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.fp-shot-link:hover .fp-enlarge,
.fp-shot-link:focus-visible .fp-enlarge {
  opacity: 1;
  transform: translateY(0);
}
.fp-product-shot figcaption {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  font-size: 10px;
  line-height: 1.65;
  color: #647879;
  margin-top: 12px;
}
.fp-caption-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #82958a;
  flex-shrink: 0;
  margin-top: 6px;
}
.fp-highlights {
  margin: 0;
  padding: 25px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 60px;
  font-size: 12px;
  color: #4d6263;
}
.fp-highlights li {
  display: flex;
  gap: 9px;
  align-items: center;
}
.fp-highlights li > span {
  color: #087c72;
}
.fp-section-nav {
  position: sticky;
  top: 64px;
  z-index: 30;
  border-block: 1px solid var(--fp-line);
  background: #ffffffed;
  backdrop-filter: blur(15px);
}
.fp-section-nav-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 58px;
}
.fp-section-nav-name {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.fp-section-links {
  display: flex;
  gap: 26px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 19px 3px;
}
.fp-section-links::-webkit-scrollbar {
  display: none;
}
.fp-section-links a {
  white-space: nowrap;
  font-size: 11px;
  color: #607177;
  transition: color 0.18s;
}
.fp-section-links a:hover {
  color: var(--fp-accent);
}
.fp-stories {
  padding: 10px 0 30px;
}
.fp-story {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 65px;
  align-items: center;
  padding: 88px 0;
  border-bottom: 1px solid var(--fp-line);
  scroll-margin-top: 155px;
}
.fp-story:last-child {
  border-bottom: 0;
}
.fp-story-reverse {
  grid-template-columns: 1.15fr 0.85fr;
}
.fp-story-reverse .fp-story-copy {
  order: 2;
}
.fp-story-reverse .fp-story-visual {
  order: 1;
}
.fp-section-number {
  font-variant-numeric: tabular-nums;
  color: #95a29f;
  font-size: 10px;
  letter-spacing: 0;
  padding-right: 10px;
  border-right: 1px solid #d6e2dd;
}
.fp-story h2 {
  margin-top: 18px;
}
.fp-story-text {
  font-size: 14px;
  line-height: 1.9;
  color: var(--fp-muted);
  margin-top: 22px !important;
}
.fp-story-points {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}
.fp-story-points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #425a60;
  font-size: 12px;
  line-height: 1.85;
  margin-top: 12px;
}
.fp-story-points li > span {
  color: var(--fp-accent);
  font-size: 12px;
  flex-shrink: 0;
}
.fp-story-visual {
  min-width: 0;
  padding: 24px;
  border-radius: 10px;
  background: var(--fp-tint);
  border: 1px solid #1d524b0a;
}
.fp-story-visual .fp-shot-link {
  max-height: 510px;
}
.fp-story-visual img {
  max-height: 510px;
  object-fit: cover;
  object-position: top;
}
.fp-mobile-section {
  position: relative;
  background: #123c38;
  color: #fff;
  overflow: hidden;
  margin-top: 15px;
}
.fp-mobile-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding: 80px 0 0;
}
.fp-mobile-copy {
  padding-bottom: 80px;
}
.fp-mobile-copy .fp-eyebrow {
  color: #a0d1be;
}
.fp-mobile-copy h2 {
  margin-top: 25px;
  font-size: clamp(35px, 3.5vw, 49px);
}
.fp-mobile-copy > p:not(.fp-eyebrow) {
  font-size: 15px;
  line-height: 1.85;
  color: #bad0c7;
  margin-top: 24px;
}
.fp-mobile-copy .fp-story-points li {
  color: #d2e1da;
}
.fp-mobile-copy .fp-story-points li > span {
  color: #b5d9a5;
}
.fp-platforms {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.fp-platforms > span {
  display: flex;
  gap: 9px;
  align-items: center;
  border: 1px solid #ffffff29;
  border-radius: 6px;
  padding: 9px 14px;
  font-size: 11px;
}
.fp-platforms i {
  font-size: 17px;
}
.fp-mobile-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: end;
  padding-top: 0;
}
.fp-mobile-ring {
  position: absolute;
  width: 540px;
  height: 540px;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #b7d8aa28;
  border-radius: 50%;
  box-shadow:
    0 0 0 60px #b7d8aa06,
    0 0 0 120px #b7d8aa04;
}
.fp-phone {
  position: relative;
  display: block;
  width: 270px;
  border: 7px solid #233d38;
  outline: 1px solid #ffffff50;
  border-radius: 39px;
  box-shadow: 0 25px 65px #001a1860;
  overflow: hidden;
  transform: rotate(3deg);
  background: white;
}
.fp-phone img {
  width: 100%;
  height: auto;
  display: block;
}
.fp-mobile-visual figcaption {
  font-size: 10px;
  color: #b6d0c1;
  margin: 22px 0 24px;
  position: relative;
  text-align: center;
}
.fp-details {
  padding: 100px 0;
}
.fp-details > h2 {
  margin-top: 18px;
}
.fp-details > h2 > span {
  color: #789086;
}
.fp-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 45px;
}
.fp-detail-grid article {
  border-top: 1px solid #dce4e0;
  padding-top: 22px;
}
.fp-detail-mark {
  display: block;
  font-size: 10px;
  color: #81958b;
  margin-bottom: 25px;
}
.fp-detail-grid h3 {
  font-size: 16px;
}
.fp-detail-grid p {
  color: var(--fp-muted);
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}
.fp-faq {
  border-top: 1px solid var(--fp-line);
  padding: 80px 0 100px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  scroll-margin-top: 150px;
}
.fp-faq h2 {
  margin-top: 18px;
}
.fp-faq > div > p:not(.fp-eyebrow) {
  color: var(--fp-muted);
  font-size: 13px;
  line-height: 1.8;
  margin: 22px 0 12px;
}
.fp-faq details {
  border-bottom: 1px solid var(--fp-line);
}
.fp-faq summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  padding: 24px 0;
  line-height: 1.6;
}
.fp-faq summary::-webkit-details-marker {
  display: none;
}
.fp-faq summary > span {
  font-size: 22px;
  font-weight: 300;
  color: #758b83;
  transition: transform 0.2s;
}
.fp-faq details[open] summary > span {
  transform: rotate(45deg);
}
.fp-faq details > p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--fp-muted);
  padding: 0 25px 25px 0;
  animation: fp-answer-in 0.2s ease;
}
@keyframes fp-answer-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fp-related-section {
  background: #f7f9f5;
  padding: 65px 0 75px;
  border-top: 1px solid #e4e9e0;
}
.fp-related-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
}
.fp-related-heading h2 {
  margin-top: 15px;
}
.fp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.fp-related-card {
  display: block;
  background: #fff;
  border: 1px solid #dfe6de;
  border-radius: 8px;
  padding: 27px;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.fp-related-card:hover {
  transform: translateY(-4px);
  border-color: #92b3a4;
}
.fp-related-card > i {
  font-size: 19px;
  color: #356c60;
}
.fp-related-card h3 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  margin: 25px 0 11px;
}
.fp-related-card h3 span {
  font-weight: 400;
  color: #749185;
}
.fp-related-card p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--fp-muted);
}
.fp-cta {
  position: relative;
  background: #153a34;
  padding: 90px 0;
  overflow: hidden;
  color: #fff;
}
.fp-cta-inner {
  position: relative;
  text-align: center;
}
.fp-cta .fp-eyebrow {
  justify-content: center;
  color: #aec7a7;
}
.fp-cta h2 {
  font-size: clamp(34px, 4vw, 53px);
  margin: 20px auto;
  line-height: 1.16;
}
.fp-cta-inner > p:not(.fp-eyebrow) {
  font-size: 14px;
  color: #bacdc2;
}
.fp-cta .fp-actions {
  justify-content: center;
  margin-top: 28px;
}
.fp-cta-note {
  display: block;
  color: #9ab6a7;
  font-size: 10px;
  margin-top: 25px;
}
.fp-cta-orbit {
  position: absolute;
  width: 750px;
  height: 750px;
  border: 1px solid #bdd4a912;
  border-radius: 50%;
  right: -450px;
  top: -120px;
  box-shadow:
    0 0 0 85px #bdd4a905,
    0 0 0 170px #bdd4a905;
}
.fp-overview {
  background: #fcfcf9;
}
.fp-overview-hero {
  padding: 80px 0 0;
}
.fp-overview-hero h1 {
  font-size: clamp(44px, 5.3vw, 75px);
  margin-top: 22px;
  line-height: 1.07;
}
.fp-overview-hero h1 > span {
  color: #087c72;
}
.fp-overview-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}
.fp-overview-intro > p {
  color: var(--fp-muted);
  font-size: 15px;
  line-height: 1.9;
}
.fp-category-nav {
  display: flex;
  gap: 35px;
  padding: 27px 0;
  margin-top: 55px;
  border-block: 1px solid var(--fp-line);
}
.fp-category-nav a {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 12px;
  color: #456057;
}
.fp-category-nav a:hover {
  color: #087c72;
}
.fp-category-nav a > span {
  color: #90a399;
}
.fp-featured {
  padding: 55px 0 0;
}
.fp-collection-heading h2 {
  margin: 14px 0 12px;
}
.fp-collection-heading > p:not(.fp-eyebrow) {
  color: var(--fp-muted);
  font-size: 14px;
  line-height: 1.8;
}
.fp-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}
.fp-featured-card {
  border: 1px solid #d9e3dc;
  border-radius: 12px;
  background: #eef3ee;
  overflow: hidden;
  scroll-margin-top: 90px;
}
.fp-featured-card:nth-child(2) {
  background: #e6f0e9;
}
.fp-featured-card:nth-child(3) {
  background: #edf1f7;
}
.fp-featured-card:nth-child(4) {
  background: #f0f1e6;
}
.fp-featured-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--fp-ink);
}
.fp-featured-copy {
  padding: 34px 35px 25px;
}
.fp-featured-copy h3 {
  font-size: 32px;
  line-height: 1.15;
  margin: 18px 0 13px;
  letter-spacing: -0.045em;
}
.fp-featured-copy h3 > span {
  color: var(--fp-accent);
}
.fp-featured-copy > p:not(.fp-eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  color: var(--fp-muted);
  max-width: 420px;
}
.fp-card-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 21px;
  color: #294d43;
}
.fp-card-link > span {
  transition: transform 0.2s;
}
.fp-featured-link:hover .fp-card-link > span,
.fp-directory-card a:hover .fp-card-link > span {
  transform: translateX(4px);
}
.fp-featured-image {
  height: 255px;
  margin: 0 0 0 35px;
  overflow: hidden;
  border: 1px solid #243c431a;
  border-radius: 8px 0 0 0;
  box-shadow: 0 8px 30px #183c4310;
  background: white;
  transition: transform 0.3s;
  transform-origin: bottom right;
  margin-top: auto;
}
.fp-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.fp-featured-link:hover .fp-featured-image {
  transform: translateY(-3px);
}
.fp-collection {
  padding-top: 90px;
  scroll-margin-top: 90px;
}
.fp-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.fp-directory-card {
  border: 1px solid var(--fp-line);
  border-radius: 8px;
  background: white;
  scroll-margin-top: 90px;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}
.fp-directory-card:hover {
  border-color: #94b8a8;
  box-shadow: 0 8px 24px #153a3408;
}
.fp-directory-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 27px;
  color: var(--fp-ink);
}
.fp-directory-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: #eef5ee;
  border: 1px solid #deeadc;
  border-radius: 8px;
  color: #397365;
  font-size: 15px;
}
.fp-directory-card h3 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 22px 0 11px;
  font-size: 17px;
}
.fp-directory-card h3 > span {
  font-weight: 400;
  color: #8da299;
}
.fp-directory-card p {
  font-size: 12px;
  color: var(--fp-muted);
  line-height: 1.85;
  flex: 1;
}
.fp-autopilot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  background: #172a2e;
  color: white;
  margin: 65px 0 85px;
  padding: 38px 42px;
}
.fp-autopilot .fp-eyebrow {
  color: #9eb8a7;
}
.fp-autopilot h2 {
  font-size: 30px;
  margin: 12px 0;
}
.fp-autopilot p:not(.fp-eyebrow) {
  color: #b8c7c4;
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width: 1600px) {
  .fp-hero-stage .fp-shot-link {
    height: 510px;
  }
}
@media (max-width: 1100px) {
  .fp-shell {
    width: calc(100% - 64px);
  }
  .fp-hero-heading {
    gap: 35px;
    grid-template-columns: 1.15fr 1fr;
  }
  .fp-page h1 {
    font-size: 48px;
  }
  .fp-story {
    gap: 35px;
    padding: 65px 0;
  }
  .fp-story-visual {
    padding: 16px;
  }
  .fp-highlights {
    gap: 28px;
  }
  .fp-section-nav-name {
    display: none;
  }
  .fp-section-nav-inner {
    gap: 0;
  }
  .fp-section-links {
    gap: 24px;
  }
  .fp-mobile-inner {
    gap: 45px;
  }
  .fp-detail-grid {
    gap: 20px;
  }
  .fp-faq {
    gap: 40px;
  }
  .fp-featured-copy {
    padding: 27px;
  }
  .fp-featured-copy h3 {
    font-size: 28px;
  }
  .fp-featured-image {
    margin-left: 27px;
    height: 210px;
  }
}
@media (max-width: 760px) {
  .fp-shell {
    width: calc(100% - 40px);
  }
  .fp-hero {
    padding-top: 24px;
  }
  .fp-hero-heading {
    display: block;
    padding: 35px 0 30px;
  }
  .fp-page h1 {
    font-size: clamp(37px, 7.7vw, 55px);
    letter-spacing: -0.05em;
  }
  .fp-hero h1 {
    margin-top: 18px;
  }
  .fp-hero-intro {
    margin-top: 24px;
  }
  .fp-hero-intro > p {
    font-size: 14px;
    max-width: 580px;
  }
  .fp-hero-intro .fp-actions {
    margin-top: 22px;
  }
  .fp-actions {
    gap: 18px;
  }
  .fp-hero-stage {
    padding: 12px 14px 0;
  }
  .fp-stage-label {
    font-size: 8px;
    margin-bottom: 12px;
  }
  .fp-stage-label > span:last-child {
    font-size: 9px;
  }
  .fp-hero-stage .fp-shot-link {
    height: 280px;
  }
  .fp-hero-stage .fp-product-shot img {
    min-width: 620px;
    object-fit: cover;
    object-position: top left;
  }
  .fp-hero-stage .fp-product-shot figcaption {
    font-size: 8px;
    padding: 25px 10px 9px;
  }
  .fp-highlights {
    justify-content: flex-start;
    gap: 9px;
    flex-wrap: wrap;
    padding: 18px 0;
    font-size: 10px;
  }
  .fp-highlights li {
    gap: 5px;
    margin-right: 12px;
  }
  .fp-section-nav {
    top: 64px;
  }
  .fp-section-nav-inner {
    min-height: 50px;
  }
  .fp-section-links {
    padding: 16px 2px;
    gap: 22px;
  }
  .fp-section-links a {
    font-size: 10px;
  }
  .fp-story,
  .fp-story-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 0;
  }
  .fp-story-reverse .fp-story-copy,
  .fp-story-reverse .fp-story-visual {
    order: initial;
  }
  .fp-page h2 {
    font-size: 33px;
  }
  .fp-story-text {
    font-size: 14px;
    margin-top: 18px !important;
  }
  .fp-story-points li {
    font-size: 12px;
    margin-top: 10px;
  }
  .fp-story-visual {
    padding: 15px;
  }
  .fp-story-visual img,
  .fp-story-visual .fp-shot-link {
    max-height: 380px;
  }
  .fp-product-shot figcaption {
    font-size: 9px;
  }
  .fp-enlarge {
    opacity: 1;
    transform: none;
    font-size: 8px;
    padding: 6px 8px;
  }
  .fp-mobile-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 48px;
  }
  .fp-mobile-copy {
    padding-bottom: 25px;
  }
  .fp-mobile-copy h2 {
    font-size: 36px;
  }
  .fp-mobile-copy > p:not(.fp-eyebrow) {
    font-size: 14px;
  }
  .fp-mobile-visual {
    width: 100%;
    padding-top: 20px;
  }
  .fp-phone {
    width: 240px;
  }
  .fp-mobile-ring {
    width: 420px;
    height: 420px;
  }
  .fp-details {
    padding: 60px 0;
  }
  .fp-detail-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    margin-top: 30px;
  }
  .fp-detail-mark {
    margin-bottom: 18px;
  }
  .fp-detail-grid h3 {
    font-size: 15px;
  }
  .fp-faq {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 50px 0 60px;
  }
  .fp-faq summary {
    font-size: 13px;
    padding: 20px 0;
  }
  .fp-related-section {
    padding: 45px 0;
  }
  .fp-related-heading {
    align-items: start;
    flex-direction: column;
    gap: 17px;
  }
  .fp-related-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 25px;
  }
  .fp-related-card {
    padding: 24px;
  }
  .fp-related-card h3 {
    margin: 18px 0 8px;
  }
  .fp-cta {
    padding: 60px 0;
  }
  .fp-cta h2 {
    font-size: 36px;
  }
  .fp-cta-inner > p:not(.fp-eyebrow) {
    font-size: 13px;
    line-height: 1.8;
  }
  .fp-cta .fp-actions {
    gap: 12px;
  }
  .fp-cta-note {
    line-height: 1.8;
  }
  .fp-overview-hero {
    padding-top: 48px;
  }
  .fp-overview-hero h1 {
    font-size: clamp(36px, 8vw, 56px);
  }
  .fp-overview-intro {
    flex-direction: column;
    align-items: start;
    gap: 24px;
    margin-top: 24px;
  }
  .fp-overview-intro > p {
    font-size: 14px;
  }
  .fp-desktop-break {
    display: none;
  }
  .fp-category-nav {
    gap: 24px;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 34px;
    padding: 20px 0;
  }
  .fp-category-nav a {
    gap: 12px;
    font-size: 11px;
  }
  .fp-featured {
    padding-top: 36px;
  }
  .fp-featured-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .fp-featured-copy {
    padding: 27px;
  }
  .fp-featured-copy h3 {
    font-size: 30px;
  }
  .fp-featured-image {
    height: 240px;
  }
  .fp-collection {
    padding-top: 55px;
  }
  .fp-directory-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 23px;
  }
  .fp-directory-card > a {
    padding: 25px;
  }
  .fp-directory-card h3 {
    margin-top: 18px;
  }
  .fp-autopilot {
    flex-direction: column;
    align-items: start;
    gap: 23px;
    margin: 40px 0 55px;
    padding: 28px;
  }
  .fp-collection-heading h2 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-page *,
  .fp-page *::before,
  .fp-page *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .fp-phone {
    transform: none;
  }
}
/* Keep horizontal section navigation comfortably tappable and product images
   fully recognizable on a phone. Each image also opens at its original size. */
.fp-text-link {
  min-height: 44px;
}
.fp-section-links {
  padding-block: 0;
}
.fp-section-links a {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 16px 0;
}
@media (max-width: 760px) {
  .fp-hero-stage .fp-shot-link {
    height: auto;
    aspect-ratio: 1.5;
  }
  .fp-hero-stage .fp-product-shot img {
    min-width: 0;
    object-position: top;
    object-fit: cover;
  }
  .fp-section-links {
    padding-block: 0;
  }
  .fp-section-links a {
    min-height: 50px;
    padding: 15px 0;
    font-size: 11px;
  }
  .fp-story-text,
  .fp-hero-intro > p,
  .fp-mobile-copy > p:not(.fp-eyebrow) {
    font-size: 15px;
  }
  .fp-story-points li,
  .fp-detail-grid p,
  .fp-directory-card p,
  .fp-related-card p,
  .fp-faq details > p {
    font-size: 13px;
  }
  .fp-faq summary {
    font-size: 14px;
    min-height: 64px;
  }
  .fp-category-nav {
    padding-block: 0;
  }
  .fp-category-nav a {
    min-height: 52px;
  }
}
/* Homepage design-system alignment.
   The feature pages keep their editorial structure and real product imagery,
   while sharing the landing page's Geist type, blue accent, neutral surfaces,
   rounded cards and restrained shadows. */
.fp-page,
.fp-tone-teal {
  --fp-ink: #0a0a0a;
  --fp-muted: #6b7280;
  --fp-accent: #2563eb;
  --fp-accent-hover: #1d4ed8;
  --fp-tint: #eff6ff;
  --fp-line: #e5e7eb;
}
.fp-page {
  font-family:
    "Geist",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--fp-ink);
}
.fp-shell {
  width: min(1280px, calc(100% - 64px));
}
.fp-page h1,
.fp-page h2,
.fp-page h3 {
  letter-spacing: -0.025em;
}
.fp-page h1,
.fp-page h2 {
  font-weight: 700;
}
.fp-page h3 {
  font-weight: 600;
}
.fp-eyebrow {
  display: inline-flex;
  width: fit-content;
  gap: 7px;
  padding: 5px 12px;
  border: 1px solid #bfdbfe;
  border-radius: 9999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.fp-feature-icon {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 11px;
}
.fp-button {
  min-height: 44px;
  gap: 9px;
  padding: 11px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}
.fp-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -8px rgb(37 99 235 / 0.45);
}
.fp-button-primary {
  background: #2563eb;
  color: #fff;
}
.fp-button-primary:hover {
  background: #1d4ed8;
}
.fp-text-link,
.fp-card-link {
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
}
.fp-breadcrumb {
  color: #6b7280;
  font-size: 12px;
}
.fp-hero {
  padding-top: 36px;
  background: #fff;
}
.fp-hero-heading {
  padding: 56px 0 48px;
}
.fp-hero h1 span,
.fp-overview-hero h1 > span,
.fp-featured-copy h3 > span {
  color: #2563eb;
}
.fp-hero-intro > p,
.fp-overview-intro > p {
  color: #6b7280;
  line-height: 1.75;
}
.fp-hero-stage {
  padding: 20px 52px 0;
  border: 1px solid #e5e7eb;
  border-radius: 16px 16px 0 0;
  background: #f3f4f6;
  background-image:
    radial-gradient(circle at 18% 18%, rgb(37 99 235 / 0.08), transparent 30%),
    radial-gradient(circle at 82% 72%, rgb(96 165 250 / 0.09), transparent 32%);
}
.fp-stage-label {
  color: #6b7280;
  font-weight: 500;
}
.fp-live-dot {
  background: #2563eb;
  box-shadow: 0 0 0 4px rgb(37 99 235 / 0.1);
}
.fp-shot-link {
  border-color: #e5e7eb;
  border-radius: 10px;
  box-shadow:
    0 8px 40px -8px rgb(0 0 0 / 0.18),
    0 2px 8px -2px rgb(0 0 0 / 0.06);
}
.fp-hero-stage .fp-shot-link {
  border-radius: 10px 10px 0 0;
  box-shadow:
    0 8px 40px -8px rgb(0 0 0 / 0.18),
    0 2px 8px -2px rgb(0 0 0 / 0.06);
}
.fp-hero-stage .fp-product-shot figcaption {
  color: #4b5563;
  background: linear-gradient(transparent, #f3f4f6 70%);
}
.fp-enlarge {
  border-color: #e5e7eb;
  border-radius: 8px;
  color: #374151;
}
.fp-product-shot figcaption {
  color: #6b7280;
}
.fp-caption-dot {
  background: #60a5fa;
}
.fp-highlights {
  color: #4b5563;
}
.fp-highlights li > span,
.fp-story-points li > span {
  color: #2563eb;
}
.fp-section-nav {
  border-color: #e5e7eb;
  background: rgb(255 255 255 / 0.92);
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.025);
}
.fp-section-nav-name {
  color: #111827;
}
.fp-section-links a {
  color: #6b7280;
  font-weight: 500;
}
.fp-story {
  border-color: #e5e7eb;
}
.fp-section-number {
  border-color: #bfdbfe;
  color: #60a5fa;
}
.fp-story-text,
.fp-story-points li {
  color: #6b7280;
}
.fp-story-visual {
  padding: 24px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #eff6ff;
}
.fp-mobile-section {
  margin-top: 16px;
  background: #111827;
}
.fp-mobile-copy .fp-eyebrow,
.fp-autopilot .fp-eyebrow {
  border-color: rgb(96 165 250 / 0.28);
  background: rgb(37 99 235 / 0.14);
  color: #60a5fa;
}
.fp-mobile-copy > p:not(.fp-eyebrow),
.fp-autopilot p:not(.fp-eyebrow) {
  color: #d1d5db;
}
.fp-mobile-copy .fp-story-points li {
  color: #e5e7eb;
}
.fp-mobile-copy .fp-story-points li > span {
  color: #60a5fa;
}
.fp-platforms > span {
  padding: 10px 15px;
  border-color: rgb(255 255 255 / 0.18);
  border-radius: 10px;
  background: rgb(255 255 255 / 0.06);
}
.fp-mobile-ring {
  border-color: rgb(96 165 250 / 0.16);
  box-shadow:
    0 0 0 60px rgb(37 99 235 / 0.04),
    0 0 0 120px rgb(37 99 235 / 0.025);
}
.fp-phone {
  border: 9px solid #111827;
  outline-color: rgb(255 255 255 / 0.28);
  border-radius: 40px;
  box-shadow: 0 25px 70px rgb(0 0 0 / 0.48);
}
.fp-mobile-visual figcaption {
  color: #9ca3af;
}
.fp-details > h2 > span {
  color: #2563eb;
}
.fp-detail-grid {
  gap: 18px;
}
.fp-detail-grid article {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.03);
}
.fp-detail-mark {
  margin-bottom: 24px;
  color: #60a5fa;
}
.fp-detail-grid p {
  color: #6b7280;
  font-size: 13px;
}
.fp-faq,
.fp-faq details {
  border-color: #e5e7eb;
}
.fp-faq summary {
  color: #111827;
  font-weight: 600;
}
.fp-faq summary > span {
  color: #2563eb;
}
.fp-related-section {
  border-color: #e5e7eb;
  background: #f9fafb;
}
.fp-related-card {
  padding: 28px;
  border-color: #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.025);
}
.fp-related-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 12px 32px -8px rgb(0 0 0 / 0.13);
}
.fp-related-card > i,
.fp-related-card h3 span {
  color: #2563eb;
}
.fp-cta {
  border-top: 1px solid #e5e7eb;
  background:
    radial-gradient(circle at 50% 120%, rgb(37 99 235 / 0.11), transparent 42%),
    #fff;
  color: #0a0a0a;
}
.fp-cta .fp-eyebrow {
  margin-inline: auto;
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #2563eb;
}
.fp-cta-inner > p:not(.fp-eyebrow),
.fp-cta-note {
  color: #6b7280;
}
.fp-cta .fp-button-light {
  background: #2563eb;
  color: #fff;
}
.fp-cta .fp-button-light:hover {
  background: #1d4ed8;
}
.fp-cta .fp-button-outline {
  border-color: #d1d5db;
  background: #fff;
  color: #374151;
}
.fp-cta .fp-button-outline:hover {
  border-color: #9ca3af;
  background: #f9fafb;
}
.fp-cta-orbit {
  border-color: rgb(37 99 235 / 0.08);
  box-shadow:
    0 0 0 85px rgb(37 99 235 / 0.025),
    0 0 0 170px rgb(37 99 235 / 0.018);
}
.fp-overview {
  background: #fff;
}
.fp-category-nav {
  border-color: #e5e7eb;
}
.fp-category-nav a {
  color: #4b5563;
  font-weight: 500;
}
.fp-category-nav a:hover,
.fp-category-nav a > span {
  color: #2563eb;
}
.fp-featured-card {
  border-color: #e5e7eb;
  border-radius: 16px;
  background: #f9fafb;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.025);
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.fp-featured-card:nth-child(2) {
  background: #eff6ff;
}
.fp-featured-card:nth-child(3),
.fp-featured-card:nth-child(4) {
  background: #f9fafb;
}
.fp-featured-card:hover {
  transform: translateY(-2px);
  border-color: #bfdbfe;
  box-shadow: 0 12px 32px -8px rgb(0 0 0 / 0.13);
}
.fp-featured-copy h3 {
  letter-spacing: -0.025em;
  font-weight: 700;
}
.fp-featured-image {
  border-color: #e5e7eb;
  border-radius: 10px 0 0;
  box-shadow:
    0 8px 40px -8px rgb(0 0 0 / 0.16),
    0 2px 8px -2px rgb(0 0 0 / 0.05);
}
.fp-directory-card {
  border-color: #e5e7eb;
  border-radius: 16px;
}
.fp-directory-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 12px 32px -8px rgb(0 0 0 / 0.13);
}
.fp-directory-icon {
  width: 38px;
  height: 38px;
  border-color: #dbeafe;
  border-radius: 12px;
  background: #eff6ff;
  color: #2563eb;
}
.fp-directory-card h3 > span {
  color: #2563eb;
}
.fp-autopilot {
  border-radius: 16px;
  background: #111827;
}

@media (max-width: 760px) {
  .fp-shell {
    width: calc(100% - 32px);
  }
  .fp-hero-stage {
    padding: 12px 12px 0;
    border-radius: 14px 14px 0 0;
  }
  .fp-page h1 {
    letter-spacing: -0.03em;
  }
  .fp-story-visual {
    padding: 12px;
    border-radius: 14px;
  }
  .fp-detail-grid {
    gap: 12px;
  }
  .fp-detail-grid article {
    padding: 20px;
    border-radius: 14px;
  }
  .fp-featured-card,
  .fp-directory-card,
  .fp-related-card,
  .fp-autopilot {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-page *,
  .fp-page *::before,
  .fp-page *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .fp-phone {
    transform: none;
  }
}
