.elementor-35708 .elementor-element.elementor-element-f0693d1{--display:flex;--min-height:38vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35708 .elementor-element.elementor-element-2a6ced8{width:100%;max-width:100%;}.elementor-35708 .elementor-element.elementor-element-1cf20fd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35708 .elementor-element.elementor-element-4fd2a4f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35708 .elementor-element.elementor-element-4ed0c7b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35708 .elementor-element.elementor-element-b21aaa7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35708 .elementor-element.elementor-element-ebc7e67{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-35708 .elementor-element.elementor-element-0b67d2e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-35708 .elementor-element.elementor-element-f0693d1{--width:100%;}}/* === Solution Medical === */

/* Hero (Home) Section */
.solution-medical-hero {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background-color: #000;
}

@media (min-width: 768px) {
  .solution-medical-hero {
    height: 560px;
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  .solution-medical-hero {
    height: 640px;
    padding: 0 32px;
  }
}

@media (min-width: 1440px) {
  .solution-medical-hero {
    height: 720px;
    padding: 0 64px;
  }
}

.solution-medical-hero-image-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  animation: solutionMedicalKenBurns 0.6s ease-out forwards;
}

@keyframes solutionMedicalKenBurns {
  from { transform: scale(1.1); }
  to { transform: scale(1); }
}

.solution-medical-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.solution-medical-hero-overlay-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 40%);
  z-index: 1;
}

.solution-medical-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.solution-medical-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.solution-medical-hero-content {
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.solution-medical-hero-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0;
  opacity: 0;
  transform: translateY(30px);
  animation: solutionMedicalFadeInUp 0.8s ease-out forwards;
}

@media (min-width: 768px) {
  .solution-medical-hero-title {
    font-size: 48px;
    line-height: 68px;
  }
}

@media (min-width: 1024px) {
  .solution-medical-hero-title {
    font-size: 56px;
    line-height: 76px;
  }
}

.solution-medical-hero-description {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  opacity: 0;
  transform: translateY(30px);
  animation: solutionMedicalFadeInUp 0.8s ease-out 0.2s forwards;
}

@keyframes solutionMedicalFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Industry (Problem) Section */
.solution-medical-section {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 120px 64px;
}

.solution-medical-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  gap: 64px;
}

.solution-medical-headline-text {
  max-width: 900px;
  width: 100%;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #1d222b;
  margin: 0;
}

.solution-medical-content {
  display: flex;
  width: 100%;
  gap: 64px;
  align-items: flex-start;
}

.solution-medical-accordion {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.solution-medical-accordion-item {
  position: relative;
  width: 100%;
  border-top: 2px solid #d3dde6;
}

.solution-medical-accordion-item:first-child {
  border-top: 2px solid transparent;
}

.solution-medical-accordion-progress-bar {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  overflow: hidden;
}

.solution-medical-accordion-item:first-child .solution-medical-accordion-progress-bar {
  top: 0;
}

.solution-medical-accordion-progress-fill {
  height: 100%;
  width: 0;
  background-color: #f88d6c;
}

.solution-medical-accordion-progress-fill.running {
  animation: solutionMedicalProgress 5s linear forwards;
}

.solution-medical-accordion-progress-fill.paused {
  animation-play-state: paused;
}

@keyframes solutionMedicalProgress {
  from { width: 0%; }
  to { width: 100%; }
}

.solution-medical-accordion .solution-medical-accordion-header {
  width: 100% !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  padding: 32px 0 !important;
  text-align: left !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: none !important;
  outline: none !important;
  transition: opacity 0.3s ease;
  min-height: auto !important;
  appearance: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.solution-medical-accordion .solution-medical-accordion-header:hover,
.solution-medical-accordion .solution-medical-accordion-header:active,
.solution-medical-accordion .solution-medical-accordion-header:focus {
  opacity: 0.8;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.solution-medical-accordion-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.solution-medical-accordion-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #1d222b;
  margin: 0;
}

.solution-medical-accordion-chevron {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.solution-medical-accordion-chevron.open {
  transform: rotate(180deg);
}

.solution-medical-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.solution-medical-accordion-content-inner {
  padding-bottom: 32px;
}

.solution-medical-accordion-description {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #3d4555;
  margin: 0;
}

.solution-medical-accordion-bottom-border {
  height: 2px;
  background-color: #d3dde6;
  width: 100%;
}

.solution-medical-image-container {
  width: 640px;
  height: 524px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
}

.solution-medical-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover;
  z-index: 1;
}

.solution-medical-image.active {
  opacity: 1;
  z-index: 2;
}

/* Social Proof Section */
.solution-medical-social-proof {
    background: #f1f5fa;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

.solution-medical-sp-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.solution-medical-sp-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.solution-medical-sp-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
}

.solution-medical-sp-logo {
    width: 150px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-medical-sp-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.solution-medical-sp-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #3d4555;
    text-align: center;
    margin: 0;
}

/* Intro Sections */
.solution-medical-intro {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 64px 64px;
}

.solution-medical-intro-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-medical-intro-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    width: 100%;
}

.solution-medical-intro-content.reverse {
    flex-direction: row-reverse;
}

.solution-medical-intro-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
}

.solution-medical-intro-content.reverse .solution-medical-intro-text {
    padding-left: 0;
    padding-right: 12px;
}

.solution-medical-intro-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: #1d222b;
    margin: 0;
}

.solution-medical-intro-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ec582b 0%, rgba(236, 88, 43, 0) 100%);
    max-width: 100%; 
}

.solution-medical-intro-content.reverse .solution-medical-intro-divider {
    background: linear-gradient(270deg, #ec582b 0%, rgba(236, 88, 43, 0) 100%);
}

.solution-medical-intro-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #5a6577;
    max-width: 600px;
    margin: 0;
}

.solution-medical-intro-image {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-medical-intro-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Case Section */
.solution-medical-case {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 64px;
}

.solution-medical-case-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.solution-medical-case-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #1d222b;
    text-align: center;
    margin: 0;
}

.solution-medical-case-grid {
    display: flex;
    width: 100%;
    gap: 32px;
    align-items: stretch;
}

.solution-medical-case-card-outer {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    opacity: 0;
    transform: translateY(48px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.solution-medical-case-card-outer.solution-medical-case-animated {
    opacity: 1;
    transform: translateY(0);
}

.solution-medical-case-card {
    background: #fff;
    border-radius: 32px;
    border: 3px solid #e9eef3;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.solution-medical-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #ec582b;
}

.solution-medical-case-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.solution-medical-case-card-img {
    width: 100%;
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
}

.solution-medical-case-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.solution-medical-case-card:hover .solution-medical-case-card-img img {
    transform: scale(1.05);
}

.solution-medical-case-card-text {
    padding: 24px 16px;
    flex: 1;
}

.solution-medical-case-card-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1d222b;
    margin: 0;
}

.solution-medical-case-card-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #5a6577;
    margin: 8px 0 0 0;
}

.solution-medical-case-card-border {
    position: absolute;
    inset: 0;
    border: 3px solid transparent;
    border-radius: 32px;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* CTA Section */
.solution-medical-cta {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 64px;
}

.solution-medical-cta-container {
    max-width: 1440px;
    width: 100%;
    position: relative;
    border-radius: 32px;
    min-height: 460px;
    display: flex;
    align-items: flex-end; /* Align elements to the bottom */
    padding-bottom: 0;
    overflow: visible; /* Allow person to stick out if needed */
}

.solution-medical-cta-bg-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 374px; /* Figma specific height */
    z-index: 1;
    overflow: hidden;
    border-radius: 32px;
}

.solution-medical-cta-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.solution-medical-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 36, 63, 0.95) 0%, rgba(13, 36, 63, 0.4) 100%);
}

.solution-medical-cta-person {
    position: relative;
    z-index: 2;
    width: 580px;
    height: 440px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 32px 32px 0 0;
    margin-bottom: -2px; /* Pull to bottom */
    display: none; /* Hidden on mobile, shown on desktop */
}

@media (min-width: 1025px) {
    .solution-medical-cta-person {
        display: block;
    }
}

.solution-medical-cta-person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.solution-medical-cta-animated .solution-medical-cta-person img {
    transform: translateY(0);
    opacity: 1;
}

.solution-medical-cta-content {
    position: relative;
    z-index: 2;
    padding: 64px 64px 64px 0;
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    opacity: 0;
    transform: translateX(30px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.solution-medical-cta-animated .solution-medical-cta-content {
    opacity: 1;
    transform: translateX(0);
}

.solution-medical-cta-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    margin: 0;
}

.solution-medical-cta-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

.solution-medical-cta-buttons {
    display: flex;
    gap: 16px;
}

.solution-medical-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.solution-medical-cta-btn-primary {
    background: #ec582b;
    color: #fff;
    border: 1px solid #ec582b;
}

.solution-medical-cta-btn-primary:hover {
    background: #f88d6c;
    border-color: #f88d6c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.solution-medical-cta-btn-secondary {
    background: #fff;
    color: #1d222b;
    border: 1px solid #fff;
}

.solution-medical-cta-btn-secondary:hover {
    background: #f1f5fa;
    transform: translateY(-2px);
}

/* Footer Section */
.solution-medical-footer {
    background: #1d222b;
    width: 100%;
    padding: 80px 64px 40px;
    color: rgba(255, 255, 255, 0.6);
}

.solution-medical-footer-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.solution-medical-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
}

.solution-medical-footer-logo {
    height: 48px;
    margin-bottom: 32px;
}

.solution-medical-footer-contact p {
    font-size: 16px;
    line-height: 28px;
    margin: 4px 0;
}

.solution-medical-footer-links-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

.solution-medical-footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.solution-medical-footer-links-list a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.solution-medical-footer-links-list a:hover {
    color: #ec582b;
}

.solution-medical-footer-bottom {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 14px;
}

/* --- Responsive Adaptations --- */
@media (max-width: 1024px) {
  .solution-medical-section { padding: 80px 32px; }
  .solution-medical-content { flex-direction: column; align-items: center; }
  .solution-medical-image-container { width: 100%; max-width: 640px; height: auto; aspect-ratio: 640/524; }
  
  .solution-medical-social-proof { padding: 60px 32px; }
  .solution-medical-sp-logos { gap: 40px; }
  
  .solution-medical-intro { padding: 60px 32px; }
  .solution-medical-intro-content, .solution-medical-intro-content.reverse { flex-direction: column; text-align: center; }
  .solution-medical-intro-text { align-items: center; padding-left: 0; }
  .solution-medical-intro-divider { background: linear-gradient(90deg, rgba(236,88,43,0) 0%, #ec582b 50%, rgba(236,88,43,0) 100%); }
  .solution-medical-intro-image { width: 100%; max-width: 480px; height: auto; aspect-ratio: 1; }
  
  .solution-medical-case { padding: 80px 32px; }
  .solution-medical-case-grid { flex-direction: column; }
  .solution-medical-case-card-img { height: 320px; }
  
  .solution-medical-cta { padding: 80px 32px; }
  .solution-medical-cta-container { min-height: auto; }
  .solution-medical-cta-content { padding: 64px 32px; text-align: center; align-items: center; max-width: 100%; }
  .solution-medical-cta-buttons { justify-content: center; }

  .solution-medical-footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .solution-medical-footer { padding: 60px 32px 32px; }
}

@media (max-width: 768px) {
  .solution-medical-section { padding: 60px 20px; }
  .solution-medical-headline-text { font-size: 24px; line-height: 36px; }
  .solution-medical-accordion-title { font-size: 20px; line-height: 32px; }
  .solution-medical-accordion-description { font-size: 16px; line-height: 28px; }
  
  .solution-medical-social-proof { padding: 40px 20px; }
  .solution-medical-sp-text { font-size: 20px; line-height: 30px; }
  
  .solution-medical-case { padding: 60px 20px; }
  .solution-medical-case-headline { font-size: 28px; line-height: 40px; }
  .solution-medical-case-card-img { height: 240px; }

  .solution-medical-cta { padding: 60px 20px; }
  .solution-medical-cta-title { font-size: 28px; line-height: 40px; }
  .solution-medical-cta-buttons { flex-direction: column; width: 100%; }
  .solution-medical-cta-btn { justify-content: center; width: 100%; }

  .solution-medical-footer-container { gap: 40px; }
  .solution-medical-footer { padding: 40px 20px 20px; }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+TC:wght@400;500;700&family=Inter:wght@400;500;700&display=swap');

/* style.css - Consolidated Styles for ARPlanet Official Website */

/* --- Global Variables & Base Styles --- */
:root {
    /* Brand Colors */
    --brand-900: #0d243f;
    --primary-orange: #ec582b;
    --secondary-600: #ec582b;
    --btn-orange: #ec582b;
    --btn-white: #ffffff;
    --corexr-cyan: #00d1e0;

    /* Neutral Colors */
    --neutral-100: #ffffff;
    --neutral-200: #e9eef3;
    --neutral-500: #5a6577;
    --neutral-600: #3d4555;
    --neutral-700: #1d222b;

    /* Functional Colors & Overlays */
    --bg-accent: #f1f5fa;
    --stats-bg: #f1f5fa;
    --tab-border: #b9c1cf;

    /* Design System Tokens */
    --card-border: 3px solid var(--neutral-200);
    --shadow-card: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    --shadow-hover: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    --shadow-visual: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    --shadow-xs: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);

    --banner-radius: 32px;
    --card-radius: 32px;
    --image-radius: 24px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', sans-serif;
}


/* --- Hero Section --- */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 16px;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    line-height: 1.5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: border-bottom-left-radius 0.3s ease-out, border-bottom-right-radius 0.3s ease-out;
}

@media (min-width: 769px) {
    .hero-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .hero-section {
        padding: 0 64px;
    }
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: opacity 0.7s ease-in-out;
    opacity: 0;
    max-width: none;
    display: block;
    border: none;
}

.hero-bg-img.active {
    opacity: 1;
}

.hero-blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    transition: opacity 604ms ease-out;
}

.hero-blur-overlay.hero-entered {
    opacity: 0;
}

.hero-container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 32px 0;
    z-index: 1;
}

@media (min-width: 769px) {
    .hero-container {
        padding: 200px 0;
        gap: 64px;
    }
}

@media (min-width: 1440px) {
    .hero-container {
        flex-direction: row;
        padding: 320px 0;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.hero-content.hero-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .hero-content {
        gap: 24px;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 1440px) {
    .hero-content {
        flex: 1 0 0;
        align-items: flex-start;
        text-align: left;
    }
}

.hero-title {
    font-weight: 700;
    line-height: 1.5;
    font-size: 30px;
    color: white;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 48px;
        line-height: 68px;
    }
}

.hero-desc {
    font-weight: 500;
    line-height: 1.75;
    font-size: 16px;
    color: white;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-900);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    text-decoration: none;
}

@media (min-width: 769px) {
    .hero-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1.75;
    }
}

.hero-btn:hover {
    opacity: 0.9;
}

.hero-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.hero-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-cards {
        gap: 24px;
    }
}

@media (min-width: 1440px) {
    .hero-cards {
        flex: 1 0 0;
    }
}

.hero-cards-container {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .hero-cards-container {
        height: 480px;
    }
}

@media (min-width: 1440px) {
    .hero-cards-container {
        height: 382px;
    }
}

.hero-cards-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-card {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    transition: none;
}

.hero-card.animated {
    transition: all 0.8s ease-in-out;
}

.hero-card.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 20;
}

.hero-card.inactive {
    width: 85%;
    height: 80%;
    opacity: 0.5;
}

.hero-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
    border: none;
}

.hero-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}

.hero-card-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    pointer-events: none;
    z-index: 30;
}

.hero-card-click-area {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer;
    z-index: 10;
}

.hero-card-click-left {
    left: 0;
}

.hero-card-click-right {
    left: 50%;
}

.hero-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1px;
    color: white;
    text-align: center;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-card-title {
        font-size: 36px;
        line-height: 54px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

.hero-pagination {
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 18px;
    align-items: center;
    z-index: 50;
}

@media (min-width: 769px) {
    .hero-pagination {
        bottom: 120px;
    }
}

.hero-dot {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.hero-dot circle {
    transition: fill-opacity 0.3s;
}


/* --- Blog Section --- */
.blog-section {
    background-color: #ffffff;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.blog-container {
    max-width: 1312px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.blog-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
    text-align: center;
    width: 100%;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

.blog-card {
    background-color: #ffffff;
    border: 3px solid #e9eef3;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.blog-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
    background-color: #f5f8fa;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.blog-author {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a6577;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #1d222b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-date {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a6577;
    margin-top: auto;
}

.blog-more-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.blog-more-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    text-decoration: none;
}

.blog-more-link-inner {
    display: flex;
    gap: 8px;
    align-items: center;
}

.blog-more-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #ec582b;
    white-space: nowrap;
}

.blog-more-icon {
    width: 18px;
    height: 18px;
    color: #ec582b;
    flex-shrink: 0;
}

.blog-more-line {
    width: 100%;
    height: 2px;
    background: #ec582b;
}

@media (max-width: 1200px) {
    .blog-section {
        padding: 80px 32px;
    }

    .blog-grid {
        gap: 24px;
    }

    .blog-more-text {
        font-size: 24px;
    }

    .blog-more-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .blog-headline {
        font-size: 32px;
        line-height: 1.5;
    }

    .blog-title {
        font-size: 20px;
        line-height: 1.6;
    }

    .blog-author {
        font-size: 18px;
        line-height: 1.7;
    }

    .blog-more-text {
        font-size: 20px;
    }

    .blog-more-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 60px 16px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        gap: 20px;
    }

    .blog-headline {
        font-size: 28px;
    }

    .blog-card {
        border-radius: 24px;
    }

    .blog-card-img {
        border-radius: 18px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-author,
    .blog-date {
        font-size: 16px;
    }

    .blog-more-text {
        font-size: 20px;
    }

    .blog-more-icon {
        width: 20px;
        height: 20px;
    }

    .blog-more-wrapper {
        justify-content: center;
    }
}

/* --- Contact Section --- */
.contact-section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

@media (min-width: 769px) {
    .contact-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .contact-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .contact-section {
        padding: 0 64px;
    }
}

.ct-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 0 60px;
}

@media (min-width: 769px) {
    .ct-container {
        padding: 64px 0 80px;
    }
}

@media (min-width: 1024px) {
    .ct-container {
        padding: 80px 0 100px;
    }
}

@media (min-width: 1440px) {
    .ct-container {
        padding: 80px 0 120px;
    }
}

.ct-banner {
    position: relative;
    width: 100%;
    min-height: 280px;
}

@media (min-width: 769px) {
    .ct-banner {
        min-height: 340px;
    }
}

@media (min-width: 1024px) {
    .ct-banner {
        height: 462px;
        min-height: auto;
    }
}

@media (min-width: 1440px) {
    .ct-banner {
        height: 462px;
    }
}

.ct-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .ct-bg {
        border-radius: 24px;
    }
}

@media (min-width: 1024px) {
    .ct-bg {
        height: 374px;
        border-radius: 32px;
    }
}

@media (min-width: 1440px) {
    .ct-bg {
        height: 374px;
        border-radius: 32px;
    }
}

.ct-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct-content-row {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 0;
}

@media (min-width: 1024px) {
    .ct-content-row {
        flex-direction: row;
        align-items: flex-end;
        gap: 48px;
        padding-right: 32px;
    }
}

@media (min-width: 1440px) {
    .ct-content-row {
        gap: 64px;
        padding-right: 64px;
    }
}

.ct-vr-image {
    display: none;
}

@media (min-width: 1024px) {
    .ct-vr-image {
        display: block;
        position: relative;
        width: 320px;
        height: 100%;
        border-radius: 28px;
        overflow: hidden;
        flex-shrink: 0;
    }
}

@media (min-width: 1440px) {
    .ct-vr-image {
        width: 583px;
        height: 100%;
        border-radius: 32px;
    }
}

.ct-vr-image-inner {
    position: absolute;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

@media (min-width: 1024px) {
    .ct-vr-image-inner {
        left: -280px;
        bottom: 0;
        top: auto;
        width: 540px;
        height: 445px;
    }
}

@media (min-width: 1440px) {
    .ct-vr-image-inner {
        left: -20px;
        bottom: 0;
        top: auto;
        width: 639px;
        height: 445px;
    }
}

.ct-vr-image-inner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 32px 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    .ct-text {
        padding: 40px 32px;
    }
}

@media (min-width: 1024px) {
    .ct-text {
        padding: 0;
        position: absolute;
        right: 32px;
        top: 88px;
        bottom: 0;
        height: auto;
        width: calc(100% - 320px - 48px - 32px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 1440px) {
    .ct-text {
        right: 64px;
        width: calc(100% - 583px - 64px - 64px);
    }
}

.ct-text-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 880px;
    width: 100%;
}

@media (min-width: 1024px) {
    .ct-text-inner {
        gap: 32px;
    }
}

.ct-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: white;
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

@media (min-width: 1024px) {
    .ct-heading {
        gap: 16px;
    }
}

.ct-title {
    font-weight: 700;
    color: white;
    font-size: 24px;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .ct-title {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .ct-title {
        font-size: 32px;
        line-height: 50px;
    }
}

@media (min-width: 1440px) {
    .ct-title {
        font-size: 36px;
        line-height: 54px;
    }
}

.ct-desc {
    font-weight: 400;
    color: white;
    font-size: 15px;
    line-height: 1.7;
}

@media (min-width: 769px) {
    .ct-desc {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .ct-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 1440px) {
    .ct-desc {
        font-size: 20px;
        line-height: 32px;
    }
}

.ct-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}

@media (min-width: 480px) {
    .ct-buttons {
        flex-direction: row;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .ct-buttons {
        gap: 16px;
    }
}

.ct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
    width: 100%;
}

@media (min-width: 480px) {
    .ct-btn {
        width: auto;
    }
}

@media (min-width: 769px) {
    .ct-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

.ct-btn:hover {
    transform: translateY(-1px);
}

.ct-btn-primary {
    background: #ec582b;
    color: white;
    border: 1px solid #ec582b;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.ct-btn-primary:hover {
    background: #d94f26;
}

.ct-btn-secondary {
    background: white;
    color: #1d222b;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.ct-btn-secondary:hover {
    background: #f5f5f5;
}

.ct-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.ct-banner--pre .ct-vr-image-inner {
    opacity: 0;
    transform: translateY(64px);
}

.ct-banner--pre .ct-heading {
    opacity: 0;
    transform: translateY(24px);
}

.ct-banner--pre .ct-buttons {
    opacity: 0;
    transform: translateY(24px);
}

.ct-banner--visible .ct-vr-image-inner {
    opacity: 1;
    transform: translateY(0);
}

.ct-banner--visible .ct-heading {
    opacity: 1;
    transform: translateY(0);
}

.ct-banner--visible .ct-buttons {
    opacity: 1;
    transform: translateY(0);
}

.banner-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #5a6577;
    max-width: 600px;
}

@media (min-width: 769px) {
    .cxr-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .cxr-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.cxr-btn-wrapper {
    padding-left: 12px;
    padding-top: 8px;
}

@media (min-width: 769px) {
    .cxr-btn-wrapper {
        padding-top: 16px;
    }
}

@media (min-width: 1024px) {
    .cxr-btn-wrapper {
        padding-top: 24px;
    }
}

.cxr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d243f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    transition: opacity 0.3s;
    text-decoration: none;
}

@media (min-width: 769px) {
    .cxr-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

.cxr-btn:hover {
    opacity: 0.9;
}

.cxr-btn svg {
    width: 20px;
    height: 20px;
}

.cxr-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.cxr-image-wrap.cxr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .cxr-image-wrap {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .cxr-image-wrap {
        width: 55%;
        aspect-ratio: 4 / 3;
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .cxr-image-wrap {
        width: 640px;
    }
}

.cxr-image-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

.corexr-headline {
    font-size: 20px;
}

.corexr-description {
    font-size: 16px;
}
}
}

.button-group {
    flex-direction: column;
    width: 100%;
}

.btn {
    width: 100%;
}

/* Removed legacy CoreXR section to resolve layout conflicts */


/* --- More Product Section --- */
.moreproduct-section {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

.mp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

@media (min-width: 769px) {
    .mp-container {
        padding: 48px 0;
    }
}

@media (min-width: 1024px) {
    .mp-container {
        padding: 64px 0;
    }
}

@media (min-width: 1440px) {
    .mp-container {
        padding: 80px 0;
    }
}

.mp-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 24px;
}

@media (min-width: 769px) {
    .mp-headline {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.mp-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

@media (min-width: 769px) {
    .mp-cards {
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-cards {
        flex-direction: row;
    }
}

.mp-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1024px) {
    .mp-card {
        flex: 1 0 0;
    }
}

.mp-card-logo {
    padding: 12px 8px;
}

@media (min-width: 769px) {
    .mp-card-logo {
        padding: 16px 8px;
    }
}

.mp-card-logo img {
    height: 28px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 769px) {
    .mp-card-logo img {
        height: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-card-logo img {
        height: 36px;
    }
}

.mp-card-body {
    background: #ffffff;
    border: 3px solid #e9eef3;
    border-radius: 20px;
    padding: 10px;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.mp-card-body.mp-animate.mp-entered {
    opacity: 1;
    transform: translateY(0);
}

.mp-card-body.mp-animate.mp-entered:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px -4px rgba(10, 13, 18, 0.1), 0px 4px 8px -2px rgba(10, 13, 18, 0.06);
}

@media (min-width: 769px) {
    .mp-card-body {
        border-radius: 24px;
        padding: 12px;
        margin-top: 12px;
    }
}

@media (min-width: 1024px) {
    .mp-card-body {
        border-radius: 32px;
    }
}

.mp-card-img {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

@media (min-width: 769px) {
    .mp-card-img {
        height: 320px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .mp-card-img {
        height: 380px;
        border-radius: 24px;
        margin-bottom: 24px;
    }
}

.mp-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-card-text {
    padding: 0 12px 16px;
}

@media (min-width: 769px) {
    .mp-card-text {
        padding: 0 16px 20px;
    }
}

@media (min-width: 1024px) {
    .mp-card-text {
        padding: 0 16px 24px;
    }
}

.mp-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
    margin-bottom: 6px;
}

@media (min-width: 769px) {
    .mp-card-title {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 8px;
    }
}

@media (min-width: 1024px) {
    .mp-card-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.mp-card-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6577;
}

@media (min-width: 769px) {
    .mp-card-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .mp-card-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 1024px) {
    .moreproduct-section {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .moreproduct-section {
        padding: 0 16px;
    }

    .mp-headline {
        font-size: 24px;
    }

    .mp-card-img {
        height: 200px;
    }
}
}

@media (max-width: 576px) {
    .more-products-section {
        padding: 40px 20px;
    }

    .card-body {
        border-radius: 24px;
    }

    .image-container {
        border-radius: 16px;
    }
}

/* --- Service Section --- */
.service-section {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

.svc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
    gap: 40px;
}

@media (min-width: 769px) {
    .svc-container {
        padding: 56px 0;
        gap: 48px;
    }
}

@media (min-width: 1024px) {
    .svc-container {
        padding: 60px 0;
        gap: 56px;
    }
}

@media (min-width: 1440px) {
    .svc-container {
        padding: 64px 0;
        gap: 64px;
    }
}

.svc-headline-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1020px;
    width: 100%;
    gap: 12px;
}

@media (min-width: 769px) {
    .svc-headline-wrapper {
        gap: 14px;
    }
}

@media (min-width: 1024px) {
    .svc-headline-wrapper {
        gap: 15px;
    }
}

@media (min-width: 1440px) {
    .svc-headline-wrapper {
        gap: 16px;
    }
}

.svc-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
}

@media (min-width: 769px) {
    .svc-headline {
        font-size: 32px;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .svc-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.svc-desc {
    font-weight: 500;
    text-align: center;
    color: #3d4555;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

@media (min-width: 769px) {
    .svc-desc {
        font-size: 18px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-desc {
        font-size: 20px;
        line-height: 32px;
    }
}

.svc-features {
    background: #f1f5fa;
    border-radius: 24px;
    width: 100%;
    padding: 24px;
}

@media (min-width: 769px) {
    .svc-features {
        padding: 32px;
        border-radius: 26px;
    }
}

@media (min-width: 1024px) {
    .svc-features {
        padding: 40px;
        border-radius: 28px;
    }
}

@media (min-width: 1440px) {
    .svc-features {
        padding: 48px;
        border-radius: 32px;
    }
}

.svc-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
}

@media (min-width: 769px) {
    .svc-features-grid {
        gap: 28px;
    }
}

@media (min-width: 1024px) {
    .svc-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

.svc-feature {
    background: #f1f5fa;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.svc-feature.svc-entered {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 769px) {
    .svc-feature {
        border-radius: 26px;
    }
}

@media (min-width: 1024px) {
    .svc-feature {
        border-radius: 28px;
    }
}

@media (min-width: 1440px) {
    .svc-feature {
        border-radius: 32px;
    }
}

.svc-feature-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px 20px 24px;
}

@media (min-width: 769px) {
    .svc-feature-inner {
        gap: 20px;
        padding: 22px 24px 26px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-inner {
        gap: 22px;
        padding: 23px 28px 28px;
    }
}

@media (min-width: 1440px) {
    .svc-feature-inner {
        gap: 24px;
        padding: 24px 32px 32px;
    }
}

.svc-feature-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
}

@media (min-width: 769px) {
    .svc-feature-title {
        font-size: 22px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .svc-feature-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.svc-feature-img {
    position: relative;
    width: 100%;
    aspect-ratio: 356 / 224;
    border-radius: 18px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .svc-feature-img {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-img {
        border-radius: 22px;
    }
}

@media (min-width: 1440px) {
    .svc-feature-img {
        border-radius: 24px;
    }
}

.svc-feature-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svc-feature-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6577;
}

@media (min-width: 769px) {
    .svc-feature-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-feature-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.svc-feature-link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1;
}

.svc-feature-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    cursor: pointer;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
}

.svc-feature-link-inner {
    display: flex;
    gap: 4px;
    align-items: center;
}

.svc-feature-link-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #ec582b;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .svc-feature-link-text {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-feature-link-text {
        font-size: 16px;
        line-height: 28px;
    }
}

.svc-feature-link-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

@media (min-width: 769px) {
    .svc-feature-link-icon {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-link-icon {
        width: 20px;
        height: 20px;
    }
}

.svc-feature-link-line {
    width: 100%;
    height: 2px;
    background: #ec582b;
}

@media (max-width: 1200px) {
    .service-section {
        padding: 0 24px;
    }
}

@media (max-width: 1024px) {
    .service-section {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .service-section {
        padding: 0 16px;
    }

    .svc-headline {
        font-size: 24px;
    }

    .svc-features {
        padding: 20px;
    }
}

/* --- Statistics / Social Proof Section --- */
.statistics-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    font-family: 'Noto Sans TC', sans-serif;
    background: linear-gradient(180deg, #f5f7fa 0%, #e9eef5 100%);
    overflow: hidden;
}

@media (min-width: 769px) {
    .statistics-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .statistics-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .statistics-section {
        padding: 0 64px;
    }
}

.stat-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.stat-dots {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image: radial-gradient(circle, #c5d0dd 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 1;
}

.stat-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 48px 0;
}

@media (min-width: 769px) {
    .stat-container {
        padding: 64px 0;
    }
}

@media (min-width: 1024px) {
    .stat-container {
        padding: 80px 0;
    }
}

@media (min-width: 1440px) {
    .stat-container {
        padding: 100px 0;
    }
}

.stat-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 32px;
}

@media (min-width: 769px) {
    .stat-headline {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 48px;
    }
}

@media (min-width: 1024px) {
    .stat-headline {
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 56px;
    }
}

.stat-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 56px;
}

@media (min-width: 769px) {
    .stat-cards {
        gap: 24px;
        margin-bottom: 72px;
    }
}

@media (min-width: 1024px) {
    .stat-cards {
        flex-direction: row;
        gap: 32px;
        margin-bottom: 88px;
    }
}

.stat-card {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    border-radius: 16px;
    border: 2px solid #e9eef3;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.stat-card.stat-entered {
    opacity: 1;
    transform: translateY(0);
}

.stat-card.stat-entered:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px -4px rgba(10, 13, 18, 0.1), 0px 4px 8px -2px rgba(10, 13, 18, 0.06);
}

@media (min-width: 769px) {
    .stat-card {
        padding: 28px 24px;
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .stat-card {
        flex: 1 0 0;
        padding: 32px;
        border-radius: 24px;
    }
}

.stat-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.stat-number {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #1d222b;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .stat-number {
        font-size: 42px;
        line-height: 1.3;
    }
}

@media (min-width: 1024px) {
    .stat-number {
        font-size: 48px;
        line-height: 68px;
    }
}

.stat-divider-wrap {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
}

@media (min-width: 769px) {
    .stat-divider-wrap {
        height: 28px;
    }
}

@media (min-width: 1024px) {
    .stat-divider-wrap {
        height: 32px;
    }
}

.stat-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(185, 193, 207, 0) 0%, #B9C1CF 20%, #B9C1CF 50%, #B9C1CF 80%, rgba(185, 193, 207, 0) 100%);
}

.stat-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 4px;
}

.stat-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #1d222b;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .stat-label {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .stat-label {
        font-size: 18px;
        line-height: 30px;
    }
}

.stat-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #52BB60;
}

