.hero-shell {
  position: relative;
  overflow: hidden;
  padding: 144px 0 112px;
}

.home-hero {
  background:
    radial-gradient(circle at top right, rgba(115, 121, 131, 0.12) 0%, transparent 34%),
    linear-gradient(180deg, #f7f5f1 0%, #efede8 100%);
}

.hero-shell.hero-inverse {
  color: var(--text-inverse);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 24%, transparent 44%),
    linear-gradient(180deg, #72767f 0%, #62666f 58%, #555962 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.home-hero-grid {
  gap: 56px;
}

.home-copy h1 {
  max-width: 760px;
  font-size: clamp(2.2rem, 3.3vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.022em;
}

.home-copy .hero-copy {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.82;
}

.hero-visual-shell {
  position: relative;
  padding: 42px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid var(--border-inverse);
  box-shadow: var(--shadow-strong);
}

.home-visual-shell {
  padding: 34px;
  border-color: rgba(17, 17, 17, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 247, 244, 0.94) 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.08);
}

.home-visual-stage {
  position: relative;
  min-height: 390px;
  border-radius: 28px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(118, 123, 133, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(237, 235, 230, 0.94));
  overflow: hidden;
}

.home-visual-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.home-visual-stage svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-visual-stage rect,
.home-visual-stage circle,
.home-visual-stage line {
  fill: rgba(255, 255, 255, 0.2);
  stroke: rgba(77, 81, 89, 0.24);
  stroke-width: 1.5;
}

.home-signal {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(17, 17, 17, 0.74);
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  backdrop-filter: blur(12px);
}

.home-signal-top-left {
  left: 26px;
  top: 30px;
}

.home-signal-top-right {
  right: 26px;
  top: 30px;
}

.home-signal-bottom-left {
  left: 26px;
  bottom: 30px;
}

.home-signal-bottom-right {
  right: 26px;
  bottom: 30px;
}

.home-signal-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-visual-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.home-visual-metric {
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.home-visual-metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-note-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.home-note {
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.home-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-badge {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border-inverse);
  color: rgba(244, 244, 242, 0.76);
  font-size: 0.92rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.hero-metric {
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-metric strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.5rem;
}

.page-hero {
  padding: 132px 0 56px;
}

.page-hero.hero-inverse {
  background: linear-gradient(180deg, #747882 0%, #646871 100%);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: end;
}

.features-copy h1 {
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.14;
}

.features-copy .page-summary {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.82;
}

.page-hero-panel {
  padding: 28px 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.74);
}

.hero-inverse .page-hero-panel {
  border-color: var(--border-inverse);
  background: rgba(255, 255, 255, 0.04);
}

.features-hero-visual {
  min-height: 350px;
}

.orbit-points,
.path-list,
.compare-list,
.contact-list {
  display: grid;
  gap: 14px;
}

.orbit-point,
.path-step,
.compare-item,
.contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.orbit-point::before,
.path-step::before,
.compare-item::before,
.contact-item::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--text-primary);
  flex-shrink: 0;
}

.hero-inverse .orbit-point::before,
.section-dark .path-step::before,
.section-dark .compare-item::before {
  background: var(--text-inverse);
}

.compare-grid .metric-card {
  min-height: 220px;
}

.demo-panel {
  min-height: 340px;
  display: grid;
  align-content: center;
  gap: 18px;
}

.demo-wave {
  height: 180px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-inverse);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.18) 0%, transparent 58%);
}

.quote-panel {
  position: relative;
  padding-left: 34px;
}

.quote-panel::before {
  content: "“";
  position: absolute;
  left: 14px;
  top: 18px;
  font-size: 2rem;
  color: var(--text-muted);
}

.job-list {
  gap: 18px;
}

.job-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
}

.job-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: rgba(17, 17, 17, 0.05);
  color: var(--text-secondary);
  font-size: 0.88rem;
}

.section-dark .job-meta span {
  border-color: var(--chip-dark-border);
  background: var(--chip-dark-bg);
  color: var(--label-dark-text);
}

.contact-panel {
  display: grid;
  gap: 20px;
}

.solution-hero-panel {
  overflow: hidden;
}

.solution-copy h1 {
  max-width: 720px;
  font-size: clamp(2.05rem, 3.1vw, 2.8rem);
  line-height: 1.13;
}

