.hyranse-products-hero__lead {
  max-width: 60ch;
}

.hyranse-products-hub {
  padding: 0 0 var(--section-pad);
}

.hyranse-products-hub__label {
  margin-top: 48px;
}

.hyranse-products-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hyranse-products-hub__grid--secondary {
  grid-template-columns: repeat(3, 1fr);
}

.hyranse-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}

.hyranse-product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.hyranse-product-card--featured {
  border-color: rgba(2, 132, 199, 0.35);
  background: linear-gradient(180deg, var(--main-tint) 0%, var(--bg) 42%);
}

.hyranse-product-card--soon {
  opacity: 0.72;
}

.hyranse-product-card--soon:hover {
  transform: none;
  box-shadow: none;
}

.hyranse-product-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.hyranse-product-card h2,
.hyranse-product-card h3 {
  margin: 0;
}

.hyranse-product-card p {
  margin: 0;
  color: var(--text-muted);
}

.hyranse-product-card__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hyranse-product-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-body);
}

.hyranse-product-card__check {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  background: transparent;
  color: var(--main-color);
}

.hyranse-product-card__check svg {
  width: 16px;
  height: 16px;
}

.hyranse-product-card__status {
  margin-top: auto;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hyranse-products-cta {
  padding: var(--section-pad) 0;
  text-align: center;
  background: var(--bg-muted);
}

.hyranse-products-cta h2 {
  margin-bottom: 12px;
}

.hyranse-products-cta p {
  margin: 0 auto 24px;
  max-width: 52ch;
  color: var(--text-muted);
}

.hyranse-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.hyranse-breadcrumbs a {
  color: var(--main-color);
  text-decoration: none;
}

.hyranse-breadcrumbs a:hover {
  text-decoration: underline;
}

.hyranse-product-hero {
  padding: 48px 0 var(--section-pad);
  background: radial-gradient(ellipse 70% 55% at 50% 0%, var(--main-tint), transparent 62%);
}

.hyranse-product-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.hyranse-product-problem {
  padding: var(--section-pad) 0;
  background: var(--bg-page);
}

.hyranse-product-problem__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.hyranse-product-problem__grid p {
  margin: 0;
  color: var(--text-muted);
}

.hyranse-product-steps {
  padding: var(--section-pad) 0;
}

.hyranse-product-steps h2 {
  margin-bottom: 40px;
}

.hyranse-product-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hyranse-product-steps__grid article {
  padding: 28px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
}

.hyranse-product-steps__grid p {
  margin: 0;
  color: var(--text-muted);
}

.hyranse-product-preview-section {
  padding: var(--section-pad) 0;
  background: var(--bg-muted);
}

.hyranse-product-preview-section__header {
  max-width: 640px;
  margin-bottom: 32px;
}

.hyranse-product-preview-section__lead {
  margin: 0;
  color: var(--text-muted);
}

.hyranse-ai-preview__shell {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hyranse-ai-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-muted);
}

.hyranse-ai-preview__title {
  font-weight: 700;
  color: var(--text);
}

.hyranse-ai-preview__status {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--green-tint);
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
}

.hyranse-ai-preview__jd,
.hyranse-ai-preview__feedback,
.hyranse-ai-preview__results {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
}

.hyranse-ai-preview__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hyranse-ai-preview__jd p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.55;
}

.hyranse-ai-preview__feedback-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.hyranse-ai-preview__feedback-grid strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.hyranse-ai-preview__feedback-grid span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.hyranse-ai-preview__tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.hyranse-ai-preview__tag--medium {
  background: var(--amber-tint);
  color: var(--amber);
}

.hyranse-ai-preview__results {
  border-bottom: 0;
}