@media (min-width: 769px) {
    .stat-arrow {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1024px) {
    .stat-arrow {
        width: 20px;
        height: 20px;
    }
}

.stat-partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-items: center;
}

@media (min-width: 769px) {
    .stat-partners {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .stat-partners {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }
}

@media (min-width: 1440px) {
    .stat-partners {
        grid-template-columns: repeat(6, 1fr);
        gap: 40px;
    }
}

.stat-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 8px 12px;
}

@media (min-width: 769px) {
    .stat-partner {
        height: 70px;
    }
}

@media (min-width: 1024px) {
    .stat-partner {
        height: 80px;
    }
}

.stat-partner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0%) brightness(1) saturate(0.9);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.stat-partner img:hover {
    filter: grayscale(0%) brightness(1.1) saturate(1);
    transform: scale(1.08);
    opacity: 1;
}

/* --- Solution Section --- */
.solution-section {
    background-color: #ffffff;
    padding: 100px 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.solution-container {
    max-width: 1312px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.sol-headline {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #1d222b;
    text-align: center;
}

@media (min-width: 769px) {
    .sol-headline {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (min-width: 1024px) {
    .sol-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.sol-tabs-wrapper {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sol-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.sol-tabs {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-width: max-content;
    padding-bottom: 2px;
}

@media (min-width: 769px) {
    .sol-tabs {
        gap: 24px;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .sol-tabs {
        gap: 32px;
    }
}

@media (min-width: 1440px) {
    .sol-tabs {
        gap: 48px;
    }
}

.sol-tabs::before {
    content: '';
    position: absolute;
    inset: 0;
    border-bottom: 3px solid rgba(185, 193, 207, 0.3);
    pointer-events: none;
}

.sol-tab {
    background: none;
    border: none;
    position: relative;
    padding: 12px 0;
    cursor: pointer;
    flex-shrink: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #5a6577;
    white-space: nowrap;
    transition: color 0.3s;
}

@media (min-width: 769px) {
    .sol-tab {
        padding: 16px 0;
    }
}

@media (min-width: 1024px) {
    .sol-tab {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .sol-tab {
        font-size: 24px;
        line-height: 36px;
    }
}

.sol-tab.active {
    color: #1d222b;
}

.sol-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ec582b;
    opacity: 0;
    transition: opacity 0.3s;
}

.sol-tab.active::after {
    opacity: 1;
}

.sol-carousel {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .sol-carousel {
        height: 460px;
    }
}

@media (min-width: 1024px) {
    .sol-carousel {
        height: 560px;
    }
}

@media (min-width: 1440px) {
    .sol-carousel {
        height: 640px;
    }
}

.sol-carousel-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sol-card-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: calc(100% - 32px);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
    border-radius: 16px;
    overflow: hidden;
    visibility: hidden;
}

@media (min-width: 769px) {
    .sol-card-wrapper {
        max-width: calc(100% - 48px);
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .sol-card-wrapper {
        max-width: calc(100% - 64px);
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .sol-card-wrapper {
        max-width: calc(100% - 128px);
    }
}

.sol-card-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol-card-gradient-active {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5) 100%);
}

.sol-card-gradient-inactive {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.sol-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding: 24px 20px;
    height: 150px;
}

@media (min-width: 769px) {
    .sol-card-content {
        padding: 32px;
        height: 180px;
    }
}

@media (min-width: 1024px) {
    .sol-card-content {
        padding: 40px 48px;
        height: 220px;
    }
}

@media (min-width: 1440px) {
    .sol-card-content {
        padding: 56px 64px;
        height: 270px;
    }
}

.sol-card-content-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.sol-card-content-blur {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    mask-image: linear-gradient(to top, black 0%, black 30%, transparent 70%);
    -webkit-mask-image: linear-gradient(to top, black 0%, black 30%, transparent 70%);
    pointer-events: none;
}

.sol-card-content-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 10;
}

@media (min-width: 769px) {
    .sol-card-content-inner {
        gap: 20px;
    }
}

@media (min-width: 1440px) {
    .sol-card-content-inner {
        flex-direction: row;
        align-items: center;
        gap: 100px;
    }
}

.sol-card-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: white;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 769px) {
    .sol-card-desc {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .sol-card-desc {
        font-size: 18px;
        line-height: 1.75;
    }
}

@media (min-width: 1440px) {
    .sol-card-desc {
        font-size: 20px;
        line-height: 32px;
    }
}

.sol-more-link {
    display: none;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    flex-shrink: 0;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
}

@media (min-width: 769px) {
    .sol-more-link {
        display: flex;
    }
}

.sol-more-link-inner {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sol-more-link-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .sol-more-link-text {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .sol-more-link-text {
        font-size: 24px;
        line-height: 36px;
    }
}

.sol-more-link-line {
    width: 100%;
    height: 2px;
    background: white;
}

@media (max-width: 1200px) {
    .solution-section {
        padding: 80px 32px;
    }
}

@media (max-width: 768px) {
    .solution-section {
        padding: 60px 16px;
    }

    .sol-headline {
        font-size: 24px;
    }

    .sol-tabs {
        justify-content: flex-start;
    }

    .sol-tab {
        font-size: 16px;
    }

    .sol-card-content {
        padding: 20px;
        height: auto;
        min-height: 120px;
    }

    .sol-card-desc {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
}

.solution-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.headline {
    text-align: center;
}

.headline h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
}

.tabs-nav {
    display: flex;
    gap: 40px;
    border-bottom: 2px solid rgba(185, 193, 207, 0.2);
    width: 100%;
    justify-content: center;
}

.tab-item {
    padding: 16px 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--neutral-500);
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-item:hover {
    color: var(--neutral-700);
}

.tab-item.active {
    color: var(--neutral-700);
    border-bottom-color: var(--primary-orange);
}

.industry-display {
    position: relative;
    width: 100%;
    height: 635px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-card {
    position: absolute;
    width: 1130px;
    height: 635px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 1;
}

.category-card.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    z-index: 10;
}

.category-card.prev {
    opacity: 0.3;
    transform: translateX(-400px) scale(0.8);
    pointer-events: none;
    z-index: 5;
}

.category-card.next {
    opacity: 0.3;
    transform: translateX(400px) scale(0.8);
    pointer-events: none;
    z-index: 5;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 270px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    display: flex;
    align-items: flex-end;
    padding: 64px;
    color: #fff;
}

.overlay-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 120px;
}

.overlay-text {
    flex: 1;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.overlay-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.overlay-link:hover {
    transform: translateX(5px);
}

.link-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
}

.link-underline {
    height: 1px;
    background-color: #fff;
    width: 100%;
}

@media (max-width: 1200px) {
    .category-card {
        width: 90%;
    }

    .overlay-content {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .solution-section {
        padding: 60px 20px;
    }

    .headline h2 {
        font-size: 28px;
    }

    .tabs-nav {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 8px;
    }

    .tab-item {
        font-size: 18px;
    }

    .overlay-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .category-card {
        height: 500px;
    }

    .card-overlay {
        padding: 30px;
        height: auto;
    }
}

/* --- XRemote Section --- */
.xremote-section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

@media (min-width: 769px) {
    .xremote-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .xremote-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .xremote-section {
        padding: 0 64px;
    }
}

.xr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

@media (min-width: 769px) {
    .xr-container {
        padding: 48px 0;
    }
}

@media (min-width: 1024px) {
    .xr-container {
        padding: 64px 0;
    }
}

@media (min-width: 1440px) {
    .xr-container {
        padding: 80px 0;
    }
}

.xr-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 769px) {
    .xr-main {
        gap: 40px;
    }
}

@media (min-width: 1024px) {
    .xr-main {
        flex-direction: row;
        gap: 48px;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    .xr-main {
        gap: 64px;
    }
}

.xr-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xr-content.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .xr-content {
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .xr-content {
        flex: 1 1 0;
        min-width: 0;
        flex-shrink: 1;
    }
}

.xr-logo {
    padding: 8px 12px;
}

.xr-logo img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 769px) {
    .xr-logo img {
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .xr-logo img {
        height: 48px;
    }
}

.xr-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185, 193, 207, 0) 100%);
}

.xr-text {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 769px) {
    .xr-text {
        gap: 16px;
    }
}

.xr-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
}

@media (min-width: 769px) {
    .xr-subtitle {
        font-size: 22px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .xr-subtitle {
        font-size: 24px;
        line-height: 36px;
    }
}

.xr-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.65;
    color: #5a6577;
    max-width: 600px;
}

@media (min-width: 769px) {
    .xr-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .xr-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.xr-btn-wrapper {
    padding-left: 12px;
    padding-top: 8px;
}

@media (min-width: 769px) {
    .xr-btn-wrapper {
        padding-top: 16px;
    }
}

@media (min-width: 1024px) {
    .xr-btn-wrapper {
        padding-top: 24px;
    }
}

.xr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d243f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    transition: opacity 0.3s;
    text-decoration: none;
}

@media (min-width: 769px) {
    .xr-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

.xr-btn:hover {
    opacity: 0.9;
}

.xr-btn svg {
    width: 20px;
    height: 20px;
}

.xr-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xr-video-wrap.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .xr-video-wrap {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .xr-video-wrap {
        width: 55%;
        aspect-ratio: 4 / 3;
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .xr-video-wrap {
        width: 640px;
    }
}

.xr-video-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Home Hero Section --- */
.home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    background-color: var(--brand-900);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 36, 63, 0.4) 0%, rgba(13, 36, 63, 0.8) 100%);
}

/* Header & Nav */
.hero-header {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 24px 64px;
}

.nav-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-img {
    height: 32px;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--neutral-100);
    letter-spacing: -0.5px;
}

.main-nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.main-nav a {
    color: var(--neutral-100);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.main-nav a:hover {
    opacity: 0.8;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.lang-.elementor-35708 .elementor-element.elementor-element-f0693d1 {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--neutral-100);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--neutral-100);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* Hero Content */
.hero-content-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding: 0 64px;
}

.hero-container {
    max-width: 1440px;
    width: 100%;
}

.hero-text {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.hero-divider {
    width: 80px;
    height: 2px;
    background-color: var(--neutral-100);
    opacity: 0.6;
}

.hero-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--neutral-100);
    letter-spacing: -1px;
}

.hero-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 720px;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary-orange);
    color: var(--neutral-100);
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px rgba(236, 88, 43, 0.3);
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 16px rgba(236, 88, 43, 0.4);
    background-color: #d14720;
}

/* Responsiveness */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 48px;
    }

    .main-nav {
        display: none;
        /* Hide nav links on smaller screens for now */
    }
}

@media (max-width: 768px) {
    .hero-header {
        padding: 24px 32px;
    }

    .hero-content-wrap {
        padding: 0 32px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-desc {
        font-size: 18px;
    }

    .hero-cta {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .header-right {
        gap: 16px;
    }

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

/* --- About Pages Sections --- */

/* Intro Section */
.intro-section-wrapper {
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 64px;
}

.intro-section-container {
    max-width: 1440px;
    width: 100%;
    padding: 120px 0;
}

.intro-section-content {
    display: flex;
    gap: 64px;
    align-items: center;
    padding: 32px 0;
    background: white;
}

.intro-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.intro-logo {
    width: 192px;
    height: 48px;
    padding: 8px 12px;
}

.intro-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, transparent 100%);
}

.intro-text-content {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.intro-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: var(--neutral-700);
}

.intro-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--neutral-500);
    max-width: 560px;
}

.intro-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

/* Country / Base Section */
.country-section {
    background-color: white;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.country-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.country-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
    text-align: center;
}

.country-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    width: 100%;
}

.country-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.item-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.item-dot {
    width: 8px;
    height: 8px;
    background-color: var(--primary-orange);
    border-radius: 50%;
}

.item-date {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-orange);
    white-space: nowrap;
}

.item-line {
    flex: 1;
    height: 1px;
    background-color: var(--tab-border);
}

.country-card {
    background-color: white;
    border: var(--card-border);
    border-radius: 32px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.country-card .image-wrap {
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
}

.country-card .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-card .content {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.country-card .city {
    font-size: 20px;
    font-weight: 700;
    color: var(--neutral-700);
}

.country-card .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--neutral-500);
}

/* Common Responsive for About Sections */
@media (max-width: 1200px) {
    .intro-section-content {
        flex-direction: column;
        gap: 48px;
    }

    .intro-right {
        justify-content: center;
        width: 100%;
    }

    .visual-frame {
        max-width: 100%;
    }

    .country-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .intro-section-wrapper,
    .country-section {
        padding: 60px 24px;
    }

    .country-grid {
        grid-template-columns: 1fr;
    }

    .country-headline {
        font-size: 28px;
    }
}

/* Award Section */
.award-section {
    background-color: var(--stats-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 64px;
}

.award-container {
    max-width: 1440px;
    width: 100%;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.award-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
}

.awards-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.award-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px 12px;
    border-bottom: 1px solid var(--neutral-400, #b9c1cf);
}

.award-item:last-child {
    border-bottom: none;
}

.award-flag {
    width: 32px;
    height: 32px;
}

.award-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--neutral-700);
}

/* Patent Section */
.patent-section {
    background-color: var(--neutral-100);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 64px;
}

.patent-container {
    max-width: 1440px;
    width: 100%;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.patent-headline {
    font-size: 36px;
    font-weight: 700;
    color: var(--neutral-700);
}

.patent-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    width: 100%;
}

.patent-card {
    height: 404px;
    width: 100%;
    perspective: 1000px;
    cursor: pointer;
}

.patent-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.patent-card:hover .patent-card-inner {
    transform: rotateY(180deg);
}

.patent-card-front,
.patent-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 32px;
    border: 3px solid var(--neutral-200);
    padding: 12px;
    background-color: var(--neutral-100);
}

.patent-card-back {
    transform: rotateY(180deg);
}

.front-container,
.back-container {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.front-container-bg,
.back-container-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.back-container-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--brand-900);
    opacity: 0.85;
    z-index: 2;
}

.patent-header-frame {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.patent-icon {
    width: 30px;
    height: 42px;
}

.patent-code {
    font-size: 30px;
    font-weight: 700;
    color: var(--neutral-500);
}

.patent-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--neutral-700);
    position: relative;
    z-index: 2;
}

.patent-description {
    font-size: 18px;
    line-height: 1.6;
    color: var(--neutral-100);
    position: relative;
    z-index: 3;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .patent-features {
        grid-template-columns: 1fr;
    }

    .award-text,
    .patent-name,
    .patent-code {
        font-size: 20px;
    }

    .award-container,
    .patent-container {
        padding: 80px 0;
        gap: 40px;
    }
}

@media (max-width: 768px) {

    .award-section,
    .patent-section {
        padding: 0 24px;
    }

    .award-headline,
    .patent-headline {
        font-size: 28px;
        text-align: center;
    }
}

/* --- Marq+ Industry Section --- */
.marq-plus-industry {
    padding: 120px 64px;
    background-color: var(--neutral-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marq-plus-industry .headline {
    font-size: 36px;
    font-weight: 500;
    color: var(--brand-900);
    text-align: center;
    line-height: 1.5;
}

.features-container {
    max-width: 1440px;
    width: 100%;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.feature-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 421 / 306;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.card-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 65%);
    z-index: 2;
}

.card-bottom-vignette {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 109px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    z-index: 3;
}

.card-content {
    position: relative;
    z-index: 4;
    text-align: center;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
}

/* Industry Responsive */
@media (max-width: 1200px) {
    .marq-plus-industry {
        padding: 80px 40px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .marq-plus-industry {
        padding: 60px 20px;
        gap: 32px;
    }

    .marq-plus-industry .headline {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .marq-plus-industry .headline {
        font-size: 24px;
    }

    .card-title {
        font-size: 20px;
    }
}

/* --- Marq+ Step Section --- */
.marq-plus-steps {
    padding: 120px 64px;
    background-color: var(--neutral-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marq-plus-steps .headline {
    font-size: 36px;
    font-weight: 500;
    color: var(--brand-900);
    text-align: center;
}

.carousel-container {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 1440px;
}

.step-card {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 381px;
    transition: flex 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    background-color: #ffffff;
    border: 1px solid var(--neutral-200);
}

.step-card.expanded {
    flex: 3;
    display: flex;
    padding: 12px;
    gap: 12px;
}

.step-card.collapsed {
    flex: 1;
    cursor: pointer;
}

.step-card.collapsed:hover {
    box-shadow: var(--shadow-hover);
}

.collapsed .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expanded-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding-left: 32px;
}

.expanded-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--brand-900);
    margin-bottom: 8px;
}

.expanded-text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--neutral-500);
    line-height: 1.6;
}

.qr-code {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.app-stores {
    display: flex;
    gap: 12px;
}

.app-stores img {
    height: 35px;
    width: auto;
}

.expanded-image-container {
    flex: 1.5;
    background-color: #f1f5fa;
    border-radius: 16px;
    overflow: hidden;
}

.expanded-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Step Responsive */
@media (max-width: 1200px) {
    .marq-plus-steps {
        padding: 80px 40px;
    }
}

@media (max-width: 992px) {
    .carousel-container {
        flex-direction: column;
        gap: 24px;
    }

    .step-card {
        height: auto;
        flex: none !important;
        width: 100%;
    }

    .step-card.expanded {
        flex-direction: column;
        padding: 32px;
    }

    .expanded-content {
        padding-left: 0;
        align-items: center;
        text-align: center;
    }

    .expanded-image-container {
        aspect-ratio: 16 / 9;
    }

    .step-card.collapsed {
        display: none;
        /* In simple HTML version, we stack or hide collapsed */
    }
}

@media (max-width: 768px) {
    .marq-plus-steps {
        padding: 60px 20px;
        gap: 32px;
    }

    .marq-plus-steps .headline {
        font-size: 28px;
    }
}

/* --- Marq+ Home Hero Section --- */
.marq-plus-hero {
    position: relative;
    width: 100%;
    height: 1100px;
    background-color: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 64px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27%);
    z-index: 2;
}

.hero-gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.hero-container {
    position: relative;
    z-index: 4;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: flex-start;
    padding-top: 120px;
}

.hero-logo img {
    width: 360px;
    height: auto;
}

.features {
    display: flex;
    gap: 16px;
    align-items: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 152px;
}

.feature-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
}

.feature-item p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.75;
}

.separator {
    width: 1.5px;
    height: 104px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

.hero-mockup {
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.5));
}

.hero-mockup img {
    width: 749px;
    height: auto;
}

/* Home Hero Responsive */
@media (max-width: 1400px) {
    .marq-plus-hero {
        padding: 0 40px;
    }

    .hero-mockup {
        right: 40px;
    }

    .hero-mockup img {
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .hero-mockup img {
        width: 500px;
    }

    .hero-logo img {
        width: 320px;
    }
}

@media (max-width: 992px) {
    .marq-plus-hero {
        height: auto;
        min-height: 800px;
        flex-direction: column;
        justify-content: center;
        padding: 80px 40px;
    }

    .hero-mockup {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        margin-top: 60px;
    }

    .hero-mockup img {
        width: 400px;
    }

    .hero-content {
        align-items: center;
        text-align: center;
        padding-top: 0;
    }

    .hero-logo {
        margin-bottom: 0;
    }

    .features {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .marq-plus-hero {
        padding: 60px 20px;
    }

    .features {
        flex-direction: column;
        gap: 24px;
    }

    .separator {
        width: 100%;
        height: 1.5px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    }

    .feature-item {
        width: 100%;
        text-align: center;
    }

    .hero-mockup img {
        width: 344px;
    }
}

/* ============================================
   SOLUTION PAGE DESIGN SYSTEM
   ============================================ */

/* --- Solution Hero Section --- */
.solution-hero {
    position: relative;
    width: 100%;
    min-height: var(--solution-hero-min-height, 640px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--solution-hero-radius, 0 0 64px 64px);
}

.solution-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.solution-hero-overlay-top {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27%);
    z-index: 1;
}

.solution-hero-overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.solution-hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 100%;
    max-width: var(--solution-content-max, 880px);
    padding: 80px 20px;
}

