@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1e24;
  line-height: 1.8;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.kicker {
  font-size: 12px;
  font-weight: 700;
  color: #e0721f;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-head {
  text-align: center;
  margin-bottom: 48px;
}
.section-head h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 8px;
}
.section-head h2 em {
  font-style: normal;
  color: #e0721f;
}
@media (min-width: 768px) {
  .section-head h2 {
    font-size: 36px;
  }
}
.section-head .lead {
  font-size: 14px;
  color: #667;
  margin-top: 12px;
}
.section-head.on-dark h2 {
  color: #fff;
}
.section-head.on-dark .lead {
  color: #9aa2b0;
}

.btn-primary {
  display: inline-block;
  background: #e0721f;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(224, 114, 31, 0.4);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224, 114, 31, 0.5);
}

.stat-chip {
  border-left: 3px solid #e0721f;
  padding: 2px 0 2px 12px;
}
.stat-chip .num {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.stat-chip .num small {
  font-size: 13px;
}
.stat-chip .lbl {
  font-size: 11px;
  color: #aab;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e8edf2;
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.site-header .brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 900;
}
.site-header .brand .brand-logo-link {
  display: flex;
}
.site-header .brand .brand-logo {
  height: 28px;
  width: auto;
}
.site-header .brand .brand-name span {
  color: #e0721f;
}
@media (min-width: 768px) {
  .site-header .brand {
    gap: 12px;
    font-size: 20px;
  }
  .site-header .brand .brand-logo {
    height: 46px;
  }
}
.site-header .global-nav {
  display: none;
  gap: 26px;
  font-size: 13px;
  font-weight: 700;
}
.site-header .global-nav a:hover {
  color: #e0721f;
}
@media (min-width: 1024px) {
  .site-header .global-nav {
    display: flex;
  }
}
.site-header .header-cta {
  padding: 10px 20px;
  font-size: 13px;
}

.site-footer {
  background: #0c0f13;
  color: #c8cdd6;
  padding: 48px 0 28px;
}
.site-footer .footer-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .site-footer .footer-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer .brand {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.site-footer .brand span {
  color: #e0721f;
}
.site-footer .footer-brand p {
  font-size: 12px;
  color: #8b93a1;
  margin-top: 6px;
}
.site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 12px;
}
.site-footer .footer-nav a:hover {
  color: #e0721f;
}
.site-footer .copyright {
  text-align: center;
  font-size: 11px;
  color: #9aa2b0;
  margin-top: 36px;
  padding: 0 20px;
}

.hero {
  position: relative;
  background: #111418;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero {
    flex-direction: row;
    min-height: 560px;
  }
}
.hero .hero-text {
  position: relative;
  z-index: 2;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero .hero-text {
    flex: 1;
    padding: 72px 16px 72px 64px;
  }
}
.hero .hero-tag {
  display: inline-block;
  align-self: flex-start;
  background: #e0721f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  letter-spacing: 0.1em;
}
.hero h1 {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin: 18px 0 12px;
}
.hero h1 em {
  font-style: normal;
  color: #e0721f;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 52px;
  }
}
.hero .hero-lead {
  font-size: 14px;
  color: #c8cdd6;
}
.hero .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 26px 0;
}
.hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.hero .hero-sub-link {
  color: #c8cdd6;
  font-size: 13px;
  border-bottom: 1px solid #555;
  padding-bottom: 2px;
}
.hero .hero-sub-link:hover {
  color: #fff;
}
.hero .hero-visual {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: #22272e url("../images/hero-factory.jpg") center/cover;
}
@media (min-width: 1024px) {
  .hero .hero-visual {
    flex: 1.2;
    min-height: 0;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.hero .hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 24, 0.35);
  z-index: 1;
}
.hero .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .live-card {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(340px, 100% - 40px);
  background: #0d1117;
  border: 1px solid #2e3540;
  border-radius: 10px;
  padding: 22px 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
}
@media (min-width: 1024px) {
  .hero .live-card {
    left: 55%;
  }
}
.hero .live-card .live-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.hero .live-card .live-card-head span:first-child {
  color: #e6e9ef;
  font-size: 14px;
  font-weight: 700;
}
.hero .live-card .live-badge {
  background: #e0721f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 3px;
  animation: live-blink 2s ease-in-out infinite;
}
.hero .live-card .live-label {
  color: #8b93a1;
  font-size: 12px;
}
.hero .live-card .live-num {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
.hero .live-card .live-num small {
  font-size: 14px;
  color: #8b93a1;
  font-weight: 400;
}
.hero .live-card .live-bars {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}
.hero .live-card .live-bars i {
  flex: 1;
  height: 9px;
  background: #3a4250;
  border-radius: 2px;
}
.hero .live-card .live-bars i.on {
  background: #e0721f;
}

@keyframes live-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
.logo-belt {
  background: #fff;
  padding: 34px 0 38px;
  border-bottom: 1px solid #eef1f5;
  overflow: hidden;
}
.logo-belt .logo-belt-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.logo-belt .logo-belt-title em {
  font-style: normal;
  color: #e0721f;
  font-size: 44px;
  font-weight: 900;
}
.logo-belt .logo-belt-viewport {
  overflow: hidden;
}
.logo-belt .logo-belt-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.logo-belt .logo-belt-track img {
  height: 64px;
  width: auto;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.problem {
  background: #f4f5f7;
  padding: 88px 0;
  border-top: 1px solid #e6ebf1;
}
.problem .problem-cards {
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  .problem .problem-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.problem .problem-card {
  background: #fff;
  border-top: 3px solid #e0721f;
  border-radius: 6px;
  overflow: hidden;
  padding: 26px 22px;
  box-shadow: 0 2px 10px rgba(20, 25, 35, 0.06);
}
.problem .problem-card .problem-photo {
  margin: -26px -22px 18px;
  aspect-ratio: 16/9;
}
.problem .problem-card .problem-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.problem .problem-card .problem-num {
  font-size: 30px;
  font-weight: 900;
  color: #e8ebef;
  line-height: 1;
}
.problem .problem-card h3 {
  font-size: 17px;
  font-weight: 900;
  margin: 8px 0 10px;
}
.problem .problem-card p {
  font-size: 13px;
  color: #667;
}

.how {
  background: #fff;
  padding: 92px 0;
  border-top: 1px solid #eef1f5;
}
.how .how-steps {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
@media (min-width: 768px) {
  .how .how-steps {
    flex-direction: row;
  }
}
.how .how-step {
  flex: 1;
  text-align: center;
  padding: 0 16px;
}
.how .how-step .how-photo {
  margin: 0 0 0;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
}
.how .how-step .how-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how .how-step .how-icon {
  width: 68px;
  height: 68px;
  margin: -34px auto 12px;
  border-radius: 50%;
  background: #1a1e24;
  color: #e0721f;
  font-size: 26px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #fff;
}
.how .how-step h3 {
  font-size: 17px;
  font-weight: 900;
}
.how .how-step p {
  font-size: 13px;
  color: #667;
  margin-top: 6px;
}
.how .how-step .how-note {
  color: #e0721f;
  font-weight: 700;
  font-size: 12px;
  margin-top: 10px;
}
.how .how-arrow {
  display: none;
  align-items: center;
  color: #e0721f;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .how .how-arrow {
    display: flex;
  }
}

.movie {
  background: #f4f5f7;
  padding: 92px 0;
  border-top: 1px solid #e6ebf1;
}
.movie .movie-frame {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: #0d1117;
  border: 1px solid #2e3540;
  box-shadow: 0 18px 50px rgba(13, 16, 21, 0.25);
}
.movie .movie-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.movie .movie-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 17, 23, 0.4);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.movie .movie-play span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #e0721f;
  color: #fff;
  font-size: 30px;
  padding-left: 6px;
  box-shadow: 0 8px 30px rgba(224, 114, 31, 0.5);
  transition: transform 0.2s;
}
.movie .movie-play:hover {
  background: rgba(13, 17, 23, 0.25);
}
.movie .movie-play:hover span {
  transform: scale(1.08);
}
.movie .movie-play.is-hidden {
  display: none;
}

.dashboard {
  background: #14171c;
  padding: 92px 0;
}
.dashboard .dashboard-grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1024px) {
  .dashboard .dashboard-grid {
    grid-template-columns: 1.6fr 1fr;
    align-items: start;
  }
}
.dashboard .dashboard-main {
  border: 1px solid #2e3540;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}
.dashboard .dashboard-main .dashboard-frame-head {
  background: #1d232c;
  padding: 8px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard .dashboard-main .dashboard-frame-head span:first-child {
  color: #dde2ea;
  font-size: 11px;
  font-weight: 700;
}
.dashboard .live-badge {
  background: #e0721f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  animation: live-blink 2s ease-in-out infinite;
}
.dashboard .dashboard-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dashboard .dashboard-feature {
  background: #1a1f27;
  border: 1px solid #2e3540;
  border-radius: 6px;
  padding: 14px 16px;
  border-left: 3px solid #e0721f;
}
.dashboard .dashboard-feature h3 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.dashboard .dashboard-feature p {
  color: #8b93a1;
  font-size: 12px;
  margin-top: 4px;
}
.dashboard .dashboard-note {
  font-size: 11px;
  color: #9aa2b0;
  text-align: right;
}

.compare {
  background: #fff;
  padding: 92px 0;
}
.compare .compare-table-wrap {
  overflow-x: auto;
}
.compare .compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 13px;
}
.compare .compare-table th,
.compare .compare-table td {
  border: 1px solid #e6ebf1;
  padding: 18px 16px;
  text-align: center;
  vertical-align: top;
}
.compare .compare-table thead th {
  font-size: 15px;
  font-weight: 900;
  background: #f4f5f7;
}
.compare .compare-table tbody th {
  background: #f4f5f7;
  font-weight: 700;
  width: 20%;
}
.compare .compare-table td strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}
.compare .compare-table td span {
  display: block;
  font-size: 12px;
  color: #667;
  text-align: left;
}
.compare .compare-table .col-mieruka {
  background: rgba(224, 114, 31, 0.06);
}
.compare .compare-table thead .col-mieruka {
  color: #e0721f;
  border-top: 3px solid #e0721f;
}
.compare .compare-table td.col-mieruka strong {
  color: #e0721f;
}