.hyranse-ai-preview table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.hyranse-ai-preview th,
.hyranse-ai-preview td {
  padding: 10px 8px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.hyranse-ai-preview th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

.hyranse-ai-preview td strong {
  display: block;
  color: var(--text);
}

.hyranse-ai-preview td span {
  display: block;
  margin-top: 2px;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.hyranse-ai-preview__fit {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.hyranse-ai-preview__fit--high {
  background: var(--green-tint);
  color: var(--green);
}

.hyranse-ai-preview__fit--mid {
  background: var(--amber-tint);
  color: var(--amber);
}

.hyranse-ai-preview__gaps {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.hyranse-product-benefits {
  padding: var(--section-pad) 0;
}

.hyranse-product-benefits h2 {
  text-align: center;
  margin-bottom: 40px;
}

.hyranse-product-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hyranse-product-benefit {
  padding: 24px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
}

.hyranse-product-benefit__icon {
  margin-bottom: 12px;
}

.hyranse-product-benefit p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.hyranse-product-audience {
  padding: var(--section-pad) 0;
  background: var(--bg-page);
}

.hyranse-product-pricing {
  padding: var(--section-pad) 0;
}

.hyranse-product-pricing h2 {
  margin-bottom: 32px;
}

.hyranse-product-pricing__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 760px;
}

.hyranse-product-pricing__card {
  position: relative;
  padding: 32px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
}

.hyranse-product-pricing__card--pro {
  border-color: rgba(2, 132, 199, 0.35);
  background: linear-gradient(180deg, var(--main-tint) 0%, var(--bg) 50%);
}

.hyranse-product-pricing__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.hyranse-product-pricing__price {
  margin: 0 0 20px;
  font-family: var(--font-brand);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text);
}

.hyranse-product-pricing__price span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
}

.hyranse-product-pricing__card ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hyranse-product-pricing__card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-body);
}

.hyranse-product-pricing__check {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  background: transparent;
  color: var(--main-color);
}

.hyranse-product-pricing__check svg {
  width: 16px;
  height: 16px;
}

.hyranse-product-pricing__note {
  margin: 24px 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.hyranse-product-compare {
  padding: var(--section-pad) 0;
  background: var(--bg-muted);
  text-align: center;
}

.hyranse-product-compare h2 {
  margin-bottom: 32px;
}

.hyranse-product-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 820px;
  margin-inline: auto;
  text-align: left;
}

.hyranse-product-compare__col {
  padding: 28px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
}

.hyranse-product-compare__col--highlight {
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: var(--shadow);
}

.hyranse-product-compare__col ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
}

.hyranse-product-compare__col li + li {
  margin-top: 8px;
}

.hyranse-product-compare__note {
  margin: 24px auto 0;
  max-width: 56ch;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.hyranse-product-spotlight {
  padding: var(--section-pad) 0;
  background: var(--bg-page);
}

.hyranse-product-spotlight__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hyranse-product-spotlight__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  transition: box-shadow var(--transition), transform var(--transition);
}

.hyranse-product-spotlight__card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.hyranse-product-spotlight__card--ai {
  border-color: rgba(2, 132, 199, 0.35);
  background: linear-gradient(180deg, var(--main-tint) 0%, var(--bg) 45%);
}

.hyranse-product-spotlight__card p {
  margin: 0;
  color: var(--text-muted);
}

.hyranse-product-spotlight__link {
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--main-color);
  text-decoration: none;
}

.hyranse-product-spotlight__link:hover {
  text-decoration: underline;
}

.hyranse-product-hero__note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 0;
  padding: 12px 14px;
  border-radius: var(--radius);
  background: var(--main-tint);
  color: var(--text-body);
  font-size: 0.92rem;
  max-width: 52ch;
}

.hyranse-product-hero__note-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  flex-shrink: 0;
  background: transparent;
  color: var(--main-color);
}

.hyranse-product-hero__note-icon svg {
  width: 20px;
  height: 20px;
}

.hyranse-ai-jd-demo {
  padding: var(--section-pad) 0;
  background: var(--bg-muted);
}

.hyranse-ai-jd-demo__lead {
  margin: 0 0 24px;
  max-width: 60ch;
  color: var(--text-muted);
}

.hyranse-ai-jd-demo__shell {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  box-shadow: var(--shadow);
}

.hyranse-ai-jd-demo__label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hyranse-ai-jd-demo__input {
  width: 100%;
  min-height: 120px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-body);
  background: var(--bg-page);
  resize: vertical;
}

