:root {
      --bg: #f6f8fb;
      --surface: #ffffff;
      --surface-2: #f1f5fb;
      --text: #16202b;
      --muted: #5b6777;
      --border: #d9e2ee;
      --primary: #0f4c81;
      --primary-dark: #0b3b65;
      --accent: #d97706;
      --shadow: 0 12px 34px rgba(15, 76, 129, 0.10);
      --radius: 18px;
      --max: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.5;
    }

    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }


	.line-break {
	  width: 100%;
	}

    .container {
      width: min(var(--max), calc(100% - 28px));
      margin: 0 auto;
    }

    .topbar {
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 20;
    }

    .topbar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 12px 0;
    }


 .price-box {
      padding: 16px;
    }

    .price-header {
      display: grid;
      grid-template-columns: 1.1fr 0.8fr 1fr;
      gap: 14px;
      align-items: start;
      margin-bottom: 12px;
    }

    .price-title {
      font-weight: 800;
      text-transform: uppercase;
      color: #9a2f08;
      font-size: 1.15rem;
      line-height: 1.15;
    }

    .price-desc {
      display: block;
      margin-top: 6px;
      color: #111827;
      font-size: 0.86rem;
      font-weight: 400;
      text-transform: none;
    }

    .price-unit {
      color: #9a2f08;
      font-size: 0.86rem;
    }

    .price-unit strong {
      display: block;
      margin-top: 3px;
      font-size: 1.65rem;
      line-height: 1;
      color: #9a2f08;
    }

    .price-cm5 {
      color: #0057ff;
      font-size: 0.95rem;
      text-align: right;
      line-height: 1.35;
    }

    .volume-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.9rem;
      background: rgba(255, 255, 255, 0.65);
    }

    .volume-table th,
    .volume-table td {
      border: 1px solid #d5dce8;
      padding: 8px 10px;
      text-align: center;
    }

    .volume-table th {
      color: #56657a;
      font-weight: 700;
    }

    .volume-table td:nth-child(2) {
      font-weight: 800;
      color: #000;
    }

    .volume-table td:nth-child(3),
    .volume-table th:nth-child(3) {
      font-weight: 800;
      color: #0057ff;
    }

    .price-note {
      margin-top: 10px;
      font-size: 0.8rem;
      color: #56657a;
      font-style: italic;
    }

    @media (max-width: 760px) {
      .price-header {
        grid-template-columns: 1fr;
      }

      .price-cm5 {
        text-align: left;
      }
    }

 
    .brand-mark {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--primary), #1d6bad);
      color: white;
      box-shadow: var(--shadow);
      letter-spacing: 0.08em;
      font-size: 0.9rem;
    }

    .brand small {
      display: block;
      color: var(--muted);
      font-weight: 600;
      margin-top: 2px;
    }
	
	.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand-logo {
  height: 48px;
  width: auto;
  display: block;
}
	

    .top-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .lang-switch {
		 position: absolute;
		left: 50%;
		transform: translateX(-50%);
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px;
      border: 1px solid var(--border);
      border-radius: 999px;
      background: white;
    }

    .lang-btn {
      border: none;
      background: transparent;
      color: var(--primary);
      font-weight: 700;
      padding: 8px 12px;
      border-radius: 999px;
      cursor: pointer;
      font-size: 0.92rem;
    }

    .lang-btn.active {
      background: var(--surface-2);
      box-shadow: inset 0 0 0 1px var(--border);
    }


 .price-box {
      padding: 16px;
    }

    .price-header {
      display: grid;
      grid-template-columns: 1.1fr 0.8fr 1fr;
      gap: 14px;
      align-items: start;
      margin-bottom: 12px;
    }

    .price-title {
      font-weight: 800;
      text-transform: uppercase;
      color: #9a2f08;
      font-size: 1.15rem;
      line-height: 1.15;
    }

    .price-desc {
      display: block;
      margin-top: 6px;
      color: #111827;
      font-size: 0.86rem;
      font-weight: 400;
      text-transform: none;
    }

    .price-unit {
      color: #9a2f08;
      font-size: 0.86rem;
    }

    .price-unit strong {
      display: block;
      margin-top: 3px;
      font-size: 1.65rem;
      line-height: 1;
      color: #9a2f08;
    }

    .price-cm5 {
      color: #0057ff;
      font-size: 0.95rem;
      text-align: right;
      line-height: 1.35;
    }

    .volume-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.9rem;
      background: rgba(255, 255, 255, 0.65);
    }

    .volume-table th,
    .volume-table td {
      border: 1px solid #d5dce8;
      padding: 8px 10px;
      text-align: center;
    }

    .volume-table th {
      color: #56657a;
      font-weight: 700;
    }

    .volume-table td:nth-child(2) {
      font-weight: 800;
      color: #000;
    }

    .volume-table td:nth-child(3),
    .volume-table th:nth-child(3) {
      font-weight: 800;
      color: #0057ff;
    }

    .price-note {
      margin-top: 10px;
      font-size: 0.8rem;
      color: #56657a;
      font-style: italic;
    }

    @media (max-width: 760px) {
      .price-header {
        grid-template-columns: 1fr;
      }

      .price-cm5 {
        text-align: left;
      }
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 12px;
      border-radius: 999px;
      background: var(--surface-2);
      color: var(--primary);
      font-weight: 700;
      font-size: 0.9rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      padding: 12px 18px;
      border: 1px solid transparent;
      font-weight: 700;
      transition: 0.2s ease;
      cursor: pointer;
    }

    .btn-primary {
      background: var(--primary);
      color: #fff;
    }

    .btn-primary:hover { background: var(--primary-dark); }

    .btn-secondary {
      background: #fff;
      color: var(--primary);
      border-color: var(--border);
    }

    .hero {
      padding: 24px 0 14px;
    }

    .hero-card, .panel {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
      gap: 20px;
      padding: 22px;
      align-items: start;
    }

    .gallery {
      min-width: 0;
    }

    .main-image-wrap {
      position: relative;
      border: 1px solid var(--border);
      border-radius: 16px;
      background: linear-gradient(180deg, #fbfdff, #eef4fb);
      overflow: hidden;
      aspect-ratio: 1 / 0.72;
    }

    .main-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      background: #f8fbff;
    }

    .gallery-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid rgba(0,0,0,0.08);
      background: rgba(255,255,255,0.92);
      color: var(--primary);
      display: grid;
      place-items: center;
      font-size: 1.4rem;
      cursor: pointer;
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
      user-select: none;
    }

    .gallery-nav:hover { background: white; }
    .gallery-nav.prev { left: 12px; }
    .gallery-nav.next { right: 12px; }

    .thumb-row {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 10px;
      margin-top: 12px;
    }

    .thumb {
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
      background: white;
      cursor: pointer;
      padding: 0;
      aspect-ratio: 1 / 0.8;
    }

    .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .thumb.active {
      outline: 2px solid var(--primary);
      outline-offset: 1px;
    }

    .info {
      min-width: 0;
    }

    .badge_title {
      display: block;
      width: 100%;
      padding: 7px 11px;
      border-radius: 10px;
      background: var(--surface-2);
      color: var(--primary);
      font-size: 1.55rem;
      font-weight: 800;
      margin-bottom: 14px;
      line-height: 1.15;
    }

    .badge_title .sub {
      display: inline-block;
      margin-top: 2px;
      font-size: 0.75em;
      font-weight: 600;
      color: var(--muted);
    }

    h1 {
      margin: 0 0 12px;
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.05;
    }

    .subtitle {
      margin: 0 0 16px;
      color: var(--muted);
      font-size: 1.05rem;
    }

    .price-box {
      display: inline-flex;
      align-items: baseline;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      background: #fff5e9;
      border: 1px solid #fed7aa;
      color: #9a3412;
      margin-bottom: 16px;
      flex-wrap: wrap;
    }

    .price-box strong {
      font-size: 1.55rem;
      color: #7c2d12;
    }

    .highlights {
      display: grid;
      gap: 10px;
      margin: 0 0 18px;
      padding: 0;
      list-style: none;
    }

    .highlights li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--text);
      font-weight: 600;
    }

    .highlights li span:first-child {
      color: #1f7a4d;
      font-weight: 900;
      line-height: 1.2;
    }

    .quick-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin: 16px 0 18px;
    }

    .quick-card {
      padding: 14px;
      border-radius: 14px;
      background: var(--surface-2);
      border: 1px solid var(--border);
    }

    .quick-card strong {
      display: block;
      color: var(--primary);
      margin-bottom: 4px;
      font-size: 0.98rem;
    }

    .quick-card span {
      color: var(--muted);
      font-size: 0.92rem;
    }

    .cta-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }

    .meta {
      display: grid;
      gap: 9px;
      padding-top: 14px;
      border-top: 1px solid var(--border);
      color: var(--muted);
      font-size: 0.95rem;
    }

    .meta b { color: var(--text); }

    .tabs-section {
      padding: 6px 0 28px;
    }

    .tabs-card {
      padding: 22px;
    }

    .tab-buttons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 18px;
      border-bottom: 1px solid var(--border);
      padding-bottom: 14px;
    }

    .tab-btn {
      border: 1px solid var(--border);
      background: #fff;
      color: var(--primary);
      border-radius: 999px;
      padding: 11px 15px;
      font-weight: 700;
      cursor: pointer;
    }

    .tab-btn.active {
      background: var(--primary);
      color: white;
      border-color: var(--primary);
    }

    .tab-panel { display: none; }
    .tab-panel.active { display: block; }

    .spec-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .spec-box, .doc-box {
      border: 1px solid var(--border);
      border-radius: 16px;
      background: #fbfdff;
      padding: 18px;
    }

    .spec-box h3, .doc-box h3 {
      margin: 0 0 12px;
      font-size: 1.1rem;
    }

    .spec-table {
      width: 100%;
      border-collapse: collapse;
    }

    .spec-table td {
      padding: 10px 0;
      border-bottom: 1px solid var(--border);
      vertical-align: top;
    }

    .spec-table tr:last-child td { border-bottom: none; }

    .spec-table td:first-child {
      width: 38%;
      color: var(--primary);
      font-weight: 700;
      padding-right: 14px;
    }

    .spec-table td:last-child { color: var(--muted); }

    .doc-list {
      display: grid;
      gap: 12px;
    }

    .doc-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 14px;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
    }

    .doc-item strong {
      display: block;
      margin-bottom: 3px;
    }

    .doc-item span {
      color: var(--muted);
      font-size: 0.92rem;
    }

    .doc-link {
      white-space: nowrap;
      padding: 10px 14px;
      border-radius: 999px;
      background: var(--surface-2);
      color: var(--primary);
      font-weight: 700;
      border: 1px solid var(--border);
    }

	.doc-link.open {
	  background: #eef4fb;
	}

	.doc-link.download {
	  background: #d97706;
	  color: white;
	}

    .feature-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 18px;
    }

    .feature-item {
      padding: 16px;
      border-radius: 14px;
      background: white;
      border: 1px solid var(--border);
    }

    .feature-item strong {
      display: block;
      color: var(--text);
      margin-bottom: 6px;
    }

    .feature-item span {
      color: var(--muted);
      font-size: 0.94rem;
    }


	.price-subline {
	  width: 100%;
	  font-size: 0.85rem;
	  color: var(--muted);
	  margin-top: 4px;
	  padding-top: 4px;
	  border-top: 1px dashed var(--border);
	}


