:root {
  --ha-v2-navy: #071b35;
  --ha-v2-navy-2: #0e2b50;
  --ha-v2-blue: #1667e8;
  --ha-v2-teal: #087d80;
  --ha-v2-gold: #c79c52;
  --ha-v2-ink: #14243a;
  --ha-v2-muted: #5f7086;
  --ha-v2-line: #dbe7f5;
  --ha-v2-soft: #f6f8fb;
  --ha-v2-white: #ffffff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body.harassment-ai-page {
  overflow-x: clip;
  color: var(--ha-v2-ink);
  background: var(--ha-v2-white);
  line-height: 1.8;
  letter-spacing: 0;
  padding-bottom: 72px;
}

body.harassment-ai-page img {
  max-width: 100%;
  height: auto;
}

body.harassment-ai-page h1,
body.harassment-ai-page h2,
body.harassment-ai-page h3 {
  margin-top: 0;
  color: var(--ha-v2-navy);
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

body.harassment-ai-page p,
body.harassment-ai-page li,
body.harassment-ai-page label,
body.harassment-ai-page input,
body.harassment-ai-page select,
body.harassment-ai-page textarea,
body.harassment-ai-page button {
  letter-spacing: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100100;
  padding: 10px 14px;
  color: #fff;
  background: var(--ha-v2-navy);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.ha-v2-hero,
.ha-v2-section,
.ha-v2-proof {
  position: relative;
  width: 100%;
}

.ha-v2-hero {
  padding: clamp(56px, 7vw, 96px) 0 clamp(44px, 5vw, 68px);
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--ha-v2-line);
}

.ha-v2-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 5vw, 60px);
  align-items: start;
}

.ha-v2-hero__grid::before,
.ha-v2-hero__grid::after,
.ha-v2-patent__grid::before,
.ha-v2-patent__grid::after {
  display: none;
}

.ha-v2-hero__copy {
  min-width: 0;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.ha-v2-hero__copy .ha-v2-lead {
  margin-right: auto;
  margin-left: auto;
}

.ha-v2-hero__copy .ha-v2-actions {
  justify-content: center;
}

.ha-v2-kicker,
.ha-v2-index {
  display: block;
  margin-bottom: 14px;
  color: var(--ha-v2-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ha-v2-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.7vw, 68px);
}

.ha-v2-lead {
  max-width: 850px;
  margin: 0;
  color: var(--ha-v2-muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.9;
}

.ha-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.ha-v2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--ha-v2-navy);
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.ha-v2-button:hover,
.ha-v2-button:focus {
  text-decoration: none;
}

.ha-v2-button--navy {
  color: #fff;
  background: var(--ha-v2-navy);
}

.ha-v2-button--blue {
  color: #fff;
  background: var(--ha-v2-blue);
  border-color: var(--ha-v2-blue);
}

.ha-v2-button--outline {
  color: var(--ha-v2-navy);
  background: #fff;
}

.ha-v2-hero__media,
.ha-v2-wide-media,
.ha-v2-patent__page,
.ha-v2-architecture {
  margin: 0;
}

.ha-v2-hero__media img {
  display: block;
  width: 100%;
  border: 1px solid var(--ha-v2-line);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(17, 48, 86, .13);
}

.ha-v2-hero__media {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.ha-v2-hero__media figcaption,
.ha-v2-wide-media figcaption,
.ha-v2-patent__page figcaption,
.ha-v2-note {
  margin-top: 10px;
  color: #687b91;
  font-size: 12px;
  line-height: 1.7;
}

.ha-v2-proof {
  padding: 22px 0;
  border-top: 1px solid var(--ha-v2-line);
  border-bottom: 1px solid var(--ha-v2-line);
  background: #fff;
}

.ha-v2-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

/* Bootstrap's clearfix pseudo-elements otherwise occupy grid cells. */
.ha-v2-proof__grid::before,
.ha-v2-proof__grid::after {
  display: none;
  content: none;
}

.ha-v2-proof__grid > div {
  display: flex;
  min-height: 64px;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 8px 24px;
  border-left: 2px solid var(--ha-v2-line);
}

.ha-v2-proof strong,
.ha-v2-proof span {
  display: block;
}

.ha-v2-proof strong {
  color: var(--ha-v2-navy);
  font-size: 15px;
}

.ha-v2-proof span {
  color: var(--ha-v2-muted);
  font-size: 13px;
}

.ha-v2-section {
  padding: clamp(70px, 8vw, 112px) 0;
  background: #fff;
}

.ha-v2-section--soft {
  background: var(--ha-v2-soft);
}

.ha-v2-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

.ha-v2-heading h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.6vw, 50px);
  text-wrap: balance;
}

