/* Product page theme accents */
.theme-gov {
  --accent: #0d9488;
  --accent-strong: #0f766e;
  --accent-soft: #f0fdfa;
  --teal-700: #0f766e;
  --teal-600: #0d9488;
}

.theme-gov .product-kicker {
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
}

.theme-gov .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.35)),
    linear-gradient(145deg, rgba(15, 118, 110, 0.16), rgba(20, 184, 166, 0.1));
}

.theme-care {
  --accent: #0284c7;
  --accent-strong: #0369a1;
  --accent-soft: #e0f2fe;
  --teal-700: #0369a1;
  --teal-600: #0284c7;
}

.theme-care .product-kicker {
  background: rgba(3, 105, 161, 0.1);
  color: #0369a1;
}

.theme-care .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.35)),
    linear-gradient(145deg, rgba(3, 105, 161, 0.16), rgba(14, 165, 233, 0.1));
}

.theme-udi {
  --accent: #2563eb;
  --accent-strong: #1d4ed8;
  --accent-soft: #dbeafe;
  --teal-700: #1d4ed8;
  --teal-600: #2563eb;
}

.theme-udi .product-kicker {
  background: rgba(29, 78, 216, 0.1);
  color: #1d4ed8;
}

.theme-udi .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.35)),
    linear-gradient(145deg, rgba(29, 78, 216, 0.16), rgba(59, 130, 246, 0.1));
}

.theme-water {
  --accent: #0891b2;
  --accent-strong: #0e7490;
  --accent-soft: #cffafe;
  --teal-700: #0e7490;
  --teal-600: #0891b2;
}

.theme-water .product-kicker {
  background: rgba(8, 145, 178, 0.12);
  color: #0e7490;
}

.theme-water .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.35)),
    linear-gradient(145deg, rgba(8, 145, 178, 0.16), rgba(34, 211, 238, 0.1));
}

.theme-jxg {
  --accent: #d97706;
  --accent-strong: #b45309;
  --accent-soft: #ffedd5;
  --teal-700: #b45309;
  --teal-600: #d97706;
}

.theme-jxg .product-kicker {
  background: rgba(180, 83, 9, 0.1);
  color: #b45309;
}

.theme-jxg .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.35)),
    linear-gradient(145deg, rgba(180, 83, 9, 0.14), rgba(251, 191, 36, 0.1));
}

.theme-lock {
  --accent: #4f46e5;
  --accent-strong: #4338ca;
  --accent-soft: #e0e7ff;
  --teal-700: #4338ca;
  --teal-600: #4f46e5;
}

.theme-lock .product-kicker {
  background: rgba(67, 56, 202, 0.1);
  color: #4338ca;
}

.theme-lock .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.35)),
    linear-gradient(145deg, rgba(67, 56, 202, 0.14), rgba(99, 102, 241, 0.1));
}

.theme-hospital {
  --accent: #0f766e;
  --accent-strong: #115e59;
  --accent-soft: #ccfbf1;
  --teal-700: #115e59;
  --teal-600: #0f766e;
}

.theme-hospital .product-kicker {
  background: rgba(17, 94, 89, 0.1);
  color: #115e59;
}

.theme-hospital .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.35)),
    linear-gradient(145deg, rgba(17, 94, 89, 0.14), rgba(45, 212, 191, 0.1));
}

.theme-blood {
  --accent: #0e7490;
  --accent-strong: #0a3d5c;
  --accent-soft: #e0f2fe;
  --teal-700: #0a3d5c;
  --teal-600: #0e7490;
}

.theme-blood .product-kicker {
  background: rgba(10, 61, 92, 0.1);
  color: #0a3d5c;
}

.theme-blood .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.38)),
    linear-gradient(145deg, rgba(10, 61, 92, 0.16), rgba(185, 28, 28, 0.08));
}

.theme-work {
  --accent: #3b82f6;
  --accent-strong: #1e40af;
  --accent-soft: #dbeafe;
  --teal-700: #1e3a8a;
  --teal-600: #1e40af;
}

.theme-work .product-kicker {
  background: rgba(30, 64, 175, 0.1);
  color: #1e40af;
}

