/* ========== Design Tokens (aligned with camera_gw) ========== */
:root {
  --bg-dark: #0a0f1a;
  --bg-dark-2: #0d1320;
  --bg-card-dark: #141b2a;
  --bg-light: #ffffff;
  --bg-muted: #f5f7fa;
  --text-dark: #1a1f2e;
  --text-muted: #6b7280;
  --text-light: #ffffff;
  --text-dim: rgba(255, 255, 255, 0.65);
  --orange: #f5a623;
  --orange-deep: #e88a1a;
  --teal: #2ec4b6;
  --amber: #c97b3a;
  --border-dark: rgba(255, 255, 255, 0.1);
  --shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
  --radius: 12px;
  --radius-sm: 8px;
  --max: 1120px;
  --font: "Noto Sans SC", "Noto Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--text-dark);
  background: var(--bg-light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.rtl,
html[dir="rtl"] {
  direction: rtl;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

/* ========== Hero (camera_gw style) ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse 640px 220px at 0% 0%, rgba(8, 12, 22, 0.55) 0%, rgba(8, 12, 22, 0.28) 45%, transparent 72%),
    linear-gradient(180deg, rgba(8, 12, 22, 0.55) 0%, rgba(8, 12, 22, 0.42) 28%, rgba(8, 12, 22, 0.5) 48%, rgba(8, 12, 22, 0.72) 72%, rgba(8, 12, 22, 0.92) 100%),
    url("../assets/images/hero-bg-products.jpg?v=20260728h") center center / cover no-repeat;
  color: var(--text-light);
  overflow: hidden;
}

.nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(20px, 4vw, 48px);
}

.logo {
  position: relative;
  z-index: 11;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  background: rgba(8, 12, 22, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.logo-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #fff;
}

.logo-icon svg {
  width: 100%;
  height: 100%;
}

.nav-links {
  display: none;
}

.lang-switch {
  position: relative;
  z-index: 20;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-end: 0;
  min-width: 168px;
  max-height: 320px;
  overflow: auto;
  padding: 8px;
  border-radius: 12px;
  background: #0f1524;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lang-menu[hidden] {
  display: none;
}

.lang-option {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  transition: background 0.15s ease, color 0.15s ease;
  border: none;
  background: transparent;
  text-align: start;
  width: 100%;
  cursor: pointer;
}

.lang-option:hover,
.lang-option.is-active {
  background: rgba(245, 166, 35, 0.16);
  color: #fff;
}

.hero-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(24px, 4vh, 48px) 20px clamp(40px, 6vh, 72px);
}

.hero-badge {
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  animation: fadeUp 0.7s ease both;
}

.hero-badge svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 8px 24px rgba(245, 166, 35, 0.45));
}

.hero-brand {
  font-size: clamp(44px, 8vw, 80px);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin-bottom: 16px;
  animation: fadeUp 0.7s 0.08s ease both;
}

.hero-title {
  font-size: clamp(20px, 3.2vw, 32px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 16px;
  line-height: 1.35;
  animation: fadeUp 0.7s 0.14s ease both;
}

.hero-desc {
  max-width: 720px;
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--text-dim);
  line-height: 1.8;
  margin-bottom: 32px;
  animation: fadeUp 0.7s 0.2s ease both;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 8px;
  animation: fadeUp 0.7s 0.3s ease both;
}

.hero-ctas .cta-pill,
.cta-pill.cta-orange,
.cta-pill.cta-teal,
.cta-pill.cta-amber {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 2px;
  margin: 0;
  border: 0 !important;
  outline: none !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  text-decoration: none;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.hero-ctas .cta-pill:hover,
.hero-ctas .cta-pill:focus {
  opacity: 0.85;
  color: #fff;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.cta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 0;
  box-shadow: none;
}

.cta-orange .cta-dot { background: var(--orange); }
.cta-teal .cta-dot { background: var(--teal); }
.cta-amber .cta-dot { background: var(--amber); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 28px 0 8px;
  animation: fadeUp 0.7s 0.35s ease both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
}

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

.btn-primary,
.btn-hero-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.35);
}

.btn-primary:hover,
.btn-hero-primary:hover {
  background: var(--orange-deep);
}

.btn-ghost,
.btn-hero-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-ghost:hover,
.btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
}

.play-dot {
  font-size: 11px;
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(100% - 40px, var(--max));
  margin: 0 auto 48px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  animation: fadeUp 0.7s 0.4s ease both;
}

.stat {
  text-align: center;
}

.stat-value {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 13px;
  color: var(--text-dim);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ========== Sections ========== */
.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.section-alt,
.section-muted {
  background: var(--bg-muted);
}

.section-light {
  background: var(--bg-light);
}

.section-dark {
  background: var(--bg-dark);
  color: var(--text-light);
}

.section-head {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.section-kicker,
.tag-orange {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(245, 166, 35, 0.18);
  color: var(--orange);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.section-head h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-dark);
  letter-spacing: -0.01em;
}

.section-head p {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 560px;
  margin-inline: auto;
}

.section-dark .section-head h2,
.section-head-dark h2 {
  color: var(--text-light);
}

.section-dark .section-head p,
.section-head-dark p {
  color: var(--text-dim);
}

.section-dark .section-kicker {
  background: rgba(245, 166, 35, 0.18);
  color: var(--orange);
}

/* Intro */
.intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 36px;
}

.intro-copy h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.intro-copy > p {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.75;
}

.feature-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--bg-light);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  box-shadow: var(--shadow);
}

