* {
  font-family: Noto Sans Hans;
}

/*-------------------------------------------------------------------banner*/
.sv-msolution-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 160px 160px 100px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 700px;
  position: relative;
  overflow: hidden;
  background-image: url('https://www.revopoint3d.com.cn/static/style/pc/images/3dmsolution/mstion-banner-pc.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*.sv-msolution-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.85) 0%, rgba(226, 232, 240, 0.75) 100%);
    z-index: 1;
  }
*/
.sv-msolution-banner-img img {
  display: none;
}

.sv-msolution-banner-content {
  flex: 1;
  /*padding-right: 60px;*/
  z-index: 2;
  max-width: 700px;
  position: relative;
}

.sv-ms-content-subtitle {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sv-ms-content-title {
  font-size: 48px;
  font-weight: 700;
  color: #e64a4b;
  line-height: 1.2;
  margin-bottom: 2rem;
  background-clip: text;
}

.sv-ms-content-description {
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 40px;
}

.sv-ms-content-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.sv-ms-content-feature-item {
  font-size: 20px;
  color: #d9d9d9;
}

.sv-ms-content-bt {
  display: flex;
  gap: 24px;
  margin-top: 4rem;
}

.sv-banner-btn-primary-large {
  padding: 16px 32px;
  background: #e64a4b;
  color: #fbfcff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sv-banner-btn-secondary-large {
  padding: 16px 32px;
  background: #ffffff;
  color: #e64a4b;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sv-banner-btn-primary-large:hover {
  transform: translateY(-2px);
}

.sv-banner-btn-secondary-large:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .sv-msolution-banner {
    flex-direction: column-reverse;
    padding: 0;
    background-image: none;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  }

  .sv-msolution-banner-img img {
    display: block;
  }

  .sv-msolution-banner-content {
    padding: 20px;
    text-align: center;
  }

  .sv-ms-content-subtitle {
    font-size: 20px;
    color: #333333;
  }

  .sv-ms-content-bt {
    justify-content: center;
    align-items: center;

  }

  .sv-ms-content-title {
    font-size: 26px;
  }

  .sv-ms-content-description {
    font-size: 18px;
    color: #333333;
  }

  .sv-ms-content-feature {
    grid-template-columns: 1fr;
  }

  .sv-ms-content-feature-item {
    font-size: 16px;
    color: #666666;
  }

  .sv-banner-btn-secondary-large {
    font-size: 12px;
    padding: 16px 22px;
  }

  .sv-banner-btn-primary-large {
    font-size: 12px;
    padding: 16px 22px;
  }
}

/* part 原来的 ********************************** 机器人自动化扫描系统解决方案组成*/
.ms-module-box {
  margin: 4rem 0;
}

.ms-module-boxtitle {
  font-size: 1.87rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
  color: #050505;
}

.ms-module-box-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.ms-module-box-content>div {
  position: relative;
  overflow: hidden;
}

.ms-module-box-content-item {
  height: 450px;
}

.ms-module-box-content-item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 2rem 0;
  text-align: center;
  color: #000000;
  user-select: none;
  font-size: 20px;
  line-height: 1.5;
}

.ms-module-box-content-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*
.ms-another-content-dos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}*/

@media (max-width: 768px) {
  .ms-module-box-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .ms-module-box-content-item {
    height: 250px;
  }

  .ms-another-content-dos {
    grid-template-columns: repeat(2, 1fr);
  }

  .ms-module-box-content-item p {
    font-size: 14px;
    line-height: 1.5;
  }
}



/*-------------------------------------------------------------------导航、右侧内容、核心优势*/
.sv-layout-container {
  display: flex;
  min-height: 100vh;
  gap: 0;
  position: relative;
  margin-top: 5rem;
}

.sv-sidebar {
  position: sticky;
  left: 0;
  top: 5rem;
  width: 280px;
  height: fit-content;
  max-height: 100vh;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 100;
  align-self: flex-start;
  margin-left: 4rem;
  margin-top: 3rem;
}

.sv-sidebar-wrapper {
  padding: 20px;
  height: 100%;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 450px;
  overflow-y: auto;
  padding-right: 4px;
  transition: max-height 0.3s ease;
}

.sv-nav-item {
  display: block;
  padding: 12px 24px;
  text-decoration: none;
  color: #4b5563;
  font-weight: 500;
  transition: all 0.3s ease;
  /*border-left: 3px solid transparent;*/
  border-radius: 6px;
}

.sv-nav-item:hover {
  color: #e64a4b;
  background: rgba(230, 74, 75, 0.05);
}