.theme-work .product-hero-visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.38)),
    linear-gradient(145deg, rgba(30, 64, 175, 0.14), rgba(99, 102, 241, 0.1));
}

/* ========== Product page shared ========== */
.product-hero {
  position: relative;
  padding: calc(var(--nav-h) + 56px) 0 72px;
  overflow: hidden;
}

.product-hero .container {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.breadcrumb a:hover {
  color: var(--accent-strong);
}

.breadcrumb .sep {
  opacity: 0.45;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--teal-700);
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.product-hero h1 {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: var(--tracking-cn);
  line-height: 1.3;
  color: var(--ink-950);
}

.product-hero .lead {
  margin-top: 16px;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: var(--tracking-cn);
  color: var(--teal-700);
}

.product-hero .desc {
  margin-top: 14px;
  max-width: 540px;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: var(--tracking-tight);
  color: var(--text-secondary);
}

.product-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-hero-visual {
  position: relative;
  min-height: 340px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.35)),
    linear-gradient(145deg, rgba(15, 118, 110, 0.2), rgba(2, 132, 199, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  padding: 28px;
}

.flow-stack {
  display: grid;
  gap: 12px;
  height: 100%;
  align-content: center;
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transform: translateX(0);
  animation: slide-soft 0.8s var(--ease) both;
}

.flow-step:nth-child(2) {
  animation-delay: 0.08s;
}
.flow-step:nth-child(3) {
  animation-delay: 0.16s;
}
.flow-step:nth-child(4) {
  animation-delay: 0.24s;
}

.flow-step .num {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--accent-strong, #0f766e);
  color: #fff;
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.flow-step strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.flow-step span {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-muted);
}

@keyframes slide-soft {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.value-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.value-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: var(--tracking-cn);
}

.value-card p {
  margin-top: 10px;
  color: var(--text-secondary);
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.75;
}

.arch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.arch-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.arch-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fff, #f4f8fb);
  border: 1px solid var(--border);
}

.arch-card .role {
  font-family: var(--font-latin);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-700);
}

.arch-card h3 {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: var(--tracking-cn);
}

.arch-card p {
  margin-top: 10px;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.scenario-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.scenario-card {
  padding: 30px;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.scenario-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: var(--tracking-cn);
}

.scenario-card .sub {
  margin-top: 6px;
  font-size: 0.9rem;
  color: var(--teal-700);
  font-weight: 600;
}

.scenario-card ol {
  margin-top: 18px;
  counter-reset: step;
}

.scenario-card li {
  position: relative;
  padding: 10px 0 10px 36px;
  color: var(--text-secondary);
  font-size: 0.94rem;
  border-bottom: 1px solid var(--border);
  counter-increment: step;
}

.scenario-card li:last-child {
  border-bottom: 0;
}

.scenario-card li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--ink-100);
  color: var(--ink-800);
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 600;
  display: grid;
  place-items: center;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}

.feature-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.feature-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.14);
  flex-shrink: 0;
}

.feature-list strong {
  display: block;
  font-size: 0.98rem;
  color: var(--ink-900);
}

.feature-list span {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.status-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.status-table th,
.status-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
}