.solutions-copy h1 {
  max-width: 760px;
  font-size: clamp(2rem, 3.05vw, 2.78rem);
  line-height: 1.14;
}

.solution-copy .page-summary {
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.82;
}

.solutions-copy .page-summary {
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.82;
}

.solution-copy .breadcrumb {
  margin-bottom: 42px;
}

.solutions-copy .breadcrumb {
  margin-bottom: 42px;
}

.solution-copy .page-actions {
  margin-top: 40px;
}

.solutions-logic-grid {
  display: grid;
  gap: 18px;
}

.solutions-logic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-copy h1 {
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 2.76rem);
  line-height: 1.14;
}

.case-copy .page-summary {
  max-width: 610px;
  font-size: 1rem;
  line-height: 1.82;
}


.about-copy h1 {
  max-width: 760px;
  font-size: clamp(2rem, 2.95vw, 2.72rem);
  line-height: 1.15;
}

.about-copy .page-summary {
  max-width: 610px;
  font-size: 1rem;
  line-height: 1.82;
}


.careers-copy h1 {
  max-width: 760px;
  font-size: clamp(1.95rem, 2.9vw, 2.65rem);
  line-height: 1.15;
}

.careers-copy .page-summary {
  max-width: 610px;
  font-size: 1rem;
  line-height: 1.82;
}

.solution-hero-visual {
  min-height: 370px;
  margin: 10px 0 30px;
}

.solution-hero-visual::before {
  border-radius: calc(var(--radius-md) - 8px);
}

.signal-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.7);
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  backdrop-filter: blur(12px);
}

.signal-node-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.signal-node-top-left {
  left: 24px;
  top: 26px;
}

.signal-node-top-right {
  right: 24px;
  top: 26px;
}

.signal-node-bottom-left {
  left: 24px;
  bottom: 26px;
}

.signal-node-bottom-right {
  right: 24px;
  bottom: 26px;
}

.solution-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 40px;
  align-items: stretch;
}

.path-list {
  max-width: none;
  display: grid;
  gap: 0;
}

.path-list .path-step {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.path-list .path-step:first-child {
  padding-top: 0;
  border-top: 0;
}

.path-step .metric-value {
  display: block;
  margin-bottom: 12px;
  font-size: 0.96rem;
  letter-spacing: 0.18em;
  color: rgba(244, 243, 240, 0.48);
}

.solution-delivery {
  display: grid;
  gap: 22px;
  min-height: 100%;
  padding: 34px;
}

.solution-delivery h3 {
  margin-bottom: 0;
  font-size: 1.42rem;
  line-height: 1.28;
}

.delivery-stack {
  display: grid;
  gap: 14px;
}

.delivery-strip {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
}

.delivery-strip strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text-inverse);
}

.solution-issue-grid {
  gap: 18px;
}

.solution-issue-card,
.solution-value-card {
  padding: 36px;
  min-height: 220px;
}

.solution-proof-panel {
  padding-top: 42px;
  padding-bottom: 42px;
}

.quote-panel .cta-actions,
.contact-panel .cta-actions {
  margin-top: 24px;
}

/* Shared semantic hero system */
.hero-surface-light,
.features-page-hero,
.solutions-page-hero,
.case-page-hero,
.about-page-hero,
.careers-page-hero,
.solution-page-hero {
  background:
    radial-gradient(circle at top right, rgba(113, 118, 128, 0.12) 0%, transparent 34%),
    linear-gradient(180deg, #f7f5f1 0%, #efede8 100%);
}

.hero-grid-wide,
.features-hero-grid,
.solutions-hero-grid,
.case-hero-grid,
.about-hero-grid,
.careers-hero-grid,
.solution-hero-grid {
  gap: 56px;
  align-items: center;
}

.hero-copy-block .breadcrumb {
  margin-bottom: 42px;
}

.panel-elevated,
.hero-panel-elevated,
.features-hero-panel,
.solutions-hero-panel,
.case-hero-panel,
.about-hero-panel,
.careers-hero-panel,
.solution-hero-panel {
  padding: 34px 36px;
  border-color: rgba(17, 17, 17, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 248, 245, 0.88) 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.07);
}

