@charset "UTF-8";
/* variables */
/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #0a0d12;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:focus {
  outline: none;
}
a:hover {
  opacity: 0.8;
}

summary:marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
}

/* contents */
.body__inner {
  position: relative;
}
@media (min-width: 450px) {
  .body__inner:before {
    content: "";
    display: block;
    width: min(100%, 911px);
    height: 100vh;
    background: url("../images/pc_bg.png") center center/contain no-repeat;
    position: fixed;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.wrapper {
  margin-inline: auto;
  overflow: hidden;
  background-color: #0A0D12;
}
@media (min-width: 450px) {
  .wrapper {
    max-width: 390px;
    border: 1px solid #616161;
    margin-top: 40px;
    border-radius: 38px 38px 0 0;
  }
}
@media (min-width: 768px) {
  .wrapper {
    padding-bottom: 0;
  }
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 10px 16px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.site-nav__logo {
  height: 40px;
  width: 126px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .site-nav__logo {
    width: 151px;
  }
}
.site-nav__logo-fallback {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #0a0d12;
  letter-spacing: 0.02em;
}
.site-nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  min-height: 40px;
  border-radius: 4px;
  background: linear-gradient(90deg, #0c1428 0%, #0c3143 100%);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (min-width: 768px) {
  .site-nav__cta {
    display: none;
  }
}

.hero {
  position: relative;
  padding-top: 24px;
  padding-bottom: 32px;
  z-index: 0;
}
@media (min-width: 450px) {
  .hero {
    padding-top: 40px;
  }
}
.hero:before {
  width: 100%;
  height: 167%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url(../images/fv_bg.png) center top/100% auto no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
}
.hero__badge-wrap {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
.hero__badge {
  position: relative;
  display: inline-block;
  padding: 4px 12px 4px 12px;
}
.hero__badge:before {
  background-color: #ffffff;
  transform: skewX(-10deg);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero__badge-text {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0c698a;
}
.hero__title-block {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  margin-top: 16px;
}
.hero__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 8vw, 32px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}
.hero__dramatic {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: clamp(44px, 14vw, 60px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  background: linear-gradient(90deg, #dbdbdb 0%, #ffffff 40%, #585858 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lead {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  max-width: 280px;
  margin: 0 0 24px;
}
.hero__images {
  position: relative;
}
.hero__product {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  margin-right: -22px;
  position: relative;
  z-index: 1;
}
.hero__product-frame {
  width: 284px;
  max-width: 100%;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
  background: #f2f2f2;
}
.hero__product-img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 272/160;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(145deg, #1a2330, #0a0d12);
}
.hero__slider {
  position: absolute;
  width: 100%;
  padding: 0 16px 24px;
  top: 40px;
  z-index: 0;
  overflow: visible;
}
.hero__slider .splide__track {
  overflow: visible;
}
.hero__slider .splide__list {
  align-items: flex-start;
  gap: 8px;
}
.hero__slide {
  width: 92px;
  min-width: 92px;
  text-align: center;
}
.hero__slide-thumb {
  width: 92px;
  height: 92px;
  border-radius: 16px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  background: linear-gradient(160deg, #2a3544, #151a22);
  margin-bottom: 8px;
}
.hero__slide-label {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #95a1b0;
}
.hero__stats {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
.hero__stats-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  gap: 8px;
}
.hero__stat {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.hero__stat-head {
  display: flex;
  justify-content: center;
  align-items: end;
  font-weight: 700;
  gap: 4px;
}
.hero__stat-head--tools {
  align-items: center;
}
.hero__stat-num {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
}
.hero__stat-unit {
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
}
.hero__stat-desc {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.sticky__cta {
  z-index: 100;
  padding-bottom: 20px;
  position: fixed;
  bottom: -100px;
  left: 0;
  transition: bottom 0.3s ease;
  width: 100%;
}
.sticky__cta.is-sticky {
  bottom: 0;
}
@media (min-width: 768px) {
  .sticky__cta {
    bottom: 0;
    padding-bottom: 40px;
    max-width: min(30%, 358px);
    left: auto;
    width: 100%;
    right: min(40px, 3vw);
    transform: none;
  }
}
.sticky__cta-row {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .sticky__cta-row {
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.sticky__cta-row .pc-only {
  display: none;
}
@media (min-width: 768px) {
  .sticky__cta-row .pc-only {
    display: block;
  }
}

.btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 20px 16px;
  border-radius: 8px;
  background: #ffffff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #001a44;
  cursor: pointer;
  border: 1px solid #00040b;
}
.btn-cta--pair {
  width: calc(50% - 6px);
}
.btn-cta__row {
  display: flex;
  gap: 12px;
}
.btn-cta svg {
  flex-shrink: 0;
}

.section {
  padding: 48px 0;
}

.block-heading {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
.block-heading__eyebrow {
  margin: 0 0 8px;
}
.block-heading h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin: 0 0 16px;
}
.block-heading .lead {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 24px;
}

.section--issues {
  position: relative;
  padding: 48px 0 168px;
}

.issues-bg {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: min(470px, 120%);
  left: 50%;
  transform: translateX(-50%);
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.section-tag::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2227%22%20height%3D%226%22%20viewBox%3D%220%200%2027%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.3333%202.66669C21.3333%204.13945%2022.5272%205.33335%2024%205.33335C25.4728%205.33335%2026.6667%204.13945%2026.6667%202.66669C26.6667%201.19393%2025.4728%202.02656e-05%2024%202.02656e-05C22.5272%202.02656e-05%2021.3333%201.19393%2021.3333%202.66669ZM0%202.66669V3.16669H24V2.66669V2.16669H0V2.66669Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  width: 24px;
  height: 12px;
  border-radius: 2px;
  margin-top: 2px;
}

.issue-block {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
.issue-block__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.issue-card {
  padding: 16px 12px 16px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.6);
}
.issue-card__title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #001a44;
  margin: 0 0 8px;
}
.issue-card__rule {
  height: 1px;
  background: #ffffff;
  margin-bottom: 8px;
}
.issue-card__body {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #001a44;
  margin: 0;
}

.section--solution {
  padding: 56px 0;
}

.solution-block {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
.solution-block__grid {
  display: grid;
  gap: 24px 14px;
  grid-template-columns: repeat(3, 1fr);
}

.ai-card__thumb {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}
.ai-card__label {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #95a1b0;
  margin-top: 8px;
}

.section--company {
  padding: 48px 0 56px;
}

.company-block {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}
.company-block__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
}

.stat-card {
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: #616161;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  text-align: center;
}
.stat-card__label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}
.stat-card__value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1;
}
.stat-card__suffix {
  font-size: 16px;
  font-weight: 700;
  margin-left: 4px;
}
.stat-card__icon {
  margin-bottom: 16px;
}
.stat-card__icon img {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.partners {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 16px 16px;
}
.partners__title {
  color: #001a44;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 40px;
  padding-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #001a44;
}
.partners__note {
  color: #95a1b0;
  text-align: right;
  font-size: 12px;
  margin-top: 8px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.partner-grid__cell {
  aspect-ratio: 1;
}

.section--features {
  background: url(../images/fv_bg.png) center bottom 150px/100% auto no-repeat;
}

.feature-card {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  color: #001a44;
}
.feature-card__tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #95a1b0;
}
.feature-card__h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 12px;
}
.feature-card__p {
  font-size: 14px;
  line-height: 1.5;
  color: #00040b;
  margin: 0 0 16px;
}
.feature-card__img {
  vertical-align: bottom;
}
.feature-card__bullets {
  margin: 0;
  padding: 20px;
  border-radius: 8px;
  background: #f2f2f2;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature-card__bullets li {
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  padding-left: 18px;
  position: relative;
}
.feature-card__bullets li:before {
  display: block;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.0854%200.147781C7.18215%202.46492%209.09675%204.39045%2011.5317%205.62515C11.5726%205.64586%2011.6067%205.67602%2011.6304%205.71254C11.6542%205.74907%2011.6667%205.79063%2011.6667%205.83296C11.6667%205.87529%2011.6542%205.91685%2011.6304%205.95338C11.6067%205.9899%2011.5726%206.02006%2011.5317%206.04077C9.09658%207.27562%207.18194%209.20144%206.0854%2011.5189C6.06374%2011.5629%206.0284%2011.6003%205.98365%2011.6265C5.93891%2011.6527%205.8867%2011.6667%205.83334%2011.6667C5.77997%2011.6667%205.72776%2011.6527%205.68302%2011.6265C5.63827%2011.6003%205.60293%2011.5629%205.58127%2011.5189C4.48473%209.20144%202.57009%207.27562%200.13496%206.04077C0.0940246%206.02006%200.059944%205.9899%200.0362237%205.95338C0.0125034%205.91685%200%205.87529%200%205.83296C0%205.79063%200.0125034%205.74907%200.0362237%205.71254C0.059944%205.67602%200.0940246%205.64586%200.13496%205.62515C2.56992%204.39045%204.48453%202.46492%205.58127%200.147781C5.60293%200.103796%205.63827%200.0664227%205.68302%200.0401921C5.72776%200.0139616%205.77997%200%205.83334%200C5.8867%200%205.93891%200.0139616%205.98365%200.0401921C6.0284%200.0664227%206.06374%200.103796%206.0854%200.147781Z%22%20fill%3D%22%2363CFC4%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
}

.features-splide {
  padding-bottom: 28px;
}
.features-splide .splide__track {
  padding: 2px 0 8px;
  overflow: visible;
}
.features-splide .splide__slide {
  height: auto;
}
.features-splide .feature-card {
  margin-bottom: 0;
}
.features-splide .splide__pagination {
  bottom: 0;
}
.features-splide .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #95a1b0;
  opacity: 1;
  margin: 0 8px;
}
.features-splide .splide__pagination__page.is-active {
  transform: scale(1);
  background: #ffffff;
}

/* Steps */
.section--steps {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background: url(../images/steps_bg.png) center top/100% auto no-repeat;
}
.section--steps .block-heading,
.section--steps .steps-flow {
  position: relative;
  z-index: 1;
}

.steps-flow {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
}

.step-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 24px;
}
.step-item:before {
  width: 2px;
  height: calc(100% - 86px);
  top: 86px;
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 42px;
  display: block;
}
.step-item:last-child:before {
  display: none;
}
.step-item__badge {
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
}
.step-item__badge span.num {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.step-item__body {
  flex: 1;
}
.step-item__body h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
}
.step-item__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}
.step-item__body figure {
  margin-top: 16px;
}

.section--compare {
  padding-bottom: 48px;
}

.compare-wrap {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  overflow: auto;
  padding-bottom: 6px;
}
.compare-wrap::-webkit-scrollbar-track {
  background: #DAEFEF;
}
.compare-wrap::-webkit-scrollbar-thumb {
  background: #276976; /* ハンドルの色 */
}
.compare-wrap__img {
  width: 608px;
  margin: 0 auto;
}

.section--faq {
  padding: 40px 0 48px;
}

.faq-list {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  padding: 16px;
  border-radius: 8px;
  background: #ffffff;
  color: #001a44;
  overflow: hidden;
}
.faq-item__summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.faq-item__q {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}
.faq-item__icon {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #001a44;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.faq-item__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.faq-item[open] .faq-item__toggle {
  --plus-v: transparent;
}
.faq-item__answer-wrap {
  height: 0;
  overflow: hidden;
}
.faq-item__answer {
  margin: 0;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(0, 26, 68, 0.86);
}

.section--plan {
  padding: 48px 0;
  background-color: #1D222A;
}

.plans-splide {
  padding-bottom: 28px;
}
.plans-splide .splide__track {
  padding: 2px 0 8px;
  overflow: visible;
}
.plans-splide .splide__slide {
  height: auto;
}
.plans-splide .feature-card {
  margin-bottom: 0;
}
.plans-splide .splide__pagination {
  bottom: 0;
}
.plans-splide .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #95a1b0;
  opacity: 1;
  margin: 0 8px;
}
.plans-splide .splide__pagination__page.is-active {
  transform: scale(1);
  background: #ffffff;
}

.plan-card {
  border-radius: 8px;
  border: 1px solid #ffffff;
  padding: 44px 16px 20px;
  background: #616161;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.plan-card:before {
  height: 16px;
  width: 100%;
  content: "";
  display: block;
  background-color: var(--color-card);
  position: absolute;
  top: 0;
  left: 0;
}
.plan-card--free {
  --color-card: #00f5d4;
}
.plan-card--light {
  --color-card: #00f2ff;
}
.plan-card--standard {
  --color-card: #00bfff;
}
.plan-card--premium {
  --color-card: #7184ff;
}
.plan-card--enterprise {
  --color-card: #b969ff;
}
.plan-card__name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--color-card);
  text-align: center;
}
.plan-card__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.plan-card__price-label {
  writing-mode: vertical-rl;
  color: #001a44;
  font-weight: bold;
  font-size: 14px;
  background-color: #ffffff;
  padding-inline: 3px;
  letter-spacing: 0.05;
  border-radius: 2px;
  display: inline-block;
}
.plan-card__price-value {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
.plan-card__price-value .small {
  font-size: 16px;
}
.plan-card__feat {
  font-size: 16px;
  line-height: 1.5;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.plan-card__feat .small {
  font-size: 12px;
  margin-left: 4px;
}
.plan-card__supports {
  background-color: #e1e1e1;
  border-radius: 8px;
  color: #001a44;
  padding: 16px;
  height: 100%;
  margin-top: 24px;
}
.plan-card__supports-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
.plan-card__supports-list {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.plan-card__supports-list li {
  padding-left: 20px;
  position: relative;
}
.plan-card__supports-list li:before {
  content: "";
  display: block;
  background: url(../images/checks_lines.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.plans__note {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 24px;
}

.section--footer-cta {
  position: relative;
  padding: 48px 0 100px;
  min-height: 480px;
}
@media (min-width: 768px) {
  .section--footer-cta {
    padding-bottom: 0;
  }
}

.footer-cta-bg {
  position: absolute;
  inset: 0;
  background: url("../images/footer_bg.png") center/cover no-repeat;
}
.footer-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0a0d12 0%, rgba(10, 13, 18, 0) 89%);
}

.footer-cta {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  text-align: center;
}
.footer-cta__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
}
.footer-cta__lead {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 28px;
}
.footer-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.footer-cta__buttons .btn-cta--pair {
  flex: 1 1 calc(50% - 6px);
}

.company-info-card {
  text-align: left;
  padding: 24px 20px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.company-info-card__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 12px;
  position: relative;
}
.company-info-card__title:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.company-info-card__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.company-info-card__list dt {
  font-weight: 700;
  font-size: 12px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.company-info-card__list dd {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}

.site-footer-mini {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 16px 32px;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.9;
}
.site-footer-mini__links {
  display: flex;
  gap: 16px;
}

.section--integrations {
  background: url("../images/integration_bg.png") center/cover no-repeat;
}

.integrations-grid {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 390px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.integrations-grid__item {
  aspect-ratio: 1;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}

.icon-arrow {
  width: 12px;
  height: 12px;
  color: currentColor;
}

.icon-arrow--dark {
  color: #0c3143;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
}
.fadein.is-animated {
  animation: fadein 0.5s ease forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}