.trust {
  background: #f4f5f7;
  padding: 88px 0;
  border-top: 1px solid #e6ebf1;
}
.trust .trust-cards {
  display: grid;
  gap: 18px;
}
@media (min-width: 768px) {
  .trust .trust-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.trust .trust-card {
  background: #fff;
  border-radius: 6px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(20, 25, 35, 0.06);
}
.trust .trust-card .trust-num {
  font-size: 40px;
  font-weight: 900;
  color: #e0721f;
  line-height: 1;
}
.trust .trust-card .trust-num small {
  font-size: 14px;
  color: #1a1e24;
}
.trust .trust-card h3 {
  font-size: 16px;
  font-weight: 900;
  margin: 12px 0 8px;
}
.trust .trust-card p {
  font-size: 13px;
  color: #667;
  text-align: left;
}

.price {
  background: linear-gradient(
    135deg,
    #1a1e24 25%,
    #22272e 25%,
    #22272e 50%,
    #1a1e24 50%,
    #1a1e24 75%,
    #22272e 75%
  );
  background-size: 56px 56px;
  padding: 92px 0;
  position: relative;
}
.price::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    90% 80% at 50% 0%,
    rgba(224, 114, 31, 0.12),
    transparent 60%
  );
  pointer-events: none;
}
.price .container {
  position: relative;
}
.price .price-nums {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .price .price-nums {
    flex-direction: row;
    gap: 0;
  }
}
.price .price-num {
  text-align: center;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .price .price-num:not(:last-child) {
    border-right: 1px solid #3a4250;
  }
}
.price .price-num .num {
  font-size: 44px;
  font-weight: 900;
  color: #e0721f;
  line-height: 1.1;
}
.price .price-num .num small {
  font-size: 16px;
  color: #fff;
}
.price .price-num .lbl {
  font-size: 12px;
  color: #aab;
  margin-top: 6px;
}
.price .price-free {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
}
.price .price-free li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #2e3540;
  border-radius: 999px;
  color: #c8cdd6;
  font-size: 13px;
  padding: 8px 18px;
}
.price .price-free li strong {
  color: #e0721f;
}