.status-table th {
  background: var(--surface-muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.status-table tr:last-child td {
  border-bottom: 0;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.related-card {
  display: block;
  padding: 24px 22px;
  border-radius: var(--radius-md);
  background: var(--surface-elevated);
  border: 1px solid var(--border);
  border-left: 4px solid var(--card-accent, var(--accent));
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease;
}

.related-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.related-card .product-sector {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  color: var(--text-muted);
}

.related-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.related-card .slogan {
  color: var(--text-secondary);
  font-size: 0.92rem;
  margin-bottom: 14px;
  line-height: 1.6;
}

.related-card .product-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--accent-strong);
}

.related-card .product-link svg {
  width: 14px;
  height: 14px;
}

.nav-email {
  display: none;
}

@media (min-width: 1100px) {
  .nav-email {
    display: inline-flex;
  }
}

.closing-quote {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

.closing-quote p {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 500;
  letter-spacing: var(--tracking-cn);
  line-height: 1.55;
  color: var(--ink-900);
}

.closing-quote span {
  display: block;
  margin-top: 16px;
  font-size: 0.95rem;
  color: var(--text-muted);
}

@media (max-width: 960px) {
  .product-hero-grid,
  .value-grid,
  .arch-grid,
  .arch-grid-4,
  .scenario-grid,
  .feature-list,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-visual {
    min-height: auto;
  }
}

@media (max-width: 1100px) {
  .arch-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========== Product UI shots (device frames + gallery) ========== */
.hero-shot-compose {
  position: relative;
  width: 100%;
  min-height: 320px;
  padding: 12px 8px 44px 4px;
}

.hero-shot-compose .device-browser {
  width: 100%;
  max-width: 100%;
  transform: perspective(1200px) rotateY(-2deg) rotateX(1.5deg);
  transform-origin: left center;
}

.hero-shot-compose.has-phone .device-browser {
  width: 82%;
}

.hero-shot-compose .device-phone {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 36%;
  max-width: 176px;
  z-index: 2;
  transform: translateY(6px) rotate(2.5deg);
}

.hero-shot-compose.pc-only {
  padding: 10px 4px 10px;
  display: flex;
  align-items: center;
}

.hero-shot-compose.pc-only .device-browser {
  transform: perspective(1200px) rotateY(-1.2deg) rotateX(1deg);
}

.product-hero-visual:has(.hero-shot-compose) {
  padding: 22px 18px 16px;
  isolation: isolate;
  background:
    radial-gradient(120% 90% at 88% 12%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 55%),
    radial-gradient(90% 70% at 8% 88%, color-mix(in srgb, var(--accent-strong) 12%, transparent), transparent 50%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.58));
}

.product-hero-visual:has(.hero-shot-compose)::before {
  content: "";
  position: absolute;
  inset: 18% 12% auto auto;
  width: 42%;
  height: 42%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 16%, transparent);
  filter: blur(42px);
  z-index: 0;
  pointer-events: none;
}

.product-hero-visual:has(.hero-shot-compose) > * {
  position: relative;
  z-index: 1;
}

.device-browser {
  position: relative;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow:
    0 1px 1px rgba(15, 23, 42, 0.03),
    0 10px 24px rgba(15, 23, 42, 0.06),
    0 28px 56px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.device-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 14px;
  background: linear-gradient(180deg, #fbfcfd, #f1f5f9);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.device-browser-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  display: block;
}

.device-browser-bar i:nth-child(1) {
  background: #f87171;
}
.device-browser-bar i:nth-child(2) {
  background: #fbbf24;
}
.device-browser-bar i:nth-child(3) {
  background: #34d399;
}

.device-browser-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #e8edf3;
  overflow: hidden;
}

.device-browser-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
}

.device-browser-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 40%);
  pointer-events: none;
}

.device-phone {
  border-radius: 26px;
  background: linear-gradient(160deg, #1e293b, #0f172a);
  padding: 9px 8px 11px;
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.device-phone-notch {
  width: 34%;
  height: 5px;
  margin: 0 auto 7px;
  border-radius: 999px;
  background: #334155;
}

.device-phone-screen {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 9 / 18.8;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06) inset;
}

.device-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.device-phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.28), transparent 22%);
  pointer-events: none;
}

.product-hero-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  max-width: 540px;
}

.product-hero-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.product-hero-steps span em {
  font-style: normal;
  font-family: var(--font-latin);
  font-size: 11px;
  font-weight: 600;
  color: var(--accent-strong);
}

.shots-section {
  position: relative;
  overflow: hidden;
}

.shots-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -80px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  filter: blur(40px);
  pointer-events: none;
}

.shots-section .container {
  position: relative;
  z-index: 1;
}

.shots-section .section-head {
  margin-bottom: 40px;
  max-width: 640px;
}

.shots-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.shots-grid.shots-pc-row {
  grid-template-columns: 1fr;
  max-width: 920px;
}

.shots-grid.shots-grid-solo {
  grid-template-columns: 1.45fr 0.7fr;
  align-items: end;
}

