.sell-steps-section {
  margin-top: 120px;
  padding: 114px 0 74px;
  background: linear-gradient(180deg, #EAFAEE 0%, #FFF 107.22%);
}

.sell-steps-section .steps-layout {
  display: grid;
  grid-template-columns: 1fr 790px;
  gap: 96px;
  align-items: start;
}

.sell-steps-section .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin: 0 0 24px 0;
  line-height: 1.3;
}

.sell-steps-section .section-subtitle {
  font-size: 18px;
  color: #333;
  margin: 0 0 86px 0;
  line-height: 1.6;
}

.sell-steps-section .steps-accordion {
  display: flex;
  flex-direction: column;
}

.sell-steps-section .step-item {
  border-bottom: 1px solid #A3ACB1;
}

.sell-steps-section .step-item[open] .step-icon {
  transform: rotate(-90deg);
}

.sell-steps-section .step-item[open] .step-icon svg {
  stroke: #111;
  fill: #111;
}

.sell-steps-section .step-item[open] .step-title {
  text-decoration: underline;
}

.sell-steps-section .step-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.sell-steps-section .step-title::-webkit-details-marker {
  display: none;
}

.sell-steps-section .step-icon {
  font-size: 14px;
  color: #999;
  transition: transform 0.3s ease;
}

.sell-steps-section .step-icon svg {
  stroke: #A3ACB1;
  fill: #A3ACB1;
}

.sell-steps-section .step-description {
  padding: 0 0 24px 0;
}

.sell-steps-section .step-description p {
  font-size: 16px;
  color: #656565;
  line-height: 1.8;
  margin: 0;
}

.sell-steps-section .browser-mockup {
  width: 790px;
  height: 790px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.sell-steps-section .browser-bar {
  background-color: #e8e8e8;
  padding: 12px 16px;
  display: flex;
  gap: 8px;
}

.sell-steps-section .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

.sell-steps-section .browser-content {
  background-color: #1a1a1a;
  min-height: 500px;
}

.sell-steps-section .preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .sell-steps-section {
    padding: 60px 0;
  }
  .sell-steps-section .steps-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .sell-steps-section .section-title {
    font-size: 28px;
  }
  .sell-steps-section .section-subtitle {
    margin-bottom: 40px;
  }
  .sell-steps-section .step-title {
    padding: 16px 0;
    font-size: 17px;
  }
  .sell-steps-section .browser-content {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .sell-steps-section {
    padding: 40px 0;
  }
  .sell-steps-section .container {
    padding: 0 16px;
  }
  .sell-steps-section .section-title {
    font-size: 24px;
  }
  .sell-steps-section .section-subtitle {
    font-size: 15px;
    margin-bottom: 32px;
  }
  .sell-steps-section .step-title {
    padding: 14px 0;
    font-size: 16px;
  }
  .sell-steps-section .step-description p {
    font-size: 13px;
  }
  .sell-steps-section .browser-content {
    min-height: 320px;
  }
}

@media (max-width: 480px) {
  .sell-steps-section .section-title {
    font-size: 20px;
  }
  .sell-steps-section .step-title {
    font-size: 15px;
  }
}

.page6-section {
  background-color: #FFFFFF;
  padding: 80px 0 100px;
}

.page6-section .page6-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 72px;
}

.page6-section .page6-header .page6-header-left .page6-title {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.page6-section .page6-header .page6-header-left .page6-subtitle {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
}

.page6-section .page6-header .page6-nav {
  display: flex;
  gap: 20px;
}

.page6-section .page6-header .page6-nav .page6-arrow {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
}

.page6-section .page6-header .page6-nav .page6-arrow img {
  width: 100%;
  height: 100%;
}

.page6-section .page6-carousel-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  padding-left: calc((1920px - 1600px) / 2);
}

.page6-section .page6-carousel-wrap .page6-carousel {
  display: flex;
  gap: 27px;
  transition: transform 0.3s ease;
}

.page6-section .page6-carousel-wrap .page6-carousel .page6-card {
  flex: 0 0 380px;
  border-radius: 10px;
  background: #FFF;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
  padding-top: 44px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.page6-section .page6-carousel-wrap .page6-carousel .page6-card .page6-card-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  color: #50BB8C;
}

.page6-section .page6-carousel-wrap .page6-carousel .page6-card .page6-card-icon svg {
  width: 100%;
  height: 100%;
}