.sv-nav-item.active {
  /*color: #E64A4B;
    background: rgba(230, 74, 75, 0.1);*/
  border-left-color: #e64a4b;
}

.sv-main-content {
  flex: 1;
  margin-left: 20px;
  padding: 40px 20px;
  overflow-y: visible;
}

.sv-core-advantages {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 6rem;
}

.sv-ty-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  color: #050505;
}

.sv-core-ad-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.sv-core-ad-content-item {
  text-align: center;
  padding: 2rem;
  border-radius: 16px;
  background: #f6f6f6;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.sv-core-ad-content-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.sv-core-ad-content-item-icon img {
  margin: 0 auto 1rem auto;
}

.sv-core-ad-content-item-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000000;
}

.sv-core-ad-content-item-text p {
  color: #6b7280;
  line-height: 1.6;
}

.sv-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 4rem;
}

@media (max-width: 1024px) {
  .sv-layout-container {
    flex-direction: column;
  }

  .sv-sidebar {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .sidebar-nav {
    flex-direction: row;
    overflow-x: auto;
    max-height: none;
    gap: 8px;
    padding: 0;
  }

  .sv-nav-item {
    white-space: nowrap;
    min-width: fit-content;
    border-left: none;
  }

  .sv-nav-item.active {
    border-left-color: transparent;
    border-bottom-color: #e64a4b;
  }

  .sv-main-content {
    margin-left: 0;
    /* padding: 20px;*/
  }

  .sv-ty-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .sv-sidebar {
    width: 100%;
    position: sticky;
    top: 4rem;
    margin: 0;
  }

  .sidebar-nav {
    margin-top: 0rem
  }

  .sv-core-advantages {
    padding: 0;
  }


  .sv-sidebar-wrapper {
    padding: 15px;
  }

  .sv-nav-item {
    padding: 10px 16px;
    font-size: 14px;
    border-left: none;
  }

  .sv-ty-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .sv-core-ad-content-item {
    padding: 1.5rem;
  }

  .sv-core-ad-content-item-text h3 {
    font-size: 1.25rem;
  }

  .sv-core-ad-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .sv-core-ad-content-item-text p {
    text-align: left;
  }
}



/* 子导航样式 */
.sv-nav-sub-item {
  margin-left: 20px;
  font-size: 14px;
  color: #666666;
  padding: 8px 20px;
  line-height: 1.5;
  /*border-left: 2px solid #e5e7eb;*/
  transition: all 0.3s ease;
}

.sv-nav-sub-item:hover {
  color: #e64a4b;
  background: rgba(230, 74, 75, 0.05);
  border-left-color: #e64a4b;
}

.sv-nav-sub-item.active {
  color: #e64a4b;
  background: rgba(230, 74, 75, 0.1);
  border-left-color: #e64a4b;
  font-weight: 600;
}

/* 卡片激活时对应子导航的样式 */
.sv-ms-choose-card-item.card-active+* .sv-nav-sub-item[data-solution-type="1"],
.sv-ms-choose-card-item[data-card-type="1"].card-active~* .sv-nav-sub-item[data-solution-type="1"] {
  color: #e64a4b;
  background: rgba(230, 74, 75, 0.1);
  border-left-color: #e64a4b;
  font-weight: 600;
}

.sv-ms-choose-card-item[data-card-type="2"].card-active~* .sv-nav-sub-item[data-solution-type="2"] {
  color: #e64a4b;
  background: rgba(230, 74, 75, 0.1);
  border-left-color: #e64a4b;
  font-weight: 600;
}

.sv-ms-choose-card-item[data-card-type="3"].card-active~* .sv-nav-sub-item[data-solution-type="3"] {
  color: #e64a4b;
  background: rgba(230, 74, 75, 0.1);
  border-left-color: #e64a4b;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .sv-nav-sub-item {
    margin-left: 0;
    font-size: 12px;
    padding: 8px 16px;
    border-left: none;
    border-bottom: 2px solid transparent;
  }

  .sv-nav-sub-item.active {
    border-left: none;
    border-bottom-color: #e64a4b;
  }


  .sv-ms-choose-card-item[data-card-type="1"].card-active~* .sv-nav-sub-item[data-solution-type="1"],
  .sv-ms-choose-card-item[data-card-type="2"].card-active~* .sv-nav-sub-item[data-solution-type="2"],
  .sv-ms-choose-card-item[data-card-type="3"].card-active~* .sv-nav-sub-item[data-solution-type="3"] {
    border-left: none;
    border-bottom-color: #e64a4b;
  }
}

/*-------------------------------------------------------------------关于知象*/

.sv-abrevo-content {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}