.feature-list .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

.intro-figure img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, 0.06);
  width: 100%;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.value-item {
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 24px 20px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.value-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.15);
  color: var(--orange);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  font-size: 18px;
}

.value-item h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.value-item p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

.cases-visual {
  margin-top: 36px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.cases-visual img {
  width: 100%;
}

/* Video — product demo (2nd screen) */
.video-section {
  background: #fff;
  padding-block: clamp(56px, 8vw, 96px);
}

.video-section .section-head {
  margin-bottom: 36px;
}

.video-section .section-head h2 {
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
}

.video-section .section-head p {
  color: #64748b;
  font-size: clamp(14px, 1.6vw, 17px);
  margin-top: 10px;
}

.video-player {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  background: #0b1220;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0b1220;
}

.video-player.is-playing video {
  object-fit: contain;
  background: #000;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(8, 14, 28, 0.18);
  cursor: pointer;
  transition: background 0.25s ease, opacity 0.25s ease;
}

.video-play-btn:hover {
  background: rgba(8, 14, 28, 0.28);
}

.video-player.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}

.video-play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.28);
  position: relative;
  transition: transform 0.2s ease;
}

.video-play-btn:hover .video-play-icon {
  transform: scale(1.06);
}

.video-play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #2f6bff;
}

/* legacy video shell kept for safety */
.video-shell {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--border-dark);
  background: #070b14;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.video-shell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.video-fallback.hidden {
  display: none;
}

.reel {
  position: absolute;
  inset: 0;
}

.reel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.9s ease, transform 3.4s ease;
}

.reel img.is-active {
  opacity: 1;
  transform: scale(1);
}

.video-fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(6, 10, 18, 0.88));
  z-index: 1;
  pointer-events: none;
}

.video-fallback-copy {
  position: relative;
  z-index: 2;
  padding: 24px;
}

.video-fallback h3 {
  font-size: clamp(18px, 2.5vw, 26px);
  margin: 14px 0 8px;
}

.video-fallback p {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 16px;
  max-width: 36ch;
  margin-inline: auto;
}

.play-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(245, 166, 35, 0.95);
  color: #fff;
  display: grid;
  place-items: center;
  margin-inline: auto;
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.4);
  transition: transform 0.2s;
}

.play-btn:hover {
  transform: scale(1.06);
  background: var(--orange-deep);
}

@media (max-width: 640px) {
  .video-player {
    border-radius: 16px;
  }
  .video-play-icon {
    width: 58px;
    height: 58px;
  }
}

/* ========== Products / Workflow / Use-cases (post-video modules) ========== */
.products-section {
  background: var(--bg-light);
  padding-top: clamp(40px, 6vw, 72px);
}