.ha-v2-heading p {
  color: var(--ha-v2-muted);
}

.ha-v2-grid {
  display: grid;
  gap: 18px;
}

.ha-v2-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ha-v2-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ha-v2-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ha-v2-card {
  position: relative;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--ha-v2-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 50, 91, .06);
}

.ha-v2-card h3 {
  margin-bottom: 14px;
  font-size: 21px;
}

.ha-v2-card p {
  margin: 0;
  color: var(--ha-v2-muted);
  text-wrap: pretty;
}

.ha-v2-route {
  min-height: 250px;
  color: inherit;
  text-decoration: none;
}

.ha-v2-route:hover,
.ha-v2-route:focus,
.ha-v2-stack-links a:hover,
.ha-v2-stack-links a:focus {
  color: inherit;
  border-color: #9fc4f3;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(17, 50, 91, .12);
}

.ha-v2-route strong {
  position: absolute;
  right: 26px;
  bottom: 24px;
  color: var(--ha-v2-blue);
}

.ha-v2-card__number {
  display: block;
  margin-bottom: 20px;
  color: var(--ha-v2-blue);
  font-size: 25px;
  font-weight: 700;
}

.ha-v2-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ha-v2-stats article {
  padding: 28px;
  border: 1px solid var(--ha-v2-line);
  border-radius: 8px;
  background: #fff;
}

.ha-v2-stats strong {
  display: block;
  color: var(--ha-v2-blue);
  font-size: 40px;
  line-height: 1;
}

.ha-v2-stats p {
  margin: 16px 0 0;
  color: var(--ha-v2-muted);
}

.ha-v2-wide-media {
  margin-top: 36px;
}

.ha-v2-wide-media img {
  display: block;
  width: 100%;
  border: 1px solid var(--ha-v2-line);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(17, 50, 91, .10);
}

.ha-v2-card--muted {
  background: #eef2f7;
}

.ha-v2-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-v2-checklist li {
  position: relative;
  margin: 12px 0;
  padding-left: 24px;
}

.ha-v2-checklist li::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ha-v2-blue);
  content: "";
}

.ha-v2-checklist--muted li::before {
  background: #69798e;
}

.ha-v2-patent {
  color: #fff;
  background: var(--ha-v2-navy);
}

.ha-v2-patent__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  grid-template-areas: "content document";
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.ha-v7-patent__content {
  grid-area: content;
  min-width: 0;
}

.ha-v2-patent__page {
  grid-area: document;
}

body.harassment-ai-page .ha-v2-heading--light h2,
body.harassment-ai-page .ha-v2-patent h3,
body.harassment-ai-page .ha-v2-contact h2 {
  color: #fff;
}

.ha-v2-heading--light .ha-v2-index,
.ha-v2-patent .ha-v2-index,
.ha-v2-contact .ha-v2-index {
  color: #9cc6ff;
}

.ha-v2-patent .ha-v2-lead,
.ha-v2-contact p {
  color: #d2e0ef;
}

.ha-v2-patent__page {
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
}

.ha-v2-patent__page a,
.ha-v2-patent__page img {
  display: block;
}

.ha-v2-patent__page a {
  color: var(--ha-v2-navy);
  font-weight: 700;
  text-decoration: none;
}

.ha-v2-patent__page a > span {
  display: block;
  padding: 12px 4px 0;
}

.ha-v2-patent__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.ha-v2-patent__points > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
}

.ha-v2-patent__points strong,
.ha-v2-patent__points span {
  display: block;
}

.ha-v2-patent__points span {
  margin-top: 4px;
  color: #b9cce3;
  font-size: 13px;
}

.ha-v2-patent .ha-claims {
  border-top: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
}