.solution-hero-title {
    font-size: var(--solution-hero-title-size, 48px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
}

.solution-hero-description {
    font-size: var(--solution-hero-desc-size, 18px);
    font-weight: 500;
    line-height: 1.67;
    max-width: 100%;
}

@media (min-width: 769px) {
    .solution-hero {
        border-radius: 0 0 48px 48px;
    }

    .solution-hero-content {
        padding: 100px 40px;
    }
}

@media (min-width: 1024px) {
    .solution-hero {
        border-radius: 0 0 64px 64px;
    }

    .solution-hero-content {
        padding: 120px 64px;
    }
}

/* --- Solution Industry Section (Accordion) --- */
.solution-industry {
    width: 100%;
    background-color: white;
    padding: var(--solution-section-padding, 120px 64px);
}

.solution-industry-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-industry-headline {
    text-align: center;
    margin-bottom: 64px;
}

.solution-industry-headline h2 {
    font-size: var(--solution-title-size, 36px);
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700, #1d222b);
}

.solution-industry-content {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.solution-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution-accordion-item {
    background-color: white;
    border-bottom: 2px solid var(--solution-border, #d3dde6);
}

.solution-accordion-item:first-child {
    border-top: 2px solid var(--solution-border, #d3dde6);
}

.solution-accordion-progress {
    height: 4px;
    background-color: var(--primary-orange, #ec582b);
    width: 0;
    transition: width 5s linear;
}

.solution-accordion-item.active .solution-accordion-progress {
    width: 100%;
}

.solution-accordion-header {
    cursor: pointer;
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: none;
}

.solution-accordion-title {
    font-size: var(--solution-card-title-size, 24px);
    font-weight: 700;
    color: var(--neutral-700, #1d222b);
    text-align: left;
}

.solution-accordion-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.solution-accordion-item.active .solution-accordion-icon {
    transform: rotate(180deg);
}

.solution-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.solution-accordion-item.active .solution-accordion-body {
    max-height: 200px;
}

.solution-accordion-description {
    font-size: var(--solution-text-size, 18px);
    line-height: 1.6;
    color: var(--neutral-500, #5a6577);
    padding-bottom: 32px;
}

.solution-industry-images {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.solution-industry-image {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 640 / 524;
}

.solution-industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .solution-industry-content {
        flex-direction: column;
    }

    .solution-industry-images {
        display: none;
    }
}

/* --- Solution Social Proof Section --- */
.solution-social-proof {
    width: 100%;
    background-color: var(--solution-bg-light, #f1f5fa);
    padding: 80px 64px;
}

.solution-social-proof-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-social-proof-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 32px;
}

.solution-social-proof-logo {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-social-proof-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.3s, opacity 0.3s;
}

.solution-social-proof-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.solution-social-proof-text {
    text-align: center;
    font-size: var(--solution-text-size, 18px);
    font-weight: 500;
    color: var(--neutral-500, #5a6577);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .solution-social-proof {
        padding: 60px 20px;
    }

    .solution-social-proof-logos {
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .solution-hero-title {
        font-size: 32px;
    }

    .solution-hero-description {
        font-size: 16px;
    }

    .solution-industry-headline h2 {
        font-size: 28px;
    }

    .solution-intro-subtitle {
        font-size: 24px;
    }

    .solution-case-headline h2 {
        font-size: 28px;
    }
}

/* --- Solution Intro Section --- */
.solution-intro {
    width: 100%;
    background-color: white;
    padding: var(--solution-section-padding, 120px 64px);
}

.solution-intro-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-intro-content {
    display: flex;
    gap: 64px;
    align-items: center;
}

.solution-intro-content.reverse {
    flex-direction: row-reverse;
}

.solution-intro-text {
    flex: 1;
}

.solution-intro-subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700, #1d222b);
    margin-bottom: 16px;
}

.solution-intro-divider {
    height: 2px;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, transparent 100%);
    margin-bottom: 16px;
}

.solution-intro-description {
    font-size: var(--solution-text-size, 18px);
    font-weight: 500;
    line-height: 1.67;
    color: var(--neutral-500, #5a6577);
    max-width: 600px;
}

.solution-intro-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.solution-intro-image img {
    max-width: 480px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.solution-intro-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--brand-900, #0d243f);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    transition: all 0.3s ease;
}

.solution-intro-btn:hover {
    background-color: #1a3a5e;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {

    .solution-intro-content,
    .solution-intro-content.reverse {
        flex-direction: column;
        text-align: left;
    }

    .solution-intro-image {
        order: -1;
    }

    .solution-intro-description {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .solution-intro {
        padding: 60px 20px;
    }
}

/* --- Solution Case Section --- */
.solution-case {
    width: 100%;
    background-color: var(--solution-bg-light, #f1f5fa);
    padding: var(--solution-section-padding, 120px 64px);
}

.solution-case-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-case-headline {
    text-align: center;
    margin-bottom: 48px;
}

.solution-case-headline h2 {
    font-size: var(--solution-title-size, 36px);
    font-weight: 700;
    color: var(--neutral-700, #1d222b);
}

.solution-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.solution-case-card {
    background-color: white;
    border-radius: 32px;
    overflow: hidden;
    border: 3px solid var(--neutral-200, #e9eef3);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.solution-case-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover, 0px 20px 40px 0px rgba(0, 0, 0, 0.08));
}

.solution-case-image {
    aspect-ratio: 435 / 334;
    overflow: hidden;
}

.solution-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.solution-case-card:hover .solution-case-image img {
    transform: scale(1.05);
}

.solution-case-content {
    padding: 24px 16px;
}

.solution-case-title {
    font-size: var(--solution-card-title-size, 24px);
    font-weight: 700;
    color: var(--neutral-700, #1d222b);
    margin-bottom: 8px;
}

.solution-case-date {
    font-size: var(--solution-text-size, 18px);
    font-weight: 500;
    color: var(--neutral-500, #5a6577);
}

@media (max-width: 1024px) {
    .solution-case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .solution-case {
        padding: 60px 20px;
    }

    .solution-case-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }
}

/* --- Solution Footer --- */
.solution-footer {
    width: 100%;
    background-color: var(--brand-900, #0d243f);
    padding: 80px 64px 40px;
}

.solution-footer-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin-bottom: 48px;
}

.solution-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solution-footer-logo {
    height: 32px;
}

.solution-footer-contact {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.solution-footer-links h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-orange, #ec582b);
    margin-bottom: 16px;
}

.solution-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-footer-links li {
    margin-bottom: 8px;
}

.solution-footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.solution-footer-links a:hover {
    opacity: 0.8;
}

.solution-footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 12px;
}

@media (max-width: 768px) {
    .solution-footer {
        padding: 60px 20px 40px;
    }

    .solution-footer-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

/* ============================================
   XRemote Section - Scroll Animations
   ============================================ */
.xremote-section .xremote-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .xremote-section .xremote-main {
        flex-direction: row;
        gap: 64px;
        align-items: center;
    }
}

.xremote-section .xremote-content.xr-animate {
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xremote-section .xremote-content.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

.xremote-section .xremote-visual.xr-animate {
    opacity: 0;
    transform: translateX(64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xremote-section .xremote-visual.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   CoreXR Section - Scroll Animations
   ============================================ */
.corexr-section .corexr-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .corexr-section .corexr-main {
        flex-direction: row-reverse;
        gap: 64px;
        align-items: center;
    }
}

/* ============================================
   More Product Section - Scroll Animations
   ============================================ */
.moreproduct-section .mp-card-body.mp-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.moreproduct-section .mp-card-body.mp-animate.mp-entered {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Blog Section - Scroll Animations
   ============================================ */
.blog-section .blog-card.blog-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.blog-section .blog-card.blog-entered {
    opacity: 1;
    transform: translateY(0);
}

.blog-section .blog-card.blog-entered:hover {
    transform: translateY(-4px);
}

/* ============================================
   Service Section - Scroll Animations
   ============================================ */
.service-section .svc-feature.svc-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.service-section .svc-feature.svc-entered {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   XRemote Product Page Sections
   ========================================================================== */

/* --- XRemote Hero Section --- */
.xremote-hero {
    --radius-button: 8px;
    --elevation-sm: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    --ring: rgba(188, 199, 212, 1);
    position: relative;
    width: 100%;
    height: 840px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .xremote-hero {
        height: 740px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero {
        height: 640px;
    }
}

@media (max-width: 768px) {
    .xremote-hero {
        height: 560px;
    }
}

.xremote-hero__bg {
    position: absolute;
    inset: 0;
    border-radius: 0 0 64px 64px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .xremote-hero__bg {
        border-radius: 0 0 56px 56px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__bg {
        border-radius: 0 0 48px 48px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__bg {
        border-radius: 0 0 32px 32px;
    }
}

.xremote-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.xremote-hero__content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

@media (min-width: 769px) {
    .xremote-hero__content {
        padding: 0 48px;
    }
}

@media (min-width: 1024px) {
    .xremote-hero__content {
        padding: 0 64px;
    }
}

.xremote-hero__inner {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xremote-hero__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 880px;
    width: 90%;
    padding-bottom: 120px;
}

@media (max-width: 1439px) {
    .xremote-hero__col {
        max-width: 780px;
        gap: 28px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__col {
        max-width: 680px;
        gap: 28px;
        padding-top: 32px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__col {
        max-width: 90%;
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 60px;
    }
}

.xremote-hero__logo {
    height: 82px;
    width: auto;
    display: block;
}

@media (max-width: 1439px) {
    .xremote-hero__logo {
        height: 65px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__logo {
        height: 49px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__logo {
        height: 41px;
    }
}

.xremote-hero__desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.67;
    font-size: clamp(15px, 1.8vw, 18px);
    margin: 0;
    padding: 0 16px;
}

@media (max-width: 768px) {
    .xremote-hero__desc {
        padding: 0;
    }
}

.xremote-hero__cta {
    display: inline-block;
    background: #fff;
    color: #1d222b;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 20px;
    border: none;
    border-radius: var(--radius-button);
    box-shadow: var(--elevation-sm);
    cursor: pointer;
    white-space: nowrap;
    transition: background 200ms ease, box-shadow 200ms ease;
}

.xremote-hero__cta:hover {
    background: #e9eef3;
}

.xremote-hero__cta:active {
    background: #d3d3d3;
}

.xremote-hero__cta:focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: 2px;
}

.xremote-hero__animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 600ms cubic-bezier(0, 0, 0.58, 1), transform 600ms cubic-bezier(0, 0, 0.58, 1);
}

.xremote-hero__animate.is-animated {
    opacity: 1;
    transform: translateY(0);
}

/* --- XRemote Intro Section --- */
.xremote-intro {
    background: white;
    width: 100%;
    box-sizing: border-box;
}

.xremote-intro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-intro-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
}

.xremote-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin-top: -160px;
    z-index: 20;
}

.xremote-intro-video-card {
    position: relative;
    width: 100%;
    padding-bottom: 56.17%;
    border-radius: 16px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #1a1a2e;
}

.xremote-intro-video-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

.xremote-intro-headline {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #0d243f;
    margin: 0;
}

.xremote-intro-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid rgba(185, 193, 207, 0.3);
}

.xremote-intro-tabs-inner {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.xremote-intro-tab-btn {
    position: relative;
    padding: 8px 0 16px;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    color: #5a6577;
    transition: color 0.2s;
}

.xremote-intro-tab-btn.active {
    color: #1d222b;
}

.xremote-intro-tab-indicator {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #ec582b;
    border-radius: 2px 2px 0 0;
    display: none;
}

.xremote-intro-tab-btn.active .xremote-intro-tab-indicator {
    display: block;
}

.xremote-intro-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.xremote-intro-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.65;
    color: #3d4555;
    text-align: center;
    max-width: 900px;
    margin: 0;
}

.xremote-intro-img-wrap {
    width: 100%;
    max-width: 1277px;
}

.xremote-intro-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 769px) {
    .xremote-intro-container {
        padding: 0 32px;
    }

    .xremote-intro-inner {
        gap: 48px;
        padding-top: 24px;
        padding-bottom: 80px;
    }

    .xremote-intro-video-wrap {
        margin-top: -200px;
    }

    .xremote-intro-video-card {
        border-radius: 24px;
    }

    .xremote-intro-video-card iframe {
        border-radius: 24px;
    }

    .xremote-intro-headline {
        font-size: 28px;
    }

    .xremote-intro-tabs-inner {
        gap: 48px;
    }

    .xremote-intro-tab-btn {
        font-size: 20px;
    }

    .xremote-intro-desc {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .xremote-intro-video-wrap {
        margin-top: -230px;
    }

    .xremote-intro-headline {
        font-size: 32px;
    }
}

@media (min-width: 1440px) {
    .xremote-intro-container {
        padding: 0 64px;
    }

    .xremote-intro-inner {
        gap: 64px;
        padding-top: 32px;
        padding-bottom: 120px;
    }

    .xremote-intro-video-wrap {
        margin-top: -280px;
    }

    .xremote-intro-headline {
        font-size: 36px;
    }

    .xremote-intro-tabs-inner {
        gap: 64px;
    }

    .xremote-intro-tab-btn {
        font-size: 24px;
    }

    .xremote-intro-desc {
        font-size: 18px;
    }
}

/* --- XRemote Social Proof Section --- */
.xremote-social {
    background: #f1f5fa;
    width: 100%;
    box-sizing: border-box;
}

.xremote-social-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-social-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    padding: 60px 0;
}

.xremote-social-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.xremote-social-logo-item {
    height: 60px;
    flex: 1;
    min-width: 120px;
    max-width: 280px;
}

.xremote-social-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.xremote-social-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #3d4555;
    text-align: center;
    width: 100%;
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-social-container {
        padding: 0 32px;
    }

    .xremote-social-inner {
        padding: 80px 0;
    }

    .xremote-social-logos {
        gap: 48px;
    }

    .xremote-social-logo-item {
        height: 80px;
    }

    .xremote-social-text {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .xremote-social-container {
        padding: 0 64px;
    }

    .xremote-social-logos {
        gap: 80px;
    }

    .xremote-social-logo-item {
        height: 100px;
    }

    .xremote-social-text {
        font-size: 24px;
    }
}

/* --- XRemote Product Intro Section (Split Items) --- */
.xremote-product {
    background: white;
    width: 100%;
    box-sizing: border-box;
}

.xremote-product-spacer {
    height: 60px;
}

.xremote-product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.xremote-product-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    padding: 0;
}

.xremote-product-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding: 32px 0;
    width: 100%;
}

.xremote-product-img-wrap {
    width: 100%;
    opacity: 0;
    transform: translateX(-48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.xremote-product-row.reverse .xremote-product-img-wrap {
    transform: translateX(48px);
}

.xremote-product-img-aspect {
    width: 100%;
    aspect-ratio: 640 / 480;
}

.xremote-product-img-aspect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.xremote-product-text-block {
    flex: 1;
    min-width: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.1s;
}

.xremote-product-row.reverse .xremote-product-text-block {
    transform: translateX(-48px);
}

.xremote-product-text-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
}

.xremote-product-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: rgba(13, 36, 63, 1);
    margin: 0;
}

.xremote-product-line {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185, 193, 207, 0) 100%);
    margin: 0;
}

.xremote-product-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5a6577;
    max-width: 600px;
    margin: 0;
}

.xremote-product-row.animated .xremote-product-img-wrap,
.xremote-product-row.animated .xremote-product-text-block {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1023px) {

    .xremote-product-img-wrap,
    .xremote-product-row.reverse .xremote-product-img-wrap {
        transform: translateY(32px);
    }

    .xremote-product-text-block,
    .xremote-product-row.reverse .xremote-product-text-block {
        transform: translateY(32px);
    }

    .xremote-product-row.animated .xremote-product-img-wrap,
    .xremote-product-row.animated .xremote-product-text-block {
        transform: translateY(0);
    }
}

@media (min-width: 769px) {
    .xremote-product-container {
        padding: 0 24px;
    }

    .xremote-product-row {
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .xremote-product-container {
        padding: 0 32px;
    }

    .xremote-product-inner {
        padding: 0;
    }

    .xremote-product-row {
        flex-direction: row;
        gap: 64px;
    }

    .xremote-product-row.reverse {
        flex-direction: row-reverse;
    }

    .xremote-product-img-wrap {
        width: 480px;
        flex-shrink: 0;
    }

    .xremote-product-title {
        font-size: 30px;
        line-height: 46px;
    }

    .xremote-product-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 1440px) {
    .xremote-product-container {
        padding: 0 64px;
    }

    .xremote-product-inner {
        padding: 32px 0;
    }

    .xremote-product-spacer {
        height: 120px;
    }

    .xremote-product-img-wrap {
        width: 640px;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .xremote-product-spacer {
        height: 80px;
    }
}

/* --- XRemote Features Section --- */
.xremote-features {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
}

.xremote-features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.xremote-features-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-features-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 80px 0;
    opacity: 0;
    transform: translateY(48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.xremote-features-inner.animated {
    opacity: 1;
    transform: translateY(0);
}

.xremote-features-headline {
    max-width: 900px;
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: white;
    margin: 0;
}

.xremote-features-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.xremote-feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex: 1;
    min-width: 256px;
    max-width: 400px;
}

.xremote-feature-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.xremote-feature-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    color: white;
    width: 100%;
}

.xremote-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    color: white;
}

.xremote-feature-lines {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: white;
}

.xremote-feature-lines p {
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-features-content {
        padding: 0 32px;
    }

    .xremote-features-inner {
        gap: 56px;
        padding: 120px 0;
    }

    .xremote-features-headline {
        font-size: 30px;
    }

    .xremote-features-grid {
        flex-direction: row;
        align-items: flex-start;
    }

    .xremote-feature-icon {
        width: 100px;
        height: 100px;
    }

    .xremote-feature-title {
        font-size: 22px;
    }

    .xremote-feature-lines {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .xremote-features-headline {
        font-size: 36px;
        line-height: 54px;
    }

    .xremote-feature-title {
        font-size: 24px;
    }

    .xremote-feature-lines {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .xremote-features-content {
        padding: 0 64px;
    }

    .xremote-features-inner {
        gap: 64px;
        padding: 160px 0;
    }
}

/* --- XRemote Case Section --- */
.xremote-cases {
    width: 100%;
    box-sizing: border-box;
    background: white;
}

.xremote-case-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.xremote-case-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    padding: 80px 0;
}

.xremote-case-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: #1d222b;
    margin: 0;
    text-align: center;
    width: 100%;
}

.xremote-case-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    width: 100%;
}

.xremote-case-card-outer {
    flex: 1;
    min-width: 256px;
    padding-top: 8px;
    transition: padding 0.2s;
    cursor: pointer;
    opacity: 0;
    transform: translateY(48px);
}

.xremote-case-card-outer.animated {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, padding 0.2s;
}

.xremote-case-card-outer:hover {
    padding-top: 0;
    padding-bottom: 8px;
}

.xremote-case-card {
    background: white;
    height: 440px;
    position: relative;
    border-radius: 32px;
    width: 100%;
    overflow: hidden;
}

.xremote-case-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    height: 100%;
}

.xremote-case-card-img {
    flex: 1;
    min-height: 0;
    position: relative;
    border-radius: 24px;
    width: 100%;
    overflow: hidden;
}

.xremote-case-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 24px;
}

.xremote-case-card-text {
    flex-shrink: 0;
    width: 100%;
    padding: 24px 16px;
}

.xremote-case-card-text-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xremote-case-card-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #1d222b;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xremote-case-card-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #5a6577;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xremote-case-card-border {
    position: absolute;
    inset: 0;
    border: 3px solid #e9eef3;
    border-radius: 32px;
    pointer-events: none;
    transition: box-shadow 0.2s;
}

.xremote-case-card-outer:hover .xremote-case-card-border {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 769px) {
    .xremote-case-container {
        padding: 0 32px;
    }

    .xremote-case-inner {
        padding: 100px 0;
    }

    .xremote-case-grid {
        flex-direction: row;
    }

    .xremote-case-headline {
        font-size: 32px;
        text-align: left;
    }

    .xremote-case-card-title {
        font-size: 22px;
    }

    .xremote-case-card-desc {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .xremote-case-card {
        height: 480px;
    }

    .xremote-case-headline {
        font-size: 36px;
        line-height: 54px;
    }

    .xremote-case-card-title {
        font-size: 24px;
    }

    .xremote-case-card-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

/* --- XRemote FAQ Section --- */
.xremote-faq {
    background: #f1f5fa;
    width: 100%;
    box-sizing: border-box;
}

.xremote-faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.xremote-faq-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    padding: 64px 0;
}

.xremote-faq-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    color: rgba(13, 36, 63, 1);
    text-align: center;
    margin: 0;
}

.xremote-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.xremote-faq-item {
    background: white;
    border-radius: 16px;
    width: 100%;
    cursor: pointer;
    position: relative;
    text-align: left;
    border: none;
    padding: 0;
    font: inherit;
    outline: none;
}

.xremote-faq-item-border {
    position: absolute;
    inset: 0;
    border: 1px solid #d3dde6;
    border-radius: 16px;
    pointer-events: none;
    box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.06);
}

.xremote-faq-item-inner {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    width: 100%;
    position: relative;
}

.xremote-faq-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.xremote-faq-item-question {
    flex: 1;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: rgba(13, 36, 63, 1);
    letter-spacing: 0.1px;
    margin: 0;
}

.xremote-faq-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    flex-shrink: 0;
    transition: background 0.4s ease-out, box-shadow 0.4s ease-out;
    background: #e9eef3;
    box-shadow: 0px 0.5px 1px 0px rgba(25, 33, 61, 0.07);
}

.xremote-faq-item.open .xremote-faq-chevron {
    background: #ec582b;
    box-shadow: none;
}

.xremote-faq-chevron-svg {
    width: 10px;
    height: 10px;
    display: block;
    flex-shrink: 0;
    overflow: visible;
    transition: transform 0.4s ease-out;
    transform: rotate(180deg);
}

.xremote-faq-item.open .xremote-faq-chevron-svg {
    transform: rotate(-90deg);
}

.xremote-faq-chevron-path {
    transition: stroke 0.4s ease-out;
    stroke: #5A6577;
}

.xremote-faq-item.open .xremote-faq-chevron-path {
    stroke: white;
}

.xremote-faq-item-answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
}

.xremote-faq-item.open .xremote-faq-item-answer {
    opacity: 1;
}

.xremote-faq-item-answer-inner {
    padding: 16px 0 0;
}

.xremote-faq-item-answer-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #3d4555;
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-faq-container {
        padding: 0 32px;
    }

    .xremote-faq-inner {
        gap: 56px;
        padding: 80px 0;
    }

    .xremote-faq-headline {
        font-size: 32px;
    }

    .xremote-faq-item-inner {
        padding: 24px 32px;
    }

    .xremote-faq-item-question {
        font-size: 18px;
    }

    .xremote-faq-item-answer-text {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .xremote-faq-container {
        padding: 0 64px;
    }

    .xremote-faq-inner {
        gap: 64px;
        padding: 100px 0;
    }

    .xremote-faq-headline {
        font-size: 36px;
    }

    .xremote-faq-item-question {
        font-size: 20px;
    }

    .xremote-faq-item-answer-text {
        font-size: 18px;
    }
}


/* --- MARQ+ Product Page Sections --- */

/* Hero Section */
.marqplus-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    max-height: 1100px;
    overflow: hidden;
    background-color: #000;
}

.marqplus-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.marqplus-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27%);
}

.marqplus-hero-left-linear {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 100%);
}

.marqplus-hero-container {
    position: relative;
    z-index: 10;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    padding: 0 64px;
    display: flex;
    align-items: center;
}

.marqplus-hero-content {
    max-width: 584px;
    padding: 120px 32px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    z-index: 10;
}

.marqplus-hero-logo {
    width: 360px;
    height: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.marqplus-hero-logo.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.marqplus-hero-features {
    display: flex;
    gap: 16px;
    width: 100%;
    position: relative;
    height: 104px;
}

.marqplus-hero-feature {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #fff;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.marqplus-hero-feature:nth-child(1) {
    transform: translateY(24px);
}

.marqplus-hero-feature:nth-child(3) {
    transform: translateY(60px);
    transition-delay: 0.1s;
}

.marqplus-hero-feature:nth-child(5) {
    transform: translateY(96px);
    transition-delay: 0.2s;
}

.marqplus-hero-feature.is-animated {
    opacity: 1;
    transform: translateY(0) !important;
}

.marqplus-hero-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.marqplus-hero-feature-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.marqplus-hero-line {
    width: 0;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: center;
}

.marqplus-hero-line img {
    width: 104px;
    height: auto;
    transform: rotate(90deg) scaleY(-1);
}

.marqplus-hero-mockup {
    position: absolute;
    right: -156px;
    top: 173px;
    width: 50%;
    max-width: 750px;
    z-index: 5;
    opacity: 0;
    transform: rotate(6.22deg);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.marqplus-hero-mockup.is-animated {
    opacity: 1;
    right: 0;
    top: 143px;
    transform: rotate(0deg);
}

/* Intro Section (Tabs) */
.marqplus-intro {
    background: #fff;
    padding: 120px 0;
}

.marqplus-intro-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marqplus-intro-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
    margin: 0;
}

.marqplus-intro-tabs {
    display: flex;
    gap: 64px;
    border-bottom: 3px solid rgba(185, 193, 207, 0.2);
    width: 100%;
    justify-content: center;
}

.marqplus-intro-tab {
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
}

.marqplus-intro-tab.active {
    border-color: #ec582b;
}

.marqplus-intro-tab-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #5a6577;
    margin: 0;
}

.marqplus-intro-tab.active .marqplus-intro-tab-text {
    color: #1d222b;
}

.marqplus-intro-content {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 100%;
}

.marqplus-intro-content.active {
    display: flex;
}

.marqplus-intro-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #3d4555;
    text-align: center;
    max-width: 900px;
    margin: 0;
}

.marqplus-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.marqplus-intro-video {
    width: 100%;
    display: block;
}

/* Social Proof Section */
.marqplus-social-proof {
    background: #f1f5fa;
    padding: 80px 0;
}

.marqplus-social-proof-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.marqplus-social-proof-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    flex-wrap: wrap;
}

.marqplus-social-proof-logo {
    height: 100px;
    flex: 1;
    min-width: 200px;
    display: flex;
    justify-content: center;
}

.marqplus-social-proof-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.marqplus-social-proof-subtitle {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #3d4555;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
    .marqplus-hero {
        height: auto;
        min-height: 600px;
    }

    .marqplus-hero-container {
        padding: 0 24px;
    }

    .marqplus-hero-content {
        padding: 80px 0;
        gap: 40px;
    }

    .marqplus-hero-logo {
        width: 80%;
    }

    .marqplus-hero-features {
        flex-direction: column;
        align-items: flex-start;
    }

    .marqplus-hero-line {
        display: none;
    }

    .marqplus-hero-mockup {
        display: none;
    }

    .marqplus-intro-headline {
        font-size: 28px;
        line-height: 42px;
    }

    .marqplus-intro-tabs {
        gap: 24px;
    }

    .marqplus-intro-tab-text {
        font-size: 18px;
    }

    .marqplus-social-proof-grid {
        gap: 40px;
    }

    .marqplus-social-proof-logo {
        height: 60px;
        min-width: 120px;
    }
}


/* Step Section (Carousel) */
.marqplus-steps {
    background: #fff;
    padding: 120px 0;
}

.marqplus-steps-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marqplus-steps-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
    margin: 0;
}

.marqplus-steps-grid {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.marqplus-step-card {
    flex: 1;
    height: 380px;
    border: 2px solid #d3dde6;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.marqplus-step-card.expanded {
    flex: 2;
    background: #e9eef3;
    display: flex;
    padding: 12px;
}

.marqplus-step-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}

.marqplus-step-card.expanded .marqplus-step-card-img {
    width: 50%;
    border-radius: 16px;
}

.marqplus-step-card-content {
    display: none;
    flex-direction: column;
    padding: 16px;
    width: 50%;
    justify-content: flex-start;
    gap: 32px;
}

.marqplus-step-card.expanded .marqplus-step-card-content {
    display: flex;
}

.marqplus-step-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1d222b;
    margin: 0 0 8px;
}

.marqplus-step-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #5a6577;
    margin: 0;
}

/* Industry Section (Grid) */
.marqplus-industry {
    background: #fff;
    padding: 120px 0;
}

.marqplus-industry-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.marqplus-industry-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
    margin: 0;
}

.marqplus-industry-grid {
    background: #edf2f8;
    padding: 48px 64px;
    border-radius: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.marqplus-industry-card {
    position: relative;
    height: 306px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.marqplus-industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.marqplus-industry-card:hover img {
    transform: scale(1.05);
}

.marqplus-industry-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 82.5%);
}

.marqplus-industry-label-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    backdrop-filter: blur(12.5px);
}

.marqplus-industry-title {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
    z-index: 5;
}

/* Features Section (Dark Core) */
.marqplus-features {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.marqplus-features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.marqplus-features-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(7.5px);
    z-index: 2;
}

.marqplus-features-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    padding: 160px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.marqplus-features-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.marqplus-features-grid {
    display: flex;
    gap: 40px;
    width: 100%;
}

.marqplus-feature-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.marqplus-features-grid.is-animated .marqplus-feature-card {
    opacity: 1;
    transform: translateY(0);
}

.marqplus-feature-card:nth-child(2) {
    transition-delay: 0.15s;
}

.marqplus-feature-card:nth-child(3) {
    transition-delay: 0.3s;
}

.marqplus-feature-icon {
    width: 100px;
    height: 100px;
}

.marqplus-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.marqplus-feature-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

@media (max-width: 991px) {
    .marqplus-industry-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 32px;
    }

    .marqplus-features-grid {
        flex-direction: column;
        gap: 60px;
    }

    .marqplus-steps-grid {
        flex-direction: column;
    }

    .marqplus-step-card {
        height: 300px;
    }

    .marqplus-step-card.expanded {
        flex: none;
        height: 350px;
    }
}


/* Case Section (Grid) */
.marqplus-case {
    background: #fff;
    padding: 120px 0;
}

.marqplus-case-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.marqplus-case-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    margin: 0;
}

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

.marqplus-case-card {
    background: #fff;
    border: 1px solid rgba(185, 193, 207, 0.4);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.marqplus-case-card-img-wrap {
    height: 220px;
    overflow: hidden;
}

.marqplus-case-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.marqplus-case-card:hover .marqplus-case-card-img {
    transform: scale(1.05);
}

.marqplus-case-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.marqplus-case-card-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1d222b;
    margin: 0;
}

.marqplus-case-card-date {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5a6577;
    margin: 0;
}

/* FAQ Section (Accordion) */
.marqplus-faq {
    background: #f1f5fa;
    padding: 120px 0;
}

.marqplus-faq-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marqplus-faq-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
    margin: 0;
}

.marqplus-faq-list {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.marqplus-faq-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.marqplus-faq-question {
    padding: 20px 32px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.marqplus-faq-question:hover {
    background: #fafbfc;
}

.marqplus-faq-question-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #3d4555;
    margin: 0;
}

.marqplus-faq-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}

.marqplus-faq-item.active .marqplus-faq-icon {
    transform: rotate(180deg);
}

.marqplus-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.marqplus-faq-item.active .marqplus-faq-answer {
    max-height: 500px;
}

.marqplus-faq-answer-inner {
    padding: 0 32px 32px;
}

.marqplus-faq-answer-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5a6577;
    margin: 0;
}

/* Contact Section (CTA Banner) */
.marqplus-contact {
    padding: 100px 64px;
    max-width: 1440px;
    margin: 0 auto;
}

.marqplus-contact-banner {
    position: relative;
    width: 100%;
    min-height: 380px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.marqplus-contact-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.marqplus-contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.marqplus-contact-content {
    position: relative;
    z-index: 10;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.marqplus-contact-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    margin: 0;
}

.marqplus-contact-btns {
    display: flex;
    gap: 16px;
}

.marqplus-contact-btn {
    padding: 12px 32px;
    border-radius: 4px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
}

.marqplus-contact-btn-primary {
    background: #ec582b;
    color: #fff;
}

.marqplus-contact-btn-primary:hover {
    background: #d44c23;
}

.marqplus-contact-btn-secondary {
    background: #fff;
    color: #1d222b;
}

.marqplus-contact-btn-secondary:hover {
    background: #f1f5fa;
}

@media (max-width: 991px) {
    .marqplus-case-grid {
        grid-template-columns: 1fr;
    }

    .marqplus-contact {
        padding: 40px 24px;
    }

    .marqplus-contact-content {
        padding: 0 40px;
        text-align: center;
        align-items: center;
    }

    .marqplus-contact-title {
        font-size: 28px;
        line-height: 42px;
    }

    .marqplus-contact-btns {
        flex-direction: column;
        width: 100%;
    }
}


/* Winkiss Product Page Styles */
/* Winkiss Product Page Styles (Figma Sync 2989:28958) */
.winkiss-hero {
    --radius-button: 8px;
    --elevation-sm: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    --ring: rgba(188, 199, 212, 1);
    position: relative;
    width: 100%;
    height: 800px;
    overflow: visible; /* Character and video card overflow */
    background: #fff;
    border-radius: 0 0 64px 64px;
}

@media (max-width: 1439px) {
    .winkiss-hero { height: 700px; }
}
@media (max-width: 1023px) {
    .winkiss-hero { height: 600px; }
}
@media (max-width: 768px) {
    .winkiss-hero { height: auto; min-height: 500px; padding-bottom: 240px; }
}

.winkiss-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 0 64px 64px;
}

.winkiss-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.winkiss-hero__content {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 64px;
}

@media (max-width: 768px) {
    .winkiss-hero__content { padding: 0 24px; }
}

.winkiss-hero__inner {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.winkiss-hero__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 640px;
    width: 100%;
    padding-bottom: 40px;
}

@media (max-width: 1023px) {
    .winkiss-hero__inner { justify-content: center; }
    .winkiss-hero__col { align-items: center; text-align: center; max-width: 100%; }
}

.winkiss-hero__logo {
    height: 96px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    .winkiss-hero__logo { height: 64px; }
}

.winkiss-hero__desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #493b63;
    margin: 0;
}

.winkiss-hero__cta {
    display: inline-block;
    background: #fff;
    color: #1d222b;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 12px 24px;
    border: none;
    border-radius: var(--radius-button);
    box-shadow: var(--elevation-sm);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.winkiss-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 13, 18, 0.1);
    background: #f8fafc;
}

.winkiss-hero__char {
    position: absolute;
    right: 96px;
    top: 176px;
    width: 570px;
    height: 947px;
    object-fit: contain;
    z-index: 6;
    pointer-events: none;
}

@media (max-width: 1439px) {
    .winkiss-hero__char { height: 800px; width: auto; right: 50px; top: 150px; }
}

@media (max-width: 1023px) {
    .winkiss-hero__char { height: 600px; right: 20px; top: auto; bottom: 0; }
}

@media (max-width: 768px) {
    .winkiss-hero__char {
        position: relative;
        right: 0;
        top: 0;
        height: 450px;
        width: auto;
        margin: 40px auto 0;
        display: block;
    }
}

.winkiss-hero__video-card {
    position: absolute;
    left: 50%;
    top: 720px; /* Adjusted to overlay half bottom in Figma style */
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 15;
}

@media (max-width: 1280px) {
    .winkiss-hero__video-card { width: calc(100% - 80px); top: 620px; }
}

@media (max-width: 768px) {
    .winkiss-hero__video-card {
        top: auto;
        bottom: -120px;
        width: calc(100% - 40px);
    }
}

.winkiss-hero__video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 674;
    background: #000;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.winkiss-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Animations (XRemote timing) */
.winkiss-hero__animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 600ms cubic-bezier(0, 0, 0.58, 1), transform 600ms cubic-bezier(0, 0, 0.58, 1);
}

.winkiss-hero__animate.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.winkiss-hero__animate:nth-child(1) { transition-delay: 100ms; }
.winkiss-hero__animate:nth-child(2) { transition-delay: 200ms; }
.winkiss-hero__animate:nth-child(3) { transition-delay: 300ms; }

/* Winkiss Intro Tabs (XRemote Style Video Integration) */
.winkiss-intro {
    background: #fff;
    padding: 60px 64px 120px; /* Reduced top padding for floating video */
    display: flex;
    justify-content: center;
}

.winkiss-intro-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.winkiss-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin-top: -240px; /* Floating more aggressively to overlay Hero */
    z-index: 20;
    margin-bottom: 20px;
}

.winkiss-intro-video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 674;
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #000;
}

@media (max-width: 1280px) {
    .winkiss-intro-video-wrap { margin-top: -180px; width: calc(100% - 80px); }
}

@media (max-width: 768px) {
    .winkiss-intro-video-wrap { margin-top: -120px; width: calc(100% - 40px); }
}

.winkiss-intro-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
}

.winkiss-tabs-nav {
    display: flex;
    gap: 64px;
    border-bottom: 3px solid rgba(185, 193, 207, 0);
    width: 100%;
    justify-content: center;
}