.products-section .section-head,
.workflow-section .section-head,
.usecases-section .section-head {
  margin-bottom: 36px;
}

.products-section .section-head h2,
.workflow-section .section-head h2,
.usecases-section .section-head h2 {
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  margin-bottom: 0;
}

.products-section .section-head p,
.workflow-section .section-head p,
.usecases-section .section-head p {
  color: #64748b;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.7;
  margin-top: 10px;
  max-width: 640px;
  margin-inline: auto;
}

.product-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-light);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 28px);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.product-card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.15);
  color: var(--orange);
  display: grid;
  place-items: center;
}

.product-card-badge svg {
  width: 18px;
  height: 18px;
}

.product-card-media {
  display: grid;
  place-items: center;
  min-height: 200px;
  margin: 12px 0 18px;
  background: var(--bg-muted);
  border-radius: var(--radius-sm);
  padding: 24px 18px;
}

.product-card-media img {
  max-height: 180px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(15, 23, 42, 0.16));
}

.product-card h3 {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #0f172a;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.5;
}

.product-feature-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
  flex: 1;
}

.product-feature-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: flex-start;
}

.product-feature-list .check {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--orange);
  position: relative;
  flex-shrink: 0;
}

.product-feature-list .check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.product-feature-list strong {
  display: block;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 600;
  color: #0f172a;
  line-height: 1.55;
}

.product-feature-list span {
  display: block;
  margin-top: 2px;
  font-size: clamp(13px, 1.4vw, 14px);
  color: #64748b;
  line-height: 1.75;
}

.btn-outline-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  border: 1.5px solid rgba(245, 166, 35, 0.55);
  color: var(--orange-deep);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(245, 166, 35, 0.06);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-outline-blue:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  box-shadow: 0 10px 24px rgba(245, 166, 35, 0.28);
}

.workflow-section {
  background: var(--bg-muted);
}

.workflow-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  position: relative;
}

.workflow-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.1) 12%, rgba(15, 23, 42, 0.1) 88%, transparent);
  z-index: 0;
}

.workflow-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 6px;
}

.workflow-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.15);
  color: var(--orange);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 6px var(--bg-muted);
}

.workflow-icon svg {
  width: 24px;
  height: 24px;
}

.workflow-index {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--orange);
  margin-bottom: 6px;
}

.workflow-copy h3 {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  color: #0f172a;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.workflow-copy p {
  font-size: clamp(13px, 1.4vw, 14px);
  color: #64748b;
  line-height: 1.75;
  margin-bottom: 8px;
}

.workflow-tip {
  display: inline-block;
  font-size: clamp(12px, 1.3vw, 13px);
  color: var(--teal);
  font-weight: 500;
}

a.workflow-tip:hover {
  color: var(--orange);
  text-decoration: underline;
}

.usecases-section {
  background: var(--bg-light);
}

.usecases-container {
  position: relative;
}

.usecases-video-entry {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(245, 166, 35, 0.55);
  background: rgba(245, 166, 35, 0.08);
  color: var(--orange-deep);
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.usecases-video-entry:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(245, 166, 35, 0.28);
  transform: translateY(-1px);
}

.usecases-video-entry svg {
  flex-shrink: 0;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 22px);
}

.usecase-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-light);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.usecase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.usecase-cover {
  height: 168px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background: #1a2332;
}

.usecase-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.usecase-card:hover .usecase-cover-img {
  transform: scale(1.04);
}

.usecase-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 15, 26, 0.08) 30%, rgba(10, 15, 26, 0.42) 100%);
  z-index: 1;
  pointer-events: none;
}

.usecase-cover-icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(8px);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 18px rgba(10, 15, 26, 0.25);
}

.usecase-cover-icon svg {
  width: 28px;
  height: 28px;
}

.usecase-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.usecase-body h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.usecase-title-icon {
  width: 22px;
  height: 22px;
  color: var(--orange);
  display: inline-grid;
  place-items: center;
}

.usecase-title-icon svg {
  width: 18px;
  height: 18px;
}

.usecase-body > p {
  font-size: clamp(13px, 1.4vw, 14px);
  color: #64748b;
  line-height: 1.75;
}

