@font-face {
  font-family: 'Syo Display';
  src: url('/syo-kavo/display.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --ink: #080b0a;
  --panel: #101613;
  --white: #f1f4f2;
  --silver: #a9b4ae;
  --green: #65dfb2;
  --line: #26332c;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--ink);
  color: var(--white);
  font-synthesis: none;
}
h1,
h2,
h3,
.price,
.value-result strong {
  font-family: 'Syo Display', Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: #65dfb233;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 6px;
}
::selection {
  background: var(--green);
  color: var(--ink);
}
.wrap {
  width: min(1320px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: -100px;
  background: var(--green);
  color: var(--ink);
  padding: 16px;
}
.skip-link:focus {
  top: 20px;
}
.header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ffffff1c;
}
.brand {
  display: inline-flex;
  width: 177px;
  height: 64px;
  flex-shrink: 0;
  overflow: hidden;
}
.brand-art {
  display: block;
  width: 177px;
  height: 64px;
  background: url('/syo-kavo/logo-syo-kavo.png') center / contain no-repeat;
}
.header nav {
  display: flex;
  gap: 34px;
  color: #c1c9c5;
  font-size: 13px;
}
.header nav a:hover,
.text-link:hover,
.footer a:hover {
  color: var(--green);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 54px;
  padding: 16px 24px;
  background: var(--green);
  border: 1px solid var(--green);
  color: #081d14;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #97ebcb;
  transform: translateY(-2px);
}
.button span {
  font-size: 21px;
  font-weight: 400;
}
.button-outline {
  background: transparent;
  border-color: #53635a;
  color: var(--white);
}
.button-outline:hover {
  background: #16241c;
  border-color: var(--green);
}
.button-small {
  min-height: 43px;
  padding: 10px 17px;
  font-size: 12px;
  gap: 22px;
}
.hero {
  position: relative;
  isolation: isolate;
  margin-top: -112px;
  padding-top: 112px;
  overflow: hidden;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.1px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  color: var(--green);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(70px, 7.5vw, 112px);
  font-weight: 500;
  line-height: 1.055;
  letter-spacing: -6px;
  margin-bottom: 25px;
}
em {
  font-style: normal;
  color: var(--green);
}
.lead {
  font-size: 18px;
  line-height: 1.6;
  color: #d6ddd8;
  margin-bottom: 17px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  line-height: 1.7;
}
.microcopy {
  font-size: 10px;
  color: #afbbb3;
  line-height: 1.7;
  margin: 16px 0 0;
}
.microcopy strong {
  color: #edf5f0;
  font-weight: 500;
}
.microcopy > span {
  margin-inline: 8px;
}
.mini-mark {
  width: 72px;
  height: 40px;
  background: url('/syo-kavo/logo-syo-kavo.png') center / contain no-repeat;
  display: inline-block;
  flex-shrink: 0;
}
.section {
  padding-block: 110px;
}
h2 {
  font-size: clamp(33px, 3.4vw, 49px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1.8px;
  margin-bottom: 28px;
  text-wrap: balance;
}
h2 > span {
  color: #8e9c93;
}
.sales-message {
  text-align: center;
}
.sales-message h2 {
  font-size: clamp(36px, 4.4vw, 64px);
  max-width: 960px;
  margin-inline: auto;
}
.sales-message.light-surface h2 > span {
  color: #246b4b;
}
.sales-message p {
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--silver);
  text-wrap: pretty;
}
.sales-message strong {
  color: var(--white);
  font-weight: 500;
}
.conversation {
  width: 100%;
  max-width: 367px;
  justify-self: end;
  background: #0a100de8;
  border: 1px solid #53665b80;
  box-shadow: 0 30px 100px #0008;
  border-radius: 10px;
  padding: 22px;
  transform: translateY(79px);
}
.conversation-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.conversation-head > div {
  flex: 1;
}
.conversation-head strong {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}
.conversation-head div span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  color: var(--silver);
}
.status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 12px #65dfb260;
  flex-shrink: 0;
}
.demo-label {
  color: #a5b2aa;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 18px 0;
}
.bubble {
  max-width: 90%;
  margin-bottom: 12px;
  padding: 13px 15px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.6;
}
.bubble > span {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 8px;
  color: #a5b2aa;
}
.customer {
  margin-left: auto;
  background: #202a24;
}
.assistant {
  background: #163a2c;
  border: 1px solid #286048;
}
.assistant b {
  color: var(--green);
  margin-left: 4px;
}
.opportunity {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 19px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.check {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 1px solid #376b52;
  border-radius: 50%;
  color: var(--green);
}
.opportunity strong {
  font-size: 10px;
  font-weight: 500;
}
.opportunity p {
  font-size: 9px;
  color: var(--silver);
  line-height: 1.6;
  margin: 5px 0 0;
}
.opportunity > span:last-child {
  color: var(--green);
}
.pricing {
  background: #fff;
  border-block: 1px solid #e1e7e2;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
  align-items: center;
}
.pricing-intro {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 35px;
}
.muted {
  font-size: 14px;
  line-height: 1.85;
  color: var(--silver);
  max-width: 370px;
}
.price-card {
  --white: #f1f4f2;
  --silver: #a9b4ae;
  --line: #26332c;
  color: var(--white);
  padding: 35px;
  background: #0b120e;
  border: 1px solid #41634d;
  border-radius: 14px;
  box-shadow: 0 22px 65px #12281d1f;
}
.price-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  font-size: 11px;
  letter-spacing: 2px;
}
.launch-label {
  color: var(--green);
  font-size: 8px;
  letter-spacing: 0.8px;
  background: #183225;
  border: 1px solid #2c4e39;
  padding: 7px 8px;
  border-radius: 3px;
}
.price-card h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
.price-card > p {
  font-size: 12px;
  color: var(--silver);
  line-height: 1.7;
  margin-bottom: 10px;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 94px;
  font-weight: 400;
  letter-spacing: -4px;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  margin-bottom: 15px;
}
.price > span {
  font-size: 22px;
  letter-spacing: -0.5px;
  align-self: flex-start;
  margin-top: 17px;
}
.price > .price-cents {
  font-size: 39px;
  align-self: baseline;
  margin-top: 0;
  margin-left: -6px;
  letter-spacing: -2px;
}
.light-surface {
  --white: #14271c;
  --silver: #58675e;
  --line: #dde6df;
  background-color: #fff;
  color: #14271c;
  color-scheme: light;
}
.light-surface .eyebrow,
.light-surface .text-link,
.light-surface .questions summary > span {
  color: #246b4b;
}
.light-surface h2 > span {
  color: #6b7970;
}
.light-surface a:focus-visible,
.light-surface summary:focus-visible {
  outline-color: #246b4b;
}
.light-surface .questions summary:hover {
  color: #246b4b;
}
.value-calculator {
  max-width: 465px;
  margin-top: 30px;
}
.value-calculator label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 11px;
  line-height: 1.6;
  color: #536458;
}
.value-calculator output {
  font-variant-numeric: tabular-nums;
  color: #193c27;
  font-size: 17px;
  font-family: 'Syo Display', Arial, sans-serif;
  white-space: nowrap;
}
.value-calculator input {
  display: block;
  width: 100%;
  height: 36px;
  margin: 16px 0 0;
  accent-color: #287d50;
  cursor: pointer;
}
.value-calculator input:focus-visible {
  outline: 2px solid #287d50;
  outline-offset: 4px;
  border-radius: 5px;
}
.range-labels {
  display: flex;
  justify-content: space-between;
  color: #6a796e;
  font-size: 9px;
}
.value-result {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
  border-top: 1px solid #dce5df;
  padding-top: 24px;
}
.value-result strong {
  font-size: 53px;
  letter-spacing: -3px;
  font-weight: 500;
  line-height: 1;
  color: #246b4b;
  min-width: 116px;
}
.value-result p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  color: #233d2c;
}
.value-result p span {
  font-size: 10px;
  color: #5c6b62;
}
#value-note {
  font-size: 9px;
  color: #69786e;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 410px;
}
.price-card .price-detail {
  font-size: 10px;
  max-width: 320px;
  line-height: 1.7;
}
.price-card ul {
  list-style: none;
  padding: 25px 0;
  margin: 22px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 17px;
  font-size: 12px;
  color: #d1dcd5;
}
.price-card li:before {
  content: '✓';
  color: var(--green);
  margin-right: 12px;
}
.price-card .button {
  width: 100%;
  margin-top: 8px;
}
.price-card .microcopy {
  font-size: 9px;
  text-align: center;
  margin-bottom: 0;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
}
.questions details {
  border-bottom: 1px solid var(--line);
}
.questions summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  list-style: none;
  font-size: 14px;
  padding: 23px 0;
  line-height: 1.6;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions summary > span {
  color: var(--green);
  font-size: 21px;
  flex-shrink: 0;
}
.questions details[open] summary > span {
  transform: rotate(45deg);
}
.questions details p {
  color: var(--silver);
  font-size: 13px;
  line-height: 1.9;
  max-width: 95%;
  padding-bottom: 13px;
}
.questions summary:hover {
  color: var(--green);
}
.launch {
  text-align: center;
  border-top: 1px solid var(--line);
  padding-block: 90px 110px;
}
.launch > .mini-mark {
  width: 63px;
  height: 63px;
  background-size: contain;
  background-position: center;
  margin-bottom: 28px;
}
.launch .eyebrow {
  justify-content: center;
}
.launch h2 {
  font-size: clamp(37px, 4.6vw, 62px);
}
.launch > p:not(.eyebrow) {
  color: var(--silver);
  line-height: 1.8;
  font-size: 15px;
}
.launch > .text-link {
  color: var(--green);
}
.footer {
  display: flex;
  align-items: center;
  gap: 32px;
  border-top: 1px solid var(--line);
  padding-block: 30px 40px;
}
.footer p {
  font-size: 11px;
  color: var(--silver);
  flex: 1;
  margin: 0;
}
.footer > a:not(.brand) {
  font-size: 11px;
}
.footer small {
  font-size: 9px;
  color: #a0afa6;
}
.footer .brand {
  width: 141px;
  height: 51px;
}
.footer .brand-art {
  transform: scale(0.8);
  transform-origin: top left;
  min-width: 177px;
}
.testimonials {
  background: #0b110d;
}
.testimonials-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 38px;
}
.testimonials-heading h2 {
  margin-bottom: 0;
}
.testimonial-disclosure {
  color: #b1beb6;
  font-size: 12px;
  line-height: 1.75;
  margin: 0 0 5px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.testimonial-grid figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 28px;
  border: 1px solid #2a3c30;
  background: #111c15;
  border-radius: 10px;
}
.quote-mark {
  font:
    58px/1 'Syo Display',
    Arial,
    sans-serif;
  color: var(--green);
  height: 45px;
}
.testimonial-grid blockquote {
  margin: 12px 0 28px;
  font:
    400 21px/1.5 'Syo Display',
    Arial,
    sans-serif;
  letter-spacing: -0.35px;
  flex: 1;
}
.testimonial-grid figcaption {
  border-top: 1px solid #2a3c30;
  padding-top: 18px;
  display: grid;
  gap: 7px;
  font-size: 11px;
  color: #aab9af;
}
.testimonial-topic {
  color: #d7e7dc;
  font-size: 12px;
}
@media (max-width: 800px) {
  .testimonials-heading {
    display: block;
  }
  .testimonial-disclosure {
    margin-top: 20px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .testimonial-grid figure {
    padding: 24px;
  }
  .testimonial-grid blockquote {
    margin-bottom: 23px;
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    padding-inline: 17px;
    gap: 18px;
  }
  h1 {
    font-size: 82px;
  }
  .pricing-grid,
  .faq {
    gap: 55px;
  }
  .price-card {
    padding: 28px;
  }
  .header nav {
    gap: 22px;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 90px;
  }
  .header nav {
    display: none;
  }
  .header > .button {
    font-size: 10px;
    padding: 8px 12px;
    gap: 12px;
  }
  .brand {
    width: 145px;
    height: 53px;
  }
  .brand-art {
    transform: scale(0.82);
    transform-origin: top left;
    min-width: 177px;
  }
  .hero {
    margin-top: -90px;
    padding-top: 90px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.6px;
    margin-bottom: 23px;
  }
  h1 {
    font-size: clamp(52px, 14.2vw, 88px);
    letter-spacing: -3px;
  }
  .lead {
    font-size: 16px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    font-size: 12px;
  }
  .section {
    padding-block: 70px;
  }
  .pricing-grid,
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .sales-message p {
    font-size: 15px;
  }

  .pricing-intro {
    margin-top: 15px;
  }
  .price-card {
    max-width: 500px;
    width: 100%;
    justify-self: center;
  }
  .faq {
    gap: 12px;
  }
  .faq h2 {
    margin-bottom: 8px;
  }
  .launch h2 {
    letter-spacing: -1.5px;
  }
  .footer {
    gap: 20px;
    flex-wrap: wrap;
  }
  .footer p {
    flex: 1;
    min-width: 135px;
  }
  .footer > a:not(.brand) {
    flex: 1;
  }
  .footer small {
    font-size: 10px;
  }
  .value-calculator {
    margin-bottom: 20px;
  }
  .value-result {
    gap: 15px;
  }
  .value-result strong {
    font-size: 47px;
    min-width: 103px;
  }
  .price {
    font-size: 86px;
  }
}
@media (max-width: 380px) {
  .wrap {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 48px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-actions .text-link {
    padding-block: 6px;
  }
  .price-card {
    padding: 23px;
  }
  .price-top {
    gap: 7px;
    letter-spacing: 1px;
  }
  .price-card .button {
    font-size: 11px;
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

.hero-grid {
  min-height: 705px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
  gap: 36px;
  padding-top: 58px;
  padding-bottom: 65px;
}
.hero-description {
  max-width: 440px;
  color: #a9b4ae;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 28px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  color: #acb8b0;
  font-size: 9px;
  letter-spacing: 2px;
}
.hero-bottom a {
  display: flex;
  gap: 25px;
  align-items: center;
}
.hero-bottom a span {
  font-size: 20px;
  color: var(--green);
}
.promise-strip {
  border-block: 1px solid #dce5df;
  background: #f3f7f4;
}
.promise-strip .wrap {
  display: flex;
  justify-content: space-between;
  padding-block: 28px;
  color: #243b2c;
  font-size: 13px;
}
.promise-strip span:before {
  content: '↗';
  margin-right: 15px;
  color: #1a6748;
}
.launch-state {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 380px;
  margin: 30px auto 25px;
  border: 1px solid #34543f;
  border-radius: 6px;
  padding: 20px;
  background: #142019;
}
.launch-state strong {
  font-size: 13px;
  font-weight: 400;
}
.launch-state > span:last-child {
  flex-basis: 100%;
  font-size: 10px;
  color: var(--silver);
}
@media (min-width: 1600px) {
  .hero-grid {
    min-height: 760px;
  }
}
@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
  }
  .conversation {
    padding: 17px;
  }
}
@media (max-width: 800px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 40px;
    gap: 25px;
  }
  .hero-copy {
    max-width: 580px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 390px;
  }
  .conversation {
    justify-self: end;
    transform: none;
    margin-top: 10px;
    max-width: 345px;
  }
  .hero-bottom {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .hero-bottom a {
    gap: 12px;
  }
  .promise-strip .wrap {
    font-size: 10px;
    gap: 14px;
    flex-wrap: wrap;
    padding-block: 24px;
  }
  .promise-strip span:before {
    margin-right: 6px;
  }
}
