/* HyperCam Trigger — product-specific presentation. */
.hypercam-page {
  --hc-bg: #061611;
  --hc-bg-deep: #03100d;
  --hc-panel: #0d251d;
  --hc-panel-soft: #f2f7f3;
  --hc-ink: #10251d;
  --hc-muted: #66736c;
  --hc-green: #2fce8e;
  --hc-green-dark: #0a6d4d;
  --hc-yellow: #ffd34d;
  --hc-line: rgba(15, 47, 36, .13);
  background: #f8faf8;
  color: var(--hc-ink);
}

.hc-hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  padding: 152px 0 92px;
  color: #f8fffb;
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 206, 142, .25), transparent 34%),
    radial-gradient(circle at 12% 90%, rgba(255, 211, 77, .12), transparent 32%),
    linear-gradient(142deg, #020b09 0%, #061611 52%, #0a3325 100%);
}

.hc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .75) .65px, transparent .75px);
  background-size: 30px 30px;
  mask-image: linear-gradient(120deg, #000, transparent 67%);
}

.hc-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  align-items: center;
  gap: clamp(44px, 7vw, 96px);
}

.hc-product-mark { display: flex; align-items: center; gap: 15px; margin-bottom: 38px; }
.hc-product-mark img { width: 66px; height: 66px; border-radius: 17px; box-shadow: 0 18px 44px rgba(0, 0, 0, .35); }
.hc-product-mark span { display: block; }
.hc-product-mark__name { font: 800 1rem/1.2 var(--font-display); letter-spacing: .02em; }
.hc-product-mark__state { margin-top: 5px; color: rgba(255, 255, 255, .56); font-size: .78rem; }

.hc-kicker {
  margin: 0 0 18px;
  color: var(--hc-yellow);
  font: 800 .74rem/1 var(--font-display);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hc-hero h1 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(3.8rem, 7.4vw, 7.2rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.072em;
  text-wrap: balance;
}

.hc-hero__lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(244, 255, 249, .68);
  font-size: clamp(1.05rem, 1.7vw, 1.27rem);
  line-height: 1.7;
}

.hc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hc-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 14px;
  color: #fff;
  font: 750 .9rem/1 var(--font-display);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.hc-button--primary { border-color: var(--hc-yellow); background: var(--hc-yellow); color: #152019; }
.hc-button:hover, .hc-button:focus-visible { transform: translateY(-2px); border-color: rgba(255, 255, 255, .5); }
.hc-button--primary:hover, .hc-button--primary:focus-visible { border-color: #ffe48a; background: #ffe48a; }

.hc-hero__note { margin-top: 22px; color: rgba(255, 255, 255, .46); font-size: .78rem; line-height: 1.55; }
.hc-hero__visual { position: relative; }
.hc-hero__visual::before {
  content: '';
  position: absolute;
  inset: 10% 5% -4% 12%;
  border-radius: 50%;
  background: rgba(47, 206, 142, .2);
  filter: blur(70px);
}
.hc-hero__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 570px);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 30px;
  box-shadow: 0 42px 120px rgba(0, 0, 0, .46);
}

.hypercam-page .discovery-facts {
  --discovery-accent: var(--hc-green-dark);
  --discovery-ink: var(--hc-ink);
  --discovery-muted: var(--hc-muted);
  --discovery-line: var(--hc-line);
  background: radial-gradient(circle at 8% 0%, rgba(47, 206, 142, .12), transparent 32%), #f5f9f6;
}