.usecase-quote {
  margin-top: auto;
  background: var(--bg-muted);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.04);
}

.usecase-quote p {
  font-size: clamp(13px, 1.4vw, 14px);
  color: #0f172a;
  line-height: 1.75;
  margin-bottom: 6px;
}

.usecase-quote cite {
  font-style: normal;
  font-size: 12px;
  color: #64748b;
}

.usecase-more {
  font-size: 14px;
  font-weight: 600;
  color: var(--orange-deep);
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.usecase-more:hover {
  color: var(--orange);
  text-decoration: underline;
}

/* ========== AI Core Capabilities ========== */
.aicap-section {
  background: var(--bg-muted);
}

.aicap-section .section-head {
  margin-bottom: 36px;
}

.aicap-section .section-head h2 {
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
}

.aicap-section .section-head p {
  color: #64748b;
  font-size: clamp(14px, 1.6vw, 17px);
  margin-top: 10px;
}

.aicap-shell {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.aicap-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: #f1f5f9;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  padding: 8px 8px 0;
}

.aicap-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.aicap-tab.is-active {
  background: var(--orange);
  color: #fff;
}

.aicap-tab:not(.is-active):hover {
  background: rgba(245, 166, 35, 0.12);
  color: var(--orange-deep);
}

.aicap-panels {
  padding: clamp(18px, 3vw, 28px);
}

.aicap-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 28px);
}

.aicap-panel.is-active {
  display: grid;
}

.aicap-col h3 {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 14px;
}

.aicap-gauge {
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}

.aicap-gauge-ring {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, #fff 0 58%, transparent 59%),
    conic-gradient(var(--orange) 0 98.5%, #e2e8f0 98.5% 100%);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.aicap-gauge-ring strong {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: var(--orange-deep);
  line-height: 1.1;
}

.aicap-gauge-ring span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #64748b;
}

.aicap-bars {
  display: grid;
  gap: 14px;
}

.aicap-bar-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  color: #0f172a;
}

.aicap-bar-meta strong {
  color: var(--orange-deep);
  font-weight: 600;
}

.aicap-bar-track {
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.aicap-bar-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--orange-deep));
}

.aicap-langs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.aicap-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.05);
  font-size: 13px;
  color: #0f172a;
  font-weight: 500;
}

.aicap-lang-check {
  width: 18px;
  height: 18px;
  color: var(--orange);
  display: inline-grid;
  place-items: center;
}

.aicap-lang-check svg {
  width: 14px;
  height: 14px;
}

.aicap-scenes {
  display: grid;
  gap: 10px;
}

.aicap-scene {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.aicap-scene-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.14);
  color: var(--orange);
  display: grid;
  place-items: center;
}

.aicap-scene-icon svg,
.aicap-feature-icon svg,
.aicap-todo-meta svg,
.aicap-gen-time svg,
.aicap-sync-btn svg {
  width: 18px;
  height: 18px;
}

.aicap-scene strong,
.aicap-feature strong,
.aicap-todo strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}

.aicap-scene p,
.aicap-feature p,
.aicap-demo p,
.aicap-transcript p,
.aicap-summary-box p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.7;
}

.aicap-features {
  display: grid;
  gap: 10px;
}

.aicap-feature {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-left: 3px solid var(--orange);
}

.aicap-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.14);
  color: var(--orange);
  display: grid;
  place-items: center;
}

.aicap-demo {
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  display: grid;
  gap: 14px;
}

.aicap-demo-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.aicap-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aicap-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #0f172a;
  font-size: 12px;
  font-weight: 500;
}

.aicap-chip-blue {
  background: rgba(46, 196, 182, 0.16);
  color: #0f766e;
}

.aicap-sentiment {
  display: flex;
  align-items: center;
  gap: 12px;
}

.aicap-sentiment-track {
  flex: 1;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.aicap-sentiment-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #2ec4b6, #1a9f94);
  border-radius: inherit;
}

.aicap-sentiment strong {
  font-size: 13px;
  color: #0f766e;
  white-space: nowrap;
}