.hyranse-ai-jd-demo__input:focus {
  outline: 2px solid var(--main-tint-strong);
  border-color: var(--main-color);
}

.hyranse-ai-jd-demo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hyranse-ai-jd-live {
  margin-bottom: 20px;
}

.hyranse-ai-jd-live__jd {
  padding: 16px 20px;
  border: 1px dashed rgba(2, 132, 199, 0.35);
  border-radius: var(--radius);
  background: var(--main-tint);
}

.hyranse-ai-jd-live__jd p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-body);
}

.hyranse-ai-detail__shell {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
}

.hyranse-ai-detail__panel {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
}

.hyranse-ai-detail__panel--log {
  grid-column: 1 / -1;
}

.hyranse-ai-detail__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.hyranse-ai-detail__metric strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hyranse-ai-detail__metric span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.hyranse-ai-detail__insight + .hyranse-ai-detail__insight {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.hyranse-ai-detail__insight strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  color: var(--text);
}

.hyranse-ai-detail__insight p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.hyranse-ai-detail__results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.hyranse-ai-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hyranse-ai-detail__action {
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg-muted);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
}

.hyranse-ai-detail__action--primary {
  border-color: rgba(2, 132, 199, 0.35);
  background: var(--main-tint);
  color: var(--main-color);
}

.hyranse-ai-detail__cards {
  display: grid;
  gap: 12px;
}

.hyranse-ai-detail__card {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-page);
}

.hyranse-ai-detail__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.hyranse-ai-detail__card-head strong {
  display: block;
  color: var(--text);
}

.hyranse-ai-detail__card-head span {
  display: block;
  margin-top: 2px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.hyranse-ai-detail__matches,
.hyranse-ai-detail__gaps {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
}

.hyranse-ai-detail__matches {
  color: var(--text-body);
}

.hyranse-ai-detail__gaps {
  margin-top: 6px;
  color: var(--text-muted);
}

.hyranse-ai-detail__log {
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hyranse-ai-detail__log li + li {
  margin-top: 8px;
}

.hyranse-ai-detail.is-animating .hyranse-ai-detail__card {
  animation: hyranse-ai-card-in 0.45s ease both;
}

.hyranse-ai-detail.is-animating .hyranse-ai-detail__card:nth-child(2) {
  animation-delay: 0.12s;
}

.hyranse-ai-detail.is-animating .hyranse-ai-detail__card:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes hyranse-ai-card-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hyranse-ai-use-case {
  padding: var(--section-pad) 0;
  background: var(--bg-page);
}

.hyranse-ai-use-case__card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  box-shadow: var(--shadow);
}

.hyranse-ai-use-case__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.hyranse-ai-use-case__meta strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hyranse-ai-use-case__meta span {
  font-size: 0.95rem;
  color: var(--text-body);
}

.hyranse-ai-use-case__quote {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid var(--main-color);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--main-tint);
}

.hyranse-ai-use-case__quote p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-body);
}

.hyranse-ai-use-case__quote footer {
  margin-top: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
}

.hyranse-ai-before-after,
.hyranse-ai-compare {
  padding: var(--section-pad) 0;
}

.hyranse-ai-before-after {
  background: var(--bg-muted);
}

.hyranse-ai-before-after__table-wrap,
.hyranse-ai-compare__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  box-shadow: var(--shadow);
}

.hyranse-ai-before-after__table,
.hyranse-ai-compare__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.hyranse-ai-before-after__table th,
.hyranse-ai-before-after__table td,
.hyranse-ai-compare__table th,
.hyranse-ai-compare__table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.hyranse-ai-before-after__table thead th,
.hyranse-ai-compare__table thead th {
  background: var(--bg-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.hyranse-ai-before-after__table tbody th,
.hyranse-ai-compare__table tbody th {
  width: 22%;
  color: var(--text);
  background: var(--bg-page);
}

.hyranse-ai-before-after__table td,
.hyranse-ai-compare__table td {
  color: var(--text-muted);
}

.hyranse-ai-before-after__table .is-highlight,
.hyranse-ai-compare__table .is-highlight {
  background: var(--main-tint);
  color: var(--text-body);
  font-weight: 500;
}

.hyranse-ai-trust {
  padding: 28px 0;
  background: var(--bg-page);
  border-block: 1px solid var(--border);
}

.hyranse-ai-trust__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hyranse-ai-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--text-body);
}