.sv-abrevo-ys {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.sv-abrevo-ys>div {
  position: relative;
  overflow: hidden;
}

.sv-abrevo-ys-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 2rem;
  text-align: center;
  color: #fff;
  user-select: none;
}

.sv-abrevo-ys img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.sv-abrevo-ys img:hover {
  transform: scale(1.05) rotate(0.1deg);
}

.sv-abrevo-ys-text h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.sv-abrevo-ys-text p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .sv-abrevo-content {
    font-size: 13px;
  }

  .sv-abrevo-ys {
    grid-template-columns: 1fr;
  }
}

/*-------------------------------------------------------------------联系我们*/

.sv-contact {
  background-color: #f6f6f6;
  text-align: center;
  padding: 3.5rem 0;
}

.sv-contact-special-title {
  margin-bottom: 1.5rem;
}

.sv-contact-title h4 {
  color: #666666;
  font-size: 20px;
}

.sv-contact-bt {
  margin: 2rem 0;
}

.sv-special-bt-contact {
  padding: 16px 48px;
  border-radius: 40px;
  font-size: 20px;
}

.sv-contact-info {
  color: #000000;
  line-height: 2;
  font-size: 18px;
}

@media (max-width: 768px) {
  .sv-contact-title h4 {
    font-size: 16px;
  }

  .sv-special-bt-contact {
    font-size: 14px;
  }

  .sv-contact-info {
    font-size: 14px;
  }
}

/* ************************************************************ */
.tab-group .tab-content.active {
  display: block;
}

.tab-group .tab-content:not(.active) {
  display: none;
}

[data-belong-type].active {
  display: block;
}

[data-belong-type]:not(.active) {
  display: none;
}

/* ******************** */
.sv-info-tabs {
  margin-top: 4rem;
  padding: 0;
  background: none;
}

.sv-info-tabs-header {
  text-align: center;
}

.sv-info-tabs-title {
  font-size: 2rem;
  font-weight: 700;
  color: #050505;
  margin-bottom: 2rem;
}

.sv-info-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: relative;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d0d0d0;
}

.sv-info-tab-btn {
  position: relative;
  background: none;
  border: none;
  padding: 0.4rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #666666;
  width: 20%;
}

.sv-info-tab-btn.active {
  color: #e64a4b;
}

.sv-info-tab-btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.25rem;
  height: 5px;
  background-color: #e64a4b;
}

.sv-info-panel {
  margin-top: 3rem;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  padding: 3rem;
}

.sv-info-panel-inner {
  display: flex;
  gap: 2.5rem;
}

.sv-info-panel-left {
  flex: 0 0 46%;
  display: flex;
  flex-direction: column;
}

.sv-info-panel-headline {
  margin-bottom: 2rem;
}

.sv-info-panel-label {
  font-size: 2rem;
  font-weight: 700;
  color: #050505;
  margin-bottom: 0.5rem;
}

.sv-info-panel-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #050505;
  margin-bottom: 0.5rem;
}

.sv-info-panel-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #5b5b5b;
}

.sv-info-accordion {
  margin-top: 1.5rem;
}

.sv-info-accordion-item {
  border-bottom: 1px solid #d9d9d9;
}

.sv-info-accordion-item:last-child {
  border-bottom: none;
}

.sv-info-accordion-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #050505;
  cursor: pointer;
}

.sv-info-accordion-item summary::-webkit-details-marker {
  display: none;
}

.sv-info-mobile-figure {
  display: none;
  width: 100%;
}

.sv-info-mobile-figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.sv-info-accordion-title {
  flex: 1;
}

.sv-info-accordion-icon::before {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('https://www.revopoint3d.com.cn/static/style/pc/images/toggle-default.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sv-info-accordion-item[open] .sv-info-accordion-icon::before {
  background-image: url('https://www.revopoint3d.com.cn/static/style/pc/images/toggle-active.svg');
}

.sv-info-accordion-content {
  padding: 0 0 1.25rem;
}

.sv-info-accordion-content p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #5c5c5c;
}

.sv-info-panel-image {
  flex: 1;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.sv-info-panel-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .sv-info-panel {
    padding: 2.25rem;
  }

  .sv-info-panel-inner {
    flex-direction: column;
  }

  .sv-info-panel-left {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .sv-info-tabs-title {
    font-size: 1.5rem;
  }

  .sv-info-tabs-nav {
    /* flex-wrap: wrap;*/
    justify-content: flex-start;
    gap: 1rem;
  }

  .sv-info-tab-btn {
    flex: 1 1 calc(50% - 0.5rem);
    text-align: center;
  }

  .sv-info-panel {
    padding: 1.5rem;
  }

  .sv-info-panel-image {
    display: none;
  }

  .sv-info-mobile-figure {
    display: block;
  }

  .sv-info-accordion-item summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .sv-info-accordion-title {
    font-size: 1rem;
  }

  .sv-info-mobile-figure img {
    height: 400px;
  }
}

.sv-cases {
  margin-top: 4rem;
}

.sv-cases-header {
  text-align: center;
}

.sv-cases-title {
  font-size: 2rem;
  font-weight: 700;
  color: #050505;
  margin-bottom: 1.5rem;
}

.sv-cases-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dedede;
}

