/* ===== Banner ===== */
.banner-seo-map {
  padding: 2rem var(--section);
}
.banner-seo-map .grid-2 {
  display: grid;
  grid-template-columns: 1fr 39.4375rem;
  column-gap: 4.5rem;
  align-items: center;
}
.banner-seo-map .col-1 .title h1 {
  background: linear-gradient(267deg, #e0f5ff 55.35%, #debeff 97.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.88rem;
  font-size: 2.25rem;
}
.banner-seo-map .col-1 .title {
  font-size: 4.75rem;
  background: linear-gradient(267deg, #e0f5ff 55.35%, #debeff 97.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.banner-seo-map .col-1 .subtitle {
  background: linear-gradient(267deg, #e0f5ff 55.35%, #debeff 97.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
}
.banner-seo-map .col-1 ul {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.banner-seo-map .col-1 ul li {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1.2rem 0.5rem;
  width: calc(100% - (3 * 1rem) / 3);
  color: #fff;
  list-style: none;
  margin: 0;
  border-radius: 0.625rem;
  border: 1px solid #c38eff;
  background: #4e3fc4;
  text-align: center;
}
.banner-seo-map .col-1 .subtitle {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.banner-seo-map .col-2 .image-cover {
  padding-top: 0;
  height: 33.43975rem;
}

.banner-seo-map .col-2 .image-cover img {
  object-fit: contain;
}
/* ===== Industries ===== */
.seo-map-industries {
  padding: 4rem var(--section);
}
.seo-map-industries__title {
  text-align: center;
  margin-bottom: 1rem;
}
.seo-map-industries__subtitle {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  color: #555;
  line-height: 1.6;
}
.seo-map-industries .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.seo-map-industries .service-item {
  border-radius: 0.75rem;
  border: 1px solid #e8e8e8;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.seo-map-industries .service-item:hover {
  border-color: #e12e2d;
  box-shadow: 0 4px 20px rgba(225, 46, 45, 0.1);
}
.seo-map-industries .service-item__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
}
.seo-map-industries .service-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.seo-map-industries .service-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #292672;
  margin-bottom: 0.5rem;
}
.seo-map-industries .service-item__desc {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5;
}
.seo-map-industries__reasons {
  margin-top: 3rem;
  padding: 2rem;
  background: #f9f4ff;
  border-radius: 0.75rem;
}
.seo-map-industries__reasons .reasons__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #292672;
  margin-bottom: 1.5rem;
}
.seo-map-industries__reasons .reasons__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.seo-map-industries__reasons .reasons__item {
  padding-left: 1.5rem;
  position: relative;
}
.seo-map-industries__reasons .reasons__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #e12e2d;
  border-radius: 50%;
}

/* ===== Importance ===== */
.seo-map-importance {
  padding: 4rem var(--section);
}
.seo-map-importance__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.seo-map-importance .importance-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.seo-map-importance .importance-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e8e8e8;
}
.seo-map-importance .importance-item__number {
  font-size: 2rem;
  font-weight: 700;
  color: #e12e2d;
  line-height: 1;
  flex-shrink: 0;
}
.seo-map-importance .importance-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #292672;
  margin-bottom: 0.5rem;
}
.seo-map-importance .importance-item__points p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  position: relative;
}
.seo-map-importance .importance-item__points p::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e12e2d;
}

/* ===== Method ===== */
.seo-map-method {
  padding: 4rem var(--section);
  background: #f9f4ff;
}
.seo-map-method__title {
  text-align: center;
  margin-bottom: 1rem;
}
.seo-map-method__subtitle {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 2rem;
  color: #555;
  line-height: 1.6;
}
.seo-map-method__approach {
  max-width: 50rem;
  margin: 0 auto 3rem;
}
.seo-map-method__approach h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #292672;
  margin-bottom: 1rem;
}
.seo-map-method__approach .approach-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.seo-map-method__approach .approach-item p {
  padding-left: 1.5rem;
  position: relative;
  color: #555;
}
.seo-map-method__approach .approach-item p::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: #e12e2d;
  font-weight: 700;
}
.seo-map-method .pillars__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #292672;
  margin-bottom: 2rem;
}
.seo-map-method .pillars-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.seo-map-method .pillar-item {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
}
.seo-map-method .pillar-item:hover {
  border-color: #e12e2d;
  box-shadow: 0 4px 20px rgba(225, 46, 45, 0.1);
}
.seo-map-method .pillar-item__number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e12e2d;
  margin-bottom: 0.75rem;
}
.seo-map-method .pillar-item__title {
  font-size: 1rem;
  font-weight: 700;
  color: #292672;
  margin-bottom: 0.5rem;
}
.seo-map-method .pillar-item__desc {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.5;
}

/* ===== Why Choose ===== */
.seo-map-whychoose {
  padding: 4rem var(--section);
}
.seo-map-whychoose__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.seo-map-whychoose__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.seo-map-whychoose .whychoose-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease;
}
.seo-map-whychoose .whychoose-item:hover {
  border-color: #e12e2d;
  box-shadow: 0 4px 20px rgba(225, 46, 45, 0.1);
}
.seo-map-whychoose .whychoose-item__number {
  font-size: 2rem;
  font-weight: 700;
  color: #e12e2d;
  line-height: 1;
  flex-shrink: 0;
}
.seo-map-whychoose .whychoose-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #292672;
  margin-bottom: 0.5rem;
}
.seo-map-whychoose .whychoose-item__desc {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
}