.winkiss-tab-btn {
    background: none !important;
    border: none !important;
    padding: 16px 0 !important;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 36px !important;
    color: #5a6577 !important;
    cursor: pointer !important;
    position: relative !important;
    transition: all 0.3s !important;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

.winkiss-tab-btn:hover,
.winkiss-tab-btn:focus,
.winkiss-tab-btn:active {
    background: transparent !important;
    color: #1d222b !important;
    box-shadow: none !important;
}

.winkiss-tab-btn.active {
    color: #1d222b !important;
    background: transparent !important;
}

.winkiss-tab-indicator {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ec582b;
    border-radius: 2px 2px 0 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.winkiss-tab-btn.active .winkiss-tab-indicator {
    opacity: 1;
}

.winkiss-tabs-content {
    width: 100%;
}

.winkiss-tab-pane {
    display: none;
    animation: winkissFadeIn 0.5s ease;
}

.winkiss-tab-pane.active {
    display: block;
}

.winkiss-intro-img {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.winkiss-intro-img img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes winkissFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .winkiss-tabs-nav {
        gap: 24px;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .winkiss-tab-btn {
        font-size: 18px;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .winkiss-intro {
        padding: 64px 20px;
    }

    .winkiss-intro-headline h2 {
        font-size: 28px;
        line-height: 42px;
    }
}

/* Winkiss Social Proof */
.winkiss-social-proof {
    background: #f1f5fa;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.winkiss-sp-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.winkiss-sp-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
}

.winkiss-sp-logo {
    flex: 1;
    min-width: 150px;
    max-width: 250px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winkiss-sp-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.winkiss-sp-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #3d4555;
    text-align: center;
}

/* Winkiss Values */
.winkiss-values {
    background: #fff;
    padding: 80px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-values-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.winkiss-value-row {
    display: flex;
    align-items: center;
    gap: 64px;
}

.winkiss-value-row.reversed {
    flex-direction: row-reverse;
}

.winkiss-value-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
}

.winkiss-value-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    color: #1d222b;
}

.winkiss-value-line {
    width: 100%;
    height: 1px;
    background: transparent;
}

.winkiss-value-line img {
    width: 100%;
    display: block;
}

.winkiss-value-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #5a6577;
    max-width: 600px;
}

.winkiss-value-image {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
}

.winkiss-value-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .winkiss-sp-logos {
        gap: 40px;
    }

    .winkiss-value-row,
    .winkiss-value-row.reversed {
        flex-direction: column;
        text-align: center;
    }

    .winkiss-value-content {
        align-items: center;
        padding-left: 0;
    }

    .winkiss-value-image {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1;
    }
}

/* Winkiss Benefits Grid */
.winkiss-features {
    background: #fff;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-features-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.winkiss-features-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #1d222b;
    text-align: center;
}

.winkiss-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
}

.winkiss-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.winkiss-feature-card.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.winkiss-feature-icon {
    width: 200px;
    height: 200px;
}

.winkiss-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.winkiss-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1d222b;
}

.winkiss-feature-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #1d222b;
}

/* Winkiss Cases */
.winkiss-cases {
    background: #fff;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-cases-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.winkiss-cases-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1d222b;
    text-align: center;
}

.winkiss-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

.winkiss-case-card {
    background: #fff;
    border: 3px solid #e9eef3;
    border-radius: 32px;
    overflow: hidden;
    padding: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.winkiss-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.winkiss-case-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 24px;
    overflow: hidden;
}

.winkiss-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.winkiss-case-info {
    padding: 24px 16px;
}

.winkiss-case-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1d222b;
    margin-bottom: 8px;
}

.winkiss-case-date {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #5a6577;
}

@media (max-width: 1024px) {

    .winkiss-features-grid,
    .winkiss-cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .winkiss-features-grid,
    .winkiss-cases-grid {
        grid-template-columns: 1fr;
    }

    .winkiss-features,
    .winkiss-cases {
        padding: 84px 20px;
    }
}

/* Winkiss FAQ */
.winkiss-faq {
    background: #f1f5fa;
    padding: 64px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-faq-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.winkiss-faq-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #1d222b;
    text-align: center;
}

.winkiss-faq-accordion {
    width: 100%;
    max-width: 1184px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.winkiss-faq-item {
    background: #fff;
    border: 1px solid #d3dde6;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.06);
}

.winkiss-faq-question {
    width: 100%;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.winkiss-faq-question span {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1d222b;
}

.winkiss-faq-icon {
    width: 32px;
    height: 32px;
    background: #e9eef3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.winkiss-faq-item.active .winkiss-faq-icon {
    transform: rotate(180deg);
}

.winkiss-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 32px;
    background: #fff;
}

.winkiss-faq-item.active .winkiss-faq-answer {
    max-height: 200px;
    padding: 0 32px 24px 32px;
}

.winkiss-faq-answer p {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6577;
}

/* Winkiss Contact Banner */
.winkiss-contact {
    background: #fff;
    padding: 80px 64px 120px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-contact-container {
    width: 100%;
    max-width: 1440px;
}

.winkiss-contact-banner {
    position: relative;
    width: 100%;
    height: 462px;
    border-radius: 32px;
    overflow: hidden;
}

.winkiss-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.winkiss-contact-row {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
}

.winkiss-contact-image {
    width: 583px;
    height: 100%;
    overflow: hidden;
}

.winkiss-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: bottom left;
}

.winkiss-contact-content {
    flex: 1;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.winkiss-contact-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
}

.winkiss-contact-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}

.winkiss-contact-btns {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.winkiss-contact-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.winkiss-contact-btn.primary {
    background: #ec582b;
    color: #fff;
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
}

.winkiss-contact-btn.secondary {
    background: #fff;
    color: #1d222b;
}

.winkiss-contact-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

@media (max-width: 1024px) {
    .winkiss-contact-banner {
        height: auto;
    }

    .winkiss-contact-row {
        flex-direction: column;
    }

    .winkiss-contact-image {
        width: 100%;
        height: 250px;
    }

    .winkiss-contact-content {
        padding: 40px 32px;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .winkiss-faq,
    .winkiss-contact {
        padding: 64px 20px;
    }

    .winkiss-faq-question {
        padding: 16px 20px;
    }

    .winkiss-faq-question span {
        font-size: 18px;
    }

    .winkiss-contact-title {
        font-size: 28px;
        line-height: 42px;
    }
}

/* ==========================================================================
   Blog Page Sections
   ========================================================================== */

/* --- Blog Hero Section --- */
.blog-hero {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
    background-color: #000;
    border-radius: 0 0 64px 64px;
}

@media (max-width: 1023px) {
    .blog-hero {
        height: 560px;
        border-radius: 0 0 48px 48px;
    }
}

@media (max-width: 768px) {
    .blog-hero {
        height: 480px;
        border-radius: 0 0 32px 32px;
    }
}

.blog-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.blog-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.blog-hero__overlay-top {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27.36%);
}

.blog-hero__overlay-dark {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
}

.blog-hero__container {
    position: relative;
    z-index: 10;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    padding: 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .blog-hero__container {
        padding: 0 16px;
    }
}

.blog-hero__content {
    max-width: 880px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    color: #fff;
}

.blog-hero__title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.4;
    margin: 0;
}

.blog-hero__desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.67;
    margin: 0;
    opacity: 0.9;
}

/* Animations */
.blog-hero__animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-hero__animate.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.blog-hero__title.blog-hero__animate {
    transition-delay: 0.1s;
}

.blog-hero__desc.blog-hero__animate {
    transition-delay: 0.3s;
}


/* --- CoreXR Layout Fix --- */
.corexr-features,
.corexr-social,
.corexr-contact {
    width: 100%;
    box-sizing: border-box;
}

/* --- Legacy CoreXR Styles Removed --- */
/* --- Consolidated CoreXR Section (Designer-Synced) --- */

.corexr-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.corexr-modal-overlay.is-active {
    display: flex;
}

.corexr-modal-container {
    background: #fff;
    width: 90%;
    max-width: 800px;
    border-radius: 24px;
    position: relative;
    padding: 32px;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    animation: corexrModalFade 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes corexrModalFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.corexr-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.corexr-modal-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: var(--neutral-700);
    margin: 0;
}

#corexrModalClose {
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    color: var(--neutral-500) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.2s !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: unset !important;
    min-height: unset !important;
    box-shadow: none !important;
}

#corexrModalClose:hover {
    background: #f1f5f9 !important;
    color: var(--primary-orange) !important;
    transform: rotate(90deg) !important;
}

.corexr-modal-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.corexr-modal-image-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    background: #f8f9fb;
    border: 1px solid #eee;
}

.corexr-modal-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.corexr-modal-desc {
    font-size: 18px;
    line-height: 1.8;
    color: var(--neutral-600);
    margin: 0;
    white-space: pre-line;
}

/* --- CoreXR Home Section --- */
.corexr-home {
    position: relative;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.corexr-home-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 0 0 64px 64px;
    overflow: hidden;
}

.corexr-home-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corexr-home-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 64px;
    display: flex;
    align-items: center;
}

.corexr-home-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 160px;
    width: 100%;
}
.corexr-home-logo {
    width: 321px;
    height: 280px;
    flex-shrink: 0;
}

.corexr-home-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s ease-out;
}

.corexr-home-content.visible {
    opacity: 1;
    transform: translateX(0);
}

.corexr-home-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 54px;
}

.corexr-home-desc {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.corexr-home-cta {
    display: inline-block;
    background: #fff;
    color: #1d222b;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.corexr-home-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    filter: brightness(0.95);
}

@media (max-width: 1200px) {
    .corexr-home-row { gap: 80px; }
    .corexr-home-logo { width: 250px; height: auto; }
}

@media (max-width: 1024px) {
    .corexr-home-row { flex-direction: column; text-align: center; gap: 48px; }
    .corexr-home-container { padding: 80px 32px 140px; }
    .corexr-home-content { align-items: center; transform: translateY(40px); }
    .corexr-home-content.visible { transform: translateY(0); }
}

/* --- CoreXR Intro Section --- */
.corexr-intro {
    background: #fff;
    width: 100%;
    padding: 0 0 80px;
}

.corexr-intro-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px 120px; /* Pt removed as video handle spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.corexr-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    margin-top: -120px;
    z-index: 10;
    position: relative;
}

.corexr-intro-video-card {
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    position: relative;
}

.corexr-intro-video-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.corexr-intro-headline {
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
    color: var(--brand-900);
    text-align: center;
    margin: 0;
    max-width: 900px;
}

.corexr-intro-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid rgba(185, 193, 207, 0.2); /* Subtle line in design */
}

.corexr-intro-tabs-inner {
    display: flex;
    gap: 64px;
}

.corexr-intro-tab-btn {
    background: none !important;
    border: none !important;
    padding: 16px 0 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    color: var(--neutral-500) !important;
    cursor: pointer !important;
    position: relative !important;
    transition: all 0.3s !important;
    box-shadow: none !important;
}

.corexr-intro-tab-btn.active {
    color: var(--neutral-700) !important;
    background: transparent !important;
}

/* 確保 hover 時也不會出現奇怪的背景色 */
.corexr-intro-tab-btn:hover,
.corexr-intro-tab-btn:focus,
.corexr-intro-tab-btn:active {
    background: transparent !important;
    box-shadow: none !important;
}

.corexr-intro-tab-indicator {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ec582b; /* Figma Secondary 600 */
    border-radius: 2px 2px 0 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.corexr-intro-tab-btn.active .corexr-intro-tab-indicator {
    opacity: 1;
}

.corexr-intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    text-align: center;
}

.corexr-intro-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--neutral-600);
    margin: 0;
    max-width: 900px;
}

.corexr-intro-img {
    width: 100%;
    max-width: 1277px;
    border-radius: 24px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    display: block;
}

@keyframes corexrFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- CoreXR Case Section --- */
.corexr-case {
    padding: 80px 0;
    background: #fff;
}

.corexr-case-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.corexr-case-headline {
    text-align: center;
    margin-bottom: 64px;
}

.corexr-case-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--brand-900);
}

.corexr-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    width: 100%;
}

.corexr-case-card {
    background: #fff;
    border-radius: 24px;
    border: 2px solid #eef2f6;
    padding: 12px;
    transition: all 0.4s ease;
    cursor: pointer;
    opacity: 0;
    transform: translateY(40px);
}

.corexr-case-card.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.corexr-case-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-orange);
    box-shadow: var(--shadow-visual);
}

.corexr-case-image-wrap {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.corexr-case-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corexr-case-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--neutral-700);
    margin: 0 0 12px;
    padding: 0 12px;
}

.corexr-case-card-desc {
    font-size: 16px;
    color: var(--neutral-500);
    line-height: 1.6;
    margin: 0;
    padding: 0 12px 12px;
}

/* --- CoreXR Product Intro Sections --- */
.corexr-product-box {
    padding: 60px 0;
    background: #fff;
    transform-origin: center;
}

.corexr-product-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.corexr-product-row {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .corexr-product-row {
        flex-direction: row;
    }

    #row-reward {
        flex-direction: row-reverse;
    }
}

.corexr-product-img-wrap {
    flex: 1;
    width: 100%;
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s ease;
}

.corexr-product-content {
    flex: 1;
    width: 100%;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s ease;
}

.visible .corexr-product-img-wrap,
.visible .corexr-product-content {
    opacity: 1;
    transform: translateX(0);
}

.corexr-product-img-aspect {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 32px;
    overflow: hidden;
    background: #f8f9fb;
}

.corexr-product-img-aspect img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.corexr-product-text-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corexr-product-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--neutral-700);
    margin: 0;
}

.corexr-product-line {
    width: 48px;
    height: 4px;
    background: var(--primary-orange);
    border-radius: 2px;
}

.corexr-product-desc {
    font-size: 18px;
    color: var(--neutral-500);
    line-height: 1.8;
    margin: 0;
}

/* --- CoreXR FAQ Section (Designer Sync) --- */
.corexr-faq-section {
    background: var(--bg-accent);
    padding: 100px 0;
}

.corexr-faq-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.corexr-faq-headline {
    text-align: center;
    margin-bottom: 64px;
}

.corexr-faq-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--brand-900);
    margin: 0;
}

.corexr-faq-accordions {
    width: 100%;
    max-width: 880px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corexr-faq-item {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.corexr-faq-item:hover {
    border-color: var(--primary-orange);
}

.corexr-faq-item summary {
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
}

.corexr-faq-item summary::-webkit-details-marker {
    display: none;
}

.corexr-faq-item-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--neutral-700);
    margin: 0;
    flex: 1;
}

.corexr-faq-item-icon {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 50%;
    color: var(--neutral-500);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

.is-open .corexr-faq-item-icon {
    background: var(--primary-orange);
    color: #fff;
    transform: rotate(90deg);
}

.corexr-faq-item-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.is-open .corexr-faq-item-content {
    max-height: 1000px;
    opacity: 1;
}

.corexr-faq-answer-inner {
    padding: 0 32px 32px;
    font-size: 17px;
    line-height: 1.8;
    color: var(--neutral-500);
}

@media (min-width: 1024px) {
    .cxrhome-row {
        flex-direction: row;
        justify-content: center;
        gap: 100px;
    }

    .cxrhome-logo {
        width: 320px;
    }

    .cxrhome-title {
        font-size: 48px;
    }

    .cxrintro-headline {
        font-size: 36px;
    }
}

/* --- CoreXR Features Section --- */
.corexr-features {
    position: relative;
    padding: 120px 0;
    background: #fff;
    overflow: hidden;
}

.corexr-features-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    filter: brightness(0.9);
}

.corexr-features-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corexr-features-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.corexr-features-headline {
    text-align: center;
    margin-bottom: 80px;
}

.corexr-features-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.corexr-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 48px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.is-animated .corexr-features-grid {
    opacity: 1;
    transform: translateY(0);
}

.corexr-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    color: #fff;
}

.corexr-feature-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corexr-feature-icon img {
    width: 48px;
    height: 48px;
}

.corexr-feature-item-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.corexr-feature-desc {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

/* --- CoreXR Social Section (Figma Sync) --- */
.corexr-social {
    padding: 80px 0;
    background: #f1f5fa;
}

.corexr-social-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    text-align: center;
}

.corexr-social-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    margin-bottom: 40px;
}

.corexr-social-logo {
    flex: 1;
    min-width: 160px;
    max-width: 240px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corexr-social-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.4s ease;
}

.corexr-social-logo:hover img {
    opacity: 1;
    scale: 1.05;
}

.corexr-social-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #3d4555;
    margin: 0;
}

/* --- CoreXR Contact Section (Figma Sync) --- */
.corexr-contact {
    padding: 120px 64px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.corexr-contact-container {
    max-width: 1440px;
    width: 100%;
}

.corexr-contact-banner {
    position: relative;
    background: #0d243f;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    min-height: 462px;
    align-items: flex-end;
}

.corexr-contact-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.corexr-contact-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.corexr-contact-person-wrap {
    flex: 0 0 583px;
    position: relative;
    z-index: 2;
    height: 445px;
    display: none;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .corexr-contact-person-wrap {
        display: flex;
    }
}

.corexr-contact-person-img {
    position: absolute;
    width: 639px;
    height: 445px;
    left: -56px;
    top: 0;
    object-fit: cover;
    filter: drop-shadow(12px 0 4px rgba(0, 0, 0, 0.25));
}

.corexr-contact-content {
    flex: 1;
    position: relative;
    z-index: 3;
    padding: 88px 64px 88px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.corexr-contact-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    margin: 0;
}

.corexr-contact-desc {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    opacity: 1;
    margin: 0;
}

.corexr-contact-buttons {
    display: flex;
    gap: 16px;
}

.corexr-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
}

.corexr-contact-btn-primary {
    background: #ec582b;
    color: #fff;
    border: 1px solid #ec582b;
}

.corexr-contact-btn-secondary {
    background: #fff;
    color: #1d222b;
}

.corexr-contact-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.corexr-contact-btn-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 1023px) {
    .corexr-contact {
        padding: 80px 20px;
    }

    .corexr-contact-banner {
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .corexr-contact-content {
        padding: 48px 32px;
        align-items: center;
        text-align: center;
    }

    .corexr-contact-buttons {
        justify-content: center;
    }
}

/* ========================================================================= */
/* --- SOLUTION PAGES (Industry / Education / Event / Retail) --- */
/* ========================================================================= */

/* --- Solution Hero Section --- */
.solution-hero {
    position: relative;
    width: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 64px 64px;
    overflow: hidden;
    padding: 64px;
}

.solution-hero-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.solution-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 27.36%), rgba(0, 0, 0, 0.50);
}

.solution-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution-hero-content {
    max-width: 880px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.solution-hero-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    margin: 0;
}

.solution-hero-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

/* --- Solution Industry / Problem Section --- */
.solution-industry {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 64px;
}

.solution-industry-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.solution-industry-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #1d222b;
    text-align: center;
    max-width: 900px;
    margin: 0;
}

.solution-industry-content {
    display: flex;
    width: 100%;
    gap: 64px;
    align-items: flex-start;
}

.solution-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution-accordion-item {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solution-accordion-item:not(:first-child) {
    border-top: 2px solid #d3dde6;
}

.solution-accordion-progress {
    position: absolute;
    top: -2px;
    left: 0;
    height: 4px;
    background: transparent;
    width: 100%;
    overflow: hidden;
}

.solution-accordion-progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #f88d6c;
    transition: left 0.1s linear;
}

.solution-accordion-item.active .solution-accordion-progress {
    background: #d3dde6;
}

.solution-accordion-item.active .solution-accordion-progress::after {
    left: 0;
    transition: left 5s linear;
}

.solution-accordion-item:first-child .solution-accordion-progress {
    top: 0;
}

.solution-accordion-item:first-child {
    border-top: 2px solid transparent; 
}

.solution-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
}

.solution-accordion-item.active .solution-accordion-header {
    padding: 32px 32px 20px 32px;
}

.solution-accordion-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1d222b;
}

.solution-accordion-icon {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.solution-accordion-item.active .solution-accordion-icon {
    transform: rotate(180deg);
}

.solution-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 32px;
}

.solution-accordion-item.active .solution-accordion-body {
    max-height: 300px;
    padding: 0 32px 32px 32px;
}

.solution-accordion-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #3d4555;
    margin: 0;
}

.solution-industry-images {
    width: 640px;
    height: 524px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    flex-shrink: 0;
}

.solution-industry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
}

/* Fallback visibility for editors that disable JS */
.solution-industry-image:first-child {
    opacity: 1;
}

.solution-industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-industry-image.active {
    opacity: 1;
    z-index: 2;
}

/* --- Solution Social Proof Section --- */
.solution-social-proof {
    background: #f1f5fa;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

.solution-sp-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.solution-sp-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
}

.solution-sp-logo {
    width: 150px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-sp-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.solution-sp-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #3d4555;
    text-align: center;
    margin: 0;
}

/* --- Solution Intro Section (Cross-Platform / Remote / SOP) --- */
.solution-intro {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 64px 64px;
}

.solution-intro-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-intro-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    width: 100%;
}

.solution-intro-content.reverse {
    flex-direction: row-reverse;
}

.solution-intro-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
}

.solution-intro-subtitle {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: #1d222b;
    margin: 0;
}

.solution-intro-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ec582b 0%, rgba(236, 88, 43, 0) 100%);
    max-width: 100%; 
}

.solution-intro-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #5a6577;
    max-width: 600px;
    margin: 0;
}

.solution-intro-image {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-intro-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* --- Solution Case Section --- */
.solution-case {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 64px;
}

.solution-case-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.solution-case-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #1d222b;
    text-align: center;
    margin: 0;
}

.solution-case-grid {
    display: flex;
    width: 100%;
    gap: 32px;
    align-items: stretch;
}

.solution-case-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 32px;
    border: 3px solid #e9eef3;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 0; /* flex bug fix */
}

.solution-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #ec582b;
}

.solution-case-image {
    width: 100%;
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
}

.solution-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.solution-case-card:hover .solution-case-image img {
    transform: scale(1.05);
}

.solution-case-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 16px;
    flex: 1;
}

.solution-case-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1d222b;
    margin: 0;
}

.solution-case-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #5a6577;
    margin: 0;
}

/* --- Responsive Adaptations --- */
@media (max-width: 1200px) {
    .solution-case-grid { flex-direction: column; }
    .solution-case-image { height: 320px; }
    .solution-intro-content { gap: 40px; }
}

@media (max-width: 1024px) {
    .solution-hero {
        padding: 40px 32px;
        min-height: 480px;
        border-radius: 0 0 40px 40px;
    }
    .solution-hero-title { font-size: 36px; line-height: 48px; }
    .solution-hero-description { font-size: 16px; line-height: 28px; }
    
    .solution-industry { padding: 80px 32px; }
    .solution-industry-content { flex-direction: column; align-items: center; }
    .solution-industry-images { width: 100%; max-width: 640px; height: auto; aspect-ratio: 640/524; }
    
    .solution-intro-content, .solution-intro-content.reverse { flex-direction: column; text-align: center; }
    .solution-intro-text { align-items: center; padding-left: 0; }
    .solution-intro-divider { background: linear-gradient(90deg, rgba(236,88,43,0) 0%, #ec582b 50%, rgba(236,88,43,0) 100%); }
    .solution-intro-image { width: 100%; max-width: 480px; height: auto; aspect-ratio: 1; }
    
    .solution-sp-logos { gap: 40px; }
    .solution-case { padding: 80px 32px; }
}

@media (max-width: 768px) {
    .solution-hero { padding: 40px 20px; border-radius: 0 0 24px 24px; }
    .solution-hero-title { font-size: 28px; line-height: 40px; }
    
    .solution-industry { padding: 60px 20px; }
    .solution-industry-headline h2 { font-size: 28px; line-height: 40px; }
    .solution-accordion-header { padding: 20px; }
    .solution-accordion-item.active .solution-accordion-header { padding: 24px 20px 16px; }
    .solution-accordion-body { padding: 0 20px; }
    .solution-accordion-item.active .solution-accordion-body { padding: 0 20px 24px; }
    .solution-accordion-title { font-size: 20px; line-height: 30px; }
    .solution-accordion-description { font-size: 16px; line-height: 28px; }
    
    .solution-social-proof { padding: 60px 20px; }
    .solution-sp-text { font-size: 20px; line-height: 30px; }
    
    .solution-intro { padding: 60px 20px; }
    .solution-intro-subtitle { font-size: 24px; line-height: 36px; }
    .solution-intro-description { font-size: 16px; line-height: 28px; }
    
    .solution-case { padding: 60px 20px; }
    .solution-case-headline h2 { font-size: 28px; line-height: 40px; }
    .solution-case-image { height: 240px; }
    
    .solution-cta-container { border-radius: 24px; padding: 48px 24px; }
    .solution-cta-title { font-size: 28px; line-height: 40px; }
    .solution-cta-description { font-size: 16px; line-height: 28px; }
    .solution-cta-buttons { flex-direction: column; width: 100%; }
    .solution-cta-buttons .solution-cta-btn { width: 100%; justify-content: center; }
}

/* --- Solution CTA Section --- */
.solution-cta {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 64px 120px 64px;
}

.solution-cta-container {
    width: 100%;
    max-width: 1440px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    padding: 80px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution-cta-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.solution-cta-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 36, 63, 0.7); /* Brand color with opacity */
}

.solution-cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    max-width: 800px;
}

.solution-cta-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
    margin: 0;
}

.solution-cta-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.solution-cta-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}

.solution-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.solution-cta-btn-primary {
    background: #ec582b;
    color: #fff;
    border: 1px solid #ec582b;
}

.solution-cta-btn-primary:hover {
    background: #f88d6c;
    border-color: #f88d6c;
    transform: translateY(-2px);
}

.solution-cta-btn-secondary {
    background: #fff;
    color: #1d222b;
    border: 1px solid #fff;
}

.solution-cta-btn-secondary:hover {
    background: #f1f5fa;
    transform: translateY(-2px);
}
/* --- Solution Strategy Sections (Refactored 2026/04) --- */

/* Hero Section */
.solution-hero-section {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .solution-hero-section {
    height: 480px;
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  .solution-hero-section {
    height: 560px;
    padding: 0 32px;
  }
}

@media (min-width: 1440px) {
  .solution-hero-section {
    height: 640px;
    padding: 0 64px;
  }
}

.hero-image-wrapper {
  position: absolute;
  inset: 0;
  animation: kenBurns 0.6s ease-out forwards;
}

@keyframes kenBurns {
  from { inset: -64px -144px -64px -144px; }
  to { inset: 0; }
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero-overlay-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 27.364%);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.hero-content {
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  color: white;
}

.hero-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  width: 100%;
  opacity: 0;
  transform: translateY(64px);
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.001s;
}

@media (min-width: 768px) {
  .hero-title { font-size: 48px; line-height: 68px; }
}

@keyframes fadeInUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Industry Accordion Section */
.industry-section-wrapper {
  --font-weight-bold: 700;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --color-primary: #1d222b;
  --color-desc: #3d4555;
  --color-accent: #f88d6c;
  --color-border: #d3dde6;
  --color-bg: #ffffff;
  --section-px: 16px;
  --section-py: 64px;
  --container-gap: 16px;
  --content-gap: 24px;
  --accordion-px: 12px;
  --accordion-py-open: 20px;
  --accordion-py-closed: 20px;
  --accordion-content-gap: 12px;
  --title-size: 20px;
  --title-lh: 32px;
  --title-tracking: 0.1px;
  --desc-size: 16px;
  --desc-lh: 28px;
  --headline-size: 24px;
  --headline-lh: 36px;
}

@keyframes progressFill {
  from { width: 0%; }
  to { width: 100%; }
}

.industry-section {
  background-color: var(--color-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--section-py) var(--section-px);
}

.industry-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  gap: var(--container-gap);
}

.industry-headline-text {
  max-width: 900px;
  width: 100%;
  font-weight: var(--font-weight-bold);
  font-size: var(--headline-size);
  line-height: var(--headline-lh);
  color: var(--color-primary);
  margin: 0;
}

.industry-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--content-gap);
}

.accordion-item {
  position: relative;
  width: 100%;
}

.accordion-progress-bar {
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background-color: var(--color-border);
}

.accordion-progress-fill {
  position: absolute;
  left: 0; top: -1px; height: 4px;
  background-color: var(--color-accent);
  width: 0;
}

.accordion-progress-fill.running {
  animation: progressFill 5000ms linear forwards;
}

.accordion-progress-fill.paused {
  animation-play-state: paused;
}

.accordion-header {
  cursor: pointer;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
}

.accordion-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--accordion-py-closed) var(--accordion-px);
}

.accordion-header-content.active {
  padding: var(--accordion-py-open) var(--accordion-px) 0;
}

.accordion-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--title-size);
  line-height: var(--title-lh);
  color: var(--color-primary);
  margin: 0;
}

.accordion-chevron { transition: transform 0.3s; }
.accordion-chevron.open { transform: rotate(180deg); }

.accordion-content {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  max-height: 0;
  opacity: 0;
}

.accordion-content.active { opacity: 1; }

.accordion-content-inner {
  padding: var(--accordion-content-gap) var(--accordion-px) var(--accordion-py-open);
}

.accordion-description {
  font-size: var(--desc-size);
  line-height: var(--desc-lh);
  color: var(--color-desc);
  margin: 0;
}

.industry-image-container {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
  width: 100%;
  aspect-ratio: 640 / 524;
}

.industry-image {
  width: 100%; height: 100%; object-fit: contain;
  position: absolute; inset: 0;
  transition: opacity 0.5s; opacity: 0;
}

.industry-image.active { opacity: 1; }

@media (min-width: 769px) {
  .industry-section-wrapper {
    --section-px: 24px; --section-py: 80px;
    --container-gap: 32px; --content-gap: 32px;
    --accordion-px: 24px; --accordion-py-open: 28px;
    --title-size: 24px; --desc-size: 20px;
    --headline-size: 30px;
  }
}

@media (min-width: 1024px) {
  .industry-section-wrapper {
    --section-px: 32px; --section-py: 120px;
    --headline-size: 36px;
  }
  .industry-content-wrapper { flex-direction: row; }
  .industry-image-container { flex: 1; aspect-ratio: auto; }
}

@media (min-width: 1440px) {
  .industry-section-wrapper { --section-px: 64px; --content-gap: 64px; }
  .industry-image-container { width: 640px; height: 524px; flex: none; }
}