.ha-v2-patent .ha-claims summary {
  padding: 18px 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.ha-v2-patent .ha-claims__body {
  padding: 0 0 16px;
}

.ha-v2-patent .ha-claims__body section {
  margin-top: 22px;
}

.ha-v2-patent .ha-claims__body p {
  color: #d8e5f4;
}

.ha-v2-patent__note {
  margin-top: 18px;
  color: #b9cce3;
  font-size: 12px;
}

#application-layer,
#device-makers,
#patent,
#architecture,
#contact {
  scroll-margin-top: 112px;
}

.ha-v2-anchor {
  position: absolute;
  top: 0;
}

.ha-v2-domain-split {
  margin-top: 34px;
}

.ha-v2-domain-card {
  min-height: 285px;
  padding-top: 32px;
}

.ha-v2-domain-card > span,
.ha-v2-stack-links .ha-v2-card > span {
  display: block;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
}

.ha-v2-domain-card--ip {
  border-top: 4px solid var(--ha-v2-blue);
}

.ha-v2-domain-card--ip > span {
  color: var(--ha-v2-blue);
}

.ha-v2-domain-card--dev {
  border-top: 4px solid var(--ha-v2-teal);
}

.ha-v2-domain-card--dev > span {
  color: var(--ha-v2-teal);
}

.ha-v2-text-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--ha-v2-blue);
  font-weight: 700;
  text-decoration: none;
}

.ha-v2-wide-media--application {
  margin-top: 44px;
}

.ha-v2-module {
  min-height: 240px;
  padding-top: 58px;
}

.ha-v2-module > span {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #d8e5f5;
  font-size: 34px;
  font-weight: 700;
}

.ha-v2-project {
  display: flex;
  flex-direction: column;
  min-height: 285px;
}

.ha-v2-project a {
  margin-top: auto;
  color: var(--ha-v2-blue);
  font-weight: 700;
  text-decoration: none;
}

.ha-v2-architecture img {
  display: block;
  width: 100%;
  border: 1px solid var(--ha-v2-line);
  border-radius: 8px;
  background: #fff;
}

.ha-v2-scenes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ha-v2-scene {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ha-v2-line);
  border-radius: 8px;
  background: #fff;
}

.ha-v2-scene img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ha-v2-scene > div {
  padding: 18px;
}

.ha-v2-scene h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.ha-v2-scene p {
  margin: 0;
  color: var(--ha-v2-muted);
  font-size: 13px;
}

.ha-v2-stack-links a {
  color: inherit;
  text-decoration: none;
}

.ha-v2-stack-links a > span {
  color: var(--ha-v2-blue);
}

.ha-v2-stack-links a strong {
  display: block;
  margin-top: 18px;
  color: var(--ha-v2-blue);
}

.ha-v2-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-v2-steps li {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--ha-v2-line);
  border-radius: 8px;
  background: #fff;
}

.ha-v2-steps li > span {
  display: block;
  margin-bottom: 14px;
  color: var(--ha-v2-blue);
  font-size: 34px;
  font-weight: 700;
}

.ha-v2-steps p {
  color: var(--ha-v2-muted);
}

.ha-v2-faq details {
  border-bottom: 1px solid var(--ha-v2-line);
}

.ha-v2-faq summary {
  position: relative;
  padding: 22px 46px 22px 0;
  color: var(--ha-v2-navy);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.ha-v2-faq details p {
  max-width: 900px;
  padding: 0 0 22px;
  color: var(--ha-v2-muted);
}

.ha-v2-contact {
  color: #fff;
  background: var(--ha-v2-navy-2);
}

.ha-v2-contact-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  text-align: center;
  background: #071b35;
}

.ha-v2-contact-panel h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.45;
}

.ha-v2-contact-panel p {
  max-width: 560px;
  margin: 0 auto 24px;
}

.ha-v2-contact-panel .ha-v2-button {
  min-width: 200px;
}

.ha-v2-form {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #071b35;
}

.ha-v2-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ha-v2-form label,
.ha-v2-form legend {
  display: block;
  color: #fff;
  font-weight: 700;
}

.ha-v2-form em {
  color: #9cc6ff;
  font-size: 11px;
  font-style: normal;
}

