@charset "utf-8";

/* トップページ */
/*scroll-up */
.scroll-up {
  transition: 0.3s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll-up:hover {
  transition: none !important;
}

.scroll-up.on {
  transform: translateY(0);
  opacity: 1;
}

/* scroll-left */
.scroll-left {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll-left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/* scroll-right */
.scroll-right {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll-right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

.scroll-anime {
  display: block;
  width: 1px;
  height: 24px;
  background-image: linear-gradient(
    -180deg,
    transparent,
    white 50%,
    transparent 50%,
    transparent
  );
  background-repeat: no-repeat;
  background-size: 100% 200%;
  animation-name: scroll-anime;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-delay: 0.7s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

@keyframes scroll-anime {
  0% {
    background-position: 0 100%;
  }

  50% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -100%;
  }
}

.front .contents__center-area,
.page-company .contents__center-area {
  margin: 100px 0 80px;
}

.front .hbspt-form {
  display: block;
  margin: 0 auto;
  width: 70%;
  padding: 5%;
}

.front .contacts .contents {
  padding: 0;
}

.home .footer,
.page-template-template_company .footer {
  margin: 0;
}

.contacts .hbspt-form {
  margin: 0 auto;
  width: 650px;
}

@media screen and (max-width: 768px) {
  /* .front .contents-blue-section {
    padding: 30px;
  }

  .front-fv {
    background: none;
    padding: 10px 0 0;
  }

  .front-fv h1 {
    font-size: 26px;
  }

  .front-fv p {
    font-size: 20px;
  }

  .front-column {
    flex-direction: column;
  }

  .front-fv-left {
    width: 100%;
  }

  .front-fv-right {
    display: none;
  } */

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 25px) !important;
  }

  .swiper .imagetext img {
    max-height: 164px !important;
  }

  .cases,
  .works,
  .seminars,
  .documents,
  .news {
    padding-bottom: 30px;
  }

  .front .contents__center-area,
  .page-company .contents__center-area {
    margin: 30px 0;
  }

  .front .hbspt-form {
    width: 100%;
    padding: 0;
  }

  .front .contacts .contents {
    padding: 30px;
  }

  .contacts .cta-contents {
    padding-bottom: 0;
  }

  .contacts .hbspt-form {
    width: 100%;
  }
}

/* 会社概要 */
.company-top {
  padding: 240px 0;
  background: var(--wpr-bg-fcdd6747-82f9-4707-bdcf-d2d26d19efc2);
  background-size: cover;
}

.company-philosophy {
  display: block;
  margin: 0 auto;
  width: 1000px;
  padding: 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
}

.company-philosophy h2 {
  color: #808080;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.company-philosophy h3 {
  color: #808080;
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}

.company-philosophy p {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

.company-philosophy .normal-text {
  font-size: 24px;
  margin-bottom: 0;
}

.company-greetings .greetings {
  padding: 0 0 263px;
  background: var(--wpr-bg-63bca2f1-212f-4d04-9054-f4e3219918e3) no-repeat right bottom;
  background-size: 440px 504px;
}

.company-greetings h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 100px;
}

.company-greetings h3 {
  font-size: 32px;
  margin-bottom: 50px;
}

.company-greetings p {
  color: #808080;
  width: 760px;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.company-future h2 {
  color: #fcfcfc;
  text-align: center;
  font-size: 32px;
  line-height: 3;
  margin-bottom: 50px;
}

.company-future p {
  color: #f4f4f4;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  width: 700px;
  margin: 0 auto;
}

.company-profile h2 {
  color: #2d2d2d;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.company-profile table {
  border-collapse: separate;
  border-spacing: 50px;
  font-family: "Inter", sans-serif;
  width: 700px;
  margin: 0 auto;
}

.company-profile th {
  color: #808080;
  text-align: right;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 50px 0 0px;
  vertical-align: middle;
  position: relative;
}

.company-profile th::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: -7px;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background: #d9d9d9;
}

.company-profile td {
  color: #808080;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 40px 0 0;
  vertical-align: middle;
}

.company-members .text-block {
  padding: 10px;
  height: 250px;
}

.company-members .text-block h3 {
  height: auto;
  margin-bottom: 0;
}

.member-role {
  color: #808080;
  font-size: 14px;
  padding-bottom: 15px;
}

.member-career {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .company-top {
    padding: 60px 0;
  }

  .company-philosophy {
    width: 100%;
  }

  .company-philosophy h2 {
    font-size: 24px;
  }

  .company-philosophy p,
  .company-philosophy .text--blue {
    font-size: 24px;
    line-height: 1.5;
  }

  .company-philosophy .normal-text {
    font-size: 18px;
  }

  .company-greetings .greetings {
    padding: 0 0 330px;
    background: var(--wpr-bg-40a01b04-d3d0-4255-b6eb-d5cf46c0baed) no-repeat center bottom;
    background-size: contain;
  }

  .company-greetings h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .company-greetings h3 {
    font-size: 24px;
  }

  .company-greetings p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .company-future h2 {
    font-size: 24px;
    line-height: 3;
    margin-bottom: 30px;
  }

  .company-future p {
    font-size: 15px;
    line-height: 2;
    width: 100%;
  }

  .company-profile h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .company-profile table {
    border-spacing: 0 25px;
    width: 100%;
  }

  .company-profile th {
    font-size: 14px;
    padding: 10px 15px;
    white-space: nowrap;
  }

  .company-profile th::after {
    right: -5px;
    width: 5px;
    border-radius: 2px;
  }

  .company-profile td {
    font-size: 14px;
    padding: 10px 15px;
  }

  .company-profile .contents {
    padding: 30px 15px;
  }
}

/* ir */
.ir-box {
  border-radius: 24px;
  background: #fff;
  padding: 30px 10px;
}

.ir-news {
  font-size: 14px;
}

.ir-news .infobox select {
  margin-bottom: 20px;
  padding: 8px;
  color: #383838;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: pointer;
}

.ir-news .infobox {
  width: 950px;
  margin: 0 auto;
}

.ir-news dl {
  line-height: 1.5;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: 1px solid #e6e9ee;
}

.ir-news dl dt {
  display: flex;
  align-items: center;
}

.ir-news dt time {
  width: 120px;
  text-align: center;
  color: #808080;
  font-weight: bold;
}

.ir-news .ir-title {
  width: 100px;
  padding: 5px 0;
  font-size: 12px;
  color: #5c94cd;
  background: #cde6f6;
  /* border: 1px solid #5c94cd; */
  text-align: center;
}

.ir-news dd {
  color: #383838;
  padding: 16px 15px;
}

.ir-news dd .fa-file-pdf {
  margin-left: 10px;
  font-size: 18px;
  color: #fd5555;
}

.ir-news a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .post-type-archive-ir .ir-news {
    padding-bottom: 30px;
  }

  .ir-news {
    padding-bottom: 80px;
  }

  .ir-news dl {
    display: block;
  }

  .ir-news dd {
    font-size: 13px;
  }

  .ir-news .infobox {
    width: 100%;
  }

  .ir-news dt time {
    width: 50%;
  }

  .ir-news .ir-title {
    width: 50%;
  }
}

/* サービス一覧 */
.reasons-main ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.reasons-main ul li {
  display: flex;
  width: 330px;
  height: 330px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  color: #5c94cd;
  background: #fcfcfc;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}

.reasons-price ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 80px;
}

.reasons-price ul li {
  width: 330px;
  height: 330px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  color: #5c94cd;
  background: #fcfcfc;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}

.reasons-price ul li p {
  color: #5c94cd;
}

.reasons-price ul li .font--l {
  font-size: 40px;
}

.reasons-price .icon-plus--grey {
  margin: 0 77px;
}

.reasons-text h3 {
  text-align: center;
  text-shadow: 1px 2px 0px #f5f5f5;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.reasons-text p {
  font-size: 24px;
  line-height: 2;
  text-align: center;
}

.service-plan h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

.service-plan .main-text {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}

.plan-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 50px 0;
  padding: 80px 0;
}

.plan-box a:hover {
  opacity: 0.8;
}

.service-plan:not(.service-option) .plan-box a {
  display: block;
  border-radius: 24px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.service-plan:not(.service-option) .plan-box a:hover {
  opacity: 1;
  transform: translateY(-8px);
  box-shadow: 0 14px 30px rgba(30, 80, 130, 0.18);
}

.service-plan:not(.service-option) .plan-box a:hover .plan-conts p {
  background: #fff;
}

.service-plan:not(.service-option) .plan-box .plan-conts h4 {
  position: relative;
  overflow: hidden;
}

.service-plan:not(.service-option) .plan-box .plan-conts h4::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 12px;
  width: calc(100% - 40px);
  height: 3px;
  background: #fff;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.service-plan:not(.service-option) .plan-box a:hover .plan-conts h4::after {
  transform: scaleX(1);
}

.plan-box .large {
  width: 960px !important;
}

.plan-box .plan-conts {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  width: 440px;
}

.plan-box .plan-conts h4 {
  width: 100%;
  color: #fcfcfc;
  font-size: 24px;
  padding: 20px;
  border-radius: 24px 24px 0px 0px;
  height: 64px;
}

.plan-box .plan-conts p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 20px;
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 24px 24px;
  background: #f4f4f4;
}

.service-model-box {
  width: 935px;
  display: block;
  margin: 0 auto 50px;
  padding: 30px;
  gap: 50px;
  border-radius: 24px;
  background: #fff;
}

.service-model-box h3 {
  color: #808080;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.icon-fukidasi {
  margin-right: 10px;
}

.service-model-box .request {
  text-align: center;
  font-size: 36px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.service-model-conts {
  display: flex;
  padding: 15px;
  align-items: flex-end;
  align-content: flex-end;
  align-self: stretch;
  flex-wrap: wrap;
  border-radius: 24px;
  background: #f4f4f4;
}

.service-model-conts .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
}

.service-model-conts .col-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 25%;
}

.service-model-conts .plan {
  color: #808080;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.service-model-conts h4 {
  text-align: center;
  font-size: 32px;
}

.service-model-conts h4 span {
  font-size: 14px;
}

.service-model-conts .plan-price {
  color: #808080;
  text-align: center;
  font-size: 24px;
}

.service-model-conts .plan-price--text-large {
  text-align: center;
  font-size: 36px;
}

.plan-price .text--small {
  font-size: 15px;
}

.plan-price--text-large .text--large {
  font-size: 20px;
}

.icon-plus--grey,
.icon-arrow--grey {
  display: block;
  margin: 20px auto;
}

.icon-arrow--grey-small {
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .reasons-main ul {
    gap: 24px;
    margin: 20px 0 30px;
    flex-flow: row wrap;
  }

  .reasons-main ul li {
    width: 130px;
    height: 130px;
    font-size: 13px;
  }

  .reasons-text h3 {
    font-size: 20px;
  }

  .reasons-text p {
    font-size: 16px;
  }

  .reasons-price ul {
    margin: 50px 0 20px;
    justify-content: space-around;
  }

  .reasons-price .icon-plus--grey {
    margin: 0;
  }

  .reasons-price ul li {
    width: 130px;
    height: 130px;
    font-size: 13px;
  }

  .reasons-price ul li .font--l {
    font-size: 16px;
  }

  .reasons-price .icon-plus {
    width: 10%;
  }

  .service-plan h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .service-plan .main-text {
    font-size: 18px;
  }

  .plan-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 20px 0;
    padding: 20px 0;
  }

  .plan-box .plan-conts {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    width: 100%;
  }

  .plan-box .large {
    width: 100% !important;
  }

  .plan-box .plan-conts h4 {
    font-size: 20px;
    height: auto;
    line-height: 1.3;
  }

  .plan-box .plan-conts p {
    font-size: 15px;
  }

  .service-model-box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 15px;
    gap: 10px;
    line-height: 1.5;
  }

  .service-model .contents {
    padding: 30px 15px;
  }

  .service-model-box h3 {
    font-size: 16px;
  }
  .service-model-box .request {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .service-model-conts {
    padding: 15px;
  }

  .service-model-conts .col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
  }

  .service-model-conts .col-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 25%;
  }

  .service-model-conts .plan {
    color: #808080;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .service-model-conts h4 {
    font-size: 16px;
  }

  .service-model-conts h4 span {
    font-size: 13x;
  }

  .service-model-conts .plan-price {
    font-size: 16px;
  }

  .service-model-conts .plan-price--text-large {
    font-size: 16px;
  }

  .plan-price .text--small {
    font-size: 13px;
  }

  .plan-price--text-large .text--large {
    font-size: 16px;
  }

  .icon-fukidasi {
    width: 30px;
    height: auto;
  }

  .icon-plus--grey,
  .icon-arrow--grey {
    display: block;
    margin: 10px auto;
    width: 30px;
  }

  .icon-arrow--grey-small {
    display: block;
    margin: 5px auto;
    width: 15%;
  }
}

/* 各サービスページ */
.page-service {
  color: var(--techro-text);
}

.page-service .bg--blue .bg-text.text--blue {
  color: rgba(255, 255, 255, 0.18) !important;
}

.service-fv {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
}

.service-paper .contents {
  padding-top: 0;
}

.sevice-fv_left {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sevice-fv_right {
  width: 47%;
  background: #fff;
  border-radius: 24px;
  padding: 30px 20px 30px 30px;
  height: 635px;
}

.service-fv h2 {
  color: var(--techro-white);
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 50px;
}

.serive-fv-slide {
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
}

.serive-fv-slide img {
  display: block;
}

.service-fv p {
  font-size: 32px;
  margin-bottom: 30px;
}

.service-fv ul {
  color: var(--techro-white);
  font-size: 32px;
  margin-bottom: 30px;
}

.service-fv ul li {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  display: flex;
}

.service-fv ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--techro-yellow);
  margin-right: 10px;
}

.service-fv .font--36 {
  font-size: 36px;
}

.plan-details__inner {
  width: 960px;
  margin: 0 auto;
  padding: 30px;
  gap: 30px;
  background: var(--techro-white);
  border-radius: 8px;
}

.plan-details__inner h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