/* Social Proof Section */
.social-section { background: #f1f5fa; width: 100%; }
.social-container { display: flex; flex-direction: column; align-items: center; padding: 0 20px; }
.social-inner { display: flex; flex-direction: column; gap: 40px; align-items: center; max-width: 1440px; width: 100%; padding: 60px 0; }
.social-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 32px; width: 100%; }
.social-logo-item { height: 60px; flex: 1; min-width: 120px; max-width: 280px; }
.social-logo-item img { width: 100%; height: 100%; object-fit: contain; }
.social-text { font-weight: 500; font-size: 16px; color: #3d4555; text-align: center; margin: 0; }

@media (min-width: 769px) {
  .social-container { padding: 0 32px; }
  .social-inner { padding: 80px 0; }
  .social-logo-item { height: 80px; }
  .social-text { font-size: 20px; }
}

/* Intro Sections (Alternating) */
.intro-section-wrapper, .intro2-section-wrapper {
  --color-primary: #1d222b; --color-desc: #5a6577; --color-bg: #ffffff;
  --section-px: 16px; --container-py: 32px 0 0 0;
  --intro-gap: 16px; --intro-direction: column;
  --title-size: 24px; --desc-size: 16px;
}

.intro-section, .intro2-section { background-color: var(--color-bg); width: 100%; padding: 0 var(--section-px); }
.intro-container, .intro2-container { max-width: 1440px; width: 100%; padding: var(--container-py); }
.intro-content-wrapper, .intro2-content-wrapper { display: flex; flex-direction: var(--intro-direction); gap: var(--intro-gap); align-items: flex-start; width: 100%; }

.intro-image-container, .intro2-image-container { position: relative; width: 100%; aspect-ratio: 1; flex-shrink: 0; }
.intro-image, .intro2-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

.intro-text-content, .intro2-text-content { display: flex; flex: 1; flex-direction: column; gap: 24px; width: 100%; }
.intro-title { font-weight: 700; font-size: var(--title-size); color: var(--color-primary); margin: 0; }
.intro-gradient-line, .intro2-gradient-line { height: 2px; width: 100%; background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185,193,207,0) 100%); }
.intro-description, .intro2-description { max-width: 600px; font-size: var(--desc-size); color: var(--color-desc); margin: 0; }

/* Animation for Intros */
.intro-text-content { opacity: 0; transform: translateX(-48px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.intro-image-container { opacity: 0; transform: translateX(48px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; transition-delay: 0.1s; }
.intro2-image-container { opacity: 0; transform: translateX(-48px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.intro2-text-content { opacity: 0; transform: translateX(48px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; transition-delay: 0.1s; }

.animated .intro-text-content, .animated .intro-image-container,
.animated .intro2-image-container, .animated .intro2-text-content { opacity: 1; transform: translateX(0); }

@media (max-width: 1023px) {
  .intro-text-content, .intro-image-container, .intro2-image-container, .intro2-text-content { transform: translateY(32px); }
  .animated .intro-text-content, .animated .intro-image-container, .animated .intro2-image-container, .animated .intro2-text-content { transform: translateY(0); }
}

@media (min-width: 769px) {
  .intro-section-wrapper, .intro2-section-wrapper {
    --section-px: 24px; --intro-gap: 32px;
    --title-size: 30px; --desc-size: 18px;
  }
}

@media (min-width: 1024px) {
  .intro-section-wrapper, .intro2-section-wrapper { --intro-direction: row; --intro-gap: 32px; }
  .intro-image-container, .intro2-image-container { width: 480px; height: 480px; aspect-ratio: auto; }
}

/* Case Section */
.case-section { width: 100%; background: white; }
.case-container { display: flex; flex-direction: column; align-items: center; padding: 0 20px; }
.case-inner { display: flex; flex-direction: column; gap: 32px; align-items: center; max-width: 1440px; width: 100%; padding: 80px 0; }
.case-headline { font-weight: 700; font-size: 28px; color: #1d222b; margin: 0; }
.case-grid { display: flex; flex-direction: column; gap: 24px; width: 100%; }

.case-card-outer { flex: 1; min-width: 280px; padding-top: 8px; transition: padding 0.2s; cursor: pointer; opacity: 0; transform: translateY(48px); }
.case-card-outer.animated { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease-out, transform 0.6s ease-out, padding 0.2s; }
.case-card-outer:hover { padding-top: 0; padding-bottom: 8px; }

.case-card { background: white; height: 400px; position: relative; border-radius: 32px; overflow: hidden; }
.case-card-content { display: flex; flex-direction: column; padding: 12px; height: 100%; }
.case-card-img { flex: 1; min-height: 0; position: relative; border-radius: 24px; overflow: hidden; }
.case-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case-card-text { padding: 24px 16px; }
.case-card-title { font-weight: 700; font-size: 20px; color: #0d243f; margin: 0; }
.case-card-desc { font-weight: 500; font-size: 18px; color: #747e8f; margin: 0; }
.case-card-border { position: absolute; inset: 0; border: 3px solid #e9eef3; border-radius: 32px; pointer-events: none; transition: box-shadow 0.2s; }
.case-card-outer:hover .case-card-border { box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.05); }

@media (min-width: 769px) {
  .case-grid { flex-direction: row; gap: 32px; }
  .case-card { height: 440px; }
  .case-headline { font-size: 32px; }
}


/* style.css - Consolidated Styles for ARPlanet Official Website */

/* --- Global Variables & Base Styles --- */
:root {
    /* Brand Colors */
    --brand-900: #0d243f;
    --primary-orange: #ec582b;
    --secondary-600: #ec582b;
    --btn-orange: #ec582b;
    --btn-white: #ffffff;
    --corexr-cyan: #00d1e0;

    /* Neutral Colors */
    --neutral-100: #ffffff;
    --neutral-200: #e9eef3;
    --neutral-500: #5a6577;
    --neutral-600: #3d4555;
    --neutral-700: #1d222b;

    /* Functional Colors & Overlays */
    --bg-accent: #f1f5fa;
    --stats-bg: #f1f5fa;
    --tab-border: #b9c1cf;

    /* Design System Tokens */
    --card-border: 3px solid var(--neutral-200);
    --shadow-card: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    --shadow-hover: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    --shadow-visual: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    --shadow-xs: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);

    --banner-radius: 32px;
    --card-radius: 32px;
    --image-radius: 24px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', sans-serif;
}


/* --- Hero Section --- */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 16px;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    line-height: 1.5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: border-bottom-left-radius 0.3s ease-out, border-bottom-right-radius 0.3s ease-out;
}

@media (min-width: 769px) {
    .hero-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .hero-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .hero-section {
        padding: 0 64px;
    }
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: opacity 0.7s ease-in-out;
    opacity: 0;
    max-width: none;
    display: block;
    border: none;
}

.hero-bg-img.active {
    opacity: 1;
}

.hero-blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    transition: opacity 604ms ease-out;
}

.hero-blur-overlay.hero-entered {
    opacity: 0;
}

.hero-container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 32px 0;
    z-index: 1;
}

@media (min-width: 769px) {
    .hero-container {
        padding: 200px 0;
        gap: 64px;
    }
}

@media (min-width: 1440px) {
    .hero-container {
        flex-direction: row;
        padding: 320px 0;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.hero-content.hero-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .hero-content {
        gap: 24px;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 1440px) {
    .hero-content {
        flex: 1 0 0;
        align-items: flex-start;
        text-align: left;
    }
}

.hero-title {
    font-weight: 700;
    line-height: 1.5;
    font-size: 30px;
    color: white;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-title {
        font-size: 36px;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 48px;
        line-height: 68px;
    }
}

.hero-desc {
    font-weight: 500;
    line-height: 1.75;
    font-size: 16px;
    color: white;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-900);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    transition: opacity 0.3s;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    text-decoration: none;
}

@media (min-width: 769px) {
    .hero-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1.75;
    }
}

.hero-btn:hover {
    opacity: 0.9;
}

.hero-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.hero-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-cards {
        gap: 24px;
    }
}

@media (min-width: 1440px) {
    .hero-cards {
        flex: 1 0 0;
    }
}

.hero-cards-container {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .hero-cards-container {
        height: 480px;
    }
}

@media (min-width: 1440px) {
    .hero-cards-container {
        height: 382px;
    }
}

.hero-cards-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-card {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    transition: none;
}

.hero-card.animated {
    transition: all 0.8s ease-in-out;
}

.hero-card.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 20;
}

.hero-card.inactive {
    width: 85%;
    height: 80%;
    opacity: 0.5;
}

.hero-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: block;
    border: none;
}

.hero-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}

.hero-card-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    pointer-events: none;
    z-index: 30;
}

.hero-card-click-area {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer;
    z-index: 10;
}

.hero-card-click-left {
    left: 0;
}

.hero-card-click-right {
    left: 50%;
}

.hero-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1px;
    color: white;
    text-align: center;
    width: 100%;
}

@media (min-width: 769px) {
    .hero-card-title {
        font-size: 36px;
        line-height: 54px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

.hero-pagination {
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 18px;
    align-items: center;
    z-index: 50;
}

@media (min-width: 769px) {
    .hero-pagination {
        bottom: 120px;
    }
}

.hero-dot {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.hero-dot circle {
    transition: fill-opacity 0.3s;
}


/* --- Blog Section --- */
.blog-section {
    background-color: #ffffff;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.blog-container {
    max-width: 1312px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.blog-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
    text-align: center;
    width: 100%;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

.blog-card {
    background-color: #ffffff;
    border: 3px solid #e9eef3;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.blog-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
    overflow: hidden;
    background-color: #f5f8fa;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.blog-author {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a6577;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #1d222b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-date {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a6577;
    margin-top: auto;
}

.blog-more-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.blog-more-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    text-decoration: none;
}

.blog-more-link-inner {
    display: flex;
    gap: 8px;
    align-items: center;
}

.blog-more-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #ec582b;
    white-space: nowrap;
}

.blog-more-icon {
    width: 18px;
    height: 18px;
    color: #ec582b;
    flex-shrink: 0;
}

.blog-more-line {
    width: 100%;
    height: 2px;
    background: #ec582b;
}

@media (max-width: 1200px) {
    .blog-section {
        padding: 80px 32px;
    }

    .blog-grid {
        gap: 24px;
    }

    .blog-more-text {
        font-size: 24px;
    }

    .blog-more-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .blog-headline {
        font-size: 32px;
        line-height: 1.5;
    }

    .blog-title {
        font-size: 20px;
        line-height: 1.6;
    }

    .blog-author {
        font-size: 18px;
        line-height: 1.7;
    }

    .blog-more-text {
        font-size: 20px;
    }

    .blog-more-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 60px 16px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        gap: 20px;
    }

    .blog-headline {
        font-size: 28px;
    }

    .blog-card {
        border-radius: 24px;
    }

    .blog-card-img {
        border-radius: 18px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-author,
    .blog-date {
        font-size: 16px;
    }

    .blog-more-text {
        font-size: 20px;
    }

    .blog-more-icon {
        width: 20px;
        height: 20px;
    }

    .blog-more-wrapper {
        justify-content: center;
    }
}

/* --- Contact Section --- */
.contact-section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

@media (min-width: 769px) {
    .contact-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .contact-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .contact-section {
        padding: 0 64px;
    }
}

.ct-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 0 60px;
}

@media (min-width: 769px) {
    .ct-container {
        padding: 64px 0 80px;
    }
}

@media (min-width: 1024px) {
    .ct-container {
        padding: 80px 0 100px;
    }
}

@media (min-width: 1440px) {
    .ct-container {
        padding: 80px 0 120px;
    }
}

.ct-banner {
    position: relative;
    width: 100%;
    min-height: 280px;
}

@media (min-width: 769px) {
    .ct-banner {
        min-height: 340px;
    }
}

@media (min-width: 1024px) {
    .ct-banner {
        height: 462px;
        min-height: auto;
    }
}

@media (min-width: 1440px) {
    .ct-banner {
        height: 462px;
    }
}

.ct-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .ct-bg {
        border-radius: 24px;
    }
}

@media (min-width: 1024px) {
    .ct-bg {
        height: 374px;
        border-radius: 32px;
    }
}

@media (min-width: 1440px) {
    .ct-bg {
        height: 374px;
        border-radius: 32px;
    }
}

.ct-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct-content-row {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 0;
}

@media (min-width: 1024px) {
    .ct-content-row {
        flex-direction: row;
        align-items: flex-end;
        gap: 48px;
        padding-right: 32px;
    }
}

@media (min-width: 1440px) {
    .ct-content-row {
        gap: 64px;
        padding-right: 64px;
    }
}

.ct-vr-image {
    display: none;
}

@media (min-width: 1024px) {
    .ct-vr-image {
        display: block;
        position: relative;
        width: 320px;
        height: 100%;
        border-radius: 28px;
        overflow: hidden;
        flex-shrink: 0;
    }
}

@media (min-width: 1440px) {
    .ct-vr-image {
        width: 583px;
        height: 100%;
        border-radius: 32px;
    }
}

.ct-vr-image-inner {
    position: absolute;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

@media (min-width: 1024px) {
    .ct-vr-image-inner {
        left: -280px;
        bottom: 0;
        top: auto;
        width: 540px;
        height: 445px;
    }
}

@media (min-width: 1440px) {
    .ct-vr-image-inner {
        left: -20px;
        bottom: 0;
        top: auto;
        width: 639px;
        height: 445px;
    }
}

.ct-vr-image-inner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 32px 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    .ct-text {
        padding: 40px 32px;
    }
}

@media (min-width: 1024px) {
    .ct-text {
        padding: 0;
        position: absolute;
        right: 32px;
        top: 88px;
        bottom: 0;
        height: auto;
        width: calc(100% - 320px - 48px - 32px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 1440px) {
    .ct-text {
        right: 64px;
        width: calc(100% - 583px - 64px - 64px);
    }
}

.ct-text-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 880px;
    width: 100%;
}

@media (min-width: 1024px) {
    .ct-text-inner {
        gap: 32px;
    }
}

.ct-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: white;
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

@media (min-width: 1024px) {
    .ct-heading {
        gap: 16px;
    }
}

.ct-title {
    font-weight: 700;
    color: white;
    font-size: 24px;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .ct-title {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .ct-title {
        font-size: 32px;
        line-height: 50px;
    }
}

@media (min-width: 1440px) {
    .ct-title {
        font-size: 36px;
        line-height: 54px;
    }
}

.ct-desc {
    font-weight: 400;
    color: white;
    font-size: 15px;
    line-height: 1.7;
}

@media (min-width: 769px) {
    .ct-desc {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .ct-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 1440px) {
    .ct-desc {
        font-size: 20px;
        line-height: 32px;
    }
}

.ct-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}

@media (min-width: 480px) {
    .ct-buttons {
        flex-direction: row;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .ct-buttons {
        gap: 16px;
    }
}

.ct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
    width: 100%;
}

@media (min-width: 480px) {
    .ct-btn {
        width: auto;
    }
}

@media (min-width: 769px) {
    .ct-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

.ct-btn:hover {
    transform: translateY(-1px);
}

.ct-btn-primary {
    background: #ec582b;
    color: white;
    border: 1px solid #ec582b;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.ct-btn-primary:hover {
    background: #d94f26;
}

.ct-btn-secondary {
    background: white;
    color: #1d222b;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.ct-btn-secondary:hover {
    background: #f5f5f5;
}

.ct-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.ct-banner--pre .ct-vr-image-inner {
    opacity: 0;
    transform: translateY(64px);
}

.ct-banner--pre .ct-heading {
    opacity: 0;
    transform: translateY(24px);
}

.ct-banner--pre .ct-buttons {
    opacity: 0;
    transform: translateY(24px);
}

.ct-banner--visible .ct-vr-image-inner {
    opacity: 1;
    transform: translateY(0);
}

.ct-banner--visible .ct-heading {
    opacity: 1;
    transform: translateY(0);
}

.ct-banner--visible .ct-buttons {
    opacity: 1;
    transform: translateY(0);
}

.banner-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #5a6577;
    max-width: 600px;
}

@media (min-width: 769px) {
    .cxr-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .cxr-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.cxr-btn-wrapper {
    padding-left: 12px;
    padding-top: 8px;
}

@media (min-width: 769px) {
    .cxr-btn-wrapper {
        padding-top: 16px;
    }
}

@media (min-width: 1024px) {
    .cxr-btn-wrapper {
        padding-top: 24px;
    }
}

.cxr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d243f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    transition: opacity 0.3s;
    text-decoration: none;
}

@media (min-width: 769px) {
    .cxr-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

.cxr-btn:hover {
    opacity: 0.9;
}

.cxr-btn svg {
    width: 20px;
    height: 20px;
}

.cxr-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.cxr-image-wrap.cxr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .cxr-image-wrap {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .cxr-image-wrap {
        width: 55%;
        aspect-ratio: 4 / 3;
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .cxr-image-wrap {
        width: 640px;
    }
}

.cxr-image-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

.corexr-headline {
    font-size: 20px;
}

.corexr-description {
    font-size: 16px;
}
}
}

.button-group {
    flex-direction: column;
    width: 100%;
}

.btn {
    width: 100%;
}

/* Removed legacy CoreXR section to resolve layout conflicts */


/* --- More Product Section --- */
.moreproduct-section {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

.mp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

@media (min-width: 769px) {
    .mp-container {
        padding: 48px 0;
    }
}

@media (min-width: 1024px) {
    .mp-container {
        padding: 64px 0;
    }
}

@media (min-width: 1440px) {
    .mp-container {
        padding: 80px 0;
    }
}

.mp-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 24px;
}

@media (min-width: 769px) {
    .mp-headline {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.mp-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

@media (min-width: 769px) {
    .mp-cards {
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-cards {
        flex-direction: row;
    }
}

.mp-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1024px) {
    .mp-card {
        flex: 1 0 0;
    }
}

.mp-card-logo {
    padding: 12px 8px;
}

@media (min-width: 769px) {
    .mp-card-logo {
        padding: 16px 8px;
    }
}

.mp-card-logo img {
    height: 28px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 769px) {
    .mp-card-logo img {
        height: 32px;
    }
}

@media (min-width: 1024px) {
    .mp-card-logo img {
        height: 36px;
    }
}

.mp-card-body {
    background: #ffffff;
    border: 3px solid #e9eef3;
    border-radius: 20px;
    padding: 10px;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.mp-card-body.mp-animate.mp-entered {
    opacity: 1;
    transform: translateY(0);
}

.mp-card-body.mp-animate.mp-entered:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px -4px rgba(10, 13, 18, 0.1), 0px 4px 8px -2px rgba(10, 13, 18, 0.06);
}

@media (min-width: 769px) {
    .mp-card-body {
        border-radius: 24px;
        padding: 12px;
        margin-top: 12px;
    }
}

@media (min-width: 1024px) {
    .mp-card-body {
        border-radius: 32px;
    }
}

.mp-card-img {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

@media (min-width: 769px) {
    .mp-card-img {
        height: 320px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .mp-card-img {
        height: 380px;
        border-radius: 24px;
        margin-bottom: 24px;
    }
}

.mp-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-card-text {
    padding: 0 12px 16px;
}

@media (min-width: 769px) {
    .mp-card-text {
        padding: 0 16px 20px;
    }
}

@media (min-width: 1024px) {
    .mp-card-text {
        padding: 0 16px 24px;
    }
}

.mp-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
    margin-bottom: 6px;
}

@media (min-width: 769px) {
    .mp-card-title {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 8px;
    }
}

@media (min-width: 1024px) {
    .mp-card-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.mp-card-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6577;
}

@media (min-width: 769px) {
    .mp-card-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .mp-card-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 1024px) {
    .moreproduct-section {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .moreproduct-section {
        padding: 0 16px;
    }

    .mp-headline {
        font-size: 24px;
    }

    .mp-card-img {
        height: 200px;
    }
}
}

@media (max-width: 576px) {
    .more-products-section {
        padding: 40px 20px;
    }

    .card-body {
        border-radius: 24px;
    }

    .image-container {
        border-radius: 16px;
    }
}

/* --- Service Section --- */
.service-section {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

.svc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
    gap: 40px;
}

@media (min-width: 769px) {
    .svc-container {
        padding: 56px 0;
        gap: 48px;
    }
}

@media (min-width: 1024px) {
    .svc-container {
        padding: 60px 0;
        gap: 56px;
    }
}

@media (min-width: 1440px) {
    .svc-container {
        padding: 64px 0;
        gap: 64px;
    }
}

.svc-headline-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1020px;
    width: 100%;
    gap: 12px;
}

@media (min-width: 769px) {
    .svc-headline-wrapper {
        gap: 14px;
    }
}

@media (min-width: 1024px) {
    .svc-headline-wrapper {
        gap: 15px;
    }
}

@media (min-width: 1440px) {
    .svc-headline-wrapper {
        gap: 16px;
    }
}

.svc-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
}

@media (min-width: 769px) {
    .svc-headline {
        font-size: 32px;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .svc-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.svc-desc {
    font-weight: 500;
    text-align: center;
    color: #3d4555;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

@media (min-width: 769px) {
    .svc-desc {
        font-size: 18px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-desc {
        font-size: 20px;
        line-height: 32px;
    }
}

.svc-features {
    background: #f1f5fa;
    border-radius: 24px;
    width: 100%;
    padding: 24px;
}

@media (min-width: 769px) {
    .svc-features {
        padding: 32px;
        border-radius: 26px;
    }
}

@media (min-width: 1024px) {
    .svc-features {
        padding: 40px;
        border-radius: 28px;
    }
}

@media (min-width: 1440px) {
    .svc-features {
        padding: 48px;
        border-radius: 32px;
    }
}

.svc-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
}

@media (min-width: 769px) {
    .svc-features-grid {
        gap: 28px;
    }
}

@media (min-width: 1024px) {
    .svc-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

.svc-feature {
    background: #f1f5fa;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.svc-feature.svc-entered {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 769px) {
    .svc-feature {
        border-radius: 26px;
    }
}

@media (min-width: 1024px) {
    .svc-feature {
        border-radius: 28px;
    }
}

@media (min-width: 1440px) {
    .svc-feature {
        border-radius: 32px;
    }
}

.svc-feature-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px 20px 24px;
}

@media (min-width: 769px) {
    .svc-feature-inner {
        gap: 20px;
        padding: 22px 24px 26px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-inner {
        gap: 22px;
        padding: 23px 28px 28px;
    }
}

@media (min-width: 1440px) {
    .svc-feature-inner {
        gap: 24px;
        padding: 24px 32px 32px;
    }
}

.svc-feature-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
}

@media (min-width: 769px) {
    .svc-feature-title {
        font-size: 22px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .svc-feature-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.svc-feature-img {
    position: relative;
    width: 100%;
    aspect-ratio: 356 / 224;
    border-radius: 18px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .svc-feature-img {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-img {
        border-radius: 22px;
    }
}

@media (min-width: 1440px) {
    .svc-feature-img {
        border-radius: 24px;
    }
}

.svc-feature-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svc-feature-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6577;
}

@media (min-width: 769px) {
    .svc-feature-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-feature-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.svc-feature-link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1;
}

.svc-feature-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    cursor: pointer;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
}

.svc-feature-link-inner {
    display: flex;
    gap: 4px;
    align-items: center;
}

.svc-feature-link-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #ec582b;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .svc-feature-link-text {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .svc-feature-link-text {
        font-size: 16px;
        line-height: 28px;
    }
}

.svc-feature-link-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

@media (min-width: 769px) {
    .svc-feature-link-icon {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1024px) {
    .svc-feature-link-icon {
        width: 20px;
        height: 20px;
    }
}

.svc-feature-link-line {
    width: 100%;
    height: 2px;
    background: #ec582b;
}

@media (max-width: 1200px) {
    .service-section {
        padding: 0 24px;
    }
}

@media (max-width: 1024px) {
    .service-section {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .service-section {
        padding: 0 16px;
    }

    .svc-headline {
        font-size: 24px;
    }

    .svc-features {
        padding: 20px;
    }
}

/* --- Statistics / Social Proof Section --- */
.statistics-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    font-family: 'Noto Sans TC', sans-serif;
    background: linear-gradient(180deg, #f5f7fa 0%, #e9eef5 100%);
    overflow: hidden;
}

@media (min-width: 769px) {
    .statistics-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .statistics-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .statistics-section {
        padding: 0 64px;
    }
}

.stat-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}

.stat-dots {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image: radial-gradient(circle, #c5d0dd 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 1;
}

.stat-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 48px 0;
}

@media (min-width: 769px) {
    .stat-container {
        padding: 64px 0;
    }
}

@media (min-width: 1024px) {
    .stat-container {
        padding: 80px 0;
    }
}

@media (min-width: 1440px) {
    .stat-container {
        padding: 100px 0;
    }
}

.stat-headline {
    font-weight: 700;
    text-align: center;
    color: #1d222b;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 32px;
}

@media (min-width: 769px) {
    .stat-headline {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 48px;
    }
}

@media (min-width: 1024px) {
    .stat-headline {
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 56px;
    }
}

.stat-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 56px;
}

@media (min-width: 769px) {
    .stat-cards {
        gap: 24px;
        margin-bottom: 72px;
    }
}

@media (min-width: 1024px) {
    .stat-cards {
        flex-direction: row;
        gap: 32px;
        margin-bottom: 88px;
    }
}

.stat-card {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    border-radius: 16px;
    border: 2px solid #e9eef3;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.stat-card.stat-entered {
    opacity: 1;
    transform: translateY(0);
}

.stat-card.stat-entered:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px -4px rgba(10, 13, 18, 0.1), 0px 4px 8px -2px rgba(10, 13, 18, 0.06);
}

@media (min-width: 769px) {
    .stat-card {
        padding: 28px 24px;
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .stat-card {
        flex: 1 0 0;
        padding: 32px;
        border-radius: 24px;
    }
}

.stat-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.stat-number {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #1d222b;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .stat-number {
        font-size: 42px;
        line-height: 1.3;
    }
}

@media (min-width: 1024px) {
    .stat-number {
        font-size: 48px;
        line-height: 68px;
    }
}

.stat-divider-wrap {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
}

@media (min-width: 769px) {
    .stat-divider-wrap {
        height: 28px;
    }
}

@media (min-width: 1024px) {
    .stat-divider-wrap {
        height: 32px;
    }
}

.stat-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(185, 193, 207, 0) 0%, #B9C1CF 20%, #B9C1CF 50%, #B9C1CF 80%, rgba(185, 193, 207, 0) 100%);
}

.stat-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 4px;
}

.stat-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #1d222b;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .stat-label {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .stat-label {
        font-size: 18px;
        line-height: 30px;
    }
}

.stat-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #52BB60;
}

@media (min-width: 769px) {
    .stat-arrow {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1024px) {
    .stat-arrow {
        width: 20px;
        height: 20px;
    }
}

.stat-partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-items: center;
}

@media (min-width: 769px) {
    .stat-partners {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .stat-partners {
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }
}

@media (min-width: 1440px) {
    .stat-partners {
        grid-template-columns: repeat(6, 1fr);
        gap: 40px;
    }
}

.stat-partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 8px 12px;
}

@media (min-width: 769px) {
    .stat-partner {
        height: 70px;
    }
}

@media (min-width: 1024px) {
    .stat-partner {
        height: 80px;
    }
}

.stat-partner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0%) brightness(1) saturate(0.9);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.stat-partner img:hover {
    filter: grayscale(0%) brightness(1.1) saturate(1);
    transform: scale(1.08);
    opacity: 1;
}