.ha-v2-form input,
.ha-v2-form select,
.ha-v2-form textarea {
  display: block;
  width: 100%;
  min-height: 46px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #a6bed8;
  border-radius: 4px;
  color: var(--ha-v2-ink);
  background: #fff;
}

.ha-v2-form textarea {
  min-height: 96px;
  resize: vertical;
}

.ha-v2-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ha-v2-form__full {
  grid-column: 1 / -1;
}

.ha-v2-radio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.ha-v2-radio-grid label {
  display: flex;
  align-items: flex-start;
  min-height: 56px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 4px;
  font-size: 13px;
}

.ha-v2-radio-grid input {
  flex: 0 0 auto;
  width: auto;
  min-height: auto;
  margin: 4px 8px 0 0;
}

.ha-v2-form__notice {
  margin: 22px 0;
  padding: 12px 14px;
  border-left: 3px solid #9cc6ff;
  color: #d4e4f5;
  font-size: 13px;
}

.ha-v2-text-link--light {
  margin-left: 18px;
  color: #b8d5ff;
}

.ha-v2-form__status {
  margin-top: 18px;
  color: #d9eaff;
  font-weight: 700;
}

.ha-v2-sticky {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 990;
  display: flex;
  gap: 2px;
  padding: 5px;
  border: 1px solid var(--ha-v2-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 42px rgba(5, 28, 59, .24);
}

.ha-v2-sticky a {
  min-width: 86px;
  padding: 10px 12px;
  color: var(--ha-v2-navy);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ha-v2-sticky .ha-v2-sticky__main {
  color: #fff;
  border-radius: 3px;
  background: var(--ha-v2-blue);
}

.footer_area {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .ha-v2-grid--4,
  .ha-v2-stack-links,
  .ha-v2-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ha-v2-scenes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ha-v2-patent__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "document"
      "content";
  }

  .ha-v2-hero__media {
    max-width: 900px;
  }

  .ha-v2-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ha-v2-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
  }

  .ha-v2-patent__page {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 24px; }

  body.harassment-ai-page { padding-bottom: 70px; }

  .ha-v2-hero { padding-top: 48px; }

  .ha-v2-hero h1 { font-size: clamp(34px, 10vw, 46px); }

  .ha-v2-actions { flex-direction: column; }

  .ha-v2-button { width: 100%; }

  .ha-v2-grid--2,
  .ha-v2-grid--3,
  .ha-v2-grid--4,
  .ha-v2-stats,
  .ha-v2-scenes,
  .ha-v2-steps,
  .ha-v2-form__grid,
  .ha-v2-radio-grid {
    grid-template-columns: 1fr;
  }

  .ha-v2-proof__grid > div { padding: 8px 14px; }

  .ha-v2-card,
  .ha-v2-stats article,
  .ha-v2-steps li { padding: 22px; }

  .ha-v2-route,
  .ha-v2-domain-card,
  .ha-v2-project,
  .ha-v2-module { min-height: 0; }

  .ha-v2-route strong {
    position: static;
    display: block;
    margin-top: 20px;
  }

  .ha-v2-patent__points { grid-template-columns: 1fr; }

  .ha-v2-form__full { grid-column: auto; }

  .ha-v2-text-link--light {
    display: block;
    margin: 18px 0 0;
  }

  .ha-v2-sticky {
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .ha-v2-sticky a {
    flex: 1 1 33.333%;
    min-width: 0;
    padding: 10px 4px;
  }
}

@media (max-width: 420px) {
  .ha-v2-proof__grid { grid-template-columns: 1fr; }
  .ha-v2-proof__grid > div { border-left-width: 3px; }
  .ha-v2-section { padding: 64px 0; }
  .ha-v2-heading h2 { font-size: 30px; }
  .ha-v2-hero__copy br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Application Layer v3: review-only visual expansion. */
.ha-v3-application { overflow: hidden; }
.ha-v3-hero-media,
.ha-v3-middle-media,
.ha-v3-device-overview {
  margin: 34px 0 0;
  border: 1px solid #d9e3ec;
  background: #f7fafc;
  box-shadow: 0 18px 42px rgba(8, 36, 58, .08);
}
.ha-v3-hero-media img,
.ha-v3-middle-media img,
.ha-v3-device-overview img {
  display: block;
  width: 100%;
  height: auto;
}
.ha-v3-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 42px;
}
.ha-v3-support-grid article {
  min-width: 0;
  padding: 24px;
  border-top: 3px solid #0a6d91;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 36, 58, .07);
}
.ha-v3-support-grid span,
.ha-v3-subheading > span {
  display: block;
  margin-bottom: 8px;
  color: #a87500;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.ha-v3-support-grid h3,
.ha-v3-panel h3,
.ha-v3-subheading h3,
.ha-v3-device-grid h4 {
  margin: 0;
  color: #08243a;
  letter-spacing: 0;
}
.ha-v3-support-grid h3 { font-size: 20px; }
.ha-v3-support-grid p { margin: 12px 0 0; line-height: 1.8; }
.ha-v3-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
}
.ha-v3-tab {
  display: flex;
  min-width: 0;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 10px;
  border: 1px solid #c7d5df;
  border-bottom: 3px solid #c7d5df;
  border-radius: 0;
  background: #fff;
  color: #17384e;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.ha-v3-tab span {
  color: #a87500;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
}
.ha-v3-tab:hover,
.ha-v3-tab:focus-visible,
.ha-v3-tab[aria-selected="true"] {
  border-color: #087393;
  background: #082c45;
  color: #fff;
}
.ha-v3-tab[aria-selected="true"] span { color: #f4c75b; }
.ha-v3-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  min-width: 0;
  border: 1px solid #d5e0e8;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 36, 58, .08);
}
.ha-v3-panel[hidden] { display: none; }
.ha-v3-panel figure {
  position: relative;
  display: flex;
  min-width: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 2vw, 24px);
  background: #eaf0f4;
}
.ha-v3-panel figure img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.ha-v7-panel-media {
  flex-direction: column;
  align-items: stretch !important;
}
.ha-v7-panel-media figcaption {
  width: 100%;
  padding: 14px 4px 2px;
  color: #53697e;
  font-size: 12px;
  line-height: 1.75;
}
.ha-v7-panel-media .ha-v7-image-expand {
  top: 18px;
  bottom: auto;
}
.ha-v7-image-expand {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 3px;
  background: rgba(6, 34, 55, .9);
  box-shadow: 0 8px 24px rgba(8, 36, 58, .18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.ha-v7-image-expand:hover,
.ha-v7-image-expand:focus {
  background: #0a6d91;
  color: #fff;
  text-decoration: none;
}
.ha-v3-panel > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
}
.ha-v3-panel h3 { font-size: clamp(22px, 2.5vw, 30px); line-height: 1.5; }
.ha-v3-panel p { margin: 18px 0 0; line-height: 1.9; }
.ha-v3-panel aside {
  margin-top: 26px;
  padding: 18px 0 0;
  border-top: 1px solid #d5e0e8;
}
.ha-v3-panel aside strong,
.ha-v3-panel aside span { display: block; }
.ha-v3-panel aside strong { color: #0a6d91; font-size: 12px; }
.ha-v3-panel aside span { margin-top: 6px; color: #526979; line-height: 1.7; }
.ha-v3-subsection {
  margin-top: 64px;
  padding-top: 52px;
  border-top: 1px solid #cddae4;
}
.ha-v3-subheading h3 { font-size: clamp(26px, 3.4vw, 38px); line-height: 1.45; }
.ha-v3-device-overview { margin-top: 28px; }
.ha-v3-device-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.ha-v3-device-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d5e0e8;
  background: #fff;
}
.ha-v3-device-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 26%;
}
.ha-v3-device-grid article:nth-child(3) img { object-position: left center; }
.ha-v3-device-grid article:nth-child(4) img { object-position: center; }
.ha-v3-device-grid article > div { padding: 20px; }
.ha-v3-device-grid h4 { font-size: 18px; }
.ha-v3-device-grid p { margin: 8px 0 0; color: #536a7a; line-height: 1.65; }
.ha-v3-device-note {
  margin: 20px 0 0;
  padding: 18px 20px;
  border-left: 3px solid #c58f10;
  background: #f5f8fa;
  color: #294b62;
  font-weight: 700;
}
.ha-v3-wear-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.ha-v3-wear-examples figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #eaf0f4; }
.ha-v3-wear-examples img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 28%; }
.ha-v3-wear-examples figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 14px;
  background: rgba(4, 29, 47, .82);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.ha-v3-middle-media { margin: 0 0 26px; }
.ha-v3-scenes .ha-v2-scene img { object-position: center; }
.ha-v3-scenes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ha-v2-radio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 991px) {
  .ha-v3-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ha-v3-tab:nth-child(4),
  .ha-v3-tab:nth-child(5) { grid-column: span 1; }
  .ha-v3-panel { grid-template-columns: 1fr; }
  .ha-v3-panel figure img { min-height: 0; aspect-ratio: 16 / 9; }
  .ha-v3-device-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .ha-v3-support-grid,
  .ha-v3-wear-examples { grid-template-columns: 1fr; }
  .ha-v3-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .ha-v3-tab { min-height: 64px; font-size: 13px; }
  .ha-v3-tab:last-child { grid-column: 1 / -1; }
  .ha-v3-panel > div { padding: 26px 20px; }
  .ha-v3-panel h3 { font-size: 21px; }
  .ha-v3-panel figure { padding: 10px; }
  .ha-v7-image-expand { right: 14px; bottom: 14px; }
  .ha-v7-panel-media .ha-v7-image-expand { top: 14px; bottom: auto; }
  .ha-v3-subsection { margin-top: 48px; padding-top: 40px; }
  .ha-v3-device-grid { grid-template-columns: 1fr; }
  .ha-v3-device-grid img { aspect-ratio: 16 / 10; object-position: center 24%; }
  .ha-v3-wear-examples img { aspect-ratio: 16 / 11; }
  .ha-v2-radio-grid { grid-template-columns: 1fr; }
}