.page6-section .page6-carousel-wrap .page6-carousel .page6-card .page6-card-title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.page6-section .page6-carousel-wrap .page6-carousel .page6-card .page6-card-desc {
  text-align: center;
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.page6-section .page6-carousel-wrap .page6-carousel .page6-card .page6-card-num {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 100px;
  font-weight: 700;
  color: #E9E9E9;
  line-height: 1;
}

@media (max-width: 1024px) {
  .page6-section .page6-carousel-wrap .page6-carousel .page6-card {
    flex: 0 0 280px;
  }
}

@media (max-width: 768px) {
  .page6-section {
    padding: 60px 0 80px;
  }
  .page6-section .container {
    padding: 0 20px;
  }
  .page6-section .page6-header {
    flex-direction: column;
    gap: 24px;
  }
  .page6-section .page6-header .page6-header-left .page6-title {
    font-size: 28px;
  }
  .page6-section .page6-carousel-wrap .page6-carousel .page6-card {
    flex: 0 0 260px;
  }
}

.cta-banner-section {
  background-color: #fff;
}

.cta-banner-section .container {
  width: 100%;
  height: 478px;
  background: url(../img/solutions/poss_item8.webp) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 39px;
  background-color: #FFFFFF;
  padding: 48px 178px;
}

.cta-banner-section .container .cta-banner-text {
  flex: 1;
  width: 1027px;
  position: relative;
}

.cta-banner-section .container .cta-banner-text .cta-heading {
  text-align: center;
  position: relative;
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  z-index: 1;
}

.cta-banner-section .container .cta-banner-text .cta-heading .highlight-text {
  position: relative;
  display: inline;
}

.cta-banner-section .container .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #FFFFFF;
  border: none;
  padding: 10px 23px;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  cursor: pointer;
  flex-shrink: 0;
}

.cta-banner-section .container .cta-button .cta-arrow {
  font-size: 18px;
}

@media (max-width: 768px) {
  .cta-banner-section {
    padding: 40px 20px;
  }
  .cta-banner-section .container {
    flex-direction: column;
    padding: 32px 24px;
    gap: 24px;
    text-align: center;
  }
  .cta-banner-section .container .cta-banner-text .cta-heading {
    font-size: 22px;
  }
  .cta-banner-section .container .cta-banner-text .cta-subheading {
    font-size: 16px;
  }
}

.page7-section {
  background-color: #FFFFFF;
  padding: 100px 0 120px;
}

.page7-section .container .page7-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

.page7-section .container .page7-header .page7-header-left .page7-title {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.page7-section .container .page7-header .page7-header-left .page7-subtitle {
  color: #656565;
  font-size: 18 px;
  font-weight: 400;
}

.page7-section .container .page7-header .page7-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #FFFFFF;
  border: none;
  padding: 10px 24px;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  cursor: pointer;
}

.page7-section .container .page7-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.page7-section .container .page7-cards .page7-card {
  border-radius: 10px;
  background: #FAFAFB;
  padding: 48px 45px;
  overflow: hidden;
}

.page7-section .container .page7-cards .page7-card .page7-card-image {
  width: 100%;
  aspect-ratio: 700 / 420;
  overflow: hidden;
}