/* --- Solution Section --- */
.solution-section {
    background-color: #ffffff;
    padding: 100px 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.solution-container {
    max-width: 1312px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.sol-headline {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #1d222b;
    text-align: center;
}

@media (min-width: 769px) {
    .sol-headline {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (min-width: 1024px) {
    .sol-headline {
        font-size: 36px;
        line-height: 54px;
    }
}

.sol-tabs-wrapper {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sol-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.sol-tabs {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-width: max-content;
    padding-bottom: 2px;
}

@media (min-width: 769px) {
    .sol-tabs {
        gap: 24px;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .sol-tabs {
        gap: 32px;
    }
}

@media (min-width: 1440px) {
    .sol-tabs {
        gap: 48px;
    }
}

.sol-tabs::before {
    content: '';
    position: absolute;
    inset: 0;
    border-bottom: 3px solid rgba(185, 193, 207, 0.3);
    pointer-events: none;
}

.sol-tab {
    background: none;
    border: none;
    position: relative;
    padding: 12px 0;
    cursor: pointer;
    flex-shrink: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #5a6577;
    white-space: nowrap;
    transition: color 0.3s;
}

@media (min-width: 769px) {
    .sol-tab {
        padding: 16px 0;
    }
}

@media (min-width: 1024px) {
    .sol-tab {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .sol-tab {
        font-size: 24px;
        line-height: 36px;
    }
}

.sol-tab.active {
    color: #1d222b;
}

.sol-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ec582b;
    opacity: 0;
    transition: opacity 0.3s;
}

.sol-tab.active::after {
    opacity: 1;
}

.sol-carousel {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

@media (min-width: 769px) {
    .sol-carousel {
        height: 460px;
    }
}

@media (min-width: 1024px) {
    .sol-carousel {
        height: 560px;
    }
}

@media (min-width: 1440px) {
    .sol-carousel {
        height: 640px;
    }
}

.sol-carousel-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sol-card-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: calc(100% - 32px);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
    border-radius: 16px;
    overflow: hidden;
    visibility: hidden;
}

@media (min-width: 769px) {
    .sol-card-wrapper {
        max-width: calc(100% - 48px);
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .sol-card-wrapper {
        max-width: calc(100% - 64px);
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .sol-card-wrapper {
        max-width: calc(100% - 128px);
    }
}

.sol-card-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol-card-gradient-active {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.5) 100%);
}

.sol-card-gradient-inactive {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.sol-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding: 24px 20px;
    height: 150px;
}

@media (min-width: 769px) {
    .sol-card-content {
        padding: 32px;
        height: 180px;
    }
}

@media (min-width: 1024px) {
    .sol-card-content {
        padding: 40px 48px;
        height: 220px;
    }
}

@media (min-width: 1440px) {
    .sol-card-content {
        padding: 56px 64px;
        height: 270px;
    }
}

.sol-card-content-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.sol-card-content-blur {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    mask-image: linear-gradient(to top, black 0%, black 30%, transparent 70%);
    -webkit-mask-image: linear-gradient(to top, black 0%, black 30%, transparent 70%);
    pointer-events: none;
}

.sol-card-content-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 10;
}

@media (min-width: 769px) {
    .sol-card-content-inner {
        gap: 20px;
    }
}

@media (min-width: 1440px) {
    .sol-card-content-inner {
        flex-direction: row;
        align-items: center;
        gap: 100px;
    }
}

.sol-card-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: white;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 769px) {
    .sol-card-desc {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .sol-card-desc {
        font-size: 18px;
        line-height: 1.75;
    }
}

@media (min-width: 1440px) {
    .sol-card-desc {
        font-size: 20px;
        line-height: 32px;
    }
}

.sol-more-link {
    display: none;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    flex-shrink: 0;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
}

@media (min-width: 769px) {
    .sol-more-link {
        display: flex;
    }
}

.sol-more-link-inner {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sol-more-link-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .sol-more-link-text {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .sol-more-link-text {
        font-size: 24px;
        line-height: 36px;
    }
}

.sol-more-link-line {
    width: 100%;
    height: 2px;
    background: white;
}

@media (max-width: 1200px) {
    .solution-section {
        padding: 80px 32px;
    }
}

@media (max-width: 768px) {
    .solution-section {
        padding: 60px 16px;
    }

    .sol-headline {
        font-size: 24px;
    }

    .sol-tabs {
        justify-content: flex-start;
    }

    .sol-tab {
        font-size: 16px;
    }

    .sol-card-content {
        padding: 20px;
        height: auto;
        min-height: 120px;
    }

    .sol-card-desc {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
}

.solution-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

.headline {
    text-align: center;
}

.headline h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
}

.tabs-nav {
    display: flex;
    gap: 40px;
    border-bottom: 2px solid rgba(185, 193, 207, 0.2);
    width: 100%;
    justify-content: center;
}

.tab-item {
    padding: 16px 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--neutral-500);
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-item:hover {
    color: var(--neutral-700);
}

.tab-item.active {
    color: var(--neutral-700);
    border-bottom-color: var(--primary-orange);
}

.industry-display {
    position: relative;
    width: 100%;
    height: 635px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-card {
    position: absolute;
    width: 1130px;
    height: 635px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 1;
}

.category-card.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    z-index: 10;
}

.category-card.prev {
    opacity: 0.3;
    transform: translateX(-400px) scale(0.8);
    pointer-events: none;
    z-index: 5;
}

.category-card.next {
    opacity: 0.3;
    transform: translateX(400px) scale(0.8);
    pointer-events: none;
    z-index: 5;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 270px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    display: flex;
    align-items: flex-end;
    padding: 64px;
    color: #fff;
}

.overlay-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 120px;
}

.overlay-text {
    flex: 1;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.overlay-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.overlay-link:hover {
    transform: translateX(5px);
}

.link-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
}

.link-underline {
    height: 1px;
    background-color: #fff;
    width: 100%;
}

@media (max-width: 1200px) {
    .category-card {
        width: 90%;
    }

    .overlay-content {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .solution-section {
        padding: 60px 20px;
    }

    .headline h2 {
        font-size: 28px;
    }

    .tabs-nav {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 8px;
    }

    .tab-item {
        font-size: 18px;
    }

    .overlay-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .category-card {
        height: 500px;
    }

    .card-overlay {
        padding: 30px;
        height: auto;
    }
}

/* --- XRemote Section --- */
.xremote-section {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}

@media (min-width: 769px) {
    .xremote-section {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .xremote-section {
        padding: 0 32px;
    }
}

@media (min-width: 1440px) {
    .xremote-section {
        padding: 0 64px;
    }
}

.xr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

@media (min-width: 769px) {
    .xr-container {
        padding: 48px 0;
    }
}

@media (min-width: 1024px) {
    .xr-container {
        padding: 64px 0;
    }
}

@media (min-width: 1440px) {
    .xr-container {
        padding: 80px 0;
    }
}

.xr-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 769px) {
    .xr-main {
        gap: 40px;
    }
}

@media (min-width: 1024px) {
    .xr-main {
        flex-direction: row;
        gap: 48px;
        align-items: center;
    }
}

@media (min-width: 1440px) {
    .xr-main {
        gap: 64px;
    }
}

.xr-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xr-content.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .xr-content {
        gap: 24px;
    }
}

@media (min-width: 1024px) {
    .xr-content {
        flex: 1 1 0;
        min-width: 0;
        flex-shrink: 1;
    }
}

.xr-logo {
    padding: 8px 12px;
}

.xr-logo img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 769px) {
    .xr-logo img {
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .xr-logo img {
        height: 48px;
    }
}

.xr-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185, 193, 207, 0) 100%);
}

.xr-text {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 769px) {
    .xr-text {
        gap: 16px;
    }
}

.xr-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #1d222b;
}

@media (min-width: 769px) {
    .xr-subtitle {
        font-size: 22px;
        line-height: 1.6;
    }
}

@media (min-width: 1024px) {
    .xr-subtitle {
        font-size: 24px;
        line-height: 36px;
    }
}

.xr-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.65;
    color: #5a6577;
    max-width: 600px;
}

@media (min-width: 769px) {
    .xr-desc {
        font-size: 17px;
        line-height: 1.7;
    }
}

@media (min-width: 1024px) {
    .xr-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.xr-btn-wrapper {
    padding-left: 12px;
    padding-top: 8px;
}

@media (min-width: 769px) {
    .xr-btn-wrapper {
        padding-top: 16px;
    }
}

@media (min-width: 1024px) {
    .xr-btn-wrapper {
        padding-top: 24px;
    }
}

.xr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d243f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    transition: opacity 0.3s;
    text-decoration: none;
}

@media (min-width: 769px) {
    .xr-btn {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

.xr-btn:hover {
    opacity: 0.9;
}

.xr-btn svg {
    width: 20px;
    height: 20px;
}

.xr-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xr-video-wrap.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 769px) {
    .xr-video-wrap {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {
    .xr-video-wrap {
        width: 55%;
        aspect-ratio: 4 / 3;
        border-radius: 24px;
    }
}

@media (min-width: 1440px) {
    .xr-video-wrap {
        width: 640px;
    }
}

.xr-video-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Home Hero Section --- */
.home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    background-color: var(--brand-900);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 36, 63, 0.4) 0%, rgba(13, 36, 63, 0.8) 100%);
}

/* Header & Nav */
.hero-header {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 24px 64px;
}

.nav-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-img {
    height: 32px;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--neutral-100);
    letter-spacing: -0.5px;
}

.main-nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.main-nav a {
    color: var(--neutral-100);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.main-nav a:hover {
    opacity: 0.8;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.lang-.elementor-35708 .elementor-element.elementor-element-f0693d1 {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--neutral-100);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--neutral-100);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* Hero Content */
.hero-content-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    padding: 0 64px;
}

.hero-container {
    max-width: 1440px;
    width: 100%;
}

.hero-text {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.hero-divider {
    width: 80px;
    height: 2px;
    background-color: var(--neutral-100);
    opacity: 0.6;
}

.hero-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--neutral-100);
    letter-spacing: -1px;
}

.hero-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 720px;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary-orange);
    color: var(--neutral-100);
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px rgba(236, 88, 43, 0.3);
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 16px rgba(236, 88, 43, 0.4);
    background-color: #d14720;
}

/* Responsiveness */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 48px;
    }

    .main-nav {
        display: none;
        /* Hide nav links on smaller screens for now */
    }
}

@media (max-width: 768px) {
    .hero-header {
        padding: 24px 32px;
    }

    .hero-content-wrap {
        padding: 0 32px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-desc {
        font-size: 18px;
    }

    .hero-cta {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .header-right {
        gap: 16px;
    }

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

/* --- About Pages Sections --- */

/* Intro Section */
.intro-section-wrapper {
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 64px;
}

.intro-section-container {
    max-width: 1440px;
    width: 100%;
    padding: 120px 0;
}

.intro-section-content {
    display: flex;
    gap: 64px;
    align-items: center;
    padding: 32px 0;
    background: white;
}

.intro-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.intro-logo {
    width: 192px;
    height: 48px;
    padding: 8px 12px;
}

.intro-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, transparent 100%);
}

.intro-text-content {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.intro-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: var(--neutral-700);
}

.intro-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--neutral-500);
    max-width: 560px;
}

.intro-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

/* Country / Base Section */
.country-section {
    background-color: white;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.country-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.country-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
    text-align: center;
}

.country-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    width: 100%;
}

.country-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.item-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.item-dot {
    width: 8px;
    height: 8px;
    background-color: var(--primary-orange);
    border-radius: 50%;
}

.item-date {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-orange);
    white-space: nowrap;
}

.item-line {
    flex: 1;
    height: 1px;
    background-color: var(--tab-border);
}

.country-card {
    background-color: white;
    border: var(--card-border);
    border-radius: 32px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.country-card .image-wrap {
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
}

.country-card .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-card .content {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.country-card .city {
    font-size: 20px;
    font-weight: 700;
    color: var(--neutral-700);
}

.country-card .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--neutral-500);
}

/* Common Responsive for About Sections */
@media (max-width: 1200px) {
    .intro-section-content {
        flex-direction: column;
        gap: 48px;
    }

    .intro-right {
        justify-content: center;
        width: 100%;
    }

    .visual-frame {
        max-width: 100%;
    }

    .country-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .intro-section-wrapper,
    .country-section {
        padding: 60px 24px;
    }

    .country-grid {
        grid-template-columns: 1fr;
    }

    .country-headline {
        font-size: 28px;
    }
}

/* Award Section */
.award-section {
    background-color: var(--stats-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 64px;
}

.award-container {
    max-width: 1440px;
    width: 100%;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.award-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700);
}

.awards-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.award-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px 12px;
    border-bottom: 1px solid var(--neutral-400, #b9c1cf);
}

.award-item:last-child {
    border-bottom: none;
}

.award-flag {
    width: 32px;
    height: 32px;
}

.award-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--neutral-700);
}

/* Patent Section */
.patent-section {
    background-color: var(--neutral-100);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 64px;
}

.patent-container {
    max-width: 1440px;
    width: 100%;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.patent-headline {
    font-size: 36px;
    font-weight: 700;
    color: var(--neutral-700);
}

.patent-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    width: 100%;
}

.patent-card {
    height: 404px;
    width: 100%;
    perspective: 1000px;
    cursor: pointer;
}

.patent-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.patent-card:hover .patent-card-inner {
    transform: rotateY(180deg);
}

.patent-card-front,
.patent-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 32px;
    border: 3px solid var(--neutral-200);
    padding: 12px;
    background-color: var(--neutral-100);
}

.patent-card-back {
    transform: rotateY(180deg);
}

.front-container,
.back-container {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.front-container-bg,
.back-container-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.back-container-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--brand-900);
    opacity: 0.85;
    z-index: 2;
}

.patent-header-frame {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.patent-icon {
    width: 30px;
    height: 42px;
}

.patent-code {
    font-size: 30px;
    font-weight: 700;
    color: var(--neutral-500);
}

.patent-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--neutral-700);
    position: relative;
    z-index: 2;
}

.patent-description {
    font-size: 18px;
    line-height: 1.6;
    color: var(--neutral-100);
    position: relative;
    z-index: 3;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .patent-features {
        grid-template-columns: 1fr;
    }

    .award-text,
    .patent-name,
    .patent-code {
        font-size: 20px;
    }

    .award-container,
    .patent-container {
        padding: 80px 0;
        gap: 40px;
    }
}

@media (max-width: 768px) {

    .award-section,
    .patent-section {
        padding: 0 24px;
    }

    .award-headline,
    .patent-headline {
        font-size: 28px;
        text-align: center;
    }
}

/* --- Marq+ Industry Section --- */
.marq-plus-industry {
    padding: 120px 64px;
    background-color: var(--neutral-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marq-plus-industry .headline {
    font-size: 36px;
    font-weight: 500;
    color: var(--brand-900);
    text-align: center;
    line-height: 1.5;
}

.features-container {
    max-width: 1440px;
    width: 100%;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.feature-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 421 / 306;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.card-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 65%);
    z-index: 2;
}

.card-bottom-vignette {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 109px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    z-index: 3;
}

.card-content {
    position: relative;
    z-index: 4;
    text-align: center;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
}

/* Industry Responsive */
@media (max-width: 1200px) {
    .marq-plus-industry {
        padding: 80px 40px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .marq-plus-industry {
        padding: 60px 20px;
        gap: 32px;
    }

    .marq-plus-industry .headline {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .marq-plus-industry .headline {
        font-size: 24px;
    }

    .card-title {
        font-size: 20px;
    }
}

/* --- Marq+ Step Section --- */
.marq-plus-steps {
    padding: 120px 64px;
    background-color: var(--neutral-100);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marq-plus-steps .headline {
    font-size: 36px;
    font-weight: 500;
    color: var(--brand-900);
    text-align: center;
}

.carousel-container {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 1440px;
}

.step-card {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 381px;
    transition: flex 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    background-color: #ffffff;
    border: 1px solid var(--neutral-200);
}

.step-card.expanded {
    flex: 3;
    display: flex;
    padding: 12px;
    gap: 12px;
}

.step-card.collapsed {
    flex: 1;
    cursor: pointer;
}

.step-card.collapsed:hover {
    box-shadow: var(--shadow-hover);
}

.collapsed .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expanded-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding-left: 32px;
}

.expanded-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--brand-900);
    margin-bottom: 8px;
}

.expanded-text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--neutral-500);
    line-height: 1.6;
}

.qr-code {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.app-stores {
    display: flex;
    gap: 12px;
}

.app-stores img {
    height: 35px;
    width: auto;
}

.expanded-image-container {
    flex: 1.5;
    background-color: #f1f5fa;
    border-radius: 16px;
    overflow: hidden;
}

.expanded-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Step Responsive */
@media (max-width: 1200px) {
    .marq-plus-steps {
        padding: 80px 40px;
    }
}

@media (max-width: 992px) {
    .carousel-container {
        flex-direction: column;
        gap: 24px;
    }

    .step-card {
        height: auto;
        flex: none !important;
        width: 100%;
    }

    .step-card.expanded {
        flex-direction: column;
        padding: 32px;
    }

    .expanded-content {
        padding-left: 0;
        align-items: center;
        text-align: center;
    }

    .expanded-image-container {
        aspect-ratio: 16 / 9;
    }

    .step-card.collapsed {
        display: none;
        /* In simple HTML version, we stack or hide collapsed */
    }
}

@media (max-width: 768px) {
    .marq-plus-steps {
        padding: 60px 20px;
        gap: 32px;
    }

    .marq-plus-steps .headline {
        font-size: 28px;
    }
}

/* --- Marq+ Home Hero Section --- */
.marq-plus-hero {
    position: relative;
    width: 100%;
    height: 1100px;
    background-color: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 64px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27%);
    z-index: 2;
}

.hero-gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.hero-container {
    position: relative;
    z-index: 4;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: flex-start;
    padding-top: 120px;
}

.hero-logo img {
    width: 360px;
    height: auto;
}

.features {
    display: flex;
    gap: 16px;
    align-items: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 152px;
}

.feature-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
}

.feature-item p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.75;
}

.separator {
    width: 1.5px;
    height: 104px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

.hero-mockup {
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.5));
}

.hero-mockup img {
    width: 749px;
    height: auto;
}

/* Home Hero Responsive */
@media (max-width: 1400px) {
    .marq-plus-hero {
        padding: 0 40px;
    }

    .hero-mockup {
        right: 40px;
    }

    .hero-mockup img {
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .hero-mockup img {
        width: 500px;
    }

    .hero-logo img {
        width: 320px;
    }
}

@media (max-width: 992px) {
    .marq-plus-hero {
        height: auto;
        min-height: 800px;
        flex-direction: column;
        justify-content: center;
        padding: 80px 40px;
    }

    .hero-mockup {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        margin-top: 60px;
    }

    .hero-mockup img {
        width: 400px;
    }

    .hero-content {
        align-items: center;
        text-align: center;
        padding-top: 0;
    }

    .hero-logo {
        margin-bottom: 0;
    }

    .features {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .marq-plus-hero {
        padding: 60px 20px;
    }

    .features {
        flex-direction: column;
        gap: 24px;
    }

    .separator {
        width: 100%;
        height: 1.5px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
    }

    .feature-item {
        width: 100%;
        text-align: center;
    }

    .hero-mockup img {
        width: 344px;
    }
}

/* ============================================
   SOLUTION PAGE DESIGN SYSTEM
   ============================================ */

/* --- Solution Hero Section --- */
.solution-hero {
    position: relative;
    width: 100%;
    min-height: var(--solution-hero-min-height, 640px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--solution-hero-radius, 0 0 64px 64px);
}

.solution-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.solution-hero-overlay-top {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27%);
    z-index: 1;
}

.solution-hero-overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.solution-hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 100%;
    max-width: var(--solution-content-max, 880px);
    padding: 80px 20px;
}

.solution-hero-title {
    font-size: var(--solution-hero-title-size, 48px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
}

.solution-hero-description {
    font-size: var(--solution-hero-desc-size, 18px);
    font-weight: 500;
    line-height: 1.67;
    max-width: 100%;
}

@media (min-width: 769px) {
    .solution-hero {
        border-radius: 0 0 48px 48px;
    }

    .solution-hero-content {
        padding: 100px 40px;
    }
}

@media (min-width: 1024px) {
    .solution-hero {
        border-radius: 0 0 64px 64px;
    }

    .solution-hero-content {
        padding: 120px 64px;
    }
}

/* --- Solution Industry Section (Accordion) --- */
.solution-industry {
    width: 100%;
    background-color: white;
    padding: var(--solution-section-padding, 120px 64px);
}

.solution-industry-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-industry-headline {
    text-align: center;
    margin-bottom: 64px;
}

.solution-industry-headline h2 {
    font-size: var(--solution-title-size, 36px);
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700, #1d222b);
}

.solution-industry-content {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.solution-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution-accordion-item {
    background-color: white;
    border-bottom: 2px solid var(--solution-border, #d3dde6);
}

.solution-accordion-item:first-child {
    border-top: 2px solid var(--solution-border, #d3dde6);
}

.solution-accordion-progress {
    height: 4px;
    background-color: var(--primary-orange, #ec582b);
    width: 0;
    transition: width 5s linear;
}

.solution-accordion-item.active .solution-accordion-progress {
    width: 100%;
}

.solution-accordion-header {
    cursor: pointer;
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: none;
}

.solution-accordion-title {
    font-size: var(--solution-card-title-size, 24px);
    font-weight: 700;
    color: var(--neutral-700, #1d222b);
    text-align: left;
}

.solution-accordion-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.solution-accordion-item.active .solution-accordion-icon {
    transform: rotate(180deg);
}

.solution-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.solution-accordion-item.active .solution-accordion-body {
    max-height: 200px;
}

.solution-accordion-description {
    font-size: var(--solution-text-size, 18px);
    line-height: 1.6;
    color: var(--neutral-500, #5a6577);
    padding-bottom: 32px;
}

.solution-industry-images {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.solution-industry-image {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 640 / 524;
}

.solution-industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .solution-industry-content {
        flex-direction: column;
    }

    .solution-industry-images {
        display: none;
    }
}

/* --- Solution Social Proof Section --- */
.solution-social-proof {
    width: 100%;
    background-color: var(--solution-bg-light, #f1f5fa);
    padding: 80px 64px;
}

.solution-social-proof-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-social-proof-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 32px;
}

.solution-social-proof-logo {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-social-proof-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.3s, opacity 0.3s;
}

.solution-social-proof-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.solution-social-proof-text {
    text-align: center;
    font-size: var(--solution-text-size, 18px);
    font-weight: 500;
    color: var(--neutral-500, #5a6577);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .solution-social-proof {
        padding: 60px 20px;
    }

    .solution-social-proof-logos {
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .solution-hero-title {
        font-size: 32px;
    }

    .solution-hero-description {
        font-size: 16px;
    }

    .solution-industry-headline h2 {
        font-size: 28px;
    }

    .solution-intro-subtitle {
        font-size: 24px;
    }

    .solution-case-headline h2 {
        font-size: 28px;
    }
}

/* --- Solution Intro Section --- */
.solution-intro {
    width: 100%;
    background-color: white;
    padding: var(--solution-section-padding, 120px 64px);
}

.solution-intro-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-intro-content {
    display: flex;
    gap: 64px;
    align-items: center;
}

.solution-intro-content.reverse {
    flex-direction: row-reverse;
}

.solution-intro-text {
    flex: 1;
}

.solution-intro-subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--neutral-700, #1d222b);
    margin-bottom: 16px;
}

.solution-intro-divider {
    height: 2px;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, transparent 100%);
    margin-bottom: 16px;
}

.solution-intro-description {
    font-size: var(--solution-text-size, 18px);
    font-weight: 500;
    line-height: 1.67;
    color: var(--neutral-500, #5a6577);
    max-width: 600px;
}

.solution-intro-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.solution-intro-image img {
    max-width: 480px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.solution-intro-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--brand-900, #0d243f);
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    transition: all 0.3s ease;
}

.solution-intro-btn:hover {
    background-color: #1a3a5e;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {

    .solution-intro-content,
    .solution-intro-content.reverse {
        flex-direction: column;
        text-align: left;
    }

    .solution-intro-image {
        order: -1;
    }

    .solution-intro-description {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .solution-intro {
        padding: 60px 20px;
    }
}

/* --- Solution Case Section --- */
.solution-case {
    width: 100%;
    background-color: var(--solution-bg-light, #f1f5fa);
    padding: var(--solution-section-padding, 120px 64px);
}

.solution-case-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-case-headline {
    text-align: center;
    margin-bottom: 48px;
}

.solution-case-headline h2 {
    font-size: var(--solution-title-size, 36px);
    font-weight: 700;
    color: var(--neutral-700, #1d222b);
}

.solution-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.solution-case-card {
    background-color: white;
    border-radius: 32px;
    overflow: hidden;
    border: 3px solid var(--neutral-200, #e9eef3);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.solution-case-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover, 0px 20px 40px 0px rgba(0, 0, 0, 0.08));
}

.solution-case-image {
    aspect-ratio: 435 / 334;
    overflow: hidden;
}

.solution-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.solution-case-card:hover .solution-case-image img {
    transform: scale(1.05);
}

.solution-case-content {
    padding: 24px 16px;
}

.solution-case-title {
    font-size: var(--solution-card-title-size, 24px);
    font-weight: 700;
    color: var(--neutral-700, #1d222b);
    margin-bottom: 8px;
}

.solution-case-date {
    font-size: var(--solution-text-size, 18px);
    font-weight: 500;
    color: var(--neutral-500, #5a6577);
}

@media (max-width: 1024px) {
    .solution-case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .solution-case {
        padding: 60px 20px;
    }

    .solution-case-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }
}

/* --- Solution Footer --- */
.solution-footer {
    width: 100%;
    background-color: var(--brand-900, #0d243f);
    padding: 80px 64px 40px;
}

.solution-footer-container {
    max-width: var(--solution-container-max, 1440px);
    margin: 0 auto;
    width: 100%;
}

.solution-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    margin-bottom: 48px;
}

.solution-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solution-footer-logo {
    height: 32px;
}

.solution-footer-contact {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.solution-footer-links h4 {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-orange, #ec582b);
    margin-bottom: 16px;
}

.solution-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-footer-links li {
    margin-bottom: 8px;
}

.solution-footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.solution-footer-links a:hover {
    opacity: 0.8;
}

.solution-footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 12px;
}

@media (max-width: 768px) {
    .solution-footer {
        padding: 60px 20px 40px;
    }

    .solution-footer-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

/* ============================================
   XRemote Section - Scroll Animations
   ============================================ */
.xremote-section .xremote-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .xremote-section .xremote-main {
        flex-direction: row;
        gap: 64px;
        align-items: center;
    }
}

.xremote-section .xremote-content.xr-animate {
    opacity: 0;
    transform: translateX(-64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xremote-section .xremote-content.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

.xremote-section .xremote-visual.xr-animate {
    opacity: 0;
    transform: translateX(64px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.xremote-section .xremote-visual.xr-entered {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   CoreXR Section - Scroll Animations
   ============================================ */
.corexr-section .corexr-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .corexr-section .corexr-main {
        flex-direction: row-reverse;
        gap: 64px;
        align-items: center;
    }
}

/* ============================================
   More Product Section - Scroll Animations
   ============================================ */
.moreproduct-section .mp-card-body.mp-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out, box-shadow 0.3s ease;
}

.moreproduct-section .mp-card-body.mp-animate.mp-entered {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Blog Section - Scroll Animations
   ============================================ */
.blog-section .blog-card.blog-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.blog-section .blog-card.blog-entered {
    opacity: 1;
    transform: translateY(0);
}

.blog-section .blog-card.blog-entered:hover {
    transform: translateY(-4px);
}

/* ============================================
   Service Section - Scroll Animations
   ============================================ */
.service-section .svc-feature.svc-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 604ms ease-out, transform 604ms ease-out;
}

.service-section .svc-feature.svc-entered {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   XRemote Product Page Sections
   ========================================================================== */

/* --- XRemote Hero Section --- */
.xremote-hero {
    --radius-button: 8px;
    --elevation-sm: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    --ring: rgba(188, 199, 212, 1);
    position: relative;
    width: 100%;
    height: 840px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .xremote-hero {
        height: 740px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero {
        height: 640px;
    }
}

@media (max-width: 768px) {
    .xremote-hero {
        height: 560px;
    }
}

.xremote-hero__bg {
    position: absolute;
    inset: 0;
    border-radius: 0 0 64px 64px;
    overflow: hidden;
}

@media (max-width: 1439px) {
    .xremote-hero__bg {
        border-radius: 0 0 56px 56px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__bg {
        border-radius: 0 0 48px 48px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__bg {
        border-radius: 0 0 32px 32px;
    }
}

.xremote-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.xremote-hero__content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

@media (min-width: 769px) {
    .xremote-hero__content {
        padding: 0 48px;
    }
}

@media (min-width: 1024px) {
    .xremote-hero__content {
        padding: 0 64px;
    }
}

.xremote-hero__inner {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xremote-hero__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 880px;
    width: 90%;
    padding-bottom: 120px;
}

@media (max-width: 1439px) {
    .xremote-hero__col {
        max-width: 780px;
        gap: 28px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__col {
        max-width: 680px;
        gap: 28px;
        padding-top: 32px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__col {
        max-width: 90%;
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 60px;
    }
}

.xremote-hero__logo {
    height: 82px;
    width: auto;
    display: block;
}

@media (max-width: 1439px) {
    .xremote-hero__logo {
        height: 65px;
    }
}

@media (max-width: 1023px) {
    .xremote-hero__logo {
        height: 49px;
    }
}

@media (max-width: 768px) {
    .xremote-hero__logo {
        height: 41px;
    }
}

.xremote-hero__desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.67;
    font-size: clamp(15px, 1.8vw, 18px);
    margin: 0;
    padding: 0 16px;
}

@media (max-width: 768px) {
    .xremote-hero__desc {
        padding: 0;
    }
}

.xremote-hero__cta {
    display: inline-block;
    background: #fff;
    color: #1d222b;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 20px;
    border: none;
    border-radius: var(--radius-button);
    box-shadow: var(--elevation-sm);
    cursor: pointer;
    white-space: nowrap;
    transition: background 200ms ease, box-shadow 200ms ease;
}

.xremote-hero__cta:hover {
    background: #e9eef3;
}

.xremote-hero__cta:active {
    background: #d3d3d3;
}

.xremote-hero__cta:focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: 2px;
}

.xremote-hero__animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 600ms cubic-bezier(0, 0, 0.58, 1), transform 600ms cubic-bezier(0, 0, 0.58, 1);
}

.xremote-hero__animate.is-animated {
    opacity: 1;
    transform: translateY(0);
}

/* --- XRemote Intro Section --- */
.xremote-intro {
    background: white;
    width: 100%;
    box-sizing: border-box;
}

.xremote-intro-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-intro-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
}

.xremote-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin-top: -160px;
    z-index: 20;
}

.xremote-intro-video-card {
    position: relative;
    width: 100%;
    padding-bottom: 56.17%;
    border-radius: 16px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #1a1a2e;
}

.xremote-intro-video-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}

.xremote-intro-headline {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #0d243f;
    margin: 0;
}

.xremote-intro-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid rgba(185, 193, 207, 0.3);
}

.xremote-intro-tabs-inner {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.xremote-intro-tab-btn {
    position: relative;
    padding: 8px 0 16px;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    color: #5a6577;
    transition: color 0.2s;
}

.xremote-intro-tab-btn.active {
    color: #1d222b;
}

.xremote-intro-tab-indicator {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #ec582b;
    border-radius: 2px 2px 0 0;
    display: none;
}

.xremote-intro-tab-btn.active .xremote-intro-tab-indicator {
    display: block;
}

.xremote-intro-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.xremote-intro-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.65;
    color: #3d4555;
    text-align: center;
    max-width: 900px;
    margin: 0;
}

.xremote-intro-img-wrap {
    width: 100%;
    max-width: 1277px;
}

.xremote-intro-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 769px) {
    .xremote-intro-container {
        padding: 0 32px;
    }

    .xremote-intro-inner {
        gap: 48px;
        padding-top: 24px;
        padding-bottom: 80px;
    }

    .xremote-intro-video-wrap {
        margin-top: -200px;
    }

    .xremote-intro-video-card {
        border-radius: 24px;
    }

    .xremote-intro-video-card iframe {
        border-radius: 24px;
    }

    .xremote-intro-headline {
        font-size: 28px;
    }

    .xremote-intro-tabs-inner {
        gap: 48px;
    }

    .xremote-intro-tab-btn {
        font-size: 20px;
    }

    .xremote-intro-desc {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .xremote-intro-video-wrap {
        margin-top: -230px;
    }

    .xremote-intro-headline {
        font-size: 32px;
    }
}

@media (min-width: 1440px) {
    .xremote-intro-container {
        padding: 0 64px;
    }

    .xremote-intro-inner {
        gap: 64px;
        padding-top: 32px;
        padding-bottom: 120px;
    }

    .xremote-intro-video-wrap {
        margin-top: -280px;
    }

    .xremote-intro-headline {
        font-size: 36px;
    }

    .xremote-intro-tabs-inner {
        gap: 64px;
    }

    .xremote-intro-tab-btn {
        font-size: 24px;
    }

    .xremote-intro-desc {
        font-size: 18px;
    }
}

/* --- XRemote Social Proof Section --- */
.xremote-social {
    background: #f1f5fa;
    width: 100%;
    box-sizing: border-box;
}

.xremote-social-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-social-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    padding: 60px 0;
}

.xremote-social-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

.xremote-social-logo-item {
    height: 60px;
    flex: 1;
    min-width: 120px;
    max-width: 280px;
}

.xremote-social-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.xremote-social-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #3d4555;
    text-align: center;
    width: 100%;
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-social-container {
        padding: 0 32px;
    }

    .xremote-social-inner {
        padding: 80px 0;
    }

    .xremote-social-logos {
        gap: 48px;
    }

    .xremote-social-logo-item {
        height: 80px;
    }

    .xremote-social-text {
        font-size: 20px;
    }
}

@media (min-width: 1440px) {
    .xremote-social-container {
        padding: 0 64px;
    }

    .xremote-social-logos {
        gap: 80px;
    }

    .xremote-social-logo-item {
        height: 100px;
    }

    .xremote-social-text {
        font-size: 24px;
    }
}

/* --- XRemote Product Intro Section (Split Items) --- */
.xremote-product {
    background: white;
    width: 100%;
    box-sizing: border-box;
}

.xremote-product-spacer {
    height: 60px;
}

.xremote-product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.xremote-product-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    padding: 0;
}

.xremote-product-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding: 32px 0;
    width: 100%;
}

.xremote-product-img-wrap {
    width: 100%;
    opacity: 0;
    transform: translateX(-48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.xremote-product-row.reverse .xremote-product-img-wrap {
    transform: translateX(48px);
}

.xremote-product-img-aspect {
    width: 100%;
    aspect-ratio: 640 / 480;
}

.xremote-product-img-aspect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.xremote-product-text-block {
    flex: 1;
    min-width: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.1s;
}

.xremote-product-row.reverse .xremote-product-text-block {
    transform: translateX(-48px);
}

.xremote-product-text-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
}

.xremote-product-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: rgba(13, 36, 63, 1);
    margin: 0;
}

.xremote-product-line {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185, 193, 207, 0) 100%);
    margin: 0;
}

.xremote-product-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5a6577;
    max-width: 600px;
    margin: 0;
}

.xremote-product-row.animated .xremote-product-img-wrap,
.xremote-product-row.animated .xremote-product-text-block {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1023px) {

    .xremote-product-img-wrap,
    .xremote-product-row.reverse .xremote-product-img-wrap {
        transform: translateY(32px);
    }

    .xremote-product-text-block,
    .xremote-product-row.reverse .xremote-product-text-block {
        transform: translateY(32px);
    }

    .xremote-product-row.animated .xremote-product-img-wrap,
    .xremote-product-row.animated .xremote-product-text-block {
        transform: translateY(0);
    }
}

@media (min-width: 769px) {
    .xremote-product-container {
        padding: 0 24px;
    }

    .xremote-product-row {
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .xremote-product-container {
        padding: 0 32px;
    }

    .xremote-product-inner {
        padding: 0;
    }

    .xremote-product-row {
        flex-direction: row;
        gap: 64px;
    }

    .xremote-product-row.reverse {
        flex-direction: row-reverse;
    }

    .xremote-product-img-wrap {
        width: 480px;
        flex-shrink: 0;
    }

    .xremote-product-title {
        font-size: 30px;
        line-height: 46px;
    }

    .xremote-product-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 1440px) {
    .xremote-product-container {
        padding: 0 64px;
    }

    .xremote-product-inner {
        padding: 32px 0;
    }

    .xremote-product-spacer {
        height: 120px;
    }

    .xremote-product-img-wrap {
        width: 640px;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .xremote-product-spacer {
        height: 80px;
    }
}

/* --- XRemote Features Section --- */
.xremote-features {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
}

.xremote-features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.xremote-features-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.xremote-features-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 80px 0;
    opacity: 0;
    transform: translateY(48px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.xremote-features-inner.animated {
    opacity: 1;
    transform: translateY(0);
}

.xremote-features-headline {
    max-width: 900px;
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: white;
    margin: 0;
}

.xremote-features-grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.xremote-feature-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex: 1;
    min-width: 256px;
    max-width: 400px;
}

.xremote-feature-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.xremote-feature-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    color: white;
    width: 100%;
}

.xremote-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    color: white;
}

.xremote-feature-lines {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: white;
}

.xremote-feature-lines p {
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-features-content {
        padding: 0 32px;
    }

    .xremote-features-inner {
        gap: 56px;
        padding: 120px 0;
    }

    .xremote-features-headline {
        font-size: 30px;
    }

    .xremote-features-grid {
        flex-direction: row;
        align-items: flex-start;
    }

    .xremote-feature-icon {
        width: 100px;
        height: 100px;
    }

    .xremote-feature-title {
        font-size: 22px;
    }

    .xremote-feature-lines {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .xremote-features-headline {
        font-size: 36px;
        line-height: 54px;
    }

    .xremote-feature-title {
        font-size: 24px;
    }

    .xremote-feature-lines {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .xremote-features-content {
        padding: 0 64px;
    }

    .xremote-features-inner {
        gap: 64px;
        padding: 160px 0;
    }
}

/* --- XRemote Case Section --- */
.xremote-cases {
    width: 100%;
    box-sizing: border-box;
    background: white;
}

.xremote-case-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.xremote-case-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    padding: 80px 0;
}

.xremote-case-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: #1d222b;
    margin: 0;
    text-align: center;
    width: 100%;
}

.xremote-case-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
    width: 100%;
}

.xremote-case-card-outer {
    flex: 1;
    min-width: 256px;
    padding-top: 8px;
    transition: padding 0.2s;
    cursor: pointer;
    opacity: 0;
    transform: translateY(48px);
}

.xremote-case-card-outer.animated {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, padding 0.2s;
}

.xremote-case-card-outer:hover {
    padding-top: 0;
    padding-bottom: 8px;
}

.xremote-case-card {
    background: white;
    height: 440px;
    position: relative;
    border-radius: 32px;
    width: 100%;
    overflow: hidden;
}

.xremote-case-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    height: 100%;
}

.xremote-case-card-img {
    flex: 1;
    min-height: 0;
    position: relative;
    border-radius: 24px;
    width: 100%;
    overflow: hidden;
}

.xremote-case-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 24px;
}

.xremote-case-card-text {
    flex-shrink: 0;
    width: 100%;
    padding: 24px 16px;
}

.xremote-case-card-text-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xremote-case-card-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    color: #1d222b;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xremote-case-card-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #5a6577;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xremote-case-card-border {
    position: absolute;
    inset: 0;
    border: 3px solid #e9eef3;
    border-radius: 32px;
    pointer-events: none;
    transition: box-shadow 0.2s;
}

.xremote-case-card-outer:hover .xremote-case-card-border {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 769px) {
    .xremote-case-container {
        padding: 0 32px;
    }

    .xremote-case-inner {
        padding: 100px 0;
    }

    .xremote-case-grid {
        flex-direction: row;
    }

    .xremote-case-headline {
        font-size: 32px;
        text-align: left;
    }

    .xremote-case-card-title {
        font-size: 22px;
    }

    .xremote-case-card-desc {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .xremote-case-card {
        height: 480px;
    }

    .xremote-case-headline {
        font-size: 36px;
        line-height: 54px;
    }

    .xremote-case-card-title {
        font-size: 24px;
    }

    .xremote-case-card-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

/* --- XRemote FAQ Section --- */
.xremote-faq {
    background: #f1f5fa;
    width: 100%;
    box-sizing: border-box;
}

.xremote-faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.xremote-faq-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    padding: 64px 0;
}

.xremote-faq-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.5;
    color: rgba(13, 36, 63, 1);
    text-align: center;
    margin: 0;
}

.xremote-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.xremote-faq-item {
    background: white;
    border-radius: 16px;
    width: 100%;
    cursor: pointer;
    position: relative;
    text-align: left;
    border: none;
    padding: 0;
    font: inherit;
    outline: none;
}

.xremote-faq-item-border {
    position: absolute;
    inset: 0;
    border: 1px solid #d3dde6;
    border-radius: 16px;
    pointer-events: none;
    box-shadow: 0px 5px 15px 0px rgba(25, 33, 61, 0.06);
}

.xremote-faq-item-inner {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    width: 100%;
    position: relative;
}

.xremote-faq-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.xremote-faq-item-question {
    flex: 1;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: rgba(13, 36, 63, 1);
    letter-spacing: 0.1px;
    margin: 0;
}

.xremote-faq-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    flex-shrink: 0;
    transition: background 0.4s ease-out, box-shadow 0.4s ease-out;
    background: #e9eef3;
    box-shadow: 0px 0.5px 1px 0px rgba(25, 33, 61, 0.07);
}

.xremote-faq-item.open .xremote-faq-chevron {
    background: #ec582b;
    box-shadow: none;
}

.xremote-faq-chevron-svg {
    width: 10px;
    height: 10px;
    display: block;
    flex-shrink: 0;
    overflow: visible;
    transition: transform 0.4s ease-out;
    transform: rotate(180deg);
}

.xremote-faq-item.open .xremote-faq-chevron-svg {
    transform: rotate(-90deg);
}

.xremote-faq-chevron-path {
    transition: stroke 0.4s ease-out;
    stroke: #5A6577;
}

.xremote-faq-item.open .xremote-faq-chevron-path {
    stroke: white;
}

.xremote-faq-item-answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
}

.xremote-faq-item.open .xremote-faq-item-answer {
    opacity: 1;
}

.xremote-faq-item-answer-inner {
    padding: 16px 0 0;
}

.xremote-faq-item-answer-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #3d4555;
    margin: 0;
}