/* SCOPE boundary v4: review-only separation of patent and commissioned development. */
body.harassment-ai-page {
  padding-bottom: 120px;
}

body.harassment-ai-page.ha-v4-sticky-clear {
  padding-bottom: 0;
}

#scope-boundary {
  scroll-margin-top: 112px;
}

.ha-v4-source {
  max-width: 980px;
  margin: 18px 0 0;
  color: #5f7086;
  font-size: 12px;
  line-height: 1.75;
}

.ha-v2-patent__points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ha-v4-scope {
  border-top: 1px solid #d5e2ef;
  border-bottom: 1px solid #d5e2ef;
  background: #fbfcfe;
}

.ha-v4-scope__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  margin-top: 42px;
}

.ha-v4-scope__card {
  min-width: 0;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 6px;
}

.ha-v4-scope__card--patent {
  border: 2px solid #2776ca;
  background: #fff;
}

.ha-v4-scope__card--development {
  border: 2px solid #6a7d91;
  background: #edf1f5;
}

.ha-v4-scope__card > span,
.ha-v4-development-label,
.ha-v4-device-group > span {
  display: block;
  margin-bottom: 12px;
  color: #1769bf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.ha-v4-scope__card--development > span,
.ha-v4-device-group--development > span {
  color: #546a80;
}

.ha-v4-scope__card h3 {
  margin-bottom: 22px;
  font-size: clamp(22px, 2.5vw, 30px);
}

.ha-v4-scope__card ul {
  margin: 0;
  padding-left: 1.25em;
}

.ha-v4-scope__card li {
  margin: 12px 0;
}

.ha-v4-scope__card p {
  margin: 26px 0 0;
  color: #5c7084;
  font-size: 13px;
  line-height: 1.75;
}

.ha-v4-scope__card .ha-v2-text-link {
  display: inline-block;
  margin-top: 26px;
  color: #075c80;
  font-weight: 700;
}

.ha-v4-development {
  background: #f3f5f7 !important;
}

.ha-v4-development--alt {
  background: #e9edf1 !important;
}

.ha-v4-development-label {
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #bfcbd5;
  color: #53697e;
}

.ha-v3-hero-media figcaption {
  padding: 12px 16px;
  color: #5c7084;
  font-size: 12px;
  line-height: 1.7;
}

.ha-v4-device-groups {
  display: grid;
  gap: 42px;
  margin-top: 42px;
}

.ha-v4-device-group {
  min-width: 0;
  padding-top: 30px;
  border-top: 3px solid #2776ca;
}

.ha-v4-device-group--development {
  border-top-color: #6a7d91;
}

.ha-v4-device-group > h4 {
  margin: 0;
  color: #08243a;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.45;
}

.ha-v3-device-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ha-v3-device-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
}