.panel-visual,
.hero-visual-panel,
.features-hero-visual,
.solutions-hero-visual,
.case-hero-visual,
.about-hero-visual,
.careers-hero-visual,
.solution-hero-visual {
  position: relative;
  min-height: 360px;
  margin-bottom: 28px;
  border-radius: 28px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(122, 127, 137, 0.14), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(240, 238, 234, 0.97));
  overflow: hidden;
}

.panel-visual::before,
.hero-visual-panel::before,
.features-hero-visual::before,
.solutions-hero-visual::before,
.case-hero-visual::before,
.about-hero-visual::before,
.careers-hero-visual::before,
.solution-hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.panel-visual svg,
.hero-visual-panel svg,
.features-hero-visual svg,
.solutions-hero-visual svg,
.case-hero-visual svg,
.about-hero-visual svg,
.careers-hero-visual svg,
.solution-hero-visual svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.panel-visual rect,
.panel-visual circle,
.panel-visual line,
.hero-visual-panel rect,
.hero-visual-panel circle,
.hero-visual-panel line,
.features-hero-visual rect,
.features-hero-visual circle,
.features-hero-visual line,
.solutions-hero-visual rect,
.solutions-hero-visual circle,
.solutions-hero-visual line,
.case-hero-visual rect,
.case-hero-visual circle,
.case-hero-visual line,
.about-hero-visual rect,
.about-hero-visual circle,
.about-hero-visual line,
.careers-hero-visual rect,
.careers-hero-visual circle,
.careers-hero-visual line,
.solution-hero-visual rect,
.solution-hero-visual circle,
.solution-hero-visual line {
  fill: rgba(255, 255, 255, 0.22);
  stroke: rgba(77, 81, 89, 0.24);
  stroke-width: 1.5;
}

.signal-chip,
.features-signal,
.solutions-signal,
.case-signal,
.about-signal,
.careers-signal,
.signal-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(17, 17, 17, 0.74);
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  backdrop-filter: blur(12px);
}

.signal-pos-top-left {
  left: 24px;
  top: 28px;
}

.signal-pos-top-right {
  right: 24px;
  top: 28px;
}

.signal-pos-bottom-left {
  left: 24px;
  bottom: 28px;
}

.signal-pos-bottom-right {
  right: 24px;
  bottom: 28px;
}

.signal-pos-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.note-grid,
.hero-note-grid,
.features-hero-notes,
.solutions-hero-notes,
.case-hero-notes,
.about-hero-notes,
.careers-hero-notes,
.solution-hero-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.note-item,
.hero-note-item,
.features-hero-note,
.solutions-hero-note,
.case-hero-note,
.about-hero-note,
.careers-hero-note,
.solution-hero-note {
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.note-item strong,
.hero-note-item strong,
.features-hero-note strong,
.solutions-hero-note strong,
.case-hero-note strong,
.about-hero-note strong,
.careers-hero-note strong,
.solution-hero-note strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.94rem;
  font-weight: 600;
}

@media (max-width: 980px) {
  .hero-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-visual-stage {
    min-height: 320px;
  }

  .panel-visual,
  .features-hero-visual {
    min-height: 320px;
  }

  .home-note-row,
  .home-visual-footer,
  .note-grid,
  .features-hero-notes,
  .solutions-hero-notes,
  .solutions-logic-grid,
  .solution-layout {
    grid-template-columns: 1fr;
  }

  .solution-hero-visual {
    min-height: 320px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .solution-hero-notes {
    grid-template-columns: 1fr;
  }

  .job-card {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  .signal-chip,
  .signal-node {
    font-size: 0.78rem;
  }

  .signal-pos-center,
  .signal-node-center {
    max-width: 180px;
    text-align: center;
  }

  .home-copy h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.7rem);
  }

  .features-copy h1 {
    font-size: clamp(1.82rem, 7.9vw, 2.45rem);
  }

  .solutions-copy h1 {
    font-size: clamp(1.82rem, 7.9vw, 2.46rem);
  }

  .case-copy h1 {
    font-size: clamp(1.82rem, 7.9vw, 2.46rem);
  }

  .about-copy h1 {
    font-size: clamp(1.82rem, 7.8vw, 2.42rem);
  }

  .careers-copy h1 {
    font-size: clamp(1.78rem, 7.6vw, 2.36rem);
  }

  .solution-copy h1 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }
}