.aicap-transcript {
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.05);
  max-height: 420px;
  overflow: auto;
  display: grid;
  gap: 10px;
}

.aicap-transcript strong {
  color: #0f172a;
}

.aicap-summary-box {
  background: rgba(245, 166, 35, 0.08);
  border: 1px solid rgba(245, 166, 35, 0.18);
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 18px;
}

.aicap-summary-box p {
  color: #0f172a;
  margin-bottom: 12px;
}

.aicap-gen-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
}

.aicap-todos {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.aicap-todo {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.aicap-todo-check {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  border: 1.5px solid #cbd5e1;
}

.aicap-todo-meta {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  font-size: 12px;
  color: #64748b;
}

.aicap-todo-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.aicap-sync-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(245, 166, 35, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
}

.aicap-sync-btn:hover {
  background: var(--orange-deep);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .aicap-panel.is-active {
    grid-template-columns: 1fr;
  }

  .aicap-tabs {
    padding: 6px;
    gap: 6px;
  }

  .aicap-tab {
    flex: 1 1 auto;
    border-radius: 10px;
    text-align: center;
    padding: 10px 12px;
  }

  .aicap-langs {
    grid-template-columns: 1fr;
  }
}

/* ========== Customer success cases ========== */
.success-section {
  background: var(--bg-muted);
  padding-top: clamp(40px, 6vw, 72px);
}

.success-section .section-head {
  margin-bottom: 36px;
}

.success-section .section-head h2 {
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  margin-bottom: 0;
}

.success-section .section-head p {
  color: #64748b;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.7;
  margin-top: 10px;
  max-width: 640px;
  margin-inline: auto;
}

.success-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  margin-bottom: clamp(20px, 3vw, 28px);
}

.success-cat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  box-shadow: var(--shadow);
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.success-cat:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.success-cat-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #64748b;
  display: grid;
  place-items: center;
}

.success-cat-icon svg {
  width: 20px;
  height: 20px;
}

.success-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 20px;
  padding: clamp(20px, 3vw, 28px);
  box-shadow: var(--shadow);
}

.success-feature-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.success-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.success-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #5b8cff, #2f6bff);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.28);
}

.success-person-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.success-person-meta strong {
  font-size: 16px;
  color: #0f172a;
  font-weight: 700;
}

.success-person-meta span {
  font-size: 13px;
  color: #94a3b8;
}

.success-quote {
  margin: 0;
  padding: 0;
  border: 0;
  color: #475569;
  font-size: clamp(14px, 1.5vw, 15.5px);
  line-height: 1.85;
  flex: 1;
}

.success-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.success-stat {
  text-align: left;
}

.success-stat strong {
  display: block;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 800;
  color: #2f6bff;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.success-stat span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #94a3b8;
}

.success-feature-media {
  min-width: 0;
}

.success-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 260px;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  background: #0b1220;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.success-video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0b1220;
}

.success-video-player.is-playing video {
  object-fit: contain;
  background: #000;
}

.success-play-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(8, 14, 28, 0.12);
  cursor: pointer;
  transition: background 0.25s ease, opacity 0.25s ease;
}

.success-play-btn:hover {
  background: rgba(8, 14, 28, 0.22);
}

.success-video-player.is-playing .success-play-btn {
  opacity: 0;
  pointer-events: none;
}

.success-play-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.28);
  position: relative;
  transition: transform 0.2s ease;
}

.success-play-btn:hover .success-play-icon {
  transform: scale(1.06);
}

.success-play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #2f6bff;
}

@media (max-width: 980px) {
  .success-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .success-feature {
    grid-template-columns: 1fr;
  }

  .success-video-player {
    min-height: 220px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  .success-cats {
    grid-template-columns: 1fr;
  }

  .success-stats {
    gap: 8px;
  }

  .success-stat strong {
    font-size: 20px;
  }

  .success-play-icon {
    width: 56px;
    height: 56px;
  }
}

/* ========== Pricing plans ========== */
.pricing-section {
  background: var(--bg-light);
  padding-top: clamp(40px, 6vw, 72px);
}

.pricing-section .section-head {
  margin-bottom: 40px;
}

.pricing-section .section-head h2 {
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  margin-bottom: 0;
}

.pricing-section .section-head p {
  color: #64748b;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.7;
  margin-top: 10px;
  max-width: 640px;
  margin-inline: auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 24px);
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 32px) clamp(20px, 2.5vw, 28px) 28px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.pricing-card.is-featured {
  background: #3b82f6;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 22px 50px rgba(59, 130, 246, 0.35);
  transform: translateY(-6px);
}