.contact {
  background: #14171c;
  padding: 92px 0;
  border-top: 1px solid #2e3540;
}
.contact .contact-box {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 0 28px 32px;
  overflow: hidden;
}
.contact .contact-tabs {
  display: flex;
  margin: 0 -28px 24px;
}
.contact .contact-tab {
  flex: 1;
  padding: 15px 4px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  background: #f4f5f7;
  color: #667;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.contact .contact-tab.is-active {
  background: #fff;
  color: #1a1e24;
  border-bottom-color: #e0721f;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact .contact-form label {
  font-size: 13px;
  font-weight: 700;
  display: block;
}
.contact .contact-form label em {
  color: #e0721f;
  font-style: normal;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="tel"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-family: inherit;
  font-size: 14px;
  padding: 12px;
  border: 1px solid #d5dbe3;
  border-radius: 4px;
}
.contact .contact-form input[type="text"]:focus,
.contact .contact-form input[type="tel"]:focus,
.contact .contact-form input[type="email"]:focus,
.contact .contact-form textarea:focus {
  outline: 2px solid rgba(224, 114, 31, 0.5);
  border-color: #e0721f;
}
.contact .contact-form .contact-agree {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #667;
}
.contact .contact-form .contact-agree input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-top: 3px;
}
.contact .contact-form .form-error {
  color: #c0392b;
  font-size: 13px;
  font-weight: 700;
}
.contact .contact-form .contact-submit {
  align-self: center;
  min-width: 260px;
}
.contact .contact-form .contact-submit:disabled {
  opacity: 0.6;
  cursor: default;
}
.contact .contact-success {
  text-align: center;
  padding: 24px 0;
}
.contact .contact-success .success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #e0721f;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-success h3 {
  font-size: 20px;
  font-weight: 900;
}
.contact .contact-success p:last-child {
  font-size: 13px;
  color: #667;
  margin-top: 8px;
}