.hyranse-product-pricing--compact__body {
  max-width: 68ch;
  color: var(--text-muted);
  line-height: 1.6;
}

.hyranse-product-pricing--compact__body p {
  margin: 0 0 10px;
}

.hyranse-site--product .hyranse-faq {
  padding: var(--section-pad) 0;
  background: var(--bg-page);
}

.hyranse-sticky-cta--product {
  z-index: 190;
}

@media (max-width: 1024px) {
  .hyranse-ai-detail__shell {
    grid-template-columns: 1fr;
  }

  .hyranse-ai-detail__metrics {
    grid-template-columns: 1fr;
  }

  .hyranse-ai-use-case__meta {
    grid-template-columns: 1fr;
  }

  .hyranse-ai-trust__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hyranse-ai-jd-demo__actions {
    flex-direction: column;
  }

  .hyranse-ai-jd-demo__actions .hyranse-btn {
    width: 100%;
  }

  .hyranse-ai-detail__results-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

[data-theme='dark'] .hyranse-product-card,
[data-theme='dark'] .hyranse-product-benefit,
[data-theme='dark'] .hyranse-product-steps__grid article,
[data-theme='dark'] .hyranse-product-pricing__card,
[data-theme='dark'] .hyranse-product-compare__col,
[data-theme='dark'] .hyranse-product-spotlight__card,
[data-theme='dark'] .hyranse-ai-preview__shell,
[data-theme='dark'] .hyranse-ai-jd-demo__shell,
[data-theme='dark'] .hyranse-ai-detail__panel,
[data-theme='dark'] .hyranse-ai-use-case__card,
[data-theme='dark'] .hyranse-ai-before-after__table-wrap,
[data-theme='dark'] .hyranse-ai-compare__table-wrap,
[data-theme='dark'] .hyranse-ai-detail__card {
  background: var(--bg-muted);
  border-color: var(--border);
}

[data-theme='dark'] .hyranse-ai-jd-demo__input,
[data-theme='dark'] .hyranse-ai-before-after__table tbody th,
[data-theme='dark'] .hyranse-ai-compare__table tbody th {
  background: var(--bg-soft);
}

[data-theme='dark'] .hyranse-product-hero__note,
[data-theme='dark'] .hyranse-ai-jd-live__jd,
[data-theme='dark'] .hyranse-ai-use-case__quote {
  background: var(--main-tint);
}

@media (prefers-reduced-motion: reduce) {
  .hyranse-ai-detail.is-animating .hyranse-ai-detail__card {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .hyranse-product-hero__grid {
    grid-template-columns: 1fr;
  }

  .hyranse-products-hub__grid,
  .hyranse-products-hub__grid--secondary,
  .hyranse-product-benefits__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hyranse-product-steps__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hyranse-products-hub__grid,
  .hyranse-products-hub__grid--secondary,
  .hyranse-product-benefits__grid,
  .hyranse-product-problem__grid,
  .hyranse-product-pricing__cards,
  .hyranse-product-compare__grid,
  .hyranse-product-spotlight__grid {
    grid-template-columns: 1fr;
  }

  .hyranse-ai-preview__feedback-grid {
    grid-template-columns: 1fr;
  }

  .hyranse-ai-preview table {
    font-size: 0.78rem;
  }

  .hyranse-ai-preview th:nth-child(3),
  .hyranse-ai-preview td:nth-child(3),
  .hyranse-ai-preview th:nth-child(4),
  .hyranse-ai-preview td:nth-child(4) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hyranse-product-card:hover,
  .hyranse-product-spotlight__card:hover {
    transform: none;
  }
}

.hyranse-product-hero--developer {
  background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(15, 23, 42, 0.06), transparent 62%);
}

.hyranse-dev-preview {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #0f172a;
  color: #e2e8f0;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hyranse-dev-preview__tabs {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.hyranse-dev-preview__tabs button {
  padding: 4px 10px;
  border: 0;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
  background: transparent;
  cursor: pointer;
}

.hyranse-dev-preview__tabs button.is-active {
  background: rgba(56, 189, 248, 0.16);
  color: #38bdf8;
}

.hyranse-dev-preview__panel[hidden] {
  display: none;
}

.hyranse-dev-preview__code {
  margin: 0;
  padding: 18px 20px;
  font-size: 0.78rem;
  line-height: 1.55;
  overflow-x: auto;
  color: #cbd5e1;
}

.hyranse-dev-preview__response {
  padding: 14px 20px 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.65);
}