.pricing-card.is-featured:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px rgba(59, 130, 246, 0.42);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 14px;
  border-radius: 999px;
  background: #f5a623;
  color: #1a1f2e;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(245, 166, 35, 0.35);
}

.pricing-card h3 {
  font-size: clamp(17px, 1.8vw, 19px);
  font-weight: 700;
  color: #0f172a;
  margin: 4px 0 14px;
}

.pricing-card.is-featured h3 {
  color: #fff;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 6px;
}

.pricing-price strong {
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1;
}

.pricing-price span {
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
}

.pricing-card.is-featured .pricing-price strong,
.pricing-card.is-featured .pricing-price span {
  color: #fff;
}

.pricing-note {
  margin: 0 0 4px;
  font-size: 13px;
  color: #94a3b8;
}

.pricing-features {
  list-style: none;
  margin: 18px 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
}

.pricing-card.is-featured .pricing-features li {
  color: rgba(255, 255, 255, 0.95);
}

.pricing-features li.is-off {
  color: #94a3b8;
}

.pricing-check {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  background: #3b82f6;
  position: relative;
}

.pricing-check::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.pricing-features li.is-off .pricing-check {
  background: #e2e8f0;
}

.pricing-features li.is-off .pricing-check::before,
.pricing-features li.is-off .pricing-check::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #94a3b8;
  border: 0;
  transform: rotate(45deg);
}

.pricing-features li.is-off .pricing-check::after {
  transform: rotate(-45deg);
}

.pricing-card.is-featured .pricing-check {
  background: rgba(255, 255, 255, 0.22);
}

.pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  border: 1.5px solid #3b82f6;
  color: #3b82f6;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pricing-cta:hover {
  background: #3b82f6;
  color: #fff;
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.28);
}

.pricing-card.is-featured .pricing-cta {
  border-color: #fff;
  background: #fff;
  color: #3b82f6;
}

.pricing-card.is-featured .pricing-cta:hover {
  background: #eff6ff;
  color: #2563eb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

@media (max-width: 980px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .pricing-card.is-featured {
    transform: none;
  }

  .pricing-card.is-featured:hover {
    transform: translateY(-4px);
  }
}

/* ========== Trust & certification ========== */
.trust-section {
  background: var(--bg-light);
  padding-top: clamp(40px, 6vw, 72px);
}

.trust-section .section-head {
  margin-bottom: 36px;
}

.trust-section .section-head h2 {
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  margin-bottom: 0;
}

.trust-section .section-head p {
  color: #64748b;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.7;
  margin-top: 10px;
}

.trust-certs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 28px);
  margin-bottom: clamp(28px, 4vw, 44px);
}

.trust-cert {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.trust-cert-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eff6ff;
  color: #3b82f6;
  display: grid;
  place-items: center;
  margin-bottom: 6px;
}

.trust-cert-icon svg {
  width: 26px;
  height: 26px;
}

.trust-cert strong {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.trust-cert span {
  font-size: 13px;
  color: #64748b;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.trust-stat strong {
  display: block;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #3b82f6;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.trust-stat span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #475569;
}

/* ========== Trial CTA ========== */
.trial-section {
  background: #3b82f6;
  padding: clamp(48px, 7vw, 80px) 0;
  color: #fff;
}

.trial-section .section-head {
  margin-bottom: 28px;
}

.trial-section .section-head h2 {
  color: #fff;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  margin-bottom: 0;
}

.trial-section .section-head p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.7vw, 17px);
  line-height: 1.7;
  margin-top: 12px;
  max-width: 640px;
  margin-inline: auto;
}