.plan-details__inner h4 {
  font-size: 32px;
  border-bottom: 1px solid var(--techro-text);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.plan-details__inner ul {
  margin-bottom: 30px;
}

.plan-details__inner ul li {
  color: var(--techro-text);
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.plan-details__inner ul li::before {
  content: "ー";
  margin-right: 10px;
}

.plan-details__inner .price {
  font-size: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.plan-details__inner .price {
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.plan-details__inner .price span {
  font-size: 24px;
  margin-bottom: 30px;
}

.plan-details__inner .text--under-line {
  width: 45%;
  border-bottom: 1px solid var(--techro-text);
}

.faq-box {
  padding: 20px;
  gap: 29px;
  border-radius: 8px;
  background: var(--techro-white);
  margin-bottom: 30px;
}

.faq-box h3 {
  color: var(--techro-blue);
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 25px;
  display: flex;
}

.faq-box h3::before {
  content: "■";
  color: var(--techro-yellow);
  margin-right: 20px;
}

.faq-box p,
.faq-answer {
  color: var(--techro-text);
  font-size: 20px;
  line-height: 1.5;
}

.faq-box p {
  display: flex;
}

.faq-box p::before {
  content: "ー";
  margin-right: 20px;
}

.faq-answer p {
  margin: 0;
}

.inside-sales .number-list li {
  font-size: 30px;
}

.solve-cards-wrap {
  padding: 60px 0 100px;
}

.solve-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solve-card {
  background: var(--techro-white);
  border-radius: 8px;
  padding: 28px 28px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.solve-card__number {
  margin: 0 0 20px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  color: var(--techro-bg-dark);
}

.solve-card__title {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--techro-blue);
}

.solve-card__lead {
  margin: 0 0 16px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--techro-yellow);
}

.solve-card__text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--techro-text);
}

.service-related-members,
.service-related-cases {
  padding-bottom: 70px;
}

.service-related-members .text-main {
  line-height: 1.5;
}

.service-related-members .member-role {
  color: var(--techro-green);
  font-weight: 700;
  padding-bottom: 8px;
}

.service-related-members .member-career {
  color: var(--techro-text);
}

.service-related-cases .imagetext,
.service-related-members .imagetext {
  border-radius: 8px;
  overflow: hidden;
}

/* sideform */
.page__sideform {
  position: fixed;
  top: 110px;
  right: 0;
  background: transparent;
  z-index: 10;
  height: auto;
  display: none;
  transition: transform 0.3s ease-in-out;
}

.toggle-btn {
  position: absolute;
  top: 200px;
  right: 0;
  background: #ed9f18;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 45px;
  font-weight: 700;
  letter-spacing: 2px;
}

.form-container {
  display: none;
  background: #fff;
  padding: 20px;
  width: 375px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h3 {
  color: #3d3d3d;
  line-height: 1.5;
  margin-bottom: 20px;
}

.toggle-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .page__sideform {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .service-fv {
    padding: 0;
    height: auto;
  }

  .sevice-fv_left {
    width: 100%;
  }

  .sevice-fv_right {
    width: 100%;
    height: 717px;
    padding: 30px 20px;
  }

  .service-fv h2 {
    color: #fcfcfc;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .serive-fv-slide {
    margin-bottom: 30px;
  }

  .service-fv p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .service-fv ul {
    color: #fcfcfc;
    margin: 0 0 30px;
  }

  .service-fv ul li {
    font-size: 16px;
    line-height: 2;
  }

  .plan-details__inner {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
  }

  .plan-details__inner h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .plan-details__inner h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .plan-details__inner ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .plan-details__inner .price {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .plan-details__inner p.price {
    margin-bottom: 20px;
  }

  .plan-details__inner .price span {
    font-size: 16px;
  }

  .plan-details__inner .text--under-line {
    width: 100%;
  }

  .faq-box {
    padding: 20px;
    background: #fcfcfc;
    margin-bottom: 30px;
  }

  .faq-box h3 {
    font-size: 18px;
  }

  .faq-box p {
    font-size: 16px;
  }

  .service-paper .font--small {
    font-size: 22px !important;
  }

  .service-paper .font--36 {
    font-size: 20px;
  }

  .service-paper .contents {
    padding-top: 30px;
  }

  .inside-sales .number-list li {
    font-size: 18px;
  }

  .reason .font--25 {
    font-size: 14px;
  }

  .solve-cards-wrap {
    padding: 30px 0 64px;
  }

  .solve-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 15px 30px;
  }

  .solve-card {
    padding: 22px 20px 20px;
    border-radius: 14px;
  }

  .solve-card__number {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .solve-card__title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }

  .solve-card__lead {
    margin-bottom: 12px;
  }

  .solve-card__text {
    font-size: 1rem;
  }
}

/* メンバー */
.member-img {
  display: block;
  margin: 0 auto 80px;
}

.member-img img {
  border-radius: 18px;
}

/* サービスLP 新デザイン */
.service-lp {
  --lp-blue: #008cff;
  --lp-green: var(--techro-green, #0097a7);
  --lp-yellow: var(--techro-yellow, #ed9f18);
  --lp-text: var(--techro-text, #595959);
  --lp-light: var(--techro-bg-light, #f8f8f8);
  --lp-dark: var(--techro-bg-dark, #eeeeee);
  color: var(--lp-text);
  background: #fff;
  overflow: hidden;
}

.service-lp * {
  box-sizing: border-box;
}

.service-lp-container {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}

.service-lp-hero {
  padding: 14px 0 24px;
  background: #fff;
}

.service-lp-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.88fr);
  gap: 68px;
  align-items: start;
  min-height: 714px;
}

.service-lp-split,
.service-lp-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: 64px;
  align-items: center;
}

.service-lp-hero__body {
  padding: 4px 0 0;
}

.service-lp-hero__subtitle {
  margin: 0 0 24px;
  color: var(--lp-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

.service-lp h1 {
  margin: 0 0 50px;
  color: var(--lp-blue);
  font-size: 37px;
  line-height: 1.42;
  font-weight: 800;
}

.service-lp-hero__lead {
  max-width: 610px;
  margin: 0 0 46px;
  color: var(--lp-text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.service-lp-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 8px;
}

.service-lp-stat {
  min-width: 166px;
}

.service-lp-stat + .service-lp-stat {
  margin-left: 32px;
  padding-left: 34px;
  border-left: 6px solid #d9d9d9;
}

.service-lp-stat p {
  margin: 0 0 4px;
  color: var(--lp-text);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
}

.service-lp-stat strong {
  display: block;
  color: #000;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.service-lp-stats-note {
  margin: 0 0 50px;
  color: var(--lp-text);
  font-size: 10px;
  line-height: 1.5;
  font-weight: 800;
}

.service-lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.service-lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 216px;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.18);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.service-lp-btn span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.service-lp-btn span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.service-lp-btn--primary {
  color: #fff;
  background: var(--lp-yellow);
  border: 2px solid var(--lp-yellow);
}

.service-lp-btn--outline {
  color: var(--lp-blue);
  background: #fff;
  border: 2px solid var(--lp-blue);
}

.service-lp-hero__visual {
  min-height: 690px;
}

.service-lp-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #d8d8d8;
  background: #d9d9d9;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 700;
}

.service-lp-logo-slider {
  height: 80px;
  border-top: 1px solid var(--lp-dark);
  border-bottom: 3px solid var(--lp-dark);
  background: #fff;
  overflow: hidden;
}

.service-lp-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: service-logo-slide 42s linear infinite;
}

.service-lp-logo-item {
  flex: 0 0 auto;
  padding: 0 40px;
}

.service-lp-logo-item img {
  display: block;
  width: auto;
  max-height: 40px;
}

@keyframes service-logo-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.service-lp-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  background: var(--lp-blue);
}

.service-lp-nav .service-lp-container {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 10px 0;
}

.service-lp-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.service-lp-mini-icons {
  padding: 30px 0 34px;
  background: #fff;
}

.service-lp-mini-icons p {
  margin: 0 0 18px;
  color: var(--lp-blue);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}

.service-lp-mini-icons .service-lp-container > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-lp-mini-icons figure {
  margin: 0;
  text-align: center;
}

.service-lp-mini-icons .service-lp-placeholder {
  width: 92px;
  min-height: 92px;
  margin: 0 auto 10px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.service-lp-mini-icons figcaption {
  color: var(--lp-text);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.service-lp-nav a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.service-lp-section {
  padding: 88px 0;
}

.service-lp-section--light {
  background: var(--lp-light);
}

.service-lp-section--blue {
  background: var(--lp-blue);
}

.service-lp-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.service-lp-heading--left {
  text-align: left;
}

.service-lp-heading p {
  margin: 0 0 8px;
  color: var(--lp-blue);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}

.service-lp-heading h2 {
  margin: 0;
  color: var(--lp-text);
  font-size: 34px;
  line-height: 1.45;
  font-weight: 800;
}

.service-lp-heading--white p,
.service-lp-heading--white h2 {
  color: #fff;
}

.service-lp-text {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  font-weight: 600;
}

.service-lp-problems {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-lp-problem {
  position: relative;
  min-height: 160px;
  padding: 28px 24px;
  border: 2px solid var(--lp-blue);
  border-radius: 8px;
  background: #fff;
}

.service-lp-problem span {
  display: block;
  margin-bottom: 14px;
  color: var(--lp-yellow);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.service-lp-problem p {
  margin: 0;
  color: var(--lp-text);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.service-lp-illust {
  min-height: 260px;
}

.service-lp-story {
  padding-top: 24px;
}

.service-lp-story .service-lp-container {
  display: grid;
  gap: 28px;
}

.service-lp-story-item {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 42px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.service-lp-story-item--reverse {
  grid-template-columns: 1fr 380px;
}

.service-lp-story-item--reverse > div:first-child {
  order: 2;
}

.service-lp-story-item > div:first-child .service-lp-placeholder {
  min-height: 260px;
  border-radius: 50%;
}

.service-lp-story-item > div:last-child > p:first-child {
  margin: 0 0 8px;
  color: var(--lp-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.service-lp-story-item h2 {
  margin: 0 0 14px;
  color: var(--lp-blue);
  font-size: 25px;
  line-height: 1.45;
  font-weight: 800;
}

.service-lp-story-item > div:last-child > p:last-child {
  margin: 0;
  color: var(--lp-text);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
}

.service-lp-supports {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-lp-support {
  min-height: 220px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
}

.service-lp-support span {
  color: var(--lp-green);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.service-lp-support h3 {
  margin: 16px 0 12px;
  color: var(--lp-blue);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
}

.service-lp-support p,
.service-lp-reason p,
.service-lp-flow p,
.service-lp-member__body div,
.service-lp-case__body div {
  margin: 0;
  color: var(--lp-text);
  font-size: 15px;
  line-height: 1.85;
}

.service-lp-reasons,
.service-lp-cases,
.service-lp-columns,
.service-lp-report-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-lp-reason,
.service-lp-case,
.service-lp-column,
.service-lp-report {
  border: 1px solid var(--lp-dark);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.service-lp-case:hover,
.service-lp-column:hover {
  border-color: var(--lp-blue);
  box-shadow: 0 14px 28px rgba(0, 140, 255, 0.18);
  transform: translateY(-5px);
}

.service-lp-reason {
  padding: 18px;
}

.service-lp-reason .service-lp-placeholder {
  min-height: 150px;
  margin-bottom: 18px;
}

.service-lp-reason h3,
.service-lp-member h3,
.service-lp-case h3,
.service-lp-column h3 {
  margin: 0 0 10px;
  color: var(--lp-blue);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 800;
}

.service-lp-flow {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-lp-flow li {
  display: grid;
  grid-template-columns: 72px minmax(180px, 0.7fr) 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--lp-dark);
  border-left: 8px solid var(--lp-blue);
  border-radius: 8px;
  background: #fff;
}

.service-lp-flow span {
  color: var(--lp-yellow);
  font-size: 30px;
  font-weight: 800;
}

.service-lp-flow h3 {
  margin: 0;
  color: var(--lp-blue);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
}

.service-lp-plan {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  padding: 34px;
  border: 3px solid var(--lp-blue);
  border-radius: 8px;
  background: #fff;
}

.service-lp-plan h3 {
  margin: 0 0 18px;
  color: var(--lp-blue);
  font-size: 26px;
  line-height: 1.45;
  font-weight: 800;
}

.service-lp-plan__price {
  margin: 0;
  color: var(--lp-yellow);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.service-lp-plan ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-lp-plan li {
  position: relative;
  padding-left: 20px;
  color: var(--lp-text);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}

.service-lp-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lp-green);
}

.service-lp-members {
  display: grid;
  gap: 22px;
}

.service-lp-member {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--lp-dark);
  border-radius: 8px;
  background: #fff;
}

.service-lp-member__photo .service-lp-placeholder,
.service-lp-member__photo img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.service-lp-member__body {
  align-self: center;
}

.service-lp-member__body > p,
.service-lp-case__body > p {
  margin: 0 0 8px;
  color: var(--lp-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

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

.service-lp-case__thumb .service-lp-placeholder,
.service-lp-case__thumb img {
  width: 100%;
  min-height: 210px;
  max-height: 260px;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.service-lp-case:hover .service-lp-case__thumb img,
.service-lp-column:hover img {
  transform: scale(1.035);
}

.service-lp-case__body {
  padding: 22px;
}

.service-lp-report-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-lp-report {
  border-color: rgba(255, 255, 255, 0.34);
}

.service-lp-report__thumb .service-lp-placeholder,
.service-lp-report__thumb img {
  width: 100%;
  min-height: 170px;
  object-fit: cover;
}

.service-lp-report__body {
  padding: 18px;
}

.service-lp-report__body h3 {
  margin: 0 0 8px;
  color: var(--lp-blue);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
}

.service-lp-report__body p {
  margin: 0;
  color: var(--lp-text);
  font-size: 13px;
  line-height: 1.7;
}

.service-lp-static-card {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) 1fr;
  gap: 36px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--lp-dark);
  border-radius: 8px;
  background: #fff;
}

.service-lp-static-card .service-lp-placeholder {
  min-height: 310px;
}

.service-lp-static-card h3 {
  margin: 0 0 14px;
  color: var(--lp-blue);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 800;
}

.service-lp-static-card p {
  margin: 0;
  color: var(--lp-text);
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}

.service-lp-static-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.service-lp-static-list section {
  padding: 22px;
  border: 2px solid var(--lp-green);
  border-radius: 8px;
  background: #fff;
}

.service-lp-static-list h3 {
  margin: 0 0 10px;
  color: var(--lp-green);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}

.service-lp-static-list p {
  margin: 0;
  color: var(--lp-text);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}

.service-lp-download {
  align-items: start;
}

.service-lp-download > div:first-child > p {
  margin: 0 0 22px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.service-lp-download .service-lp-placeholder {
  min-height: 280px;
  background: rgba(255, 255, 255, 0.72);
}

.service-lp-form {
  min-height: 480px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}

.service-lp-form .service-lp-placeholder {
  min-height: 430px;
}

.service-lp-faqs {
  display: grid;
  gap: 14px;
}

.service-lp-faq {
  border: 1px solid var(--lp-dark);
  border-radius: 8px;
  background: #fff;
}

.service-lp-faq summary {
  position: relative;
  cursor: pointer;
  padding: 20px 56px 20px 24px;
  color: var(--lp-blue);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 800;
  list-style: none;
}

.service-lp-faq summary::-webkit-details-marker {
  display: none;
}

.service-lp-faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--lp-yellow);
  text-align: center;
  line-height: 28px;
  transform: translateY(-50%);
}

.service-lp-faq[open] summary::after {
  content: "-";
}

.service-lp-faq > div {
  padding: 0 24px 22px;
  color: var(--lp-text);
  font-size: 15px;
  line-height: 1.9;
}

.service-lp-column a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-lp-column .service-lp-placeholder,
.service-lp-column img {
  width: 100%;
  min-height: 150px;
  max-height: 180px;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.service-lp-column h3 {
  padding: 18px;
}

@media screen and (max-width: 768px) {
  .service-lp-container {
    width: 100%;
    padding: 0 15px;
  }

  .service-lp-hero {
    padding: 34px 0 24px;
  }

  .service-lp-hero__inner,
  .service-lp-split,
  .service-lp-download,
  .service-lp-plan,
  .service-lp-member {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-lp-hero__inner {
    min-height: auto;
  }

  .service-lp h1 {
    margin-bottom: 28px;
    font-size: 29px;
  }

  .service-lp-hero__subtitle {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .service-lp-hero__lead {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .service-lp-stats {
    align-items: stretch;
  }

  .service-lp-stat {
    min-width: 0;
    flex: 1;
  }

  .service-lp-stat + .service-lp-stat {
    margin-left: 18px;
    padding-left: 20px;
    border-left-width: 4px;
  }

  .service-lp-stat strong {
    font-size: 34px;
  }

  .service-lp-stats-note {
    margin-bottom: 28px;
  }

  .service-lp-actions {
    display: grid;
    gap: 14px;
  }

  .service-lp-btn {
    width: 100%;
  }

  .service-lp-hero__visual {
    min-height: 380px;
  }

  .service-lp-logo-slider {
    height: 68px;
  }

  .service-lp-logo-item {
    padding: 0 24px;
  }

  .service-lp-logo-item img {
    max-height: 32px;
  }

  .service-lp-nav {
    position: relative;
  }

  .service-lp-nav .service-lp-container {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 10px 0;
  }

  .service-lp-nav a {
    flex: 0 0 auto;
    min-width: 104px;
    font-size: 13px;
  }

  .service-lp-section {
    padding: 52px 0;
  }

  .service-lp-heading {
    margin-bottom: 28px;
  }

  .service-lp-heading h2 {
    font-size: 24px;
  }

  .service-lp-problems,
  .service-lp-supports,
  .service-lp-reasons,
  .service-lp-cases,
  .service-lp-columns,
  .service-lp-report-grid,
  .service-lp-static-card,
  .service-lp-static-list,
  .service-lp-plan ul {
    grid-template-columns: 1fr;
  }

  .service-lp-mini-icons .service-lp-container > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-lp-story-item,
  .service-lp-story-item--reverse {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-lp-story-item--reverse > div:first-child {
    order: 0;
  }

  .service-lp-story-item > div:first-child .service-lp-placeholder {
    min-height: 210px;
  }

  .service-lp-flow li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-lp-plan {
    padding: 24px;
  }

  .service-lp-plan__price {
    font-size: 26px;
  }

  .service-lp-member__photo .service-lp-placeholder,
  .service-lp-member__photo img {
    min-height: 220px;
  }
}

.fourth {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 50px;
}

.fourth-text h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  color: #383838;
  text-align: center;
}

.fourth-imagetext .member-role {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 15px 0 5px;
  color: #808080;
}

.fourth-imagetext {
  width: 25%;
  margin-bottom: 40px;
}

.fourth-imagetext .item-img {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  width: 190px;
  height: 190px;
}

.fourth-imagetext img {
  overflow: hidden;
  display: block;
  margin: 0 auto 15px;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: center top;
}

.fourth-imagetext img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

.fourth-imagetext:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .member-img {
    margin: 0 auto 40px;
  }

  .member-page {
    width: 100%;
  }

  .member-img img {
    max-width: 100%;
    height: auto;
  }

  .fourth {
    max-width: 100%;
    margin-bottom: 0;
  }

  .fourth-imagetext {
    width: 33.3%;
    margin-bottom: 20px;
  }

  .fourth-imagetext .item-img {
    width: 125px;
    height: 125px;
  }

  .fourth-imagetext img {
    width: 125px;
    height: 125px;
  }

  .fourth-imagetext .member-role {
    font-size: 12px;
  }

  .fourth-text h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .fourth_imagetext p.member-role {
    font-size: 11px;
  }

  .fourth-imagetext img:hover {
    transform: none;
    transition: 0.5s all;
    opacity: 0.8;
  }

  .fourth-imagetext:hover img {
    transform: none;
    transition: 0.5s all;
  }
}

@media screen and (max-width: 500px) {
  .fourth-imagetext {
    width: 50%;
  }
}

/* 固定ページ */
.page-content {
  margin: auto;
  width: 1000px;
  padding: 60px 0 0;
}

.page-content p,
.page-content ul,
.page-content ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

/* thanks */
.thanks__icon {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .page-content {
    padding: 30px;
    width: 100%;
  }

  .page-content p,
  .page-content ul,
  .page-content ol {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* ブログ */
.others-title--center {
  color: #2d2d2d;
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1.5;
  text-align: center;
}

.post-info span,
.content-text span {
  color: #888;
  background-color: #e5e5e5;
  border-radius: 20px;
  padding: 3px 15px;
  margin: 2px;
  display: inline-block;
  font-weight: 700;
}

.post-info {
  margin: 20px 0;
}

.post-date {
  margin-right: 8px;
  color: #888;
  font-size: 20px;
}

/* 目次 */
#toc_container {
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  font-size: 14px;
  background: #fff;
}
#toc_container li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.case-study {
  padding: 50px 0 0;
}

.single-post {
  background: #fff;
  padding: 70px 0 0;
}

.single-post .text-area {
  display: none;
}

.single-header__meta {
  background: #0073ed;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 5px 10px;
}

.single-header__title {
  color: #0073ed;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-header__date {
  color: #707070;
  margin-bottom: 60px;
}

.single-header__thumb {
  border-radius: 20px;
  margin-bottom: 50px;
}

.single-header__pic {
  width: 100%;
}

.single-content a {
  color: #5c94cd;
  text-decoration: underline;
  transition: 0.3s;
}

.single-content a:hover {
  opacity: 0.8;
}

.single-content h2 {
  font-size: 24px;
  color: #383838;
  background: #f4f4f4;
  border-left: solid 5px #5c94cd;
  border-bottom: solid 3px #d7d7d7;
  margin: 2em 0;
  padding: 20px;
}

.single-content h3 {
  font-size: 22px;
  border: none;
  border-bottom: 3px solid #5c94cd;
  margin: 2em 0 1.5em;
  padding: 10px 0;
}

.single-content h4 {
  border-left: 12px solid #5c94cd;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0.5em 0.5em;
}

.single-content img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
}

.single-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.single-content p:blank {
  display: none;
}

.single-content .table-wrapper {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
  overflow-x: auto;
}

.single-content table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 15px;
  /* white-space: nowrap; */
}

.single-content th {
  background: #e6f4ff;
  border: 1px solid #ccc;
  padding: 0.8em 0.5em;
}

.single-content td {
  border: 1px solid #ccc;
  padding: 0.8em 0.5em;
}

.single-content blockquote {
  background: #f5f5f5;
  color: #555;
  font-style: italic;
  padding: 3rem 2rem 2rem;
  position: relative;
}

.single-content blockquote::before {
  color: #a0a0a0;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.single-content blockquote p {
  margin-bottom: 0;
}

.single-content blockquote cite {
  border-top: 1px dotted #a0a0a0;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 1rem;
  text-align: right;
  width: 100%;
}

.single-header__pic {
  width: auto;
  max-height: 500px;
}

.single-header__title {
  color: inherit;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.single-header__thumb {
  text-align: center;
}

.single-content {
  line-height: 1.8;
}

.single-content ul {
  list-style: disc;
}

.single-content ul,
.single-content ol {
  font-weight: 400;
  margin-bottom: 1.6em;
  padding-left: 20px;
}

.single-content li {
  font-size: 16px;
  list-style: inherit;
}

.single-content .marker-red {
  background: linear-gradient(transparent 75%, #ffb2d8 0);
}
.single-content .marker-yellow {
  background: linear-gradient(transparent 75%, #fff76b 0);
}
.single-content .marker-blue {
  background: linear-gradient(transparent 75%, #add6ff 0);
}

.post-author {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 3px solid #eee;
}

.post-author--flex {
  display: flex;
}

.post-author--img {
  flex: none;
  margin-right: 25px;
}

.post-author--img img {
  border-radius: 20px;
}

.post-author-role {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}

.post-author-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #383838;
}

.post-author-desc-pc {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
}

.post-author-desc-sp {
  display: none;
}

.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.youtube video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* 投稿クイックボタン */
.quick-btn {
  background: linear-gradient(#e8bc6f, #ed9f18);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  display: block;
  margin: 20px auto 30px;
  width: 75%;
  padding: 1rem;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 50px;
}

.quick-btn i {
  color: #fff;
}

.quick-btn:hover {
  transform: translateY(-4px);
  transition: 0.5s all;
  opacity: 0.8;
}

/* 投稿クイックバナー */
.quick_bnr_wrapper,
.quick-markable_bnr_wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}

.quick_bnr_btn {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  margin-bottom: 0 !important;
}

.markable_bnr_wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}

.markable_bnr_btn {
  position: absolute;
  bottom: 12px;
  left: 22px;
  width: 60%;
  margin-bottom: 0 !important;
}

.quick-markable_bnr_btn {
  position: absolute;
  bottom: 12px;
  left: 22px;
  width: 60%;
  margin-bottom: 0 !important;
}

.quick_bnr_btn:hover,
.cta-post__btn:hover,
.quick-markable_bnr_btn:hover {
  opacity: 0.7 !important;
  transition: 0.2s;
}

.quick_bnr:hover,
.cta-post__link:hover,
.markable_bnr:hover {
  opacity: 0.7 !important;
  transition: 0.2s;
}

.quick_bnr_btn:hover,
.cta-post__btn:hover,
.markeble_bnr_btn:hover {
  opacity: 0.7 !important;
  transition: 0.2s;
}

/* 投稿内cta */
.cta-post__wrapper {
  position: relative;
  width: 100%;
}

.cta-post__link {
  display: block;
}

.cta-post__btn {
  -webkit-transform: translateX(-50%);
  background: #ff951a;
  bottom: 0.4rem;
  color: #fff !important;
  font-weight: 600;
  left: 50%;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  transform: translateX(-50%);
  width: 55%;
}

.cta-post__btn img {
  max-width: 360px;
}

/* 一部記事ctaバナー非表示 */
.postid-4792 .cta-post__wrapper,
.postid-1112 .cta-post__wrapper,
.postid-1603 .cta-post__wrapper {
  display: none;
}

/* セミナー */
.single-content .webinar_sentence {
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0 0;
  font-weight: 700;
}

.single-content .webinar_day {
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
}

.single-content .webinar_day::before {
  content: "\f35a";
  color: #5c94cd;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.webinar-date {
  display: flex;
  justify-content: space-between;
}

.single-content .webinar-date {
  justify-content: flex-start;
}

.webinar-date .extra-info {
  margin: 0;
  padding: 10px 0 0;
}

/* 導入事例 */
.case-study-single {
  padding: 50px 0px 30px;
  margin-top: 0;
}

.case-study-single__inner h1 {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.5;
  color: #383838;
  padding-bottom: 15px;
}

.case-study-single__inner h2.interview {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #383838;
  background: none;
  border: none;
  margin: 0 0 20px;
  padding: 0 20px 20px;
}

/* 導入事例用ボタン */
.example__btn--blue {
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  color: #fff !important;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50px;
  margin: 40px auto 10px;
  padding: 1rem;
}

.example__btn--yellow {
  background: linear-gradient(#e8bc6f, #ed9f18);
  color: #fff !important;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50px;
  margin: 20px auto 30px;
  padding: 1rem;
}

/* 導入事例 絞り込み */
.archive-filter {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 40px 0;
}

.archive-filter .filter-btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid #72b5e2;
  color: #72b5e2;
  text-decoration: none;
  background: #fff;
  transition: all 0.2s ease;
}

/* hover・active 共通 */
.archive-filter .filter-btn:hover,
.archive-filter .filter-btn.active {
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  border-color: #72b5e2;
  color: #fff;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@media (max-width: 768px) {
  .filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    width: 100%;
  }

  .filter-row::-webkit-scrollbar {
    height: 6px;
  }

  .archive-filter .filter-btn {
    font-size: 0.9rem;
    flex: 0 0 auto;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .single-post {
    padding: 40px 0 0;
  }

  .single-post .page-title {
    padding-bottom: 10px !important;
  }

  /* セミナー、イベントレビュー、ニュース、セミナーレポート、ページタイトル非表示 */
  .categoryid-20 .page-title,
  .categoryid-55 .page-title,
  .categoryid-23 .page-title,
  .categoryid-64 .page-title {
    display: none;
  }

  .single-post .text-area {
    display: none;
  }

  .post-info,
  .post-date {
    font-size: 15px;
  }

  .others-title--center {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .single-content h2 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .single-content h3 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .single-content h4 {
    border-left: 3px solid #5c94cd;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .single-content img {
    margin-bottom: 20px;
  }

  .single-content p {
    font-size: 15px;
  }

  .single-content li {
    font-size: 15px;
  }

  .single-content .table-wrapper {
    margin-bottom: 30px;
    padding-bottom: 15px;
    overflow-x: scroll;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }

  .single-content .table-wrapper table {
    font-size: 13px;
    min-width: 600px;
  }

  .post-author {
    margin: 30px 20px 0;
    padding: 20px 0 40px;
    font-size: 14px;
    border-top: 3px solid #eee;
  }

  .post-author-name {
    font-size: 16px;
  }

  .post-author--img {
    margin-right: 15px;
  }

  .post-author--img img {
    width: 60px;
    border-radius: 10px;
  }

  .post-author-desc-pc {
    display: none;
  }

  .quick-btn {
    width: 100%;
    font-size: 16px;
    letter-spacing: normal;
  }

  .quick_bnr img {
    width: 100%;
  }

  .quick_bnr_btn img {
    max-width: 280px;
  }

  .quick_bnr_btn {
    bottom: 24px;
    width: 100%;
  }

  .cta-post__btn img {
    max-width: 260px;
  }

  .cta-post__btn {
    left: 45% !important;
    bottom: 0.7rem !important;
    width: 80% !important;
  }

  .markable_bnr_wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
  }

  .markable_bnr_btn {
    position: absolute;
    bottom: 12px;
    left: 22px;
    width: 60%;
    margin-bottom: 0 !important;
  }

  .quick_bnr_btn:hover,
  .cta-post__btn:hover,
  .markable_bnr_btn:hover {
    opacity: 0.7 !important;
    transition: 0.2s;
  }

  .quick-markable_bnr_wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
  }

  .quick-markable_bnr_btn {
    position: absolute;
    bottom: 12px;
    left: 22px;
    width: 60%;
    margin-bottom: 0 !important;
  }

  .quick_bnr_btn:hover,
  .cta-post__btn:hover,
  .quick-markable_bnr_btn:hover {
    opacity: 0.7 !important;
    transition: 0.2s;
  }

  .sidebar__latest-posts {
    max-width: 320px;
  }

  .markable_bnr_btn,
  .quick-markable_bnr_btn {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .single-content .webinar_sentence {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .single-content .webinar_day {
    font-size: 16px;
    margin-right: 15px;
  }

  .case_study_page {
    background-color: white !important;
    background-image: none !important;
  }

  .case-study-single {
    padding: 0 0 30px;
  }

  .case-study-single__inner h1 {
    font-size: 20px;
  }

  .case-study-single__inner h2.interview {
    font-size: 20px;
    line-height: 30px;
    background: none;
    border: none;
    margin: 0 0 10px;
    padding: 0 16px 16px;
  }

  .case-study-single__inner {
    padding: 20px 15px;
    overflow: hidden;
  }

  .example__btn--blue,
  .example__btn--yellow {
    font-size: 15px;
  }
}

/* クッキーバナー */
.cookie-notice-container a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

/* testcategory */
.single-testcategory .contact-content {
  min-width: 340px;
}

.single-testcategory .contact-content a {
  color: #5c94cd;
  text-decoration: underline;
  transition: all 0.3s;
}

.single-testcategory .contact-content p {
  text-align: center;
}

.blog__page-title--bnr a {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
}

.blog__page-title--bnr a:hover {
  opacity: 0.8;
}

/* イベントレビュー、ニュース、セミナーレポート、バナー非表示 */
.category-55 .blog__page-title--bnr,
.categoryid-55 .blog__page-title--bnr,
.category-23 .blog__page-title--bnr,
.categoryid-23 .blog__page-title--bnr,
.category-64 .blog__page-title--bnr,
.categoryid-64 .blog__page-title--bnr {
  display: none;
}

@media (max-width: 768px) {
  .blog__page-title--bnr a {
    display: block;
    margin: 0 auto 20px;
  }

  .post-template-default .blog__page-title--bnr a {
    display: block;
  }
}

/* cta-text */
.single-cta-text {
  background: #eef8fe;
  border-radius: 10px;
  padding: 30px 40px 15px;
  margin: 2em 0 3em;
}

.single-cta-text .title {
  font-size: 18px;
  font-weight: bold !important;
  color: #0073ed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-cta-text .title::before,
.single-cta-text .title::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #0073ed;
}

.single-cta-text .title::before {
  margin-right: 10px;
}

.single-cta-text .title::after {
  margin-left: 10px;
}

.single-cta-text a {
  color: #0073ed;
}

.single-cta-text a:hover {
  text-decoration: none;
}

/* cta-block */
.cta-block {
  border: 2px solid #5c94cd;
  border-radius: 10px;
  overflow: hidden;
  margin: 2em 0 3em;
}

.cta-block .cta-title {
  background: #5c94cd;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  border-bottom: none;
  padding: 20px;
  margin: 0;
}

.cta-block .cta-content {
  padding: 40px 40px 20px;
  font-size: 16px;
}

.cta-block .cta-thumbnail {
  float: right;
  margin: 0 0 0 30px;
}

.cta-block .cta-thumbnail img {
  max-width: 275px;
  border: 1px solid #ccc;
}

.cta-block .cta-btn a {
  width: 280px;
  height: 60px;
  background: linear-gradient(107deg, #46b1e1 2.48%, #5c94cd 90.8%);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
}

.cta-block .cta-btn a:hover {
  transform: translateY(-4px);
  transition: 0.5s all;
}

.cta-block .cta-btn a:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
}

.cta-block ul {
  margin: 15px 0 30px;
}

.clear {
  clear: both;
}

.cta-thumbnail-images {
  width: 48%;
  float: left;
}

.cta-thumbnail-form {
  width: 48%;
  float: right;
}

@media screen and (max-width: 768px) {
  .cta-btn-01 {
    width: 100%;
    font-size: 14px !important;
  }

  .single-cta-text {
    padding: 15px 20px;
  }

  .single-cta-text .title {
    font-size: 15px;
    margin-bottom: 1em;
  }

  .single-cta-text .title::before,
  .single-cta-text .title::after {
    width: 55px;
  }

  .single-cta-text p {
    margin-bottom: 1em;
  }

  .cta-block .cta-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .cta-block .cta-content {
    padding: 15px;
    font-size: 13px;
  }

  .cta-block .cta-thumbnail {
    width: 100%;
    margin: 0 auto 10px;
  }

  .cta-block .cta-thumbnail img {
    max-width: 100%;
    width: 100%;
  }

  .cta-block ul {
    clear: both;
  }

  .cta-thumbnail-images {
    width: 100%;
  }

  .cta-thumbnail-form {
    width: 100%;
  }
}

/* ウェビナー人物紹介 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.introduction-area img {
  float: left !important;
  margin: 0 20px 20px 0;
  max-width: 200px;
}

.introduction-area {
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.introduction-area .name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.introduction-area .introduction {
  font-size: 14px !important;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .introduction-area img {
    float: none !important;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

/* AIOSEO監修者ブロック */
.aioseo-author-bio-compact {
  padding: 20px !important;
  border: 1px solid #ccc !important;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* 左側（アイコン画像） */
.aioseo-author-bio-compact-left {
  flex: 0 0 120px;
}

.aioseo-author-bio-compact-left .aioseo-author-bio-compact-image {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

/* 右側（テキスト） */
.aioseo-author-bio-compact-right {
  flex: 1;
}

/* 作者名 + 役職 */
.aioseo-author-bio-compact-header {
  margin-bottom: 8px;
}

.aioseo-author-bio-compact-header .author-name {
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
}

.aioseo-author-bio-compact-header .author-job-title {
  font-size: 14px;
  color: #666;
}

/* メインの文章 */
.aioseo-author-bio-compact-right .aioseo-author-bio-compact-main {
  margin: 12px 0 24px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

/* 専門分野タグ */
.author-expertises {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.author-expertise {
  background: #f0f0f0;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

/* セミナー、イベントレビュー、ニュース、セミナーレポート、AIOSEO監修者ブロック非表示 */
.categoryid-20 .aioseo-author-bio-compact,
.categoryid-55 .aioseo-author-bio-compact,
.categoryid-23 .aioseo-author-bio-compact,
.categoryid-64 .aioseo-author-bio-compact {
  display: none;
}

@media screen and (max-width: 768px) {
  .aioseo-author-bio-compact {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .aioseo-author-bio-compact-left {
    flex: none;
  }

  .aioseo-author-bio-compact-left .aioseo-author-bio-compact-image {
    width: 150px;
    height: 150px;
  }

  .aioseo-author-bio-compact-right {
    width: 100%;
    text-align: left;
  }

  .aioseo-author-bio-compact-right .aioseo-author-bio-compact-main {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .author-expertises {
    justify-content: center;
  }
}

/* 導入前、導入後 */
.c-compare-list {
  --label-w: 11rem;
  --gap: 0;
}
.c-compare-list__row {
  display: grid !important;
  grid-template-columns: var(--label-w) 1fr !important;
  gap: var(--gap) !important;
  align-items: stretch !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  margin: 1rem 0 !important;
  overflow: hidden !important;
}

.h3-label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset !important;
}

.label01 {
  background: var(--label-bg, #777) !important;
}

.label02 {
  background: var(--label-bg, #2b6cb0) !important;
}

.c-compare-list__label {
  margin: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
  text-align: center !important;
  position: relative !important;
  border: none !important;
  letter-spacing: 1px !important;
}

.c-compare-list__label span {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.c-compare-list__items {
  margin: 0 !important;
  padding: 1rem 2rem !important;
}

.c-compare-list__items li {
  margin: 0.35rem 0 !important;
  font-weight: bold !important;
}

@media (max-width: 768px) {
  .c-compare-list__row {
    grid-template-columns: 1fr !important;
  }

  .c-compare-list__label {
    border-radius: 0.6rem 0.6rem 0 0 !important;
  }

  .c-compare-list__label::after {
    display: none !important;
  }

  .c-compare-list__items {
    padding: 0.8rem 1rem 1rem 2rem !important;
  }
}

/* SEO service page */
.seo-service-page {
  --seo-blue: #008cff;
  --seo-green: #0097a7;
  --seo-yellow: #ed9f18;
  --seo-text: #595959;
  --seo-bg: #f8f8f8;
  --seo-gray: #eeeeee;
  color: var(--seo-text);
  background: #f8f8f8;
  font-weight: 700;
}

.seo-service-page *,
.seo-service-page *::before,
.seo-service-page *::after {
  box-sizing: border-box;
}

.seo-service-page p {
  margin: 0;
  color: var(--seo-text);
  line-height: 1.85;
}

.seo-service-page a {
  text-decoration: none;
}

.seo-service-container {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 40px;
}

.seo-section-title,
.seo-outline-heading {
  margin: 0 auto;
  color: var(--seo-blue);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.seo-section-title {
  font-size: 45px;
}

.seo-outline-heading {
  width: min(760px, 100%);
  padding: 24px 36px;
  border: 5px solid var(--seo-blue);
  border-radius: 999px;
  font-size: 31px;
}

.seo-outline-heading span {
  display: block;
  margin-top: 10px;
  color: var(--seo-text);
  font-size: 20px;
}

.seo-outline-heading--green {
  border-color: var(--seo-green);
  color: #111;
}

.seo-service-cta-row {
  display: flex;
  justify-content: center;
  gap: 58px;
}

.seo-service-cta-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-width: 250px;
  height: 56px;
  padding: 0 24px;
  border-radius: 7px;
  border: 2px solid var(--seo-yellow);
  background: var(--seo-yellow);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.seo-service-cta-row a:hover,
.seo-service-cta-row a:focus-visible {
  background: #fff;
  color: var(--seo-yellow);
  box-shadow: 0 9px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.seo-service-cta-row a span {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.seo-service-cta-row a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.seo-service-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 160px;
  place-items: center;
  background: #d8d8d8;
  color: #777;
  font-size: 14px;
}

.seo-fv {
  padding: 20px 0 0;
  background: #fff;
}

.seo-fv__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 590px;
  gap: 60px;
  min-height: 620px;
  align-items: start;
}

.seo-fv__sub {
  margin-top: 6px !important;
  color: var(--seo-text) !important;
  font-size: 22px;
  line-height: 1.4 !important;
}

.seo-fv h1 {
  margin: 30px 0 56px;
  color: var(--seo-blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.seo-fv__lead {
  max-width: 680px;
  font-size: 17px;
  line-height: 1.55 !important;
}

.seo-fv__stats {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 62px;
}

.seo-fv__stats > div {
  min-width: 164px;
}

.seo-fv__stats > div + div {
  position: relative;
  margin-left: 20px;
  padding-left: 40px;
  border-left: 0;
}

.seo-fv__stats > div + div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 70px;
  border-radius: 999px;
  background: #d8d8d8;
  transform: translateY(-50%);
}

.seo-fv__stats p {
  font-size: 14px;
  line-height: 1.2 !important;
}

.seo-fv__stats strong {
  display: block;
  margin-top: 4px;
  color: #000;
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
}

.seo-fv__note {
  margin-top: 18px !important;
  color: #333 !important;
  font-size: 11px;
  line-height: 1.4 !important;
}

.seo-fv__buttons {
  justify-content: flex-start;
  gap: 32px;
  margin-top: 58px;
}

.seo-fv__form {
  width: 100%;
  min-height: 630px;
  padding: 28px;
  overflow: auto;
  background: #fff;
}

.seo-logo-slider {
  overflow: hidden;
  height: 130px;
  padding: 36px 0 22px;
  box-sizing: border-box;
  background: #fff;
}

.seo-logo-slider__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 72px;
  animation: seoLogoLoop 42s linear infinite;
}

.seo-logo-slider__item {
  display: grid;
  width: 180px;
  height: 72px;
  margin: 0 18px;
  place-items: center;
  flex: 0 0 auto;
}

.seo-logo-slider__item img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

@keyframes seoLogoLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.seo-problems {
  padding: 70px 0 120px;
}

.seo-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  margin-top: 82px;
  text-align: center;
}

.seo-problems__grid img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.seo-problems__grid p {
  margin-top: 28px;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
}

.seo-problems__grid h3 {
  margin: 14px 0 0;
  color: var(--seo-green);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.seo-solve-label {
  width: min(800px, 100%);
  margin: 140px auto 0;
  padding: 28px 40px;
  border: 5px solid var(--seo-blue);
  border-radius: 999px;
  text-align: center;
}

.seo-solve-label h2 {
  margin: 0;
  color: var(--seo-blue);
  font-size: 32px;
  font-weight: 900;
}

.seo-solve-label p {
  margin-top: 24px;
  color: var(--seo-text);
  font-size: 15px;
  letter-spacing: 2px;
}

.seo-features {
  padding: 12px 0 100px;
}

.seo-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  min-height: 430px;
}

.seo-feature + .seo-feature {
  margin-top: 70px;
}

.seo-feature--reverse .seo-feature__text {
  order: 2;
}

.seo-feature--reverse .seo-feature__img {
  order: 1;
}

.seo-feature__num {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  color: #ddd;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.seo-feature__num span {
  display: block;
  width: 260px;
  height: 7px;
  border-radius: 99px;
  background: #ddd;
}

.seo-feature h2 {
  margin: 0 0 28px;
  color: var(--seo-blue);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}

.seo-feature__lead {
  margin-bottom: 14px !important;
  color: var(--seo-text);
  font-size: 16px;
}

.seo-feature p {
  font-size: 15px;
}

.seo-feature__img {
  text-align: center;
}

.seo-feature__img img {
  width: min(700px, 100%);
  height: auto;
}

.seo-domains {
  padding: 70px 0 110px;
}

.seo-domains__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 90px;
}

.seo-domains__grid article {
  display: grid;
  grid-template-rows: 320px auto 1fr;
  text-align: center;
}

.seo-domains__grid img {
  display: block;
  align-self: center;
  justify-self: center;
  width: min(320px, 100%);
  height: min(320px, 100%);
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
}

.seo-domains__grid h3 {
  min-height: 62px;
  margin: 22px 0 18px;
  color: var(--seo-blue);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.seo-domains__grid p {
  font-size: 14px;
  text-align: left;
}

.seo-blue-cta {
  padding: 42px 0;
  background: var(--seo-blue);
}

.seo-price {
  padding: 92px 0 82px;
}

.seo-price__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 44px;
  width: min(1180px, 100%);
  margin: 70px auto 0;
  align-items: self-start;
}

.seo-price__cards article {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  padding: 34px 74px 42px;
  border: 8px solid var(--seo-blue);
  border-radius: 28px;
  text-align: center;
}

.seo-price__cards article:nth-of-type(2) {
  border-color: var(--seo-green);
}

.seo-price__cards p {
  display: inline-flex;
  width: min(380px, 100%);
  min-height: 76px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 74px;
  border: 5px solid var(--seo-blue);
  border-radius: 99px;
  color: #111;
  font-size: 31px;
  line-height: 1.2;
}

.seo-price__cards article:first-of-type p {
  border-color: var(--seo-blue);
}

.seo-price__cards article:nth-of-type(2) p {
  border-color: var(--seo-green);
}

.seo-price__cards h3 {
  margin: 0 0 62px;
  color: var(--seo-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
}

.seo-price__cards article:nth-of-type(2) h3 {
  color: var(--seo-green);
}

.seo-price__cards h4 {
  margin: 0 0 40px;
  color: var(--seo-text);
  font-size: 26px;
  font-weight: 900;
}

.seo-price__cards ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 28px;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  position: relative;
}

.seo-price__cards ul::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 99px;
  background: #d8d8d8;
}

.seo-price__cards li {
  color: var(--seo-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
  white-space: nowrap;
}

.seo-price__cards strong {
  display: block;
  margin-top: auto;
  color: var(--seo-blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}

.seo-price__cards article:nth-of-type(2) strong {
  color: var(--seo-green);
}

.seo-price__plus {
  align-self: center;
  color: #777;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

.seo-price__buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 44px;
  width: min(1180px, 100%);
  margin: 58px auto 0;
}

.seo-price__buttons::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
}

.seo-price__buttons a,
.seo-pill-title {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--seo-yellow);
  border-radius: 999px;
  color: #333;
  font-size: 31px;
  font-weight: 900;
  padding: 18px 0;
}

.seo-price__buttons a {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.seo-price__buttons a:hover,
.seo-price__buttons a:focus-visible {
  background: var(--seo-yellow);
  color: #fff;
  box-shadow: 0 7px 12px rgba(237, 159, 24, 0.28);
  transform: translateY(-3px);
}

.seo-price__buttons a:first-child {
  grid-column: 1;
}

.seo-price__buttons a:nth-child(2) {
  grid-column: 3;
}

.seo-support-detail {
  padding: 18px 0 86px;
}

.seo-support-detail__item {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 52px;
  width: min(1080px, 100%);
  margin: 58px auto 0;
  align-items: center;
}

.seo-support-detail__item img {
  width: 400px;
  height: 400px;
  object-fit: contain;
}

.seo-support-detail__item h3 {
  margin: 0 0 22px;
  color: var(--seo-blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.seo-support-detail__item p {
  font-size: 16px;
}

.seo-pill-section {
  padding: 92px 0;
  text-align: center;
}

.seo-pill-title {
  width: min(640px, 100%);
  min-height: 48px;
  margin: 0 auto 66px;
  border-color: var(--seo-blue);
}

.seo-pill-section--green .seo-pill-title,
.seo-pill-section--green .seo-tag-grid span {
  border-color: var(--seo-green);
}

.seo-pill-section h3 {
  margin: 0 0 78px;
  color: var(--seo-blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.45;
}

.seo-pill-section h3::after {
  content: "";
  display: block;
  width: min(690px, 100%);
  height: 10px;
  margin: 52px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.seo-pill-section--green h3 {
  color: var(--seo-green);
}

.seo-tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 500px));
  gap: 24px 54px;
  justify-content: center;
}

.seo-tag-grid span {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 22px 22px;
  border: 3px solid var(--seo-blue);
  border-radius: 999px;
  color: #333;
  font-size: 24px;
  font-weight: 900;
}

.seo-pill-section > .seo-service-container > p {
  margin-top: 48px;
  color: var(--seo-blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.55;
}

.seo-pill-section--green > .seo-service-container > p {
  color: var(--seo-green);
  font-weight: 900;
}

.seo-model-plan {
  padding: 92px 0 120px;
  text-align: center;
}

.seo-model-plan .seo-section-title::after {
  content: "";
  display: block;
  width: min(690px, 100%);
  height: 10px;
  margin: 42px auto 0;
  border-radius: 999px;
  background: #d8d8d8;
}

.seo-model-plan > .seo-service-container > p {
  position: relative;
  width: min(690px, 100%);
  margin: 28px auto 0;
  padding-top: 0;
  border-top: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.5;
}

.seo-model-plan__inner {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 620px);
  gap: 128px;
  width: min(1220px, 100%);
  margin: 108px auto 0;
  align-items: center;
}

.seo-model-plan__stack {
  overflow: hidden;
  border-radius: 14px;
}

.seo-model-plan__stack span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-bottom: 6px solid #fff;
  background: var(--seo-blue);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.seo-model-plan__stack span:last-child {
  border-bottom: 0;
}

.seo-model-plan__stack .seo-model-plan__stack-green {
  background: var(--seo-green);
}

.seo-model-plan__summary dl {
  margin: 0;
}

.seo-model-plan__summary dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 40px;
  align-items: center;
  min-height: 86px;
}

.seo-model-plan__summary dt,
.seo-model-plan__summary dd {
  margin: 0;
  color: var(--seo-text);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
}

.seo-model-plan__summary dd {
  text-align: right;
}

.seo-model-plan table,
.seo-compare-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.seo-model-plan th,
.seo-model-plan td {
  padding: 15px 18px;
  border: 2px solid #fff;
  background: var(--seo-green);
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.seo-model-plan td {
  background: #f7f7f7;
  color: #333;
  text-align: left;
}

.seo-model-plan__total {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 36px;
  padding-top: 52px;
  border-top: 10px solid #d8d8d8;
  color: var(--seo-blue);
  font-size: 33px;
  font-weight: 900;
  text-align: left;
}

.seo-model-plan__total strong {
  margin-left: 0;
  font-size: 39px;
  line-height: 1;
}

.seo-difference {
  padding: 126px 0 140px;
  text-align: center;
}

.seo-difference__block {
  width: min(1040px, 100%);
  margin: 142px auto 0;
}

.seo-difference__block h4 {
  display: flex;
  width: min(760px, 100%);
  min-height: 92px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 82px;
  border: 5px solid var(--seo-blue);
  border-radius: 999px;
  color: #111;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.2;
}

.seo-difference__block h3 {
  margin: 0 auto 78px;
  color: var(--seo-blue);
  font-size: 45px;
  font-weight: 900;
  line-height: 1.42;
}

.seo-difference__block h3::after {
  content: "";
  display: block;
  width: min(670px, 70%);
  height: 10px;
  margin: 78px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.seo-difference__block--green h4 {
  border-color: var(--seo-green);
}

.seo-difference__block--green h3 {
  color: var(--seo-green);
}

.seo-difference__block p {
  margin-top: 118px;
  color: var(--seo-blue);
  font-size: 45px;
  font-weight: 900;
  line-height: 1.55;
}

.seo-difference__block--green p {
  color: var(--seo-green);
}

.seo-difference__block--green .seo-tag-grid span {
  border-color: var(--seo-green);
}

.seo-difference__block--table {
  margin-top: 152px;
}

.seo-difference__block--table h3 {
  margin-bottom: 0;
}

.seo-compare-table {
  width: min(1180px, 100%);
  margin: 148px auto 0;
  overflow-x: auto;
}

.seo-compare-table table {
  border-collapse: separate;
  border-spacing: 10px;
  background: transparent;
}

.seo-compare-table th,
.seo-compare-table td {
  min-width: 150px;
  height: 72px;
  padding: 16px 14px;
  border: 0;
  background: #fff;
  color: var(--seo-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}

.seo-compare-table thead th {
  background: #fff;
  color: var(--seo-text);
  font-size: 18px;
}

.seo-compare-table thead th:nth-child(2) {
  background: var(--seo-blue);
  color: #fff;
}

.seo-compare-table tbody td:first-of-type {
  color: var(--seo-blue);
  font-weight: 900;
}

.seo-compare-table tbody td {
  font-size: 22px;
  font-weight: 900;
}

.seo-compare-table tbody th {
  min-width: 190px;
}

.seo-compare-table tbody tr:last-child td {
  font-size: 23px;
}

.seo-difference__bottom {
  margin-top: 100px !important;
  color: var(--seo-blue) !important;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.45;
}

.seo-members {
  padding: 118px 0 120px;
}

.seo-members h3 {
  margin: 70px 0 0;
  color: var(--seo-green);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.seo-members__line {
  width: min(620px, 80%);
  height: 10px;
  margin: 66px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.seo-members__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 110px 110px;
  margin-top: 135px;
}

.seo-member-card {
  min-height: 650px;
  padding: 64px 34px 54px;
  border: 4px solid #666;
  border-radius: 6px;
  text-align: center;
}

.seo-member-card__photo {
  display: grid;
  width: 150px;
  height: 150px;
  margin: 0 auto 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.seo-member-card__photo img {
  display: block;
  width: 150px;
  height: 150px !important;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.seo-member-card__photo span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d8d8d8;
}

.seo-member-card h4 {
  margin: 0 0 28px;
  color: #111;
  font-size: 25px;
  font-weight: 900;
}

.seo-member-card__role {
  color: var(--seo-text);
  font-size: 18px;
  line-height: 1.4 !important;
}

.seo-member-card__bar {
  height: 10px;
  margin: 38px auto 34px;
  border-radius: 99px;
  background: #d8d8d8;
}

.seo-member-card__body {
  color: var(--seo-text);
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.seo-cases {
  padding: 108px 0 128px;
}

.seo-cases__main {
  width: min(1020px, 100%);
  margin: 126px auto 0;
}

.seo-case-main {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.seo-case-main + .seo-case-main {
  margin-top: 126px;
}

.seo-case-main > h3 {
  margin: 0;
  padding: 22px 30px;
  background: var(--seo-blue);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.seo-case-main::after {
  content: "";
  display: block;
  height: 78px;
  background: var(--seo-blue);
}

.seo-case-main__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 36px;
  padding: 76px 28px 76px;
}

.seo-case-main__inner h4,
.seo-case-main__inner h2,
.seo-case-main__inner h3 {
  margin: 0 0 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ddd;
  color: var(--seo-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

.seo-case-main__inner p {
  margin: 0 0 48px;
  font-size: 15px;
}

.seo-case-main__image {
  display: grid;
  align-self: start;
  gap: 14px;
  min-height: 520px;
}

.seo-case-main__image-item {
  min-height: 160px;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.seo-case-main__image-item:only-child {
  min-height: 0;
}

.seo-case-main__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.seo-case-main__image .seo-service-placeholder {
  width: 100%;
  min-height: 320px;
}

.seo-case-main__image .seo-service-placeholder {
  background: transparent;
}

.seo-cases__related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 100px;
  width: min(1020px, 100%);
  margin: 80px auto 0;
}

.seo-cases__related article {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.16);
  background: #fff;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.seo-cases__related article:hover {
  box-shadow: 0 16px 30px rgba(0, 140, 255, 0.2);
  transform: translateY(-5px);
}

.seo-cases__related article > a {
  display: block;
  color: inherit;
}

.seo-cases__related article > a > div {
  height: 150px;
  overflow: hidden;
  background: #d8d8d8;
}

.seo-cases__related img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.seo-cases__related article:hover img {
  transform: scale(1.035);
}

.seo-cases__related p {
  padding: 22px 18px 0;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
}

.seo-cases__related h3 {
  margin: 12px 0 0;
  padding: 0 18px 24px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
}

.seo-flow-static {
  padding: 120px 0 130px;
}

.seo-flow-static__list {
  width: min(1120px, 100%);
  margin: 130px auto 0;
}

.seo-flow-static__list article {
  padding: 42px 38px 44px;
  border: 4px solid #666;
  border-radius: 12px;
}

.seo-flow-static__list article > div {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.seo-flow-static__list span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--seo-blue);
  border-radius: 999px;
  color: var(--seo-text);
  font-size: 22px;
  font-weight: 900;
}

.seo-flow-static__list h3 {
  margin: 0;
  color: var(--seo-blue);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
}

.seo-flow-static__list p {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.65;
}

.seo-flow-arrow {
  margin: 44px 0;
  color: #111;
  font-size: 28px;
  text-align: center;
}

.seo-faq-list {
  padding: 118px 0 110px;
}

.seo-faq-list__items {
  width: min(980px, 100%);
  margin: 130px auto 0;
}

.seo-faq-list__items article + article {
  margin-top: 82px;
}

.seo-faq-list__items details {
  display: block;
}

.seo-faq-list__items summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
}

.seo-faq-list__items summary::-webkit-details-marker {
  display: none;
}

.seo-faq-list__items h3 {
  display: flex;
  gap: 12px;
  margin: 0;
  color: var(--seo-blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.seo-faq-list__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 3px solid var(--seo-blue);
  border-radius: 50%;
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.seo-faq-list__toggle::before,
.seo-faq-list__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: var(--seo-blue);
  transform: translate(-50%, -50%);
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.seo-faq-list__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.seo-faq-list__items summary:hover .seo-faq-list__toggle {
  background: var(--seo-blue);
  transform: translateY(-2px);
}

.seo-faq-list__items summary:hover .seo-faq-list__toggle::before,
.seo-faq-list__items summary:hover .seo-faq-list__toggle::after {
  background: #fff;
}

.seo-faq-list__items details[open] .seo-faq-list__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.seo-faq-list__answer {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 24px;
}

.seo-faq-list__items span {
  flex: 0 0 auto;
  color: var(--seo-blue);
  font-weight: 900;
}

.seo-faq-list__answer > span {
  color: var(--seo-yellow);
  font-size: 22px;
}

.seo-faq-list__answer > div,
.seo-faq-list__items p {
  color: var(--seo-text);
  font-size: 20px;
  line-height: 1.65;
}

.seo-faq-list__answer > div,
.seo-faq-list__answer p {
  color: #595959 !important;
}

.seo-faq-list__answer > div * {
  color: #595959 !important;
}

.seo-columns {
  padding: 120px 0 130px;
}

.seo-columns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 100px;
  margin-top: 100px;
}

.seo-columns__grid article {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.seo-columns__grid article:hover {
  box-shadow: 0 16px 30px rgba(0, 140, 255, 0.2);
  transform: translateY(-5px);
}

.seo-columns__grid a {
  display: block;
  color: inherit;
}

.seo-columns__grid article div {
  height: 170px;
  overflow: hidden;
  background: #d8d8d8;
}

.seo-columns__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.seo-columns__grid article:hover img {
  transform: scale(1.035);
}

.seo-columns__grid time {
  display: block;
  padding: 16px 18px 0;
  color: var(--seo-blue);
  font-size: 14px;
}

.seo-columns__grid h3 {
  margin: 8px 0 0;
  padding: 0 18px 22px;
  color: #111;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
}

.seo-download {
  padding: 120px 0 60px;
}

.seo-contact {
  padding-top: 0;
}

.seo-download__form {
  margin: 80px auto 0;
  padding: 36px;
  overflow: auto;
  width: min(800px, 100%);
}

.seo-report {
  padding: 90px 0 150px;
}

.seo-report__inner {
  width: min(940px, 100%);
  text-align: center;
}

.seo-report h2 {
  margin: 0 0 24px;
  color: var(--seo-blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
}

.seo-report h3 {
  margin: 0 0 24px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}

.seo-report p,
.seo-report__inner > div {
  font-size: 15px;
  line-height: 1.75;
}

.seo-report__date {
  display: block;
  margin: 0 0 42px !important;
  text-align: center;
}

.seo-report__date + div {
  margin-top: 42px;
  overflow-wrap: anywhere;
}

.seo-report__date + div > *:first-child {
  margin-top: 0;
}

.seo-report__date + div h2 {
  margin: 72px 0 28px;
}

.seo-report__date + div h3 {
  margin: 56px 0 22px;
}

.seo-report__date + div h4 {
  margin: 38px 0 18px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
}

.seo-report__date + div p,
.seo-report__date + div ul,
.seo-report__date + div ol,
.seo-report__date + div table {
  margin: 0 0 24px;
}

.seo-report__date + div li + li {
  margin-top: 8px;
}

.seo-report__date + div table {
  width: 100%;
  border-collapse: collapse;
}

.seo-report__date + div th,
.seo-report__date + div td {
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
  vertical-align: top;
}

.seo-report__inner a {
  color: var(--seo-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition:
    color 0.2s ease,
    text-decoration-thickness 0.2s ease;
}

.seo-report__inner a:hover,
.seo-report__inner a:focus-visible {
  color: var(--seo-green);
  text-decoration-thickness: 2px;
}

.seo-report__inner > div {
  text-align: left;
}

.seo-report__inner > div h2,
.seo-report__inner > div h3 {
  text-align: center;
}

.seo-report-static {
  margin-top: 150px;
}

.seo-report-static h2 {
  margin-top: 120px;
}

.seo-report-static h3 {
  margin-top: 70px;
}

.seo-report-static h2:first-of-type + h3 {
  color: var(--seo-blue);
  font-size: 30px;
}

@media (max-width: 1024px) {
  .seo-service-container {
    padding: 0 24px;
  }

  .seo-fv__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .seo-fv__form {
    min-height: 560px;
  }

  .seo-members__grid,
  .seo-cases__related,
  .seo-columns__grid {
    gap: 42px;
  }

  .seo-flow-static__list article > div {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .seo-price__cards {
    width: min(860px, 100%);
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 24px;
  }

  .seo-price__cards article {
    min-height: 560px;
    padding: 26px 34px 34px;
  }

  .seo-price__cards p {
    min-height: 62px;
    margin-bottom: 46px;
    font-size: 25px;
  }

  .seo-price__cards h3 {
    margin-bottom: 42px;
    font-size: 20px;
  }

  .seo-price__cards strong {
    font-size: 34px;
  }

  .seo-price__buttons {
    width: min(860px, 100%);
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 24px;
  }

  .seo-price__buttons a,
  .seo-pill-title {
    font-size: 25px;
  }

  .seo-model-plan__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    width: min(760px, 100%);
  }

  .seo-difference__block h3 {
    font-size: 40px;
  }

  .seo-difference__block p,
  .seo-difference__bottom {
    font-size: 36px;
  }

  .seo-download__form {
    margin: 30px auto;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .seo-service-container {
    padding: 0 20px;
  }

  .seo-report__date + div table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .seo-report__date + div th,
  .seo-report__date + div td {
    min-width: 110px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .seo-section-title {
    font-size: 25px;
    line-height: 1.45;
  }

  .seo-outline-heading {
    padding: 16px 18px;
    border-width: 4px;
    font-size: 21px;
    line-height: 1.45;
  }

  .seo-outline-heading span {
    font-size: 14px;
  }

  .seo-service-cta-row {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .seo-service-cta-row a {
    width: min(280px, 100%);
    min-width: 0;
  }

  .seo-fv {
    padding-top: 8px;
  }

  .seo-fv__sub {
    font-size: 18px;
  }

  .seo-fv h1 {
    margin: 22px 0 34px;
    font-size: 29px;
  }

  .seo-fv__lead {
    font-size: 15px;
  }

  .seo-fv__stats {
    gap: 0;
    margin-top: 38px;
  }

  .seo-fv__stats strong {
    font-size: 36px;
  }

  .seo-fv__buttons {
    align-items: center;
    justify-content: center;
  }

  .seo-solve-label {
    margin-top: 70px;
    padding: 22px 20px;
  }

  .seo-solve-label h2 {
    font-size: 21px;
  }

  .seo-feature__num {
    font-size: 30px;
  }

  .seo-feature__num span {
    width: 160px;
  }

  .seo-feature h2 {
    font-size: 24px;
  }

  .seo-problems__grid,
  .seo-domains__grid,
  .seo-members__grid,
  .seo-cases__related,
  .seo-columns__grid {
    grid-template-columns: 1fr;
  }

  .seo-feature,
  .seo-feature--reverse .seo-feature__text,
  .seo-feature--reverse .seo-feature__img,
  .seo-support-detail__item,
  .seo-model-plan__inner,
  .seo-case-main__inner,
  .seo-flow-static__list article > div {
    display: block;
  }

  .seo-feature__img {
    margin-top: 28px;
  }

  .seo-price__cards {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(430px, 100%);
    margin-top: 42px;
  }

  .seo-price__cards article {
    min-height: 0;
    padding: 22px 22px 30px;
    border-width: 5px;
    border-radius: 18px;
  }

  .seo-price__cards p {
    width: min(260px, 100%);
    min-height: 50px;
    margin-bottom: 36px;
    border-width: 3px;
    font-size: 22px;
  }

  .seo-price__cards h3 {
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 1.55;
  }

  .seo-price__cards h4 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .seo-price__cards ul {
    grid-template-columns: 1fr 1fr;
    gap: 5px 18px;
    margin-bottom: 34px;
  }

  .seo-price__cards ul::before {
    top: -18px;
    height: 7px;
  }

  .seo-price__cards li {
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
  }

  .seo-price__cards strong {
    font-size: 32px;
  }

  .seo-price__plus {
    font-size: 26px;
  }

  .seo-price__buttons,
  .seo-tag-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .seo-price__buttons {
    width: min(430px, 100%);
    margin-top: 34px;
  }

  .seo-price__buttons::before {
    display: none;
  }

  .seo-price__buttons a:first-child,
  .seo-price__buttons a:nth-child(2) {
    grid-column: auto;
  }

  .seo-price__buttons a,
  .seo-pill-title {
    min-height: 44px;
    padding: 10px 0;
    font-size: 20px;
  }

  .seo-support-detail__item img {
    width: min(280px, 100%);
    height: auto;
  }

  .seo-support-detail__item h3 {
    margin-top: 20px;
    font-size: 20px;
  }

  .seo-support-detail__item p {
    font-size: 14px;
  }

  .seo-pill-section {
    padding: 56px 0;
  }

  .seo-pill-title {
    width: min(320px, 100%);
    min-height: 42px;
    margin-bottom: 38px;
  }

  .seo-pill-section h3 {
    margin-bottom: 54px;
    font-size: 24px;
    line-height: 1.45;
  }

  .seo-pill-section h3::after {
    width: min(260px, 78vw);
    height: 6px;
    margin-top: 30px;
  }

  .seo-tag-grid span {
    min-height: 40px;
    border-width: 2px;
    font-size: 14px;
  }

  .seo-pill-section > .seo-service-container > p {
    margin-top: 30px;
    font-size: 22px;
  }

  .seo-model-plan {
    padding: 56px 0 70px;
  }

  .seo-model-plan > .seo-service-container > p {
    padding-top: 0;
    font-size: 16px;
  }

  .seo-model-plan .seo-section-title::after {
    width: min(260px, 78vw);
    height: 6px;
    margin-top: 24px;
  }

  .seo-model-plan__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 48px;
  }

  .seo-model-plan__stack span {
    min-height: 54px;
    padding: 10px 14px;
    border-bottom-width: 4px;
    font-size: 15px;
  }

  .seo-model-plan__summary dl > div {
    grid-template-columns: 1fr auto;
    gap: 14px;
    min-height: 50px;
  }

  .seo-model-plan__summary dt,
  .seo-model-plan__summary dd {
    font-size: 16px;
  }

  .seo-model-plan__total {
    margin-top: 22px;
    padding-top: 24px;
    border-top-width: 7px;
    font-size: 21px;
  }

  .seo-model-plan__total strong {
    font-size: 24px;
  }

  .seo-difference {
    padding: 68px 0 78px;
  }

  .seo-difference__block {
    margin-top: 74px;
  }

  .seo-difference__block h4 {
    min-height: 54px;
    margin-bottom: 42px;
    border-width: 3px;
    font-size: 21px;
  }

  .seo-difference__block h3 {
    margin-bottom: 42px;
    font-size: 28px;
  }

  .seo-difference__block h3::after {
    width: 72%;
    height: 7px;
    margin-top: 42px;
  }

  .seo-difference__block p {
    margin-top: 56px;
    font-size: 25px;
  }

  .seo-difference__block--table {
    margin-top: 82px;
  }

  .seo-compare-table {
    width: 100%;
    margin-top: 56px;
  }

  .seo-compare-table table {
    min-width: 760px;
    border-spacing: 6px;
  }

  .seo-compare-table th,
  .seo-compare-table td {
    min-width: 96px;
    height: 54px;
    padding: 10px 8px;
    font-size: 12px;
  }

  .seo-compare-table tbody th {
    min-width: 132px;
  }

  .seo-compare-table tbody td,
  .seo-compare-table tbody tr:last-child td {
    font-size: 15px;
  }

  .seo-difference__bottom {
    margin-top: 56px !important;
    font-size: 26px;
  }

  .seo-members h3 {
    font-size: 25px;
  }

  .seo-members__grid {
    margin-top: 70px;
  }

  .seo-member-card {
    min-height: 0;
  }

  .seo-case-main__image {
    min-height: 320px;
  }

  .seo-case-main > h3 {
    font-size: 21px;
  }

  .seo-case-main__inner {
    padding: 34px 22px;
  }

  .seo-flow-static__list h3 {
    margin-top: 22px;
    font-size: 27px;
  }

  .seo-flow-static__list p {
    margin-top: 26px;
    font-size: 15px;
  }

  .seo-faq-list__items h3,
  .seo-faq-list__answer > div,
  .seo-faq-list__items p {
    font-size: 17px;
  }

  .seo-faq-list__items,
  .seo-columns__grid {
    margin-top: 60px;
  }

  .seo-download {
    padding: 30px 0;
  }

  .seo-report-static h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .seo-service-container {
    padding: 0 14px;
  }

  .seo-section-title {
    font-size: 22px;
  }

  .seo-outline-heading {
    font-size: 19px;
  }

  .seo-fv h1 {
    font-size: 26px;
  }

  .seo-fv__stats {
    flex-direction: column;
    align-items: flex-start;
  }

  .seo-fv__stats > div + div {
    margin-left: 0;
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 0;
  }

  .seo-fv__stats > div + div::before {
    content: none;
    display: none;
  }

  .seo-problems,
  .seo-domains,
  .seo-cases,
  .seo-flow-static,
  .seo-faq-list,
  .seo-columns {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .seo-price__cards ul {
    grid-template-columns: 1fr;
  }

  .seo-price__cards h3 {
    font-size: 16px;
  }

  .seo-price__cards strong {
    font-size: 30px;
  }

  .seo-pill-section h3,
  .seo-difference__block p,
  .seo-difference__bottom {
    font-size: 22px;
  }

  .seo-difference__block h3 {
    font-size: 25px;
  }

  .seo-model-plan__summary dl > div,
  .seo-model-plan__total {
    display: block;
    text-align: center;
  }

  .seo-model-plan__summary dt,
  .seo-model-plan__summary dd,
  .seo-model-plan__total {
    text-align: center;
  }

  .seo-model-plan__summary dd {
    margin-top: 4px;
  }
}

/* LLMO service page */
.llmo-service-page {
  --llmo-blue: #008cff;
  --llmo-green: #0097a7;
  --llmo-yellow: #ed9f18;
  --llmo-text: #595959;
  --llmo-bg: #f8f8f8;
  --llmo-gray: #eeeeee;
  color: var(--llmo-text);
  background: #f8f8f8;
  font-weight: 700;
}

.llmo-service-page *,
.llmo-service-page *::before,
.llmo-service-page *::after {
  box-sizing: border-box;
}

.llmo-service-page p {
  margin: 0;
  color: var(--llmo-text);
  line-height: 1.85;
}

.llmo-service-page a {
  text-decoration: none;
}

.llmo-service-container {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 40px;
}

.llmo-section-title,
.llmo-outline-heading {
  margin: 0 auto;
  color: var(--llmo-blue);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.llmo-section-title {
  font-size: 45px;
}

.llmo-outline-heading {
  width: min(760px, 100%);
  padding: 24px 36px;
  border: 5px solid var(--llmo-blue);
  border-radius: 999px;
  font-size: 31px;
}

.llmo-outline-heading span {
  display: block;
  margin-top: 10px;
  color: var(--llmo-text);
  font-size: 20px;
}

.llmo-outline-heading--green {
  border-color: var(--llmo-green);
  color: #111;
}

.llmo-service-cta-row {
  display: flex;
  justify-content: center;
  gap: 58px;
}

.llmo-service-cta-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-width: 250px;
  height: 56px;
  padding: 0 24px;
  border-radius: 7px;
  border: 2px solid var(--llmo-yellow);
  background: var(--llmo-yellow);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.llmo-service-cta-row a:hover,
.llmo-service-cta-row a:focus-visible {
  background: #fff;
  color: var(--llmo-yellow);
  box-shadow: 0 9px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.llmo-service-cta-row a span {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.llmo-service-cta-row a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.llmo-service-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 160px;
  place-items: center;
  background: #d8d8d8;
  color: #777;
  font-size: 14px;
}

.llmo-fv {
  padding: 20px 0 0;
  background: #fff;
}

.llmo-fv__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 590px;
  gap: 60px;
  min-height: 620px;
  align-items: start;
}

.llmo-fv__sub {
  margin-top: 6px !important;
  color: var(--llmo-text) !important;
  font-size: 22px;
  line-height: 1.4 !important;
}

.llmo-fv h1 {
  margin: 30px 0 56px;
  color: var(--llmo-blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.llmo-fv__lead {
  max-width: 680px;
  font-size: 17px;
  line-height: 1.55 !important;
}

.llmo-fv__stats {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 62px;
}

.llmo-fv__stats > div {
  min-width: 164px;
}

.llmo-fv__stats > div + div {
  position: relative;
  margin-left: 20px;
  padding-left: 40px;
  border-left: 0;
}

.llmo-fv__stats > div + div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 70px;
  border-radius: 999px;
  background: #d8d8d8;
  transform: translateY(-50%);
}

.llmo-fv__stats p {
  font-size: 14px;
  line-height: 1.2 !important;
}

.llmo-fv__stats strong {
  display: block;
  margin-top: 4px;
  color: #000;
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
}

.llmo-fv__note {
  margin-top: 18px !important;
  color: #333 !important;
  font-size: 11px;
  line-height: 1.4 !important;
}

.llmo-fv__buttons {
  justify-content: flex-start;
  gap: 32px;
  margin-top: 58px;
}

.llmo-fv__form {
  width: 100%;
  min-height: 630px;
  padding: 28px;
  overflow: auto;
  background: #fff;
}

.llmo-logo-slider {
  overflow: hidden;
  height: 130px;
  padding: 36px 0 22px;
  box-sizing: border-box;
  background: #fff;
}

.llmo-logo-slider__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 72px;
  animation: llmoLogoLoop 42s linear infinite;
}

.llmo-logo-slider__item {
  display: grid;
  width: 180px;
  height: 72px;
  margin: 0 18px;
  place-items: center;
  flex: 0 0 auto;
}

.llmo-logo-slider__item img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

@keyframes llmoLogoLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.llmo-problems {
  padding: 70px 0 120px;
}

.llmo-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  margin-top: 82px;
  text-align: center;
}

.llmo-problems__grid img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.llmo-problems__grid p {
  margin-top: 28px;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
}

.llmo-problems__grid h3 {
  margin: 14px 0 0;
  color: var(--llmo-green);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.llmo-solve-label {
  width: min(800px, 100%);
  margin: 140px auto 0;
  padding: 28px 40px;
  border: 5px solid var(--llmo-blue);
  border-radius: 999px;
  text-align: center;
}

.llmo-solve-label h2 {
  margin: 0;
  color: var(--llmo-blue);
  font-size: 32px;
  font-weight: 900;
}

.llmo-solve-label p {
  margin-top: 24px;
  color: var(--llmo-text);
  font-size: 15px;
  letter-spacing: 2px;
}

.llmo-features {
  padding: 12px 0 100px;
}

.llmo-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  min-height: 430px;
}

.llmo-feature + .llmo-feature {
  margin-top: 70px;
}

.llmo-feature--reverse .llmo-feature__text {
  order: 2;
}

.llmo-feature--reverse .llmo-feature__img {
  order: 1;
}

.llmo-feature__num {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  color: #ddd;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.llmo-feature__num span {
  display: block;
  width: 260px;
  height: 7px;
  border-radius: 99px;
  background: #ddd;
}

.llmo-feature h2 {
  margin: 0 0 28px;
  color: var(--llmo-blue);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}

.llmo-feature__lead {
  margin-bottom: 14px !important;
  color: var(--llmo-text);
  font-size: 16px;
}

.llmo-feature p {
  font-size: 15px;
}

.llmo-feature__img {
  text-align: center;
}

.llmo-feature__img img {
  width: min(700px, 100%);
  height: auto;
}

.llmo-domains {
  padding: 70px 0 110px;
}

.llmo-domains__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 90px;
}

.llmo-domains__grid article {
  display: grid;
  grid-template-rows: 320px auto 1fr;
  text-align: center;
}

.llmo-domains__grid img {
  display: block;
  align-self: center;
  justify-self: center;
  width: min(320px, 100%);
  height: min(320px, 100%);
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
}

.llmo-domains__grid h3 {
  min-height: 62px;
  margin: 22px 0 18px;
  color: var(--llmo-blue);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.llmo-domains__grid p {
  font-size: 14px;
  text-align: left;
}

.llmo-blue-cta {
  padding: 42px 0;
  background: var(--llmo-blue);
}

.llmo-price {
  padding: 92px 0 82px;
}

.llmo-price__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 44px;
  width: min(1180px, 100%);
  margin: 70px auto 0;
  align-items: self-start;
}

.llmo-price__cards article {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  padding: 34px 74px 42px;
  border: 8px solid var(--llmo-blue);
  border-radius: 28px;
  text-align: center;
}

.llmo-price__cards article:nth-of-type(2) {
  border-color: var(--llmo-green);
}

.llmo-price__cards p {
  display: inline-flex;
  width: min(380px, 100%);
  min-height: 76px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 74px;
  border: 5px solid var(--llmo-blue);
  border-radius: 99px;
  color: #111;
  font-size: 31px;
  line-height: 1.2;
}

.llmo-price__cards article:first-of-type p {
  border-color: var(--llmo-blue);
}

.llmo-price__cards article:nth-of-type(2) p {
  border-color: var(--llmo-green);
}

.llmo-price__cards h3 {
  margin: 0 0 62px;
  color: var(--llmo-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
}

.llmo-price__cards article:nth-of-type(2) h3 {
  color: var(--llmo-green);
}

.llmo-price__cards h4 {
  margin: 0 0 40px;
  color: var(--llmo-text);
  font-size: 26px;
  font-weight: 900;
}

.llmo-price__cards ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 28px;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  position: relative;
}

.llmo-price__cards ul::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 99px;
  background: #d8d8d8;
}

.llmo-price__cards li {
  color: var(--llmo-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
  white-space: nowrap;
}

.llmo-price__cards strong {
  display: block;
  margin-top: auto;
  color: var(--llmo-blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}

.llmo-price__cards article:nth-of-type(2) strong {
  color: var(--llmo-green);
}

.llmo-price__plus {
  align-self: center;
  color: #777;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

.llmo-price__buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 44px;
  width: min(1180px, 100%);
  margin: 58px auto 0;
}

.llmo-price__buttons::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
}

.llmo-price__buttons a,
.llmo-pill-title {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--llmo-yellow);
  border-radius: 999px;
  color: #333;
  font-size: 31px;
  font-weight: 900;
  padding: 18px 0;
}

.llmo-price__buttons a {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.llmo-price__buttons a:hover,
.llmo-price__buttons a:focus-visible {
  background: var(--llmo-yellow);
  color: #fff;
  box-shadow: 0 7px 12px rgba(237, 159, 24, 0.28);
  transform: translateY(-3px);
}

.llmo-price__buttons a:first-child {
  grid-column: 1;
}

.llmo-price__buttons a:nth-child(2) {
  grid-column: 3;
}

.llmo-support-detail {
  padding: 18px 0 86px;
}

.llmo-support-detail__item {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 52px;
  width: min(1080px, 100%);
  margin: 58px auto 0;
  align-items: center;
}

.llmo-support-detail__item img {
  width: 400px;
  height: 400px;
  object-fit: contain;
}

.llmo-support-detail__item h3 {
  margin: 0 0 22px;
  color: var(--llmo-blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.llmo-support-detail__item p {
  font-size: 16px;
}

.llmo-pill-section {
  padding: 92px 0;
  text-align: center;
}

.llmo-pill-title {
  width: min(640px, 100%);
  min-height: 48px;
  margin: 0 auto 66px;
  border-color: var(--llmo-blue);
}

.llmo-pill-section--green .llmo-pill-title,
.llmo-pill-section--green .llmo-tag-grid span {
  border-color: var(--llmo-green);
}

.llmo-pill-section h3 {
  margin: 0 0 78px;
  color: var(--llmo-blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.45;
}

.llmo-pill-section h3::after {
  content: "";
  display: block;
  width: min(690px, 100%);
  height: 10px;
  margin: 52px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.llmo-pill-section--green h3 {
  color: var(--llmo-green);
}

.llmo-tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 500px));
  gap: 24px 54px;
  justify-content: center;
}

.llmo-tag-grid span {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 22px 22px;
  border: 3px solid var(--llmo-blue);
  border-radius: 999px;
  color: #333;
  font-size: 24px;
  font-weight: 900;
}

.llmo-pill-section > .llmo-service-container > p {
  margin-top: 48px;
  color: var(--llmo-blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.55;
}

.llmo-pill-section--green > .llmo-service-container > p {
  color: var(--llmo-green);
  font-weight: 900;
}

.llmo-model-plan {
  padding: 92px 0 120px;
  text-align: center;
}

.llmo-model-plan .llmo-section-title::after {
  content: "";
  display: block;
  width: min(690px, 100%);
  height: 10px;
  margin: 42px auto 0;
  border-radius: 999px;
  background: #d8d8d8;
}

.llmo-model-plan > .llmo-service-container > p {
  position: relative;
  width: min(690px, 100%);
  margin: 28px auto 0;
  padding-top: 0;
  border-top: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.5;
}

.llmo-model-plan__inner {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 620px);
  gap: 128px;
  width: min(1220px, 100%);
  margin: 108px auto 0;
  align-items: center;
}

.llmo-model-plan__stack {
  overflow: hidden;
  border-radius: 14px;
}

.llmo-model-plan__stack span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-bottom: 6px solid #fff;
  background: var(--llmo-blue);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.llmo-model-plan__stack span:last-child {
  border-bottom: 0;
}

.llmo-model-plan__stack .llmo-model-plan__stack-green {
  background: var(--llmo-green);
}

.llmo-model-plan__summary dl {
  margin: 0;
}

.llmo-model-plan__summary dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 40px;
  align-items: center;
  min-height: 86px;
}

.llmo-model-plan__summary dt,
.llmo-model-plan__summary dd {
  margin: 0;
  color: var(--llmo-text);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
}

.llmo-model-plan__summary dd {
  text-align: right;
}

.llmo-model-plan table,
.llmo-compare-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.llmo-model-plan th,
.llmo-model-plan td {
  padding: 15px 18px;
  border: 2px solid #fff;
  background: var(--llmo-green);
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.llmo-model-plan td {
  background: #f7f7f7;
  color: #333;
  text-align: left;
}

.llmo-model-plan__total {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 36px;
  padding-top: 52px;
  border-top: 10px solid #d8d8d8;
  color: var(--llmo-blue);
  font-size: 33px;
  font-weight: 900;
  text-align: left;
}

.llmo-model-plan__total strong {
  margin-left: 0;
  font-size: 39px;
  line-height: 1;
}

.llmo-difference {
  padding: 126px 0 140px;
  text-align: center;
}

.llmo-difference__block {
  width: min(1040px, 100%);
  margin: 142px auto 0;
}

.llmo-difference__block h4 {
  display: flex;
  width: min(760px, 100%);
  min-height: 92px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 82px;
  border: 5px solid var(--llmo-blue);
  border-radius: 999px;
  color: #111;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.2;
}

.llmo-difference__block h3 {
  margin: 0 auto 78px;
  color: var(--llmo-blue);
  font-size: 45px;
  font-weight: 900;
  line-height: 1.42;
}

.llmo-difference__block h3::after {
  content: "";
  display: block;
  width: min(670px, 70%);
  height: 10px;
  margin: 78px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.llmo-difference__block--green h4 {
  border-color: var(--llmo-green);
}

.llmo-difference__block--green h3 {
  color: var(--llmo-green);
}

.llmo-difference__block p {
  margin-top: 118px;
  color: var(--llmo-blue);
  font-size: 45px;
  font-weight: 900;
  line-height: 1.55;
}

.llmo-difference__block--green p {
  color: var(--llmo-green);
}

.llmo-difference__block--green .llmo-tag-grid span {
  border-color: var(--llmo-green);
}

.llmo-difference__block--table {
  margin-top: 152px;
}

.llmo-difference__block--table h3 {
  margin-bottom: 0;
}

.llmo-compare-table {
  width: min(1180px, 100%);
  margin: 148px auto 0;
  overflow-x: auto;
}

.llmo-compare-table table {
  border-collapse: separate;
  border-spacing: 10px;
  background: transparent;
}

.llmo-compare-table th,
.llmo-compare-table td {
  min-width: 150px;
  height: 72px;
  padding: 16px 14px;
  border: 0;
  background: #fff;
  color: var(--llmo-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}

.llmo-compare-table thead th {
  background: #fff;
  color: var(--llmo-text);
  font-size: 18px;
}

.llmo-compare-table thead th:nth-child(2) {
  background: var(--llmo-blue);
  color: #fff;
}

.llmo-compare-table tbody td:first-of-type {
  color: var(--llmo-blue);
  font-weight: 900;
}

.llmo-compare-table tbody td {
  font-size: 22px;
  font-weight: 900;
}

.llmo-compare-table tbody th {
  min-width: 190px;
}

.llmo-compare-table tbody tr:last-child td {
  font-size: 23px;
}

.llmo-difference__bottom {
  margin-top: 100px !important;
  color: var(--llmo-blue) !important;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.45;
}

.llmo-members {
  padding: 118px 0 120px;
}

.llmo-members h3 {
  margin: 70px 0 0;
  color: var(--llmo-green);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.llmo-members__line {
  width: min(620px, 80%);
  height: 10px;
  margin: 66px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.llmo-members__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 110px 110px;
  margin-top: 135px;
}

.llmo-member-card {
  min-height: 650px;
  padding: 64px 34px 54px;
  border: 4px solid #666;
  border-radius: 6px;
  text-align: center;
}

.llmo-member-card__photo {
  display: grid;
  width: 150px;
  height: 150px;
  margin: 0 auto 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.llmo-member-card__photo img {
  display: block;
  width: 150px;
  height: 150px !important;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.llmo-member-card__photo span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d8d8d8;
}

.llmo-member-card h4 {
  margin: 0 0 28px;
  color: #111;
  font-size: 25px;
  font-weight: 900;
}

.llmo-member-card__role {
  color: var(--llmo-text);
  font-size: 18px;
  line-height: 1.4 !important;
}

.llmo-member-card__bar {
  height: 10px;
  margin: 38px auto 34px;
  border-radius: 99px;
  background: #d8d8d8;
}

.llmo-member-card__body {
  color: var(--llmo-text);
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.llmo-cases {
  padding: 108px 0 128px;
}

.llmo-cases__main {
  width: min(1020px, 100%);
  margin: 126px auto 0;
}

.llmo-case-main {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.llmo-case-main + .llmo-case-main {
  margin-top: 126px;
}

.llmo-case-main > h3 {
  margin: 0;
  padding: 22px 30px;
  background: var(--llmo-blue);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.llmo-case-main::after {
  content: "";
  display: block;
  height: 78px;
  background: var(--llmo-blue);
}

.llmo-case-main__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 36px;
  padding: 76px 28px 76px;
}

.llmo-case-main__inner h4,
.llmo-case-main__inner h2,
.llmo-case-main__inner h3 {
  margin: 0 0 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ddd;
  color: var(--llmo-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

.llmo-case-main__inner p {
  margin: 0 0 48px;
  font-size: 15px;
}

.llmo-case-main__image {
  display: grid;
  align-self: start;
  gap: 14px;
  min-height: 520px;
}

.llmo-case-main__image-item {
  min-height: 160px;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.llmo-case-main__image-item:only-child {
  min-height: 0;
}

.llmo-case-main__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.llmo-case-main__image .llmo-service-placeholder {
  width: 100%;
  min-height: 320px;
}

.llmo-case-main__image .llmo-service-placeholder {
  background: transparent;
}

.llmo-cases__related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 100px;
  width: min(1020px, 100%);
  margin: 80px auto 0;
}

.llmo-cases__related article {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.16);
  background: #fff;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.llmo-cases__related article:hover {
  box-shadow: 0 16px 30px rgba(0, 140, 255, 0.2);
  transform: translateY(-5px);
}

.llmo-cases__related article > a {
  display: block;
  color: inherit;
}

.llmo-cases__related article > a > div {
  height: 150px;
  overflow: hidden;
  background: #d8d8d8;
}

.llmo-cases__related img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.llmo-cases__related article:hover img {
  transform: scale(1.035);
}

.llmo-cases__related p {
  padding: 22px 18px 0;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
}

.llmo-cases__related h3 {
  margin: 12px 0 0;
  padding: 0 18px 24px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
}

.llmo-flow-static {
  padding: 120px 0 130px;
}

.llmo-flow-static__list {
  width: min(1120px, 100%);
  margin: 130px auto 0;
}

.llmo-flow-static__list article {
  padding: 42px 38px 44px;
  border: 4px solid #666;
  border-radius: 12px;
}

.llmo-flow-static__list article > div {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.llmo-flow-static__list span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--llmo-blue);
  border-radius: 999px;
  color: var(--llmo-text);
  font-size: 22px;
  font-weight: 900;
}

.llmo-flow-static__list h3 {
  margin: 0;
  color: var(--llmo-blue);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
}

.llmo-flow-static__list p {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.65;
}

.llmo-flow-arrow {
  margin: 44px 0;
  color: #111;
  font-size: 28px;
  text-align: center;
}

.llmo-faq-list {
  padding: 118px 0 110px;
}

.llmo-faq-list__items {
  width: min(980px, 100%);
  margin: 130px auto 0;
}

.llmo-faq-list__items article + article {
  margin-top: 82px;
}

.llmo-faq-list__items details {
  display: block;
}

.llmo-faq-list__items summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
}

.llmo-faq-list__items summary::-webkit-details-marker {
  display: none;
}

.llmo-faq-list__items h3 {
  display: flex;
  gap: 12px;
  margin: 0;
  color: var(--llmo-blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.llmo-faq-list__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 3px solid var(--llmo-blue);
  border-radius: 50%;
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.llmo-faq-list__toggle::before,
.llmo-faq-list__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: var(--llmo-blue);
  transform: translate(-50%, -50%);
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.llmo-faq-list__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.llmo-faq-list__items summary:hover .llmo-faq-list__toggle {
  background: var(--llmo-blue);
  transform: translateY(-2px);
}

.llmo-faq-list__items summary:hover .llmo-faq-list__toggle::before,
.llmo-faq-list__items summary:hover .llmo-faq-list__toggle::after {
  background: #fff;
}

.llmo-faq-list__items details[open] .llmo-faq-list__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.llmo-faq-list__answer {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 24px;
}

.llmo-faq-list__items span {
  flex: 0 0 auto;
  color: var(--llmo-blue);
  font-weight: 900;
}

.llmo-faq-list__answer > span {
  color: var(--llmo-yellow);
  font-size: 22px;
}

.llmo-faq-list__answer > div,
.llmo-faq-list__items p {
  color: var(--llmo-text);
  font-size: 20px;
  line-height: 1.65;
}

.llmo-faq-list__answer > div,
.llmo-faq-list__answer p {
  color: #595959 !important;
}

.llmo-faq-list__answer > div * {
  color: #595959 !important;
}

.llmo-columns {
  padding: 120px 0 130px;
}

.llmo-columns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 100px;
  margin-top: 100px;
}

.llmo-columns__grid article {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.llmo-columns__grid article:hover {
  box-shadow: 0 16px 30px rgba(0, 140, 255, 0.2);
  transform: translateY(-5px);
}

.llmo-columns__grid a {
  display: block;
  color: inherit;
}

.llmo-columns__grid article div {
  height: 170px;
  overflow: hidden;
  background: #d8d8d8;
}

.llmo-columns__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.llmo-columns__grid article:hover img {
  transform: scale(1.035);
}

.llmo-columns__grid time {
  display: block;
  padding: 16px 18px 0;
  color: var(--llmo-blue);
  font-size: 14px;
}

.llmo-columns__grid h3 {
  margin: 8px 0 0;
  padding: 0 18px 22px;
  color: #111;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
}

.llmo-download {
  padding: 120px 0 60px;
}

.llmo-contact {
  padding-top: 0;
}

.llmo-download__form {
  margin: 80px auto 0;
  padding: 36px;
  overflow: auto;
  width: min(800px, 100%);
}

.llmo-report {
  padding: 90px 0 150px;
}

.llmo-report__inner {
  width: min(940px, 100%);
  text-align: center;
}

.llmo-report h2 {
  margin: 0 0 24px;
  color: var(--llmo-blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
}

.llmo-report h3 {
  margin: 0 0 24px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}

.llmo-report p,
.llmo-report__inner > div {
  font-size: 15px;
  line-height: 1.75;
}

.llmo-report__date {
  display: block;
  margin: 0 0 42px !important;
  text-align: center;
}

.llmo-report__date + div {
  margin-top: 42px;
  overflow-wrap: anywhere;
}

.llmo-report__date + div > *:first-child {
  margin-top: 0;
}

.llmo-report__date + div h2 {
  margin: 72px 0 28px;
}

.llmo-report__date + div h3 {
  margin: 56px 0 22px;
}

.llmo-report__date + div h4 {
  margin: 38px 0 18px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
}

.llmo-report__date + div p,
.llmo-report__date + div ul,
.llmo-report__date + div ol,
.llmo-report__date + div table {
  margin: 0 0 24px;
}

.llmo-report__date + div li + li {
  margin-top: 8px;
}

.llmo-report__date + div table {
  width: 100%;
  border-collapse: collapse;
}

.llmo-report__date + div th,
.llmo-report__date + div td {
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
  vertical-align: top;
}

.llmo-report__inner a {
  color: var(--llmo-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition:
    color 0.2s ease,
    text-decoration-thickness 0.2s ease;
}

.llmo-report__inner a:hover,
.llmo-report__inner a:focus-visible {
  color: var(--llmo-green);
  text-decoration-thickness: 2px;
}

.llmo-report__inner > div {
  text-align: left;
}

.llmo-report__inner > div h2,
.llmo-report__inner > div h3 {
  text-align: center;
}

.llmo-report-static {
  margin-top: 150px;
}

.llmo-report-static h2 {
  margin-top: 120px;
}

.llmo-report-static h3 {
  margin-top: 70px;
}

.llmo-report-static h2:first-of-type + h3 {
  color: var(--llmo-blue);
  font-size: 30px;
}

@media (max-width: 1024px) {
  .llmo-service-container {
    padding: 0 24px;
  }

  .llmo-fv__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .llmo-fv__form {
    min-height: 560px;
  }

  .llmo-members__grid,
  .llmo-cases__related,
  .llmo-columns__grid {
    gap: 42px;
  }

  .llmo-flow-static__list article > div {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .llmo-price__cards {
    width: min(860px, 100%);
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 24px;
  }

  .llmo-price__cards article {
    min-height: 560px;
    padding: 26px 34px 34px;
  }

  .llmo-price__cards p {
    min-height: 62px;
    margin-bottom: 46px;
    font-size: 25px;
  }

  .llmo-price__cards h3 {
    margin-bottom: 42px;
    font-size: 20px;
  }

  .llmo-price__cards strong {
    font-size: 34px;
  }

  .llmo-price__buttons {
    width: min(860px, 100%);
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 24px;
  }

  .llmo-price__buttons a,
  .llmo-pill-title {
    font-size: 25px;
  }

  .llmo-model-plan__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    width: min(760px, 100%);
  }

  .llmo-difference__block h3 {
    font-size: 40px;
  }

  .llmo-difference__block p,
  .llmo-difference__bottom {
    font-size: 36px;
  }

  .llmo-download__form {
    margin: 30px auto;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .llmo-service-container {
    padding: 0 20px;
  }

  .llmo-report__date + div table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .llmo-report__date + div th,
  .llmo-report__date + div td {
    min-width: 110px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .llmo-section-title {
    font-size: 25px;
    line-height: 1.45;
  }

  .llmo-outline-heading {
    padding: 16px 18px;
    border-width: 4px;
    font-size: 21px;
    line-height: 1.45;
  }

  .llmo-outline-heading span {
    font-size: 14px;
  }

  .llmo-service-cta-row {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .llmo-service-cta-row a {
    width: min(280px, 100%);
    min-width: 0;
  }

  .llmo-fv {
    padding-top: 8px;
  }

  .llmo-fv__sub {
    font-size: 18px;
  }

  .llmo-fv h1 {
    margin: 22px 0 34px;
    font-size: 29px;
  }

  .llmo-fv__lead {
    font-size: 15px;
  }

  .llmo-fv__stats {
    gap: 0;
    margin-top: 38px;
  }

  .llmo-fv__stats strong {
    font-size: 36px;
  }

  .llmo-fv__buttons {
    align-items: center;
    justify-content: center;
  }

  .llmo-solve-label {
    margin-top: 70px;
    padding: 22px 20px;
  }

  .llmo-solve-label h2 {
    font-size: 21px;
  }

  .llmo-feature__num {
    font-size: 30px;
  }

  .llmo-feature__num span {
    width: 160px;
  }

  .llmo-feature h2 {
    font-size: 24px;
  }

  .llmo-problems__grid,
  .llmo-domains__grid,
  .llmo-members__grid,
  .llmo-cases__related,
  .llmo-columns__grid {
    grid-template-columns: 1fr;
  }

  .llmo-feature,
  .llmo-feature--reverse .llmo-feature__text,
  .llmo-feature--reverse .llmo-feature__img,
  .llmo-support-detail__item,
  .llmo-model-plan__inner,
  .llmo-case-main__inner,
  .llmo-flow-static__list article > div {
    display: block;
  }

  .llmo-feature__img {
    margin-top: 28px;
  }

  .llmo-price__cards {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(430px, 100%);
    margin-top: 42px;
  }

  .llmo-price__cards article {
    min-height: 0;
    padding: 22px 22px 30px;
    border-width: 5px;
    border-radius: 18px;
  }

  .llmo-price__cards p {
    width: min(260px, 100%);
    min-height: 50px;
    margin-bottom: 36px;
    border-width: 3px;
    font-size: 22px;
  }

  .llmo-price__cards h3 {
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 1.55;
  }

  .llmo-price__cards h4 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .llmo-price__cards ul {
    grid-template-columns: 1fr 1fr;
    gap: 5px 18px;
    margin-bottom: 34px;
  }

  .llmo-price__cards ul::before {
    top: -18px;
    height: 7px;
  }

  .llmo-price__cards li {
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
  }

  .llmo-price__cards strong {
    font-size: 32px;
  }

  .llmo-price__plus {
    font-size: 26px;
  }

  .llmo-price__buttons,
  .llmo-tag-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .llmo-price__buttons {
    width: min(430px, 100%);
    margin-top: 34px;
  }

  .llmo-price__buttons::before {
    display: none;
  }

  .llmo-price__buttons a:first-child,
  .llmo-price__buttons a:nth-child(2) {
    grid-column: auto;
  }

  .llmo-price__buttons a,
  .llmo-pill-title {
    min-height: 44px;
    padding: 10px 0;
    font-size: 20px;
  }

  .llmo-support-detail__item img {
    width: min(280px, 100%);
    height: auto;
  }

  .llmo-support-detail__item h3 {
    margin-top: 20px;
    font-size: 20px;
  }

  .llmo-support-detail__item p {
    font-size: 14px;
  }

  .llmo-pill-section {
    padding: 56px 0;
  }

  .llmo-pill-title {
    width: min(320px, 100%);
    min-height: 42px;
    margin-bottom: 38px;
  }

  .llmo-pill-section h3 {
    margin-bottom: 54px;
    font-size: 24px;
    line-height: 1.45;
  }

  .llmo-pill-section h3::after {
    width: min(260px, 78vw);
    height: 6px;
    margin-top: 30px;
  }

  .llmo-tag-grid span {
    min-height: 40px;
    border-width: 2px;
    font-size: 14px;
  }

  .llmo-pill-section > .llmo-service-container > p {
    margin-top: 30px;
    font-size: 22px;
  }

  .llmo-model-plan {
    padding: 56px 0 70px;
  }

  .llmo-model-plan > .llmo-service-container > p {
    padding-top: 0;
    font-size: 16px;
  }

  .llmo-model-plan .llmo-section-title::after {
    width: min(260px, 78vw);
    height: 6px;
    margin-top: 24px;
  }

  .llmo-model-plan__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 48px;
  }

  .llmo-model-plan__stack span {
    min-height: 54px;
    padding: 10px 14px;
    border-bottom-width: 4px;
    font-size: 15px;
  }

  .llmo-model-plan__summary dl > div {
    grid-template-columns: 1fr auto;
    gap: 14px;
    min-height: 50px;
  }

  .llmo-model-plan__summary dt,
  .llmo-model-plan__summary dd {
    font-size: 16px;
  }

  .llmo-model-plan__total {
    margin-top: 22px;
    padding-top: 24px;
    border-top-width: 7px;
    font-size: 21px;
  }

  .llmo-model-plan__total strong {
    font-size: 24px;
  }

  .llmo-difference {
    padding: 68px 0 78px;
  }

  .llmo-difference__block {
    margin-top: 74px;
  }

  .llmo-difference__block h4 {
    min-height: 54px;
    margin-bottom: 42px;
    border-width: 3px;
    font-size: 21px;
  }

  .llmo-difference__block h3 {
    margin-bottom: 42px;
    font-size: 28px;
  }

  .llmo-difference__block h3::after {
    width: 72%;
    height: 7px;
    margin-top: 42px;
  }

  .llmo-difference__block p {
    margin-top: 56px;
    font-size: 25px;
  }

  .llmo-difference__block--table {
    margin-top: 82px;
  }

  .llmo-compare-table {
    width: 100%;
    margin-top: 56px;
  }

  .llmo-compare-table table {
    min-width: 760px;
    border-spacing: 6px;
  }

  .llmo-compare-table th,
  .llmo-compare-table td {
    min-width: 96px;
    height: 54px;
    padding: 10px 8px;
    font-size: 12px;
  }

  .llmo-compare-table tbody th {
    min-width: 132px;
  }

  .llmo-compare-table tbody td,
  .llmo-compare-table tbody tr:last-child td {
    font-size: 15px;
  }

  .llmo-difference__bottom {
    margin-top: 56px !important;
    font-size: 26px;
  }

  .llmo-members h3 {
    font-size: 25px;
  }

  .llmo-members__grid {
    margin-top: 70px;
  }

  .llmo-member-card {
    min-height: 0;
  }

  .llmo-case-main__image {
    min-height: 320px;
  }

  .llmo-case-main > h3 {
    font-size: 21px;
  }

  .llmo-case-main__inner {
    padding: 34px 22px;
  }

  .llmo-flow-static__list h3 {
    margin-top: 22px;
    font-size: 27px;
  }

  .llmo-flow-static__list p {
    margin-top: 26px;
    font-size: 15px;
  }

  .llmo-faq-list__items h3,
  .llmo-faq-list__answer > div,
  .llmo-faq-list__items p {
    font-size: 17px;
  }

  .llmo-faq-list__items,
  .llmo-columns__grid {
    margin-top: 60px;
  }

  .llmo-download {
    padding: 30px 0;
  }

  .llmo-report-static h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .llmo-service-container {
    padding: 0 14px;
  }

  .llmo-section-title {
    font-size: 22px;
  }

  .llmo-outline-heading {
    font-size: 19px;
  }

  .llmo-fv h1 {
    font-size: 26px;
  }

  .llmo-fv__stats {
    flex-direction: column;
    align-items: flex-start;
  }

  .llmo-fv__stats > div + div {
    margin-left: 0;
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 0;
  }

  .llmo-fv__stats > div + div::before {
    content: none;
    display: none;
  }

  .llmo-problems,
  .llmo-domains,
  .llmo-cases,
  .llmo-flow-static,
  .llmo-faq-list,
  .llmo-columns {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .llmo-price__cards ul {
    grid-template-columns: 1fr;
  }

  .llmo-price__cards h3 {
    font-size: 16px;
  }

  .llmo-price__cards strong {
    font-size: 30px;
  }

  .llmo-pill-section h3,
  .llmo-difference__block p,
  .llmo-difference__bottom {
    font-size: 22px;
  }

  .llmo-difference__block h3 {
    font-size: 25px;
  }

  .llmo-model-plan__summary dl > div,
  .llmo-model-plan__total {
    display: block;
    text-align: center;
  }

  .llmo-model-plan__summary dt,
  .llmo-model-plan__summary dd,
  .llmo-model-plan__total {
    text-align: center;
  }

  .llmo-model-plan__summary dd {
    margin-top: 4px;
  }
}

/* MA/SFA service page */
.ma-sfa-service-page {
  --ma-sfa-blue: #008cff;
  --ma-sfa-green: #0097a7;
  --ma-sfa-yellow: #ed9f18;
  --ma-sfa-text: #595959;
  --ma-sfa-bg: #f8f8f8;
  --ma-sfa-gray: #eeeeee;
  color: var(--ma-sfa-text);
  background: #f8f8f8;
  font-weight: 700;
}

.ma-sfa-service-page *,
.ma-sfa-service-page *::before,
.ma-sfa-service-page *::after {
  box-sizing: border-box;
}

.ma-sfa-service-page p {
  margin: 0;
  color: var(--ma-sfa-text);
  line-height: 1.85;
}

.ma-sfa-service-page a {
  text-decoration: none;
}

.ma-sfa-service-container {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 40px;
}

.ma-sfa-section-title,
.ma-sfa-outline-heading {
  margin: 0 auto;
  color: var(--ma-sfa-blue);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.ma-sfa-section-title {
  font-size: 45px;
}

.ma-sfa-outline-heading {
  width: min(760px, 100%);
  padding: 24px 36px;
  border: 5px solid var(--ma-sfa-blue);
  border-radius: 999px;
  font-size: 31px;
}

.ma-sfa-outline-heading span {
  display: block;
  margin-top: 10px;
  color: var(--ma-sfa-text);
  font-size: 20px;
}

.ma-sfa-outline-heading--green {
  border-color: var(--ma-sfa-green);
  color: #111;
}

.ma-sfa-service-cta-row {
  display: flex;
  justify-content: center;
  gap: 58px;
}

.ma-sfa-service-cta-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-width: 250px;
  height: 56px;
  padding: 0 24px;
  border-radius: 7px;
  border: 2px solid var(--ma-sfa-yellow);
  background: var(--ma-sfa-yellow);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.ma-sfa-service-cta-row a:hover,
.ma-sfa-service-cta-row a:focus-visible {
  background: #fff;
  color: var(--ma-sfa-yellow);
  box-shadow: 0 9px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.ma-sfa-service-cta-row a span {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.ma-sfa-service-cta-row a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ma-sfa-service-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 160px;
  place-items: center;
  background: #d8d8d8;
  color: #777;
  font-size: 14px;
}

.ma-sfa-fv {
  padding: 20px 0 0;
  background: #fff;
}

.ma-sfa-fv__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 590px;
  gap: 60px;
  min-height: 620px;
  align-items: start;
}

.ma-sfa-fv__sub {
  margin-top: 6px !important;
  color: var(--ma-sfa-text) !important;
  font-size: 22px;
  line-height: 1.4 !important;
}

.ma-sfa-fv h1 {
  margin: 30px 0 56px;
  color: var(--ma-sfa-blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.ma-sfa-fv__lead {
  max-width: 680px;
  font-size: 17px;
  line-height: 1.55 !important;
}

.ma-sfa-fv__stats {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 62px;
}

.ma-sfa-fv__stats > div {
  min-width: 164px;
}

.ma-sfa-fv__stats > div + div {
  position: relative;
  margin-left: 20px;
  padding-left: 40px;
  border-left: 0;
}

.ma-sfa-fv__stats > div + div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 70px;
  border-radius: 999px;
  background: #d8d8d8;
  transform: translateY(-50%);
}

.ma-sfa-fv__stats p {
  font-size: 14px;
  line-height: 1.2 !important;
}

.ma-sfa-fv__stats strong {
  display: block;
  margin-top: 4px;
  color: #000;
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
}

.ma-sfa-fv__note {
  margin-top: 18px !important;
  color: #333 !important;
  font-size: 11px;
  line-height: 1.4 !important;
}

.ma-sfa-fv__buttons {
  justify-content: flex-start;
  gap: 32px;
  margin-top: 58px;
}

.ma-sfa-fv__form {
  width: 100%;
  min-height: 630px;
  padding: 28px;
  overflow: auto;
  background: #fff;
}

.ma-sfa-logo-slider {
  overflow: hidden;
  height: 130px;
  padding: 36px 0 22px;
  box-sizing: border-box;
  background: #fff;
}

.ma-sfa-logo-slider__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 72px;
  animation: maSfaLogoLoop 42s linear infinite;
}

.ma-sfa-logo-slider__item {
  display: grid;
  width: 180px;
  height: 72px;
  margin: 0 18px;
  place-items: center;
  flex: 0 0 auto;
}

.ma-sfa-logo-slider__item img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

@keyframes maSfaLogoLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ma-sfa-problems {
  padding: 70px 0 120px;
}

.ma-sfa-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  margin-top: 82px;
  text-align: center;
}

.ma-sfa-problems__grid img {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

.ma-sfa-problems__grid p {
  margin-top: 28px;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
}

.ma-sfa-problems__grid h3 {
  margin: 14px 0 0;
  color: var(--ma-sfa-green);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.ma-sfa-solve-label {
  width: min(800px, 100%);
  margin: 140px auto 0;
  padding: 28px 40px;
  border: 5px solid var(--ma-sfa-blue);
  border-radius: 999px;
  text-align: center;
}

.ma-sfa-solve-label h2 {
  margin: 0;
  color: var(--ma-sfa-blue);
  font-size: 32px;
  font-weight: 900;
}

.ma-sfa-solve-label p {
  margin-top: 24px;
  color: var(--ma-sfa-text);
  font-size: 15px;
  letter-spacing: 2px;
}

.ma-sfa-features {
  padding: 12px 0 100px;
}

.ma-sfa-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  min-height: 430px;
}

.ma-sfa-feature + .ma-sfa-feature {
  margin-top: 70px;
}

.ma-sfa-feature--reverse .ma-sfa-feature__text {
  order: 2;
}

.ma-sfa-feature--reverse .ma-sfa-feature__img {
  order: 1;
}

.ma-sfa-feature__num {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  color: #ddd;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.ma-sfa-feature__num span {
  display: block;
  width: 260px;
  height: 7px;
  border-radius: 99px;
  background: #ddd;
}

.ma-sfa-feature h2 {
  margin: 0 0 28px;
  color: var(--ma-sfa-blue);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}

.ma-sfa-feature__lead {
  margin-bottom: 14px !important;
  color: var(--ma-sfa-text);
  font-size: 16px;
}

.ma-sfa-feature p {
  font-size: 15px;
}

.ma-sfa-feature__img {
  text-align: center;
}

.ma-sfa-feature__img img {
  width: min(700px, 100%);
  height: auto;
}

.ma-sfa-domains {
  padding: 70px 0 110px;
}

.ma-sfa-domains__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 90px;
}

.ma-sfa-domains__grid article {
  display: grid;
  grid-template-rows: 320px auto 1fr;
  text-align: center;
}

.ma-sfa-domains__grid img {
  display: block;
  align-self: center;
  justify-self: center;
  width: min(320px, 100%);
  height: min(320px, 100%);
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
}

.ma-sfa-domains__grid h3 {
  min-height: 62px;
  margin: 22px 0 18px;
  color: var(--ma-sfa-blue);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.ma-sfa-domains__grid p {
  font-size: 14px;
  text-align: left;
}

.ma-sfa-blue-cta {
  padding: 42px 0;
  background: var(--ma-sfa-blue);
}

.ma-sfa-price {
  padding: 92px 0 82px;
}

.ma-sfa-price__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 44px;
  width: min(1180px, 100%);
  margin: 70px auto 0;
  align-items: self-start;
}

.ma-sfa-price__cards article {
  display: flex;
  min-height: 650px;
  flex-direction: column;
  padding: 34px 74px 42px;
  border: 8px solid var(--ma-sfa-blue);
  border-radius: 28px;
  text-align: center;
}

.ma-sfa-price__cards article:nth-of-type(2) {
  border-color: var(--ma-sfa-green);
}

.ma-sfa-price__cards p {
  display: inline-flex;
  width: min(380px, 100%);
  min-height: 76px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 74px;
  border: 5px solid var(--ma-sfa-blue);
  border-radius: 99px;
  color: #111;
  font-size: 31px;
  line-height: 1.2;
}

.ma-sfa-price__cards article:first-of-type p {
  border-color: var(--ma-sfa-blue);
}

.ma-sfa-price__cards article:nth-of-type(2) p {
  border-color: var(--ma-sfa-green);
}

.ma-sfa-price__cards h3 {
  margin: 0 0 62px;
  color: var(--ma-sfa-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
}

.ma-sfa-price__cards article:nth-of-type(2) h3 {
  color: var(--ma-sfa-green);
}

.ma-sfa-price__cards h4 {
  margin: 0 0 40px;
  color: var(--ma-sfa-text);
  font-size: 26px;
  font-weight: 900;
}

.ma-sfa-price__cards ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 28px;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  position: relative;
}

.ma-sfa-price__cards ul::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 99px;
  background: #d8d8d8;
}

.ma-sfa-price__cards li {
  color: var(--ma-sfa-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
  white-space: nowrap;
}

.ma-sfa-price__cards strong {
  display: block;
  margin-top: auto;
  color: var(--ma-sfa-blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}

.ma-sfa-price__cards article:nth-of-type(2) strong {
  color: var(--ma-sfa-green);
}

.ma-sfa-price__plus {
  align-self: center;
  color: #777;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

.ma-sfa-price__buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 44px;
  width: min(1180px, 100%);
  margin: 58px auto 0;
}

.ma-sfa-price__buttons::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
}

.ma-sfa-price__buttons a,
.ma-sfa-pill-title {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ma-sfa-yellow);
  border-radius: 999px;
  color: #333;
  font-size: 31px;
  font-weight: 900;
  padding: 18px 0;
}

.ma-sfa-price__buttons a {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.ma-sfa-price__buttons a:hover,
.ma-sfa-price__buttons a:focus-visible {
  background: var(--ma-sfa-yellow);
  color: #fff;
  box-shadow: 0 7px 12px rgba(237, 159, 24, 0.28);
  transform: translateY(-3px);
}

.ma-sfa-price__buttons a:first-child {
  grid-column: 1;
}

.ma-sfa-price__buttons a:nth-child(2) {
  grid-column: 3;
}

.ma-sfa-support-detail {
  padding: 18px 0 86px;
}

.ma-sfa-support-detail__item {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 52px;
  width: min(1080px, 100%);
  margin: 58px auto 0;
  align-items: center;
}

.ma-sfa-support-detail__item img {
  width: 400px;
  height: 400px;
  object-fit: contain;
}

.ma-sfa-support-detail__item h3 {
  margin: 0 0 22px;
  color: var(--ma-sfa-blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.ma-sfa-support-detail__item p {
  font-size: 16px;
}

.ma-sfa-pill-section {
  padding: 92px 0;
  text-align: center;
}

.ma-sfa-pill-title {
  width: min(640px, 100%);
  min-height: 48px;
  margin: 0 auto 66px;
  border-color: var(--ma-sfa-blue);
}

.ma-sfa-pill-section--green .ma-sfa-pill-title,
.ma-sfa-pill-section--green .ma-sfa-tag-grid span {
  border-color: var(--ma-sfa-green);
}

.ma-sfa-pill-section h3 {
  margin: 0 0 78px;
  color: var(--ma-sfa-blue);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.45;
}

.ma-sfa-pill-section h3::after {
  content: "";
  display: block;
  width: min(690px, 100%);
  height: 10px;
  margin: 52px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.ma-sfa-pill-section--green h3 {
  color: var(--ma-sfa-green);
}

.ma-sfa-tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 500px));
  gap: 24px 54px;
  justify-content: center;
}

.ma-sfa-tag-grid span {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 22px 22px;
  border: 3px solid var(--ma-sfa-blue);
  border-radius: 999px;
  color: #333;
  font-size: 24px;
  font-weight: 900;
}

.ma-sfa-pill-section > .ma-sfa-service-container > p {
  margin-top: 48px;
  color: var(--ma-sfa-blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.55;
}

.ma-sfa-pill-section--green > .ma-sfa-service-container > p {
  color: var(--ma-sfa-green);
  font-weight: 900;
}

.ma-sfa-model-plan {
  padding: 92px 0 120px;
  text-align: center;
}

.ma-sfa-model-plan .ma-sfa-section-title::after {
  content: "";
  display: block;
  width: min(690px, 100%);
  height: 10px;
  margin: 42px auto 0;
  border-radius: 999px;
  background: #d8d8d8;
}

.ma-sfa-model-plan > .ma-sfa-service-container > p {
  position: relative;
  width: min(690px, 100%);
  margin: 28px auto 0;
  padding-top: 0;
  border-top: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.5;
}

.ma-sfa-model-plan__inner {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 620px);
  gap: 128px;
  width: min(1220px, 100%);
  margin: 108px auto 0;
  align-items: center;
}

.ma-sfa-model-plan__stack {
  overflow: hidden;
  border-radius: 14px;
}

.ma-sfa-model-plan__stack span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-bottom: 6px solid #fff;
  background: var(--ma-sfa-blue);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.ma-sfa-model-plan__stack span:last-child {
  border-bottom: 0;
}

.ma-sfa-model-plan__stack .ma-sfa-model-plan__stack-green {
  background: var(--ma-sfa-green);
}

.ma-sfa-model-plan__summary dl {
  margin: 0;
}

.ma-sfa-model-plan__summary dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 40px;
  align-items: center;
  min-height: 86px;
}

.ma-sfa-model-plan__summary dt,
.ma-sfa-model-plan__summary dd {
  margin: 0;
  color: var(--ma-sfa-text);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
}

.ma-sfa-model-plan__summary dd {
  text-align: right;
}

.ma-sfa-model-plan table,
.ma-sfa-compare-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.ma-sfa-model-plan th,
.ma-sfa-model-plan td {
  padding: 15px 18px;
  border: 2px solid #fff;
  background: var(--ma-sfa-green);
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.ma-sfa-model-plan td {
  background: #f7f7f7;
  color: #333;
  text-align: left;
}

.ma-sfa-model-plan__total {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 36px;
  padding-top: 52px;
  border-top: 10px solid #d8d8d8;
  color: var(--ma-sfa-blue);
  font-size: 33px;
  font-weight: 900;
  text-align: left;
}

.ma-sfa-model-plan__total strong {
  margin-left: 0;
  font-size: 39px;
  line-height: 1;
}

.ma-sfa-difference {
  padding: 126px 0 140px;
  text-align: center;
}

.ma-sfa-difference__block {
  width: min(1040px, 100%);
  margin: 142px auto 0;
}

.ma-sfa-difference__block h4 {
  display: flex;
  width: min(760px, 100%);
  min-height: 92px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 82px;
  border: 5px solid var(--ma-sfa-blue);
  border-radius: 999px;
  color: #111;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.2;
}

.ma-sfa-difference__block h3 {
  margin: 0 auto 78px;
  color: var(--ma-sfa-blue);
  font-size: 45px;
  font-weight: 900;
  line-height: 1.42;
}

.ma-sfa-difference__block h3::after {
  content: "";
  display: block;
  width: min(670px, 70%);
  height: 10px;
  margin: 78px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.ma-sfa-difference__block--green h4 {
  border-color: var(--ma-sfa-green);
}

.ma-sfa-difference__block--green h3 {
  color: var(--ma-sfa-green);
}

.ma-sfa-difference__block p {
  margin-top: 118px;
  color: var(--ma-sfa-blue);
  font-size: 45px;
  font-weight: 900;
  line-height: 1.55;
}

.ma-sfa-difference__block--green p {
  color: var(--ma-sfa-green);
}

.ma-sfa-difference__block--green .ma-sfa-tag-grid span {
  border-color: var(--ma-sfa-green);
}

.ma-sfa-difference__block--table {
  margin-top: 152px;
}

.ma-sfa-difference__block--table h3 {
  margin-bottom: 0;
}

.ma-sfa-compare-table {
  width: min(1180px, 100%);
  margin: 148px auto 0;
  overflow-x: auto;
}

.ma-sfa-compare-table table {
  border-collapse: separate;
  border-spacing: 10px;
  background: transparent;
}

.ma-sfa-compare-table th,
.ma-sfa-compare-table td {
  min-width: 150px;
  height: 72px;
  padding: 16px 14px;
  border: 0;
  background: #fff;
  color: var(--ma-sfa-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}

.ma-sfa-compare-table thead th {
  background: #fff;
  color: var(--ma-sfa-text);
  font-size: 18px;
}

.ma-sfa-compare-table thead th:nth-child(2) {
  background: var(--ma-sfa-blue);
  color: #fff;
}

.ma-sfa-compare-table tbody td:first-of-type {
  color: var(--ma-sfa-blue);
  font-weight: 900;
}

.ma-sfa-compare-table tbody td {
  font-size: 22px;
  font-weight: 900;
}

.ma-sfa-compare-table tbody th {
  min-width: 190px;
}

.ma-sfa-compare-table tbody tr:last-child td {
  font-size: 23px;
}

.ma-sfa-difference__bottom {
  margin-top: 100px !important;
  color: var(--ma-sfa-blue) !important;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.45;
}

.ma-sfa-members {
  padding: 118px 0 120px;
}

.ma-sfa-members h3 {
  margin: 70px 0 0;
  color: var(--ma-sfa-green);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.ma-sfa-members__line {
  width: min(620px, 80%);
  height: 10px;
  margin: 66px auto 0;
  border-radius: 99px;
  background: #d8d8d8;
}

.ma-sfa-members__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 110px 110px;
  margin-top: 135px;
}

.ma-sfa-member-card {
  min-height: 650px;
  padding: 64px 34px 54px;
  border: 4px solid #666;
  border-radius: 6px;
  text-align: center;
}

.ma-sfa-member-card__photo {
  display: grid;
  width: 150px;
  height: 150px;
  margin: 0 auto 46px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.ma-sfa-member-card__photo img {
  display: block;
  width: 150px;
  height: 150px !important;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.ma-sfa-member-card__photo span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d8d8d8;
}

.ma-sfa-member-card h4 {
  margin: 0 0 28px;
  color: #111;
  font-size: 25px;
  font-weight: 900;
}

.ma-sfa-member-card__role {
  color: var(--ma-sfa-text);
  font-size: 18px;
  line-height: 1.4 !important;
}

.ma-sfa-member-card__bar {
  height: 10px;
  margin: 38px auto 34px;
  border-radius: 99px;
  background: #d8d8d8;
}

.ma-sfa-member-card__body {
  color: var(--ma-sfa-text);
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.ma-sfa-cases {
  padding: 108px 0 128px;
}

.ma-sfa-cases__main {
  width: min(1020px, 100%);
  margin: 126px auto 0;
}

.ma-sfa-case-main {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.ma-sfa-case-main + .ma-sfa-case-main {
  margin-top: 126px;
}

.ma-sfa-case-main > h3 {
  margin: 0;
  padding: 22px 30px;
  background: var(--ma-sfa-blue);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.ma-sfa-case-main::after {
  content: "";
  display: block;
  height: 78px;
  background: var(--ma-sfa-blue);
}

.ma-sfa-case-main__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 36px;
  padding: 76px 28px 76px;
}

.ma-sfa-case-main__inner h4,
.ma-sfa-case-main__inner h2,
.ma-sfa-case-main__inner h3 {
  margin: 0 0 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ddd;
  color: var(--ma-sfa-blue);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

.ma-sfa-case-main__inner p {
  margin: 0 0 48px;
  font-size: 15px;
}

.ma-sfa-case-main__image {
  display: grid;
  align-self: start;
  gap: 14px;
  min-height: 520px;
}

.ma-sfa-case-main__image-item {
  min-height: 160px;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.ma-sfa-case-main__image-item:only-child {
  min-height: 0;
}

.ma-sfa-case-main__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ma-sfa-case-main__image .ma-sfa-service-placeholder {
  width: 100%;
  min-height: 320px;
}

.ma-sfa-case-main__image .ma-sfa-service-placeholder {
  background: transparent;
}

.ma-sfa-cases__related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 100px;
  width: min(1020px, 100%);
  margin: 80px auto 0;
}

.ma-sfa-cases__related article {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.16);
  background: #fff;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.ma-sfa-cases__related article:hover {
  box-shadow: 0 16px 30px rgba(0, 140, 255, 0.2);
  transform: translateY(-5px);
}

.ma-sfa-cases__related article > a {
  display: block;
  color: inherit;
}

.ma-sfa-cases__related article > a > div {
  height: 150px;
  overflow: hidden;
  background: #d8d8d8;
}

.ma-sfa-cases__related img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.ma-sfa-cases__related article:hover img {
  transform: scale(1.035);
}

.ma-sfa-cases__related p {
  padding: 22px 18px 0;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
}

.ma-sfa-cases__related h3 {
  margin: 12px 0 0;
  padding: 0 18px 24px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
}

.ma-sfa-flow-static {
  padding: 120px 0 130px;
}

.ma-sfa-flow-static__list {
  width: min(1120px, 100%);
  margin: 130px auto 0;
}

.ma-sfa-flow-static__list article {
  padding: 42px 38px 44px;
  border: 4px solid #666;
  border-radius: 12px;
}

.ma-sfa-flow-static__list article > div {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.ma-sfa-flow-static__list span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--ma-sfa-blue);
  border-radius: 999px;
  color: var(--ma-sfa-text);
  font-size: 22px;
  font-weight: 900;
}

.ma-sfa-flow-static__list h3 {
  margin: 0;
  color: var(--ma-sfa-blue);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
}

.ma-sfa-flow-static__list p {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.65;
}

.ma-sfa-flow-arrow {
  margin: 44px 0;
  color: #111;
  font-size: 28px;
  text-align: center;
}

.ma-sfa-faq-list {
  padding: 118px 0 110px;
}

.ma-sfa-faq-list__items {
  width: min(980px, 100%);
  margin: 130px auto 0;
}

.ma-sfa-faq-list__items article + article {
  margin-top: 82px;
}

.ma-sfa-faq-list__items details {
  display: block;
}

.ma-sfa-faq-list__items summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
}

.ma-sfa-faq-list__items summary::-webkit-details-marker {
  display: none;
}

.ma-sfa-faq-list__items h3 {
  display: flex;
  gap: 12px;
  margin: 0;
  color: var(--ma-sfa-blue);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

.ma-sfa-faq-list__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 3px solid var(--ma-sfa-blue);
  border-radius: 50%;
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.ma-sfa-faq-list__toggle::before,
.ma-sfa-faq-list__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: var(--ma-sfa-blue);
  transform: translate(-50%, -50%);
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.ma-sfa-faq-list__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.ma-sfa-faq-list__items summary:hover .ma-sfa-faq-list__toggle {
  background: var(--ma-sfa-blue);
  transform: translateY(-2px);
}

.ma-sfa-faq-list__items summary:hover .ma-sfa-faq-list__toggle::before,
.ma-sfa-faq-list__items summary:hover .ma-sfa-faq-list__toggle::after {
  background: #fff;
}

.ma-sfa-faq-list__items details[open] .ma-sfa-faq-list__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ma-sfa-faq-list__answer {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 24px;
}

.ma-sfa-faq-list__items span {
  flex: 0 0 auto;
  color: var(--ma-sfa-blue);
  font-weight: 900;
}

.ma-sfa-faq-list__answer > span {
  color: var(--ma-sfa-yellow);
  font-size: 22px;
}

.ma-sfa-faq-list__answer > div,
.ma-sfa-faq-list__items p {
  color: var(--ma-sfa-text);
  font-size: 20px;
  line-height: 1.65;
}

.ma-sfa-faq-list__answer > div,
.ma-sfa-faq-list__answer p {
  color: #595959 !important;
}

.ma-sfa-faq-list__answer > div * {
  color: #595959 !important;
}

.ma-sfa-columns {
  padding: 120px 0 130px;
}

.ma-sfa-columns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 100px;
  margin-top: 100px;
}

.ma-sfa-columns__grid article {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.ma-sfa-columns__grid article:hover {
  box-shadow: 0 16px 30px rgba(0, 140, 255, 0.2);
  transform: translateY(-5px);
}

.ma-sfa-columns__grid a {
  display: block;
  color: inherit;
}

.ma-sfa-columns__grid article div {
  height: 170px;
  overflow: hidden;
  background: #d8d8d8;
}

.ma-sfa-columns__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.ma-sfa-columns__grid article:hover img {
  transform: scale(1.035);
}

.ma-sfa-columns__grid time {
  display: block;
  padding: 16px 18px 0;
  color: var(--ma-sfa-blue);
  font-size: 14px;
}

.ma-sfa-columns__grid h3 {
  margin: 8px 0 0;
  padding: 0 18px 22px;
  color: #111;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
}

.ma-sfa-download {
  padding: 120px 0 60px;
}

.ma-sfa-contact {
  padding-top: 0;
}

.ma-sfa-download__form {
  margin: 80px auto 0;
  padding: 36px;
  overflow: auto;
  width: min(800px, 100%);
}

.ma-sfa-report {
  padding: 90px 0 150px;
}

.ma-sfa-report__inner {
  width: min(940px, 100%);
  text-align: center;
}

.ma-sfa-report h2 {
  margin: 0 0 24px;
  color: var(--ma-sfa-blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
}

.ma-sfa-report h3 {
  margin: 0 0 24px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
}

.ma-sfa-report p,
.ma-sfa-report__inner > div {
  font-size: 15px;
  line-height: 1.75;
}

.ma-sfa-report__date {
  display: block;
  margin: 0 0 42px !important;
  text-align: center;
}

.ma-sfa-report__date + div {
  margin-top: 42px;
  overflow-wrap: anywhere;
}

.ma-sfa-report__date + div > *:first-child {
  margin-top: 0;
}

.ma-sfa-report__date + div h2 {
  margin: 72px 0 28px;
}

.ma-sfa-report__date + div h3 {
  margin: 56px 0 22px;
}

.ma-sfa-report__date + div h4 {
  margin: 38px 0 18px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
}

.ma-sfa-report__date + div p,
.ma-sfa-report__date + div ul,
.ma-sfa-report__date + div ol,
.ma-sfa-report__date + div table {
  margin: 0 0 24px;
}

.ma-sfa-report__date + div li + li {
  margin-top: 8px;
}

.ma-sfa-report__date + div table {
  width: 100%;
  border-collapse: collapse;
}

.ma-sfa-report__date + div th,
.ma-sfa-report__date + div td {
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
  vertical-align: top;
}

.ma-sfa-report__inner a {
  color: var(--ma-sfa-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition:
    color 0.2s ease,
    text-decoration-thickness 0.2s ease;
}

.ma-sfa-report__inner a:hover,
.ma-sfa-report__inner a:focus-visible {
  color: var(--ma-sfa-green);
  text-decoration-thickness: 2px;
}

.ma-sfa-report__inner > div {
  text-align: left;
}

.ma-sfa-report__inner > div h2,
.ma-sfa-report__inner > div h3 {
  text-align: center;
}

.ma-sfa-report-static {
  margin-top: 150px;
}

.ma-sfa-report-static h2 {
  margin-top: 120px;
}

.ma-sfa-report-static h3 {
  margin-top: 70px;
}

.ma-sfa-report-static h2:first-of-type + h3 {
  color: var(--ma-sfa-blue);
  font-size: 30px;
}

@media (max-width: 1024px) {
  .ma-sfa-service-container {
    padding: 0 24px;
  }

  .ma-sfa-fv__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ma-sfa-fv__form {
    min-height: 560px;
  }

  .ma-sfa-members__grid,
  .ma-sfa-cases__related,
  .ma-sfa-columns__grid {
    gap: 42px;
  }

  .ma-sfa-flow-static__list article > div {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .ma-sfa-price__cards {
    width: min(860px, 100%);
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 24px;
  }

  .ma-sfa-price__cards article {
    min-height: 560px;
    padding: 26px 34px 34px;
  }

  .ma-sfa-price__cards p {
    min-height: 62px;
    margin-bottom: 46px;
    font-size: 25px;
  }

  .ma-sfa-price__cards h3 {
    margin-bottom: 42px;
    font-size: 20px;
  }

  .ma-sfa-price__cards strong {
    font-size: 34px;
  }

  .ma-sfa-price__buttons {
    width: min(860px, 100%);
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 24px;
  }

  .ma-sfa-price__buttons a,
  .ma-sfa-pill-title {
    font-size: 25px;
  }

  .ma-sfa-model-plan__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    width: min(760px, 100%);
  }

  .ma-sfa-difference__block h3 {
    font-size: 40px;
  }

  .ma-sfa-difference__block p,
  .ma-sfa-difference__bottom {
    font-size: 36px;
  }

  .ma-sfa-download__form {
    margin: 30px auto;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .ma-sfa-service-container {
    padding: 0 20px;
  }

  .ma-sfa-report__date + div table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .ma-sfa-report__date + div th,
  .ma-sfa-report__date + div td {
    min-width: 110px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .ma-sfa-section-title {
    font-size: 25px;
    line-height: 1.45;
  }

  .ma-sfa-outline-heading {
    padding: 16px 18px;
    border-width: 4px;
    font-size: 21px;
    line-height: 1.45;
  }

  .ma-sfa-outline-heading span {
    font-size: 14px;
  }

  .ma-sfa-service-cta-row {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .ma-sfa-service-cta-row a {
    width: min(280px, 100%);
    min-width: 0;
  }

  .ma-sfa-fv {
    padding-top: 8px;
  }

  .ma-sfa-fv__sub {
    font-size: 18px;
  }

  .ma-sfa-fv h1 {
    margin: 22px 0 34px;
    font-size: 29px;
  }

  .ma-sfa-fv__lead {
    font-size: 15px;
  }

  .ma-sfa-fv__stats {
    gap: 0;
    margin-top: 38px;
  }

  .ma-sfa-fv__stats strong {
    font-size: 36px;
  }

  .ma-sfa-fv__buttons {
    align-items: center;
    justify-content: center;
  }

  .ma-sfa-solve-label {
    margin-top: 70px;
    padding: 22px 20px;
  }

  .ma-sfa-solve-label h2 {
    font-size: 21px;
  }

  .ma-sfa-feature__num {
    font-size: 30px;
  }

  .ma-sfa-feature__num span {
    width: 160px;
  }

  .ma-sfa-feature h2 {
    font-size: 24px;
  }

  .ma-sfa-problems__grid,
  .ma-sfa-domains__grid,
  .ma-sfa-members__grid,
  .ma-sfa-cases__related,
  .ma-sfa-columns__grid {
    grid-template-columns: 1fr;
  }

  .ma-sfa-feature,
  .ma-sfa-feature--reverse .ma-sfa-feature__text,
  .ma-sfa-feature--reverse .ma-sfa-feature__img,
  .ma-sfa-support-detail__item,
  .ma-sfa-model-plan__inner,
  .ma-sfa-case-main__inner,
  .ma-sfa-flow-static__list article > div {
    display: block;
  }

  .ma-sfa-feature__img {
    margin-top: 28px;
  }

  .ma-sfa-price__cards {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(430px, 100%);
    margin-top: 42px;
  }

  .ma-sfa-price__cards article {
    min-height: 0;
    padding: 22px 22px 30px;
    border-width: 5px;
    border-radius: 18px;
  }

  .ma-sfa-price__cards p {
    width: min(260px, 100%);
    min-height: 50px;
    margin-bottom: 36px;
    border-width: 3px;
    font-size: 22px;
  }

  .ma-sfa-price__cards h3 {
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 1.55;
  }

  .ma-sfa-price__cards h4 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .ma-sfa-price__cards ul {
    grid-template-columns: 1fr 1fr;
    gap: 5px 18px;
    margin-bottom: 34px;
  }

  .ma-sfa-price__cards ul::before {
    top: -18px;
    height: 7px;
  }

  .ma-sfa-price__cards li {
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
  }

  .ma-sfa-price__cards strong {
    font-size: 32px;
  }

  .ma-sfa-price__plus {
    font-size: 26px;
  }

  .ma-sfa-price__buttons,
  .ma-sfa-tag-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ma-sfa-price__buttons {
    width: min(430px, 100%);
    margin-top: 34px;
  }

  .ma-sfa-price__buttons::before {
    display: none;
  }

  .ma-sfa-price__buttons a:first-child,
  .ma-sfa-price__buttons a:nth-child(2) {
    grid-column: auto;
  }

  .ma-sfa-price__buttons a,
  .ma-sfa-pill-title {
    min-height: 44px;
    padding: 10px 0;
    font-size: 20px;
  }

  .ma-sfa-support-detail__item img {
    width: min(280px, 100%);
    height: auto;
  }

  .ma-sfa-support-detail__item h3 {
    margin-top: 20px;
    font-size: 20px;
  }

  .ma-sfa-support-detail__item p {
    font-size: 14px;
  }

  .ma-sfa-pill-section {
    padding: 56px 0;
  }

  .ma-sfa-pill-title {
    width: min(320px, 100%);
    min-height: 42px;
    margin-bottom: 38px;
  }

  .ma-sfa-pill-section h3 {
    margin-bottom: 54px;
    font-size: 24px;
    line-height: 1.45;
  }

  .ma-sfa-pill-section h3::after {
    width: min(260px, 78vw);
    height: 6px;
    margin-top: 30px;
  }

  .ma-sfa-tag-grid span {
    min-height: 40px;
    border-width: 2px;
    font-size: 14px;
  }

  .ma-sfa-pill-section > .ma-sfa-service-container > p {
    margin-top: 30px;
    font-size: 22px;
  }

  .ma-sfa-model-plan {
    padding: 56px 0 70px;
  }

  .ma-sfa-model-plan > .ma-sfa-service-container > p {
    padding-top: 0;
    font-size: 16px;
  }

  .ma-sfa-model-plan .ma-sfa-section-title::after {
    width: min(260px, 78vw);
    height: 6px;
    margin-top: 24px;
  }

  .ma-sfa-model-plan__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 48px;
  }

  .ma-sfa-model-plan__stack span {
    min-height: 54px;
    padding: 10px 14px;
    border-bottom-width: 4px;
    font-size: 15px;
  }

  .ma-sfa-model-plan__summary dl > div {
    grid-template-columns: 1fr auto;
    gap: 14px;
    min-height: 50px;
  }

  .ma-sfa-model-plan__summary dt,
  .ma-sfa-model-plan__summary dd {
    font-size: 16px;
  }

  .ma-sfa-model-plan__total {
    margin-top: 22px;
    padding-top: 24px;
    border-top-width: 7px;
    font-size: 21px;
  }

  .ma-sfa-model-plan__total strong {
    font-size: 24px;
  }

  .ma-sfa-difference {
    padding: 68px 0 78px;
  }

  .ma-sfa-difference__block {
    margin-top: 74px;
  }

  .ma-sfa-difference__block h4 {
    min-height: 54px;
    margin-bottom: 42px;
    border-width: 3px;
    font-size: 21px;
  }

  .ma-sfa-difference__block h3 {
    margin-bottom: 42px;
    font-size: 28px;
  }

  .ma-sfa-difference__block h3::after {
    width: 72%;
    height: 7px;
    margin-top: 42px;
  }

  .ma-sfa-difference__block p {
    margin-top: 56px;
    font-size: 25px;
  }

  .ma-sfa-difference__block--table {
    margin-top: 82px;
  }

  .ma-sfa-compare-table {
    width: 100%;
    margin-top: 56px;
  }

  .ma-sfa-compare-table table {
    min-width: 760px;
    border-spacing: 6px;
  }

  .ma-sfa-compare-table th,
  .ma-sfa-compare-table td {
    min-width: 96px;
    height: 54px;
    padding: 10px 8px;
    font-size: 12px;
  }

  .ma-sfa-compare-table tbody th {
    min-width: 132px;
  }

  .ma-sfa-compare-table tbody td,
  .ma-sfa-compare-table tbody tr:last-child td {
    font-size: 15px;
  }

  .ma-sfa-difference__bottom {
    margin-top: 56px !important;
    font-size: 26px;
  }

  .ma-sfa-members h3 {
    font-size: 25px;
  }

  .ma-sfa-members__grid {
    margin-top: 70px;
  }

  .ma-sfa-member-card {
    min-height: 0;
  }

  .ma-sfa-case-main__image {
    min-height: 320px;
  }

  .ma-sfa-case-main > h3 {
    font-size: 21px;
  }

  .ma-sfa-case-main__inner {
    padding: 34px 22px;
  }

  .ma-sfa-flow-static__list h3 {
    margin-top: 22px;
    font-size: 27px;
  }

  .ma-sfa-flow-static__list p {
    margin-top: 26px;
    font-size: 15px;
  }

  .ma-sfa-faq-list__items h3,
  .ma-sfa-faq-list__answer > div,
  .ma-sfa-faq-list__items p {
    font-size: 17px;
  }

  .ma-sfa-faq-list__items,
  .ma-sfa-columns__grid {
    margin-top: 60px;
  }

  .ma-sfa-download {
    padding: 30px 0;
  }

  .ma-sfa-report-static h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .ma-sfa-service-container {
    padding: 0 14px;
  }

  .ma-sfa-section-title {
    font-size: 22px;
  }

  .ma-sfa-outline-heading {
    font-size: 19px;
  }

  .ma-sfa-fv h1 {
    font-size: 26px;
  }

  .ma-sfa-fv__stats {
    flex-direction: column;
    align-items: flex-start;
  }

  .ma-sfa-fv__stats > div + div {
    margin-left: 0;
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 0;
  }

  .ma-sfa-fv__stats > div + div::before {
    content: none;
    display: none;
  }

  .ma-sfa-problems,
  .ma-sfa-domains,
  .ma-sfa-cases,
  .ma-sfa-flow-static,
  .ma-sfa-faq-list,
  .ma-sfa-columns {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .ma-sfa-price__cards ul {
    grid-template-columns: 1fr;
  }

  .ma-sfa-price__cards h3 {
    font-size: 16px;
  }

  .ma-sfa-price__cards strong {
    font-size: 30px;
  }

  .ma-sfa-pill-section h3,
  .ma-sfa-difference__block p,
  .ma-sfa-difference__bottom {
    font-size: 22px;
  }

  .ma-sfa-difference__block h3 {
    font-size: 25px;
  }

  .ma-sfa-model-plan__summary dl > div,
  .ma-sfa-model-plan__total {
    display: block;
    text-align: center;
  }

  .ma-sfa-model-plan__summary dt,
  .ma-sfa-model-plan__summary dd,
  .ma-sfa-model-plan__total {
    text-align: center;
  }

  .ma-sfa-model-plan__summary dd {
    margin-top: 4px;
  }
}