.ha-v4-device-group .ha-v3-device-note {
  font-weight: 600;
}

@media (max-width: 991px) {
  .ha-v2-patent__points,
  .ha-v3-device-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.harassment-ai-page {
    padding-bottom: 104px;
  }

  .ha-v4-scope__grid,
  .ha-v2-patent__points,
  .ha-v3-device-grid--3,
  .ha-v3-device-grid--2 {
    grid-template-columns: 1fr;
  }

  .ha-v4-scope__card {
    padding: 26px 22px;
  }

  .ha-v4-development-label {
    margin-bottom: 18px;
  }
}

/* Image placement v6: review-only additions. */
.ha-v6-route__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
  border: 1px solid #d7e2eb;
  border-radius: 4px;
  background: #eaf0f4;
  object-fit: cover;
  object-position: center;
}

.ha-v2-route {
  padding-bottom: 78px;
}

.ha-v6-patent-figure,
.ha-v6-scope-figure {
  margin: 28px 0 0;
}

.ha-v6-patent-figure img,
.ha-v6-scope-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.ha-v6-patent-figure img {
  border: 1px solid rgba(255, 255, 255, .24);
  background: #fff;
}

.ha-v6-scope-figure img {
  border: 1px solid #d2deea;
  background: #f5f8fc;
}