@media (min-width: 769px) {
    .xremote-faq-container {
        padding: 0 32px;
    }

    .xremote-faq-inner {
        gap: 56px;
        padding: 80px 0;
    }

    .xremote-faq-headline {
        font-size: 32px;
    }

    .xremote-faq-item-inner {
        padding: 24px 32px;
    }

    .xremote-faq-item-question {
        font-size: 18px;
    }

    .xremote-faq-item-answer-text {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .xremote-faq-container {
        padding: 0 64px;
    }

    .xremote-faq-inner {
        gap: 64px;
        padding: 100px 0;
    }

    .xremote-faq-headline {
        font-size: 36px;
    }

    .xremote-faq-item-question {
        font-size: 20px;
    }

    .xremote-faq-item-answer-text {
        font-size: 18px;
    }
}


/* --- MARQ+ Product Page Sections --- */

/* Hero Section */
.marqplus-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    max-height: 1100px;
    overflow: hidden;
    background-color: #000;
}

.marqplus-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.marqplus-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27%);
}

.marqplus-hero-left-linear {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 100%);
}

.marqplus-hero-container {
    position: relative;
    z-index: 10;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    padding: 0 64px;
    display: flex;
    align-items: center;
}

.marqplus-hero-content {
    max-width: 584px;
    padding: 120px 32px 0;
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    z-index: 10;
}

.marqplus-hero-logo {
    width: 360px;
    height: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.marqplus-hero-logo.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.marqplus-hero-features {
    display: flex;
    gap: 16px;
    width: 100%;
    position: relative;
    height: 104px;
}

.marqplus-hero-feature {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #fff;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.marqplus-hero-feature:nth-child(1) {
    transform: translateY(24px);
}

.marqplus-hero-feature:nth-child(3) {
    transform: translateY(60px);
    transition-delay: 0.1s;
}

.marqplus-hero-feature:nth-child(5) {
    transform: translateY(96px);
    transition-delay: 0.2s;
}

.marqplus-hero-feature.is-animated {
    opacity: 1;
    transform: translateY(0) !important;
}

.marqplus-hero-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.marqplus-hero-feature-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.marqplus-hero-line {
    width: 0;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: center;
}

.marqplus-hero-line img {
    width: 104px;
    height: auto;
    transform: rotate(90deg) scaleY(-1);
}

.marqplus-hero-mockup {
    position: absolute;
    right: -156px;
    top: 173px;
    width: 50%;
    max-width: 750px;
    z-index: 5;
    opacity: 0;
    transform: rotate(6.22deg);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.marqplus-hero-mockup.is-animated {
    opacity: 1;
    right: 0;
    top: 143px;
    transform: rotate(0deg);
}

/* Intro Section (Tabs) */
.marqplus-intro {
    background: #fff;
    padding: 120px 0;
}

.marqplus-intro-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marqplus-intro-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
    margin: 0;
}

.marqplus-intro-tabs {
    display: flex;
    gap: 64px;
    border-bottom: 3px solid rgba(185, 193, 207, 0.2);
    width: 100%;
    justify-content: center;
}

.marqplus-intro-tab {
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
}

.marqplus-intro-tab.active {
    border-color: #ec582b;
}

.marqplus-intro-tab-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #5a6577;
    margin: 0;
}

.marqplus-intro-tab.active .marqplus-intro-tab-text {
    color: #1d222b;
}

.marqplus-intro-content {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    width: 100%;
}

.marqplus-intro-content.active {
    display: flex;
}

.marqplus-intro-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #3d4555;
    text-align: center;
    max-width: 900px;
    margin: 0;
}

.marqplus-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.marqplus-intro-video {
    width: 100%;
    display: block;
}

/* Social Proof Section */
.marqplus-social-proof {
    background: #f1f5fa;
    padding: 80px 0;
}

.marqplus-social-proof-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.marqplus-social-proof-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    flex-wrap: wrap;
}

.marqplus-social-proof-logo {
    height: 100px;
    flex: 1;
    min-width: 200px;
    display: flex;
    justify-content: center;
}

.marqplus-social-proof-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.marqplus-social-proof-subtitle {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #3d4555;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
    .marqplus-hero {
        height: auto;
        min-height: 600px;
    }

    .marqplus-hero-container {
        padding: 0 24px;
    }

    .marqplus-hero-content {
        padding: 80px 0;
        gap: 40px;
    }

    .marqplus-hero-logo {
        width: 80%;
    }

    .marqplus-hero-features {
        flex-direction: column;
        align-items: flex-start;
    }

    .marqplus-hero-line {
        display: none;
    }

    .marqplus-hero-mockup {
        display: none;
    }

    .marqplus-intro-headline {
        font-size: 28px;
        line-height: 42px;
    }

    .marqplus-intro-tabs {
        gap: 24px;
    }

    .marqplus-intro-tab-text {
        font-size: 18px;
    }

    .marqplus-social-proof-grid {
        gap: 40px;
    }

    .marqplus-social-proof-logo {
        height: 60px;
        min-width: 120px;
    }
}


/* Step Section (Carousel) */
.marqplus-steps {
    background: #fff;
    padding: 120px 0;
}

.marqplus-steps-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marqplus-steps-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
    margin: 0;
}

.marqplus-steps-grid {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.marqplus-step-card {
    flex: 1;
    height: 380px;
    border: 2px solid #d3dde6;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.marqplus-step-card.expanded {
    flex: 2;
    background: #e9eef3;
    display: flex;
    padding: 12px;
}

.marqplus-step-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}

.marqplus-step-card.expanded .marqplus-step-card-img {
    width: 50%;
    border-radius: 16px;
}

.marqplus-step-card-content {
    display: none;
    flex-direction: column;
    padding: 16px;
    width: 50%;
    justify-content: flex-start;
    gap: 32px;
}

.marqplus-step-card.expanded .marqplus-step-card-content {
    display: flex;
}

.marqplus-step-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1d222b;
    margin: 0 0 8px;
}

.marqplus-step-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #5a6577;
    margin: 0;
}

/* Industry Section (Grid) */
.marqplus-industry {
    background: #fff;
    padding: 120px 0;
}

.marqplus-industry-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.marqplus-industry-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
    margin: 0;
}

.marqplus-industry-grid {
    background: #edf2f8;
    padding: 48px 64px;
    border-radius: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.marqplus-industry-card {
    position: relative;
    height: 306px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.marqplus-industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.marqplus-industry-card:hover img {
    transform: scale(1.05);
}

.marqplus-industry-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.35) 82.5%);
}

.marqplus-industry-label-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    backdrop-filter: blur(12.5px);
}

.marqplus-industry-title {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0;
    z-index: 5;
}

/* Features Section (Dark Core) */
.marqplus-features {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.marqplus-features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.marqplus-features-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(7.5px);
    z-index: 2;
}

.marqplus-features-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    padding: 160px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
}

.marqplus-features-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.marqplus-features-grid {
    display: flex;
    gap: 40px;
    width: 100%;
}

.marqplus-feature-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.marqplus-features-grid.is-animated .marqplus-feature-card {
    opacity: 1;
    transform: translateY(0);
}

.marqplus-feature-card:nth-child(2) {
    transition-delay: 0.15s;
}

.marqplus-feature-card:nth-child(3) {
    transition-delay: 0.3s;
}

.marqplus-feature-icon {
    width: 100px;
    height: 100px;
}

.marqplus-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.marqplus-feature-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

@media (max-width: 991px) {
    .marqplus-industry-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 32px;
    }

    .marqplus-features-grid {
        flex-direction: column;
        gap: 60px;
    }

    .marqplus-steps-grid {
        flex-direction: column;
    }

    .marqplus-step-card {
        height: 300px;
    }

    .marqplus-step-card.expanded {
        flex: none;
        height: 350px;
    }
}


/* Case Section (Grid) */
.marqplus-case {
    background: #fff;
    padding: 120px 0;
}

.marqplus-case-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.marqplus-case-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    margin: 0;
}

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

.marqplus-case-card {
    background: #fff;
    border: 1px solid rgba(185, 193, 207, 0.4);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.marqplus-case-card-img-wrap {
    height: 220px;
    overflow: hidden;
}

.marqplus-case-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.marqplus-case-card:hover .marqplus-case-card-img {
    transform: scale(1.05);
}

.marqplus-case-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.marqplus-case-card-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1d222b;
    margin: 0;
}

.marqplus-case-card-date {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5a6577;
    margin: 0;
}

/* FAQ Section (Accordion) */
.marqplus-faq {
    background: #f1f5fa;
    padding: 120px 0;
}

.marqplus-faq-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.marqplus-faq-headline {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
    margin: 0;
}

.marqplus-faq-list {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.marqplus-faq-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.marqplus-faq-question {
    padding: 20px 32px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.marqplus-faq-question:hover {
    background: #fafbfc;
}

.marqplus-faq-question-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #3d4555;
    margin: 0;
}

.marqplus-faq-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}

.marqplus-faq-item.active .marqplus-faq-icon {
    transform: rotate(180deg);
}

.marqplus-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.marqplus-faq-item.active .marqplus-faq-answer {
    max-height: 500px;
}

.marqplus-faq-answer-inner {
    padding: 0 32px 32px;
}

.marqplus-faq-answer-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5a6577;
    margin: 0;
}

/* Contact Section (CTA Banner) */
.marqplus-contact {
    padding: 100px 64px;
    max-width: 1440px;
    margin: 0 auto;
}

.marqplus-contact-banner {
    position: relative;
    width: 100%;
    min-height: 380px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.marqplus-contact-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.marqplus-contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.marqplus-contact-content {
    position: relative;
    z-index: 10;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.marqplus-contact-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    margin: 0;
}

.marqplus-contact-btns {
    display: flex;
    gap: 16px;
}

.marqplus-contact-btn {
    padding: 12px 32px;
    border-radius: 4px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
}

.marqplus-contact-btn-primary {
    background: #ec582b;
    color: #fff;
}

.marqplus-contact-btn-primary:hover {
    background: #d44c23;
}

.marqplus-contact-btn-secondary {
    background: #fff;
    color: #1d222b;
}

.marqplus-contact-btn-secondary:hover {
    background: #f1f5fa;
}

@media (max-width: 991px) {
    .marqplus-case-grid {
        grid-template-columns: 1fr;
    }

    .marqplus-contact {
        padding: 40px 24px;
    }

    .marqplus-contact-content {
        padding: 0 40px;
        text-align: center;
        align-items: center;
    }

    .marqplus-contact-title {
        font-size: 28px;
        line-height: 42px;
    }

    .marqplus-contact-btns {
        flex-direction: column;
        width: 100%;
    }
}


/* Winkiss Product Page Styles */
/* Winkiss Product Page Styles (Figma Sync 2989:28958) */
.winkiss-hero {
    --radius-button: 8px;
    --elevation-sm: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    --ring: rgba(188, 199, 212, 1);
    position: relative;
    width: 100%;
    height: 800px;
    overflow: visible; /* Character and video card overflow */
    background: #fff;
    border-radius: 0 0 64px 64px;
}

@media (max-width: 1439px) {
    .winkiss-hero { height: 700px; }
}
@media (max-width: 1023px) {
    .winkiss-hero { height: 600px; }
}
@media (max-width: 768px) {
    .winkiss-hero { height: auto; min-height: 500px; padding-bottom: 240px; }
}

.winkiss-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 0 64px 64px;
}

.winkiss-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.winkiss-hero__content {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 64px;
}

@media (max-width: 768px) {
    .winkiss-hero__content { padding: 0 24px; }
}

.winkiss-hero__inner {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.winkiss-hero__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    max-width: 640px;
    width: 100%;
    padding-bottom: 40px;
}

@media (max-width: 1023px) {
    .winkiss-hero__inner { justify-content: center; }
    .winkiss-hero__col { align-items: center; text-align: center; max-width: 100%; }
}

.winkiss-hero__logo {
    height: 96px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    .winkiss-hero__logo { height: 64px; }
}

.winkiss-hero__desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #493b63;
    margin: 0;
}

.winkiss-hero__cta {
    display: inline-block;
    background: #fff;
    color: #1d222b;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding: 12px 24px;
    border: none;
    border-radius: var(--radius-button);
    box-shadow: var(--elevation-sm);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.winkiss-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 13, 18, 0.1);
    background: #f8fafc;
}

.winkiss-hero__char {
    position: absolute;
    right: 96px;
    top: 176px;
    width: 570px;
    height: 947px;
    object-fit: contain;
    z-index: 6;
    pointer-events: none;
}

@media (max-width: 1439px) {
    .winkiss-hero__char { height: 800px; width: auto; right: 50px; top: 150px; }
}

@media (max-width: 1023px) {
    .winkiss-hero__char { height: 600px; right: 20px; top: auto; bottom: 0; }
}

@media (max-width: 768px) {
    .winkiss-hero__char {
        position: relative;
        right: 0;
        top: 0;
        height: 450px;
        width: auto;
        margin: 40px auto 0;
        display: block;
    }
}

.winkiss-hero__video-card {
    position: absolute;
    left: 50%;
    top: 720px; /* Adjusted to overlay half bottom in Figma style */
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 15;
}

@media (max-width: 1280px) {
    .winkiss-hero__video-card { width: calc(100% - 80px); top: 620px; }
}

@media (max-width: 768px) {
    .winkiss-hero__video-card {
        top: auto;
        bottom: -120px;
        width: calc(100% - 40px);
    }
}

.winkiss-hero__video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 674;
    background: #000;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.winkiss-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Animations (XRemote timing) */
.winkiss-hero__animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 600ms cubic-bezier(0, 0, 0.58, 1), transform 600ms cubic-bezier(0, 0, 0.58, 1);
}

.winkiss-hero__animate.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.winkiss-hero__animate:nth-child(1) { transition-delay: 100ms; }
.winkiss-hero__animate:nth-child(2) { transition-delay: 200ms; }
.winkiss-hero__animate:nth-child(3) { transition-delay: 300ms; }

/* Winkiss Intro Tabs (XRemote Style Video Integration) */
.winkiss-intro {
    background: #fff;
    padding: 60px 64px 120px; /* Reduced top padding for floating video */
    display: flex;
    justify-content: center;
}

.winkiss-intro-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.winkiss-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin-top: -240px; /* Floating more aggressively to overlay Hero */
    z-index: 20;
    margin-bottom: 20px;
}

.winkiss-intro-video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 674;
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #000;
}

@media (max-width: 1280px) {
    .winkiss-intro-video-wrap { margin-top: -180px; width: calc(100% - 80px); }
}

@media (max-width: 768px) {
    .winkiss-intro-video-wrap { margin-top: -120px; width: calc(100% - 40px); }
}

.winkiss-intro-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #0d243f;
    text-align: center;
}

.winkiss-tabs-nav {
    display: flex;
    gap: 64px;
    border-bottom: 3px solid rgba(185, 193, 207, 0);
    width: 100%;
    justify-content: center;
}

.winkiss-tab-btn {
    background: none !important;
    border: none !important;
    padding: 16px 0 !important;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 36px !important;
    color: #5a6577 !important;
    cursor: pointer !important;
    position: relative !important;
    transition: all 0.3s !important;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}

.winkiss-tab-btn:hover,
.winkiss-tab-btn:focus,
.winkiss-tab-btn:active {
    background: transparent !important;
    color: #1d222b !important;
    box-shadow: none !important;
}

.winkiss-tab-btn.active {
    color: #1d222b !important;
    background: transparent !important;
}

.winkiss-tab-indicator {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ec582b;
    border-radius: 2px 2px 0 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.winkiss-tab-btn.active .winkiss-tab-indicator {
    opacity: 1;
}

.winkiss-tabs-content {
    width: 100%;
}

.winkiss-tab-pane {
    display: none;
    animation: winkissFadeIn 0.5s ease;
}

.winkiss-tab-pane.active {
    display: block;
}

.winkiss-intro-img {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.winkiss-intro-img img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes winkissFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .winkiss-tabs-nav {
        gap: 24px;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .winkiss-tab-btn {
        font-size: 18px;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .winkiss-intro {
        padding: 64px 20px;
    }

    .winkiss-intro-headline h2 {
        font-size: 28px;
        line-height: 42px;
    }
}

/* Winkiss Social Proof */
.winkiss-social-proof {
    background: #f1f5fa;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.winkiss-sp-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.winkiss-sp-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
}

.winkiss-sp-logo {
    flex: 1;
    min-width: 150px;
    max-width: 250px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winkiss-sp-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.winkiss-sp-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #3d4555;
    text-align: center;
}

/* Winkiss Values */
.winkiss-values {
    background: #fff;
    padding: 80px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-values-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.winkiss-value-row {
    display: flex;
    align-items: center;
    gap: 64px;
}

.winkiss-value-row.reversed {
    flex-direction: row-reverse;
}

.winkiss-value-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
}

.winkiss-value-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    color: #1d222b;
}

.winkiss-value-line {
    width: 100%;
    height: 1px;
    background: transparent;
}

.winkiss-value-line img {
    width: 100%;
    display: block;
}

.winkiss-value-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #5a6577;
    max-width: 600px;
}

.winkiss-value-image {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
}

.winkiss-value-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .winkiss-sp-logos {
        gap: 40px;
    }

    .winkiss-value-row,
    .winkiss-value-row.reversed {
        flex-direction: column;
        text-align: center;
    }

    .winkiss-value-content {
        align-items: center;
        padding-left: 0;
    }

    .winkiss-value-image {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1;
    }
}

/* Winkiss Benefits Grid */
.winkiss-features {
    background: #fff;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-features-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.winkiss-features-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #1d222b;
    text-align: center;
}

.winkiss-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
}

.winkiss-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.winkiss-feature-card.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.winkiss-feature-icon {
    width: 200px;
    height: 200px;
}

.winkiss-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.winkiss-feature-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1d222b;
}

.winkiss-feature-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #1d222b;
}

/* Winkiss Cases */
.winkiss-cases {
    background: #fff;
    padding: 120px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-cases-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.winkiss-cases-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1d222b;
    text-align: center;
}

.winkiss-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

.winkiss-case-card {
    background: #fff;
    border: 3px solid #e9eef3;
    border-radius: 32px;
    overflow: hidden;
    padding: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.winkiss-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.winkiss-case-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 24px;
    overflow: hidden;
}

.winkiss-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.winkiss-case-info {
    padding: 24px 16px;
}

.winkiss-case-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1d222b;
    margin-bottom: 8px;
}

.winkiss-case-date {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #5a6577;
}

@media (max-width: 1024px) {

    .winkiss-features-grid,
    .winkiss-cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .winkiss-features-grid,
    .winkiss-cases-grid {
        grid-template-columns: 1fr;
    }

    .winkiss-features,
    .winkiss-cases {
        padding: 84px 20px;
    }
}

/* Winkiss FAQ */
.winkiss-faq {
    background: #f1f5fa;
    padding: 64px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-faq-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.winkiss-faq-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #1d222b;
    text-align: center;
}

.winkiss-faq-accordion {
    width: 100%;
    max-width: 1184px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.winkiss-faq-item {
    background: #fff;
    border: 1px solid #d3dde6;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(25, 33, 61, 0.06);
}

.winkiss-faq-question {
    width: 100%;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.winkiss-faq-question span {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1d222b;
}

.winkiss-faq-icon {
    width: 32px;
    height: 32px;
    background: #e9eef3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.winkiss-faq-item.active .winkiss-faq-icon {
    transform: rotate(180deg);
}

.winkiss-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 32px;
    background: #fff;
}

.winkiss-faq-item.active .winkiss-faq-answer {
    max-height: 200px;
    padding: 0 32px 24px 32px;
}

.winkiss-faq-answer p {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #5a6577;
}

/* Winkiss Contact Banner */
.winkiss-contact {
    background: #fff;
    padding: 80px 64px 120px 64px;
    display: flex;
    justify-content: center;
}

.winkiss-contact-container {
    width: 100%;
    max-width: 1440px;
}

.winkiss-contact-banner {
    position: relative;
    width: 100%;
    height: 462px;
    border-radius: 32px;
    overflow: hidden;
}

.winkiss-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.winkiss-contact-row {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
}

.winkiss-contact-image {
    width: 583px;
    height: 100%;
    overflow: hidden;
}

.winkiss-contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: bottom left;
}

.winkiss-contact-content {
    flex: 1;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.winkiss-contact-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
}

.winkiss-contact-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}