.hyranse-dev-preview__label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.hyranse-dev-preview__response p {
  margin: 0;
  font-size: 0.86rem;
  color: #e2e8f0;
}

.hyranse-dev-paths,
.hyranse-dev-shared,
.hyranse-dev-section {
  padding: var(--section-pad) 0;
}

.hyranse-dev-paths__grid,
.hyranse-dev-shared__grid,
.hyranse-dev-section__grid,
.hyranse-dev-use-cases__grid {
  display: grid;
  gap: 20px;
}

.hyranse-dev-paths__grid {
  grid-template-columns: repeat(2, 1fr);
}

.hyranse-dev-shared__grid {
  grid-template-columns: repeat(3, 1fr);
}

.hyranse-dev-section__grid {
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}

.hyranse-dev-use-cases__grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.hyranse-dev-path-card,
.hyranse-dev-shared__grid article,
.hyranse-dev-endpoints,
.hyranse-dev-mcp-tools,
.hyranse-dev-code-block,
.hyranse-dev-workflow,
.hyranse-dev-prompts,
.hyranse-dev-use-cases__grid article {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
}

.hyranse-dev-path-card--mcp {
  border-color: rgba(2, 132, 199, 0.35);
  background: linear-gradient(180deg, var(--main-tint) 0%, var(--bg) 45%);
}

.hyranse-dev-path-card__icon {
  margin-bottom: 12px;
}

.hyranse-dev-path-card p,
.hyranse-dev-shared__grid p,
.hyranse-dev-section__lead {
  margin: 0 0 16px;
  color: var(--text-muted);
}

.hyranse-dev-path-card ul,
.hyranse-dev-endpoint-list,
.hyranse-dev-tool-list,
.hyranse-dev-workflow ol {
  margin: 0;
  padding-left: 18px;
  color: var(--text-body);
}

.hyranse-dev-path-card li + li,
.hyranse-dev-workflow li + li {
  margin-top: 8px;
}

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

.hyranse-dev-endpoint-list,
.hyranse-dev-tool-list {
  list-style: none;
  padding: 0;
}

.hyranse-dev-endpoint-list li,
.hyranse-dev-tool-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.hyranse-dev-endpoint-list li:last-child,
.hyranse-dev-tool-list li:last-child {
  border-bottom: 0;
}