.use-cases-panel {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .use-cases-carousel {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 320px;
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
    }

	.main-image-wrap {
	  position: relative;
	}

    .use-cases-image {
      width: 100%;
      max-height: 520px;
      object-fit: contain;
      display: block;
    }

    .use-cases-caption {
      text-align: center;
      font-size: 0.95rem;
      opacity: 0.85;
    }

    .use-cases-thumb-row {
      justify-content: center;
      flex-wrap: wrap;
    }
	
.usecase-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
}

.main-image-wrap {
  position: relative;
}

    .usecase-title {
      margin-bottom: 12px;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      color: #1f2937;
    }

    .usecase-video-play-hint {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.65);
      color: #fff;
      padding: 10px 16px;
      border-radius: 999px;
      font-size: 14px;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s ease;
    }

    .main-image-wrap.is-video .usecase-video-play-hint {
      opacity: 1;
    }
	
	    .footer-page {
      margin-top: 56px;
      padding: 28px 20px 24px;
      background: #fff;
      color: #000;
      font-size: 16px;
      line-height: 1.35;
    }

.footer-page-inner {
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr 0.7fr;
  gap: 48px;
  align-items: start;
}

    .footer-logo {
      width: 128px;
      max-width: 100%;
      height: auto;
      display: block;
      margin-bottom: 28px;
    }

    .footer-page h3 {
      margin: 14px 0 14px;
      font-size: 16px;
      font-weight: 700;
    }

    .footer-page p {
      margin: 0 0 14px;
    }

    .footer-page a {
      color: inherit;
      text-decoration: none;
    }

    .footer-page a:hover {
      text-decoration: underline;
    }

    .footer-linkedin {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 6px;
      background: #5d6df6;
      color: #fff !important;
      font-weight: 700;
      font-size: 20px;
      line-height: 1;
      text-decoration: none !important;
      font-family: Arial, Helvetica, sans-serif;
    }

    .footer-links {
      padding-top: 0;
    }

    .footer-links a {
      display: block;
      margin-bottom: 34px;
    }
	
	
	/* Fix specification zone overflow on GSM */