.winkiss-contact-btns {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.winkiss-contact-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.winkiss-contact-btn.primary {
    background: #ec582b;
    color: #fff;
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
}

.winkiss-contact-btn.secondary {
    background: #fff;
    color: #1d222b;
}

.winkiss-contact-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

@media (max-width: 1024px) {
    .winkiss-contact-banner {
        height: auto;
    }

    .winkiss-contact-row {
        flex-direction: column;
    }

    .winkiss-contact-image {
        width: 100%;
        height: 250px;
    }

    .winkiss-contact-content {
        padding: 40px 32px;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .winkiss-faq,
    .winkiss-contact {
        padding: 64px 20px;
    }

    .winkiss-faq-question {
        padding: 16px 20px;
    }

    .winkiss-faq-question span {
        font-size: 18px;
    }

    .winkiss-contact-title {
        font-size: 28px;
        line-height: 42px;
    }
}

/* ==========================================================================
   Blog Page Sections
   ========================================================================== */

/* --- Blog Hero Section --- */
.blog-hero {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
    background-color: #000;
    border-radius: 0 0 64px 64px;
}

@media (max-width: 1023px) {
    .blog-hero {
        height: 560px;
        border-radius: 0 0 48px 48px;
    }
}

@media (max-width: 768px) {
    .blog-hero {
        height: 480px;
        border-radius: 0 0 32px 32px;
    }
}

.blog-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.blog-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.blog-hero__overlay-top {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27.36%);
}

.blog-hero__overlay-dark {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
}

.blog-hero__container {
    position: relative;
    z-index: 10;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    padding: 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .blog-hero__container {
        padding: 0 16px;
    }
}

.blog-hero__content {
    max-width: 880px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    color: #fff;
}

.blog-hero__title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.4;
    margin: 0;
}

.blog-hero__desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.67;
    margin: 0;
    opacity: 0.9;
}

/* Animations */
.blog-hero__animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-hero__animate.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.blog-hero__title.blog-hero__animate {
    transition-delay: 0.1s;
}

.blog-hero__desc.blog-hero__animate {
    transition-delay: 0.3s;
}


/* --- CoreXR Layout Fix --- */
.corexr-features,
.corexr-social,
.corexr-contact {
    width: 100%;
    box-sizing: border-box;
}

/* --- Legacy CoreXR Styles Removed --- */
/* --- Consolidated CoreXR Section (Designer-Synced) --- */

.corexr-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.corexr-modal-overlay.is-active {
    display: flex;
}

.corexr-modal-container {
    background: #fff;
    width: 90%;
    max-width: 800px;
    border-radius: 24px;
    position: relative;
    padding: 32px;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    animation: corexrModalFade 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes corexrModalFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.corexr-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}

.corexr-modal-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: var(--neutral-700);
    margin: 0;
}

#corexrModalClose {
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    color: var(--neutral-500) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.2s !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: unset !important;
    min-height: unset !important;
    box-shadow: none !important;
}

#corexrModalClose:hover {
    background: #f1f5f9 !important;
    color: var(--primary-orange) !important;
    transform: rotate(90deg) !important;
}

.corexr-modal-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.corexr-modal-image-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    background: #f8f9fb;
    border: 1px solid #eee;
}

.corexr-modal-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.corexr-modal-desc {
    font-size: 18px;
    line-height: 1.8;
    color: var(--neutral-600);
    margin: 0;
    white-space: pre-line;
}

/* --- CoreXR Home Section --- */
.corexr-home {
    position: relative;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.corexr-home-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 0 0 64px 64px;
    overflow: hidden;
}

.corexr-home-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corexr-home-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 64px;
    display: flex;
    align-items: center;
}

.corexr-home-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 160px;
    width: 100%;
}
.corexr-home-logo {
    width: 321px;
    height: 280px;
    flex-shrink: 0;
}

.corexr-home-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s ease-out;
}

.corexr-home-content.visible {
    opacity: 1;
    transform: translateX(0);
}

.corexr-home-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 54px;
}

.corexr-home-desc {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.corexr-home-cta {
    display: inline-block;
    background: #fff;
    color: #1d222b;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.corexr-home-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    filter: brightness(0.95);
}

@media (max-width: 1200px) {
    .corexr-home-row { gap: 80px; }
    .corexr-home-logo { width: 250px; height: auto; }
}

@media (max-width: 1024px) {
    .corexr-home-row { flex-direction: column; text-align: center; gap: 48px; }
    .corexr-home-container { padding: 80px 32px 140px; }
    .corexr-home-content { align-items: center; transform: translateY(40px); }
    .corexr-home-content.visible { transform: translateY(0); }
}

/* --- CoreXR Intro Section --- */
.corexr-intro {
    background: #fff;
    width: 100%;
    padding: 0 0 80px;
}

.corexr-intro-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px 120px; /* Pt removed as video handle spacing */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.corexr-intro-video-wrap {
    width: 100%;
    max-width: 1200px;
    margin-top: -120px;
    z-index: 10;
    position: relative;
}

.corexr-intro-video-card {
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    position: relative;
}

.corexr-intro-video-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.corexr-intro-headline {
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
    color: var(--brand-900);
    text-align: center;
    margin: 0;
    max-width: 900px;
}

.corexr-intro-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid rgba(185, 193, 207, 0.2); /* Subtle line in design */
}

.corexr-intro-tabs-inner {
    display: flex;
    gap: 64px;
}

.corexr-intro-tab-btn {
    background: none !important;
    border: none !important;
    padding: 16px 0 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    color: var(--neutral-500) !important;
    cursor: pointer !important;
    position: relative !important;
    transition: all 0.3s !important;
    box-shadow: none !important;
}

.corexr-intro-tab-btn.active {
    color: var(--neutral-700) !important;
    background: transparent !important;
}

/* 確保 hover 時也不會出現奇怪的背景色 */
.corexr-intro-tab-btn:hover,
.corexr-intro-tab-btn:focus,
.corexr-intro-tab-btn:active {
    background: transparent !important;
    box-shadow: none !important;
}

.corexr-intro-tab-indicator {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ec582b; /* Figma Secondary 600 */
    border-radius: 2px 2px 0 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.corexr-intro-tab-btn.active .corexr-intro-tab-indicator {
    opacity: 1;
}

.corexr-intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    text-align: center;
}

.corexr-intro-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--neutral-600);
    margin: 0;
    max-width: 900px;
}

.corexr-intro-img {
    width: 100%;
    max-width: 1277px;
    border-radius: 24px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    display: block;
}

@keyframes corexrFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- CoreXR Case Section --- */
.corexr-case {
    padding: 80px 0;
    background: #fff;
}

.corexr-case-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.corexr-case-headline {
    text-align: center;
    margin-bottom: 64px;
}

.corexr-case-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--brand-900);
}

.corexr-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    width: 100%;
}

.corexr-case-card {
    background: #fff;
    border-radius: 24px;
    border: 2px solid #eef2f6;
    padding: 12px;
    transition: all 0.4s ease;
    cursor: pointer;
    opacity: 0;
    transform: translateY(40px);
}

.corexr-case-card.is-animated {
    opacity: 1;
    transform: translateY(0);
}

.corexr-case-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-orange);
    box-shadow: var(--shadow-visual);
}

.corexr-case-image-wrap {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.corexr-case-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corexr-case-card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--neutral-700);
    margin: 0 0 12px;
    padding: 0 12px;
}

.corexr-case-card-desc {
    font-size: 16px;
    color: var(--neutral-500);
    line-height: 1.6;
    margin: 0;
    padding: 0 12px 12px;
}

/* --- CoreXR Product Intro Sections --- */
.corexr-product-box {
    padding: 60px 0;
    background: #fff;
    transform-origin: center;
}

.corexr-product-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.corexr-product-row {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .corexr-product-row {
        flex-direction: row;
    }

    #row-reward {
        flex-direction: row-reverse;
    }
}

.corexr-product-img-wrap {
    flex: 1;
    width: 100%;
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s ease;
}

.corexr-product-content {
    flex: 1;
    width: 100%;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s ease;
}

.visible .corexr-product-img-wrap,
.visible .corexr-product-content {
    opacity: 1;
    transform: translateX(0);
}

.corexr-product-img-aspect {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 32px;
    overflow: hidden;
    background: #f8f9fb;
}

.corexr-product-img-aspect img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.corexr-product-text-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corexr-product-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--neutral-700);
    margin: 0;
}

.corexr-product-line {
    width: 48px;
    height: 4px;
    background: var(--primary-orange);
    border-radius: 2px;
}

.corexr-product-desc {
    font-size: 18px;
    color: var(--neutral-500);
    line-height: 1.8;
    margin: 0;
}

/* --- CoreXR FAQ Section (Designer Sync) --- */
.corexr-faq-section {
    background: var(--bg-accent);
    padding: 100px 0;
}

.corexr-faq-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.corexr-faq-headline {
    text-align: center;
    margin-bottom: 64px;
}

.corexr-faq-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--brand-900);
    margin: 0;
}

.corexr-faq-accordions {
    width: 100%;
    max-width: 880px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corexr-faq-item {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.corexr-faq-item:hover {
    border-color: var(--primary-orange);
}

.corexr-faq-item summary {
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
}

.corexr-faq-item summary::-webkit-details-marker {
    display: none;
}

.corexr-faq-item-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--neutral-700);
    margin: 0;
    flex: 1;
}

.corexr-faq-item-icon {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 50%;
    color: var(--neutral-500);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

.is-open .corexr-faq-item-icon {
    background: var(--primary-orange);
    color: #fff;
    transform: rotate(90deg);
}

.corexr-faq-item-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.is-open .corexr-faq-item-content {
    max-height: 1000px;
    opacity: 1;
}

.corexr-faq-answer-inner {
    padding: 0 32px 32px;
    font-size: 17px;
    line-height: 1.8;
    color: var(--neutral-500);
}

@media (min-width: 1024px) {
    .cxrhome-row {
        flex-direction: row;
        justify-content: center;
        gap: 100px;
    }

    .cxrhome-logo {
        width: 320px;
    }

    .cxrhome-title {
        font-size: 48px;
    }

    .cxrintro-headline {
        font-size: 36px;
    }
}

/* --- CoreXR Features Section --- */
.corexr-features {
    position: relative;
    padding: 120px 0;
    background: #fff;
    overflow: hidden;
}

.corexr-features-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    filter: brightness(0.9);
}

.corexr-features-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corexr-features-container {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.corexr-features-headline {
    text-align: center;
    margin-bottom: 80px;
}

.corexr-features-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.corexr-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 48px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.is-animated .corexr-features-grid {
    opacity: 1;
    transform: translateY(0);
}

.corexr-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    color: #fff;
}

.corexr-feature-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corexr-feature-icon img {
    width: 48px;
    height: 48px;
}

.corexr-feature-item-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.corexr-feature-desc {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

/* --- CoreXR Social Section (Figma Sync) --- */
.corexr-social {
    padding: 80px 0;
    background: #f1f5fa;
}

.corexr-social-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    text-align: center;
}

.corexr-social-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    margin-bottom: 40px;
}

.corexr-social-logo {
    flex: 1;
    min-width: 160px;
    max-width: 240px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corexr-social-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.4s ease;
}

.corexr-social-logo:hover img {
    opacity: 1;
    scale: 1.05;
}

.corexr-social-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #3d4555;
    margin: 0;
}

/* --- CoreXR Contact Section (Figma Sync) --- */
.corexr-contact {
    padding: 120px 64px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.corexr-contact-container {
    max-width: 1440px;
    width: 100%;
}

.corexr-contact-banner {
    position: relative;
    background: #0d243f;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    min-height: 462px;
    align-items: flex-end;
}

.corexr-contact-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.corexr-contact-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.corexr-contact-person-wrap {
    flex: 0 0 583px;
    position: relative;
    z-index: 2;
    height: 445px;
    display: none;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .corexr-contact-person-wrap {
        display: flex;
    }
}

.corexr-contact-person-img {
    position: absolute;
    width: 639px;
    height: 445px;
    left: -56px;
    top: 0;
    object-fit: cover;
    filter: drop-shadow(12px 0 4px rgba(0, 0, 0, 0.25));
}

.corexr-contact-content {
    flex: 1;
    position: relative;
    z-index: 3;
    padding: 88px 64px 88px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.corexr-contact-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    margin: 0;
}

.corexr-contact-desc {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    opacity: 1;
    margin: 0;
}

.corexr-contact-buttons {
    display: flex;
    gap: 16px;
}

.corexr-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(10, 13, 18, 0.05);
}

.corexr-contact-btn-primary {
    background: #ec582b;
    color: #fff;
    border: 1px solid #ec582b;
}

.corexr-contact-btn-secondary {
    background: #fff;
    color: #1d222b;
}

.corexr-contact-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.corexr-contact-btn-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 1023px) {
    .corexr-contact {
        padding: 80px 20px;
    }

    .corexr-contact-banner {
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .corexr-contact-content {
        padding: 48px 32px;
        align-items: center;
        text-align: center;
    }

    .corexr-contact-buttons {
        justify-content: center;
    }
}

/* ========================================================================= */
/* --- SOLUTION PAGES (Industry / Education / Event / Retail) --- */
/* ========================================================================= */

/* --- Solution Hero Section --- */
.solution-hero {
    position: relative;
    width: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 64px 64px;
    overflow: hidden;
    padding: 64px;
}

.solution-hero-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.solution-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 27.36%), rgba(0, 0, 0, 0.50);
}

.solution-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution-hero-content {
    max-width: 880px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.solution-hero-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 68px;
    margin: 0;
}

.solution-hero-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

/* --- Solution Industry / Problem Section --- */
.solution-industry {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 64px;
}

.solution-industry-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.solution-industry-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #1d222b;
    text-align: center;
    max-width: 900px;
    margin: 0;
}

.solution-industry-content {
    display: flex;
    width: 100%;
    gap: 64px;
    align-items: flex-start;
}

.solution-accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution-accordion-item {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solution-accordion-item:not(:first-child) {
    border-top: 2px solid #d3dde6;
}

.solution-accordion-progress {
    position: absolute;
    top: -2px;
    left: 0;
    height: 4px;
    background: transparent;
    width: 100%;
    overflow: hidden;
}

.solution-accordion-progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #f88d6c;
    transition: left 0.1s linear;
}

.solution-accordion-item.active .solution-accordion-progress {
    background: #d3dde6;
}

.solution-accordion-item.active .solution-accordion-progress::after {
    left: 0;
    transition: left 5s linear;
}

.solution-accordion-item:first-child .solution-accordion-progress {
    top: 0;
}

.solution-accordion-item:first-child {
    border-top: 2px solid transparent; 
}

.solution-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
}

.solution-accordion-item.active .solution-accordion-header {
    padding: 32px 32px 20px 32px;
}

.solution-accordion-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1d222b;
}

.solution-accordion-icon {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.solution-accordion-item.active .solution-accordion-icon {
    transform: rotate(180deg);
}

.solution-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 32px;
}

.solution-accordion-item.active .solution-accordion-body {
    max-height: 300px;
    padding: 0 32px 32px 32px;
}

.solution-accordion-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #3d4555;
    margin: 0;
}

.solution-industry-images {
    width: 640px;
    height: 524px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    flex-shrink: 0;
}

.solution-industry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
}

/* Fallback visibility for editors that disable JS */
.solution-industry-image:first-child {
    opacity: 1;
}

.solution-industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-industry-image.active {
    opacity: 1;
    z-index: 2;
}

/* --- Solution Social Proof Section --- */
.solution-social-proof {
    background: #f1f5fa;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

.solution-sp-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.solution-sp-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    width: 100%;
}

.solution-sp-logo {
    width: 150px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-sp-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.solution-sp-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #3d4555;
    text-align: center;
    margin: 0;
}

/* --- Solution Intro Section (Cross-Platform / Remote / SOP) --- */
.solution-intro {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 64px 64px;
}

.solution-intro-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-intro-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    width: 100%;
}

.solution-intro-content.reverse {
    flex-direction: row-reverse;
}

.solution-intro-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 12px;
}

.solution-intro-subtitle {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: #1d222b;
    margin: 0;
}

.solution-intro-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ec582b 0%, rgba(236, 88, 43, 0) 100%);
    max-width: 100%; 
}

.solution-intro-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #5a6577;
    max-width: 600px;
    margin: 0;
}

.solution-intro-image {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-intro-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* --- Solution Case Section --- */
.solution-case {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 64px;
}

.solution-case-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.solution-case-headline h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #1d222b;
    text-align: center;
    margin: 0;
}

.solution-case-grid {
    display: flex;
    width: 100%;
    gap: 32px;
    align-items: stretch;
}

.solution-case-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 32px;
    border: 3px solid #e9eef3;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 0; /* flex bug fix */
}

.solution-case-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #ec582b;
}

.solution-case-image {
    width: 100%;
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
}

.solution-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.solution-case-card:hover .solution-case-image img {
    transform: scale(1.05);
}

.solution-case-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 16px;
    flex: 1;
}

.solution-case-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #1d222b;
    margin: 0;
}

.solution-case-desc {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #5a6577;
    margin: 0;
}

/* --- Responsive Adaptations --- */
@media (max-width: 1200px) {
    .solution-case-grid { flex-direction: column; }
    .solution-case-image { height: 320px; }
    .solution-intro-content { gap: 40px; }
}

@media (max-width: 1024px) {
    .solution-hero {
        padding: 40px 32px;
        min-height: 480px;
        border-radius: 0 0 40px 40px;
    }
    .solution-hero-title { font-size: 36px; line-height: 48px; }
    .solution-hero-description { font-size: 16px; line-height: 28px; }
    
    .solution-industry { padding: 80px 32px; }
    .solution-industry-content { flex-direction: column; align-items: center; }
    .solution-industry-images { width: 100%; max-width: 640px; height: auto; aspect-ratio: 640/524; }
    
    .solution-intro-content, .solution-intro-content.reverse { flex-direction: column; text-align: center; }
    .solution-intro-text { align-items: center; padding-left: 0; }
    .solution-intro-divider { background: linear-gradient(90deg, rgba(236,88,43,0) 0%, #ec582b 50%, rgba(236,88,43,0) 100%); }
    .solution-intro-image { width: 100%; max-width: 480px; height: auto; aspect-ratio: 1; }
    
    .solution-sp-logos { gap: 40px; }
    .solution-case { padding: 80px 32px; }
}

@media (max-width: 768px) {
    .solution-hero { padding: 40px 20px; border-radius: 0 0 24px 24px; }
    .solution-hero-title { font-size: 28px; line-height: 40px; }
    
    .solution-industry { padding: 60px 20px; }
    .solution-industry-headline h2 { font-size: 28px; line-height: 40px; }
    .solution-accordion-header { padding: 20px; }
    .solution-accordion-item.active .solution-accordion-header { padding: 24px 20px 16px; }
    .solution-accordion-body { padding: 0 20px; }
    .solution-accordion-item.active .solution-accordion-body { padding: 0 20px 24px; }
    .solution-accordion-title { font-size: 20px; line-height: 30px; }
    .solution-accordion-description { font-size: 16px; line-height: 28px; }
    
    .solution-social-proof { padding: 60px 20px; }
    .solution-sp-text { font-size: 20px; line-height: 30px; }
    
    .solution-intro { padding: 60px 20px; }
    .solution-intro-subtitle { font-size: 24px; line-height: 36px; }
    .solution-intro-description { font-size: 16px; line-height: 28px; }
    
    .solution-case { padding: 60px 20px; }
    .solution-case-headline h2 { font-size: 28px; line-height: 40px; }
    .solution-case-image { height: 240px; }
    
    .solution-cta-container { border-radius: 24px; padding: 48px 24px; }
    .solution-cta-title { font-size: 28px; line-height: 40px; }
    .solution-cta-description { font-size: 16px; line-height: 28px; }
    .solution-cta-buttons { flex-direction: column; width: 100%; }
    .solution-cta-buttons .solution-cta-btn { width: 100%; justify-content: center; }
}

/* --- Solution CTA Section --- */
.solution-cta {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 64px 120px 64px;
}

.solution-cta-container {
    width: 100%;
    max-width: 1440px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    padding: 80px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution-cta-bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.solution-cta-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 36, 63, 0.7); /* Brand color with opacity */
}

.solution-cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    max-width: 800px;
}

.solution-cta-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
    margin: 0;
}

.solution-cta-description {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.solution-cta-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
}

.solution-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.solution-cta-btn-primary {
    background: #ec582b;
    color: #fff;
    border: 1px solid #ec582b;
}

.solution-cta-btn-primary:hover {
    background: #f88d6c;
    border-color: #f88d6c;
    transform: translateY(-2px);
}

.solution-cta-btn-secondary {
    background: #fff;
    color: #1d222b;
    border: 1px solid #fff;
}

.solution-cta-btn-secondary:hover {
    background: #f1f5fa;
    transform: translateY(-2px);
}
/* --- Solution Strategy Sections (Refactored 2026/04) --- */

/* Hero Section */
.solution-hero-section {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .solution-hero-section {
    height: 480px;
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  .solution-hero-section {
    height: 560px;
    padding: 0 32px;
  }
}

@media (min-width: 1440px) {
  .solution-hero-section {
    height: 640px;
    padding: 0 64px;
  }
}

.hero-image-wrapper {
  position: absolute;
  inset: 0;
  animation: kenBurns 0.6s ease-out forwards;
}

@keyframes kenBurns {
  from { inset: -64px -144px -64px -144px; }
  to { inset: 0; }
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero-overlay-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 27.364%);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.hero-content {
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  color: white;
}

.hero-title {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  width: 100%;
  opacity: 0;
  transform: translateY(64px);
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.001s;
}

@media (min-width: 768px) {
  .hero-title { font-size: 48px; line-height: 68px; }
}

@keyframes fadeInUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Industry Accordion Section */
.industry-section-wrapper {
  --font-weight-bold: 700;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --color-primary: #1d222b;
  --color-desc: #3d4555;
  --color-accent: #f88d6c;
  --color-border: #d3dde6;
  --color-bg: #ffffff;
  --section-px: 16px;
  --section-py: 64px;
  --container-gap: 16px;
  --content-gap: 24px;
  --accordion-px: 12px;
  --accordion-py-open: 20px;
  --accordion-py-closed: 20px;
  --accordion-content-gap: 12px;
  --title-size: 20px;
  --title-lh: 32px;
  --title-tracking: 0.1px;
  --desc-size: 16px;
  --desc-lh: 28px;
  --headline-size: 24px;
  --headline-lh: 36px;
}

@keyframes progressFill {
  from { width: 0%; }
  to { width: 100%; }
}

.industry-section {
  background-color: var(--color-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: var(--section-py) var(--section-px);
}

.industry-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  gap: var(--container-gap);
}

.industry-headline-text {
  max-width: 900px;
  width: 100%;
  font-weight: var(--font-weight-bold);
  font-size: var(--headline-size);
  line-height: var(--headline-lh);
  color: var(--color-primary);
  margin: 0;
}

.industry-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--content-gap);
}

.accordion-item {
  position: relative;
  width: 100%;
}

.accordion-progress-bar {
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background-color: var(--color-border);
}

.accordion-progress-fill {
  position: absolute;
  left: 0; top: -1px; height: 4px;
  background-color: var(--color-accent);
  width: 0;
}

.accordion-progress-fill.running {
  animation: progressFill 5000ms linear forwards;
}

.accordion-progress-fill.paused {
  animation-play-state: paused;
}

.accordion-header {
  cursor: pointer;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
}

.accordion-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--accordion-py-closed) var(--accordion-px);
}

.accordion-header-content.active {
  padding: var(--accordion-py-open) var(--accordion-px) 0;
}

.accordion-title {
  font-weight: var(--font-weight-bold);
  font-size: var(--title-size);
  line-height: var(--title-lh);
  color: var(--color-primary);
  margin: 0;
}

.accordion-chevron { transition: transform 0.3s; }
.accordion-chevron.open { transform: rotate(180deg); }

.accordion-content {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  max-height: 0;
  opacity: 0;
}

.accordion-content.active { opacity: 1; }

.accordion-content-inner {
  padding: var(--accordion-content-gap) var(--accordion-px) var(--accordion-py-open);
}

.accordion-description {
  font-size: var(--desc-size);
  line-height: var(--desc-lh);
  color: var(--color-desc);
  margin: 0;
}

.industry-image-container {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
  width: 100%;
  aspect-ratio: 640 / 524;
}

.industry-image {
  width: 100%; height: 100%; object-fit: contain;
  position: absolute; inset: 0;
  transition: opacity 0.5s; opacity: 0;
}

.industry-image.active { opacity: 1; }

@media (min-width: 769px) {
  .industry-section-wrapper {
    --section-px: 24px; --section-py: 80px;
    --container-gap: 32px; --content-gap: 32px;
    --accordion-px: 24px; --accordion-py-open: 28px;
    --title-size: 24px; --desc-size: 20px;
    --headline-size: 30px;
  }
}

@media (min-width: 1024px) {
  .industry-section-wrapper {
    --section-px: 32px; --section-py: 120px;
    --headline-size: 36px;
  }
  .industry-content-wrapper { flex-direction: row; }
  .industry-image-container { flex: 1; aspect-ratio: auto; }
}

@media (min-width: 1440px) {
  .industry-section-wrapper { --section-px: 64px; --content-gap: 64px; }
  .industry-image-container { width: 640px; height: 524px; flex: none; }
}

/* Social Proof Section */
.social-section { background: #f1f5fa; width: 100%; }
.social-container { display: flex; flex-direction: column; align-items: center; padding: 0 20px; }
.social-inner { display: flex; flex-direction: column; gap: 40px; align-items: center; max-width: 1440px; width: 100%; padding: 60px 0; }
.social-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 32px; width: 100%; }
.social-logo-item { height: 60px; flex: 1; min-width: 120px; max-width: 280px; }
.social-logo-item img { width: 100%; height: 100%; object-fit: contain; }
.social-text { font-weight: 500; font-size: 16px; color: #3d4555; text-align: center; margin: 0; }

@media (min-width: 769px) {
  .social-container { padding: 0 32px; }
  .social-inner { padding: 80px 0; }
  .social-logo-item { height: 80px; }
  .social-text { font-size: 20px; }
}

/* Intro Sections (Alternating) */
.intro-section-wrapper, .intro2-section-wrapper {
  --color-primary: #1d222b; --color-desc: #5a6577; --color-bg: #ffffff;
  --section-px: 16px; --container-py: 32px 0 0 0;
  --intro-gap: 16px; --intro-direction: column;
  --title-size: 24px; --desc-size: 16px;
}

.intro-section, .intro2-section { background-color: var(--color-bg); width: 100%; padding: 0 var(--section-px); }
.intro-container, .intro2-container { max-width: 1440px; width: 100%; padding: var(--container-py); }
.intro-content-wrapper, .intro2-content-wrapper { display: flex; flex-direction: var(--intro-direction); gap: var(--intro-gap); align-items: flex-start; width: 100%; }

.intro-image-container, .intro2-image-container { position: relative; width: 100%; aspect-ratio: 1; flex-shrink: 0; }
.intro-image, .intro2-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

.intro-text-content, .intro2-text-content { display: flex; flex: 1; flex-direction: column; gap: 24px; width: 100%; }
.intro-title { font-weight: 700; font-size: var(--title-size); color: var(--color-primary); margin: 0; }
.intro-gradient-line, .intro2-gradient-line { height: 2px; width: 100%; background: linear-gradient(90deg, #B9C1CF 0%, #B9C1CF 50%, rgba(185,193,207,0) 100%); }
.intro-description, .intro2-description { max-width: 600px; font-size: var(--desc-size); color: var(--color-desc); margin: 0; }

/* Animation for Intros */
.intro-text-content { opacity: 0; transform: translateX(-48px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.intro-image-container { opacity: 0; transform: translateX(48px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; transition-delay: 0.1s; }
.intro2-image-container { opacity: 0; transform: translateX(-48px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.intro2-text-content { opacity: 0; transform: translateX(48px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; transition-delay: 0.1s; }

.animated .intro-text-content, .animated .intro-image-container,
.animated .intro2-image-container, .animated .intro2-text-content { opacity: 1; transform: translateX(0); }

@media (max-width: 1023px) {
  .intro-text-content, .intro-image-container, .intro2-image-container, .intro2-text-content { transform: translateY(32px); }
  .animated .intro-text-content, .animated .intro-image-container, .animated .intro2-image-container, .animated .intro2-text-content { transform: translateY(0); }
}

@media (min-width: 769px) {
  .intro-section-wrapper, .intro2-section-wrapper {
    --section-px: 24px; --intro-gap: 32px;
    --title-size: 30px; --desc-size: 18px;
  }
}

@media (min-width: 1024px) {
  .intro-section-wrapper, .intro2-section-wrapper { --intro-direction: row; --intro-gap: 32px; }
  .intro-image-container, .intro2-image-container { width: 480px; height: 480px; aspect-ratio: auto; }
}

/* Case Section */
.case-section { width: 100%; background: white; }
.case-container { display: flex; flex-direction: column; align-items: center; padding: 0 20px; }
.case-inner { display: flex; flex-direction: column; gap: 32px; align-items: center; max-width: 1440px; width: 100%; padding: 80px 0; }
.case-headline { font-weight: 700; font-size: 28px; color: #1d222b; margin: 0; }
.case-grid { display: flex; flex-direction: column; gap: 24px; width: 100%; }

.case-card-outer { flex: 1; min-width: 280px; padding-top: 8px; transition: padding 0.2s; cursor: pointer; opacity: 0; transform: translateY(48px); }
.case-card-outer.animated { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease-out, transform 0.6s ease-out, padding 0.2s; }
.case-card-outer:hover { padding-top: 0; padding-bottom: 8px; }

.case-card { background: white; height: 400px; position: relative; border-radius: 32px; overflow: hidden; }
.case-card-content { display: flex; flex-direction: column; padding: 12px; height: 100%; }
.case-card-img { flex: 1; min-height: 0; position: relative; border-radius: 24px; overflow: hidden; }
.case-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case-card-text { padding: 24px 16px; }
.case-card-title { font-weight: 700; font-size: 20px; color: #0d243f; margin: 0; }
.case-card-desc { font-weight: 500; font-size: 18px; color: #747e8f; margin: 0; }
.case-card-border { position: absolute; inset: 0; border: 3px solid #e9eef3; border-radius: 32px; pointer-events: none; transition: box-shadow 0.2s; }
.case-card-outer:hover .case-card-border { box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.05); }

@media (min-width: 769px) {
  .case-grid { flex-direction: row; gap: 32px; }
  .case-card { height: 440px; }
  .case-headline { font-size: 32px; }
}