.hyranse-dev-tool-list span {
  margin-left: auto;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.hyranse-dev-method {
  display: inline-flex;
  min-width: 44px;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hyranse-dev-method--get {
  background: var(--green-tint);
  color: var(--green);
}

.hyranse-dev-method--post {
  background: var(--main-tint);
  color: var(--main-color);
}

.hyranse-dev-section__meta {
  margin: 20px 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.hyranse-dev-code-block h3,
.hyranse-dev-endpoints h3,
.hyranse-dev-mcp-tools h3,
.hyranse-dev-workflow h3,
.hyranse-dev-prompts h3,
.hyranse-dev-use-cases h3 {
  margin-top: 0;
}

.hyranse-dev-code-block pre {
  margin: 0;
  padding: 16px;
  border-radius: var(--radius);
  background: #0f172a;
  color: #cbd5e1;
  font-size: 0.76rem;
  line-height: 1.55;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.hyranse-dev-prompts blockquote {
  margin: 0 0 12px;
  padding: 14px 16px;
  border-left: 3px solid var(--main-color);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--main-tint);
  color: var(--text-body);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hyranse-dev-prompts blockquote:last-child {
  margin-bottom: 0;
}

.hyranse-dev-use-cases__grid article {
  text-align: center;
  font-weight: 600;
  color: var(--text-body);
}

[data-theme='dark'] .hyranse-dev-path-card,
[data-theme='dark'] .hyranse-dev-shared__grid article,
[data-theme='dark'] .hyranse-dev-endpoints,
[data-theme='dark'] .hyranse-dev-mcp-tools,
[data-theme='dark'] .hyranse-dev-code-block,
[data-theme='dark'] .hyranse-dev-workflow,
[data-theme='dark'] .hyranse-dev-prompts,
[data-theme='dark'] .hyranse-dev-use-cases__grid article {
  background: var(--bg-muted);
  border-color: var(--border);
}

@media (max-width: 1024px) {
  .hyranse-dev-paths__grid,
  .hyranse-dev-shared__grid,
  .hyranse-dev-section__grid,
  .hyranse-dev-use-cases__grid {
    grid-template-columns: 1fr;
  }

  .hyranse-dev-tool-list span {
    margin-left: 0;
    width: 100%;
  }
}

.hyranse-dev-subnav {
  position: sticky;
  top: 64px;
  z-index: 120;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

[data-theme='dark'] .hyranse-dev-subnav {
  background: rgba(15, 23, 42, 0.92);
}

.hyranse-dev-subnav__inner {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-block: 12px;
  scrollbar-width: none;
}

.hyranse-dev-subnav__inner::-webkit-scrollbar {
  display: none;
}

.hyranse-dev-subnav a {
  flex-shrink: 0;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  white-space: nowrap;
}

.hyranse-dev-subnav a.is-active,
.hyranse-dev-subnav a:hover {
  color: var(--main-color);
}

.hyranse-dev-quickstart {
  padding: var(--section-pad) 0;
  background: var(--bg-muted);
}

.hyranse-dev-quickstart__steps {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
}

.hyranse-dev-quickstart__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
}

.hyranse-dev-quickstart__steps h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.hyranse-dev-quickstart__steps p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
}

.hyranse-dev-quickstart__sep {
  margin-inline: 6px;
  color: var(--text-muted);
}

.hyranse-dev-copy-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hyranse-dev-copy-row code {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: var(--bg-muted);
  font-size: 0.82rem;
  word-break: break-all;
}

.hyranse-dev-copy-btn {
  flex-shrink: 0;
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-body);
  cursor: pointer;
}

.hyranse-dev-copy-btn.is-copied {
  border-color: var(--green);
  color: var(--green);
}

.hyranse-dev-code-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.hyranse-dev-code-block__head h3 {
  margin: 0;
}

.hyranse-dev-code-block--response {
  margin-top: 20px;
}

.hyranse-dev-docs-link {
  margin: 20px 0 0;
  color: var(--text-muted);
}

.hyranse-dev-section__grid--mcp {
  margin-bottom: 24px;
}

.hyranse-dev-mcp-clients {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 24px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.hyranse-dev-mcp-clients ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hyranse-dev-mcp-clients li {
  padding: 4px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg);
  font-size: 0.82rem;
}

.hyranse-dev-mcp-chat__shell {
  display: grid;
  gap: 12px;
}

.hyranse-dev-mcp-chat__msg {
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hyranse-dev-mcp-chat__msg span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hyranse-dev-mcp-chat__msg p {
  margin: 0;
}

.hyranse-dev-mcp-chat__msg--user {
  background: var(--main-tint);
}

.hyranse-dev-mcp-chat__msg--assistant {
  border: 1px solid var(--border);
  background: var(--bg);
}

.hyranse-dev-mcp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.hyranse-ai-compare__table--neutral .is-highlight {
  background: transparent;
  font-weight: inherit;
}

.hyranse-dev-credits {
  padding: var(--section-pad) 0;
  background: var(--bg-muted);
}

.hyranse-dev-credits__table {
  min-width: 520px;
}

.hyranse-dev-security {
  padding: var(--section-pad) 0;
}

.hyranse-dev-security__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hyranse-dev-security__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-body);
}

.hyranse-dev-crosslinks {
  padding: var(--section-pad) 0;
  background: var(--bg-page);
}

.hyranse-dev-crosslinks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.hyranse-dev-crosslinks__card {
  display: block;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hyranse-dev-crosslinks__card:hover {
  border-color: var(--main-color);
  box-shadow: var(--shadow);
}

.hyranse-dev-crosslinks__card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.hyranse-dev-crosslinks__card span {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

[data-theme='dark'] .hyranse-dev-quickstart__steps li,
[data-theme='dark'] .hyranse-dev-mcp-chat__msg--assistant,
[data-theme='dark'] .hyranse-dev-crosslinks__card {
  background: var(--bg-muted);
}

@media (max-width: 1024px) {
  .hyranse-dev-crosslinks__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hyranse-dev-subnav {
    top: 56px;
  }

  .hyranse-dev-mcp-actions .hyranse-btn {
    width: 100%;
  }
}

.hyranse-product-hero--extension {
  background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(2, 132, 199, 0.08), transparent 62%);
}

.hyranse-ext-trust {
  padding: 28px 0;
  background: var(--bg-page);
  border-bottom: 1px solid var(--border);
}

.hyranse-ext-preview {
  position: relative;
  display: grid;
  gap: 16px;
}

.hyranse-ext-preview__browser {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hyranse-ext-preview__toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--bg-muted);
  border-bottom: 1px solid var(--border);
}

.hyranse-ext-preview__toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.hyranse-ext-preview__url {
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--bg);
  font-size: 0.72rem;
  color: var(--text-muted);
}

