.tdb-template .td-main-content-wrap {
  padding: 0;
  margin: 0;
}
.industry-page {
  display: flex;
  flex-direction: column;
 /* CSS Variables for common paths */
  --icon-path: "/sites/image/industry";
  --banner-path: "/sites/image/industry";
  --banner-width: 674px;
  --banner-height: 423px;
  --banner-width-small: 574px;
  --banner-height-small: 323px;
}
.industry-page a {
  text-decoration: none;
}
.industry-page a:hover {
  text-decoration: none;
}
.industry-page .industry-section {
  width: 100%;
  overflow: hidden;
  padding: 40px 116px 40px;
  display: flex;
  justify-content: center;
}

section.industry-section.section-customer {
    display: none;
}
@media screen and (min-width: 1366px) {
  .industry-page .section-container {
    width: 1280px;
 }
}
.industry-page .section-title {
  text-align: center;
  font-size: var(--Font-Size-Display-4, 40px);
  font-weight: 600;
  line-height: var(--Line-Height-Display-4, 56px);
 /* 140% */
  width: 842px;
  margin: auto;
}
.industry-page .button-groups {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 100%;
}
.industry-page .section-banner {
  display: flex;
 /* height: 544px;
  */
  align-items: flex-start;
  gap: 32px;
  position: relative;
  padding-top: 60px;
}
.industry-page .section-banner .banner-common, .industry-page .section-banner .banner-name {
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.02);
  font-size: var(--Font-Size-Display-3, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-Display-3, 64px);
 /* 133.333% */
}
.industry-page .section-banner .banner-subtitle {
  font-weight: 400;
  line-height: var(--Line-Height-Heading-4, 32px);
 /* 160% */
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: var(--Line-Height-Heading-4, 32px);
}
.industry-page .section-banner .banner-subtitle span {
  font-size: var(--Font-Size-Heading-4, 20px);
  font-weight: 600;
  line-height: var(--Line-Height-Heading-4, 32px);
}
.industry-page .section-banner .banner-section-action {
  display: flex;
  align-items: center;
  gap: 16px;
}
.industry-page .section-banner .banner-section-left {
 /* position: absolute;
  z-index: 1;
  */
}
.industry-page .section-banner .banner-section-right {
  width: var(--banner-width);
  height: var(--banner-height);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.industry-page .section-banner .banner-vector-left, .industry-page .section-banner .banner-vector-right {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1366px) {
  .industry-page .section-banner .banner-section-right {
    width: var(--banner-width-small);
    height: var(--banner-height-small);
 }
}
@media screen and (min-width: 1024px) {
  .industry-page .section-banner .banner-section-left {
    padding-left: 20px;
 }
}
.industry-page .section-introduce .introduce-section-list {
  margin-top: 36px;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}
.industry-page .section-introduce .introduce-section-list .introduce-card {
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--Corner-Radius-16px, 16px);
  border: 1px solid #e6e6ee;
  background: var(--BG-Neutral-White-Default, #fff);
}
.industry-page .section-introduce .introduce-section-list .introduce-card:hover {
  box-shadow: 0 22px 45px 0 rgba(0, 0, 0, 0.1);
}
.industry-page .section-introduce .introduce-section-list .introduce-card-icon {
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.industry-page .section-introduce .introduce-section-list .introduce-card-title {
  font-size: var(--Font-Size-Heading-2, 28px);
  font-weight: 600;
  line-height: var(--Line-Height-Heading-2, 40px);
 /* 142.857% */
}
.industry-page .section-introduce .introduce-section-list .introduce-card-list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  gap: 12px;
}
.industry-page .section-introduce .introduce-section-list .introduce-card-list .introduce-card-item {
  display: flex;
  gap: 8px;
}
.industry-page .section-introduce .introduce-section-list .introduce-card-list .introduce-card-item .introduce-card-item-text {
  color: var(--Text-Neutral-Normal-Primary-900-Default, #393941);
  font-size: var(--Font-Size-Heading-5, 18px);
  font-style: normal;
  line-height: var(--Line-Height-Heading-5, 28px);
 /* 155.556% */
}
.industry-page .section-feature .feature-list {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin-top: 32px;
}
.industry-page .section-feature .feature-list .feature-item {
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--Corner-Radius-16px, 16px);
  border: 1px solid #e6e6ee;
  background: var(--BG-Neutral-White-Default, #fff);
}
.industry-page .section-feature .feature-list .feature-item .feature-item-text {
  text-align: center;
  font-size: var(--Font-Size-Heading-3, 24px);
  font-weight: 600;
  line-height: var(--Line-Height-Heading-3, 36px);
 /* 150% */
}
.industry-page .section-feature .feature-list .feature-item:hover {
  box-shadow: 0 22px 45px 0 rgba(0, 0, 0, 0.1);
}
.industry-page .section-customer .customer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 36px 0;
}
.industry-page .section-customer .customer-item-wrap {
  display: flex;
  width: 236px;
  padding: var(--Spacing-Padding-16px, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: var(--Corner-Radius-16px, 16px);
  border: 1px solid #e6e6ee;
  background: var(--BG-Neutral-White-Default, #fff);
}
.industry-page .section-customer .customer-item {
  width: 100%;
  height: 131px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.industry-page .section-platform .multi-platform-list {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .industry-page .section-platform .multi-platform-list {
    padding: 15px 0 24px;
    flex-direction: column;
    justify-content: center;
 }
  .industry-page .section-platform .multi-platform-list .platform-item {
    text-align: center;
 }
}
.industry-page .section-register {
  background: url(/sites/image/home/bg-register.webp) no-repeat center center;
  background-size: cover;
}
.industry-page .section-register .section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.industry-page .section-register .register-title {
  text-align: center;
  width: 626px;
  font-size: var(--Font-Size-Display-4, 40px);
  font-weight: 600;
  line-height: var(--Line-Height-Display-4, 56px);
  margin-bottom: 32px;
}
.industry-page .section-performance {
  padding-top: 0;
  padding-bottom: 0;
}
.industry-page .section-performance .section-container {
  border-radius: var(--Corner-Radius-16px, 16px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 568px;
  width: 1280px;
}
.industry-page .icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.industry-page .icon.icon-20 {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.industry-page .icon.icon-24 {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.industry-page .icon.icon-64 {
  width: 64px;
  height: 64px;
  min-width: 64px;
}
.industry-page .btn-primary {
  display: flex;
  height: var(--Height-48px, 48px);
  min-width: var(--Components-Button-Medium-Min-Width, 72px);
  padding: 0 var(--Spacing-Padding-24px, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--Components-Button-Medium-Gap-Content, 8px);
  border-radius: var(--Components-Button-Button, 9999px);
  outline: none;
  border: none;
}
.industry-page .btn-primary:hover {
  opacity: 0.75;
  cursor: pointer;
}
.industry-page .btn-secondary {
  display: flex;
  height: var(--Height-48px, 48px);
  min-width: var(--Components-Button-Medium-Min-Width, 72px);
  padding: 0 var(--Spacing-Padding-24px, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--Components-Button-Medium-Gap-Content, 8px);
  border-radius: var(--Components-Button-Button, 9999px);
  border: var(--Border-Width-1px, 1px) solid #b73dff;
  background: var(--Components-Button-Background-Outline-Default, #fff);
}
.industry-page .btn-secondary:hover {
  opacity: 0.75;
  cursor: pointer;
}
/* Industry-specific styles with CSS variables */
.industry-page.fashion {
  --industry-color: #b73dff;
  --industry-color-secondary: #fa71cd;
  --banner-bg: linear-gradient(180deg, #ffe5f7 0%, #fff 100%);
  --feature-bg: radial-gradient(37.95% 79.39% at 50% 20.61%, #ffe5f7 0%, #fff 100%);
  --btn-primary-bg: linear-gradient(90deg, #b73dff 0%, #fa71cd 100%);
  --banner-image: url("/sites/image/industry/fashion/banner.png");
  --performance-image: url("/sites/image/industry/fashion/bg-performance.png");
 /* Shadow vectors using SVG files */
 /* .banner-section-left {
    position: relative;
    z-index: 1;
 }
  */
}
.industry-page.fashion .section-banner {
  background: var(--banner-bg);
  padding-bottom: 0;
}
.industry-page.fashion .banner-name {
  color: var(--industry-color);
}
.industry-page.fashion .banner-section-right {
  background-image: var(--banner-image);
}
.industry-page.fashion .banner-vector-left {
  position: absolute;
  right: 576px;
  bottom: 53px;
  width: 300px;
  height: 300px;
  background-image: url("/sites/image/industry/fashion/banner-vector-left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
.industry-page.fashion .banner-vector-right {
  position: absolute;
  right: 101px;
  top: 42px;
  width: 288px;
  height: 275px;
  background-image: url("/sites/image/industry/fashion/banner-vector-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
  fill: linear-gradient(0deg, #b12dff 0%, #b8fdfa 100%);
  filter: blur(125px);
}
.industry-page.fashion .section-feature {
  background: var(--feature-bg);
}
.industry-page.fashion .register-title {
  color: var(--industry-color);
}
.industry-page.fashion .btn-primary {
  color: #fff;
  background: var(--btn-primary-bg);
}
.industry-page.fashion .btn-secondary {
  border: var(--Border-Width-1px, 1px) solid var(--industry-color);
  background: var(--Components-Button-Background-Outline-Default, #fff);
  color: var(--industry-color);
}
.industry-page.fashion .icon-feature-use-trial {
  background-image: url("/sites/image/industry/fashion/icon/use-trial.svg");
}
.industry-page.fashion .icon-feature-employee {
  background-image: url("/sites/image/industry/fashion/icon/employee.svg");
}
.industry-page.fashion .icon-feature-credit {
  background-image: url("/sites/image/industry/fashion/icon/credit.svg");
}
.industry-page.fashion .icon-feature-publish {
  background-image: url("/sites/image/industry/fashion/icon/rocket.svg");
}
.industry-page.fashion .icon-video {
  background-image: url("/sites/image/industry/fashion/icon/video.svg");
}
.industry-page.fashion .section-performance .section-container {
  background-image: var(--performance-image);
}
.industry-page.cosmetics {
  --industry-color: #3f2daf;
  --industry-color-secondary: #917ffb;
  --banner-bg: linear-gradient(180deg, #d6d0fa 0%, #fff 100%);
  --feature-bg: radial-gradient(39.16% 81.91% at 50% 18.09%, #e1dbff 0%, #fff 100%);
  --btn-primary-bg: linear-gradient(102deg, #3f2daf 8.91%, #917ffb 91.09%);
  --banner-image: url("/sites/image/industry/cosmetics/banner.png");
  --performance-image: url("/sites/image/industry/cosmetics/bg-performance.png");
}
.industry-page.cosmetics .section-banner {
  background: var(--banner-bg);
  padding-bottom: 0;
}
.industry-page.cosmetics .banner-name {
  color: var(--industry-color);
}
.industry-page.cosmetics .banner-section-right {
  background-image: var(--banner-image);
}
.industry-page.cosmetics .section-feature {
  background: var(--feature-bg);
}
.industry-page.cosmetics .register-title {
  color: var(--industry-color);
}
.industry-page.cosmetics .btn-primary {
  color: #fff;
  background: var(--btn-primary-bg);
}
.industry-page.cosmetics .btn-secondary {
  color: var(--industry-color);
  border: var(--Border-Width-1px, 1px) solid var(--industry-color);
  background: var(--Components-Button-Background-Outline-Default, #fff);
}
.industry-page.cosmetics .icon-feature-use-trial {
  background-image: url("/sites/image/industry/cosmetics/icon/use-trial.svg");
}
.industry-page.cosmetics .icon-feature-employee {
  background-image: url("/sites/image/industry/cosmetics/icon/employee.svg");
}
.industry-page.cosmetics .icon-feature-credit {
  background-image: url("/sites/image/industry/cosmetics/icon/credit.svg");
}
.industry-page.cosmetics .icon-feature-publish {
  background-image: url("/sites/image/industry/cosmetics/icon/rocket.svg");
}
.industry-page.cosmetics .icon-video {
  background-image: url("/sites/image/industry/cosmetics/icon/video.svg");
}
.industry-page.cosmetics .section-performance .section-container {
  background-image: var(--performance-image);
}
.industry-page.restaurant {
  --industry-color: #df4d36;
  --industry-color-secondary: #fa983a;
  --banner-bg: linear-gradient(180deg, #ffe5cd 0%, #fff 100%);
  --feature-bg: radial-gradient(39.95% 83.55% at 50% 16.45%, #fff2e5 0%, #fff 100%);
  --btn-primary-bg: linear-gradient(90deg, #df4d36 0%, #fa983a 100%);
  --banner-image: url("/sites/image/industry/restaurant/banner.png");
  --performance-image: url("/sites/image/industry/restaurant/bg-performance.png");
}
.industry-page.restaurant .section-banner {
  background: var(--banner-bg);
  padding-bottom: 0;
}
.industry-page.restaurant .banner-name {
  color: var(--industry-color);
}
.industry-page.restaurant .banner-section-right {
  background-image: var(--banner-image);
}
.industry-page.restaurant .section-feature {
  background: var(--feature-bg);
}
.industry-page.restaurant .register-title {
  color: var(--industry-color);
}
.industry-page.restaurant .btn-primary {
  color: #fff;
  background: var(--btn-primary-bg);
}
.industry-page.restaurant .btn-secondary {
  color: var(--industry-color);
  border: var(--Border-Width-1px, 1px) solid var(--industry-color);
  background: var(--Components-Button-Background-Outline-Default, #fff);
}
.industry-page.restaurant .icon-feature-use-trial {
  background-image: url("/sites/image/industry/restaurant/icon/use-trial.svg");
}
.industry-page.restaurant .icon-feature-employee {
  background-image: url("/sites/image/industry/restaurant/icon/employee.svg");
}
.industry-page.restaurant .icon-feature-credit {
  background-image: url("/sites/image/industry/restaurant/icon/credit.svg");
}
.industry-page.restaurant .icon-feature-publish {
  background-image: url("/sites/image/industry/restaurant/icon/rocket.svg");
}
.industry-page.restaurant .icon-video {
  background-image: url("/sites/image/industry/restaurant/icon/video.svg");
}
.industry-page.restaurant .section-performance .section-container {
  background-image: var(--performance-image);
}
.industry-page.cafe {
  --industry-color: #4b2e19;
  --industry-color-secondary: #a47551;
  --banner-bg: linear-gradient(180deg, #ddd6cc 0%, #fff 100%);
  --feature-bg: radial-gradient(39.13% 81.84% at 50% 18.16%, #f9f5ee 0%, #fff 100%);
  --btn-primary-bg: linear-gradient(90deg, #4b2e19 0%, #a47551 100%);
  --banner-image: url("/sites/image/industry/cafe/banner.png");
  --performance-image: url("/sites/image/industry/cafe/bg-performance.png");
}
.industry-page.cafe .section-banner {
  background: var(--banner-bg);
  padding-bottom: 0;
}
.industry-page.cafe .banner-name {
  color: var(--industry-color);
}
.industry-page.cafe .banner-common {
  color: #a47551;
}
.industry-page.cafe .banner-section-right {
  background-image: var(--banner-image);
}
.industry-page.cafe .section-feature {
  background: var(--feature-bg);
}
.industry-page.cafe .register-title {
  color: var(--industry-color);
}
.industry-page.cafe .btn-primary {
  color: var(--Components-Button-Text-Solid-White, #fff);
  background: var(--btn-primary-bg);
}
.industry-page.cafe .btn-secondary {
  border: var(--Border-Width-1px, 1px) solid var(--industry-color);
  background: var(--Components-Button-Background-Outline-Default, #fff);
  color: var(--industry-color);
}
.industry-page.cafe .icon-feature-use-trial {
  background-image: url("/sites/image/industry/cafe/icon/use-trial.svg");
}
.industry-page.cafe .icon-feature-employee {
  background-image: url("/sites/image/industry/cafe/icon/employee.svg");
}
.industry-page.cafe .icon-feature-credit {
  background-image: url("/sites/image/industry/cafe/icon/credit.svg");
}
.industry-page.cafe .icon-feature-publish {
  background-image: url("/sites/image/industry/cafe/icon/rocket.svg");
}
.industry-page.cafe .icon-video {
  background-image: url("/sites/image/industry/cafe/icon/video.svg");
}
.industry-page.cafe .section-performance .section-container {
  background-image: var(--performance-image);
}
.industry-page.supermarket {
  --industry-color: #009e76;
  --industry-color-secondary: #0fdba8;
  --banner-bg: linear-gradient(180deg, #ebfffa 0%, #fff 100%);
  --feature-bg: radial-gradient(40.66% 85.04% at 50% 14.96%, #eefffb 0%, #fff 100%);
  --btn-primary-bg: linear-gradient(90deg, #009e76 0%, #0fdba8 100%);
  --banner-image: url("/sites/image/industry/supermarket/banner.png");
  --performance-image: url("/sites/image/industry/supermarket/bg-performance.png");
}
.industry-page.supermarket .section-banner {
  background: var(--banner-bg);
  padding-bottom: 0;
}
.industry-page.supermarket .banner-name {
  color: var(--industry-color);
}
.industry-page.supermarket .banner-section-right {
  background-image: var(--banner-image);
}
.industry-page.supermarket .section-feature {
  background: var(--feature-bg);
}
.industry-page.supermarket .register-title {
  color: var(--industry-color);
}
.industry-page.supermarket .btn-primary {
  color: var(--Components-Button-Text-Solid-White, #fff);
  background: var(--btn-primary-bg);
}
.industry-page.supermarket .btn-secondary {
  color: var(--industry-color);
  border: var(--Border-Width-1px, 1px) solid var(--industry-color);
  background: var(--Components-Button-Background-Outline-Default, #fff);
}
.industry-page.supermarket .icon-feature-use-trial {
  background-image: url("/sites/image/industry/supermarket/icon/use-trial.svg");
}
.industry-page.supermarket .icon-feature-employee {
  background-image: url("/sites/image/industry/supermarket/icon/employee.svg");
}
.industry-page.supermarket .icon-feature-credit {
  background-image: url("/sites/image/industry/supermarket/icon/credit.svg");
}
.industry-page.supermarket .icon-feature-publish {
  background-image: url("/sites/image/industry/supermarket/icon/rocket.svg");
}
.industry-page.supermarket .icon-video {
  background-image: url("/sites/image/industry/supermarket/icon/video.svg");
}
.industry-page.supermarket .section-performance .section-container {
  background-image: var(--performance-image);
}
/* ======================================== RESPONSIVE DESIGN ======================================== */
/* ======================================== MOBILE: < 767px ======================================== */
@media (max-width: 767px) {
 /* Banner Section - Mobile */
 /* Introduce Section - Mobile */
 /* Feature Section - Mobile */
 /* Customer Section - Mobile */
 /* Platform Section - Mobile */
 /* Register Section - Mobile */
 /* Performance Section - Mobile */
  .industry-page .industry-section {
    padding: 24px 16px;
 }
  .industry-page .section-title {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 24px;
 }
  .industry-page .button-groups {
    flex-direction: column;
    gap: 12px;
    align-items: center;
 }
  .industry-page .btn-primary, .industry-page .btn-secondary {
    width: 100%;
    max-width: 200px;
    height: 44px;
    font-size: 16px;
 }
  .industry-page .section-banner {
    flex-direction: column;
    height: auto;
    gap: 24px;
    padding: 32px 16px;
    text-align: center;
    padding-top: 60px;
 }
  .industry-page .section-banner .banner-common, .industry-page .section-banner .banner-name {
    font-size: 28px;
    line-height: 36px;
 }
  .industry-page .section-banner .banner-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 24px;
 }
  .industry-page .section-banner .banner-subtitle br {
    display: none;
 }
  .industry-page .section-banner .banner-section-action {
    flex-direction: column;
 }
  .industry-page .section-banner .banner-section-right {
    width: 100%;
    height: 200px;
    order: -1;
   /* Image first on mobile */
 }
  .industry-page .section-banner .banner-vector-left, .industry-page .section-banner .banner-vector-right {
    display: none;
   /* Hide decorative elements on mobile */
 }
  .industry-page .section-introduce .introduce-section-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 24px 0;
 }
  .industry-page .section-introduce .introduce-section-list .introduce-card {
    padding: 20px 16px;
    gap: 16px;
 }
  .industry-page .section-introduce .introduce-section-list .introduce-card-title {
    font-size: 20px;
    line-height: 28px;
 }
  .industry-page .section-introduce .introduce-section-list .introduce-card-item-text {
    font-size: 16px;
    line-height: 24px;
 }
  .industry-page .section-feature .feature-list {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
 }
  .industry-page .section-feature .feature-list .feature-item {
    padding: 20px 16px;
    gap: 16px;
 }
  .industry-page .section-feature .feature-list .feature-item .feature-item-text {
    font-size: 18px;
    line-height: 26px;
 }
  .industry-page .section-customer .customer-list {
    gap: 16px;
    margin: 24px 0;
 }
  .industry-page .section-customer .customer-list .customer-item-wrap {
    width: calc(50% - 8px);
    padding: 12px;
    gap: 16px;
 }
  .industry-page .section-customer .customer-list .customer-item {
    height: 80px;
 }
  .industry-page .section-platform .multi-platform-list {
    flex-direction: column;
    gap: 16px;
    margin: 24px 0 32px;
 }
  .industry-page .section-platform .multi-platform-list .platform-item {
    text-align: center;
 }
  .industry-page .section-platform .multi-platform-list .platform-item img {
    width: 100%;
    height: auto;
    max-width: 300px;
 }
  .industry-page .section-register .register-title {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
 }
  .industry-page .section-performance .section-container {
    width: 100%;
    height: 200px;
    /* margin: 0 16px; */
 }
}
/* ======================================== TABLET: 768px - 1199px ======================================== */
@media (min-width: 768px) and (max-width: 1199px) {
 /* Banner Section - Tablet */
 /* Introduce Section - Tablet */
 /* Feature Section - Tablet */
 /* Customer Section - Tablet */
 /* Platform Section - Tablet */
 /* Register Section - Tablet */
 /* Performance Section - Tablet */
  .industry-page .industry-section {
    padding: 40px 32px;
 }
  .industry-page .section-title {
    font-size: 32px;
    line-height: 44px;
    width: 100%;
    max-width: 600px;
 }
  .industry-page .button-groups {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
 }
  .industry-page .btn-primary, .industry-page .btn-secondary {
    min-width: 160px;
 }
  .industry-page .section-banner {
    flex-direction: column;
    height: auto;
    gap: 32px;
    padding: 48px 32px;
    text-align: center;
 }
  .industry-page .section-banner .banner-common, .industry-page .section-banner .banner-name {
    font-size: 36px;
    line-height: 48px;
 }
  .industry-page .section-banner .banner-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 28px;
 }
  .industry-page .section-banner .banner-section-right {
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 0 auto;
 }
  .industry-page .section-banner .banner-vector-left, .industry-page .section-banner .banner-vector-right {
    display: none;
   /* Hide decorative elements on tablet */
 }
  .industry-page .section-introduce .introduce-section-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 32px 0;
 }
  .industry-page .section-introduce .introduce-section-list .introduce-card {
    padding: 24px 20px;
 }
  .industry-page .section-introduce .introduce-section-list .introduce-card-title {
    font-size: 24px;
    line-height: 32px;
 }
  .industry-page .section-feature .feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
 }
  .industry-page .section-feature .feature-list .feature-item {
    padding: 24px 20px;
 }
  .industry-page .section-customer .customer-list {
    gap: 20px;
    margin: 32px 0;
 }
  .industry-page .section-customer .customer-list .customer-item-wrap {
    width: calc(33.333% - 14px);
    padding: 16px;
 }
  .industry-page .section-customer .customer-list .customer-item {
    height: 100px;
 }
  .industry-page .section-platform .multi-platform-list {
    flex-direction: column;
    gap: 20px;
    margin: 32px 0 40px;
 }
  .industry-page .section-platform .multi-platform-list .platform-item {
    text-align: center;
 }
  .industry-page .section-platform .multi-platform-list .platform-item img {
    width: 100%;
    height: auto;
    max-width: 400px;
 }
  .industry-page .section-register .register-title {
    width: 100%;
    max-width: 500px;
    font-size: 32px;
    line-height: 44px;
 }
  .industry-page .section-performance .section-container {
    width: 100%;
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
 }
}
/* ======================================== DESKTOP: 1200px - 1365px ======================================== */
@media (min-width: 1200px) and (max-width: 1365px) {
 /* Banner Section - Desktop Small */
 /* Performance Section - Desktop Small */
  .industry-page .industry-section {
    padding: 50px 80px;
 }
  .industry-page .section-title {
    font-size: 36px;
    line-height: 50px;
    width: 100%;
    max-width: 700px;
 }
  .industry-page .section-banner .banner-common, .industry-page .section-banner .banner-name {
    font-size: 42px;
    line-height: 56px;
 }
  .industry-page .section-banner .banner-section-right {
    width: 500px;
    height: 350px;
 }
  .industry-page .section-performance .section-container {
    width: 100%;
    max-width: 1000px;
    height: 500px;
 }
}
/* ======================================== DESKTOP LARGE: > 1366px (Existing) ======================================== */
/* Keep existing styles for large desktop */
/* ======================================== RESPONSIVE UTILITIES ======================================== */
@media (max-width: 767px) {
  .industry-page .icon.icon-64 {
    width: 48px;
    height: 48px;
    min-width: 48px;
 }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .industry-page .icon.icon-64 {
    width: 56px;
    height: 56px;
    min-width: 56px;
 }
}
/* ======================================== RESPONSIVE HOVER EFFECTS ======================================== */
@media (hover: hover) {
  .industry-page .introduce-card:hover, .industry-page .feature-item:hover {
    box-shadow: 0 22px 45px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    transition: all 0.3s ease;
 }
}
@media (hover: none) {
  .industry-page .introduce-card, .industry-page .feature-item {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
 }
}
