:root {
  --navy: #102a3f;
  --blue: #2865f0;
  --orange: #ff6541;
  --base-width: 1728;
  --site-font: "Zen Kaku Gothic New", "Hiragino Sans", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #fff;
}

body {
  margin: 0;
  color: var(--navy);
  font-family: var(--site-font);
  letter-spacing: 0.015em;
  overflow-x: hidden;
}

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

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

.num-plus {
  font-size: calc(1em + 2px);
  line-height: 1;
}

.reveal-item {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 28px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.site-logo,
.header-contact {
  pointer-events: auto;
}

.site-logo {
  width: 291px;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 232px;
  height: 52px;
  padding: 0 24px 0 28px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-family: var(--site-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.015em;
  box-shadow: 0 8px 18px rgba(40, 101, 240, 0.18);
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.header-contact:hover {
  background: #174fd6;
  box-shadow: 0 12px 22px rgba(40, 101, 240, 0.24);
}

.header-contact img {
  width: 7px;
  height: auto;
  flex: 0 0 auto;
  transition: transform 0.22s ease;
}

.header-contact:hover img {
  transform: translateX(5px);
}

.first-view {
  position: relative;
  height: min(768px, calc(100svh - 112px));
  min-height: 650px;
  overflow: hidden;
  background: #fff;
}

.fv-background {
  position: absolute;
  inset: 0;
  background-image: url("/marketing-lp/img/fv_bg.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  opacity: 1;
}

.fv-copy {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 65px;
  width: 645px;
}

.fv-cta {
  position: absolute;
  z-index: 5;
  top: auto;
  bottom: 55px;
  left: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 471px;
  height: 74px;
  padding: 0 34px 0 38px;
  border-radius: 7px;
  background: var(--orange);
  color: #fff;
  font-family: var(--site-font);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.015em;
  box-shadow: inset 0 -3px 0 rgba(184, 66, 40, 0.28);
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.fv-cta:hover {
  background: #f45532;
  box-shadow: inset 0 -3px 0 rgba(184, 66, 40, 0.28), 0 10px 18px rgba(255, 101, 65, 0.18);
}

.fv-cta span {
  white-space: nowrap;
}

.fv-cta img {
  width: 9px;
  height: auto;
  flex: 0 0 auto;
  margin-left: auto;
  transition: transform 0.22s ease;
}

.fv-cta:hover img {
  transform: translateX(7px);
}

.pc-demo {
  position: absolute;
  z-index: 4;
  top: 136px;
  left: calc(53.2vw - 5px);
  width: 940px;
  aspect-ratio: 2118 / 1216;
}

.pc-screen {
  position: absolute;
  z-index: 3;
  top: 4.35%;
  left: calc(10.15% + 5px);
  width: calc(90.55% + 4px);
  height: 86.8%;
  overflow: hidden;
  border-radius: 2px;
  background: #e7f0f7;
}

.pc-screen video {
  width: calc(100% + 44px);
  height: 100%;
  margin-left: -42px;
  object-fit: cover;
  object-position: left top;
  transform: scale(1.18);
  transform-origin: left top;
}

.pc-frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.client-strip {
  position: relative;
  min-height: 112px;
  margin-top: 0;
  padding: 8px 0;
  background: #f7f7f7;
  overflow: hidden;
}

.client-marquee {
  width: 100%;
  overflow: hidden;
}

.client-track {
  display: flex;
  width: max-content;
  transform: translateX(-50%);
  animation: logo-marquee 28s linear infinite;
}

.client-logos {
  display: flex;
  align-items: center;
  gap: 72px;
  padding-right: 72px;
  flex: 0 0 auto;
}

.client-logos img {
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.client-logos img:nth-child(1) {
  width: 94px;
}

.client-logos img:nth-child(2) {
  width: 164px;
}

.client-logos img:nth-child(3) {
  width: 83px;
}

.client-logos img:nth-child(4) {
  width: 141px;
}

.client-logos img:nth-child(5) {
  width: 94px;
}

.client-logos img:nth-child(6) {
  width: 258px;
}

.client-logos img:nth-child(7) {
  width: 217px;
}

@keyframes logo-marquee {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.client-note {
  position: absolute;
  right: 14px;
  bottom: 10px;
  margin: 0;
  color: #9d9d9d;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.results {
  overflow: hidden;
  padding: 132px 0 118px;
  background: #fff;
}

.results__inner {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
}

.results__title {
  width: 494px;
  margin: 0 auto;
}

.results__title img,
.results__case-title img,
.results__metrics img {
  width: 100%;
  height: auto;
}

.results__lead {
  margin: 68px auto 0;
  color: #222;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.04em;
}

.results__metrics {
  width: 723px;
  margin: 82px auto 0;
}

.results__note {
  margin: 56px auto 0;
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.035em;
}

.results__case-title {
  width: 273px;
  margin: 150px auto 0;
}

.results-gallery {
  width: 100%;
  margin-top: 64px;
  overflow: hidden;
}

.results-gallery__row {
  display: flex;
  width: max-content;
  margin-left: 0;
  will-change: transform;
}

.results-gallery__row--top {
  animation: results-marquee-right 44s linear infinite;
}

.results-gallery__row + .results-gallery__row {
  margin-top: 22px;
}

.results-gallery__row--bottom {
  animation: results-marquee-left 44s linear infinite;
}

.results-gallery__track {
  display: flex;
  gap: 22px;
  padding-right: 22px;
  flex: 0 0 auto;
}

.results-gallery img {
  width: 263px;
  height: 263px;
  object-fit: cover;
  box-shadow: none;
  flex: 0 0 auto;
}

@keyframes results-marquee-left {
  from {
    transform: translateX(0);
  }

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

@keyframes results-marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.features {
  position: relative;
  overflow: hidden;
  padding: 118px 0 150px;
  background: #fff url("/marketing-lp/img/3_bg.webp") center top / 100% auto repeat-y;
}

.features__inner {
  width: min(100% - 96px, 1510px);
  margin: 0 auto;
}

.features__title {
  width: 667px;
  margin: 0 auto 132px;
}

.features__title img {
  width: 100%;
  height: auto;
}

.feature-item {
  display: grid;
  grid-template-columns: minmax(0, 630px) minmax(0, 710px);
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.feature-item + .feature-item {
  margin-top: 132px;
}

.feature-item--text-right {
  grid-template-columns: minmax(0, 710px) minmax(0, 630px);
}

.feature-item--text-right .feature-item__body {
  order: 2;
}

.feature-item--text-right .feature-item__media {
  order: 1;
}

.feature-item__body {
  transform: translateY(-48px);
}

.feature-item--no-ba .feature-item__body {
  align-self: start;
}

.feature-item__number {
  margin: 0 0 20px;
  color: var(--blue);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.feature-item__heading {
  margin: 0;
  color: var(--navy);
  font-size: 39px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.04em;
}

.feature-item__heading span {
  display: block;
  white-space: nowrap;
}

.feature-item__heading .feature-item__heading-line--sp {
  display: none;
}

.feature-item__line {
  display: block;
  width: 47px;
  height: 4px;
  margin: 24px 0 30px;
  background: #dedede;
}

.feature-item__text {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.feature-item__text strong {
  color: var(--blue);
  font-weight: 700;
}

.feature-item__ba {
  width: 545px;
  margin-top: 62px;
}

.feature-item--text-right .feature-item__ba {
  margin-top: 44px;
}

.feature-item__media {
  overflow: hidden;
  border-radius: 17px;
  background: #e7f0f7;
  box-shadow: 0 10px 24px rgba(16, 42, 63, 0.16);
  aspect-ratio: 760 / 500;
}

.feature-item__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.trial-cta {
  position: relative;
  overflow: hidden;
  min-height: 572px;
  padding: 95px 24px 94px;
  background: var(--blue) url("/marketing-lp/img/cta_bg.webp") center center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.trial-cta__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.trial-cta__copy {
  display: block;
  width: min(100%, 553px);
  margin: 0 auto 17px;
}

.trial-cta__copy img {
  width: 100%;
  height: auto;
}

.trial-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(100%, 550px);
  height: 74px;
  padding: 0 34px 0 44px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  box-shadow: inset 0 -5px 0 rgba(184, 66, 40, 0.32);
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.trial-cta__button:hover {
  background: #f45532;
  box-shadow: inset 0 -5px 0 rgba(184, 66, 40, 0.32), 0 12px 24px rgba(255, 101, 65, 0.2);
}

.trial-cta__button span {
  display: inline-block;
  transform: translateY(-2px);
  white-space: nowrap;
}

.trial-cta__button img {
  width: 10px;
  height: auto;
  flex: 0 0 auto;
  margin-left: auto;
  transition: transform 0.22s ease;
}

.trial-cta__button:hover img {
  transform: translateX(7px);
}

.strengths {
  background: #fff;
  padding: 130px 0 170px;
}

.strengths__inner {
  width: min(100% - 96px, 1280px);
  margin: 0 auto;
}

.strengths__header {
  text-align: center;
}

.strengths__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 282px;
  height: 52px;
  margin: 0;
  padding: 0 38px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.strengths__lead {
  margin: 48px 0 0;
  color: var(--navy);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.045em;
}

.strengths__break-sp {
  display: none;
}

.strengths__accent {
  color: var(--blue);
}

.strengths__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin-top: 86px;
}

.strengths__step {
  display: block;
}

.strengths__step img,
img.strengths__step {
  width: 100%;
  height: auto;
}

.strengths__arrow {
  width: 30px;
  opacity: 0.65;
}

.strengths__team {
  margin-top: 96px;
}

.strengths__header--team .strengths__label {
  min-width: 330px;
}

.strengths__header--team .strengths__lead {
  margin-top: 52px;
  font-size: 29px;
  line-height: 1.5;
}

.team-feature {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 88px;
}

.team-feature__card {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 42, 63, 0.14);
}

.team-feature__image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: left top;
}

.team-feature__body {
  min-height: 0;
  padding: 30px 36px 38px;
  text-align: center;
}

.team-feature__title {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.team-feature__line {
  display: block;
  width: 46px;
  height: 4px;
  margin: 22px auto 24px;
  background: #dedede;
}

.team-feature__catch {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.team-feature__text {
  margin: 30px 0 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}

.plan {
  position: relative;
  overflow: hidden;
  padding: 132px 0 146px;
  background: var(--blue) url("/marketing-lp/img/plan_bg.webp") center top / cover no-repeat;
  color: #fff;
}

.plan__inner {
  width: min(100% - 104px, 1280px);
  margin: 0 auto;
}

.plan__header {
  text-align: center;
}

.plan__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.13em;
}

.plan__title {
  margin: 34px 0 0;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.plan__lead {
  margin: 62px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.plan-campaign {
  position: relative;
  width: min(100%, 800px);
  margin: 78px auto 0;
  padding: 23px 44px 22px;
  border-radius: 22px;
  background: #fff;
  color: var(--navy);
  text-align: center;
}

.plan-campaign__badge {
  position: absolute;
  top: -35px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.plan-campaign__label {
  margin: 0;
  color: var(--orange);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.plan-campaign__deadline {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.plan-campaign__offer {
  margin: 6px 0 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.plan-campaign__offer > span:not(.num-plus) {
  background: linear-gradient(transparent 58%, #FFED9F 58%);
}

.plan-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 70px;
}

.plan-card {
  min-height: 455px;
  padding: 32px 24px 34px;
  border-radius: 24px;
  background: #fff;
  color: var(--navy);
}

.plan-card__name {
  margin: 0;
  color: #666;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

.plan-card__name span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.plan-card--team .plan-card__name,
.plan-card--team .plan-card__name span {
  color: #ef444e;
}

.plan-card--agency .plan-card__name,
.plan-card--agency .plan-card__name span {
  color: #008f82;
}

.plan-card--enterprise .plan-card__name,
.plan-card--enterprise .plan-card__name span {
  color: var(--blue);
}

.plan-card--enterprise .plan-card__name span {
  font-size: 25px;
}

.plan-card__description {
  min-height: 44px;
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.plan-card__list {
  margin: 28px 0 0;
}

.plan-card__list div + div {
  margin-top: 17px;
}

.plan-card__list dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 26px;
  margin: 0;
  padding: 4px 10px 5px;
  border-radius: 5px;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
}

.plan-card__list dd {
  margin: 9px 0 0 6px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.09em;
}

.plan-card__regular span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.plan-card__regular span::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 3px;
  background: #d31818;
  transform: translateY(-50%);
}

.plan-card__regular small,
.plan-card__price small {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.plan-card__campaign-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  margin: 16px 0 0;
  padding: 4px 11px 5px;
  border-radius: 5px;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
}

.plan-card__note {
  margin: 8px 0 0 6px;
  color: #666;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.plan-card__price {
  margin: 15px 0 0 7px;
  color: var(--orange);
  font-size: 39px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.plan-card__price small {
  color: var(--navy);
}

.plan-common {
  margin-top: 90px;
  text-align: center;
}

.plan-common__title {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.07em;
}

.plan-common__list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin: 32px 0 0;
  padding: 0;
  color: #fff;
  list-style: none;
  text-align: left;
}

.plan-common__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.plan-common__list img {
  flex: 0 0 auto;
  width: 26px;
  margin-top: 2px;
}

.plan__sp-break {
  display: none;
}

.plan__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(100%, 550px);
  height: 74px;
  padding: 0 34px 0 44px;
  margin: 84px auto 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  box-shadow: inset 0 -5px 0 rgba(184, 66, 40, 0.32);
  transition: background-color 0.22s ease, box-shadow 0.22s ease;
}

.plan__button:hover {
  background: #f45532;
  box-shadow: inset 0 -5px 0 rgba(184, 66, 40, 0.32), 0 12px 24px rgba(255, 101, 65, 0.2);
}

.plan__button span {
  display: inline-block;
  transform: translateY(-2px);
  white-space: nowrap;
}

.plan__button img {
  width: 10px;
  height: auto;
  flex: 0 0 auto;
  margin-left: auto;
  transition: transform 0.22s ease;
}

.plan__button:hover img {
  transform: translateX(7px);
}

.plan__annotation {
  width: min(100%, 820px);
  margin: 54px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.plan .num-plus,
.plan-card__list dd,
.plan-card__regular span,
.plan-card__price {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.faq {
  padding: 132px 0 118px;
  background: #fff;
  color: var(--navy);
}

.faq__inner {
  width: min(100% - 112px, 1120px);
  margin: 0 auto;
}

.faq__header {
  text-align: center;
}

.faq__eyebrow {
  margin: 0;
  color: var(--blue);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.faq__title {
  margin: 34px 0 0;
  color: var(--navy);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.faq__list {
  width: min(100%, 760px);
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  border-bottom: 1px solid #ededed;
}

.faq-item__question {
  display: grid;
  grid-template-columns: 58px 1fr 22px;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__mark {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.faq-item__mark--question {
  color: var(--blue);
  font-size: 30px;
}

.faq-item__text {
  color: #211b1a;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.faq-item__toggle {
  justify-self: end;
  width: 9px;
  height: 9px;
  border-right: 2px solid #b8b8b8;
  border-bottom: 2px solid #b8b8b8;
  transform: translateY(2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-item__toggle {
  transform: translateY(3px) rotate(225deg);
}

.faq-item__answer {
  display: grid;
  grid-template-columns: 58px 1fr 22px;
  gap: 18px;
  padding: 16px 0 46px;
}

.faq-item__mark--answer {
  color: var(--orange);
  font-size: 30px;
}

.faq-item__answer p {
  grid-column: 2 / 3;
  margin: 0;
  color: #211b1a;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.faq-item__answer p + p {
  margin-top: 20px;
}

.closing-cta {
  position: relative;
  overflow: hidden;
  min-height: 930px;
  padding: 40px 0 82px;
  background: #fff;
  color: var(--navy);
}

.closing-cta__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 96px, 920px);
  margin: 0 auto;
  text-align: center;
}

.closing-cta__copy {
  display: block;
  width: min(100%, 690px);
  margin: 0 auto;
}

.closing-cta__copy img {
  width: 100%;
  height: auto;
}

.closing-cta__button {
  width: min(100%, 550px);
  margin-top: 40px;
}

.closing-cta__decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.closing-cta__image {
  position: absolute;
  display: block;
  height: auto;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.12));
}

.closing-cta__image--one {
  top: 154px;
  left: max(32px, calc(50% - 670px));
  width: 230px;
}

.closing-cta__image--two {
  top: 438px;
  left: max(140px, calc(50% - 570px));
  width: 188px;
}

.closing-cta__image--three {
  top: 676px;
  left: max(46px, calc(50% - 656px));
  width: 190px;
}

.closing-cta__image--four {
  top: 150px;
  right: max(34px, calc(50% - 650px));
  width: 172px;
}

.closing-cta__image--five {
  top: 394px;
  right: max(52px, calc(50% - 640px));
  width: 268px;
}

.demo-trial {
  padding: 38px 0 128px;
  background: #fff;
  color: var(--navy);
}

.demo-trial__inner {
  width: min(100% - 96px, 980px);
  margin: 0 auto;
}

.demo-trial__header {
  text-align: center;
}

.demo-trial__eyebrow {
  margin: 0;
  color: var(--blue);
  font-family: var(--en-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.demo-trial__title {
  margin: 20px 0 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.04em;
}

.demo-trial__title-break {
  display: none;
}

.demo-trial__lead {
  margin: 42px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.demo-trial__calendar {
  min-height: 760px;
  margin-top: 116px;
  padding: 52px;
  border: 1px solid #e8ecef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(9, 32, 49, 0.06);
  overflow: hidden;
}

.demo-trial__timerex,
.demo-trial__timerex iframe {
  display: block;
  width: 100% !important;
  min-height: 700px;
  border: 0;
}

.site-footer {
  background: var(--blue);
  color: #fff;
}

.site-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  min-height: 260px;
  width: min(100% - 96px, 1180px);
  margin: 0 auto;
}

.site-footer__logo {
  width: 240px;
}

.site-footer__logo img {
  width: 100%;
  height: auto;
}

.site-footer__meta {
  position: static;
  display: flex;
  align-items: center;
  gap: 18px;
  transform: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}

.site-footer__meta small,
.site-footer__meta a {
  font: inherit;
}

.site-footer__meta a {
  transition: opacity 0.2s ease;
}

.site-footer__meta a:hover {
  opacity: 0.72;
}

@media (max-width: 1280px) {
  .first-view {
    height: min(690px, calc(100svh - 108px));
    min-height: 630px;
  }

  .fv-copy {
    top: 142px;
    left: 42px;
    width: 540px;
  }

  .fv-cta {
    bottom: 44px;
    width: 440px;
    height: 68px;
    font-size: 18px;
  }

  .pc-demo {
    top: 145px;
    left: calc(55vw - 5px);
    width: 760px;
  }
}

@media (min-width: 768px) and (max-height: 820px) {
  .first-view {
    height: calc(100svh - 104px);
    min-height: 620px;
  }

  .fv-copy {
    top: 132px;
    width: 600px;
  }

  .fv-cta {
    bottom: 42px;
    width: 440px;
    height: 68px;
    font-size: 18px;
  }

  .pc-demo {
    top: 128px;
    left: calc(54vw - 5px);
    width: 860px;
  }

  .client-strip {
    min-height: 104px;
    padding: 7px 0;
  }

  .client-note {
    bottom: 8px;
  }
}

@media (max-width: 767px) {
  .site-header {
    position: absolute;
    top: 3.48vw;
    left: 3.73vw;
    right: 2.99vw;
    padding: 0;
  }

  .site-logo {
    width: 41.05vw;
  }

  .header-contact {
    gap: 2.24vw;
    width: 43.03vw;
    min-width: 0;
    height: 9.33vw;
    padding: 0 3.23vw 0 4.1vw;
    border-radius: 0.99vw;
    font-size: 3.1vw;
    letter-spacing: 0.02em;
  }

  .header-contact img {
    width: 1.13vw;
  }

  .first-view {
    height: calc(100svh - 21.64vw);
    min-height: 156vw;
  }

  .fv-background {
    background-image: url("/marketing-lp/img/fv_bg_sp.webp");
    background-position: center top;
    background-size: 100% auto;
  }

  .fv-copy {
    top: 23.4vw;
    left: 6.47vw;
    width: 87.56vw;
  }

  .fv-cta {
    top: min(167.5vw, calc(100% - 26.5vw));
    left: 6.47vw;
    gap: 2.24vw;
    width: 87.06vw;
    height: 13.93vw;
    padding: 0 4.1vw 0 5.35vw;
    border-radius: 1.24vw;
    font-size: 4.06vw;
    box-shadow: inset 0 -0.62vw 0 rgba(184, 66, 40, 0.28);
  }

  .fv-cta img {
    width: 1.38vw;
  }

  .pc-demo {
    top: 104vw;
    left: 7vw;
    width: 86vw;
  }

  .pc-screen {
    top: calc(6.3% - 1px);
    left: 11.1%;
    width: calc(77.6% + 1px);
    height: calc(84.7% + 1px);
  }

  .pc-screen video {
    width: 100%;
    margin-left: 0;
    object-position: center top;
    transform-origin: center top;
    transform: scale(1.02);
  }

  .client-strip {
    min-height: 21.64vw;
    padding: 3.23vw 0 4.35vw;
  }

  .client-logos {
    gap: 9.2vw;
    padding-right: 9.2vw;
  }

  .client-logos img:nth-child(1) {
    width: 15.55vw;
  }

  .client-logos img:nth-child(2) {
    width: 25.75vw;
  }

  .client-logos img:nth-child(3) {
    width: 13.06vw;
  }

  .client-logos img:nth-child(4) {
    width: 22.14vw;
  }

  .client-logos img:nth-child(5) {
    width: 15.55vw;
  }

  .client-logos img:nth-child(6) {
    width: 33.08vw;
  }

  .client-logos img:nth-child(7) {
    width: 27.86vw;
  }

  .client-note {
    right: 2.49vw;
    bottom: 1.49vw;
    font-size: 2vw;
  }

  .results {
    padding: 15.42vw 0 12vw;
  }

  .results__inner {
    width: 100%;
    padding: 0 6.47vw;
  }

  .results__title {
    width: 62.2vw;
  }

  .results__lead {
    margin-top: 7.46vw;
    font-size: 3.73vw;
    line-height: 1.72;
    letter-spacing: 0.035em;
  }

  .results__metrics {
    width: 87.56vw;
    margin-top: 9.45vw;
  }

  .results__note {
    margin-top: 4.98vw;
    font-size: 1.74vw;
    line-height: 1.7;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .results__case-title {
    width: 40.8vw;
    margin-top: 13.93vw;
  }

  .results-gallery {
    margin-top: 6.47vw;
  }

  .results-gallery__row + .results-gallery__row {
    margin-top: 2.74vw;
  }

  .results-gallery__track {
    gap: 2.74vw;
    padding-right: 2.74vw;
  }

  .results-gallery img {
    width: 30.35vw;
    height: 30.35vw;
  }

  .features {
    padding: 12.44vw 0 14vw;
    background-size: auto 100%;
    background-position: center top;
  }

  .features__inner {
    width: 100%;
    padding: 0 5.47vw;
  }

  .features__title {
    width: 84vw;
    margin: 0 auto 10.2vw;
  }

  .feature-item,
  .feature-item--text-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .feature-item + .feature-item {
    margin-top: 14.68vw;
  }

  .feature-item--text-right .feature-item__body,
  .feature-item--text-right .feature-item__media {
    order: initial;
  }

  .feature-item__body {
    transform: none;
  }

  .feature-item--no-ba .feature-item__body {
    align-self: stretch;
  }

  .feature-item__number {
    margin-bottom: 3.48vw;
    font-size: 11.19vw;
  }

  .feature-item__heading {
    font-size: 6.09vw;
    line-height: 1.42;
    letter-spacing: 0.035em;
  }

  .feature-item__heading .feature-item__heading-line--pc {
    display: none;
  }

  .feature-item__heading .feature-item__heading-line--sp {
    display: block;
  }

  .feature-item__line {
    width: 6.22vw;
    height: 0.5vw;
    margin: 3.48vw 0 4.35vw;
  }

  .feature-item__text {
    font-size: clamp(14px, 3.56vw, 15px);
    font-weight: 500;
    line-height: 1.72;
    letter-spacing: 0.035em;
  }

  .feature-item__ba,
  .feature-item--text-right .feature-item__ba {
    display: block;
    width: 100%;
    margin-top: 6.22vw;
  }

  .feature-item__media {
    width: 100%;
    margin-top: 7.46vw;
    border-radius: 1.74vw;
    box-shadow: 0 1.24vw 3.23vw rgba(16, 42, 63, 0.14);
    aspect-ratio: 760 / 418;
  }

  .feature-item--no-ba .feature-item__media {
    margin-top: 7.46vw;
  }

  .trial-cta {
    min-height: 104.73vw;
    padding: 18.91vw 6.34vw 18.03vw;
    background-image: url("/marketing-lp/img/cta_bg_sp.webp");
    background-position: center top;
    background-size: cover;
  }

  .trial-cta__copy {
    width: 87.31vw;
    margin-bottom: calc(3.73vw - 5px);
  }

  .trial-cta__button {
    width: 87.06vw;
    height: 14.18vw;
    gap: 3.23vw;
    padding: 0 4.6vw 0 5.6vw;
    border-radius: 1.12vw;
    font-size: 4.1vw;
    letter-spacing: 0.03em;
    box-shadow: inset 0 -0.62vw 0 rgba(184, 66, 40, 0.32);
  }

  .trial-cta__button img {
    width: 1.12vw;
  }

  .trial-cta__button span {
    transform: translateY(-1px);
  }

  .strengths {
    padding: 12.44vw 0 16.42vw;
  }

  .strengths__inner {
    width: 100%;
    padding: 0 5.47vw;
  }

  .strengths__label {
    min-width: 41.29vw;
    height: 7.46vw;
    padding: 0 5.72vw;
    font-size: 4.1vw;
    letter-spacing: 0.035em;
  }

  .strengths__lead {
    margin-top: 5.47vw;
    font-size: 5.47vw;
    line-height: 1.45;
    letter-spacing: 0.035em;
  }

  .strengths__break-sp {
    display: block;
  }

  .strengths__steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 6.97vw;
  }

  .strengths__step {
    width: 100%;
  }

  .strengths__arrow {
    width: 4.73vw;
    margin: 2.74vw auto 1.99vw;
    transform: rotate(90deg);
  }

  .strengths__team {
    margin-top: 11.69vw;
  }

  .strengths__header--team .strengths__label {
    min-width: 50.75vw;
  }

  .strengths__header--team .strengths__lead {
    margin-top: 5.47vw;
    font-size: 5.22vw;
    line-height: 1.42;
  }

  .team-feature {
    display: flex;
    flex-direction: column;
    gap: 9.7vw;
    margin-top: 9.7vw;
  }

  .team-feature__card {
    border-radius: 4.1vw;
    box-shadow: 0 1.24vw 3.48vw rgba(16, 42, 63, 0.13);
  }

  .team-feature__image {
    height: auto;
    object-fit: initial;
  }

  .team-feature__body {
    min-height: 0;
    padding: 7.46vw 7.46vw 8.46vw;
  }

  .team-feature__title {
    font-size: 5.1vw;
    line-height: 1.35;
    letter-spacing: 0.035em;
    white-space: normal;
  }

  .team-feature__line {
    width: 8.46vw;
    height: 0.5vw;
    margin: 4.1vw auto 4.1vw;
  }

  .team-feature__catch {
    font-size: 4.22vw;
    line-height: 1.5;
    letter-spacing: 0.035em;
  }

  .team-feature__text {
    margin-top: 6.72vw;
    font-size: 3.36vw;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }

  .plan {
    padding: 10.2vw 0 12.2vw;
    background-image: url("/marketing-lp/img/plan_sp.webp");
    background-size: 100% auto;
    background-repeat: repeat-y;
  }

  .plan__inner {
    width: 100%;
    padding: 0 6.47vw;
  }

  .plan__eyebrow {
    font-size: 4.98vw;
    letter-spacing: 0.15em;
  }

  .plan__title {
    margin-top: 3.48vw;
    font-size: 7.0vw;
    line-height: 1.28;
    letter-spacing: 0.08em;
  }

  .plan__sp-break {
    display: block;
  }

  .plan__title-suffix {
    display: none;
  }

  .plan__lead {
    margin-top: 9.7vw;
    font-size: 3.85vw;
    line-height: 1.58;
    letter-spacing: 0.05em;
  }

  .plan-campaign {
    width: 100%;
    margin-top: 9.5vw;
    padding: 3.95vw 3.98vw 3.73vw;
    border-radius: 2.74vw;
  }

  .plan-campaign__badge {
    top: -5.22vw;
    left: 2.24vw;
    width: 12.44vw;
    height: 12.44vw;
    font-size: 3.48vw;
    line-height: 1.25;
  }

  .plan-campaign__label {
    font-size: 4.35vw;
    line-height: 1.32;
  }

  .plan-campaign__deadline {
    margin-top: 2.49vw;
    font-size: 3.73vw;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .plan-campaign__offer {
    margin-top: 0.87vw;
    font-size: 3.73vw;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }

  .plan-cards {
    display: flex;
    flex-direction: column;
    gap: 5.72vw;
    margin-top: 8.2vw;
  }

  .plan-card {
    min-height: 0;
    padding: 7.46vw 9.95vw 8.2vw;
    border-radius: 4.98vw;
  }

  .plan-card__name {
    font-size: 3.98vw;
    line-height: 1.2;
    white-space: nowrap;
  }

  .plan-card__name span {
    font-size: 8.7vw;
    letter-spacing: 0.06em;
  }

  .plan-card--enterprise .plan-card__name span {
    font-size: 7.85vw;
  }

  .plan-card__description {
    min-height: 0;
    margin-top: 4.98vw;
    font-size: 4.6vw;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }

  .plan-card__list {
    margin-top: 8.46vw;
  }

  .plan-card__list div + div {
    margin-top: 4.98vw;
  }

  .plan-card__list dt {
    min-width: 19.4vw;
    min-height: 5.97vw;
    padding: 0.62vw 2.24vw 1vw;
    border-radius: 1.24vw;
    font-size: 3.73vw;
  }

  .plan-card__list dd {
    margin: 2.24vw 0 0 1.74vw;
    font-size: 4.85vw;
    letter-spacing: 0.08em;
  }

  .plan-card__regular span {
    font-size: 5.72vw;
  }

  .plan-card__regular span::after {
    left: -1.49vw;
    right: -1.49vw;
    height: 0.37vw;
  }

  .plan-card__regular small,
  .plan-card__price small {
    font-size: 2.86vw;
  }

  .plan-card__campaign-label {
    min-height: 6.47vw;
    margin-top: 4.72vw;
    padding: 0.87vw 2.74vw 1.24vw;
    border-radius: 1.24vw;
    font-size: 3.73vw;
  }

  .plan-card__note {
    margin: 1.74vw 0 0 1.74vw;
    font-size: 2.99vw;
  }

  .plan-card__price {
    margin: 2.24vw 0 0 1.74vw;
    font-size: 8.7vw;
    line-height: 1.1;
  }

  .plan-common {
    margin-top: 10.2vw;
  }

  .plan-common__title {
    font-size: 5.1vw;
  }

  .plan-common__list {
    gap: 1.74vw;
    margin-top: 5.22vw;
  }

  .plan-common__list li {
    gap: 2.12vw;
    font-size: 3.36vw;
    line-height: 1.55;
  }

  .plan-common__list img {
    width: 4.98vw;
    margin-top: 0.5vw;
  }

  .plan__pc-break {
    display: none;
  }

  .plan__button {
    gap: 3.23vw;
    width: 87.06vw;
    height: 14.18vw;
    padding: 0 4.6vw 0 5.6vw;
    margin-top: 9.95vw;
    border-radius: 1.12vw;
    font-size: 4.1vw;
    letter-spacing: 0.03em;
    box-shadow: inset 0 -0.62vw 0 rgba(184, 66, 40, 0.32);
  }

  .plan__button img {
    width: 1.12vw;
  }

  .plan__button span {
    transform: translateY(-1px);
  }

  .plan__annotation {
    width: 87.06vw;
    margin-top: 6.97vw;
    font-size: 2.49vw;
    line-height: 1.75;
  }

  .faq {
    padding: 15.92vw 0 15.17vw;
  }

  .faq__inner {
    width: 100%;
    padding: 0 6.47vw;
  }

  .faq__eyebrow {
    font-size: 5.47vw;
    letter-spacing: 0.04em;
  }

  .faq__title {
    margin-top: 4.98vw;
    font-size: 7.46vw;
    line-height: 1.25;
    letter-spacing: 0.09em;
  }

  .faq__list {
    width: 100%;
    margin-top: 14.43vw;
  }

  .faq-item {
    border-bottom-width: 0.25vw;
  }

  .faq-item__question {
    grid-template-columns: 12.19vw 1fr 4.48vw;
    gap: 2.99vw;
    min-height: 18.66vw;
    padding: 5.72vw 0;
  }

  .faq-item__mark--question {
    font-size: 7.46vw;
  }

  .faq-item__text {
    font-size: 4.35vw;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  .faq-item__toggle {
    width: 2.16vw;
    height: 2.16vw;
    border-right-width: 0.5vw;
    border-bottom-width: 0.5vw;
    transform: translateY(0.62vw) rotate(45deg);
  }

  .faq-item[open] .faq-item__toggle {
    transform: translateY(0.87vw) rotate(225deg);
  }

  .faq-item__answer {
    grid-template-columns: 12.19vw 1fr;
    gap: 2.99vw;
    padding: 4.98vw 0 8.71vw;
  }

  .faq-item__mark--answer {
    font-size: 7.46vw;
  }

  .faq-item__answer p {
    font-size: 4.1vw;
    line-height: 1.72;
    letter-spacing: 0.04em;
  }

  .faq-item__answer p + p {
    margin-top: 4.23vw;
  }

  .closing-cta {
    min-height: 118vw;
    padding: 8.96vw 0 8.71vw;
  }

  .closing-cta__inner {
    width: 100%;
    padding: 0 6.47vw;
  }

  .closing-cta__copy {
    width: 100%;
    margin-top: 5.72vw;
  }

  .closing-cta__button {
    width: 87.06vw;
    height: 14.18vw;
    margin-top: 4.48vw;
    padding: 0 4.6vw 0 5.6vw;
    border-radius: 1.12vw;
    font-size: 4.1vw;
    gap: 3.23vw;
    letter-spacing: 0.03em;
    box-shadow: inset 0 -0.62vw 0 rgba(184, 66, 40, 0.32);
  }

  .closing-cta__button span {
    transform: translateY(-1px);
  }

  .closing-cta__button img {
    width: 1.12vw;
  }

  .closing-cta__image {
    opacity: 0.2;
    filter: none;
  }

  .closing-cta__image--one {
    top: 63.68vw;
    left: -3.98vw;
    width: 34.83vw;
  }

  .closing-cta__image--two {
    top: 0;
    left: -8.96vw;
    width: 32.34vw;
  }

  .closing-cta__image--three {
    display: none;
  }

  .closing-cta__image--four {
    top: 4.35vw;
    right: -4.98vw;
    width: 27.86vw;
  }

  .closing-cta__image--five {
    top: 56.72vw;
    right: -14.93vw;
    width: 33.33vw;
  }

  .demo-trial {
    padding: 6.47vw 0 16.17vw;
  }

  .demo-trial__inner {
    width: 100%;
    padding: 0;
  }

  .demo-trial__header {
    padding: 0 3.48vw;
  }

  .demo-trial__eyebrow {
    font-size: 4.48vw;
  }

  .demo-trial__title {
    margin-top: 3.48vw;
    font-size: 7.46vw;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .demo-trial__title-break {
    display: block;
  }

  .demo-trial__lead {
    margin-top: 8.46vw;
    padding: 0 3vw;
    font-size: 3.73vw;
    line-height: 1.85;
    letter-spacing: 0.04em;
  }

  .demo-trial__lead br {
    display: none;
  }

  .demo-trial__calendar {
    min-height: min(184vw, 780px);
    margin-top: 13.43vw;
    padding: 0;
    border-radius: 2.24vw;
    box-shadow: 0 2.49vw 7.46vw rgba(9, 32, 49, 0.06);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .demo-trial__timerex,
  .demo-trial__timerex iframe {
    width: 100% !important;
    min-height: min(176vw, 740px);
  }

  .demo-trial__timerex > div {
    min-width: 0 !important;
    max-width: none !important;
  }

  .site-footer__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    min-height: 44.28vw;
    width: 100%;
    padding: 13.43vw 6.47vw 7.21vw;
  }

  .site-footer__logo {
    width: 42.29vw;
  }

  .site-footer__meta {
    position: static;
    margin-top: 9.7vw;
    gap: 3.48vw;
    font-size: 3.23vw;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .first-view {
    height: calc(100svh - 18vw);
    min-height: 158vw;
  }

  .fv-copy {
    top: 19vw;
    left: 10vw;
    width: 80vw;
  }

  .pc-demo {
    top: 92vw;
    left: 10vw;
    width: 80vw;
  }

  .fv-cta {
    top: min(143vw, calc(100% - 16.85vw));
    left: 8vw;
    width: 84vw;
    height: 12.8vw;
    padding-right: 3.8vw;
    padding-left: 5vw;
    font-size: 3.8vw;
  }
}

/* marketing-lp import: login link (lower priority than CTA) */
.site-header {
  justify-content: flex-start;
}

.site-header .header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 52px;
  margin-left: auto;
  margin-right: 20px;
  padding: 0 24px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-family: var(--site-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  pointer-events: auto;
  transition: background-color 0.22s ease, color 0.22s ease;
}

.site-header .header-login:hover {
  background: rgba(40, 101, 240, 0.08);
}

.site-header .header-contact {
  flex-shrink: 0;
}

.header-menu-toggle,
.header-mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  .site-header .header-login,
  .site-header .header-contact {
    display: none;
  }

  .header-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    pointer-events: auto;
    cursor: pointer;
  }

  .header-menu-toggle__bar {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--navy);
    border-radius: 1px;
  }

  .header-mobile-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  .header-mobile-menu[hidden] {
    display: none;
  }

  .header-mobile-menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 16px;
    border-radius: 8px;
    font-family: var(--site-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }

  .header-mobile-menu__link--login {
    border: 2px solid var(--blue);
    background: #fff;
    color: var(--blue);
  }

  .header-mobile-menu__link--trial {
    background: var(--blue);
    color: #fff;
  }
}

@media (min-width: 768px) {
  .header-menu-toggle,
  .header-mobile-menu {
    display: none !important;
  }
}

/* marketing-lp import: footer meta wrap on narrow viewports */
@media (max-width: 767px) {
  .site-footer__meta {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 3.48vw;
    white-space: normal;
  }

  .site-footer__meta small,
  .site-footer__meta a {
    white-space: nowrap;
  }
}

/* marketing-lp import: approved concept 20260909 */
.fv-copy img { width: 100%; height: auto; }
.results__metrics { width: min(723px, calc(100vw - 48px)); }
/* Native exports include 24px transparent shadow padding; retain the card scale. */
.results__metrics picture { display: block; width: calc(100% * 771 / 723); margin-left: calc(-100% * 24 / 723); }
.results__note { max-width: 800px; padding: 0 20px; white-space: normal; font-size: 13px; }
@media (min-width: 768px) {
  .first-view { min-height: 700px; }
  /* Match the inner screen of pc_frame.webp; clip before any video content can cross the bezel. */
  .pc-screen { top: 6.1%; left: 11.2%; width: 77.6%; height: 84.8%; }
  .pc-screen video { width: 100%; margin-left: 0; transform: none; }
  .fv-copy { width: min(645px, 45vw); top: 132px; }
  .fv-cta { left: 65px; }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .fv-copy { left: 42px; width: calc(50vw - 65px); }
  .fv-cta { left: 42px; width: min(440px, calc(50vw - 52px)); padding: 0 20px; font-size: clamp(13px, 1.4vw, 18px); }
}
@media (max-width: 767px) {
  .first-view { height: auto; min-height: 0; display: flex; flex-direction: column; align-items: center; padding: 23.4vw 0 10vw; gap: 6vw; }
  .fv-copy { position: relative; top: auto; left: auto; width: 87.06vw; order: 0; }
  .pc-demo { position: relative; top: auto; left: auto; width: 86vw; order: 1; }
  .fv-cta { position: relative; top: auto; bottom: auto; left: auto; width: 87.06vw; order: 2; height: 13.93vw; padding: 0 4.1vw 0 5.35vw; font-size: 4.06vw; }
  .results__metrics { width: min(100%, 352px); }
  .results__metrics picture { width: calc(100% * 400 / 352); margin-left: calc(-100% * 24 / 352); }
  .results__note { padding: 0; font-size: 12px; white-space: normal; text-align: left; }
}