.trial-form {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.trial-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.trial-field {
  display: block;
  min-width: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.trial-field input,
.trial-field select {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 0 16px;
  font: inherit;
  font-size: 14px;
  color: #0f172a;
  background: #fff;
  appearance: none;
  outline: none;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.trial-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.trial-field input::placeholder {
  color: #94a3b8;
}

.trial-field input:focus,
.trial-field select:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45);
}

.trial-submit {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #3b82f6;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.trial-submit:hover {
  background: #eff6ff;
  color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.trial-status {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
}

.trial-perks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 36px;
  margin: 22px 0 0;
  padding: 0;
}

.trial-perks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
}

.trial-perk-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #fff;
}

.trial-perk-icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 900px) {
  .trust-certs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }
}

@media (max-width: 640px) {
  .trust-certs,
  .trust-stats,
  .trial-form-grid {
    grid-template-columns: 1fr;
  }

  .trial-perks {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 980px) {
  .workflow-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .workflow-steps::before {
    display: none;
  }

  .workflow-step {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    text-align: left;
    align-items: start;
  }

  .workflow-icon {
    margin: 0;
  }

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

@media (max-width: 760px) {
  .product-compare {
    grid-template-columns: 1fr;
  }

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

  .usecases-video-entry {
    position: static;
    margin: 0 auto 16px;
  }
}

/* Scenarios dark cards */
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.scenario-card {
  background: var(--bg-card-dark);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius);
  padding: 20px 16px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.scenario-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 166, 35, 0.35);
}

.scenario-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 8px;
}

.scenario-card h3 {
  font-size: 15px;
  margin-bottom: 8px;
}

.scenario-card p {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.65;
}

.scenario-banner {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-dark);
}

.scenario-banner img {
  width: 100%;
}

/* Cases */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.case-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
  background: var(--bg-light);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
}

.case-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.case-thumb {
  width: 140px;
  height: 120px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.case-body .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--orange);
  background: rgba(245, 166, 35, 0.15);
  padding: 3px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.case-body h3 {
  font-size: 17px;
  margin-bottom: 6px;
}

.case-body p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Roles / pills / panels */
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.pill {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: var(--bg-muted);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dark);
}

.section-dark .panel {
  background: var(--bg-card-dark);
  border-color: var(--border-dark);
  color: var(--text-light);
  box-shadow: none;
}

.section-dark .panel-body h3 {
  color: var(--text-light);
}

.section-dark .panel-body p {
  color: var(--text-dim);
}

.section-dark .pill {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--border-dark);
  color: var(--text-dim);
}

.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.panel {
  background: var(--bg-light);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow);
}

.panel img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.panel-body {
  padding: 20px;
}

.panel-body h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.panel-body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Specs */
.spec-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-light);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow);
}

.spec-table th,
.spec-table td {
  padding: 14px 16px;
  text-align: start;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 14px;
}

.spec-table th {
  width: 36%;
  background: var(--bg-muted);
  color: var(--text-dark);
  font-weight: 600;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: none;
}

.spec-gallery {
  display: grid;
  gap: 14px;
}

.spec-gallery img {
  border-radius: var(--radius);
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
  box-shadow: var(--shadow);
}

/* FAQ */
.faq-section {
  background: var(--bg-muted);
  padding-top: clamp(40px, 6vw, 72px);
}

.faq-section .section-head {
  margin-bottom: 24px;
}

.faq-section .section-head h2 {
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  margin-bottom: 0;
}

.faq-section .section-head p {
  color: #64748b;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.7;
  margin-top: 10px;
}

.faq-container {
  max-width: 820px;
}

.faq-search {
  position: relative;
  margin: 0 auto 24px;
}

.faq-search input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 0 48px 0 20px;
  font: inherit;
  font-size: 14px;
  color: #0f172a;
  background: #fff;
  box-shadow: var(--shadow);
  outline: none;
}

.faq-search input::placeholder {
  color: #94a3b8;
}

.faq-search input:focus {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.faq-search-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
  display: grid;
  place-items: center;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  padding: 0;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
  border-color: rgba(59, 130, 246, 0.28);
}