.ha-v6-patent-figure figcaption,
.ha-v6-scope-figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.75;
}

.ha-v6-patent-figure figcaption {
  color: #d8e5f4;
}

.ha-v6-scope-figure figcaption {
  color: #687b91;
}

.ha-v6-scope-figure + .ha-v4-scope__grid {
  margin-top: 32px;
}

/* Scope diagram v9: live text keeps the legal boundary readable at every width. */
.ha-v9-scope-diagram {
  margin-top: clamp(32px, 4vw, 48px);
  padding: clamp(28px, 4vw, 42px) clamp(18px, 3vw, 32px) 20px;
  border: 1px solid #cbd9e6;
  border-radius: 18px;
  background: #f6f9fc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8);
}

.ha-v9-scope-diagram__heading {
  text-align: center;
}

.ha-v9-scope-diagram__heading > span {
  display: block;
  color: #667f99;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.ha-v9-scope-diagram__heading h3 {
  margin: 14px 0 0;
  color: #0a2a48;
  font-size: clamp(23px, 2.7vw, 34px);
  font-weight: 700;
  line-height: 1.45;
}

.ha-v9-scope-diagram__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(34px, 4.5vw, 52px);
}

.ha-v9-scope-panel {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 18px;
}

.ha-v9-scope-panel--patent {
  background: #173f6c;
  color: #fff;
}

.ha-v9-scope-panel--development {
  border: 1px solid #cbd9e6;
  background: #fff;
  color: #0a2a48;
}

.ha-v9-scope-panel__kicker {
  display: block;
  margin-bottom: 14px;
  color: #9fc3e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.ha-v9-scope-panel--development .ha-v9-scope-panel__kicker {
  color: #2b78c5;
}

.ha-v9-scope-panel h4 {
  margin: 0 0 20px;
  color: inherit;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  line-height: 1.45;
}

.ha-v9-scope-panel ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ha-v9-scope-panel li {
  min-width: 0;
  padding: 13px 18px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1.45;
}

.ha-v9-scope-panel--patent li {
  background: #2d5d93;
}

.ha-v9-scope-panel--development ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ha-v9-scope-panel--development li {
  border: 1px solid #a9c9e8;
  background: #edf5fe;
  color: #214b70;
}

.ha-v9-scope-panel p {
  margin: 22px 0 0;
  font-size: 12px;
  line-height: 1.75;
}

.ha-v9-scope-panel--patent p {
  color: #d6e6f5;
}

.ha-v9-scope-panel--development p {
  color: #62788d;
}

.ha-v9-scope-panel .ha-v2-text-link {
  display: inline-block;
  margin-top: 16px;
  color: #075c80;
  font-weight: 700;
}

.ha-v9-scope-diagram__divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ha-v9-scope-diagram__divider::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
  background: #9eb1c3;
  content: "";
}

