/* Showroom presentation: the original SYO palette, real product context and calm space. */
:root {
  --f-paper: #ffffff;
  --f-cloud: #f4f7f5;
  --f-text: #13231b;
  --f-muted: #5f7167;
  --f-rule: #dce6df;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
button {
  font: inherit;
  cursor: pointer;
  touch-action: manipulation;
}
button:focus-visible,
input:focus-visible {
  outline: 3px solid #259268;
  outline-offset: 4px;
}
.f-hero .hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 640px;
  gap: 64px;
  padding-block: 52px;
  align-items: center;
}
.f-hero .hero-copy h1 {
  font-size: clamp(38px, 3.8vw, 52px);
  line-height: 1.055;
  letter-spacing: -0.055em;
  max-width: 670px;
  margin: 28px 0 24px;
}
.f-hero .lead {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 18px;
}
.f-hero .hero-description {
  max-width: 445px;
  font-size: 16px;
  line-height: 1.8;
  color: #b7c4bd;
}
.f-hero .hero-actions {
  margin-top: 30px;
  gap: 26px;
  flex-wrap: wrap;
}
.f-hero .microcopy {
  margin-top: 18px;
  color: #a9b8b0;
  font-size: 11px;
}
.f-hero .hero-bottom {
  padding-bottom: 24px;
}
.f-hero-product {
  width: 100%;
  max-width: 410px;
  justify-self: end;
  position: relative;
}
.f-hero-handoff {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 17px 6px 0;
  font-size: 11px;
  line-height: 1.6;
  color: #afc3b8;
}
.f-hero-handoff svg {
  color: var(--green);
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.f-hero-handoff strong {
  display: block;
  color: #edf7f1;
  font-size: 13px;
  margin-bottom: 1px;
}
.f-capabilities {
  border-bottom: 1px solid var(--f-rule);
  padding-block: 26px;
}
.f-capabilities .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.f-capabilities span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #345441;
}
.f-capabilities svg {
  width: 18px;
  height: 18px;
  color: #258264;
}
.f-center-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 36px;
}
.f-center-head h2,
.f-feature-copy h2,
.f-faq h2,
.f-solutions h2,
.f-next-step h2 {
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.13;
  letter-spacing: -0.045em;
  margin: 17px 0 22px;
  font-weight: 500;
}
.f-center-head > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
  color: var(--f-muted);
  max-width: 670px;
  margin: 0 auto;
}
.f-crm-section {
  padding-bottom: 80px;
  background: #f7f9f7;
}
.f-crm-stage {
  border-radius: 15px;
  box-shadow: 0 28px 75px #12302012;
}
.f-under-product {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 28px;
}
.f-under-product > span {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #486552;
}
.f-check {
  color: #27895d;
  font-size: 17px;
  line-height: 1;
  flex: 0 0 auto;
}
.f-story-section {
  border-block: 1px solid var(--f-rule);
  background: white;
}
.f-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.f-feature-row > * {
  min-width: 0;
}
.f-feature-copy > p:not(.eyebrow) {
  font-size: 16px;
  color: var(--f-muted);
  line-height: 1.85;
  max-width: 515px;
}
.f-feature-copy > .text-link {
  margin-top: 25px;
  color: #21583f;
  font-size: 13px;
}
.f-copy-list {
  padding: 0;
  margin: 27px 0 0;
  list-style: none;
  display: grid;
  gap: 18px;
}
.f-copy-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  line-height: 1.5;
  color: #294834;
  font-size: 13px;
}
.f-copy-list svg {
  width: 20px;
  height: 20px;
  color: #248561;
  flex: 0 0 auto;
}
.f-scene {
  position: relative;
  align-self: stretch;
  min-height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--f-cloud);
}
.f-scene > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.f-scene-note {
  position: absolute;
  bottom: 52px;
  left: 26px;
  right: 26px;
  background: #fffffff2;
  color: #385443;
  border: 1px solid #e1ebe5;
  box-shadow: 0 8px 25px #15221914;
  padding: 19px 20px;
  border-radius: 9px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 12px;
  line-height: 1.6;
}
.f-scene-note svg {
  width: 28px;
  height: 28px;
  color: #258360;
  flex-shrink: 0;
}
.f-scene-note strong {
  font-size: 13px;
  color: #173c27;
}
.f-image-credit {
  position: absolute;
  left: 26px;
  bottom: 20px;
  padding: 5px 8px;
  color: #405c49;
  background: #ffffffd9;
  border-radius: 4px;
  font-size: 9px;
}
.f-followup-section {
  background: #0c1711;
}
.f-followup-section .f-feature-copy > p:not(.eyebrow) {
  color: #b1c2b8;
}
.f-followup-section h2 em,
.f-price-story em,
.f-solutions h2 em,
.f-next-step h2 em {
  color: var(--green);
  font-style: normal;
}
.f-phone-stage {
  max-width: 400px;
  width: 100%;
  justify-self: center;
}
.f-followup {
  margin-top: 36px;
}
.f-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 23px;
}
.f-timeline button {
  padding: 12px 0 0;
  min-height: 62px;
  border: 0;
  background: transparent;
  color: #a8bdb0;
  font-size: 12px;
  text-align: left;
}
.f-timeline button span {
  display: block;
  margin-bottom: 17px;
}
.f-timeline button i {
  display: block;
  position: relative;
  height: 2px;
  background: #355141;
}
.f-timeline button i:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  height: 10px;
  width: 10px;
  background: #355141;
  border-radius: 50%;
}
.f-timeline button[aria-pressed='true'] {
  color: var(--green);
}
.f-timeline button[aria-pressed='true'] i,
.f-timeline button[aria-pressed='true'] i:before {
  background: var(--green);
}
.f-timeline button:hover {
  color: white;
}
.f-followup h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.f-followup [data-followup-panel] {
  min-height: 110px;
}
.f-followup [data-followup-panel] p {
  color: #afc2b6;
  line-height: 1.8;
  font-size: 13px;
  margin: 0;
}
.f-followup .f-timeline-note {
  color: #a3b3a9;
  font-size: 10px;
  line-height: 1.7;
  margin-top: 18px;
}
.f-agenda-section {
  background: #fff;
}
.f-agenda-stage {
  border-radius: 14px;
  padding: 25px;
  background: #f0f5f1;
  border: 1px solid #e7eee8;
}
.f-connected {
  background: #f5f8f6;
  border-block: 1px solid var(--f-rule);
}
.f-connected-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.f-connected-grid > article {
  background: #fff;
  border: 1px solid #dce6df;
  border-radius: 12px;
  overflow: hidden;
  padding: 32px;
  min-width: 0;
}
.f-connected-copy {
  min-height: 185px;
}
.f-connected-copy .category {
  color: #32664c;
  font-size: 10px;
  letter-spacing: 1.4px;
}
.f-connected-copy h2 {
  font-size: 28px;
  letter-spacing: -0.035em;
  line-height: 1.18;
  font-weight: 500;
  margin: 19px 0 16px;
}
.f-connected-copy p {
  font-size: 14px;
  color: var(--f-muted);
  line-height: 1.75;
  margin: 0 0 25px;
  max-width: 440px;
}
.f-connected-grid .text-link {
  margin-top: 25px;
  font-size: 13px;
  color: #24523a;
}
.f-solutions {
  background: #0b120e;
}
.f-solutions-heading {
  margin-bottom: 28px;
}
.f-solutions-heading > p {
  font-size: 14px;
  line-height: 1.8;
  color: #acbdb1;
  max-width: 340px;
  margin: 0 0 25px;
}
.f-solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid #2c4233;
}
.f-solution-link {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 30px 24px 30px 0;
  min-width: 0;
  transition: background 0.2s;
}
.f-solution-link + .f-solution-link {
  border-left: 1px solid #2c4233;
  padding-left: 24px;
}
.f-solution-link > svg {
  color: var(--green);
  width: 27px;
  height: 27px;
  margin-bottom: 0;
}
.f-solution-link h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  margin: 0;
  color: #f2f8f4;
}
.f-solution-link p {
  font-size: 13px;
  line-height: 1.75;
  color: #b3c0b8;
  margin: 0 0 23px;
  min-height: 70px;
}
.f-explore {
  color: var(--green);
  font-size: 12px;
  display: flex;
  gap: 20px;
}
.f-solution-link:hover {
  background: #152219;
}
.f-faq {
  background: #fff;
}
.f-faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
}
.f-faq-grid > div > p:not(.eyebrow) {
  color: var(--f-muted);
  font-size: 15px;
  line-height: 1.8;
  max-width: 290px;
}
.f-faq .questions {
  margin: 0;
  max-width: none;
}
.f-faq .questions summary {
  font-size: 16px;
  padding: 24px 38px 24px 0;
  line-height: 1.5;
}
.f-faq .questions details > p {
  font-size: 14px;
  line-height: 1.85;
}
.f-pricing {
  background: #edf3ee;
  color: #15291d;
  padding-block: 76px;
}
.f-pricing .eyebrow {
  color: #2e7650;
}
.f-price-grid {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 105px;
  align-items: center;
}
.f-price-story h1,
.f-price-story h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.048em;
  font-weight: 500;
  margin: 22px 0;
}
.f-price-story em {
  color: #2f8260;
}
.f-price-story > p:not(.eyebrow) {
  max-width: 455px;
  font-size: 16px;
  line-height: 1.85;
  color: #566e5f;
}
.f-price-card {
  background: #0d1b12;
  color: #f1f7f2;
  border: 1px solid #304f3b;
  border-radius: 15px;
  padding: 36px 38px 25px;
  box-shadow: 0 22px 55px #1b472821;
}
.f-plan-top {
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #2a4533;
  padding-bottom: 23px;
}
.f-plan-top > div > span {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #a2c3ae;
}
.f-plan-top h2,
.f-plan-top h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 5px 0 0;
}
.f-price-card .f-price-label {
  color: #b0c5b6;
  font-size: 12px;
  margin: 25px 0 10px;
}
.f-price {
  font-family: 'Syo Display', Arial, sans-serif;
  font-size: clamp(62px, 5vw, 78px);
  line-height: 1;
  margin: 0;
  letter-spacing: -0.06em;
  display: flex;
  align-items: baseline;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  color: #fff;
}
.f-price > span {
  font-size: 21px;
  margin-right: 10px;
  letter-spacing: -0.03em;
  color: #bccec1;
}
.f-price > small {
  font-size: 0.55em;
  letter-spacing: -0.035em;
}
.f-price-sub {
  font-size: 12px;
  color: #b5cbbb;
  margin: 17px 0 22px;
  line-height: 1.6;
}
.f-included {
  list-style: none;
  display: grid;
  gap: 16px;
  padding: 24px 0;
  border-block: 1px solid #2a4533;
  margin: 0 0 25px;
}
.f-included li {
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.f-included .f-check {
  color: var(--green);
}
.f-acquire {
  display: flex;
  width: 100%;
  min-height: 64px;
  font-size: 17px;
  gap: 30px;
  border-radius: 6px;
}
.f-offer-note {
  margin: 15px 0 22px;
  font-size: 10px;
  line-height: 1.75;
  color: #adbfaf;
  text-align: center;
}
.f-plan-foot {
  border-top: 1px solid #2a4533;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 9px;
  color: #bbd0c0;
  padding-top: 18px;
  letter-spacing: 1px;
}
.f-plan-foot span {
  font-size: 7px;
  letter-spacing: 1px;
  color: #93ad9c;
  align-self: center;
}
.f-next-step {
  background: #0d1912;
}
.f-next-step > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.f-next-step h2 {
  font-size: 38px;
}
.f-next-step .button {
  flex-shrink: 0;
}
.f-solution-page .inner-hero {
  padding-bottom: 70px;
}
.f-solution-page .inner-hero .split-content {
  gap: 65px;
}
.f-solution-page .inner-hero h1 {
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.f-solution-page .inner-hero .inner-lead {
  font-size: 16px;
}
.f-solution-page .inner-hero .availability {
  font-size: 10px;
}
.f-solution-visual {
  min-width: 0;
}
.f-solution-visual > .syo-wa {
  margin-inline: auto;
}
.f-solution-page .module-grid {
  gap: 75px;
}
.f-solution-page .module-grid h2 {
  font-size: 32px;
}
.f-solution-photo img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.f-solution-photo figcaption {
  color: #abbdb2;
  font-size: 10px;
  margin-top: 13px;
}
.f-solution-photo {
  margin: 0;
}
.light-surface .f-solution-photo figcaption {
  color: #526c5b;
}
.f-demo .demo-display {
  background: #eef4ef;
}
.f-demo .demo-display h2 {
  font-size: 29px;
}
.f-demo-visual {
  margin-top: 28px;
  display: grid;
  justify-items: center;
  min-width: 0;
}
.f-demo-visual > * {
  max-width: 100%;
}
.f-acquisition {
  max-width: 510px;
  width: calc(100% - 32px);
  background: #f7faf7;
  color: #1c3825;
  border: 1px solid #9ebfaa;
  border-radius: 15px;
  padding: 38px;
  box-shadow: 0 30px 90px #0005;
  overscroll-behavior: contain;
  max-height: calc(100dvh - 40px);
}
.f-acquisition::backdrop {
  background: #04150ec9;
  backdrop-filter: blur(5px);
}
.f-acquisition > .eyebrow {
  margin-top: 25px;
  color: #367f55;
}
.f-acquisition h2 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.f-acquisition > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: #556e5d;
}
.f-acquisition .button {
  margin-top: 16px;
  display: flex;
}
.f-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #e7efe9;
  color: #284d35;
  border: 1px solid #d1e0d5;
  border-radius: 50%;
  font-size: 25px;
}
.f-dialog-back {
  display: block;
  background: transparent;
  border: 0;
  text-decoration: underline;
  color: #386949;
  margin: 18px auto 0;
  padding: 12px;
  font-size: 12px;
}
.f-dialog-close:hover,
.f-dialog-back:hover {
  background: #d3e7da;
}
.f-acquisition:target:not([open]) {
  display: block;
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
@media (min-width: 1500px) {
  .f-hero .hero-grid {
    min-height: 680px;
  }
}
@media (max-width: 1100px) {
  .f-feature-row {
    gap: 46px;
  }
  .f-price-grid {
    gap: 50px;
  }
  .f-hero .hero-grid {
    gap: 40px;
  }
  .f-hero .hero-copy h1 {
    font-size: 46px;
  }
  .f-faq-grid {
    gap: 50px;
  }
  .f-under-product {
    gap: 20px;
  }
  .f-price-card {
    padding: 28px;
  }
  .f-connected-grid > article {
    padding: 25px;
  }
  .f-connected-copy {
    min-height: 185px;
  }
  .f-capabilities span {
    font-size: 11px;
  }
}
@media (max-width: 850px) {
  .f-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 55px;
  }
  .f-hero-product {
    justify-self: center;
    max-width: 440px;
  }
  .f-hero .hero-copy h1 {
    max-width: 640px;
  }
  .f-capabilities .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .f-feature-row,
  .f-price-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .f-feature-copy {
    max-width: 630px;
  }
  .f-story-section .f-feature-copy {
    grid-row: 1;
  }
  .f-scene {
    min-height: 390px;
  }
  .f-scene > img {
    min-height: 390px;
    max-height: 470px;
  }
  .f-agenda-stage {
    grid-row: 2;
  }
  .f-connected-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .f-connected-copy {
    min-height: auto;
  }
  .f-solutions-grid {
    grid-template-columns: 1fr 1fr;
  }
  .f-solution-link {
    padding: 27px 22px !important;
  }
  .f-solution-link:nth-child(3) {
    border-left: 0;
  }
  .f-solution-link:nth-child(n + 3) {
    border-top: 1px solid #2c4233;
  }
  .f-solutions-heading {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .f-solutions-heading > p {
    max-width: 500px;
  }
  .f-faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .f-price-story {
    max-width: 570px;
  }
  .f-price-card {
    max-width: 590px;
    width: 100%;
    justify-self: center;
  }
  .f-next-step > .wrap {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .f-solution-page .inner-hero .split-content {
    grid-template-columns: 1fr;
  }
  .f-solution-visual {
    max-width: 630px;
    width: 100%;
    margin-inline: auto;
  }
  .f-solution-page .module-grid {
    gap: 35px;
  }
}
@media (max-width: 560px) {
  .f-hero .hero-grid {
    padding-top: 32px;
    padding-bottom: 32px;
    gap: 32px;
  }
  .f-hero .hero-copy h1 {
    font-size: clamp(32px, 8.8vw, 38px);
    line-height: 1.08;
    margin-top: 22px;
  }
  .f-hero .eyebrow {
    font-size: 10px;
    letter-spacing: 1.25px;
  }
  .f-hero .lead {
    font-size: 20px;
  }
  .f-hero .hero-description {
    font-size: 14px;
  }
  .f-hero .hero-actions {
    gap: 20px;
    margin-top: 24px;
  }
  .f-hero .hero-actions .button {
    width: 100%;
  }
  .f-hero .microcopy {
    font-size: 10px;
    line-height: 1.7;
  }
  .f-hero-handoff {
    margin-top: 15px;
    font-size: 10px;
  }
  .f-hero-handoff strong {
    font-size: 12px;
  }
  .f-capabilities {
    padding-block: 22px;
  }
  .f-capabilities span {
    font-size: 10px;
    line-height: 1.55;
    gap: 8px;
  }
  .f-capabilities svg {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
  }
  .f-center-head {
    margin-bottom: 30px;
    text-align: left;
  }
  .f-center-head h2,
  .f-feature-copy h2,
  .f-faq h2,
  .f-solutions h2 {
    font-size: 28px;
  }
  .f-center-head > p:not(.eyebrow),
  .f-feature-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .f-crm-section {
    padding-bottom: 45px;
  }
  .f-under-product {
    justify-content: start;
    gap: 12px;
    flex-direction: column;
    padding-top: 21px;
  }
  .f-under-product > span {
    font-size: 11px;
  }
  .f-scene,
  .f-scene > img {
    min-height: 330px;
  }
  .f-scene-note {
    left: 15px;
    right: 15px;
    padding: 15px;
    bottom: 46px;
    font-size: 10px;
    gap: 12px;
  }
  .f-scene-note strong {
    font-size: 11px;
  }
  .f-scene-note svg {
    width: 22px;
    height: 22px;
  }
  .f-image-credit {
    left: 15px;
    bottom: 15px;
    font-size: 8px;
  }
  .f-copy-list li {
    font-size: 12px;
  }
  .f-timeline button {
    font-size: 10px;
  }
  .f-followup {
    margin-top: 25px;
  }
  .f-followup h3 {
    font-size: 17px;
  }
  .f-followup [data-followup-panel] p {
    font-size: 12px;
  }
  .f-agenda-stage {
    padding: 12px;
  }
  .f-connected-grid > article {
    padding: 22px 16px;
  }
  .f-connected-copy {
    padding-inline: 4px;
  }
  .f-connected-copy h2 {
    font-size: 26px;
  }
  .f-connected-copy p {
    font-size: 13px;
  }
  .f-solutions-grid {
    grid-template-columns: 1fr;
  }
  .f-solution-link + .f-solution-link {
    border-left: 0;
    border-top: 1px solid #2c4233;
  }
  .f-solution-link {
    padding: 24px 0 !important;
  }
  .f-solution-link > svg {
    margin-bottom: 15px;
  }
  .f-solution-link p {
    min-height: 0;
    max-width: 350px;
  }
  .f-faq .questions summary {
    font-size: 14px;
  }
  .f-faq .questions details > p {
    font-size: 13px;
  }
  .f-price-card {
    padding: 26px 22px 23px;
  }
  .f-price-story h1,
  .f-price-story h2 {
    font-size: 30px;
  }
  .f-price-story > p:not(.eyebrow) {
    font-size: 14px;
  }
  .f-price {
    font-size: 64px;
  }
  .f-included li {
    font-size: 13px;
  }
  .f-acquire {
    font-size: 16px;
  }
  .f-plan-foot span {
    font-size: 6px;
  }
  .f-next-step h2 {
    font-size: 32px;
  }
  .f-next-step .button {
    width: 100%;
  }
  .f-solution-page .inner-hero h1 {
    font-size: 32px;
  }
  .f-solution-page .inner-hero .split-content {
    gap: 34px;
  }
  .f-solution-photo img {
    height: 270px;
  }
  .f-demo .demo-display {
    padding: 20px 12px;
  }
  .f-demo .demo-display h2 {
    font-size: 26px;
  }
  .f-acquisition {
    padding: 28px 22px;
  }
  .f-acquisition h2 {
    font-size: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .f-solution-link {
    transition: none;
  }
}
@media print {
  .f-acquisition,
  .f-next-step {
    display: none !important;
  }
}

/* A phone-sized reading rhythm, with one clear action within thumb reach. */
.section {
  padding-block: 76px;
}
.f-mobile-dock {
  display: none;
}
.inner-hero h1 {
  font-size: clamp(32px, 3.4vw, 46px);
}
a,
summary {
  touch-action: manipulation;
}
@media (max-width: 850px) {
  .f-hero .hero-grid {
    min-height: auto;
  }
  .f-connected-copy {
    min-height: 0;
  }
}
@media (max-width: 560px) {
  .section {
    padding-block: 52px;
  }
  .f-hero .hero-copy h1 {
    margin-bottom: 16px;
  }
  .f-hero .lead {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .f-hero .hero-description {
    font-size: 14px;
    line-height: 1.65;
  }
  .f-hero .hero-actions {
    margin-top: 22px;
    gap: 12px;
  }
  .f-hero .hero-actions .text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .f-hero .microcopy {
    margin-top: 10px;
  }
  .f-hero .hero-bottom {
    display: none;
  }
  .f-capabilities {
    padding-block: 22px;
  }
  .f-capabilities .wrap {
    gap: 18px 10px;
  }
  .f-capabilities span {
    font-size: 12px;
    gap: 8px;
  }
  .f-feature-row {
    gap: 28px;
  }
  .f-center-head {
    margin-bottom: 28px;
  }
  .f-scene,
  .f-scene > img {
    min-height: 280px;
  }
  .f-scene > img {
    height: 300px;
  }
  .f-copy-list {
    gap: 13px;
    margin-top: 20px;
  }
  .f-copy-list li {
    font-size: 13px;
  }
  .f-timeline button {
    font-size: 12px;
  }
  .f-followup [data-followup-panel] {
    min-height: 98px;
  }
  .f-followup [data-followup-panel] p {
    font-size: 13px;
  }
  .f-followup .f-timeline-note {
    font-size: 11px;
  }
  .f-connected-grid > article {
    padding: 24px 14px;
  }
  .f-connected-copy h2 {
    font-size: 26px;
  }
  .f-connected-copy p {
    font-size: 14px;
  }
  .f-solutions-heading {
    margin-bottom: 20px;
  }
  .f-solution-link {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    gap: 14px;
  }
  .f-solution-link > svg {
    margin-bottom: 0;
  }
  .f-solution-link h3,
  .f-solution-link p {
    margin: 0;
  }
  .f-solution-link h3 {
    font-size: 18px;
  }
  .f-explore {
    grid-column: 2;
  }
  .f-faq-grid {
    gap: 8px;
  }
  .f-price-grid {
    gap: 26px;
  }
  .f-price-card {
    padding-inline: 20px;
  }
  .f-included {
    gap: 13px;
    padding-block: 20px;
  }
  .f-price-label,
  .f-price-sub {
    font-size: 13px;
  }
  .f-offer-note {
    font-size: 11px;
  }
  .f-plan-foot span {
    font-size: 8px;
    letter-spacing: 0.4px;
  }
  .f-next-step h2 {
    font-size: 28px;
  }
  .inner-hero,
  .f-solution-page .inner-hero {
    padding-block: 28px 46px;
  }
  .inner-hero h1,
  .f-solution-page .inner-hero h1 {
    font-size: 32px;
  }
  .f-solution-page .module-grid h2 {
    font-size: 28px;
  }
  .inner-lead,
  .f-solution-page .inner-hero .inner-lead {
    font-size: 15px;
  }
  .inner-hero .breadcrumb {
    margin-bottom: 24px;
  }
  .f-mobile-dock:not([hidden]) {
    position: fixed;
    z-index: 15;
    inset: auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom))
      max(16px, env(safe-area-inset-left));
    background: #0b1510f5;
    border-top: 1px solid #36513e;
    box-shadow: 0 -4px 20px #06130a12;
  }
  .f-mobile-dock > span {
    font-size: 11px;
    color: #c5d8cb;
  }
  .f-mobile-dock .button {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 13px;
  }
  body:has(.f-mobile-dock) .site-footer {
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }
  body:has(dialog[open], .mobile-nav[open]) .f-mobile-dock {
    visibility: hidden;
  }
}
@media print {
  .f-mobile-dock {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .f-demo .demo-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .f-demo .demo-steps button {
    padding: 14px 12px;
    min-height: 68px;
    font-size: 13px;
    gap: 8px;
    line-height: 1.5;
  }
  .f-demo .demo-layout {
    gap: 22px;
  }
}