.faq-item[open] {
  border-color: rgba(59, 130, 246, 0.22);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.45;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}

.faq-item[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
  border-color: #3b82f6;
}

.faq-answer {
  padding: 0 20px 18px;
}

.faq-answer p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.8;
}

.faq-empty {
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  margin-top: 16px;
}

/* Contact — dark CTA band like camera_gw */
.contact-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.contact-card {
  background: var(--bg-dark);
  color: #fff;
  border-radius: var(--radius);
  padding: 36px 32px;
  border: 1px solid var(--border-dark);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.contact-card .section-kicker {
  color: var(--orange);
}

.contact-card h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 12px;
}

.contact-card > p {
  color: var(--text-dim);
  margin-bottom: 24px;
  font-size: 15px;
}

.contact-links {
  display: grid;
  gap: 12px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: var(--bg-card-dark);
  border: 1px solid var(--border-dark);
  transition: border-color 0.2s, background 0.2s;
}

.contact-link:hover {
  border-color: rgba(245, 166, 35, 0.4);
  background: #1a2233;
}

.contact-link .icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.18);
  color: var(--orange);
  display: grid;
  place-items: center;
}

.contact-link strong {
  display: block;
  font-size: 12px;
  color: var(--text-dim);
  font-weight: 500;
  margin-bottom: 2px;
}

.contact-link span span {
  font-size: 16px;
  font-weight: 700;
}

.contact-aside img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow);
}

/* Float + Footer */
.float-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.float-support {
  position: relative;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 28px rgba(245, 166, 35, 0.45);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}

.float-support:hover {
  transform: translateY(-3px) scale(1.04);
  background: var(--orange-deep);
}

.float-contact.is-open .float-support {
  background: var(--orange-deep);
}

.float-contact-panel {
  width: min(240px, calc(100vw - 40px));
  padding: 18px 16px 16px;
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(15, 23, 42, 0.06);
  text-align: center;
  position: relative;
  animation: floatPanelIn 0.22s ease both;
}

.float-contact-panel[hidden] {
  display: none !important;
}

@keyframes floatPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.float-contact-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.float-contact-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.float-contact-title {
  margin: 0 8px 12px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.float-contact-qr {
  width: 168px;
  height: 168px;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
  border-radius: 8px;
  background: #fff;
}

.float-contact-hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: #94a3b8;
}

.float-contact-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
}

.float-contact-phone:hover {
  background: #3b82f6;
  color: #fff;
}

html[dir="rtl"] .float-contact {
  right: auto;
  left: 20px;
  align-items: flex-start;
}

html[dir="rtl"] .float-contact-close {
  right: auto;
  left: 8px;
}

.site-footer {
  background: var(--bg-dark);
  color: var(--text-dim);
  padding: 28px 0;
  font-size: 13px;
  border-top: 1px solid var(--border-dark);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.footer-inner a {
  color: #fff;
}

.footer-inner a:hover {
  color: var(--orange);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 980px) {
  .intro-split,
  .spec-layout,
  .contact-wrap,
  .dual-grid {
    grid-template-columns: 1fr;
  }

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

  .value-grid,
  .cases-grid {
    grid-template-columns: 1fr;
  }

  .stats-bar {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .feature-list {
    grid-template-columns: 1fr;
  }

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

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-thumb {
    width: 100%;
    height: 160px;
  }

  .hero-inner {
    padding-bottom: 32px;
  }
}

/* ========== Use-cases video modal ========== */
body.modal-open {
  overflow: hidden;
}

.video-modal[hidden] {
  display: none !important;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 26, 0.72);
  backdrop-filter: blur(4px);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  background: #0f172a;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  padding: 20px 20px 16px;
  animation: videoModalIn 0.22s ease;
}

@keyframes videoModalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.video-modal-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 40px 14px 0;
  letter-spacing: 0.01em;
}

.video-modal-close {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.video-modal-player {
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-modal-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

@media (max-width: 640px) {
  .video-modal {
    padding: 12px;
  }

  .video-modal-dialog {
    padding: 14px 12px 12px;
    border-radius: 12px;
  }

  .video-modal-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