.hc-section { padding: clamp(76px, 9vw, 126px) 0; }
.hc-section--dark { color: #effaf5; background: var(--hc-bg); }
.hc-section--soft { background: var(--hc-panel-soft); }
.hc-section__head { max-width: 760px; margin-bottom: 48px; }
.hc-section__head h2 {
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.hc-section__head p:not(.hc-kicker) { margin: 20px 0 0; color: var(--hc-muted); font-size: 1.07rem; line-height: 1.72; }
.hc-section--dark .hc-section__head p:not(.hc-kicker) { color: rgba(239, 250, 245, .62); }

.hc-trigger-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.hc-trigger {
  min-height: 285px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.hc-trigger__number { color: var(--hc-yellow); font: 800 .72rem/1 var(--font-display); letter-spacing: .12em; }
.hc-trigger h3 { margin: 58px 0 12px; color: #fff; font-size: 1.35rem; letter-spacing: -.03em; }
.hc-trigger p { margin: 0; color: rgba(239, 250, 245, .56); font-size: .92rem; line-height: 1.65; }

.hc-split { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); align-items: center; gap: clamp(54px, 8vw, 112px); }
.hc-split--reverse { grid-template-columns: minmax(420px, 1.1fr) minmax(0, .9fr); }
.hc-split__copy h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.hc-split__copy > p:not(.hc-kicker) { margin: 22px 0 0; color: var(--hc-muted); font-size: 1.06rem; line-height: 1.75; }
.hc-checks { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.hc-checks li { display: grid; grid-template-columns: 26px 1fr; gap: 11px; color: #36483f; line-height: 1.55; }
.hc-checks li::before { content: '✓'; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 8px; background: rgba(47, 206, 142, .14); color: var(--hc-green-dark); font-weight: 900; }

.hc-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hc-line);
  border-radius: 34px;
  background: #0a1813;
  box-shadow: 0 34px 84px rgba(7, 31, 22, .17);
}
.hc-shot img { display: block; width: 100%; height: auto; }
.hc-shot--phone { width: min(100%, 520px); margin: 0 auto; }
.hc-shot__caption { padding: 17px 20px; color: rgba(255, 255, 255, .62); font-size: .78rem; line-height: 1.5; background: #07120e; }

.hc-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 44px; }
.hc-route { padding: 24px; border: 1px solid var(--hc-line); border-radius: 22px; background: #fff; }
.hc-route span { color: var(--hc-green-dark); font: 800 .7rem/1 var(--font-display); letter-spacing: .11em; text-transform: uppercase; }
.hc-route h3 { margin: 34px 0 8px; font-size: 1.16rem; letter-spacing: -.025em; }
.hc-route p { margin: 0; color: var(--hc-muted); font-size: .88rem; line-height: 1.6; }

.hc-privacy { padding: clamp(70px, 8vw, 108px) 0; color: #effaf5; background: linear-gradient(150deg, #071a14, #0b3023); }
.hc-privacy__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr); gap: 40px; align-items: start; }
.hc-privacy h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.2rem); line-height: .96; letter-spacing: -.06em; }
.hc-privacy__lede { max-width: 690px; margin: 22px 0 0; color: rgba(239, 250, 245, .62); font-size: 1.08rem; line-height: 1.75; }
.hc-boundaries { display: grid; gap: 10px; }
.hc-boundary { padding: 20px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; background: rgba(255, 255, 255, .05); }
.hc-boundary strong { display: block; margin-bottom: 6px; color: #fff; font-size: .9rem; }
.hc-boundary span { color: rgba(239, 250, 245, .56); font-size: .82rem; line-height: 1.55; }

.hc-compare-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--hc-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 47, 36, .08);
}
.hc-compare-callout h2 { margin: 0; font-size: clamp(2rem, 4.2vw, 3.75rem); line-height: 1; letter-spacing: -.05em; }
.hc-compare-callout p { max-width: 740px; margin: 15px 0 0; color: var(--hc-muted); line-height: 1.7; }
.hc-compare-callout .hc-button { border-color: var(--hc-green-dark); color: #fff; background: var(--hc-green-dark); white-space: nowrap; }

.hc-faq { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(36px, 7vw, 92px); }
.hc-faq__intro h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.hc-faq__intro p { margin: 18px 0 0; color: var(--hc-muted); line-height: 1.7; }
.hc-faq__items details { border-top: 1px solid var(--hc-line); }
.hc-faq__items details:last-child { border-bottom: 1px solid var(--hc-line); }
.hc-faq__items summary { padding: 22px 34px 22px 0; cursor: pointer; font: 750 1.02rem/1.45 var(--font-display); list-style: none; }
.hc-faq__items summary::-webkit-details-marker { display: none; }
.hc-faq__items details p { margin: -4px 0 22px; color: var(--hc-muted); line-height: 1.72; }

.hc-release { padding: 104px 0; color: #fff; text-align: center; background: var(--hc-bg-deep); }
.hc-release__inner { max-width: 780px; margin: 0 auto; }
.hc-release h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .94; letter-spacing: -.065em; }
.hc-release p { margin: 22px auto 0; color: rgba(255, 255, 255, .58); line-height: 1.72; }
.hc-release .hc-hero__actions { justify-content: center; }

.hypercam-page .discovery-related { --discovery-accent: var(--hc-green-dark); }

.hc-editorial-hero {
  padding: 150px 0 82px;
  color: #f8fffb;
  background:
    radial-gradient(circle at 78% 10%, rgba(47, 206, 142, .22), transparent 32%),
    linear-gradient(145deg, #020b09, #071d16 58%, #0b3929);
}
.hc-editorial-hero__inner { max-width: 860px; }
.hc-editorial-hero h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .92; letter-spacing: -.065em; text-wrap: balance; }
.hc-editorial-hero__lede { max-width: 720px; margin: 24px 0 0; color: rgba(244, 255, 249, .66); font-size: clamp(1.05rem, 1.8vw, 1.24rem); line-height: 1.72; }
.hc-editorial-hero__meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hc-editorial-hero__meta span { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; color: rgba(255, 255, 255, .68); font-size: .76rem; }
.hc-press-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 36px 0 0; }
.hc-press-fact { padding: 20px; border: 1px solid var(--hc-line); border-radius: 20px; background: #fff; }
.hc-press-fact dt { color: var(--hc-green-dark); font: 800 .68rem/1 var(--font-display); letter-spacing: .1em; text-transform: uppercase; }
.hc-press-fact dd { margin: 12px 0 0; color: var(--hc-ink); font-size: .93rem; line-height: 1.55; }
.hc-asset-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hc-asset { overflow: hidden; border: 1px solid var(--hc-line); border-radius: 24px; background: #fff; box-shadow: 0 22px 60px rgba(15, 47, 36, .08); }
.hc-asset__visual { display: grid; min-height: 290px; place-items: center; padding: 22px; background: #07140f; }
.hc-asset__visual img { display: block; max-width: 100%; max-height: 360px; width: auto; height: auto; border-radius: 18px; }
.hc-asset__body { padding: 22px; }
.hc-asset__body h3 { margin: 0; font-size: 1.08rem; }
.hc-asset__body p { margin: 9px 0 0; color: var(--hc-muted); font-size: .84rem; line-height: 1.6; }
.hc-asset__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.hc-asset__links a { color: var(--hc-green-dark); font: 750 .8rem/1.3 var(--font-display); }
.hc-method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; counter-reset: method; }
.hc-method-step { counter-increment: method; padding: 24px; border: 1px solid var(--hc-line); border-radius: 22px; background: #fff; }
.hc-method-step::before { content: counter(method, decimal-leading-zero); display: block; margin-bottom: 30px; color: var(--hc-green-dark); font: 850 .72rem/1 var(--font-display); letter-spacing: .12em; }
.hc-method-step h3 { margin: 0; font-size: 1.15rem; }
.hc-method-step p { margin: 9px 0 0; color: var(--hc-muted); font-size: .9rem; line-height: 1.65; }
.hc-data-table { width: 100%; border-collapse: collapse; border: 1px solid var(--hc-line); border-radius: 18px; overflow: hidden; background: #fff; }
.hc-data-table th, .hc-data-table td { padding: 14px 16px; border-bottom: 1px solid var(--hc-line); text-align: left; vertical-align: top; font-size: .85rem; line-height: 1.55; }
.hc-data-table th { color: var(--hc-green-dark); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; background: #eef6f1; }
.hc-data-table tr:last-child td { border-bottom: 0; }
.hc-source-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.hc-source-list li { box-sizing: border-box; width: 100%; padding: 17px 18px; border-left: 3px solid var(--hc-green); background: #f1f7f3; color: #3f5148; line-height: 1.62; overflow-wrap: anywhere; }
.hc-source-list a { color: var(--hc-green-dark); font-weight: 750; }

@media (max-width: 980px) {
  .hc-hero { min-height: auto; }
  .hc-hero__grid, .hc-split, .hc-split--reverse, .hc-privacy__grid { grid-template-columns: 1fr; }
  .hc-hero__visual { max-width: 610px; margin: 0 auto; }
  .hc-trigger-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-press-facts, .hc-asset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-split--reverse .hc-shot { order: 2; }
}

@media (max-width: 700px) {
  .hc-hero { padding: 126px 0 70px; }
  .hc-hero__grid { grid-template-columns: minmax(0, 1fr); }
  .hc-hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hc-trigger-grid, .hc-route-grid, .hc-faq { grid-template-columns: 1fr; }
  .hc-press-facts, .hc-asset-grid, .hc-method-grid { grid-template-columns: 1fr; }
  .hc-data-table { display: block; overflow-x: auto; }
  .hc-trigger { min-height: 230px; }
  .hc-trigger h3 { margin-top: 36px; }
  .hc-compare-callout { grid-template-columns: 1fr; }
  .hc-compare-callout .hc-button { width: 100%; white-space: normal; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .hc-button { transition: none; }
}