.hyranse-ext-preview__page {
  padding: 20px;
}

.hyranse-ext-preview__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hyranse-ext-preview__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #38bdf8, #0284c7);
}

.hyranse-ext-preview__profile strong {
  display: block;
  font-size: 0.95rem;
}

.hyranse-ext-preview__profile span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.hyranse-ext-preview__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
}

.hyranse-ext-preview__panel {
  padding: 18px;
  border: 1px solid rgba(2, 132, 199, 0.35);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--main-tint) 0%, var(--bg) 55%);
  box-shadow: var(--shadow);
}

.hyranse-ext-preview__panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.hyranse-ext-preview__panel-head span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.hyranse-ext-preview__contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hyranse-ext-preview__contacts li {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: var(--bg);
  border: 1px solid var(--border);
}

.hyranse-ext-preview__type {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hyranse-ext-preview__contacts code {
  font-size: 0.82rem;
  color: var(--text-body);
  word-break: break-all;
}

.hyranse-ext-install {
  padding: var(--section-pad) 0;
  background: var(--bg-muted);
}

.hyranse-ext-install__card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  margin-top: 20px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  box-shadow: var(--shadow);
}

.hyranse-ext-install__card h3 {
  margin-top: 0;
}

.hyranse-ext-install__card p {
  color: var(--text-muted);
  line-height: 1.55;
}

.hyranse-ext-install__list {
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hyranse-ext-install__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--text-body);
}

.hyranse-ext-install__store {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: var(--bg-muted);
  border: 1px solid var(--border);
}

.hyranse-ext-install__store-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hyranse-ext-install__store code {
  font-size: 0.76rem;
  line-height: 1.5;
  word-break: break-all;
  color: var(--text-body);
}

.hyranse-ext-install__docs {
  margin: 16px 0 0;
  color: var(--text-muted);
}

[data-theme='dark'] .hyranse-ext-preview__browser,
[data-theme='dark'] .hyranse-ext-install__card,
[data-theme='dark'] .hyranse-ext-preview__contacts li {
  background: var(--bg-muted);
}

@media (max-width: 1024px) {
  .hyranse-ext-install__card {
    grid-template-columns: 1fr;
  }
}

.hyranse-ext-hero__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hyranse-ext-hero__icon {
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.hyranse-ext-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-body);
}

.hyranse-ext-hero__free-note {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--main-color);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--main-tint);
  line-height: 1.55;
}

.hyranse-ext-hero__free-note strong {
  display: block;
  margin-bottom: 4px;
}