.sv-case-tab-btn {
  position: relative;
  background: none;
  border: none;
  padding: 0.35rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
  flex: 1 1 33.33%;
  text-align: center;
}

.sv-case-tab-btn.active {
  color: #e54244;
}

.sv-case-tab-btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.25rem;
  height: 4px;
  background-color: #e54244;
}

.sv-cases-baseline {
  display: none;
}

.sv-case-panel {
  margin-top: 3rem;
}

.case-panel-inner {
  display: flex;
  gap: 3rem;
  align-items: stretch;
  background-color: #f7f8fb;
  padding: 3rem;
}

.case-panel-heading {
  margin: 3.5rem 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
}

.case-detail-content {
  color: #666666;
  line-height: 2;
}

.case-panel-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case-detail-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.case-detail-tab {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  padding: 0.35rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4c4c4c;
  cursor: pointer;
}

.case-detail-tab.active {
  background-color: #e54244;
  border-color: #e54244;
  color: #ffffff;
}

.case-detail-panel {
  margin-top: 1.25rem;
  display: none;
}

.case-detail-panel.active {
  display: block;
}

.case-detail-panel p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #4f4f4f;
}

.case-panel-visual {
  flex: 0 0 40%;
  background-color: #fff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-panel-visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.case-panel-note {
  background-color: #f7f8fb;
  border-radius: 20px;
  padding: 2.5rem;
}

.case-panel-note h4 {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #050505;
}

.case-panel-note p {
  margin-bottom: 0;
  line-height: 1.7;
  color: #5d5d5d;
}