.spec-grid {
  min-width: 0;
}

.spec-box {
  min-width: 0;
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  table-layout: fixed;
}

.spec-table td {
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .spec-box {
    padding: 12px;
  }

  .spec-table td:first-child {
    width: 42%;
    padding-right: 8px;
  }

  .spec-table td {
    font-size: 0.9rem;
  }
}
	

    @media (max-width: 900px) {
      .footer-page-inner {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
      }
    }

    @media (max-width: 560px) {
      .footer-page-inner {
        grid-template-columns: 1fr;
      }

      .footer-logo {
        margin-bottom: 18px;
      }

      .footer-links a {
        margin-bottom: 14px;
      }
    }
	

    #useCasesVideo {
      width: 100%;
      height: auto;
      display: none;
      cursor: pointer;
    }


    @media (max-width: 1200px) {
      .hero-grid {
        grid-template-columns: 1fr;
      }

      .thumb-row {
        grid-template-columns: repeat(6, minmax(86px, 1fr));
        overflow-x: auto;
      }
    }

    @media (max-width: 820px) {
      .spec-grid,
      .feature-list,
      .quick-grid {
        grid-template-columns: 1fr;
      }

      .topbar-inner {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 640px) {
      .container {
        width: min(var(--max), calc(100% - 18px));
      }

      .hero-grid,
      .tabs-card {
        padding: 14px;
      }

      .thumb-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .cta-row { flex-direction: column; }
      .btn { width: 100%; }

      .doc-item {
        flex-direction: column;
        align-items: flex-start;
      }
	  
	  .lang-switch {
    position: static;
    transform: none;
    margin: 0 auto;
  }
  
  
  
	  
    }
	
	