/* ===== Testimonials ===== */
.seo-map-testimonials {
  padding: 4rem var(--section);
  position: relative;
}
.seo-map-testimonials__title {
  text-align: center;
  margin-bottom: 1rem;
}
.seo-map-testimonials__subtitle {
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  color: #555;
  line-height: 1.6;
}
.seo-map-testimonials .swiper-slide {
  height: auto;
}
.seo-map-testimonials .customer-reviews__item {
  border-radius: 1.25rem;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 2.19rem 1.63rem 2.13rem 1.94rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.seo-map-testimonials .customer-reviews__content {
  flex-shrink: 0;
}
.seo-map-testimonials .customer-reviews__rating {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.seo-map-testimonials .customer-reviews__rating svg {
  width: 1.0625rem;
  height: 1.0625rem;
}
.seo-map-testimonials .customer-reviews__content p {
  color: #2a2a2a;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.seo-map-testimonials .box-bottom {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
.seo-map-testimonials .customer-reviews__avatar {
  width: 3.9375rem;
  height: 3.9375rem;
  flex-shrink: 0;
  margin-right: 0.81rem;
}
.seo-map-testimonials .customer-reviews__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.seo-map-testimonials .customer-reviews__info {
  flex: 1;
}
.seo-map-testimonials .customer-reviews__name {
  color: #292672;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.37rem;
}
.seo-map-testimonials .customer-reviews__position {
  border-radius: 62.5rem;
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
  height: 1.875rem;
  color: #555;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding: 0.25rem 0.75rem;
  display: inline-block;
}
.seo-map-testimonials .swiper-button__wrapper {
  margin-top: 2rem;
}

/* ===== Form ===== */
.seo-map-form {
  padding: 0;
}

/* ===== FAQ ===== */
.seo-map-faq {
  padding: 4rem var(--section);
  background: #f9f9f9;
}
.seo-map-faq .section-faq__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.seo-map-faq .section-faq__title h2 {
  margin: 0;
  font-size: 2rem;
  color: #292672;
  font-weight: 700;
}
.seo-map-faq .accordion {
  max-width: 50rem;
  margin: 0 auto;
}
.seo-map-faq .accordion-item {
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
.seo-map-faq .accordion-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.seo-map-faq .accordion-title {
  padding: 1.5rem 3.5rem 1.5rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #2a2a2a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  border: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: transparent;
  gap: 0.75rem;
  position: relative;
}
.seo-map-faq .accordion-title::before {
  /* content: attr(data-label); */
  color: #e12e2d;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
  min-width: 3.5rem;
}
.seo-map-faq .accordion-title:hover {
  color: #e12e2d;
}
.seo-map-faq .accordion-title.active {
  color: #e12e2d;
}
.seo-map-faq .accordion-title .toggle-accordion {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.seo-map-faq .accordion-title .toggle-accordion svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
}
.seo-map-faq .accordion-title.active .toggle-accordion svg {
  transform: rotate(90deg);
}
.seo-map-faq .accordion-inner {
  padding: 0 1.25rem 1.5rem 1.25rem;
  color: #555;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  display: none;
}
.seo-map-faq .accordion-inner p {
  margin-bottom: 0.75rem;
}
.seo-map-faq .accordion-inner p:last-child {
  margin-bottom: 0;
}

/* ===== Responsive ===== */
@media screen and (max-width: 768px) {
  .banner-seo-map {
    padding: 2rem var(--section) 1rem;
  }
  .banner-seo-map .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .banner-seo-map .col-1 {
    text-align: center;
  }
  .banner-seo-map .col-1 .title h1 {
    text-align: center;
  }
  .banner-seo-map .col-1 .title h1 > strong {
    font-size: 3rem;
  }
  .banner-seo-map .col-1 ul {
    flex-direction: column;
    column-gap: 0;
  }
  .banner-seo-map .col-1 ul li {
    width: 100%;
  }
  .banner-seo-map .col-1 .title {
    margin-bottom: 1.5rem;
  }
  .banner-seo-map .col-1 .title p {
    text-align: center;
    margin-bottom: 0;
    font-size: 0.9375rem;
  }
  .banner-seo-map .col-2 .image-cover {
    height: 17.43975rem;
  }

  .seo-map-industries .service-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .seo-map-industries__reasons .reasons__list {
    grid-template-columns: minmax(0, 1fr);
  }
  .seo-map-importance .importance-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .seo-map-method .pillars-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-map-whychoose__list {
    grid-template-columns: minmax(0, 1fr);
  }
  .seo-map-testimonials .customer-reviews__item {
    padding: 1.25rem 1rem;
  }
  .seo-map-testimonials .customer-reviews__name {
    font-size: 1.125rem;
  }
  .seo-map-testimonials .customer-reviews__position {
    font-size: 0.8125rem;
  }
  .seo-map-faq {
    padding: 3rem var(--section);
  }
  .seo-map-faq .accordion-title {
    padding: 1rem 1.875rem 1rem 1rem;
    line-height: 1.4;
  }
  .seo-map-faq .accordion-inner {
    padding: 0 1rem 1.5rem;
  }
}