@media (max-width: 1024px) {
  .case-panel-inner {
    flex-direction: column;
    padding: 2rem;
  }

  .case-detail-tabs {
    flex-wrap: wrap;
  }

  .case-panel-visual {
    flex: 1;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sv-cases-title {
    font-size: 1.5rem;
  }

  .sv-cases-nav {
    /* flex-wrap: wrap;*/
    justify-content: flex-start;
    gap: 1rem;
  }

  .case-panel-inner {
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .case-panel-heading {
    font-size: 1.25rem;
  }

  .case-detail-tabs {
    gap: 0.5rem;
  }

  .case-detail-tab {
    flex: 1 1 calc(50% - 0.5rem);
    text-align: center;
    padding: 0.35rem 0.75rem;
  }

  .case-panel-visual {
    padding: 1rem;
  }

  .case-panel-note {
    padding: 1.5rem;
  }
}


/*--------------------------------------------------------------选择卡片*/
.sv-ty-sub-title {
  color: #666666;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.sv-ms-choose-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 10px;
}

.sv-ms-choose-card-item {
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
}

/* 选中卡片的样式 */
.sv-ms-choose-card-item.card-active {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(39, 128, 234, 0.2);
  border: 2px solid #2680EA;
}

.sv-ch-item-img img {
  width: 100%;
}

.sv-ch-item-description {
  background-color: #F6F6F6;
  padding: 20px 10px;
  flex: 1;
}

.sv-ch-item-description h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  line-height: 2;
  text-align: center;
}

.sv-ch-item-text {
  padding: 10px 0;
  line-height: 2.2;
}

.sv-ch-item-text p {
  font-weight: 600;
  color: #333333;
}


.sv-ch-item-text span {
  color: #666666;
}

.sv-special-bt-core-solution {
  font-size: 14px;
  margin: 0 0 30px 10px;
  padding: 12px 24px;
  color: #FFFFFF;
}

/* 激活状态的按钮样式 */
.sv-special-bt-core-solution.active {
  background-color: #333333 !important;
  color: #FFFFFF !important;
}


@media (max-width: 768px) {
  .sv-ms-choose-card {
    grid-template-columns: 1fr;

  }
}


/* part 1 ********************************** */

.info-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.info-card-content {
  display: flex;
  gap: 48px;
  align-items: center;
}

.text {
  flex: 1;
}

h1 {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

.info-card-feature {
  margin-bottom: 24px;
}

.info-card-feature:last-of-type {
  margin-bottom: 0;
}

.info-card-feature h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.info-card-feature p {
  margin: 0;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
}

.info-card-visual {
  flex: 1;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.info-card-visual img.main-visual {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

.more-link {
  align-self: flex-end;
  font-size: 16px;
  color: #3460ff;
  text-decoration: none;
}

.more-link:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .info-card {
    padding: 40px;
  }

  h1 {
    font-size: 34px;
  }

  .info-card-content {
    gap: 32px;
  }

  .visual {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  main {
    padding: 40px 16px;
  }

  .info-card {
    padding: 32px 24px;
  }

  .info-card-content {
    flex-direction: column;
  }

  .visual {
    order: -1;
  }

  .more-link {
    align-self: flex-end;
    font-size: 12px;
  }
}

/* part 2 ********************************** */
.sv-workflow {
  padding: 80px 0 120px;
}

.sv-workflow-tabs {
  width: 100%;
}

.sv-workflow-panels {
  width: 100%;
}

.sv-workflow-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 64px;
}

.sv-workflow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  flex-wrap: nowrap;
  width: 100%;
}

.sv-workflow-step {
  appearance: none;
  border: none;
  background: #f6f6f6;
  border-radius: 8px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease, box-shadow 0.2s ease;
  padding: 20px 10px;
  width: 120px;
  flex: 0 0 120px;
}

.sv-workflow-step:focus-visible {
  outline: 2px solid #e64a4b;
  outline-offset: 3px;
}

.sv-workflow-arrow {
  width: 22px;
  height: 60px;
  margin: 0 19px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-workflow-arrow img {
  width: 22px;
  height: 60px;
  object-fit: contain;
  display: block;
  user-select: none;
  pointer-events: none;
}

.sv-workflow-step .step-index {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  flex: 1;
}

.sv-workflow-step .step-label {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  flex: 1;
}

/*
.sv-workflow-step.active {
  color: #e64a4b;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}*/

.sv-workflow-step:not(.active) {
  color: #000000;
}

.sv-workflow-content {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 48px 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: flex-start;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.sv-workflow-content.tab-content.active {
  display: grid;
}

.detail-head {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 24px;
}

.detail-section+.detail-section {
  margin-top: 32px;
}

.detail-section h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px;
}

.detail-bullet {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 2;
  color: #666666;
}

@media (max-width: 1024px) {
  .sv-workflow-steps {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .sv-workflow-arrow {
    display: none;
  }

  .sv-workflow-step {
    flex: 1 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    width: auto;
  }

  .sv-workflow-content {
    grid-template-columns: 1fr;
    padding: 40px 32px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .sv-workflow {
    padding: 48px 16px 80px;
  }

  .sv-workflow-title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .sv-workflow-step {
    height: 130px;
    flex: 1 1 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }

  .sv-workflow-content {
    padding: 32px 24px;
  }

  .sv-workflow-step .step-label {
    font-size: 12px;
  }

  .detail-head {
    font-size: 18px;
  }

  .detail-section h4 {
    font-size: 16px;
  }

  .detail-bullet {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* part 3 ********************************** */
.module-card {
  background: var(--card-bg);
  border-radius: 32px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.module-hero {
  background: var(--hero-bg);
  height: clamp(220px, 30vw, 360px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-media {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-media img {
  width: 100%;
}

.module-content {
  padding: clamp(24px, 5vw, 56px);
  background: var(--content-bg);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.module-title {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 32px);
  font-weight: 700;
  line-height: 1.45;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-entry {
  border-radius: 20px;
  padding: 24px 26px;
}

.info-label {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.info-value {
  margin: 0;
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
}

.feature-block {
  border-radius: 20px;
  padding: 24px 26px;
}

.feature-block h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.feature-block ul {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.capability-card {
  border-radius: 18px;
  padding: 20px 22px;
}

.capability-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

.capability-card p {
  margin: 0;
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
}

.module-link-row {
  display: flex;
  justify-content: flex-end;
}

.module-link {
  font-size: 20px;
  color: #2261FF;
  text-decoration: none;
  line-height: 2.35;
}

@media (max-width: 768px) {
  .module-title {
    font-size: 20px;
  }

  .info-entry {
    padding: 0;
  }

  .info-label {
    font-size: 18px;
    font-weight: 600;
  }

  .feature-block {
    padding: 0;
  }

  .feature-block h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .feature-block ul {
    padding-left: 0;
  }

  .module-link {
    font-size: 12px;
  }

  .capability-card {
    padding: 0;
  }

  .capability-card h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .text h1 {
    font-size: 20px;
  }

  .info-card-feature h2 {
    font-size: 18px;
  }
}