.shots-stack {
  display: grid;
  gap: 22px;
}

.shot-tile {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.4s var(--ease);
}

.shot-tile:hover {
  transform: translateY(-4px);
}

.shot-tile:hover .device-browser,
.shot-tile:hover .device-phone {
  box-shadow:
    0 1px 1px rgba(15, 23, 42, 0.03),
    0 16px 36px rgba(15, 23, 42, 0.1),
    0 36px 64px rgba(15, 23, 42, 0.08);
}

.shot-tile figcaption {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-900);
  letter-spacing: var(--tracking-cn);
  padding-left: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shot-tile figcaption::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  flex-shrink: 0;
  opacity: 0.85;
}

.shot-tile.shot-featured .device-browser-screen {
  aspect-ratio: 16 / 9.4;
}

.shot-tile.shot-phone-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: end;
  padding: 18px 16px 14px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.35)),
    color-mix(in srgb, var(--accent-soft) 70%, white);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.shot-tile.shot-phone-pair .device-phone {
  width: 100%;
  max-width: 168px;
  margin: 0 auto;
  transform: none;
}

.shot-tile.shot-phone-pair figcaption {
  grid-column: 1 / -1;
  justify-content: center;
  padding-left: 0;
}

.shot-tile.shot-phone-solo {
  align-items: center;
  padding: 20px 16px 14px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.35)),
    color-mix(in srgb, var(--accent-soft) 70%, white);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.shot-tile.shot-phone-solo .shot-phone-frame {
  width: 100%;
  display: flex;
  justify-content: center;
}

.shot-tile.shot-phone-solo .device-phone {
  width: 100%;
  max-width: 188px;
}

.shot-tile.shot-phone-solo figcaption {
  justify-content: center;
  padding-left: 0;
}

@media (max-width: 960px) {
  .hero-shot-compose {
    min-height: 0;
    padding: 6px 0 10px;
  }

  .hero-shot-compose .device-browser,
  .hero-shot-compose.pc-only .device-browser {
    transform: none;
    width: 100%;
  }

  .hero-shot-compose.has-phone .device-browser {
    width: 100%;
  }

  .hero-shot-compose .device-phone {
    position: relative;
    width: 44%;
    max-width: 156px;
    margin: -56px 4% 0 auto;
    display: block;
    transform: rotate(1.5deg);
  }

  .shots-grid,
  .shots-grid.shots-pc-trio,
  .shot-tile.shot-phone-pair {
    grid-template-columns: 1fr;
  }

  .shot-tile.shot-phone-pair .device-phone,
  .shot-tile.shot-phone-solo .device-phone {
    max-width: 220px;
  }
}

/* FAQ — visible Q&A aligned with FAQPage schema */
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  max-width: 820px;
}