.ha-v9-scope-diagram__divider span {
  position: relative;
  z-index: 1;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid #9eb1c3;
  border-radius: 50%;
  background: #fff;
  color: #65798d;
  font-size: 12px;
  font-weight: 700;
}

.ha-v9-scope-diagram__note {
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid #dbe5ee;
  color: #63798e;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 767px) {
  .ha-v9-scope-diagram {
    padding: 26px 14px 18px;
    border-radius: 14px;
  }

  .ha-v9-scope-diagram__heading h3 {
    margin-top: 12px;
    font-size: 22px;
  }

  .ha-v9-scope-diagram__layout {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
  }

  .ha-v9-scope-panel {
    padding: 24px 20px;
    border-radius: 14px;
  }

  .ha-v9-scope-panel h4 {
    font-size: 20px;
  }

  .ha-v9-scope-diagram__divider {
    min-height: 58px;
  }

  .ha-v9-scope-diagram__divider::before {
    top: 50%;
    right: 12px;
    bottom: auto;
    left: 12px;
    width: auto;
    height: 1px;
  }

  .ha-v9-scope-diagram__divider span {
    width: 52px;
    height: 52px;
  }

  .ha-v9-scope-panel--development ul {
    grid-template-columns: 1fr;
  }

  .ha-v9-scope-diagram__note {
    margin-top: 20px;
    padding: 15px 4px 0;
  }
}

/* Appendix D: review-only image replacements and interface examples. */
.ha-v8-wide-figure {
  width: 100%;
  max-width: 1120px;
  margin: clamp(30px, 4vw, 48px) auto 0;
  padding: clamp(10px, 1.5vw, 18px);
  border: 1px solid #d2deea;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 36, 58, .07);
}

.ha-v8-wide-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ha-v8-wide-figure figcaption {
  margin: 0;
  padding: 14px 4px 2px;
  color: #53697e;
  font-size: 12px;
  line-height: 1.8;
}

.ha-v8-wide-figure--case-management {
  max-width: 980px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.ha-v3-device-grid--3 img {
  object-position: center;
}

/* Layout balance v2: align commissioned-development media and improve reading width. */
.ha-v3-device-grid--2 {
  width: 100%;
  max-width: none;
}

.ha-v3-device-grid--2 img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #f4f7fa;
}

.ha-v9-module-grid,
.ha-v9-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ha-v9-module-grid .ha-v2-module {
  min-height: 210px;
}

.ha-v9-module-grid .ha-v2-module h3 {
  font-size: 20px;
  line-height: 1.5;
  white-space: nowrap;
}

.ha-v9-project-grid .ha-v2-project {
  min-height: 250px;
  padding: 30px 28px 26px;
}

.ha-v9-project-grid .ha-v2-project h3 {
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.55;
  text-wrap: balance;
}

.ha-v9-project-grid .ha-v2-project p {
  margin: 0 0 24px;
  line-height: 1.9;
  text-wrap: pretty;
}

.ha-v9-project-grid .ha-v2-project a {
  display: block;
  padding-top: 16px;
  border-top: 1px solid #e0e8ef;
}

@media (max-width: 991px) and (min-width: 768px) {
  .ha-v9-module-grid {
    grid-template-columns: 1fr;
  }

  .ha-v9-module-grid .ha-v2-module h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .ha-v9-module-grid,
  .ha-v9-project-grid {
    grid-template-columns: 1fr;
  }

  .ha-v9-module-grid .ha-v2-module,
  .ha-v9-project-grid .ha-v2-project {
    min-height: 0;
  }

  .ha-v9-module-grid .ha-v2-module h3 {
    font-size: 18px;
    text-wrap: balance;
    white-space: normal;
  }

  .ha-v2-route {
    padding-bottom: 22px;
  }

  .ha-v6-route__thumb {
    margin-bottom: 18px;
  }

  .ha-v6-patent-figure,
  .ha-v6-scope-figure {
    margin-top: 24px;
  }

  .ha-v8-wide-figure {
    margin-top: 26px;
    padding: 8px;
  }

  .ha-v8-wide-figure figcaption,
  .ha-v7-panel-media figcaption {
    font-size: 11px;
    line-height: 1.75;
  }
}
