:root {
  color-scheme: light;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #4a4a4a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #4a4a4a;
  color: #1e1e1e;
}

body.modal-open {
  overflow: hidden;
}

.page-shell {
  min-height: 100vh;
  padding: 32px 20px;
}

.content-card {
  width: min(100%, 1400px);
  min-height: 760px;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px 28px 40px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  margin: 0 auto;
}

.content-header {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand-mark {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-mark img {
  display: block;
  width: clamp(130px, 15vw, 190px);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  margin-left: auto;
  margin-right: 48px;
  gap: clamp(14px, 2vw, 48px);
  min-width: 0;
}

.main-nav a {
  color: #161616;
  text-decoration: none;
  font-size: clamp(0.86rem, 1.15vw, 1.18rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.site-nav-link {
  position: relative;
  transition: color 160ms ease;
}

.site-nav-link.is-active {
  color: #65d53f;
  font-weight: 700;
}

.site-nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: #65d53f;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 14px;
  background: #65d53f;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(0.9rem, 1.05vw, 1.08rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.content-body {
  padding: 54px 34px 18px;
  display: flex;
  flex-direction: column;
  gap: 92px;
}

.hero-section {
  min-height: 560px;
  display: flex;
  flex-direction: column;
}

.hero-copy {
  max-width: 860px;
}

.hero-title {
  margin: 0;
  color: #050505;
  font-size: clamp(3.25rem, 7.2vw, 6.9rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.08em;
  text-wrap: balance;
}

.hero-title-accent {
  color: #65d53f;
}

.hero-subtitle {
  margin: 34px 0 0;
  color: #181818;
  font-size: clamp(1.3rem, 2.1vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 72px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: clamp(1rem, 1.35vw, 1.42rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
  transition: transform 140ms ease;
}

.hero-button:hover {
  transform: translateY(-1px);
}

.hero-button-primary {
  background: #050505;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.hero-button-secondary {
  background: #ffffff;
  border: 2px solid #d5d5d5;
  color: #111111;
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
}

.hero-waveform {
  width: calc(100% + 124px);
  margin-left: -62px;
  margin-top: auto;
  margin-bottom: -24px;
  padding-top: 62px;
  display: flex;
  justify-content: center;
}

.hero-waveform img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.listen-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.listen-section-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.listen-title {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.listen-note {
  margin: 0;
  color: #666666;
  font-size: 1rem;
  line-height: 1.5;
}

.demo-carousel {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding-block: 8px 18px;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  cursor: ew-resize;
}

.demo-carousel::-webkit-scrollbar {
  display: none;
}

.demo-carousel:focus-visible {
  outline: 3px solid rgba(46, 148, 135, 0.28);
  outline-offset: 6px;
}

.demo-carousel-track {
  display: flex;
  width: max-content;
  animation: demo-carousel-scroll 85s linear infinite;
  will-change: transform;
}

.demo-carousel:hover .demo-carousel-track,
.demo-carousel:focus-within .demo-carousel-track,
.demo-carousel.is-user-scrolling .demo-carousel-track {
  animation-play-state: paused;
}

.demo-carousel-group {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  flex-shrink: 0;
}

.demo-card {
  position: relative;
  width: 308px;
  min-height: 340px;
  padding: 22px 22px 24px;
  border-radius: 22px;
  border: 1.5px solid #e7e7e7;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.demo-card:hover {
  transform: translateY(-3px);
  border-color: #d8d8d8;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.demo-card:focus-visible {
  outline: 3px solid rgba(46, 148, 135, 0.35);
  outline-offset: 4px;
}

.demo-card-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
}

.demo-card-logo {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.demo-card-wordmark {
  color: #121212;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.demo-card-title {
  margin: 34px 0 0;
  color: #0d0d0d;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.demo-card-category {
  margin: 8px 0 0;
  color: #454545;
  font-size: 1rem;
  line-height: 1.35;
}

.demo-card-direction {
  position: absolute;
  right: 22px;
  bottom: 24px;
  margin: 0;
  color: #b2b7bd;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
  padding: 4px 0 4px 8px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  text-align: right;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
}

.demo-card-placeholder {
  margin: 10px 0 0;
  color: #9a9a9a;
  font-size: 0.95rem;
  line-height: 1.35;
}

.demo-card-duration {
  margin-top: auto;
  color: #101010;
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
}

.demo-card-audio {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.demo-play-button {
  width: 64px;
  height: 64px;
  border: 2px solid #d9d9d9;
  border-radius: 999px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  cursor: pointer;
}

.demo-play-button:hover {
  border-color: #bbbbbb;
}

.demo-play-icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #050505;
}

.demo-card-waveform {
  display: block;
  width: 160px;
  height: auto;
  flex: 0 0 auto;
}

.demo-modal {
  width: min(calc(100% - 32px), 680px);
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  transition: opacity 220ms ease;
}

.demo-modal::backdrop {
  background: rgba(7, 7, 7, 0);
  backdrop-filter: blur(0);
  transition: background 220ms ease, backdrop-filter 220ms ease;
}

.demo-modal.is-visible {
  opacity: 1;
}

.demo-modal.is-visible::backdrop {
  background: rgba(7, 7, 7, 0.52);
  backdrop-filter: blur(8px);
}

.demo-modal-shell {
  position: relative;
  padding: 26px 26px 28px;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 220ms ease, transform 220ms ease;
}

.demo-modal.is-visible .demo-modal-shell {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.demo-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 1.75rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.demo-modal-header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-right: 52px;
}

.demo-modal-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.demo-modal-badge {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
}

.demo-modal-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.demo-modal-brand-copy {
  min-width: 0;
}

.demo-modal-wordmark {
  margin: 0;
  color: #5f5f5f;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.demo-modal-title {
  margin: 8px 0 0;
  color: #090909;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.demo-modal-duration {
  margin: 4px 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f6f6f6;
  color: #171717;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
}

.demo-modal-category {
  margin: 18px 0 0;
  color: #222222;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.demo-modal-copy {
  margin: 12px 0 0;
  max-width: 48ch;
  color: #686868;
  font-size: 1rem;
  line-height: 1.6;
}

.demo-modal-player {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: linear-gradient(180deg, #fdfdfd 0%, #f7f7f7 100%);
}

.demo-modal-player.is-audio-ready {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 12px 18px;
}

.demo-modal-player.is-audio-ready .demo-modal-placeholder {
  display: none;
}

.demo-modal-placeholder {
  display: flex;
  align-items: center;
  gap: 18px;
}

.demo-modal-placeholder-button {
  width: 72px;
  height: 72px;
  border: 2px solid #dbdbdb;
  border-radius: 999px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.demo-modal-wave-stack {
  min-width: 0;
  flex: 1 1 auto;
}

.demo-modal-wave-stack img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
}

.demo-modal-audio-element {
  width: 100%;
}

.demo-modal-player.is-audio-ready .demo-modal-audio-element {
  display: block;
  width: min(100%, 760px);
  margin: 0 auto;
}

.capabilities-section {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-top: 8px;
}

.capabilities-title {
  margin: 0;
  color: #070707;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capability-card {
  padding: 10px 38px 0 18px;
}

.capability-card + .capability-card {
  border-left: 1px solid #ececec;
  padding-left: 58px;
}

.capability-icon-tile {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #f6f6f6;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.capability-icon-tile svg {
  width: 28px;
  height: 28px;
}

.capability-name {
  margin: 28px 0 0;
  color: #0a0a0a;
  font-size: clamp(1.75rem, 2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.capability-list {
  margin: 20px 0 0;
  padding-left: 1.2em;
  color: #121212;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.65;
}

.capability-list li + li {
  margin-top: 2px;
}

.cta-section {
  padding-top: 8px;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 510px);
  gap: clamp(30px, 4vw, 68px);
  align-items: stretch;
  padding: clamp(24px, 3.2vw, 48px) clamp(24px, 3.2vw, 48px) 0;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfbf9 0%, #f7f7f5 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.cta-copy-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 42px;
  padding: clamp(4px, 1.4vw, 18px) 0;
}

.cta-copy {
  max-width: 24rem;
}

.cta-title {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.cta-description {
  margin: 22px 0 0;
  color: #4f5660;
  font-size: clamp(1rem, 1.35vw, 1.4rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.cta-benefits {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cta-benefit {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.cta-benefit-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #f1f1ef;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-benefit-icon svg {
  width: 27px;
  height: 27px;
}

.cta-benefit-copy h3 {
  margin: 4px 0 0;
  color: #111111;
  font-size: clamp(1.12rem, 1.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.cta-benefit-copy p {
  margin: 8px 0 0;
  color: #525961;
  font-size: clamp(0.96rem, 1.05vw, 1.1rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.cta-phone-column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cta-phone-frame {
  width: min(100%, 500px);
  padding: 16px 16px 0;
  border-radius: 50px 50px 0 0;
  background: linear-gradient(180deg, #111111 0%, #050505 100%);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.cta-phone-screen {
  min-height: 100%;
  padding: 34px 32px 28px;
  border-radius: 36px 36px 0 0;
  background: #ffffff;
}

.cta-phone-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 9px 16px 10px;
  border-radius: 10px;
  background: #090909;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.cta-phone-badge-n {
  color: #65d53f;
}

.cta-phone-message {
  position: relative;
  margin-top: 28px;
  max-width: min(92%, 438px);
  padding: 24px 28px 26px;
  border: 0;
  border-radius: 38px 38px 38px 10px;
  background: #65d53f;
  box-shadow: 0 10px 22px rgba(101, 213, 63, 0.12);
  isolation: isolate;
}

.cta-phone-message::before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: 0;
  width: 34px;
  height: 18px;
  background: #65d53f;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: -1;
}

.cta-phone-message p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.2vw, 1.28rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
  text-align: left;
}

.cta-phone-kicker {
  margin: 20px 0 0;
  color: #33cc14;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.cta-form {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cta-field {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid #dfdfdf;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cta-field-icon {
  color: #747b83;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-field-icon svg {
  width: 24px;
  height: 24px;
}

.cta-field input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  color: #1b1b1b;
  font: inherit;
  font-size: 1rem;
  line-height: 1.2;
}

.cta-field input::placeholder {
  color: #777d85;
}

.cta-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 60px;
  margin-top: 4px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #43db12 0%, #2bc100 100%);
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(68, 214, 22, 0.24);
  transition: transform 140ms ease, opacity 140ms ease, box-shadow 140ms ease;
}

.cta-submit:hover {
  transform: translateY(-1px);
}

.cta-submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
  box-shadow: 0 10px 24px rgba(68, 214, 22, 0.18);
}

.cta-submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-submit-icon svg {
  width: 24px;
  height: 24px;
}

.cta-form-status {
  margin: 10px 0 0;
  padding-left: 30px;
  min-height: 1.5em;
  color: #697078;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cta-form-status[hidden] {
  display: block;
  visibility: hidden;
}

.cta-form-status.is-loading {
  color: #5f666d;
}

.cta-form-status.is-success {
  color: #1c9c00;
}

.cta-form-status.is-error {
  color: #b13b2e;
}

.cta-phone-note {
  margin: 16px 0 0;
  color: #72777f;
  font-size: 0.92rem;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.cta-phone-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6d737b;
}

.cta-phone-note-icon svg {
  width: 20px;
  height: 20px;
}

.industries-section {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-top: 4px;
}

.industries-title {
  margin: 0;
  color: #070707;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.industries-grid {
  display: grid;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
}

.industry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.industry-icon {
  width: 58px;
  height: 58px;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.industry-icon svg {
  width: 48px;
  height: 48px;
}

.industry-label {
  margin: 0;
  max-width: 10ch;
  color: #121212;
  font-size: clamp(1rem, 1.1vw, 1.28rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.bottom-cta-section {
  padding-top: 4px;
}

.bottom-cta-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: clamp(30px, 4vw, 52px) clamp(22px, 4vw, 40px);
  border-radius: 24px;
  background: linear-gradient(180deg, #fbfbf9 0%, #f7f7f5 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.bottom-cta-title {
  margin: 0;
  color: #070707;
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.bottom-cta-copy {
  margin: 0;
  max-width: 34ch;
  color: #666666;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.bottom-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  margin-top: 4px;
  padding: 0 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, #43db12 0%, #2bc100 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  box-shadow: 0 14px 30px rgba(68, 214, 22, 0.22);
}

.bottom-cta-arrow {
  font-size: 1.1em;
  line-height: 1;
}

.contact-page .content-card {
  min-height: auto;
}

.contact-page .content-body {
  padding-top: 42px;
  gap: 64px;
}

.contact-section {
  padding-top: 4px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.contact-copy-column {
  max-width: 34rem;
  padding-top: clamp(10px, 2vw, 36px);
}

.contact-kicker {
  margin: 0;
  color: #65d53f;
  font-size: clamp(0.96rem, 1.2vw, 1.12rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-title {
  margin: 26px 0 0;
  color: #070707;
  font-size: clamp(3.2rem, 6.4vw, 6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.08em;
  text-wrap: balance;
}

.contact-description {
  margin: 28px 0 0;
  max-width: 25ch;
  color: #5c636b;
  font-size: clamp(1.12rem, 1.55vw, 1.5rem);
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 42px;
}

.contact-method {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.contact-method-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(101, 213, 63, 0.08);
  color: #65d53f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(101, 213, 63, 0.14);
}

.contact-method-icon svg {
  width: 32px;
  height: 32px;
}

.contact-method-label {
  margin: 4px 0 0;
  color: #4b525a;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.contact-method-value {
  margin: 8px 0 0;
  color: #0b0b0b;
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.contact-method-note {
  margin: 10px 0 0;
  color: #697078;
  font-size: clamp(0.98rem, 1.1vw, 1.1rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.contact-form-panel {
  padding: clamp(26px, 3.4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(180deg, #fbfbf9 0%, #f7f7f5 100%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.contact-form-title {
  margin: 0;
  color: #070707;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.contact-form-intro {
  margin: 18px 0 0;
  color: #666666;
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.contact-form {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form-label {
  color: #141414;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.contact-form-input {
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid #dfdfdf;
  border-radius: 16px;
  background: #ffffff;
  color: #1b1b1b;
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-form-input::placeholder {
  color: #8a9097;
}

.contact-form-textarea {
  min-height: 168px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

.contact-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  border: 0;
  border-radius: 16px;
  background: #65d53f;
  color: #ffffff;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
  box-shadow: none;
  transition: transform 140ms ease, opacity 140ms ease;
}

.contact-form-submit:hover {
  transform: translateY(-1px);
}

.contact-form-submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.contact-form-submit-icon {
  font-size: 1.1em;
  line-height: 1;
}

.contact-form-note {
  margin: 24px 0 0;
  color: #6f757c;
  font-size: 0.96rem;
  line-height: 1.45;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.contact-form-note-icon {
  color: #65d53f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-form-note-icon svg {
  width: 20px;
  height: 20px;
}

.contact-form-status {
  margin: 12px 0 0;
  min-height: 1.45em;
  color: #697078;
  font-size: 0.94rem;
  line-height: 1.45;
  text-align: center;
}

.contact-form-status[hidden] {
  display: block;
  visibility: hidden;
}

.contact-form-status.is-loading {
  color: #5f666d;
}

.contact-form-status.is-success {
  color: #1c9c00;
}

.contact-form-status.is-error {
  color: #b13b2e;
}

.contact-panel-divider {
  height: 1px;
  margin: 28px 0 20px;
  background: rgba(14, 14, 14, 0.08);
}

.contact-scheduler {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-scheduler-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-scheduler-title {
  margin: 0;
  color: #070707;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.contact-scheduler-intro {
  margin: 0;
  color: #666666;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.contact-scheduler-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(240px, 0.88fr);
  height: 420px;
  gap: 18px;
  padding: 18px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(12, 12, 12, 0.06);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
}

.contact-scheduler-calendar,
.contact-scheduler-slots {
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.contact-scheduler-monthbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.contact-scheduler-monthnav {
  width: 38px;
  height: 38px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  background: #ffffff;
  color: #565d65;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.contact-scheduler-monthnav:hover {
  transform: translateY(-1px);
  border-color: #d3d7dc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

.contact-scheduler-monthnav:disabled {
  opacity: 0.42;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.contact-scheduler-monthlabel {
  margin: 0;
  flex: 1 1 auto;
  color: #101010;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: center;
}

.contact-scheduler-weekdays {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.contact-scheduler-weekdays span {
  color: #6f757d;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}

.contact-scheduler-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.contact-scheduler-day {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #181818;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.contact-scheduler-day:hover {
  transform: translateY(-1px);
  border-color: #d6d9dd;
  background: #f7f8f8;
}

.contact-scheduler-day.is-outside,
.contact-scheduler-day.is-unavailable {
  color: #b0b5bb;
  cursor: default;
}

.contact-scheduler-day.is-outside:hover,
.contact-scheduler-day.is-unavailable:hover {
  transform: none;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.contact-scheduler-day.is-selected {
  border-color: #65d53f;
  background: #65d53f;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(101, 213, 63, 0.28);
}

.contact-scheduler-day:focus-visible,
.contact-scheduler-slot:focus-visible,
.contact-scheduler-confirm:focus-visible,
.contact-scheduler-monthnav:focus-visible {
  outline: 3px solid rgba(101, 213, 63, 0.32);
  outline-offset: 3px;
}

.contact-scheduler-slots {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 0;
  overflow: hidden;
}

.contact-scheduler-slots-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-scheduler-date {
  margin: 0;
  color: #0d0d0d;
  font-size: clamp(1.1rem, 1.5vw, 1.36rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.contact-scheduler-timezone {
  margin: 0;
  color: #7a8088;
  font-size: 0.92rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.contact-scheduler-slotlist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(138, 144, 151, 0.6) transparent;
}

.contact-scheduler-slotlist::-webkit-scrollbar {
  width: 8px;
}

.contact-scheduler-slotlist::-webkit-scrollbar-track {
  background: transparent;
}

.contact-scheduler-slotlist::-webkit-scrollbar-thumb {
  background: rgba(138, 144, 151, 0.45);
  border-radius: 999px;
}

.contact-scheduler-slotlist::-webkit-scrollbar-thumb:hover {
  background: rgba(138, 144, 151, 0.72);
}

.contact-scheduler-slot {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  background: #ffffff;
  color: #454b52;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.contact-scheduler-slot:hover {
  transform: translateY(-1px);
  border-color: #d0d5da;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

.contact-scheduler-slot.is-selected {
  border-color: #65d53f;
  background: #65d53f;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(101, 213, 63, 0.24);
}

.contact-scheduler-slot.is-empty,
.contact-scheduler-slot.is-empty:hover {
  transform: none;
  border-color: #e3e3e3;
  background: #f7f8f8;
  color: #8a9097;
  font-weight: 600;
  box-shadow: none;
  cursor: default;
}

.contact-scheduler-confirm {
  min-height: 48px;
  margin-top: 4px;
  border: 0;
  border-radius: 12px;
  background: #65d53f;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
  box-shadow: none;
  transition: transform 140ms ease, opacity 140ms ease;
}

.contact-scheduler-confirm:hover {
  transform: translateY(-1px);
}

.contact-scheduler-confirm:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.contact-scheduler-provider {
  margin: 0;
  color: #7c8289;
  font-size: 0.92rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.contact-scheduler-provider-icon {
  color: #8a9097;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-scheduler-provider-icon svg {
  width: 16px;
  height: 16px;
}

.contact-scheduler-provider [data-scheduler-provider] {
  color: #666d75;
  font-weight: 600;
}

.contact-scheduler-status {
  margin: 0;
  min-height: 1.45em;
  color: #697078;
  font-size: 0.94rem;
  line-height: 1.45;
  text-align: center;
}

.contact-scheduler-status[hidden] {
  display: block;
  visibility: hidden;
}

.contact-scheduler-status.is-loading {
  color: #5f666d;
}

.contact-scheduler-status.is-success {
  color: #1c9c00;
}

.contact-scheduler-status.is-error {
  color: #b13b2e;
}

.about-page .content-card {
  min-height: auto;
}

.about-page .content-body {
  padding-top: 42px;
  gap: 78px;
}

.about-hero-section,
.about-mission-section,
.about-founders-section {
  padding-top: 4px;
}

.about-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.82fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
}

.about-hero-copy {
  max-width: 43rem;
}

.about-kicker {
  margin: 0;
  color: #65d53f;
  font-size: clamp(0.96rem, 1.2vw, 1.12rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-kicker-center {
  text-align: center;
}

.about-hero-title {
  margin: 26px 0 0;
  color: #070707;
  font-size: clamp(3.2rem, 6.2vw, 6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.08em;
  text-wrap: balance;
}

.about-hero-description {
  margin: 28px 0 0;
  max-width: 28ch;
  color: #5c636b;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.about-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.about-highlight-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 0;
}

.about-highlight-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(101, 213, 63, 0.08);
  color: #65d53f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(101, 213, 63, 0.14);
}

.about-highlight-icon svg {
  width: 26px;
  height: 26px;
}

.about-highlight-copy h2 {
  margin: 3px 0 0;
  color: #0a0a0a;
  font-size: clamp(1.05rem, 1.2vw, 1.18rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.about-highlight-copy p {
  margin: 8px 0 0;
  color: #687078;
  font-size: 0.95rem;
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.about-hero-visual {
  display: flex;
  justify-content: center;
}

.about-orbit-shell {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.about-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(101, 213, 63, 0.12);
}

.about-orbit-outer {
  inset: 4%;
}

.about-orbit-middle {
  inset: 17%;
  background: radial-gradient(circle, rgba(101, 213, 63, 0.08) 0%, rgba(101, 213, 63, 0.03) 48%, transparent 72%);
}

.about-orbit-inner {
  inset: 30%;
  background: radial-gradient(circle, rgba(101, 213, 63, 0.1) 0%, rgba(101, 213, 63, 0.02) 75%, transparent 100%);
}

.about-orbit-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #65d53f;
  box-shadow: 0 0 0 6px rgba(101, 213, 63, 0.08);
}

.about-orbit-dot-top {
  top: 19%;
  left: 28%;
}

.about-orbit-dot-right {
  top: 50%;
  right: 11%;
  transform: translateY(-50%);
}

.about-orbit-dot-bottom {
  right: 23%;
  bottom: 18%;
}

.about-orbit-dot-left {
  top: 50%;
  left: 11%;
  transform: translateY(-50%);
}

.about-orbit-card {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  background: #ffffff;
  color: #3d444b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.about-orbit-card svg {
  width: 34px;
  height: 34px;
}

.about-orbit-card-call {
  top: 20%;
  left: 10%;
}

.about-orbit-card-calendar {
  top: 20%;
  right: 10%;
}

.about-orbit-card-people {
  bottom: 21%;
  left: 9%;
}

.about-orbit-card-analytics {
  right: 10%;
  bottom: 18%;
}

.about-hero-core {
  position: relative;
  z-index: 1;
  width: 40%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.about-core-wave {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-core-wave span {
  width: 10px;
  border-radius: 999px;
  background: #33cc14;
}

.about-core-wave span:nth-child(1),
.about-core-wave span:nth-child(7) {
  height: 36px;
}

.about-core-wave span:nth-child(2),
.about-core-wave span:nth-child(6) {
  height: 58px;
}

.about-core-wave span:nth-child(3),
.about-core-wave span:nth-child(5) {
  height: 82px;
}

.about-core-wave span:nth-child(4) {
  height: 118px;
}

.about-section-title {
  margin: 24px auto 0;
  max-width: 18ch;
  color: #070707;
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: center;
  text-wrap: balance;
}

.about-section-copy {
  margin: 22px auto 0;
  max-width: 48rem;
  color: #687078;
  font-size: clamp(1.04rem, 1.2vw, 1.18rem);
  line-height: 1.7;
  letter-spacing: -0.03em;
  text-align: center;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.about-principle-card {
  padding: 10px 32px 0 18px;
}

.about-principle-card + .about-principle-card {
  border-left: 1px solid #ececec;
  padding-left: 42px;
}

.about-principle-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #f6f6f6;
  color: #65d53f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-principle-icon svg {
  width: 28px;
  height: 28px;
}

.about-principle-card h3 {
  margin: 24px 0 0;
  color: #0a0a0a;
  font-size: clamp(1.35rem, 1.65vw, 1.85rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.about-principle-card p {
  margin: 14px 0 0;
  color: #697078;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: -0.03em;
}

.about-founders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}

.founder-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fbfbf9 0%, #f7f7f5 100%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.founder-card-photo {
  width: 220px;
  height: 220px;
  border-radius: 999px;
  overflow: hidden;
  background: #f0f1ef;
  flex: 0 0 auto;
}

.founder-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.founder-card-name {
  margin: 0;
  color: #0a0a0a;
  font-size: clamp(1.8rem, 2.1vw, 2.2rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.founder-card-email {
  display: inline-block;
  margin-top: 12px;
  color: #65d53f;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.founder-card-bio {
  margin: 18px 0 0;
  color: #697078;
  font-size: 1.04rem;
  line-height: 1.7;
  letter-spacing: -0.03em;
}

.site-footer {
  padding: 0px 0 10px;
}

.site-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2vw, 46px);
  flex-wrap: wrap;
}

.site-footer-nav a {
  color: #121212;
  text-decoration: none;
  font-size: clamp(0.98rem, 1.2vw, 1.22rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.site-footer-meta {
  margin: 48px 0 0;
  color: #80858c;
  text-align: center;
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
}

@keyframes demo-carousel-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .about-hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-hero-copy {
    max-width: none;
  }

  .about-hero-description {
    max-width: 34ch;
  }

  .about-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }

  .about-principle-card {
    padding: 0;
  }

  .about-principle-card + .about-principle-card {
    border-left: 0;
    padding-left: 0;
  }

  .about-founders-grid {
    grid-template-columns: 1fr;
  }

  .founder-card {
    grid-template-columns: 184px minmax(0, 1fr);
    gap: 24px;
  }

  .founder-card-photo {
    width: 184px;
    height: 184px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-copy-column {
    max-width: none;
    padding-top: 0;
  }

  .contact-description {
    max-width: 32ch;
  }

  .contact-scheduler-shell {
    grid-template-columns: 1fr;
    height: auto;
  }
}

@media (max-width: 640px) {
  .content-card {
    min-height: 680px;
    padding: 20px 18px 28px;
    border-radius: 20px;
  }

  .content-header {
    gap: 12px;
  }

  .brand-mark {
    align-self: center;
  }

  .main-nav {
    gap: 10px;
  }

  .main-nav a {
    font-size: 0.82rem;
  }

  .header-cta {
    min-height: 50px;
    padding: 0 16px;
    font-size: 0.88rem;
  }

  .content-body {
    padding: 42px 8px 0;
    gap: 72px;
  }

  .hero-waveform {
    width: calc(100% + 52px);
    margin-left: -26px;
  }

  .about-page .content-body {
    padding-top: 36px;
    gap: 56px;
  }

  .contact-page .content-body {
    padding-top: 36px;
    gap: 48px;
  }

  .hero-title {
    font-size: clamp(2.8rem, 9vw, 4.25rem);
  }

  .hero-subtitle {
    margin-top: 24px;
    font-size: 1.1rem;
  }

  .hero-actions {
    gap: 14px;
    margin-top: 26px;
  }

  .hero-button {
    min-height: 62px;
    padding: 0 22px;
    font-size: 0.95rem;
  }

  .hero-waveform {
    margin-bottom: -18px;
    padding-top: 72px;
  }

  .listen-note {
    max-width: 34ch;
    font-size: 0.94rem;
  }

  .demo-card {
    width: 278px;
    min-height: 320px;
    padding: 20px 18px 22px;
  }

  .demo-card-title {
    margin-top: 28px;
    font-size: 1.65rem;
  }

  .demo-play-button {
    width: 58px;
    height: 58px;
  }

  .demo-card-waveform {
    width: 146px;
  }

  .demo-modal {
    width: min(calc(100% - 20px), 680px);
  }

  .demo-modal-shell {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .demo-modal-header {
    flex-direction: column;
    gap: 14px;
    padding-right: 44px;
  }

  .demo-modal-duration {
    margin-left: 0;
  }

  .demo-modal-placeholder {
    flex-direction: column;
    align-items: flex-start;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    padding: 8px 0 0;
  }

  .capability-card + .capability-card {
    border-left: 0;
    border-top: 1px solid #ececec;
    margin-top: 12px;
    padding: 28px 0 0;
  }

  .capability-name {
    margin-top: 22px;
    font-size: 1.9rem;
  }

  .capability-list {
    margin-top: 14px;
    font-size: 1rem;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 24px 18px 0;
  }

  .cta-copy-column {
    gap: 34px;
    padding: 0;
  }

  .cta-title {
    font-size: clamp(2.5rem, 10vw, 4.6rem);
  }

  .cta-description {
    margin-top: 18px;
    font-size: 1.05rem;
  }

  .cta-benefit {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
  }

  .cta-benefit-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .cta-benefit-copy h3 {
    font-size: 1.2rem;
  }

  .cta-benefit-copy p {
    font-size: 0.98rem;
  }

  .cta-phone-frame {
    width: min(100%, 520px);
    padding: 14px 14px 0;
    border-radius: 42px 42px 0 0;
  }

  .cta-phone-screen {
    padding: 26px 20px 24px;
    border-radius: 30px 30px 0 0;
  }

  .cta-phone-message {
    margin-top: 24px;
    padding: 20px 22px 22px;
    border-radius: 30px 30px 30px 10px;
  }

  .cta-phone-message p {
    font-size: 1rem;
  }

  .cta-phone-kicker {
    margin-top: 20px;
    font-size: 1.35rem;
  }

  .cta-field {
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
  }

  .cta-submit {
    min-height: 60px;
    border-radius: 18px;
    font-size: 1.05rem;
  }

  .cta-phone-note {
    font-size: 0.92rem;
  }

  .industries-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .about-hero-title {
    font-size: clamp(2.9rem, 12vw, 4.8rem);
  }

  .about-hero-description {
    max-width: none;
    font-size: 1.05rem;
  }

  .about-highlight-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-orbit-shell {
    width: min(100%, 420px);
  }

  .about-orbit-card {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .about-orbit-card svg {
    width: 30px;
    height: 30px;
  }

  .about-hero-core {
    width: 44%;
  }

  .about-core-wave {
    gap: 8px;
    transform: scale(0.8);
  }

  .about-section-title {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .about-section-copy {
    font-size: 1rem;
    line-height: 1.6;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-principle-card + .about-principle-card {
    border-top: 1px solid #ececec;
    padding-top: 18px;
  }

  .founder-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
    border-radius: 24px;
    text-align: center;
  }

  .founder-card-photo {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }

  .contact-title {
    font-size: clamp(2.9rem, 12vw, 4.8rem);
  }

  .contact-description {
    max-width: none;
    font-size: 1.05rem;
  }

  .contact-method {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .contact-method-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .contact-form-panel {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .contact-form-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .contact-form {
    margin-top: 26px;
    gap: 20px;
  }

  .contact-panel-divider {
    margin: 24px 0 18px;
  }

  .contact-scheduler-shell {
    padding: 16px;
    border-radius: 20px;
  }

  .contact-scheduler-title {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .contact-scheduler-monthnav {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .contact-scheduler-grid,
  .contact-scheduler-weekdays {
    gap: 6px;
  }

  .contact-scheduler-day {
    min-height: 38px;
    border-radius: 12px;
    font-size: 0.92rem;
  }

  .contact-scheduler-slot {
    min-height: 42px;
    border-radius: 11px;
  }

  .contact-form-note {
    justify-content: flex-start;
    text-align: left;
  }

  .bottom-cta-panel {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .bottom-cta-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .site-footer {
    padding-top: 10px;
  }

  .site-footer-nav {
    justify-content: center;
    gap: 14px 26px;
  }

  .site-footer-meta {
    margin-top: 14px;
  }
}

@media (max-width: 520px) {
  .content-header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  .brand-mark {
    width: 100%;
    justify-content: center;
  }

  .brand-mark img {
    width: min(210px, 60vw);
  }

  .main-nav {
    flex-wrap: wrap;
    margin-right: 0;
    gap: 16px 24px;
  }

  .header-cta {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-button {
    width: 100%;
  }

  .demo-carousel {
    mask-image: none;
  }

  .demo-modal-placeholder-button {
    width: 64px;
    height: 64px;
  }

  .cta-panel {
    padding-inline: 14px;
  }

  .cta-benefit {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cta-phone-badge {
    font-size: 1.55rem;
  }

  .cta-phone-note {
    align-items: flex-start;
  }

  .contact-scheduler-shell {
    padding: 14px;
  }

  .contact-scheduler-weekdays span {
    font-size: 0.74rem;
  }

  .contact-scheduler-day {
    min-height: 34px;
    font-size: 0.88rem;
  }

  .contact-scheduler-date {
    font-size: 1.05rem;
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-label {
    font-size: 0.98rem;
  }

  .about-orbit-shell {
    width: min(100%, 340px);
  }

  .about-orbit-card {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .about-orbit-card svg {
    width: 26px;
    height: 26px;
  }

  .about-highlight-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-highlight-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .founder-card-photo {
    width: 160px;
    height: 160px;
  }

  .founder-card-name {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  .contact-method {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-method-value {
    font-size: clamp(1.28rem, 7vw, 1.8rem);
  }

  .contact-form-submit {
    width: 100%;
  }

  .bottom-cta-button {
    width: 100%;
  }

  .site-footer-nav a {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .demo-carousel-track {
    animation: none;
  }

  .hero-button:hover,
  .demo-play-button:hover,
  .demo-card:hover {
    transform: none;
  }
}