.page7-section .container .page7-cards .page7-card .page7-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page7-section .container .page7-cards .page7-card .page7-card-body {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.page7-section .container .page7-cards .page7-card .page7-card-body .page7-card-logo {
  width: 180px;
  height: 60px;
}

.page7-section .container .page7-cards .page7-card .page7-card-body .page7-card-logo img {
  width: 100%;
  height: 100%;
}

.page7-section .container .page7-cards .page7-card .page7-card-body .page7-card-content {
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.page7-section .container .page7-cards .page7-card .page7-card-body .page7-card-content .page7-card-company {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
}

.page7-section .container .page7-cards .page7-card .page7-card-body .page7-card-content .page7-card-desc {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .page7-section .container .page7-header .page7-header-left .page7-title {
    font-size: 32px;
  }
  .page7-section .container .page7-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page7-section {
    padding: 60px 0 80px;
  }
  .page7-section .container {
    padding: 0 20px;
  }
}

.viewpoint-insights-section {
  padding: 70px 0 140px;
}

.viewpoint-insights-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.viewpoint-insights-section .page7-title {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.viewpoint-insights-section .page7-subtitle {
  color: #656565;
  font-size: 18 px;
  font-weight: 400;
}

.viewpoint-insights-section .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.3;
}

.viewpoint-insights-section .btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 24px;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.3s ease;
}

.viewpoint-insights-section .insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.viewpoint-insights-section .insight-card {
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.viewpoint-insights-section .insight-card:hover .card-image {
  transform: scale(1.05);
}

.viewpoint-insights-section .insight-card:hover .card-title {
  text-decoration: underline;
}

.viewpoint-insights-section .card-image-wrapper {
  position: relative;
  width: 100%;
  height: 326px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f0f0f0;
}

.viewpoint-insights-section .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.viewpoint-insights-section .card-tag {
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 8px 10px;
  background-color: #2BA275;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.viewpoint-insights-section .card-tag::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #2BA275 transparent transparent;
}

.viewpoint-insights-section .card-title {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin: 34px 0 12px 0;
  line-height: 1.5;
}

.viewpoint-insights-section .card-description {
  font-size: 14px;
  color: #656565;
  margin: 0;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .viewpoint-insights-section {
    padding: 60px 0;
  }
  .viewpoint-insights-section .section-header {
    margin-bottom: 40px;
  }
  .viewpoint-insights-section .section-title {
    font-size: 28px;
  }
  .viewpoint-insights-section .insights-grid {
    gap: 20px;
  }
  .viewpoint-insights-section .card-image-wrapper {
    height: 200px;
  }
  .viewpoint-insights-section .card-title {
    font-size: 17px;
    padding: 16px 16px 10px;
  }
  .viewpoint-insights-section .card-description {
    font-size: 13px;
    padding: 0 16px 16px;
  }
}

@media (max-width: 767px) {
  .viewpoint-insights-section {
    padding: 40px 0;
  }
  .viewpoint-insights-section .container {
    padding: 0 16px;
  }
  .viewpoint-insights-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }
  .viewpoint-insights-section .section-title {
    font-size: 24px;
  }
  .viewpoint-insights-section .btn-detail {
    align-self: flex-end;
  }
  .viewpoint-insights-section .insights-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .viewpoint-insights-section .card-image-wrapper {
    height: 220px;
  }
  .viewpoint-insights-section .card-title {
    font-size: 17px;
    padding: 16px 16px 10px;
  }
  .viewpoint-insights-section .card-description {
    font-size: 13px;
    padding: 0 16px 16px;
  }
}

@media (max-width: 480px) {
  .viewpoint-insights-section .section-title {
    font-size: 20px;
  }
  .viewpoint-insights-section .card-image-wrapper {
    height: 200px;
  }
  .viewpoint-insights-section .card-title {
    font-size: 16px;
  }
}

.faq-section {
  padding: 130px 0;
  background-color: #FAFAFB;
}

.faq-section .faq-layout {
  display: grid;
  grid-template-columns: 370px 1120px;
  gap: 110px;
  align-items: start;
}

.faq-section .main-title {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.faq-section .sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #656565;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.faq-section .category-label {
  font-size: 18px;
  color: #656565;
  margin: 0 0 77px 0;
}

.faq-section .btn-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 24px;
  border-radius: 25px;
  background: #000;
  backdrop-filter: blur(5px);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.3s ease;
}

.faq-section .faq-accordion {
  display: flex;
  flex-direction: column;
}

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

.faq-section .faq-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.faq-section .faq-question {
  display: flex;
  align-items: center;
  padding: 40px 0 27px;
  font-size: 22px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

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

.faq-section .q-prefix {
  flex-shrink: 0;
  margin-right: 8px;
  color: #111;
}

.faq-section .q-text {
  flex-grow: 1;
}

.faq-section .faq-icon {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-section .faq-icon::before {
  content: "";
  width: 24px;
  height: 4px;
  background: #A3ACB1;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-section .faq-icon::after {
  transition: all 0.3s ease;
  content: "";
  width: 24px;
  height: 4px;
  background: #A3ACB1;
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-section .faq-item[open] .faq-icon::after {
  background: #111;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-section .faq-item[open] .faq-question {
  text-decoration: underline;
}

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

.faq-section .faq-answer p {
  font-size: 16px;
  color: #656565;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 1024px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-section .faq-layout {
    gap: 60px;
  }
  .faq-section .main-title {
    font-size: 28px;
  }
  .faq-section .sub-title {
    font-size: 18px;
  }
  .faq-section .faq-question {
    padding: 18px 0;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 40px 0;
  }
  .faq-section .container {
    padding: 0 16px;
  }
  .faq-section .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq-section .main-title {
    font-size: 24px;
  }
  .faq-section .sub-title {
    font-size: 17px;
  }
  .faq-section .category-label {
    margin-bottom: 20px;
  }
  .faq-section .faq-question {
    padding: 16px 0;
    font-size: 15px;
  }
  .faq-section .faq-answer p {
    font-size: 13px;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .faq-section .main-title {
    font-size: 20px;
  }
  .faq-section .sub-title {
    font-size: 16px;
  }
}