.whitepaper {
  background: #fff;
  padding: 92px 0;
  border-top: 1px solid #eef1f5;
  overflow: hidden;
}
.whitepaper .wp-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media (min-width: 768px) {
  .whitepaper .wp-inner {
    flex-direction: row;
    gap: 64px;
  }
}
.whitepaper .wp-book {
  flex-shrink: 0;
  perspective: 1000px;
}
.whitepaper .wp-book-cover {
  width: 230px;
  aspect-ratio: 3/4.2;
  background: linear-gradient(145deg, #20252d 0%, #1a1e24 55%, #12151a 100%);
  border-left: 8px solid #e0721f;
  border-radius: 4px 10px 10px 4px;
  box-shadow:
    24px 30px 60px rgba(13, 16, 21, 0.35),
    2px 4px 12px rgba(13, 16, 21, 0.25);
  transform: rotateY(-16deg);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: book-float 5s ease-in-out infinite;
}
.whitepaper .wp-book-cover .wp-book-label {
  color: #e0721f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.whitepaper .wp-book-cover .wp-book-title {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.6;
}
.whitepaper .wp-book-cover .wp-book-author {
  color: #8b93a1;
  font-size: 12px;
}
.whitepaper .wp-text .kicker {
  display: block;
}
.whitepaper .wp-text h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
  margin: 10px 0 14px;
}
.whitepaper .wp-text h2 em {
  font-style: normal;
  color: #e0721f;
}
@media (min-width: 768px) {
  .whitepaper .wp-text h2 {
    font-size: 34px;
  }
}
.whitepaper .wp-text .wp-lead {
  font-size: 14px;
  color: #667;
}
.whitepaper .wp-points {
  list-style: none;
  margin: 20px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.whitepaper .wp-points li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 700;
}
.whitepaper .wp-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e0721f;
  font-weight: 900;
}

@keyframes book-float {
  0%,
  100% {
    transform: rotateY(-16deg) translateY(0);
  }
  50% {
    transform: rotateY(-16deg) translateY(-12px);
  }
}
.company {
  background: #f4f5f7;
  padding: 88px 0 92px;
  border-top: 1px solid #e6ebf1;
}
.company .company-table {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 10px rgba(20, 25, 35, 0.06);
  border-radius: 6px;
  overflow: hidden;
}
.company .company-table th,
.company .company-table td {
  padding: 16px 20px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #eef1f5;
}
.company .company-table tr:last-child th,
.company .company-table tr:last-child td {
  border-bottom: none;
}
.company .company-table th {
  background: #fafbfc;
  width: 32%;
  font-weight: 700;
  color: #1a1e24;
  border-right: 1px solid #eef1f5;
}
.company .company-table td a {
  color: #e0721f;
  text-decoration: underline;
}
.company .company-table td a:hover {
  opacity: 0.8;
}

.split-text .ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.55em);
  animation: ch-in 0.55s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
  animation-delay: calc(var(--i) * 40ms);
}

@keyframes ch-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-head.reveal .kicker,
.section-head.reveal h2,
.section-head.reveal .lead {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.section-head.reveal.is-visible .kicker {
  opacity: 1;
  transform: none;
}
.section-head.reveal.is-visible h2 {
  opacity: 1;
  transform: none;
  transition-delay: 0.12s;
}
.section-head.reveal.is-visible .lead {
  opacity: 1;
  transform: none;
  transition-delay: 0.24s;
}

.problem-cards .reveal:nth-child(2),
.how-steps .reveal:nth-child(2),
.trust-cards .reveal:nth-child(2),
.dashboard-features .reveal:nth-child(2) {
  transition-delay: 0.1s;
}
.problem-cards .reveal:nth-child(3),
.how-steps .reveal:nth-child(3),
.trust-cards .reveal:nth-child(3),
.dashboard-features .reveal:nth-child(3) {
  transition-delay: 0.2s;
}
.problem-cards .reveal:nth-child(4),
.how-steps .reveal:nth-child(4),
.trust-cards .reveal:nth-child(4),
.dashboard-features .reveal:nth-child(4) {
  transition-delay: 0.3s;
}
.problem-cards .reveal:nth-child(5),
.how-steps .reveal:nth-child(5),
.trust-cards .reveal:nth-child(5),
.dashboard-features .reveal:nth-child(5) {
  transition-delay: 0.4s;
}

.site-header.is-scrolled {
  box-shadow: 0 2px 16px rgba(13, 16, 21, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .logo-belt-track,
  .live-badge {
    animation: none;
  }
  .hero-video {
    display: none;
  }
  .wp-book-cover {
    animation: none;
  }
  .split-text .ch {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .section-head.reveal .kicker,
  .section-head.reveal h2,
  .section-head.reveal .lead {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