.faq-item {
  border: 1px solid color-mix(in srgb, var(--accent, #0f766e) 18%, #e2e8f0);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
  border-color: color-mix(in srgb, var(--accent, #0f766e) 42%, #cbd5e1);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.5;
  padding: 16px 28px 16px 0;
  position: relative;
  color: #0f172a;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-strong, #0f766e);
  font-size: 1.25rem;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0 0 16px;
  color: #475569;
  line-height: 1.7;
  font-size: 0.98rem;
}

.shots-band {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.shots-band-3 {
  grid-template-columns: 1.1fr 1.1fr 0.85fr;
  align-items: end;
}

@media (max-width: 960px) {
  .shots-band,
  .shots-band-3 {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-shot-compose .device-browser,
  .hero-shot-compose .device-phone {
    transform: none;
  }

  .shot-tile:hover {
    transform: none;
  }

  .material-card:hover {
    transform: none;
  }
}

/* ========== Product materials (PDF preview / download) ========== */
.materials-section .section-head {
  margin-bottom: 36px;
  max-width: 640px;
}

.materials-list {
  display: grid;
  gap: 18px;
  max-width: 920px;
}

.material-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    color-mix(in srgb, var(--accent-soft, #f0fdfa) 55%, white);
  border: 1px solid color-mix(in srgb, var(--accent, #0d9488) 14%, var(--border));
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.material-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.material-card-main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.material-icon {
  flex-shrink: 0;
  width: 52px;
  height: 64px;
  border-radius: 10px;
  background: linear-gradient(160deg, var(--ink-800), var(--ink-950));
  color: #fff;
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: 0 10px 24px rgba(7, 19, 31, 0.18);
}

.material-icon span {
  font-family: var(--font-latin);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.material-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 14px 14px 0;
  border-style: solid;
  border-color: transparent color-mix(in srgb, white 22%, transparent) transparent transparent;
}

.material-meta h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: var(--tracking-cn);
  color: var(--ink-900);
}

.material-meta p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.material-meta p .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink-300);
}

.material-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.material-actions .btn {
  min-width: 118px;
  justify-content: center;
}

@media (max-width: 720px) {
  .material-card {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }

  .material-actions {
    width: 100%;
  }

  .material-actions .btn {
    flex: 1;
  }
}

body.pdf-modal-open {
  overflow: hidden;
}

.pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 11000;
  display: grid;
  place-items: center;
  place-content: center;
  padding: clamp(10px, 2vw, 20px);
}

.pdf-modal[hidden] {
  display: none !important;
}

.pdf-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 19, 31, 0.62);
  backdrop-filter: blur(8px);
}

.pdf-modal-panel {
  position: relative;
  z-index: 1;
  /* Wide reading surface for brochure / A4 PDFs */
  width: min(1320px, calc(100vw - 32px));
  height: min(92vh, calc(100vh - 32px));
  max-width: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-elevated);
  box-shadow:
    0 24px 64px rgba(7, 19, 31, 0.28),
    0 4px 16px rgba(7, 19, 31, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.pdf-modal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  background: linear-gradient(180deg, var(--ink-50), white);
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}

.pdf-modal-bar strong {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: var(--tracking-cn);
  color: var(--ink-900);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf-modal-bar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.pdf-modal-bar .btn {
  padding: 8px 14px;
  font-size: 0.88rem;
}

.pdf-modal-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink-700);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.pdf-modal-close:hover {
  background: var(--surface-muted);
}

.pdf-modal-frame-wrap {
  flex: 1;
  min-height: 0;
  background: #d7e0ea;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pdf-modal-frame-wrap iframe {
  display: none;
}

.pdf-viewer {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.pdf-viewer-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding: 8px 14px;
  background: #f4f7fa;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}

.pdf-viewer-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pdf-viewer-btn {
  appearance: none;
  border: 1px solid rgba(11, 31, 51, 0.12);
  background: #fff;
  color: var(--ink-800);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 0.88rem;
  font-family: var(--font-sans);
  cursor: pointer;
  line-height: 1.2;
}

.pdf-viewer-btn:hover:not(:disabled) {
  border-color: color-mix(in srgb, var(--accent) 40%, #cbd5e1);
  color: var(--accent-strong);
}

.pdf-viewer-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pdf-viewer-page,
.pdf-viewer-zoom {
  min-width: 64px;
  text-align: center;
  font-size: 0.88rem;
  font-family: var(--font-latin);
  color: var(--ink-700);
  font-variant-numeric: tabular-nums;
}

.pdf-viewer-stage {
  flex: 1;
  min-height: 0;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  background:
    linear-gradient(180deg, #e8eef4, #d5dee8);
  position: relative;
}

.pdf-viewer-stage canvas {
  display: block;
  max-width: none;
  background: #fff;
  box-shadow: 0 8px 28px rgba(7, 19, 31, 0.14);
  border-radius: 2px;
}

.pdf-viewer-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(232, 238, 244, 0.92);
  color: var(--ink-700);
  font-size: 0.95rem;
  letter-spacing: var(--tracking-cn);
  z-index: 2;
}

.pdf-viewer-loading[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .pdf-modal {
    padding: 8px;
  }

  .pdf-modal-panel {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    border-radius: var(--radius-md);
  }

  .pdf-viewer-toolbar {
    padding: 8px 10px;
  }
}

@media (max-width: 640px) {
  .pdf-modal-bar {
    padding: 10px 12px;
  }
}