.hyranse-ext-hero__free-note span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.hyranse-ext-social-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.hyranse-ext-social-proof__item {
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
}

.hyranse-ext-social-proof__item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.hyranse-ext-social-proof__item span {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.hyranse-ext-preview__hint {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
}

.hyranse-ext-preview.is-open .hyranse-ext-preview__hint {
  display: none;
}

.hyranse-ext-preview.is-open .hyranse-ext-preview__trigger {
  background: #0369a1;
}

.hyranse-ext-preview__panel:not([hidden]) {
  animation: hyranse-ext-panel-in 0.35s ease;
}

@keyframes hyranse-ext-panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hyranse-ext-demo {
  padding: var(--section-pad) 0;
  background: var(--bg-muted);
}

.hyranse-ext-demo__lead {
  max-width: 68ch;
  margin: 0 0 24px;
  color: var(--text-muted);
  line-height: 1.6;
}

.hyranse-ext-demo__shell {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  box-shadow: var(--shadow);
}

.hyranse-ext-demo__stage {
  position: relative;
  min-height: 220px;
  margin-bottom: 20px;
}

.hyranse-ext-demo__step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-page);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.hyranse-ext-demo__step.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hyranse-ext-demo__step--click.is-active {
  border-color: rgba(2, 132, 199, 0.45);
  background: var(--main-tint);
}

.hyranse-ext-demo__step--panel.is-active {
  border-color: rgba(2, 132, 199, 0.45);
}

.hyranse-ext-demo__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--main-color);
}

.hyranse-ext-demo__step p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.hyranse-ext-demo__step ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--text-body);
}

.hyranse-ext-demo__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hyranse-ext-personas {
  padding: var(--section-pad) 0;
  background: var(--bg-page);
}

.hyranse-ext-personas__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.hyranse-ext-personas__grid article {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
}

.hyranse-ext-personas__grid h3 {
  margin-top: 0;
}

.hyranse-ext-personas__grid p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
}

.hyranse-ext-testimonials {
  padding: var(--section-pad) 0;
  background: var(--bg-muted);
}

.hyranse-ext-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.hyranse-ext-testimonials__grid blockquote {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  line-height: 1.55;
}

.hyranse-ext-testimonials__grid footer {
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
}

.hyranse-ext-privacy {
  background: var(--bg-page);
}

.hyranse-ext-install__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.hyranse-ext-install__title-row h3 {
  margin: 0;
}

.hyranse-ext-workflow {
  padding: var(--section-pad) 0;
}

.hyranse-ext-workflow__steps {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hyranse-ext-workflow__steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg);
  counter-increment: workflow;
}

.hyranse-ext-workflow__steps {
  counter-reset: workflow;
}

.hyranse-ext-workflow__steps li::before {
  content: counter(workflow);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--main-tint);
  color: var(--main-color);
  font-size: 0.82rem;
  font-weight: 700;
  grid-row: span 2;
}

.hyranse-ext-workflow__steps strong {
  display: block;
}

.hyranse-ext-workflow__steps span {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hyranse-ext-workflow__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.hyranse-sticky-cta--extension .hyranse-sticky-cta__inner {
  align-items: center;
}

.hyranse-sticky-cta__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hyranse-sticky-cta__brand p {
  margin: 0;
}

[data-theme='dark'] .hyranse-ext-social-proof__item,
[data-theme='dark'] .hyranse-ext-personas__grid article,
[data-theme='dark'] .hyranse-ext-testimonials__grid blockquote,
[data-theme='dark'] .hyranse-ext-workflow__steps li,
[data-theme='dark'] .hyranse-ext-demo__shell {
  background: var(--bg-muted);
}

@media (max-width: 1024px) {
  .hyranse-ext-social-proof,
  .hyranse-ext-personas__grid,
  .hyranse-ext-testimonials__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hyranse-sticky-cta--extension .hyranse-sticky-cta__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .hyranse-ext-demo__controls .hyranse-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hyranse-ext-preview__panel:not([hidden]),
  .hyranse-ext-demo__step {
    animation: none;
    transition: none;
  }
}
