/*
Theme Name: UniTrus Agency LP
Theme URI: https://unitrus.co.jp/
Author: Enterfans / UniTrus
Description: UniTrus partner recruitment landing page theme with desktop and mobile layouts.
Version: 1.23.35
Text Domain: unitrus-agency-lp
*/

:root {
  --ink: #f5f5f5;
  --ink-soft: #d8d8d8;
  --paper: #0a0a0a;
  --white: #ffffff;
  --muted: #b5b5b5;
  --muted-light: #6a6a6a;
  --line: #4a4a4a;
  --line-light: rgba(255, 255, 255, 0.16);
  --accent: #25f4ee;
  --accent-dark: #12bfc4;
  --magenta: #fe2c55;
  --gold: #ffd84d;
  --gray-50: #101010;
  --gray-100: #1a1a1a;
  --panel: #1a1a1a;
  --card: #3a3a3a;
  --purple: #8a4cff;
  --blue: #6c86ff;
  --unitrus-gradient: linear-gradient(120deg, #8a4cff 0%, #6c86ff 52%, #4ddde2 100%);
  --max: 1200px;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-serif: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-en: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-title: "Orbitron", "Noto Sans JP", system-ui, sans-serif;
  --font-num: "Bebas Neue", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-italic: "Inter", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
  --ds-bg: #050607;
  --ds-surface: #0b0d10;
  --ds-surface-2: #11141a;
  --ds-panel: #171b22;
  --ds-text: #f6f7fb;
  --ds-muted: #a9b0bc;
  --ds-soft: #d6dbe5;
  --ds-border: rgba(255, 255, 255, 0.14);
  --ds-border-strong: rgba(255, 255, 255, 0.24);
  --ds-focus: #25f4ee;
  --ds-line: #06c755;
  --ds-gradient: linear-gradient(120deg, #8a4cff 0%, #6c86ff 48%, #25f4ee 100%);
  --ds-radius-sm: 4px;
  --ds-radius-md: 6px;
  --ds-shadow-glow: 0 18px 42px rgba(37, 244, 238, 0.12);
  --ds-section-y: 72px;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus-visible {
  outline: 3px solid var(--ds-focus);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 100;
  padding: 10px 14px;
  color: #061014;
  background: var(--ds-focus);
  border-radius: var(--ds-radius-sm);
  font-weight: 900;
  transform: translate(-50%, -180%);
  transition: transform 180ms ease;
}

.skip-link:focus-visible {
  transform: translate(-50%, 0);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: hidden;
}

.ds-body {
  color: var(--ds-text);
  background: var(--ds-bg);
}

.ds-page {
  outline: none;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 244, 238, 0.08), transparent 26%, rgba(254, 44, 85, 0.08) 68%, transparent);
  background-position: 0 0, 0 0;
  background-size: 100% 6px, 100% 100%;
  opacity: 0.46;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  line-height: 1;
}

.brand-logo {
  width: clamp(132px, 16vw, 196px);
  height: auto;
  flex: 0 0 auto;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--font-num);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}

.section {
  padding: 112px 30px;
  border-top: 1px solid var(--line);
}

.ds-section {
  padding-block: var(--ds-section-y);
}

.ds-container {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.ds-kicker {
  color: var(--color-cyan, var(--accent));
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ds-lede {
  color: var(--ds-soft);
}

.section-dark {
  color: var(--white);
  background: var(--paper);
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.section-head {
  max-width: 780px;
}

.section-head.narrow {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-dark .section-kicker,
.hero .section-kicker,
.cta-band .section-kicker {
  color: var(--white);
}

.section-head h2,
.cta-inner h2,
.final-cta h2,
.consult-copy h2 {
  margin: 0 0 22px;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.section-head p,
.cta-inner p,
.consult-copy p,
.final-cta p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
}

.section-dark .section-head p,
.section-dark .consult-copy p,
.section-dark .final-cta p,
.section-dark .cta-inner p {
  color: rgba(255, 255, 255, 0.72);
}

.button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ds-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: var(--ds-radius-sm);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.ds-button:hover {
  transform: translateY(-2px);
}

.ds-button:active {
  transform: translateY(1px);
}

.ds-button[aria-disabled="true"],
.ds-button:disabled {
  opacity: 0.48;
  pointer-events: none;
}

.ds-button--primary {
  color: #ffffff;
  background: var(--ds-line);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 18px 34px rgba(6, 199, 85, 0.18);
}

.ds-button--primary:hover,
.ds-button--primary:focus-visible {
  color: #ffffff;
  background: #13df66;
}

.ds-button--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--ds-border-strong);
}

.ds-button--secondary:hover,
.ds-button--secondary:focus-visible {
  color: #ffffff;
  background: rgba(37, 244, 238, 0.14);
  border-color: var(--ds-focus);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #061014;
  background: var(--accent);
  border-color: var(--accent);
}

.button-primary:hover {
  color: var(--white);
  background: var(--magenta);
  border-color: var(--magenta);
}

.section-dark .button-primary,
.cta-band .button-primary,
.final-cta .button-primary,
.consult .button-primary {
  color: #061014;
  background: var(--accent);
  border-color: var(--accent);
}

.section-dark .button-primary:hover,
.cta-band .button-primary:hover,
.final-cta .button-primary:hover,
.consult .button-primary:hover {
  color: var(--white);
  background: var(--magenta);
  border-color: var(--magenta);
}

.button-ghost,
.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-ghost:hover,
.button-outline:hover {
  color: #061014;
  background: var(--accent);
  border-color: var(--accent);
}

.section-dark .button-ghost,
.section-dark .button-outline,
.cta-band .button-outline,
.final-cta .button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.section-dark .button-ghost:hover,
.section-dark .button-outline:hover,
.final-cta .button-ghost:hover {
  color: #061014;
  background: var(--accent);
  border-color: var(--accent);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 0 30px;
  color: var(--white);
  background: var(--paper);
  border-top: 0;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--paper);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.02) brightness(0.74);
}

.hero-person {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}

.hero-person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.98) 0%, rgba(10, 10, 10, 0.88) 46%, rgba(10, 10, 10, 0.58) 74%, rgba(10, 10, 10, 0.36) 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.08) 0%, rgba(10, 10, 10, 0.94) 100%),
    radial-gradient(circle at 72% 32%, rgba(254, 44, 85, 0.22), transparent 30%),
    radial-gradient(circle at 24% 18%, rgba(37, 244, 238, 0.2), transparent 26%);
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, var(--max));
  min-height: 100svh;
  margin: 0 auto;
  padding: 72px 0;
}

.hero-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  width: min(340px, 72vw);
  margin-bottom: 46px;
}

.hero-brand img {
  width: 100%;
  height: auto;
}

.hero-brand span {
  color: var(--muted);
  font-family: "JetBrains Mono", var(--font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hero .section-kicker {
  color: var(--white);
}

.hero .section-kicker::first-letter {
  color: var(--accent);
}

.hero-title {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-title span {
  display: block;
}

.hero-title em {
  color: var(--accent);
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--magenta);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-family: var(--font-italic);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero .button-primary {
  color: #061014;
  background: var(--accent);
  border-color: var(--accent);
}

.hero .button-primary:hover {
  color: var(--white);
  background: var(--magenta);
  border-color: var(--magenta);
}

.hero .button-ghost {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .button-ghost:hover {
  color: #061014;
  background: var(--white);
  border-color: var(--white);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(620px, 100%);
  margin: 46px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-metrics div {
  min-width: 0;
  padding-right: 22px;
}

.hero-metrics dt {
  color: var(--accent);
  font-family: var(--font-num);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.hero-metrics dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-family: var(--font-italic);
  font-size: 12px;
}

.apps,
.solution,
.agency,
.compare,
.jobs,
.company {
  background: var(--paper);
}

.plans,
.voices {
  background: var(--gray-50);
}

.app-grid,
.support-grid,
.plan-grid,
.job-grid {
  display: grid;
  gap: 24px;
  margin-top: 52px;
}

.app-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.app-grid-single {
  grid-template-columns: minmax(0, 620px);
}

.app-card,
.support-card,
.plan-card,
.job-card,
.pain-card,
.voice-placeholder,
.webinar-panel {
  border: 1px solid var(--line);
  border-radius: 0;
  background: linear-gradient(180deg, var(--card) 0%, var(--panel) 100%);
  box-shadow: none;
}

.app-card {
  min-height: 208px;
  padding: 26px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.app-grid-single .app-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 170px;
  padding: 32px;
}

.app-grid-single .app-icon {
  width: 82px;
  height: 82px;
  margin: 0;
}

.app-card:hover,
.job-card:hover,
.plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.58);
}

.app-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  padding: 0;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-grid-single .app-icon {
  width: 82px;
  height: 82px;
  margin: 0;
}

.app-card h3,
.support-card h3,
.plan-card h3,
.pain-card h3,
.job-card h3,
.strength-item h3,
.webinar-panel h3,
.voice-placeholder h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.section-dark .support-card h3,
.section-dark .webinar-panel h3,
.section-dark .flow-list h3 {
  color: var(--white);
}

.app-card p,
.support-card p,
.plan-card p,
.pain-card p,
.job-card p,
.strength-item p,
.webinar-panel p,
.voice-placeholder p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.solution-board {
  display: grid;
  gap: 16px;
}

.section-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.14);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.section-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.36)),
    linear-gradient(120deg, rgba(37, 244, 238, 0.14), transparent 36%, rgba(254, 44, 85, 0.12));
  mix-blend-mode: screen;
}

.section-visual::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--unitrus-gradient);
}

.section-visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.08) brightness(0.88);
}

.section-visual-solution {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 5;
  margin-top: 18px;
}

.section-visual-wide {
  aspect-ratio: 4 / 5;
  margin: 34px 0 22px;
}

.pain-card {
  position: relative;
  min-height: 220px;
  padding: 34px;
  overflow: hidden;
}

.pain-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: var(--ink);
}

.pain-card:first-child::before {
  background: var(--accent);
}

.pain-card span,
.voice-placeholder span,
.webinar-tag,
.plan-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 12px;
  color: var(--white);
  background: var(--accent);
  border-radius: 999px;
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.support,
.webinar,
.flow,
.consult,
.final-cta,
.cta-band {
  position: relative;
  color: var(--white);
  background: var(--paper);
}

.support::before,
.webinar::before,
.flow::before,
.consult::before,
.final-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 5px 5px;
  opacity: 0.35;
}

.support > *,
.webinar > *,
.flow > *,
.consult > *,
.final-cta > * {
  position: relative;
}

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

.support-card {
  min-height: 270px;
  padding: 34px;
  color: var(--white);
  background: linear-gradient(180deg, var(--card) 0%, var(--panel) 100%);
  border-color: var(--line);
}

.support-card p,
.webinar-panel dd,
.flow-list p {
  color: rgba(255, 255, 255, 0.72);
}

.support-index,
.webinar-panel dt,
.flow-list span {
  display: block;
  color: var(--accent);
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.support-index {
  margin-bottom: 54px;
}

.cta-band {
  padding: 64px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-inner {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.cta-inner h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 38px);
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.72);
}

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

.plan-card {
  min-height: 320px;
  padding: 34px;
}

.plan-card.featured {
  border-color: var(--accent);
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1)),
    var(--card);
}

.plan-card ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.045);
  border-left: 2px solid var(--accent);
  font-size: 14px;
  font-weight: 500;
}

.plan-label {
  color: #061014;
  background: var(--accent);
}

.webinar-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 52px;
  align-items: center;
}

.webinar-panel {
  padding: 38px;
  color: var(--white);
  background: linear-gradient(180deg, var(--card) 0%, var(--panel) 100%);
  border-color: var(--line);
}

.webinar-tag {
  color: var(--white);
  background: var(--accent);
}

.webinar-panel dl {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.webinar-panel div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--line-light);
}

.webinar-panel dd {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.strength-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 52px;
  background: var(--line);
  border: 1px solid var(--line);
}

.strength-item {
  min-height: 260px;
  padding: 36px;
  background: var(--card);
}

.strength-item span {
  display: block;
  margin-bottom: 54px;
  color: var(--accent);
  font-family: var(--font-num);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.compare-table-wrap {
  margin-top: 44px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--panel);
}

.compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}

.compare-table thead th {
  color: #061014;
  background: var(--accent);
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.compare-table tbody th {
  width: 26%;
  font-weight: 700;
}

.compare-table tbody td:nth-child(2) {
  color: var(--ink);
  background: rgba(37, 244, 238, 0.08);
  font-weight: 700;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 52px 0 0;
  padding: 0;
  background: var(--line-light);
  border: 1px solid var(--line-light);
  list-style: none;
}

.flow-list li {
  min-height: 300px;
  padding: 30px;
  background: var(--card);
}

.flow-list span {
  margin-bottom: 64px;
}

.flow-list h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.45;
}

.flow-list p {
  margin: 0;
  font-size: 14px;
}

.voice-placeholder {
  padding: 36px;
}

.voice-placeholder span {
  color: #061014;
  background: var(--accent);
}

.voices-inner {
  display: grid;
  gap: 34px;
}

.voice-grid {
  display: grid;
  gap: 18px;
}

.voice-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(58, 58, 58, 0.9) 0%, rgba(26, 26, 26, 0.96) 58%, rgba(8, 8, 8, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.voice-card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--unitrus-gradient);
}

.voice-photo {
  display: block;
  aspect-ratio: 16 / 12;
  background: #050505;
  overflow: hidden;
}

.voice-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.04) brightness(0.92);
}

.voice-card-u .voice-photo img {
  object-position: center 18%;
}

.voice-content {
  padding: 24px;
}

.voice-lead {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.62;
}

.voice-meta {
  display: grid;
  gap: 2px;
  margin-top: 18px;
  padding-left: 14px;
  border-left: 3px solid var(--accent);
}

.voice-meta strong {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.35;
}

.voice-meta span {
  color: var(--accent);
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.voice-body {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.9;
}

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

.job-card {
  min-height: 170px;
  padding: 30px;
}

.job-card h3::before {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 24px;
  content: "";
  background: var(--accent);
}

.consult-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.78fr);
  gap: 60px;
  align-items: start;
}

.consult-card {
  overflow: hidden;
  background: linear-gradient(180deg, var(--card) 0%, var(--panel) 100%);
  border: 1px solid var(--line);
}

.consult-form {
  display: grid;
  gap: 16px;
  padding: 34px;
  background: transparent;
  border: 0;
}

.consult-form label {
  display: grid;
  gap: 8px;
}

.consult-form label span {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.consult-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(10, 10, 10, 0.72);
  border: 1px solid var(--line-light);
  border-radius: 0;
}

.company-list {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.company-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.company-list dt {
  color: var(--muted);
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.company-list dd {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.company-list dt,
.company-list dd {
  padding-left: 1em;
}

.final-cta {
  overflow: hidden;
}

.final-cta-inner {
  max-width: 860px;
  text-align: center;
}

.final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
}

.site-footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 42px 30px;
  color: var(--white);
  background: #000000;
  border-top: 1px solid var(--line-light);
}

.footer-brand .brand-logo {
  filter: none;
}

.site-footer .brand strong,
.site-footer .brand small {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 400;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
}

.js .hero .reveal {
  opacity: 1;
  transform: none;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-grid-single {
    grid-template-columns: minmax(0, 1fr);
  }

  .flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .section {
    padding: 82px 22px;
  }

  .hero {
    min-height: 86svh;
    padding: 0 22px;
  }

  .hero-media {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .hero-inner {
    min-height: 86svh;
    padding: 58px 0;
  }

  .hero-title {
    font-size: clamp(38px, 9vw, 54px);
  }

  .hero-copy {
    font-size: 15px;
  }

  .split,
  .split.reverse,
  .webinar-inner,
  .consult-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .support-grid,
  .plan-grid,
  .job-grid,
  .strength-list {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .company-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 128px;
  }

  .brand strong {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 84svh;
  }

  .hero-inner {
    min-height: 84svh;
    padding: 44px 0 38px;
  }

  .hero-media {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-actions,
  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
    padding-top: 20px;
  }

  .hero-metrics div {
    padding-right: 0;
  }

  .hero-metrics dt {
    font-size: 22px;
  }

  .hero-metrics dd {
    font-size: 10px;
  }

  .app-grid,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .app-grid-single .app-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .app-grid-single .app-icon {
    width: 70px;
    height: 70px;
  }

  .section-head h2,
  .cta-inner h2,
  .final-cta h2,
  .consult-copy h2 {
    font-size: 29px;
  }

  .app-card,
  .support-card,
  .plan-card,
  .pain-card,
  .job-card,
  .strength-item,
  .webinar-panel,
  .voice-placeholder,
  .consult-form {
    padding: 24px;
  }

  .webinar-panel div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 2026-07-22: simplified header with a direct LINE action. */
.site-header__line {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px;
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 13px 12px;
  overflow: hidden;
  color: #ffffff !important;
  text-decoration: none;
  background: #0c1014 !important;
  border: 1px solid rgba(6, 199, 85, 0.72) !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 30px rgba(6, 199, 85, 0.1) !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-header__line::before {
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -36%;
  width: 24%;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  transform: skewX(-22deg);
  animation: header-line-shine 7s ease-in-out infinite;
}

.site-header__line span,
.site-header__line strong,
.site-header__line i {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}

.site-header__line span {
  grid-column: 1;
  color: #06c755;
  font-family: var(--font-en);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;
}

.site-header__line strong {
  grid-column: 1;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.35;
}

.site-header__line i {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #041108;
  font-size: 14px;
  font-style: normal;
  background: #06c755;
  border-radius: 50%;
}

.site-header__line:hover,
.site-header__line:focus-visible {
  color: #041108 !important;
  background: #06c755 !important;
  border-color: #06c755 !important;
  box-shadow: 0 16px 36px rgba(6, 199, 85, 0.24) !important;
  transform: translateY(-3px);
}

.site-header__line:hover span,
.site-header__line:focus-visible span {
  color: #041108;
}

.site-header__line:hover i,
.site-header__line:focus-visible i {
  color: #ffffff;
  background: #07130b;
}

@keyframes header-line-shine {
  0%, 74% { left: -36%; opacity: 0; }
  78% { opacity: 1; }
  92%, 100% { left: 126%; opacity: 0; }
}

@media (min-width: 1000px) {
  .site-header__logo {
    margin-bottom: 30px !important;
  }

  .site-header__line {
    margin-bottom: 30px;
  }
}

@media (max-width: 999px) {
  .site-header {
    grid-template-columns: auto minmax(120px, 1fr) auto !important;
  }

  .site-header__line {
    justify-self: end;
    width: min(100%, 188px);
    min-width: 0;
    padding: 7px 8px 7px 10px;
  }

  .site-header__line span {
    display: none;
  }

  .site-header__line strong {
    grid-row: 1 / 3;
    margin: 0;
    font-size: 11px;
    white-space: nowrap;
  }

  .site-header__line i {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .site-header {
    grid-template-columns: 92px minmax(0, 1fr) 38px !important;
    gap: 7px !important;
  }

  .site-header__logo {
    width: 92px !important;
    min-width: 92px !important;
  }

  .site-header__line {
    width: 100%;
    padding-inline: 8px 6px;
  }

  .site-header__line strong {
    font-size: 10px;
  }
}

/* Interview video placed between partner voices and the representative message. */
.interview {
  background: #ffffff;
}

.interview-inner {
  display: grid;
  justify-items: center;
  gap: 30px;
}

.interview .section-head {
  width: 100%;
  text-align: center;
}

.interview-thumbnail {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(100%, 1040px);
  overflow: visible;
  background: transparent;
  text-decoration: none;
  transition: transform 180ms ease;
}

.interview-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(17, 19, 24, 0.18);
  border-radius: 6px;
  box-shadow: 0 24px 70px rgba(17, 19, 24, 0.14);
  transition: transform 220ms ease, filter 220ms ease;
}

.interview-thumbnail__cta {
  position: static;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  margin-top: 14px;
  padding: 10px 16px 10px 12px;
  color: #ffffff;
  background: rgba(5, 6, 8, 0.74);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.interview-thumbnail__cta strong {
  font-family: var(--font-title);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.interview-thumbnail__arrow {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.interview-thumbnail:hover,
.interview-thumbnail:focus-visible {
  transform: translateY(-2px);
}

.interview-thumbnail:hover img,
.interview-thumbnail:focus-visible img {
  filter: brightness(0.84);
  transform: scale(1.015);
}

.interview-thumbnail:hover .interview-thumbnail__cta,
.interview-thumbnail:focus-visible .interview-thumbnail__cta {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px) scale(1.02);
}

.interview-thumbnail:focus-visible {
  outline: 3px solid #06c755;
  outline-offset: 4px;
}

@media (max-width: 639px) {
  .interview-inner {
    gap: 22px;
  }

  .interview #interview-title {
    max-width: 18em;
    margin-inline: auto;
    font-size: clamp(25px, 8vw, 34px) !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .interview-thumbnail {
    width: 100%;
    border-radius: 4px;
  }

  .interview-thumbnail__cta {
    justify-self: end;
    gap: 9px;
    min-height: 48px;
    margin-top: 10px;
    padding: 7px 12px 7px 8px;
  }

  .interview-thumbnail__cta strong {
    font-size: 14px;
  }

  .interview-thumbnail__arrow {
    font-size: 18px;
  }
}

/* 2026-07-22: centered model-led first view based on the supplied reference. */
#top.partner-fv {
  min-height: clamp(720px, 57vw, 880px) !important;
}

#top.partner-fv::before {
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.96) 0%, rgba(4, 7, 13, 0.84) 42%, rgba(4, 7, 13, 0.42) 68%, rgba(4, 7, 13, 0.08) 100%),
    linear-gradient(180deg, rgba(4, 7, 13, 0.04), rgba(4, 7, 13, 0.4)) !important;
}

#top .partner-fv__media {
  object-position: center center !important;
}

#top .partner-fv__inner {
  align-items: center !important;
  justify-content: center !important;
  width: min(calc(100% - 64px), 1280px) !important;
  padding: clamp(50px, 5vw, 74px) 0 clamp(56px, 5vw, 78px) !important;
  text-align: center !important;
}

#top .partner-fv__title,
#top .partner-fv__intro,
#top .partner-fv__brand,
#top .partner-fv__proof {
  width: min(66%, 820px) !important;
  margin-right: 24% !important;
  margin-left: auto !important;
  padding-left: 0 !important;
  text-align: center !important;
}

#top .partner-fv__title span {
  color: #25f4ee !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(19px, 1.8vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.46) !important;
}

#top .partner-fv__title strong {
  margin-top: 8px !important;
  padding: 0 !important;
  color: #d9ccff !important;
  font-size: clamp(18px, 1.6vw, 25px) !important;
  line-height: 1.5 !important;
}

#top .partner-fv__intro {
  margin-top: clamp(18px, 2vw, 28px) !important;
}

#top .partner-fv__intro p {
  color: #ffffff !important;
  font-size: clamp(24px, 2.5vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  text-align: center !important;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.56) !important;
}

#top .partner-fv__intro p:first-child strong {
  color: #ffffff !important;
  font-size: inherit !important;
  font-weight: 700 !important;
}

#top .partner-fv__intro p + p {
  margin-top: 2px !important;
}

#top .partner-fv__brand {
  margin-top: clamp(20px, 2.5vw, 34px) !important;
}

#top .partner-fv__brand p {
  margin-bottom: 12px !important;
  color: #d9ccff !important;
  font-size: clamp(18px, 1.7vw, 27px) !important;
  font-weight: 800 !important;
  text-align: center !important;
}

#top .partner-fv__brand img {
  width: min(72%, 490px) !important;
  margin-inline: auto !important;
}

#top .partner-fv__proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: clamp(24px, 3vw, 42px) !important;
  padding: 0 !important;
  border: 0 !important;
}

#top .partner-fv__proof li {
  position: relative;
  display: grid !important;
  place-items: center;
  min-height: 104px;
  padding: 18px 14px !important;
  color: #ffffff !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  text-align: center !important;
  white-space: normal !important;
  background: rgba(8, 11, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 4px rgba(138, 76, 255, 0.06), 0 16px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(7px);
}

#top .partner-fv__proof li::after {
  position: absolute;
  top: -7px;
  left: 50%;
  color: #25f4ee;
  content: "\2726";
  font-size: 18px;
  transform: translateX(-50%);
}

#top .partner-fv__proof li + li::before {
  display: none !important;
}

#top .partner-fv__proof strong {
  color: #bfff7d !important;
}

@media (max-width: 999px) {
  #top.partner-fv {
    min-height: 940px !important;
  }

  #top.partner-fv::before {
    background: linear-gradient(
      180deg,
      rgba(4, 7, 13, 0.02) 0%,
      rgba(4, 7, 13, 0.1) 31%,
      rgba(4, 7, 13, 0.82) 45%,
      #04070d 57%,
      #04070d 100%
    ) !important;
  }

  #top .partner-fv__media {
    inset: 0 0 auto !important;
    height: 49% !important;
    object-position: 66% center !important;
  }

  #top .partner-fv__inner {
    justify-content: flex-start !important;
    width: min(calc(100% - 40px), 620px) !important;
    min-height: 940px !important;
    padding: 350px 0 126px !important;
  }

  #top .partner-fv__title,
  #top .partner-fv__intro,
  #top .partner-fv__brand,
  #top .partner-fv__proof {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #top .partner-fv__title span {
    font-size: clamp(14px, 4.1vw, 18px) !important;
  }

  #top .partner-fv__title strong {
    font-size: clamp(15px, 4.3vw, 19px) !important;
  }

  #top .partner-fv__intro {
    margin-top: 15px !important;
  }

  #top .partner-fv__intro p {
    font-size: clamp(18px, 5.5vw, 25px) !important;
    line-height: 1.55 !important;
  }

  #top .partner-fv__brand {
    margin-top: 18px !important;
  }

  #top .partner-fv__brand p {
    font-size: clamp(14px, 4.2vw, 18px) !important;
  }

  #top .partner-fv__brand img {
    width: min(78%, 300px) !important;
  }

  #top .partner-fv__proof {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 24px !important;
  }

  #top .partner-fv__proof li {
    min-height: 88px;
    padding: 13px 7px !important;
    font-size: clamp(9px, 2.8vw, 12px) !important;
    line-height: 1.45 !important;
  }

  #top .partner-fv__proof li::after {
    top: -6px;
    font-size: 15px;
  }
}

@media (max-width: 479px) {
  #top.partner-fv {
    min-height: 900px !important;
  }

  #top .partner-fv__media {
    height: 46% !important;
    object-position: 65% center !important;
  }

  #top .partner-fv__inner {
    min-height: 900px !important;
    padding-top: 315px !important;
  }

  #top .partner-fv__intro p {
    font-size: clamp(17px, 5.15vw, 22px) !important;
  }

  #top .partner-fv__proof li {
    min-height: 82px;
    border-radius: 46% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header__line::before {
    animation: none;
  }
}

/* Preview lock: show the smartphone layout even on desktop-width screens. */
:root {
  --max: 430px;
}

body {
  background: #000000;
}

main,
.site-footer {
  width: min(100%, 430px);
  margin: 0 auto;
}

.section {
  padding: 82px 22px;
}

.hero {
  min-height: 100svh;
  padding: 0 22px;
}

.hero-inner {
  min-height: 100svh;
  padding: 44px 0 38px;
}

.hero-brand {
  width: min(230px, 72vw);
  margin-bottom: 38px;
}

.hero-title {
  font-size: 36px;
}

.hero-copy {
  font-size: 15px;
}

.hero-actions,
.final-actions {
  align-items: stretch;
  flex-direction: column;
}

.button {
  width: 100%;
}

.hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  padding-top: 20px;
}

.hero-metrics div {
  padding-right: 0;
}

.hero-metrics dt {
  font-size: 22px;
}

.hero-metrics dd {
  font-size: 10px;
}

.split,
.split.reverse,
.webinar-inner,
.consult-inner,
.support-grid,
.plan-grid,
.job-grid,
.strength-list,
.app-grid,
.flow-list {
  grid-template-columns: 1fr;
}

.app-grid-single .app-card {
  grid-template-columns: 1fr;
  gap: 18px;
}

.app-grid-single .app-icon {
  width: 70px;
  height: 70px;
}

.cta-inner {
  align-items: flex-start;
  flex-direction: column;
}

.company-list div {
  grid-template-columns: 1fr;
  gap: 8px;
}

.site-footer {
  align-items: flex-start;
  flex-direction: column;
}

.section-head h2,
.cta-inner h2,
.final-cta h2,
.consult-copy h2 {
  font-size: 29px;
}

.app-card,
.support-card,
.plan-card,
.pain-card,
.job-card,
.strength-item,
.webinar-panel,
.voice-placeholder,
.consult-form {
  padding: 24px;
}

.webinar-panel div {
  grid-template-columns: 1fr;
  gap: 6px;
}

/* UniTrus brand tuning for the standalone preview. */
body {
  background:
    linear-gradient(90deg, #000000 0, #050505 50%, #000000 100%);
}

main,
.site-footer {
  position: relative;
  background: #080808;
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
}

.section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #080808 0%, #101010 100%);
  background-size: 100% 6px, 100% 100%;
  border-top-color: rgba(255, 255, 255, 0.11);
}

.section-head h2,
.cta-inner h2,
.final-cta h2,
.consult-copy h2 {
  font-weight: 900;
}

#plans-title {
  font-size: 24px;
  line-height: 1.42;
}

#solution-title span {
  display: block;
}

.section-kicker {
  color: var(--accent);
  font-family: var(--font-title);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.hero {
  background:
    linear-gradient(180deg, #030303 0%, #080808 100%);
}

.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.hero::before {
  height: 118px;
  background: url("assets/brand/page-hero-triangle-band.png") center top / cover no-repeat;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.hero::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 244, 238, 0.12), transparent 28%, rgba(254, 44, 85, 0.1) 70%, transparent);
  background-size: 100% 7px, 100% 100%;
  opacity: 0.68;
}

.hero-media {
  opacity: 0.2;
  transform: scale(1.04);
}

.hero-media img {
  filter: saturate(1.18) contrast(1.2) brightness(0.62);
}

.hero-shade {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.62) 0%, rgba(8, 8, 8, 0.92) 58%, #080808 100%),
    linear-gradient(110deg, rgba(138, 76, 255, 0.26) 0%, rgba(108, 134, 255, 0.14) 35%, transparent 64%),
    linear-gradient(290deg, rgba(254, 44, 85, 0.18) 0%, transparent 40%);
}

.hero-triangle {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.hero-triangle-pink {
  right: -116px;
  bottom: 28px;
  width: 235px;
  opacity: 0.42;
  transform: rotate(8deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-brand {
  gap: 11px;
  width: min(238px, 72vw);
}

.hero-brand span {
  color: var(--accent);
  font-family: var(--font-title);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.hero .section-kicker {
  color: var(--accent);
}

.hero-title {
  max-width: 100%;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.12;
  font-weight: 900;
  text-shadow:
    2px 0 rgba(37, 244, 238, 0.18),
    -2px 0 rgba(254, 44, 85, 0.16);
}

.hero-title em {
  display: inline-block;
  color: transparent;
  background: var(--unitrus-gradient);
  background-clip: text;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy {
  margin-top: 24px;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.78);
  border-left: 3px solid var(--accent);
}

.button {
  min-height: 54px;
  border-radius: 2px;
  font-family: var(--font-title);
  font-size: 12px;
  letter-spacing: 0.08em;
  overflow: hidden;
}

.button-primary,
.section-dark .button-primary,
.cta-band .button-primary,
.final-cta .button-primary,
.consult .button-primary,
.hero .button-primary {
  color: #ffffff;
  background: var(--unitrus-gradient);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 16px 34px rgba(108, 134, 255, 0.24);
}

.button-primary:hover,
.section-dark .button-primary:hover,
.cta-band .button-primary:hover,
.final-cta .button-primary:hover,
.consult .button-primary:hover,
.hero .button-primary:hover {
  color: #ffffff;
  background: linear-gradient(120deg, #fe2c55 0%, #8a4cff 48%, #25f4ee 100%);
  border-color: rgba(255, 255, 255, 0.42);
}

.button-ghost,
.button-outline,
.hero .button-ghost,
.section-dark .button-ghost,
.section-dark .button-outline,
.cta-band .button-outline,
.final-cta .button-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.28);
}

.button-ghost:hover,
.button-outline:hover,
.hero .button-ghost:hover,
.section-dark .button-ghost:hover,
.section-dark .button-outline:hover,
.final-cta .button-ghost:hover {
  color: #ffffff;
  background: rgba(37, 244, 238, 0.14);
  border-color: var(--accent);
}

.hero-metrics {
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}

.hero-metrics div {
  padding: 14px 10px;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(254, 44, 85, 0.08)),
    rgba(26, 26, 26, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-metrics dt {
  color: #ffffff;
  font-family: var(--font-title);
  font-size: 17px;
}

.hero-metrics dd {
  color: rgba(255, 255, 255, 0.62);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 430px);
  min-height: 64px;
  margin: 0 auto;
  padding: 11px 18px;
  background: rgba(5, 5, 5, 0.86);
  border-inline: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 1 142px;
  width: 142px;
  min-width: 0;
}

.site-header__logo img {
  width: 100%;
  height: auto;
}

.site-header__nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
  margin-inline: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.site-header__nav::-webkit-scrollbar {
  display: none;
}

.site-header__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible {
  color: #061014;
  background: var(--accent);
  border-color: var(--accent);
  outline: 0;
  transform: translateY(-1px);
}

.site-header__nav a:active {
  transform: translateY(1px);
}

.site-header__nav a {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible {
  color: var(--accent);
  background: transparent !important;
  border-color: transparent !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.site-header__nav a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.site-header__apps {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.site-header__apps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(37, 244, 238, 0.12);
}

.site-header__apps img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 14px;
  color: #ffffff;
  background: #06c755;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2px;
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, filter 180ms ease;
}

.site-header__line:hover,
.site-header__line:focus-visible {
  background: #13df66;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.site-header__line:active {
  background: #03983f;
  transform: translateY(1px);
}

.unitrus-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 14px 0;
  background: #050505;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.unitrus-band::before,
.unitrus-band::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.unitrus-band::before {
  z-index: 0;
  background: rgba(0, 0, 0, 0.92);
}

.unitrus-band::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.2) 18%, rgba(5, 5, 5, 0.2) 82%, rgba(5, 5, 5, 0.96) 100%);
}

.unitrus-band__track {
  position: relative;
  z-index: 2;
  display: flex;
  width: max-content;
  animation: unitrus-marquee 18s linear infinite;
}

.unitrus-band span {
  flex: 0 0 auto;
  padding: 0 18px;
  color: #ffffff;
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  white-space: nowrap;
  text-shadow:
    1px 0 var(--accent),
    -1px 0 var(--magenta);
}

.line-bridge {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 18px 22px;
  color: #ffffff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(120deg, rgba(37, 244, 238, 0.1), rgba(254, 44, 85, 0.08)),
    #080808;
  background-size: 100% 6px, 100% 100%, 100% 100%;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.line-bridge::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: var(--unitrus-gradient);
}

.line-bridge::after {
  position: absolute;
  right: -52px;
  bottom: -34px;
  width: 132px;
  height: 132px;
  content: "";
  background: url("assets/brand/hero-triangle-pink.png") center / contain no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

.line-bridge p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.line-bridge p span {
  display: block;
  margin-bottom: 2px;
  color: var(--accent);
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.line-bridge a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  color: #ffffff;
  background: #06c755;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2px;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 26px rgba(6, 199, 85, 0.16);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.line-bridge a:hover,
.line-bridge a:focus-visible {
  background: #13df66;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.line-bridge a:active {
  color: #ffffff;
  background: #03983f;
  filter: brightness(0.98);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
  transform: translateY(1px);
}

a[href*="line.me"].button:active {
  color: #ffffff;
  background: #03983f;
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(1px);
}

@keyframes unitrus-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.apps,
.solution,
.agency,
.compare,
.jobs,
.company,
.plans,
.voices {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #080808;
  background-size: 100% 7px, 100% 100%;
}

.app-card,
.support-card,
.plan-card,
.job-card,
.pain-card,
.strength-item,
.voice-placeholder,
.webinar-panel,
.consult-card,
.flow-list li {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(58, 58, 58, 0.9) 0%, rgba(26, 26, 26, 0.96) 58%, rgba(8, 8, 8, 0.98) 100%);
  border-color: rgba(255, 255, 255, 0.14);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.app-card::before,
.support-card::before,
.plan-card::before,
.job-card::before,
.pain-card::before,
.strength-item::before,
.voice-placeholder::before,
.webinar-panel::before,
.consult-card::before,
.flow-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--unitrus-gradient);
}

.pain-card::before {
  inset: 0 auto 0 0;
  width: 5px;
  height: auto;
  background: var(--unitrus-gradient);
}

.app-icon {
  border-radius: 4px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.app-icon img {
  border-radius: 4px;
}

.app-card h3,
.support-card h3,
.plan-card h3,
.pain-card h3,
.job-card h3,
.strength-item h3,
.webinar-panel h3,
.voice-placeholder h3 {
  color: #ffffff;
  font-weight: 900;
}

.app-card p,
.support-card p,
.plan-card p,
.pain-card p,
.job-card p,
.strength-item p,
.webinar-panel p,
.voice-placeholder p {
  color: rgba(255, 255, 255, 0.66);
}

.pain-card span,
.voice-placeholder span,
.webinar-tag,
.plan-label {
  color: #ffffff;
  background: linear-gradient(120deg, rgba(138, 76, 255, 0.9), rgba(37, 244, 238, 0.86));
  border-radius: 2px;
}

.plan-card.featured {
  border-color: rgba(37, 244, 238, 0.62);
  background:
    linear-gradient(145deg, rgba(138, 76, 255, 0.2), rgba(37, 244, 238, 0.11)),
    linear-gradient(180deg, #2c2c2c, #111111);
}

.plan-card li {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-left-color: var(--accent);
}

.consult-form select {
  border-color: rgba(255, 255, 255, 0.16);
}

.strength-list,
.compare-table-wrap,
.company-list,
.flow-list {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}

.compare-table-wrap {
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.compare-table {
  min-width: 640px;
}

.compare-table th,
.compare-table td,
.company-list div {
  border-color: rgba(255, 255, 255, 0.14);
}

.compare-table thead th {
  color: #ffffff;
  background: linear-gradient(120deg, #8a4cff, #25f4ee);
}

.compare-table tbody td:nth-child(2) {
  color: #ffffff;
  background: rgba(37, 244, 238, 0.09);
}

.flow-list {
  gap: 12px;
  background: transparent;
  border: 0;
}

.flow-list li {
  min-height: 214px;
}

.flow-list span,
.support-index,
.strength-item span,
.webinar-panel dt,
.company-list dt {
  color: var(--accent);
  font-family: var(--font-title);
}

.support-index,
.strength-item span,
.flow-list span {
  margin-bottom: 34px;
}

.consult-card {
  border-color: rgba(255, 255, 255, 0.14);
}

.final-cta {
  background:
    url("assets/brand/page-hero-triangle-band.png") center top / cover no-repeat,
    linear-gradient(180deg, #080808, #050505);
}

.site-footer {
  background: #030303;
}

@media (prefers-reduced-motion: reduce) {
  .unitrus-band__track {
    animation: none;
  }
}

.hero {
  min-height: auto;
}

.hero-inner {
  justify-content: flex-start;
  min-height: auto;
  padding: 82px 0 48px;
}

.hero-brand {
  margin-bottom: 30px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-metrics {
  margin-top: 24px;
}

.ds-card {
  border: 1px solid var(--ds-border);
  background:
    linear-gradient(145deg, rgba(58, 58, 58, 0.9) 0%, rgba(26, 26, 26, 0.96) 58%, rgba(8, 8, 8, 0.98) 100%);
  box-shadow: var(--ds-shadow-glow);
}

.ds-media {
  border: 1px solid var(--ds-border);
  background: var(--ds-surface);
}

.ds-cta {
  border-block: 1px solid var(--ds-border);
}

.ds-state {
  padding: 16px;
  color: var(--ds-text);
  background: var(--ds-surface-2);
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius-md);
}

.ds-state--error {
  border-color: rgba(254, 44, 85, 0.5);
}

.ds-state--empty {
  color: var(--ds-muted);
}

.faq-list details[open] {
  border-color: rgba(37, 244, 238, 0.42);
}

.faq-list details[open] summary {
  color: var(--accent);
}

.compare-table-wrap:focus-visible {
  outline: 3px solid var(--ds-focus);
  outline-offset: 4px;
}

.platform-strip span:focus-within {
  outline: 2px solid var(--ds-focus);
  outline-offset: 3px;
}

.site-header__line:focus-visible,
.line-bridge a:focus-visible {
  outline: 3px solid var(--ds-focus);
  outline-offset: 4px;
}

@media (max-width: 360px) {
  .hero-title {
    font-size: 34px;
  }

  .section-head h2,
  .cta-inner h2,
  .final-cta h2,
  .consult-copy h2 {
    font-size: 27px;
  }

  .hero-catch,
  .hero-points li,
  .quote-list li {
    font-size: 12px;
  }

  .platform-strip {
    gap: 6px;
  }

  .platform-strip span {
    width: 36px;
    height: 36px;
  }
}

/* Copy refresh: long-form partner recruitment LP. */
.lp-hero-inner {
  justify-content: flex-start;
  padding-top: 56px;
}

.platform-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.platform-strip span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
}

.platform-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-catch {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(37, 244, 238, 0.12);
  border: 1px solid rgba(37, 244, 238, 0.36);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
}

.hero-statement {
  display: grid;
  gap: 4px;
  margin-top: 28px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(138, 76, 255, 0.18), rgba(37, 244, 238, 0.12)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-statement span,
.hero-statement small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.hero-statement strong {
  color: #ffffff;
  font-family: var(--font-title);
  font-size: 33px;
  line-height: 1.1;
}

.hero-points,
.quote-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li,
.quote-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.hero-points li::before,
.quote-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--accent);
  box-shadow: 0 0 14px rgba(37, 244, 238, 0.8);
}

.benefit-panel,
.message-body,
.faq-list details {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(58, 58, 58, 0.9) 0%, rgba(26, 26, 26, 0.96) 58%, rgba(8, 8, 8, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.benefit-panel::before,
.message-body::before,
.faq-list details::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: var(--unitrus-gradient);
}

.benefit-panel,
.message-body {
  display: grid;
  gap: 18px;
  margin-top: 34px;
  padding: 28px;
}

.benefit-panel h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.58;
  font-weight: 900;
}

.benefit-panel p,
.message-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.9;
}

.note {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 11px !important;
  line-height: 1.65 !important;
}

.stack-cards,
.solution-list,
.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.solution-list .support-card {
  min-height: auto;
}

.solution-list .support-card p + p {
  margin-top: 14px;
}

.case-grid .voice-card {
  min-height: auto;
}

.message-body .signature {
  color: #ffffff;
  font-weight: 900;
}

.compare-table {
  min-width: 760px;
}

.compare-table th,
.compare-table td {
  white-space: normal;
}

.faq-list details {
  padding: 22px;
}

.faq-list summary {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
}

.faq-list summary::marker {
  color: var(--accent);
}

.faq-list p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.85;
}

.line-bridge .note {
  margin-top: -2px;
}

@media (max-width: 560px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  .site-footer,
  .site-header {
    width: 100%;
    max-width: 430px;
  }

  .site-header {
    gap: 8px;
    padding-inline: 12px;
  }

  .site-header__logo {
    flex: 0 0 min(116px, 32vw);
    width: min(116px, 32vw);
  }

  .site-header__nav {
    gap: 5px;
    margin-inline: 0;
  }

  .site-header__nav a {
    min-height: 28px;
    padding-inline: 8px;
    font-size: 9px;
  }

  .site-header__apps span {
    width: 32px;
    height: 32px;
  }

  .site-header__line {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 9px;
  }

  .ds-card,
  .benefit-panel,
  .message-body,
  .faq-list details,
  .line-bridge,
  .hero-statement {
    min-width: 0;
  }

  .section-head h2,
  .benefit-panel h3,
  .voice-lead,
  .support-card h3,
  .strength-item h3,
  .pain-card h3,
  .hero-copy,
  .hero-points li,
  .quote-list li {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .platform-strip {
    max-width: 100%;
  }

  .hero-statement strong {
    font-size: 30px;
  }

  .benefit-panel,
  .message-body,
  .faq-list details {
    padding: 24px;
  }

  .platform-strip span {
    width: 39px;
    height: 39px;
  }
}

/* Desktop composition: use the full browser width instead of the phone-only stack. */
@media (min-width: 900px) {
  :root {
    --max: 1120px;
    --ds-section-y: 104px;
  }

  body {
    background:
      radial-gradient(circle at 18% 0%, rgba(37, 244, 238, 0.08), transparent 30%),
      radial-gradient(circle at 86% 12%, rgba(254, 44, 85, 0.1), transparent 32%),
      #020303;
  }

  main,
  .site-footer {
    width: 100%;
    max-width: none;
    border-inline: 0;
  }

  .site-header {
    width: 100%;
    min-height: 74px;
    padding: 14px max(40px, calc((100vw - var(--max)) / 2));
    border-inline: 0;
  }

  .site-header__logo {
    flex-basis: 172px;
    width: 172px;
  }

  .site-header__nav {
    justify-content: center;
    max-width: 720px;
    margin-inline: auto;
  }

  .site-header__nav a {
    min-height: 34px;
    padding-inline: 13px;
    font-size: 11px;
  }

  .site-header__line {
    min-height: 42px;
    padding-inline: 22px;
    font-size: 11px;
  }

  .section,
  .ds-section {
    padding: var(--ds-section-y) max(40px, calc((100vw - var(--max)) / 2));
  }

  .hero {
    min-height: 720px;
    padding: 0 max(40px, calc((100vw - var(--max)) / 2));
  }

  .hero-inner,
  .lp-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    grid-template-areas:
      "brand side"
      "apps side"
      "catch side"
      "kicker side"
      "title side"
      "copy points"
      "actions points";
    column-gap: 72px;
    align-content: center;
    width: min(100%, var(--max));
    min-height: 720px;
    padding: 88px 0 76px;
  }

  .hero-brand {
    grid-area: brand;
    width: 286px;
    margin-bottom: 28px;
  }

  .platform-strip {
    grid-area: apps;
    margin-bottom: 26px;
  }

  .platform-strip span {
    width: 48px;
    height: 48px;
  }

  .hero-catch {
    grid-area: catch;
    max-width: max-content;
  }

  .hero .section-kicker {
    grid-area: kicker;
  }

  .hero-title {
    grid-area: title;
    max-width: 680px;
    font-size: 64px;
    line-height: 1.04;
  }

  .hero-copy {
    grid-area: copy;
    max-width: 620px;
    font-size: 17px;
  }

  .hero-statement {
    grid-area: side;
    align-self: center;
    margin-top: 0;
    padding: 28px;
  }

  .hero-statement strong {
    font-size: 46px;
  }

  .hero-points {
    grid-area: points;
    align-self: start;
    margin-top: 24px;
  }

  .hero-actions {
    grid-area: actions;
    flex-direction: row;
  }

  .hero-actions .button,
  .final-actions .button {
    width: auto;
    min-width: 220px;
  }

  .hero-triangle-pink {
    right: max(40px, calc((100vw - var(--max)) / 2 - 40px));
    bottom: 56px;
    width: 360px;
    opacity: 0.34;
  }

  .unitrus-band {
    width: 100%;
  }

  .line-bridge {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: center;
    width: min(100%, var(--max));
    margin: 0 auto;
    padding: 26px 30px;
  }

  .line-bridge a {
    width: auto;
    min-height: 52px;
  }

  .line-bridge .note {
    grid-column: 1 / -1;
  }

  .section-head {
    max-width: 820px;
  }

  .section-head h2,
  .cta-inner h2,
  .final-cta h2,
  .consult-copy h2 {
    font-size: 44px;
    line-height: 1.22;
  }

  .benefit-panel {
    max-width: 880px;
    padding: 38px;
  }

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

  .solution-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #solution .section-inner,
  #work .section-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
    gap: 48px;
    align-items: start;
  }

  #solution .section-head,
  #work .section-head {
    grid-column: 1 / -1;
  }

  #solution .section-visual,
  #work .section-visual {
    position: sticky;
    top: 106px;
    margin: 0;
  }

  #solution .solution-list {
    order: 1;
  }

  #solution .section-visual {
    order: 2;
  }

  #work .section-head {
    grid-column: auto;
  }

  #work .section-visual {
    grid-column: 2;
  }

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

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

  .voice-card {
    display: flex;
    min-height: 100%;
  }

  .message-body {
    max-width: 900px;
    padding: 40px;
  }

  .flow-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .flow-list li {
    min-height: 260px;
  }

  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta-inner {
    max-width: 920px;
  }

  .final-actions {
    flex-direction: row;
  }

  .site-footer {
    flex-direction: row;
    align-items: center;
    padding: 46px max(40px, calc((100vw - var(--max)) / 2));
  }
}

/* Wider first view with the generated portrait shown without visual effects */
@media (min-width: 900px) {
  .hero {
    padding: 104px 32px 52px;
  }

  .hero::before {
    inset: 104px 32px 52px;
    border-radius: 12px;
  }

  .hero-media {
    display: none;
  }

  .hero-person {
    inset: 104px 32px 52px;
    border-radius: 12px;
    background: #050607;
    box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(37, 244, 238, 0.18);
  }

  .hero-person::before {
    display: none;
  }

  .hero-person img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center top;
    filter: none;
  }

  .hero-shade {
    display: none;
  }

  .hero-inner,
  .lp-hero-inner {
    width: min(100%, 1480px);
    min-height: 820px;
    padding: 82px 72px 70px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    column-gap: 92px;
  }

  .hero-statement {
    transform: translateY(132px);
  }
}

/* Reference-inspired wide LP layout: partner.t.sesang.jp/partner/ */
@media (min-width: 900px) {
  :root {
    --max: 1180px;
    --ds-section-y: 88px;
    --sesang-paper: #ffffff;
    --sesang-soft: #f6fbf8;
    --sesang-mint: #eaf8f1;
    --sesang-ink: #121821;
    --sesang-muted: #5d6673;
    --sesang-line: #dfe8e3;
    --sesang-card: #ffffff;
    --sesang-radius: 22px;
    --sesang-shadow: 0 22px 60px rgba(16, 33, 28, 0.08);
  }

  html,
  body,
  .ds-body {
    color: var(--sesang-ink);
    background: var(--sesang-paper);
  }

  body::before {
    opacity: 0.18;
    background-image:
      linear-gradient(rgba(18, 24, 33, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(18, 24, 33, 0.035) 1px, transparent 1px);
  }

  .site-header {
    min-height: 86px;
    color: #ffffff;
    background: rgba(4, 8, 10, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
  }

  .site-header__line {
    min-width: 140px;
    min-height: 48px;
    color: #ffffff;
    background: #06c755;
    border-color: #06c755;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(6, 199, 85, 0.24);
  }

  .section,
  .ds-section {
    padding-block: var(--ds-section-y);
    color: var(--sesang-ink);
    background: var(--sesang-paper);
  }

  .section-dark,
  .benefits,
  .message,
  .flow,
  .final-cta {
    color: var(--sesang-ink);
    background:
      radial-gradient(circle at 14% 12%, rgba(37, 244, 238, 0.08), transparent 30%),
      var(--sesang-soft);
  }

  .section-dark .section-head p,
  .section-dark .consult-copy p,
  .section-dark .final-cta p,
  .section-dark .cta-inner p,
  .section-dark .support-card h3,
  .section-dark .webinar-panel h3,
  .section-dark .flow-list h3 {
    color: var(--sesang-ink);
  }

  .section-head {
    width: min(100%, 860px);
    margin-inline: auto;
    text-align: center;
  }

  .section-head h2,
  .cta-inner h2,
  .final-cta h2,
  .consult-copy h2 {
    color: var(--sesang-ink);
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.24;
  }

  .section-head p,
  .benefit-panel p,
  .pain-card p,
  .support-card p,
  .voice-card p,
  .flow-list p,
  .faq-list p,
  .message-body p {
    color: var(--sesang-muted);
  }

  .section-kicker,
  .section-dark .section-kicker,
  .hero .section-kicker,
  .cta-band .section-kicker {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    padding: 6px 14px;
    color: #03a7a8;
    background: rgba(37, 244, 238, 0.1);
    border: 1px solid rgba(37, 244, 238, 0.2);
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .hero {
    min-height: auto;
    padding: 120px max(40px, calc((100vw - var(--max)) / 2)) 80px;
    color: #ffffff;
    background: #f7fbff;
  }

  .hero::before {
    position: absolute;
    inset: 118px max(40px, calc((100vw - var(--max)) / 2)) 80px;
    z-index: -1;
    content: "";
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.34)),
      linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(12, 22, 28, 0.2);
  }

  .hero-media {
    inset: 118px max(40px, calc((100vw - var(--max)) / 2)) 80px;
    border-radius: 34px;
    opacity: 1;
    transform: none;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
  }

  .hero-media img {
    filter: saturate(1.08) contrast(1.08) brightness(0.72);
  }

  .hero-shade {
    display: block;
    inset: 118px max(40px, calc((100vw - var(--max)) / 2)) 80px;
    z-index: 0;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.26)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.34));
    border-radius: 34px;
  }

  .hero-inner,
  .lp-hero-inner {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
    min-height: 760px;
    padding: 78px 70px;
    color: #ffffff;
  }

  .hero-brand {
    width: 230px;
    margin-bottom: 20px;
  }

  .platform-strip {
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    backdrop-filter: blur(12px);
  }

  .platform-strip span {
    width: 54px;
    height: 54px;
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
  }

  .hero .section-kicker {
    margin-inline: 0;
    color: #061014;
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(255, 255, 255, 0.9);
  }

  .hero-catch {
    color: #081116;
    background: #ffffff;
    border-radius: 999px;
  }

  .hero-title {
    max-width: 720px;
    color: #ffffff;
    font-size: clamp(54px, 5vw, 78px);
    text-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  }

  .hero-title em {
    color: #25f4ee;
    text-decoration-color: #fe2c55;
  }

  .hero-copy {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
  }

  .hero-statement,
  .hero-points {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 24px;
    box-shadow: none;
    backdrop-filter: blur(18px);
  }

  .hero-statement span,
  .hero-statement small,
  .hero-points li {
    color: rgba(255, 255, 255, 0.88);
  }

  .hero-statement strong {
    color: #ffffff;
  }

  .hero-actions .button,
  .final-actions .button,
  .line-bridge a {
    border-radius: 999px;
  }

  .button-primary,
  .section-dark .button-primary,
  .cta-band .button-primary,
  .final-cta .button-primary,
  .consult .button-primary,
  .ds-button--primary {
    color: #ffffff;
    background: #06c755;
    border-color: #06c755;
    box-shadow: 0 18px 36px rgba(6, 199, 85, 0.2);
  }

  .button-primary:hover,
  .section-dark .button-primary:hover,
  .cta-band .button-primary:hover,
  .final-cta .button-primary:hover,
  .consult .button-primary:hover,
  .ds-button--primary:hover {
    color: #ffffff;
    background: #00ad48;
    border-color: #00ad48;
  }

  .button-ghost,
  .button-outline,
  .section-dark .button-ghost,
  .section-dark .button-outline,
  .final-cta .button-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.46);
  }

  .unitrus-band {
    background: #071014;
    border-block: 0;
  }

  .line-bridge {
    width: min(calc(100% - 80px), var(--max));
    margin: -42px auto 0;
    padding: 28px 34px;
    color: var(--sesang-ink);
    background: #ffffff;
    border: 1px solid var(--sesang-line);
    border-radius: 999px;
    box-shadow: var(--sesang-shadow);
  }

  .line-bridge p {
    color: var(--sesang-muted);
  }

  .line-bridge p span {
    color: #03a7a8;
  }

  .line-bridge a {
    color: #ffffff;
    background: #06c755;
    border-color: #06c755;
  }

  .line-bridge a:hover,
  .line-bridge a:focus-visible {
    background: #00ad48;
    border-color: #00ad48;
  }

  .ds-card,
  .benefit-panel,
  .pain-card,
  .support-card,
  .plan-card,
  .job-card,
  .voice-card,
  .voice-placeholder,
  .webinar-panel,
  .faq-list details,
  .company-list div,
  .flow-list li {
    color: var(--sesang-ink);
    background: var(--sesang-card);
    border: 1px solid var(--sesang-line);
    border-radius: var(--sesang-radius);
    box-shadow: var(--sesang-shadow);
  }

  .benefit-panel {
    max-width: none;
    padding: 44px 52px;
  }

  .benefit-panel h3,
  .pain-card h3,
  .support-card h3,
  .voice-card h3,
  .flow-list h3,
  .faq-list summary {
    color: var(--sesang-ink);
  }

  .quote-list li,
  .hero-points li {
    border-radius: 14px;
  }

  .stack-cards,
  .solution-list,
  .strength-list,
  .voice-grid,
  .case-grid,
  .faq-list {
    gap: 28px;
  }

  .stack-cards {
    margin-top: 46px;
  }

  .pain-card,
  .support-card,
  .job-card {
    padding: 30px;
  }

  .pain-card span,
  .support-card span,
  .flow-list span {
    color: #03a7a8;
  }

  #benefits,
  #solution,
  #message,
  #flow,
  .final-cta {
    background:
      linear-gradient(180deg, rgba(234, 248, 241, 0.82), rgba(250, 253, 251, 0.96));
  }

  #concerns,
  #work,
  #reasons,
  #voices,
  #compare,
  #faq {
    background: #ffffff;
  }

  #solution .section-inner,
  #work .section-inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 58px;
  }

  #solution .section-visual,
  #work .section-visual {
    overflow: hidden;
    border: 1px solid var(--sesang-line);
    border-radius: 30px;
    box-shadow: var(--sesang-shadow);
  }

  .section-visual::before,
  .section-visual::after {
    opacity: 0.28;
  }

  .compare-table {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--sesang-line);
    border-radius: 24px;
    box-shadow: var(--sesang-shadow);
  }

  .compare-table th,
  .compare-table td {
    color: var(--sesang-ink);
    border-color: var(--sesang-line);
  }

  .flow-list {
    gap: 18px;
  }

  .flow-list li {
    min-height: 230px;
    padding: 28px 22px;
  }

  .final-cta-inner {
    max-width: 980px;
    padding: 58px;
    background:
      linear-gradient(135deg, rgba(6, 199, 85, 0.1), rgba(37, 244, 238, 0.12)),
      #ffffff;
    border: 1px solid var(--sesang-line);
    border-radius: 34px;
    box-shadow: var(--sesang-shadow);
  }

  .site-footer {
    color: var(--sesang-muted);
    background: #ffffff;
    border-top: 1px solid var(--sesang-line);
  }
}

/* UniTrus official-site inspired tone: black base, cyan glow, sharp digital surfaces */
@media (min-width: 900px) {
  :root {
    --brand-bg: #080808;
    --brand-bg-2: #0d1013;
    --brand-panel: rgba(17, 21, 26, 0.86);
    --brand-panel-strong: #11151a;
    --brand-text: #f5f5f5;
    --brand-soft: #d7dde5;
    --brand-muted: #9aa3af;
    --brand-line: rgba(255, 255, 255, 0.14);
    --brand-line-strong: rgba(37, 244, 238, 0.42);
    --brand-cyan: #25f4ee;
    --brand-pink: #fe2c55;
    --brand-purple: #8a4cff;
    --brand-blue: #6c86ff;
    --brand-radius: 10px;
    --brand-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
    --brand-glow: 0 0 0 1px rgba(37, 244, 238, 0.16), 0 22px 54px rgba(37, 244, 238, 0.08);
  }

  html,
  body,
  .ds-body {
    color: var(--brand-text);
    background: var(--brand-bg);
  }

  body::before {
    opacity: 1;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(37, 244, 238, 0.045) 1px, transparent 1px),
      radial-gradient(circle at 20% 8%, rgba(37, 244, 238, 0.12), transparent 32%),
      radial-gradient(circle at 82% 18%, rgba(254, 44, 85, 0.12), transparent 34%);
    background-size: 100% 8px, 72px 72px, 100% 100%, 100% 100%;
  }

  .site-header {
    color: var(--brand-text);
    background: rgba(8, 8, 8, 0.94);
    border-bottom: 1px solid var(--brand-line);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
  }

  .site-header__line {
    color: #061014;
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(37, 244, 238, 0.18);
  }

  .site-header__line:hover,
  .site-header__line:focus-visible {
    color: #ffffff;
    background: var(--brand-pink);
    border-color: var(--brand-pink);
  }

  .section,
  .ds-section,
  #concerns,
  #work,
  #reasons,
  #voices,
  #compare,
  #faq,
  #benefits,
  #solution,
  #message,
  #flow,
  .final-cta,
  .section-dark,
  .benefits,
  .message,
  .flow {
    color: var(--brand-text);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 42%),
      var(--brand-bg);
  }

  #benefits,
  #solution,
  #flow,
  .final-cta {
    background:
      radial-gradient(circle at 16% 0%, rgba(37, 244, 238, 0.1), transparent 30%),
      radial-gradient(circle at 88% 20%, rgba(138, 76, 255, 0.12), transparent 35%),
      linear-gradient(180deg, #0a0d10 0%, #080808 100%);
  }

  .section-head h2,
  .cta-inner h2,
  .final-cta h2,
  .consult-copy h2,
  .benefit-panel h3,
  .pain-card h3,
  .support-card h3,
  .voice-card h3,
  .flow-list h3,
  .faq-list summary,
  .section-dark .support-card h3,
  .section-dark .webinar-panel h3,
  .section-dark .flow-list h3 {
    color: var(--brand-text);
  }

  .section-head h2,
  .cta-inner h2,
  .final-cta h2,
  .consult-copy h2 {
    font-family: var(--font-title);
    letter-spacing: 0;
    text-shadow: 0 0 24px rgba(37, 244, 238, 0.08);
  }

  .section-head p,
  .section-dark .section-head p,
  .section-dark .consult-copy p,
  .section-dark .final-cta p,
  .section-dark .cta-inner p,
  .benefit-panel p,
  .pain-card p,
  .support-card p,
  .voice-card p,
  .flow-list p,
  .faq-list p,
  .message-body p {
    color: var(--brand-muted);
  }

  .section-kicker,
  .section-dark .section-kicker,
  .hero .section-kicker,
  .cta-band .section-kicker {
    color: var(--brand-cyan);
    background: rgba(37, 244, 238, 0.08);
    border: 1px solid rgba(37, 244, 238, 0.28);
    border-radius: 4px;
    font-family: var(--font-title);
  }

  .hero {
    color: #ffffff;
    background: var(--brand-bg);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(8, 8, 8, 0.8), rgba(8, 8, 8, 0.32)),
      linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(138, 76, 255, 0.12) 46%, rgba(254, 44, 85, 0.16));
    border: 1px solid rgba(37, 244, 238, 0.22);
    border-radius: 10px;
    box-shadow: var(--brand-shadow), var(--brand-glow);
  }

  .hero-media,
  .hero-person,
  .hero-shade {
    border-radius: 10px;
  }

  .hero-media {
    box-shadow: var(--brand-shadow), var(--brand-glow);
  }

  .hero-media img {
    filter: saturate(1.18) contrast(1.12) brightness(0.66);
  }

  .hero-person {
    inset: 118px max(40px, calc((100vw - var(--max)) / 2)) 80px;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    mix-blend-mode: normal;
    display: grid;
    place-items: start center;
    background:
      radial-gradient(circle at 72% 48%, rgba(37, 244, 238, 0.12), transparent 26%),
      radial-gradient(circle at 88% 42%, rgba(254, 44, 85, 0.12), transparent 30%),
      #050607;
  }

  .hero-person::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
      linear-gradient(90deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.8) 32%, rgba(8, 8, 8, 0.14) 58%, rgba(8, 8, 8, 0.02) 100%),
      linear-gradient(180deg, rgba(8, 8, 8, 0.06), rgba(8, 8, 8, 0.18));
  }

  .hero-person img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    filter: saturate(1.08) contrast(1.08) brightness(1.02);
  }

  .hero-shade {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(8, 8, 8, 0.9), rgba(8, 8, 8, 0.44) 46%, rgba(8, 8, 8, 0.12)),
      linear-gradient(180deg, rgba(8, 8, 8, 0.04), rgba(8, 8, 8, 0.48)),
      repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 7px);
  }

  .platform-strip,
  .hero-statement,
  .hero-points {
    background: rgba(8, 8, 8, 0.52);
    border: 1px solid rgba(37, 244, 238, 0.18);
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .hero-statement {
    align-self: end;
    transform: translateY(96px);
  }

  .platform-strip span {
    border-radius: 9px;
  }

  .hero-catch {
    color: #061014;
    background: var(--brand-cyan);
    border: 1px solid var(--brand-cyan);
    border-radius: 4px;
  }

  .hero .section-kicker {
    color: var(--brand-cyan);
    background: rgba(8, 8, 8, 0.72);
    border-color: rgba(37, 244, 238, 0.34);
  }

  .hero-title {
    font-family: var(--font-title);
    color: #ffffff;
    text-shadow: 0 0 34px rgba(37, 244, 238, 0.14);
  }

  .hero-title em {
    color: var(--brand-cyan);
    text-decoration-color: var(--brand-pink);
  }

  .hero-copy,
  .hero-statement span,
  .hero-statement small,
  .hero-points li {
    color: rgba(245, 245, 245, 0.88);
  }

  .hero-statement strong {
    color: #ffffff;
    font-family: var(--font-title);
  }

  .button-primary,
  .section-dark .button-primary,
  .cta-band .button-primary,
  .final-cta .button-primary,
  .consult .button-primary,
  .ds-button--primary,
  .line-bridge a {
    color: #061014;
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    border-radius: 4px;
    box-shadow: 0 18px 40px rgba(37, 244, 238, 0.14);
  }

  .button-primary:hover,
  .section-dark .button-primary:hover,
  .cta-band .button-primary:hover,
  .final-cta .button-primary:hover,
  .consult .button-primary:hover,
  .ds-button--primary:hover,
  .line-bridge a:hover,
  .line-bridge a:focus-visible {
    color: #ffffff;
    background: var(--brand-pink);
    border-color: var(--brand-pink);
  }

  .button-ghost,
  .button-outline,
  .section-dark .button-ghost,
  .section-dark .button-outline,
  .final-cta .button-ghost {
    color: var(--brand-text);
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--brand-line);
    border-radius: 4px;
  }

  .unitrus-band {
    background: #050505;
    border-block: 1px solid rgba(37, 244, 238, 0.22);
  }

  .line-bridge {
    color: var(--brand-text);
    background: rgba(13, 16, 19, 0.96);
    border: 1px solid rgba(37, 244, 238, 0.24);
    border-radius: 10px;
    box-shadow: var(--brand-shadow), var(--brand-glow);
  }

  .line-bridge p {
    color: var(--brand-soft);
  }

  .line-bridge p span,
  .pain-card span,
  .support-card span,
  .flow-list span,
  .company-list dt {
    color: var(--brand-cyan);
  }

  .ds-card,
  .benefit-panel,
  .pain-card,
  .support-card,
  .plan-card,
  .job-card,
  .voice-card,
  .voice-placeholder,
  .webinar-panel,
  .faq-list details,
  .company-list div,
  .flow-list li,
  .compare-table,
  .final-cta-inner,
  .message-body {
    color: var(--brand-text);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
      var(--brand-panel);
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow);
  }

  .ds-card:hover,
  .pain-card:hover,
  .support-card:hover,
  .job-card:hover,
  .voice-card:hover,
  .faq-list details:hover {
    border-color: var(--brand-line-strong);
    box-shadow: var(--brand-shadow), var(--brand-glow);
  }

  .quote-list li {
    color: var(--brand-soft);
    background: rgba(37, 244, 238, 0.07);
    border-color: rgba(37, 244, 238, 0.16);
    border-radius: 6px;
  }

  .section-visual,
  #solution .section-visual,
  #work .section-visual {
    border: 1px solid var(--brand-line);
    border-radius: var(--brand-radius);
    box-shadow: var(--brand-shadow), var(--brand-glow);
  }

  .section-visual::before,
  .section-visual::after {
    opacity: 0.52;
  }

  .compare-table {
    background: var(--brand-panel-strong);
  }

  .compare-table th,
  .compare-table td {
    color: var(--brand-text);
    border-color: var(--brand-line);
  }

  .compare-table td {
    color: var(--brand-soft);
  }

  .final-cta-inner {
    background:
      radial-gradient(circle at 15% 18%, rgba(37, 244, 238, 0.14), transparent 32%),
      radial-gradient(circle at 86% 20%, rgba(254, 44, 85, 0.12), transparent 34%),
      var(--brand-panel-strong);
  }

  .site-footer {
    color: var(--brand-muted);
    background: #050505;
    border-top: 1px solid var(--brand-line);
  }
}

/* Final FV override: larger wide desktop hero, no filter/overlay on generated portrait */
@media (min-width: 900px) {
  .hero {
    padding: 104px 32px 52px !important;
  }

  .hero::before,
  .hero-person {
    inset: 104px 32px 52px !important;
    border-radius: 12px !important;
  }

  .hero-media,
  .hero-shade,
  .hero-person::before {
    display: none !important;
  }

  .hero-person {
    opacity: 1 !important;
    overflow: hidden !important;
    display: grid !important;
    place-items: start center !important;
    background: #050607 !important;
  }

  .hero-person img {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center top !important;
    filter: none !important;
  }

  .hero-inner,
  .lp-hero-inner {
    width: min(100%, 1480px) !important;
    min-height: 820px !important;
    padding: 82px 72px 70px !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px) !important;
    grid-template-areas:
      "brand side"
      "catch side"
      "title side"
      "copy points"
      "actions points" !important;
    column-gap: 92px !important;
  }

  .site-header {
    gap: 18px !important;
  }

  .site-header__nav {
    max-width: 820px !important;
    margin-inline: auto !important;
  }

  .site-header__apps {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .site-header__apps span {
    width: 44px !important;
    height: 44px !important;
    border-radius: 11px !important;
  }

  .hero-statement {
    transform: translateY(132px) !important;
  }
}

/* Alternate preview: first view with the partner copy on the left. */
@media (min-width: 900px) {
  .hero-left-version .hero-person img {
    transform: scaleX(-1) !important;
    transform-origin: center center !important;
  }

  .hero-left-version .hero-inner,
  .hero-left-version .lp-hero-inner {
    grid-template-columns: minmax(440px, 1fr) minmax(0, 640px) !important;
    grid-template-areas:
      ". brand"
      ". catch"
      ". title"
      ". copy"
      ". side"
      ". points"
      ". actions" !important;
    column-gap: 72px !important;
    justify-content: center !important;
  }

  .hero-left-version .hero-brand,
  .hero-left-version .hero-catch,
  .hero-left-version .hero-title,
  .hero-left-version .hero-copy,
  .hero-left-version .hero-statement,
  .hero-left-version .hero-points,
  .hero-left-version .hero-actions {
    justify-self: start !important;
    max-width: 640px !important;
  }

  .hero-left-version .hero-statement {
    align-self: start !important;
    width: min(100%, 520px) !important;
    margin-top: 10px !important;
    transform: none !important;
  }

  .hero-left-version .hero-points {
    width: min(100%, 640px) !important;
    margin-top: 14px !important;
  }
}

/* Mobile breathing room: keep the phone layout but avoid edge-to-edge crowding. */
@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px !important;
  }

  .ds-section,
  .section {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hero {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .section-inner,
  .ds-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-inner,
  .lp-hero-inner,
  .benefit-panel,
  .pain-card,
  .support-card,
  .strength-item,
  .voice-card,
  .message-body,
  .faq-list details,
  .final-cta-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .line-bridge {
    width: calc(100% - 32px) !important;
    margin-inline: auto !important;
    padding: 22px 18px !important;
  }

  .stack-cards,
  .solution-list,
  .strength-list,
  .voice-grid,
  .flow-list,
  .faq-list {
    gap: 16px !important;
  }
}

/* Representative message: make the founder note feel like a signature section. */
#message {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(37, 244, 238, 0.18), transparent 34%),
    radial-gradient(circle at 88% 28%, rgba(254, 44, 85, 0.16), transparent 36%),
    linear-gradient(180deg, #030506 0%, #080a0d 48%, #030506 100%) !important;
}

#message::before {
  position: absolute;
  inset: 28px max(20px, calc((100vw - var(--max)) / 2 - 24px));
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(37, 244, 238, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 244, 238, 0.035) 1px, transparent 1px);
  background-size: 100% 10px, 10px 100%;
  border: 1px solid rgba(37, 244, 238, 0.18);
  border-radius: 16px;
  opacity: 0.72;
}

#message .section-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
  padding: 54px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(5, 8, 10, 0.82);
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 18px;
  box-shadow:
    0 32px 88px rgba(0, 0, 0, 0.48),
    0 0 42px rgba(37, 244, 238, 0.12);
}

#message .section-head {
  width: 100%;
  margin: 0;
  text-align: left;
}

#message .section-head::before {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  content: "代表メッセージ";
  color: #061014;
  background: var(--brand-cyan);
  border-radius: 4px;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#message .section-head h2 {
  max-width: 10em;
  color: #ffffff !important;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.16;
  text-shadow: 0 0 34px rgba(37, 244, 238, 0.2);
}

#message .section-head p {
  margin-top: 22px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86) !important;
  border-left: 3px solid var(--brand-cyan);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.9;
}

#message .message-body {
  margin: 0;
  padding: 42px;
  background:
    linear-gradient(180deg, rgba(37, 244, 238, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(7, 10, 13, 0.9) !important;
  border: 1px solid rgba(37, 244, 238, 0.34) !important;
  border-radius: 14px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 54px rgba(0, 0, 0, 0.36) !important;
}

#message .message-body p {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px;
  line-height: 2.05;
}

#message .message-body p:first-child {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.9;
}

#message .message-body .signature {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  margin-top: 26px;
  padding: 14px 18px;
  color: #ffffff !important;
  background: linear-gradient(120deg, rgba(138, 76, 255, 0.22), rgba(37, 244, 238, 0.16));
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.8;
}

/* TikTok-only platform block directly below the first view. */
#platforms.fv-platforms {
  position: relative;
  z-index: 2;
  padding-block: 72px !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(37, 244, 238, 0.045), transparent 42%, rgba(254, 44, 85, 0.045)),
    #0d1015 !important;
  border-top: 1px solid rgba(37, 244, 238, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#platforms .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  align-items: center;
  gap: clamp(44px, 6vw, 84px);
  width: min(calc(100% - 64px), 1180px);
}

#platforms .section-head {
  max-width: 660px;
  margin: 0;
  text-align: left;
}

#platforms .section-kicker {
  margin: 0 0 16px;
  padding: 0;
  color: var(--brand-cyan) !important;
  border: 0;
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

#platforms .section-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 800;
  line-height: 1.3;
}

#platforms .section-head > p:not(.section-kicker) {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.platform-app-grid {
  display: grid;
  width: 100%;
}

.platform-app-card {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 164px;
  padding: 28px;
  overflow: hidden;
  color: #ffffff;
  background: #181b21;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.32);
}

.platform-app-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-magenta));
}

.platform-app-icon {
  display: grid;
  place-items: center;
  width: 84px;
  aspect-ratio: 1;
  padding: 14px;
  background: #060708;
  border: 1px solid rgba(37, 244, 238, 0.56);
  border-radius: 4px;
  box-shadow: 0 0 24px rgba(37, 244, 238, 0.12);
}

.platform-app-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform-app-copy {
  min-width: 0;
}

.platform-app-copy > p:first-child {
  margin: 0 0 8px;
  color: var(--brand-cyan) !important;
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.platform-app-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
}

.platform-app-copy > p:last-child {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 899px) {
  #platforms.fv-platforms {
    padding-block: 64px !important;
  }

  #platforms .section-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(calc(100% - 44px), 680px);
  }

  #platforms .section-head h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .platform-app-card {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 20px;
    min-height: 142px;
    padding: 24px 22px;
  }

  .platform-app-icon {
    width: 70px;
    padding: 12px;
  }

  .platform-app-copy h3 {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .platform-app-card {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 18px;
  }

  .platform-app-icon {
    width: 60px;
    padding: 10px;
  }

  .platform-app-copy h3 {
    font-size: 22px;
  }

  .platform-app-copy > p:last-child {
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  #message::before {
    inset: 18px 12px;
    border-radius: 12px;
  }

  #message .section-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 22px !important;
    border-radius: 14px;
  }

  #message .section-head h2 {
    max-width: 100%;
    font-size: 34px;
  }

  #message .section-head p {
    font-size: 14px;
  }

  #message .message-body {
    padding: 24px 20px !important;
  }

  #message .message-body p,
  #message .message-body p:first-child {
    font-size: 14px;
    line-height: 1.95;
  }
}

/* Requested refresh: plain section labels and animated, layered first view. */
.section-head > .section-kicker,
.final-cta-inner > .section-kicker {
  display: block;
  width: auto;
  max-width: none;
  margin: 0 0 12px;
  padding: 0;
  color: var(--brand-cyan);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: inherit;
  text-transform: uppercase;
}

#message .section-head::before {
  display: none;
}

#message .section-head > .section-kicker {
  margin-bottom: 18px;
  padding-left: 0;
  color: var(--brand-cyan) !important;
  border-left: 0;
}

.hero-orbit {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0.86;
  filter: blur(0.2px);
}

.hero-orbit-pink {
  right: -110px;
  bottom: -210px;
  z-index: 1;
  width: min(52vw, 620px);
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.92), rgba(138, 76, 255, 0.66));
  animation: unitrusPulse 7s ease-in-out infinite;
}

.hero-orbit-cyan {
  left: 52%;
  top: 36%;
  z-index: 1;
  width: 160px;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.42), transparent 68%);
  animation: unitrusFloat 8s ease-in-out infinite;
}

.hero-line-card {
  display: grid;
  gap: 18px;
  width: min(100%, 380px);
  padding: 14px;
  color: #ffffff;
  background: rgba(16, 17, 19, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.44);
}

.hero-line-button {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  align-items: center;
  min-height: 66px;
  padding: 10px 14px 10px 18px;
  color: #ffffff;
  text-decoration: none;
  background: #050505;
  border: 2px solid transparent;
  border-radius: 999px;
  background-image:
    linear-gradient(#050505, #050505),
    linear-gradient(100deg, #8a4cff, #25f4ee);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: transform 180ms ease, filter 180ms ease;
}

.hero-line-button span {
  grid-column: 1;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.hero-line-button small {
  grid-column: 1;
  color: #bfff4d;
  font-size: 10px;
  font-weight: 900;
  text-align: center;
}

.hero-line-button b {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.hero-line-button:hover,
.hero-line-button:focus-visible {
  color: #ffffff;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

@keyframes unitrusFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -16px, 0);
  }
}

@keyframes unitrusPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.76;
  }

  50% {
    transform: scale(1.035);
    opacity: 0.94;
  }
}

@media (min-width: 900px) {
  .hero {
    min-height: 920px !important;
    padding: 0 !important;
    background: #050607 !important;
  }

  .hero::before {
    display: none !important;
  }

  .hero-media {
    display: none !important;
  }

  .hero-person {
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
    opacity: 1 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #050607 !important;
  }

  .hero-person img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center right !important;
    filter: none !important;
    animation: unitrusHeroDrift 16s ease-in-out infinite alternate;
  }

  .hero-shade {
    z-index: 1 !important;
    display: block !important;
    background:
      linear-gradient(90deg, rgba(5, 7, 10, 0.94) 0%, rgba(5, 7, 10, 0.72) 38%, rgba(5, 7, 10, 0.18) 70%, rgba(5, 7, 10, 0.06) 100%),
      linear-gradient(180deg, rgba(5, 7, 10, 0.08), rgba(5, 7, 10, 0.52)) !important;
  }

  .hero-inner,
  .lp-hero-inner {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
    grid-template-areas:
      "catch ."
      "title ."
      "copy ."
      "brand ."
      ". card" !important;
    align-content: center !important;
    width: min(100%, 1520px) !important;
    min-height: 920px !important;
    padding: 92px 46px 58px !important;
    column-gap: 44px !important;
  }

  .hero-catch {
    grid-area: catch;
    position: relative;
    display: inline-flex;
    width: max-content;
    max-width: min(100%, 560px);
    margin: 0 0 18px !important;
    padding: 17px 88px 17px 24px !important;
    color: #ffffff !important;
    background: linear-gradient(100deg, #5164d8, #9d78ee) !important;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 100% 0, calc(100% - 36px) 100%, 0% 100%);
    box-shadow: 0 22px 44px rgba(28, 36, 94, 0.36);
  }

  .hero-catch span {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.35;
  }

  .hero-title {
    grid-area: title;
    max-width: 760px !important;
    padding-bottom: 18px;
    color: #d6c5ff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font-family: var(--font-sans);
    font-size: clamp(40px, 3.8vw, 58px) !important;
    line-height: 1.14 !important;
    text-shadow: 0 0 22px rgba(138, 76, 255, 0.22);
  }

  .hero-copy {
    grid-area: copy;
    max-width: 760px !important;
    margin: 30px 0 0 !important;
    color: #ffffff !important;
    font-family: var(--font-sans);
    font-size: 23px !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
  }

  .hero-statement {
    grid-area: brand;
    display: grid;
    gap: 26px;
    width: min(100%, 940px) !important;
    margin: 70px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .hero-statement span {
    color: #ffffff !important;
    font-size: clamp(38px, 4.6vw, 70px) !important;
    font-weight: 900;
    line-height: 1.22;
  }

  .hero-statement img {
    width: min(100%, 780px);
    height: auto;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.34));
  }

  .hero-line-card {
    grid-area: card;
    align-self: end;
    justify-self: end;
    margin: 0 0 26px;
    animation: unitrusFloat 7.5s ease-in-out infinite;
  }
}

@keyframes unitrusHeroDrift {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.045) translate3d(-10px, -6px, 0);
  }
}

@media (max-width: 899px) {
  .hero-orbit-pink {
    right: -120px;
    bottom: -140px;
    width: 280px;
  }

  .hero-orbit-cyan {
    display: none;
  }

  .hero-statement img {
    width: min(100%, 300px);
    height: auto;
  }

  .hero-line-card {
    margin-top: 26px;
  }

  .hero-line-button span {
    font-size: 17px;
  }
}

/* Representative signature: plain text without a framed background. */
#message .message-body .signature {
  display: block;
  min-height: 0;
  padding: 0;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 900px) {
  .fv-proof span:first-child {
    color: #bfff7d;
    background:
      linear-gradient(#171717, #171717) padding-box,
      linear-gradient(110deg, rgba(143, 73, 255, 0.92), rgba(37, 244, 238, 0.92)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 0 18px rgba(37, 244, 238, 0.12);
  }

  .fv-proof span:first-child::before {
    display: grid;
    place-items: center;
    width: 15px;
    height: 15px;
    color: #ffffff;
    content: "✓";
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: none;
    font-size: 10px;
    line-height: 1;
  }
}


@media (min-width: 900px) {
  .fv-proof {
    display: grid !important;
    grid-template-columns: 1.16fr 1fr 1.2fr;
    width: min(68vw, 1220px) !important;
    gap: 10px !important;
  }

  .fv-proof span {
    gap: 10px !important;
    min-height: 88px;
    padding: 14px 16px !important;
    font-size: clamp(16px, 1.25vw, 19px) !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    white-space: normal;
  }

  .fv-proof__text {
    display: block;
    min-width: 0;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
  }

  .fv-proof__text strong {
    white-space: nowrap;
  }

  .fv-proof span::before,
  .fv-proof span:first-child::before,
  .fv-proof span:nth-child(2)::before,
  .fv-proof span:nth-child(3)::before {
    width: 19px !important;
    height: 19px !important;
    font-size: 12px !important;
  }

  .fv-proof strong {
    font-size: 1.28em !important;
  }
}

@media (min-width: 1500px) {
  .fv-proof span {
    white-space: nowrap;
  }
}

@media (max-width: 899px) {
  #flow-title {
    font-size: clamp(22px, 6.7vw, 27px) !important;
    white-space: nowrap;
  }
}

.fv-mobile-copy {
  display: none;
}

@media (max-width: 899px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px !important;
    width: 100%;
    min-height: 56px !important;
    padding: 7px 12px !important;
    overflow: hidden;
  }

  .site-header__logo {
    width: 104px !important;
    min-width: 104px !important;
  }

  .site-header__nav {
    display: flex !important;
    gap: 7px !important;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .site-header__nav::-webkit-scrollbar {
    display: none;
  }

  .site-header__nav a {
    flex: 0 0 auto;
  }

  .site-header__apps {
    flex: 0 0 auto;
  }

  .site-header__apps small {
    display: none;
  }

  .hero,
  .fv-stage {
    width: 100% !important;
    min-height: 760px !important;
    height: 760px !important;
  }

  .fv-stage::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
      linear-gradient(180deg, rgba(2, 5, 10, 0.78) 0%, rgba(2, 5, 10, 0.36) 45%, rgba(2, 5, 10, 0.2) 70%, rgba(2, 5, 10, 0.72) 100%),
      linear-gradient(90deg, rgba(3, 8, 14, 0.72), rgba(3, 8, 14, 0.06));
    pointer-events: none;
  }

  .fv-layer {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    transform: none !important;
  }

  .fv-bg {
    object-fit: cover !important;
    object-position: 63% center !important;
  }

  .fv-copy {
    display: none !important;
  }

  .fv-mobile-copy {
    position: absolute;
    z-index: 4;
    top: 34px;
    right: 20px;
    left: 20px;
    display: block;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.88);
  }

  .fv-mobile-copy p {
    margin: 0;
  }

  .fv-mobile-copy__eyebrow {
    display: inline-block;
    padding: 8px 12px;
    color: #ffffff;
    background: linear-gradient(110deg, rgba(108, 134, 255, 0.94), rgba(138, 76, 255, 0.94));
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
  }

  .fv-mobile-copy__headline {
    margin-top: 16px !important;
    color: #d9c9ff;
    font-size: clamp(28px, 8.6vw, 38px);
    font-weight: 900;
    line-height: 1.24;
  }

  .fv-mobile-copy__lead {
    width: min(100%, 330px);
    margin-top: 16px !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75;
  }

  .fv-mobile-copy__route {
    margin-top: 20px !important;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
  }

  .fv-mobile-copy img {
    display: none;
  }

  .fv-cta-img {
    z-index: 3;
    right: 16px !important;
    bottom: 18px !important;
    width: min(91vw, 354px) !important;
  }

  .fv-cta-link {
    right: 18px !important;
    bottom: 22px !important;
    width: min(89vw, 346px) !important;
    height: 190px !important;
  }
}

.fv-cta-link {
  transition: transform 180ms ease, filter 180ms ease;
}

.fv-cta-link:hover,
.fv-cta-link:focus-visible {
  transform: translateY(-5px);
  filter: drop-shadow(0 12px 18px rgba(37, 244, 238, 0.2));
}

@media (prefers-reduced-motion: reduce) {
  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-person img,
  .hero-orbit,
  .hero-line-card {
    animation: none !important;
  }
}

/* FV fit pass after live preview: keep the reference-like composition in one viewport. */
@media (min-width: 900px) {
  .hero {
    min-height: 820px !important;
  }

  .hero-inner,
  .lp-hero-inner {
    min-height: 820px !important;
    padding-top: 78px !important;
    padding-bottom: 38px !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px) !important;
  }

  .hero-catch {
    margin-bottom: 14px !important;
    padding: 14px 78px 14px 22px !important;
  }

  .hero-catch span {
    font-size: 20px;
  }

  .hero-title {
    max-width: 980px !important;
    font-size: clamp(38px, 3.15vw, 50px) !important;
    line-height: 1.12 !important;
  }

  .hero-copy {
    margin-top: 24px !important;
    font-size: 21px !important;
  }

  .hero-statement {
    margin-top: 46px !important;
    gap: 20px !important;
  }

  .hero-statement span {
    font-size: clamp(34px, 4vw, 58px) !important;
  }

  .hero-statement img {
    width: min(100%, 670px);
  }

  .hero-line-card {
    margin-bottom: 0;
  }
}

/* FV rebuilt from supplied artwork layers: background, copy, and CTA remain animatable. */
.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: auto !important;
  padding: 0 !important;
  background: #000 !important;
  overflow: hidden;
}

.fv-stage {
  position: relative;
  width: 100vw;
  max-width: none;
  aspect-ratio: 3 / 2;
  margin-inline: auto;
  overflow: hidden;
  background: #000;
}

.fv-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.fv-bg {
  z-index: 0;
  animation: fvBgBreath 14s ease-in-out infinite alternate;
}

.fv-copy {
  z-index: 1;
  animation: fvCopyIn 900ms var(--ease) both;
}

.fv-cta-img {
  inset: auto 16px 20px auto;
  width: min(27vw, 410px);
  height: auto;
  object-fit: contain;
  z-index: 2;
  animation: fvCtaIn 1000ms var(--ease) 180ms both;
}

.fv-cta-link {
  position: absolute;
  z-index: 6;
  right: max(14px, 2vw);
  bottom: 28px;
  width: min(27vw, 410px);
  height: min(15vw, 226px);
  border-radius: 18px;
  outline-offset: 4px;
}

.fv-cta-link:hover + .visually-hidden,
.fv-cta-link:focus-visible {
  outline: 3px solid var(--brand-cyan);
}

@keyframes fvBgBreath {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.018);
  }
}

@keyframes fvCopyIn {
  from {
    opacity: 0;
    transform: translate3d(-28px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fvCopyFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes fvCtaIn {
  from {
    opacity: 0;
    transform: translate3d(24px, 18px, 0) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fvCtaFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (max-width: 899px) {
  .fv-stage {
    width: 100vw;
    min-height: 690px;
    aspect-ratio: auto;
  }

  .fv-layer {
    width: 1500px;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
  }

  .fv-bg {
    left: auto;
    right: -520px;
    transform: none;
  }

  .fv-copy {
    left: -112px;
    transform: none;
  }

  .fv-cta-img {
    width: min(86vw, 350px);
    left: auto;
    right: 12px;
    top: auto;
    bottom: 20px;
  }

  .fv-cta-link {
    right: 14px;
    bottom: 24px;
    width: min(84vw, 342px);
    height: 188px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fv-bg,
  .fv-copy,
  .fv-cta-img {
    animation: none !important;
  }
}

/* Latest layout refinements */
.line-bridge {
  width: min(calc(100% - 40px), 760px) !important;
  margin: 28px auto !important;
  padding: clamp(20px, 4vw, 34px) !important;
  color: #ffffff !important;
  background: #262626 !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34) !important;
}

.line-bridge::before,
.line-bridge::after {
  display: none !important;
}

.line-bridge p {
  color: #bfff7d !important;
  font-size: clamp(18px, 2.3vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
  text-align: left !important;
}

.line-bridge p span {
  display: block !important;
  color: #ffffff !important;
  font-family: var(--font-base) !important;
  font-size: clamp(12px, 1.2vw, 15px) !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

.line-bridge a {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  min-height: clamp(64px, 8vw, 92px) !important;
  padding: 14px clamp(52px, 8vw, 82px) 14px 22px !important;
  color: #ffffff !important;
  background: #000000 !important;
  border: 2px solid transparent !important;
  border-radius: 14px !important;
  background-image:
    linear-gradient(#000, #000),
    linear-gradient(105deg, #8a49ff, #25f4ee) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  font-family: var(--font-base) !important;
  font-size: clamp(20px, 3vw, 36px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  box-shadow: none !important;
}

.line-bridge a span {
  color: #bfff7d;
  font-size: clamp(11px, 1.3vw, 14px);
  font-weight: 800;
  line-height: 1;
}

.line-bridge a::before {
  position: absolute;
  left: 22px;
  right: clamp(64px, 8vw, 88px);
  bottom: 26%;
  height: 1px;
  content: "";
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.76) 0 2px, transparent 2px 5px);
  opacity: 0.75;
}

.line-bridge a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  place-items: center;
  width: clamp(40px, 6vw, 62px);
  height: clamp(40px, 6vw, 62px);
  color: #ffffff;
  content: "→";
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  font-size: clamp(24px, 3.8vw, 42px);
  line-height: 1;
  transform: translateY(-50%);
}

.line-bridge a:hover,
.line-bridge a:focus-visible {
  color: #ffffff !important;
  background-image:
    linear-gradient(#07120b, #07120b),
    linear-gradient(105deg, #bfff7d, #25f4ee) !important;
  border-color: transparent !important;
  filter: none !important;
  transform: translateY(-2px) !important;
}

.line-bridge .note {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 12px !important;
}

#work .section-head p {
  text-align: left !important;
}

#work-title,
#voices-title,
#compare-title,
#final-cta-title {
  white-space: nowrap;
  font-size: clamp(25px, 4.6vw, 52px) !important;
  letter-spacing: 0 !important;
}

#work-title {
  font-size: clamp(26px, 4.2vw, 48px) !important;
}

#voices-title,
#compare-title,
#final-cta-title {
  font-size: clamp(24px, 3.8vw, 46px) !important;
}

.voice-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.voice-meta {
  order: 1;
  margin-bottom: 4px;
}

.voice-lead {
  order: 2;
  margin-top: 0 !important;
}

.voice-body {
  order: 3;
}

@media (min-width: 900px) {
  .line-bridge {
    width: min(calc(100% - 96px), 1180px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.72fr);
    align-items: center;
    gap: 28px;
    padding: 26px 32px !important;
    border-radius: 18px !important;
  }

  .line-bridge p {
    font-size: clamp(20px, 2vw, 28px) !important;
  }

  .line-bridge a {
    min-height: 86px !important;
    font-size: clamp(24px, 2.1vw, 34px) !important;
  }

  .line-bridge .note {
    grid-column: 1 / -1;
    margin-top: -6px !important;
  }

  #flow .section-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.85fr);
    gap: 42px;
    align-items: center;
  }

  #flow .section-head {
    grid-column: 1 / -1;
  }

  #flow .section-visual {
    grid-column: 1;
    margin: 0;
  }

  #flow .flow-list {
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
  }

  #flow .flow-list li {
    min-height: auto !important;
    padding: 20px 22px;
  }
}

@media (max-width: 560px) {
  #work-title,
  #voices-title,
  #compare-title,
  #final-cta-title {
    font-size: clamp(21px, 6vw, 29px) !important;
  }

  .line-bridge {
    width: min(calc(100% - 28px), 420px) !important;
    padding: 18px !important;
  }

  .line-bridge a {
    min-height: 68px !important;
    font-size: clamp(18px, 5.3vw, 23px) !important;
  }
}

/* Final requested refinements */
.line-bridge {
  position: relative !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.line-bridge:hover,
.line-bridge:focus-within {
  border-color: #06c755 !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(6, 199, 85, 0.65),
    0 0 30px rgba(6, 199, 85, 0.52) !important;
}

.strength-item,
.strength .strength-item,
.section-dark .strength-item {
  background: transparent !important;
  box-shadow: none !important;
}

#message .message-body,
#message .ds-card.message-body {
  border: 0 !important;
  box-shadow: none !important;
}

.faq-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.faq-list details {
  display: block !important;
}

.faq-list details > p {
  display: block !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (min-width: 900px) {
  #flow .section-inner {
    align-items: stretch;
  }

  #flow .section-visual,
  #flow .flow-list {
    height: 100%;
  }

  #flow .flow-list {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #flow .flow-list li {
    display: grid;
    align-content: center;
    min-height: 0 !important;
  }
}

/* Header platform note and desktop first-view viewport fit. */
.site-header__apps {
  gap: 10px;
}

.site-header__apps small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .fv-stage {
    width: 100vw;
    height: clamp(
      620px,
      calc(100svh - 86px - var(--wp-admin--admin-bar--height, 0px)),
      900px
    );
    aspect-ratio: auto;
  }

  .fv-bg {
    object-fit: cover;
    object-position: center top;
  }

  .fv-copy {
    object-fit: contain;
    object-position: left center;
  }

  .fv-cta-img,
  .fv-cta-link {
    right: clamp(16px, 2.4vw, 46px);
    bottom: clamp(16px, 2vw, 28px);
    width: min(25vw, 390px);
    height: auto;
    aspect-ratio: 1030 / 568;
  }
}

@media (max-width: 560px) {
  .site-header__apps {
    gap: 6px;
  }

  .site-header__apps small {
    font-size: 9px;
  }
}

/* Interline-inspired LINE CTA with UniTrus colors. */
.line-bridge {
  grid-template-columns: 1fr !important;
  gap: 28px !important;
  padding: 38px 30px !important;
  background: #0b0b0c !important;
  border-radius: 12px !important;
}

.line-bridge__copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.line-bridge .line-bridge__eyebrow,
.line-bridge .line-bridge__title,
.line-bridge .line-bridge__description {
  margin: 0 !important;
}

.line-bridge .line-bridge__eyebrow {
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--font-base) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.26em !important;
  line-height: 1.2 !important;
}

.line-bridge .line-bridge__title {
  color: #ffffff !important;
  font-family: var(--font-base) !important;
  font-size: clamp(30px, 4.2vw, 52px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.22 !important;
}

.line-bridge .line-bridge__description {
  color: rgba(255, 255, 255, 0.76) !important;
  font-family: var(--font-base) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.7 !important;
}

.line-bridge .line-bridge__button {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 54px !important;
  padding: 0 26px !important;
  color: #051108 !important;
  background: #06c755 !important;
  background-image: none !important;
  border: 1px solid #06c755 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: var(--font-base) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease !important;
}

.line-bridge .line-bridge__button span {
  color: #051108 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.line-bridge .line-bridge__button::before,
.line-bridge .line-bridge__button::after {
  display: none !important;
}

.line-bridge .line-bridge__button:hover,
.line-bridge .line-bridge__button:focus-visible {
  color: #051108 !important;
  background: #35df7c !important;
  background-image: none !important;
  border-color: #35df7c !important;
  filter: none !important;
  transform: translateY(-2px) !important;
}

.line-bridge > .note {
  grid-column: 1 / -1;
  margin: -8px 0 0 !important;
}

@media (min-width: 900px) {
  .line-bridge {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 48px !important;
    padding: 50px 56px !important;
  }

  .line-bridge .line-bridge__button {
    width: auto !important;
    min-width: 230px !important;
    min-height: 54px !important;
  }
}

@media (max-width: 560px) {
  .line-bridge {
    gap: 24px !important;
    padding: 30px 24px !important;
  }

  .line-bridge .line-bridge__title {
    font-size: clamp(27px, 8vw, 36px) !important;
  }
}

/* Compact header and first-view proof points. */
.fv-proof {
  display: none;
}

@media (min-width: 900px) {
  .site-header {
    min-height: 64px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .site-header__logo {
    flex-basis: 154px !important;
    width: 154px !important;
  }

  .site-header__nav a {
    min-height: 30px !important;
    padding-inline: 11px !important;
    font-size: 10px !important;
  }

  .site-header__apps span {
    width: 38px !important;
    height: 38px !important;
    border-radius: 9px !important;
  }

  .fv-stage {
    height: clamp(
      560px,
      calc(100svh - 64px - var(--wp-admin--admin-bar--height, 0px)),
      900px
    );
  }

  .fv-proof {
    position: absolute;
    z-index: 5;
    left: clamp(24px, 2.4vw, 46px);
    bottom: clamp(18px, 1.8vw, 28px);
    display: flex;
    align-items: stretch;
    width: min(62vw, 1120px);
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(4, 10, 13, 0.9), rgba(8, 8, 10, 0.76));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 3px solid var(--brand-cyan);
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
  }

  .fv-proof span {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 8px;
    min-width: 0;
    padding: 11px 14px;
    font-family: var(--font-base);
    font-size: clamp(10px, 0.82vw, 14px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.45;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
  }

  .fv-proof span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .fv-proof span::before {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    content: "";
    background: var(--brand-cyan);
    box-shadow: 0 0 12px rgba(37, 244, 238, 0.72);
  }

  .fv-proof strong {
    color: #bfff7d;
    font-size: 1.2em;
    font-weight: 900;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 56px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

/* Occasional light sweep across the first-view LINE CTA. */
.fv-cta-link {
  overflow: hidden;
  isolation: isolate;
}

.fv-cta-link::after {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -55%;
  width: 24%;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.18) 28%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.18) 72%,
    transparent
  );
  filter: blur(2px);
  opacity: 0;
  transform: skewX(-20deg) translateX(0);
  animation: fvCtaShine 6s ease-in-out infinite;
}

@keyframes fvCtaShine {
  0%,
  68% {
    opacity: 0;
    transform: skewX(-20deg) translateX(0);
  }

  72% {
    opacity: 0.2;
  }

  78% {
    opacity: 0.95;
  }

  84%,
  100% {
    opacity: 0;
    transform: skewX(-20deg) translateX(700%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fv-cta-link::after {
    animation: none !important;
  }
}

/* Match the two offer points to the first-view LINE CTA styling. */
@media (min-width: 900px) {
  .fv-proof {
    gap: 8px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .fv-proof span {
    background: rgba(20, 20, 20, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 7px;
  }

  .fv-proof span:first-child {
    border-left: 3px solid var(--brand-cyan);
  }

  .fv-proof span:nth-child(2),
  .fv-proof span:nth-child(3) {
    color: #bfff7d;
    background:
      linear-gradient(#171717, #171717) padding-box,
      linear-gradient(110deg, rgba(143, 73, 255, 0.92), rgba(37, 244, 238, 0.92)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 0 18px rgba(37, 244, 238, 0.12);
  }

  .fv-proof span:nth-child(2)::before,
  .fv-proof span:nth-child(3)::before {
    display: grid;
    place-items: center;
    width: 15px;
    height: 15px;
    color: #ffffff;
    content: "✓";
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: none;
    font-size: 10px;
    line-height: 1;
  }
}

/* 2026-07-16 conversion and flow refinements. */
#benefits .section-head > p:not(.section-kicker) {
  width: 100%;
  text-align: center !important;
}

#benefits .quote-list {
  gap: 16px !important;
  margin: 30px 0 !important;
}

#benefits .quote-list li {
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

#benefits .quote-list li::before {
  display: none !important;
  content: none !important;
}

.line-bridge__meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 14px;
  min-width: 0;
}

.line-bridge__meta .note {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.line-bridge,
.line-bridge .line-bridge__eyebrow,
.line-bridge .line-bridge__title,
.line-bridge .line-bridge__description,
.line-bridge .note,
.line-bridge .line-bridge__button,
.line-bridge .line-bridge__button span {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.line-bridge:hover,
.line-bridge:focus-within {
  background: #f5f5f5 !important;
  border-color: #06c755 !important;
}

.line-bridge:hover .line-bridge__eyebrow,
.line-bridge:focus-within .line-bridge__eyebrow {
  color: #057a36 !important;
}

.line-bridge:hover .line-bridge__title,
.line-bridge:focus-within .line-bridge__title {
  color: #080808 !important;
}

.line-bridge:hover .line-bridge__description,
.line-bridge:hover .note,
.line-bridge:focus-within .line-bridge__description,
.line-bridge:focus-within .note {
  color: rgba(8, 8, 8, 0.7) !important;
}

.line-bridge:hover .line-bridge__button,
.line-bridge:focus-within .line-bridge__button,
.line-bridge:hover .line-bridge__button:hover,
.line-bridge:focus-within .line-bridge__button:focus-visible {
  color: #ffffff !important;
  background: #080808 !important;
  border-color: #080808 !important;
}

.line-bridge:hover .line-bridge__button span,
.line-bridge:focus-within .line-bridge__button span {
  color: #ffffff !important;
}

#faq .faq-list details,
#faq .faq-list summary,
#faq .faq-list details > p {
  color: #ffffff !important;
}

.section-visual,
#solution .section-visual,
#work .section-visual,
#flow .section-visual {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
}

#message .message-body::before,
#message .ds-card.message-body::before {
  display: none !important;
  content: none !important;
}

.support-card__icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.92);
  stroke-width: 1.7;
}

@media (max-width: 899px) {
  .support-card__icon {
    top: 22px;
    right: 22px;
    width: 28px;
    height: 28px;
  }
}

.section-visual::before,
.section-visual::after {
  display: none !important;
  content: none !important;
}

.flow-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#flow .flow-list .flow-number {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: var(--font-num) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
}

#flow .flow-card__top svg {
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, 0.92);
  stroke-width: 1.7;
}

#flow .flow-list li {
  color: #ffffff !important;
  background: linear-gradient(145deg, #30323a 0%, #22242b 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 4px !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28) !important;
  clip-path: none !important;
}

#flow .flow-card {
  isolation: isolate;
}

#flow .flow-list li::before {
  top: 56px !important;
  left: 18px !important;
  width: 48px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #fe2c85, #25f4ee) !important;
}

#flow .flow-list h3 {
  color: #ffffff !important;
}

#flow .flow-list p {
  color: rgba(255, 255, 255, 0.72) !important;
}

@media (min-width: 900px) {
  .line-bridge__meta {
    flex-wrap: nowrap;
  }

  #solution .solution-list .support-card h3 {
    min-height: 58px;
  }

  #flow .section-inner {
    grid-template-columns: minmax(0, 1fr) 220px !important;
    gap: 44px !important;
    align-items: stretch !important;
  }

  #flow .section-visual {
    position: sticky;
    top: 110px;
    align-self: start;
    width: 100%;
    height: clamp(640px, calc(100vh - 190px), 860px) !important;
    min-height: 0;
    aspect-ratio: auto !important;
    overflow: hidden;
    border-radius: 8px !important;
  }

  #flow .section-visual img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover;
    object-position: center top;
  }

  #flow .flow-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    align-content: start;
    justify-items: end;
    gap: 14px !important;
    height: auto !important;
  }

  #work .section-inner {
    min-height: calc(100vh + 420px);
  }

  #flow .flow-list li {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    width: 220px;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    padding: 18px !important;
  }

  #flow .flow-list h3 {
    margin: 25px 0 8px !important;
    min-height: 46px;
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  #flow .flow-list p {
    margin: 0 !important;
    font-size: 11.5px !important;
    line-height: 1.55 !important;
  }

  .fv-proof {
    bottom: clamp(72px, 6vw, 100px) !important;
  }
}

@media (max-width: 899px) {
  #benefits .quote-list li {
    font-size: clamp(18px, 5.8vw, 24px) !important;
  }

  #flow .flow-list li {
    width: 100%;
    min-height: 0 !important;
    aspect-ratio: auto;
    padding: 22px !important;
  }

  #flow .flow-list h3 {
    margin-top: 26px !important;
    min-height: 0;
  }
}

@media (min-width: 900px) {
  .fv-proof span:first-child {
    color: #bfff7d;
    background:
      linear-gradient(#171717, #171717) padding-box,
      linear-gradient(110deg, rgba(143, 73, 255, 0.92), rgba(37, 244, 238, 0.92)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 0 18px rgba(37, 244, 238, 0.12);
  }

  .fv-proof span:first-child::before {
    display: grid;
    place-items: center;
    width: 15px;
    height: 15px;
    color: #ffffff;
    content: "✓";
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: none;
    font-size: 10px;
    line-height: 1;
  }
}

/* Flow-card visual language shared across primary content cards. */
.ds-card.benefit-panel,
.ds-card.pain-card,
.ds-card.support-card,
.ds-card.strength-item,
.ds-card.voice-card,
.faq-list > details.ds-card {
  position: relative;
  overflow: hidden;
  color: #ffffff !important;
  background: linear-gradient(145deg, #30323a 0%, #22242b 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 4px !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28) !important;
  clip-path: none !important;
}

.ds-card.benefit-panel::before,
.ds-card.pain-card::before,
.ds-card.support-card::before,
.ds-card.strength-item::before,
.ds-card.voice-card::before,
.faq-list > details.ds-card::before {
  display: none !important;
  content: none !important;
}

.ds-card.benefit-panel h3,
.ds-card.pain-card h3,
.ds-card.support-card h3,
.ds-card.strength-item h3,
.ds-card.voice-card .voice-lead,
.faq-list > details.ds-card summary {
  color: #ffffff !important;
}

.ds-card.benefit-panel p,
.ds-card.pain-card p,
.ds-card.support-card p,
.ds-card.strength-item p,
.ds-card.voice-card .voice-body,
.faq-list > details.ds-card > p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.ds-card.pain-card > span:first-child,
.ds-card.support-card > .support-index,
.ds-card.strength-item > span:first-child {
  display: block !important;
  width: fit-content;
  margin: 0 0 26px !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: var(--font-num) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
}

.ds-card.pain-card > span:first-child::after,
.ds-card.support-card > .support-index::after,
.ds-card.strength-item > span:first-child::after,
.ds-card.benefit-panel h3::after,
.ds-card.voice-card .voice-meta::after,
.faq-list > details.ds-card summary::after {
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 14px;
  content: "";
  background: linear-gradient(90deg, #fe2c85, #25f4ee);
}

.ds-card.voice-card .voice-content {
  padding: 26px;
}

.ds-card.voice-card .voice-meta {
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
}

.ds-card.voice-card .voice-meta strong {
  color: #ffffff !important;
}

.ds-card.voice-card .voice-meta span {
  color: rgba(255, 255, 255, 0.68) !important;
}

.faq-list > details.ds-card summary {
  list-style-position: inside;
}

@media (max-width: 899px) {
  #voices .section-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #voices-title {
    white-space: normal !important;
  }

  #voices .voice-grid {
    width: 100%;
    min-width: 0;
  }

  .ds-card.benefit-panel,
  .ds-card.pain-card,
  .ds-card.support-card,
  .ds-card.strength-item,
  .faq-list > details.ds-card {
    padding: 22px !important;
  }

  .ds-card.voice-card .voice-content {
    padding: 22px;
  }
}

/* Representative message: remove all decorative frames behind the copy. */
#message::before {
  display: none !important;
  content: none !important;
}

#message .section-inner {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#message .message-body,
#message .ds-card.message-body {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
}

/* Representative message: headline above the body with a 34-character measure. */
#message .section-inner {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 34px;
}

#message .section-head {
  grid-column: 1;
  width: 100%;
  max-width: none;
  text-align: center;
}

#message .section-head h2 {
  max-width: none !important;
  margin-inline: auto;
  font-size: clamp(30px, 2.7vw, 40px);
  line-height: 1.35;
  white-space: nowrap;
}

#message .message-body {
  width: 100%;
  max-width: none;
  justify-items: center;
}

#message .message-body p,
#message .message-body p:first-child {
  width: min(100%, 34em);
  max-width: 34em;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 18px !important;
  line-height: 2.05 !important;
  text-align: left;
}

@media (max-width: 899px) {
  #message .section-head {
    text-align: left;
  }

  #message .section-head h2 {
    font-size: clamp(27px, 8vw, 34px);
    white-space: normal;
  }

  #message .message-body {
    justify-items: stretch;
  }

  #message .message-body p,
  #message .message-body p:first-child {
    width: 100%;
    max-width: 100%;
    font-size: 16px !important;
    line-height: 1.95 !important;
  }
}

/* Flow, FAQ and final CTA refinements. */
.faq-list summary {
  list-style: none !important;
}

.faq-list summary::marker {
  content: "";
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.final-cta-inner > .note {
  margin-top: 28px !important;
}

@media (min-width: 900px) {
  #flow .section-inner {
    grid-template-columns: minmax(0, 1fr) 260px !important;
    gap: 36px !important;
  }

  #flow .section-visual {
    width: calc(100% + 72px) !important;
    margin-left: -72px !important;
  }

  #flow .flow-list li {
    width: 260px;
    aspect-ratio: 1.16 / 1;
  }

  .final-cta-inner > p:not(.section-kicker):not(.note) {
    width: max-content;
    max-width: none;
    white-space: nowrap;
  }
}

/* Work copy and comparison-table contrast. */
#work .section-head > p:not(.section-kicker) {
  color: #ffffff !important;
}

#compare .compare-table tr > :not(:nth-child(2)) {
  color: #ffffff !important;
  background: #30323a !important;
}

/* Match each FAQ accent bar to its question title width. */
#faq .faq-list summary {
  display: block;
  width: fit-content;
  max-width: 100%;
}

#faq .faq-list summary::after {
  width: 100% !important;
}

/* Partner names and sticky work-overview copy. */
#voices .voice-meta strong {
  font-size: 22px !important;
  line-height: 1.3;
}

@media (min-width: 900px) {
  #work .section-head {
    position: sticky;
    top: var(--work-sticky-top, 110px);
    align-self: start;
    height: fit-content;
  }
}

/* Mobile polish: readable navigation, balanced headings and roomier content. */
@media (max-width: 899px) {
  .site-header__nav a {
    min-height: 34px !important;
    padding-inline: 7px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .hero,
  .fv-stage {
    min-height: clamp(
      720px,
      calc(100svh - 56px - var(--wp-admin--admin-bar--height, 0px)),
      760px
    ) !important;
    height: clamp(
      720px,
      calc(100svh - 56px - var(--wp-admin--admin-bar--height, 0px)),
      760px
    ) !important;
  }

  .fv-cta-img,
  .fv-cta-link {
    top: clamp(365px, 95vw, 390px) !important;
    bottom: auto !important;
    height: auto !important;
    aspect-ratio: 1030 / 568;
  }

  .section-head h2,
  .support-card h3,
  .strength-item h3,
  .voice-lead {
    text-wrap: balance;
  }

  #work .section-head {
    position: static;
    height: auto;
  }

  #voices .voice-meta strong {
    font-size: clamp(20px, 5.5vw, 22px) !important;
    text-wrap: balance;
  }

  .line-bridge .line-bridge__title {
    font-size: clamp(24px, 7vw, 27px) !important;
  }

  .ds-card.benefit-panel,
  .ds-card.pain-card,
  .ds-card.support-card,
  .ds-card.strength-item,
  .faq-list > details.ds-card {
    padding: clamp(18px, 5.5vw, 22px) !important;
  }

  .ds-card.voice-card .voice-content {
    padding: clamp(18px, 5.5vw, 22px);
  }

  .ds-card.voice-card {
    padding-inline: 0 !important;
  }

  .compare-table-wrap {
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 360px) and (max-width: 899px) {
  .line-bridge .line-bridge__title {
    white-space: nowrap;
  }
}

/* Editorial representative message inspired by the Enterfans message page. */
#message {
  padding-block: clamp(112px, 9vw, 168px) !important;
  background: #08090b !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#message .section-inner {
  width: min(calc(100% - 48px), 1180px);
  gap: clamp(58px, 6vw, 86px) !important;
}

#message .section-head {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding-bottom: clamp(48px, 5vw, 72px);
  text-align: center !important;
}

#message .section-head::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(100%, 760px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(37, 244, 238, 0.7), rgba(254, 44, 133, 0.58), transparent);
  transform: translateX(-50%);
}

#message .section-head > .message-overline {
  margin: 0;
  padding: 0;
  color: var(--brand-cyan) !important;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

#message .section-head > .message-display {
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  border: 0;
  font-family: var(--font-display);
  font-size: clamp(68px, 8.4vw, 126px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
}

#message .section-head h2 {
  width: min(100%, 1040px);
  margin: 18px auto 0;
  color: #ffffff;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 800;
  line-height: 1.5;
  text-wrap: balance;
  white-space: normal;
}

#message .message-body {
  display: grid;
  justify-items: center;
  gap: clamp(54px, 6vw, 82px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#message .message-chapter {
  display: grid;
  gap: 26px;
  width: min(100%, 34em);
}

#message .message-chapter + .message-chapter {
  padding-top: clamp(52px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

#message .message-chapter h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.55;
  text-wrap: balance;
}

#message .message-chapter p,
#message .message-chapter p:first-child {
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 18px !important;
  line-height: 2.05 !important;
}

#message .message-chapter .message-intro {
  width: max-content;
  max-width: calc(100vw - 64px);
  justify-self: center;
  white-space: nowrap;
}

#message .message-closing {
  width: min(100%, 38em);
  padding-block: clamp(34px, 4vw, 48px);
  border-top: 2px solid var(--brand-cyan);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

#message .message-closing > p:not(.signature) {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(20px, 1.8vw, 25px) !important;
  font-weight: 700;
  line-height: 1.9 !important;
}

#message .message-body .signature {
  width: 100%;
  max-width: none;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.8 !important;
  text-align: right;
}

@media (max-width: 899px) {
  #message {
    padding-block: 84px !important;
  }

  #message .section-inner {
    width: min(calc(100% - 44px), 680px);
    gap: 48px !important;
  }

  #message .section-head {
    gap: 14px;
    padding-bottom: 40px;
    text-align: center !important;
  }

  #message .section-head > .message-overline {
    font-size: 11px;
  }

  #message .section-head > .message-display {
    font-size: clamp(48px, 15vw, 64px);
  }

  #message .section-head h2 {
    margin-top: 12px;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.55;
  }

  #message .message-body {
    gap: 48px;
  }

  #message .message-chapter {
    gap: 22px;
  }

  #message .message-chapter + .message-chapter {
    padding-top: 46px;
  }

  #message .message-chapter h3 {
    margin-bottom: 10px;
    font-size: clamp(22px, 6.6vw, 27px);
    line-height: 1.6;
  }

  #message .message-chapter p,
  #message .message-chapter p:first-child {
    font-size: 16px !important;
    line-height: 1.95 !important;
  }

  #message .message-chapter .message-intro {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  #message .message-closing {
    padding-block: 30px;
  }

  #message .message-closing > p:not(.signature) {
    font-size: 18px !important;
    line-height: 1.85 !important;
  }

#message .message-body .signature {
    margin-top: 28px;
    font-size: 16px !important;
  }
}
/* 2-benefit seminar section based on the supplied editorial reference. */
#benefits {
  overflow: hidden;
  padding-block: 112px !important;
  background: #0b0d10 !important;
}

#benefits .section-inner {
  display: grid;
  width: min(calc(100% - 64px), 1220px);
  gap: 76px !important;
}

#benefits .section-head {
  width: min(100%, 880px);
  margin-inline: auto;
  justify-self: center;
  text-align: center;
}

#benefits .section-head > .section-kicker {
  margin: 0 0 18px;
  padding: 0;
  color: var(--brand-cyan) !important;
  border: 0;
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.4;
}

#benefits .section-head > h2 {
  margin: 0;
  color: #ffffff !important;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.25;
}

#benefits .section-head > p:not(.section-kicker) {
  width: 100%;
  max-width: none;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

#benefits .benefit-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: 100%;
}

#benefits .benefit-offer {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 132px;
  padding: 28px 32px;
  overflow: hidden;
  background: #181b21;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

#benefits .benefit-offer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-magenta));
}

#benefits .benefit-offer svg {
  width: 46px;
  height: 46px;
  color: var(--brand-cyan);
  stroke-width: 1.6;
}

#benefits .benefit-offer p {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

#benefits .benefit-offer h3 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
}

#benefits .benefit-overview {
  width: min(100%, 980px);
  margin-inline: auto;
  padding-block: 50px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#benefits .benefit-overview h3 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.6;
  text-wrap: balance;
}

#benefits .benefit-overview p {
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
}

#benefits .benefit-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: 76px;
  width: 100%;
}

#benefits .benefit-story__copy {
  min-width: 0;
}

#benefits .benefit-story .quote-list {
  display: grid;
  gap: 34px !important;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

#benefits .benefit-story .quote-list li {
  position: relative;
  margin: 0;
  padding: 2px 0 2px 24px !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

#benefits .benefit-story .quote-list li::before {
  position: absolute;
  top: 0.22em;
  bottom: 0.22em;
  left: 0;
  display: block !important;
  width: 3px;
  content: "" !important;
  background: linear-gradient(180deg, var(--brand-cyan), var(--brand-magenta));
}

#benefits .benefit-story__copy > p {
  margin: 44px 0 0;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  white-space: nowrap;
}

#benefits .benefit-story__visual {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #14171c;
  border-radius: 4px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.32);
}

#benefits .benefit-story__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

@media (max-width: 899px) {
  #benefits {
    padding-block: 84px !important;
  }

  #benefits .section-inner {
    width: min(calc(100% - 44px), 680px);
    gap: 48px !important;
  }

  #benefits .section-head > .section-kicker {
    margin-bottom: 14px;
    font-size: 10px;
  }

  #benefits .section-head > h2 {
    font-size: 36px;
    line-height: 1.35;
  }

  #benefits .section-head > p:not(.section-kicker) {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
  }

  #benefits .benefit-offers {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  #benefits .benefit-offer {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    min-height: 104px;
    padding: 22px 20px;
  }

  #benefits .benefit-offer svg {
    width: 36px;
    height: 36px;
  }

  #benefits .benefit-offer h3 {
    font-size: 21px;
  }

  #benefits .benefit-overview {
    padding-block: 36px;
    text-align: left;
  }

  #benefits .benefit-overview h3 {
    font-size: 23px;
    line-height: 1.65;
  }

  #benefits .benefit-overview p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.9;
  }

  #benefits .benefit-story {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  #benefits .benefit-story .quote-list {
    gap: 24px !important;
  }

  #benefits .benefit-story .quote-list li {
    padding-left: 18px !important;
    font-size: 22px !important;
    line-height: 1.55 !important;
  }

  #benefits .benefit-story__copy > p {
    margin-top: 32px;
    padding-left: 18px;
    font-size: 15px;
    white-space: normal;
  }

  #benefits .benefit-story__visual {
    aspect-ratio: 4 / 3;
  }
}

/* 2026-07-17: larger editorial visuals and clearer content hierarchy. */
@media (min-width: 900px) {
  #solution.ds-section {
    padding-inline: 0 !important;
  }

  #solution .section-inner {
    width: min(calc(100vw - 68px), 1320px);
    max-width: 1320px;
    margin-inline: auto;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    gap: 56px;
  }

  #solution .section-visual {
    width: 100%;
    min-height: 680px;
  }

  #solution .section-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #work .section-head {
    position: static !important;
    top: auto !important;
    align-self: start;
    height: auto !important;
  }

  #work .section-visual {
    position: sticky !important;
    top: 92px !important;
    align-self: start;
    height: clamp(540px, calc(100vh - 132px), 760px);
    min-height: 0;
  }

  #work .section-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #flow .section-inner {
    grid-template-columns: minmax(0, 1fr) 310px !important;
    gap: 34px !important;
  }

  #flow .section-visual {
    width: calc(100% + 120px) !important;
    margin-left: -120px !important;
  }

  #flow .flow-list li {
    width: 310px !important;
    min-height: 250px !important;
    aspect-ratio: 1.24 / 1 !important;
    padding: 24px !important;
  }

  #flow .flow-list h3 {
    min-height: 0;
    margin: 28px 0 10px !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
  }

  #flow .flow-list p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  #flow .flow-card__top svg {
    width: 32px;
    height: 32px;
  }

  #flow .flow-number {
    font-size: 22px !important;
  }
}

.ds-card.strength-item {
  background: transparent !important;
  box-shadow: none !important;
}

#reasons .strength-list {
  background: transparent !important;
}

#voices .voice-meta {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

#voices .voice-meta strong {
  font-size: clamp(25px, 2vw, 30px) !important;
  line-height: 1.25;
}

#voices .voice-meta span {
  font-size: 16px !important;
  line-height: 1.5;
}

#voices .voice-meta::after {
  margin-inline: auto;
}

#message .message-body p:not(.signature),
#message .message-chapter p,
#message .message-chapter p:first-child,
#message .message-closing > p:not(.signature) {
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--font-base) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
}

@media (max-width: 899px) {
  #solution .section-visual,
  #work .section-visual {
    position: static !important;
    height: auto;
  }

  #voices .voice-meta strong {
    font-size: clamp(24px, 7vw, 28px) !important;
  }

  #voices .voice-meta span {
    font-size: 15px !important;
  }

  #message .message-body p:not(.signature),
  #message .message-chapter p,
  #message .message-chapter p:first-child,
  #message .message-closing > p:not(.signature) {
    font-size: 16px !important;
    line-height: 1.95 !important;
  }
}

/* 2026-07-17: sticky work copy, continuous message and larger flow icons. */
@media (min-width: 900px) {
  #work .section-head {
    position: sticky !important;
    top: 50% !important;
    align-self: start;
    height: fit-content !important;
    transform: translateY(-50%);
  }

  #work .section-visual {
    position: static !important;
    top: auto !important;
    height: auto;
  }

  #work .section-visual img {
    height: auto;
    object-fit: cover;
  }

  #flow .flow-card__top svg {
    width: 44px !important;
    height: 44px !important;
  }
}

#voices .voice-meta strong {
  font-size: 20px !important;
  white-space: nowrap;
}

#message .message-body {
  gap: 0 !important;
}

#message .message-chapter {
  gap: 26px;
}

#message .message-chapter p:not(.signature) {
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--font-base) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 2.05 !important;
}

@media (max-width: 899px) {
  #work .section-head {
    position: static !important;
    top: auto !important;
    transform: none !important;
  }

  #voices .voice-meta strong {
    font-size: 18px !important;
  }

  #message .message-chapter p:not(.signature) {
    font-size: 16px !important;
    line-height: 1.95 !important;
  }

  #flow .flow-card__top svg {
    width: 34px !important;
    height: 34px !important;
  }
}

/* 2026-07-17: standard two-column work overview and balanced hero portrait. */
#work .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1.04fr);
  align-items: center;
  gap: clamp(48px, 6vw, 78px);
  min-height: 0 !important;
}

#work .work-overview-copy {
  position: static !important;
  top: auto !important;
  width: 100%;
  max-width: 560px;
  height: auto !important;
  align-self: center;
  transform: none !important;
  text-align: left;
}

#work .agency-photo {
  position: static !important;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #171a20;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

#work .agency-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 900px) {
  #work-title {
    font-size: clamp(34px, 3.125vw, 40px) !important;
  }

  .fv-bg {
    inset: 0 0 0 auto !important;
    width: 91% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    transform-origin: right center;
  }
}

@media (max-width: 899px) {
  .fv-bg {
    inset: 5% 0 auto auto !important;
    width: 100% !important;
    height: 90% !important;
    object-fit: cover !important;
    object-position: 63% 50% !important;
  }

  #work .section-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    min-height: 0 !important;
  }

  #work .work-overview-copy {
    max-width: none;
  }

  #work .agency-photo {
    aspect-ratio: 1 / 1;
  }
}

/* 2026-07-17: partner interview portraits. */
#voices .voice-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#voices .voice-photo {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #111319;
}

#voices .voice-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

#voices .voice-card-freedom .voice-photo img {
  object-position: center 38%;
}

#voices .voice-card-uare .voice-photo img {
  object-position: center 42%;
}

#voices .voice-card-is .voice-photo img {
  object-position: center 48%;
}

#voices .voice-content {
  flex: 1 1 auto;
}

/* 2026-07-17: representative portrait and editorial message layout. */
#message .section-inner {
  display: block !important;
}

#message .message-layout {
  display: block;
  width: 100%;
}

#message .message-portrait {
  position: sticky;
  top: 104px;
  align-self: start;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #c8c9c9;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.36);
}

#message .message-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  border-radius: inherit;
  filter: none;
}

#message .message-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#message .message-chapter {
  width: 100%;
  max-width: 34em;
  margin-inline: auto;
}

@media (max-width: 899px) {
  #message .message-layout {
    display: block;
  }

  #message .message-chapter {
    max-width: 38em;
  }
}

/* 2026-07-17: keep the complete representative message visible. */
#message .section-head {
  margin-bottom: clamp(38px, 4vw, 54px);
  padding-bottom: clamp(24px, 2.6vw, 34px) !important;
}

#message .message-body,
#message .message-chapter {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  clip-path: none !important;
}

#message .message-chapter p,
#message .message-chapter p:first-child,
#message .message-chapter .message-intro {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
}

@media (max-width: 899px) {
  #message .section-head {
    margin-bottom: 28px;
    padding-bottom: 20px !important;
  }
}

/* 2026-07-17: standard horizontal establishment flow without the roadmap image. */
#flow .section-inner {
  display: block !important;
}

#flow .flow-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  grid-template-rows: none !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  height: auto !important;
  margin-top: clamp(38px, 5vw, 58px) !important;
}

#flow .flow-list li {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  width: 100% !important;
  min-height: 290px !important;
  aspect-ratio: auto !important;
  padding: 24px !important;
}

#flow .flow-list h3 {
  min-height: 56px !important;
  margin: 30px 0 12px !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
}

#flow .flow-list p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

#flow .flow-card__top svg {
  width: 38px !important;
  height: 38px !important;
}

@media (max-width: 639px) {
  #flow .flow-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #flow .flow-list li {
    min-height: 0 !important;
  }

  #flow .flow-list h3 {
    min-height: 0 !important;
  }
}

/* 2026-07-17: CARVEOUT-inspired composition rebuilt for the UniTrus first view. */
#top.partner-fv {
  position: relative !important;
  isolation: isolate;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(620px, 48vw, 780px) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #05070b !important;
}

#top.partner-fv::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
  height: auto !important;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(4, 7, 13, 0.99) 0%,
    rgba(4, 7, 13, 0.95) 33%,
    rgba(4, 7, 13, 0.74) 47%,
    rgba(4, 7, 13, 0.08) 69%,
    rgba(4, 7, 13, 0) 100%
  ) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

#top.partner-fv::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 2px;
  background: var(--ds-gradient) !important;
  background-size: 100% 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

#top .partner-fv__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  filter: none !important;
  transform: none !important;
}

#top .partner-fv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(calc(100% - 80px), 1320px);
  min-height: inherit;
  margin-inline: auto;
  padding: clamp(38px, 4vw, 62px) 0 clamp(52px, 5vw, 78px);
  color: #fff;
}

#top .partner-fv__title {
  width: min(55%, 690px);
  margin: 0;
  color: #fff;
  text-align: left;
}

#top .partner-fv__title span {
  display: block;
  margin: 0;
  color: #fff;
  font-family: var(--font-title);
  font-size: clamp(74px, 7.8vw, 136px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.32);
}

#top .partner-fv__title strong {
  display: block;
  margin-top: 18px;
  padding-left: 5px;
  color: #d8d0ff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

#top .partner-fv__intro {
  width: min(51%, 630px);
  margin-top: clamp(24px, 2.6vw, 36px);
  padding-left: 5px;
}

#top .partner-fv__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0;
}

#top .partner-fv__intro p:first-child {
  color: var(--accent);
}

#top .partner-fv__intro p:nth-child(2) {
  margin: 3px 0 8px;
}

#top .partner-fv__intro p:nth-child(2) strong {
  color: #fff;
  font-size: clamp(18px, 1.6vw, 24px);
}

#top .partner-fv__brand {
  width: min(48%, 560px);
  margin-top: clamp(25px, 3vw, 42px);
  padding-left: 5px;
}

#top .partner-fv__brand p {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 800;
  line-height: 1.5;
}

#top .partner-fv__brand img {
  display: block;
  width: min(100%, 430px);
  height: auto;
  filter: none !important;
}

#top .partner-fv__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  width: min(58%, 740px);
  margin: clamp(22px, 2.5vw, 34px) 0 0;
  padding: 14px 0 0 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}

#top .partner-fv__proof li {
  display: flex;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(12px, 0.88vw, 14px);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

#top .partner-fv__proof li + li::before {
  content: "/";
  margin-inline: 12px;
  color: var(--accent);
  font-weight: 700;
}

#top .partner-fv__proof strong {
  margin-inline: 4px;
  color: #baff63;
  font-size: 1.15em;
}

#top .partner-fv__line {
  position: absolute;
  right: clamp(22px, 3.8vw, 68px);
  bottom: clamp(22px, 3vw, 46px);
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 44px;
  grid-template-rows: auto auto;
  column-gap: 22px;
  align-items: center;
  min-width: 248px;
  padding: 15px 16px 15px 20px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: rgba(7, 9, 13, 0.92);
  border: 1px solid rgba(37, 244, 238, 0.72);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#top .partner-fv__line::before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -34%;
  width: 22%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: skewX(-24deg);
  animation: partner-fv-shine 6.4s ease-in-out infinite;
}

#top .partner-fv__line span,
#top .partner-fv__line strong {
  position: relative;
  z-index: 1;
  grid-column: 1;
  letter-spacing: 0;
}

#top .partner-fv__line span {
  grid-row: 1;
  color: var(--accent);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
}

#top .partner-fv__line strong {
  grid-row: 2;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.35;
}

#top .partner-fv__line i {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #071013;
  font-style: normal;
  font-size: 20px;
  background: var(--accent);
  border-radius: 50%;
}

#top .partner-fv__line:hover,
#top .partner-fv__line:focus-visible {
  color: #071013;
  background: #fff;
  border-color: #fff;
  transform: translateY(-4px);
}

@keyframes partner-fv-shine {
  0%, 72% {
    left: -34%;
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  91%, 100% {
    left: 124%;
    opacity: 0;
  }
}

#benefits .benefit-story__visual {
  background: transparent !important;
}

#benefits .benefit-story__visual img {
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
}

/* Controlled mobile heading breaks and overflow fixes. */
.mobile-break {
  display: none;
}

@media (max-width: 899px) {
  #top.partner-fv {
    min-height: 900px !important;
  }

  #top.partner-fv::before {
    background: linear-gradient(
      180deg,
      rgba(4, 7, 13, 0.02) 0%,
      rgba(4, 7, 13, 0.08) 31%,
      rgba(4, 7, 13, 0.94) 46%,
      #04070d 61%,
      #04070d 100%
    ) !important;
  }

  #top .partner-fv__media {
    inset: 0 0 auto;
    height: 52%;
    object-position: 72% center;
  }

  #top .partner-fv__inner {
    justify-content: flex-start;
    width: min(calc(100% - 44px), 620px);
    min-height: 900px;
    padding: 390px 0 132px;
  }

  #top .partner-fv__title,
  #top .partner-fv__intro,
  #top .partner-fv__brand,
  #top .partner-fv__proof {
    width: 100%;
  }

  #top .partner-fv__title span {
    font-size: clamp(50px, 15vw, 72px);
  }

  #top .partner-fv__title strong {
    margin-top: 12px;
    font-size: clamp(18px, 5vw, 24px);
  }

  #top .partner-fv__intro {
    margin-top: 20px;
  }

  #top .partner-fv__intro p {
    font-size: 13px;
    line-height: 1.75;
  }

  #top .partner-fv__intro p:nth-child(2) strong {
    font-size: 17px;
  }

  #top .partner-fv__brand {
    margin-top: 24px;
  }

  #top .partner-fv__brand img {
    width: min(72%, 290px);
  }

  #top .partner-fv__proof {
    display: grid;
    gap: 7px;
    margin-top: 20px;
    padding-top: 13px;
  }

  #top .partner-fv__proof li {
    font-size: 12px;
    white-space: normal;
  }

  #top .partner-fv__proof li + li::before {
    content: "";
    width: 5px;
    height: 5px;
    margin: 0 9px 0 1px;
    background: var(--accent);
    border-radius: 50%;
  }

  #top .partner-fv__line {
    right: 22px;
    bottom: 24px;
    left: 22px;
    width: auto;
    min-width: 0;
  }
}

@media (max-width: 639px) {
  .mobile-break {
    display: block;
  }

  #top.partner-fv {
    min-height: 860px !important;
  }

  #top .partner-fv__media {
    height: 45%;
  }

  #top .partner-fv__inner {
    width: calc(100% - 36px);
    min-height: 860px;
    padding-top: 330px;
  }

  #reasons-title,
  #voices-title {
    white-space: normal !important;
    text-wrap: balance;
  }

  #message-title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(16px, 4.4vw, 18px) !important;
    line-height: 1.7 !important;
    white-space: nowrap !important;
  }

  #faq .faq-list summary {
    width: 100%;
    max-width: 100%;
    font-size: clamp(12px, 3.6vw, 14px) !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  #final-cta-title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(22px, 6.4vw, 27px) !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .final-cta-inner .note {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    line-height: 1.8 !important;
    text-align: center;
    white-space: normal !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #top .partner-fv__line::before {
    animation: none;
  }
}

/* 2026-07-17: center the representative heading and contain it on phones. */
#message .section-head > .message-display {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  text-align: center !important;
}

#message-title {
  display: grid;
  justify-items: center;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  text-align: center !important;
  white-space: normal !important;
}

#message-title > span {
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 639px) {
  #message .section-head {
    justify-items: center !important;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    text-align: center !important;
  }

  #message .section-head > .message-display {
    font-size: clamp(42px, 13vw, 56px) !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  #message-title {
    gap: 2px;
    font-size: clamp(12px, 3.55vw, 16px) !important;
    line-height: 1.65 !important;
    overflow: visible;
  }

  #message-title > span {
    white-space: nowrap;
  }
}

/* 2026-07-17: center the solution heading and balance the card/image spacing. */
#solution .section-head {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
  text-align: center !important;
}

#solution .section-head .section-kicker,
#solution #solution-title {
  width: 100%;
  margin-inline: auto !important;
  text-align: center !important;
}

@media (min-width: 900px) {
  #solution .section-inner {
    --solution-space: clamp(40px, 3.9vw, 56px);
    box-sizing: border-box;
    width: min(100%, 1440px) !important;
    max-width: 1440px !important;
    padding-inline: var(--solution-space);
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr) !important;
    column-gap: var(--solution-space) !important;
    row-gap: clamp(42px, 4vw, 58px) !important;
  }

  #solution .solution-list {
    grid-column: 1 !important;
    order: 1 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    justify-self: stretch !important;
    justify-items: stretch !important;
  }

  #solution .solution-list .support-card {
    width: 100% !important;
    max-width: none !important;
  }

  #solution .section-visual {
    grid-column: 2 !important;
    order: 2 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 899px) {
  #solution .section-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #solution .section-head,
  #solution .solution-list,
  #solution .section-visual {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* 2026-07-17: keep the partner portrait centered in the mobile first view. */
@media (max-width: 899px) {
  #top .partner-fv__media {
    object-position: right center !important;
  }
}

/* 2026-07-17: responsive company profile below FAQ. */
#company.company {
  color: #111318;
  background: #f4f5f6 !important;
  border-top: 1px solid #dde1e5;
}

#company .company-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}

#company .company-heading {
  width: 100%;
  max-width: 560px;
  margin: 0;
  text-align: left;
}

#company .company-heading .section-kicker {
  width: fit-content;
  margin: 0 0 20px;
  padding: 0;
  color: #69717c;
  background: transparent;
  border: 0;
  font-size: 12px;
  letter-spacing: 0.22em;
}

#company #company-title {
  margin: 0;
  color: #111318;
  font-family: var(--font-title);
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: none;
}

#company .company-intro {
  max-width: 600px;
  margin: 30px 0 0;
  color: #606873;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}

#company .company-list {
  position: relative;
  display: grid;
  width: 100%;
  margin: 0;
  padding: 18px 24px;
  overflow: hidden;
  color: #111318;
  background: #ffffff !important;
  border: 1px solid #dfe3e7 !important;
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(17, 19, 24, 0.08);
}

#company .company-list::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #25f4ee, #8a4cff, #fe2c85);
}

#company .company-list > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  color: #111318 !important;
  background: transparent !important;
  border-bottom: 1px solid #e1e4e8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
}

#company .company-list > div:last-child {
  border-bottom: 0 !important;
}

#company .company-list dt,
#company .company-list dd {
  margin: 0;
  padding: 0;
  color: #111318;
  letter-spacing: 0;
}

#company .company-list dt {
  color: #69717c;
  font-family: var(--font-base);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

#company .company-list dd {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

#company .company-business__separator {
  display: none;
}

#company .company-business__break {
  display: block;
}

@media (max-width: 899px) {
  #company.company {
    padding-block: 76px !important;
  }

  #company .company-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  #company .company-heading {
    max-width: none;
  }

  #company .company-heading .section-kicker {
    margin-bottom: 14px;
    font-size: 10px;
  }

  #company #company-title {
    font-size: clamp(38px, 11vw, 48px);
  }

  #company .company-intro {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.9;
  }

  #company .company-list {
    padding: 12px 18px;
  }

  #company .company-list > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 22px 0;
  }

  #company .company-list dt {
    font-size: 10px;
  }

  #company .company-list dd {
    font-size: 14px;
    line-height: 1.8;
  }

  #company .company-business__separator {
    display: none;
  }

  #company .company-business__break {
    display: block;
  }
}

/* 2026-07-21: keep the comparison heading inside narrow phone viewports. */
@media (max-width: 639px) {
  #compare .section-head {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  #compare-title {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    font-size: clamp(27px, 8.2vw, 32px) !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: balance;
  }
}

/* 2026-07-21: 2Nice-inspired story layout and motion, adapted to UniTrus. */
.mobile-quick-cta {
  display: none;
}

.platform-marquee-section {
  position: relative;
  z-index: 6;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: #0b0d11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.platform-marquee {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.platform-marquee__track {
  display: flex;
  width: max-content;
  animation: unitrus-platform-loop 28s linear infinite;
  will-change: transform;
}

.platform-marquee:hover .platform-marquee__track,
.platform-marquee:focus-within .platform-marquee__track,
.is-page-hidden .platform-marquee__track {
  animation-play-state: paused;
}

.platform-marquee__group {
  display: flex;
  flex: 0 0 auto;
  gap: clamp(34px, 4vw, 72px);
  align-items: center;
  padding: 15px clamp(34px, 4vw, 72px) 15px 0;
}

.platform-marquee__group span {
  display: grid;
  grid-template-columns: 44px auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-width: 190px;
}

.platform-marquee__group img {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 7px;
}

.platform-marquee__group b,
.platform-marquee__group small {
  letter-spacing: 0;
  white-space: nowrap;
}

.platform-marquee__group b {
  color: #ffffff;
  font-family: var(--font-en);
  font-size: 15px;
  line-height: 1.25;
}

.platform-marquee__group small {
  color: #8f98a8;
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
}

@keyframes unitrus-platform-loop {
  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 1000px) {
  body.ds-body {
    padding-left: 210px;
  }

  body.admin-bar .site-header {
    top: 32px !important;
    height: calc(100dvh - 32px) !important;
  }

  .site-header {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 100 !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0 !important;
    width: 210px !important;
    height: 100dvh !important;
    min-height: 0 !important;
    padding: 34px 24px 26px !important;
    overflow-y: auto;
    background: #07080a !important;
    border: 0 !important;
    border-right: 1px solid rgba(37, 244, 238, 0.22) !important;
    box-shadow: 18px 0 52px rgba(0, 0, 0, 0.18) !important;
  }

  .site-header__logo {
    display: block !important;
    width: 160px !important;
    min-width: 0 !important;
    margin: 0 0 46px !important;
  }

  .site-header__logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .site-header__nav {
    display: grid !important;
    gap: 0 !important;
    width: 100%;
    margin: 0 !important;
    overflow: visible !important;
  }

  .site-header__nav a {
    position: relative;
    display: block !important;
    width: 100%;
    padding: 10px 2px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: color 180ms ease, padding-left 180ms ease;
  }

  .site-header__nav a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: var(--accent);
    transform: translateY(-50%);
    transition: width 180ms ease;
  }

  .site-header__nav a:hover,
  .site-header__nav a:focus-visible,
  .site-header__nav a.is-current {
    padding-left: 18px !important;
    color: #ffffff !important;
  }

  .site-header__nav a:hover::before,
  .site-header__nav a:focus-visible::before,
  .site-header__nav a.is-current::before {
    width: 11px;
  }

  .site-header__apps {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: auto 0 0 !important;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-header__apps small {
    display: block !important;
    color: #8f98a8;
    font-size: 9px;
    line-height: 1.4;
  }

  .site-header__apps span,
  .site-header__apps img {
    width: 38px !important;
    height: 38px !important;
  }

  .ds-page,
  .site-footer,
  .platform-marquee-section {
    width: 100%;
    max-width: none;
  }
}

/* Open editorial rhythm with larger section transitions. */
.ds-page > .ds-section:not(#top),
.ds-page > section.ds-section:not(#top) {
  padding-block: clamp(92px, 9vw, 150px) !important;
}

.ds-page > .ds-section:nth-of-type(odd):not(#top):not(#platforms) {
  background-image: linear-gradient(135deg, rgba(37, 244, 238, 0.018), transparent 38%, rgba(138, 76, 255, 0.025));
}

.ds-container {
  width: min(calc(100% - 64px), 1240px) !important;
  max-width: 1240px !important;
}

.section-head {
  position: relative;
}

.section-head > .section-kicker {
  margin-bottom: 18px !important;
  color: var(--accent) !important;
  font-family: var(--font-en) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
}

.section-head > h2 {
  font-size: clamp(38px, 4vw, 64px) !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.section-head::after {
  width: clamp(74px, 8vw, 116px) !important;
  height: 2px !important;
  background: var(--ds-gradient) !important;
  transform-origin: left center;
}

/* Hero copy enters in sequence while the photograph stays untouched. */
#top.partner-fv {
  min-height: clamp(690px, 54vw, 860px) !important;
}

#top .partner-fv__media {
  object-position: 61% center !important;
}

#top .partner-fv__inner {
  width: min(calc(100% - 80px), 1240px) !important;
}

#top .partner-fv__title,
#top .partner-fv__intro,
#top .partner-fv__question,
#top .partner-fv__brand,
#top .partner-fv__proof,
#top .partner-fv__line {
  opacity: 0;
  transform: translateY(28px);
}

body.is-loaded #top .partner-fv__title,
body.is-loaded #top .partner-fv__intro,
body.is-loaded #top .partner-fv__question,
body.is-loaded #top .partner-fv__brand,
body.is-loaded #top .partner-fv__proof,
body.is-loaded #top .partner-fv__line {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

body.is-loaded #top .partner-fv__intro { transition-delay: 100ms; }
body.is-loaded #top .partner-fv__question { transition-delay: 180ms; }
body.is-loaded #top .partner-fv__brand { transition-delay: 180ms; }
body.is-loaded #top .partner-fv__proof { transition-delay: 260ms; }
body.is-loaded #top .partner-fv__line { transition-delay: 360ms; }

/* Alternating content blocks inspired by the reference site's long-form flow. */
@media (min-width: 900px) {
  #concerns .stack-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin-top: clamp(50px, 6vw, 82px) !important;
  }

  #concerns .pain-card:nth-child(2) {
    transform: translateY(36px);
  }

  #solution .section-inner {
    align-items: start !important;
  }

  #solution .section-visual {
    position: sticky;
    top: 40px;
    min-height: 680px;
  }

  body.admin-bar #solution .section-visual {
    top: 72px;
  }

  #solution .section-visual img {
    min-height: 680px;
    object-fit: cover;
  }

  #work .section-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr) !important;
    align-items: center !important;
    gap: clamp(56px, 7vw, 100px) !important;
  }

  #work .section-head {
    max-width: 520px;
  }

  #work .agency-photo {
    min-height: 620px;
  }

  #work .agency-photo img {
    min-height: 620px;
    object-fit: cover;
  }

  #reasons .strength-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 clamp(56px, 7vw, 96px) !important;
    margin-top: clamp(52px, 6vw, 84px) !important;
  }

  #reasons .strength-item:nth-child(even) {
    margin-top: 72px !important;
  }

  #voices .voice-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  #voices .voice-card:nth-child(2) {
    margin-top: 44px;
  }
}

#concerns .pain-card,
#solution .support-card,
#reasons .strength-item,
#voices .voice-card,
#flow .flow-card {
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

#concerns .pain-card:hover,
#solution .support-card:hover,
#reasons .strength-item:hover,
#voices .voice-card:hover,
#flow .flow-card:hover {
  border-color: rgba(37, 244, 238, 0.55) !important;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.2), 0 0 28px rgba(37, 244, 238, 0.08) !important;
  transform: translateY(-5px);
}

#reasons .strength-item {
  min-height: 280px;
  padding-block: 34px !important;
  background: transparent !important;
  border-width: 1px 0 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#reasons .strength-item > span {
  font-size: 46px !important;
  opacity: 0.4;
}

#message .message-layout {
  max-width: 860px;
  margin-inline: auto;
}

#flow .flow-list {
  gap: 0 !important;
}

#flow .flow-list li {
  border-radius: 0 !important;
}

#flow .flow-list li + li {
  border-left-width: 0 !important;
}

/* Scroll reveal direction and timing. */
.js .reveal {
  --reveal-x: 0px;
  opacity: 0 !important;
  transform: translate3d(var(--reveal-x), 42px, 0) scale(0.985) !important;
  transition: opacity 760ms var(--ease), transform 760ms var(--ease), clip-path 900ms var(--ease) !important;
  will-change: opacity, transform;
}

.js .section-head.reveal {
  --reveal-x: -34px;
}

.js .section-visual.reveal,
.js .agency-photo.reveal {
  --reveal-x: 44px;
  clip-path: inset(0 100% 0 0);
}

.js .section-visual.reveal.is-visible,
.js .agency-photo.reveal.is-visible {
  clip-path: inset(0 0 0 0);
}

.js .solution-list .reveal:nth-child(odd),
.js .strength-list .reveal:nth-child(odd),
.js .voice-grid .reveal:nth-child(odd) {
  --reveal-x: -36px;
}

.js .solution-list .reveal:nth-child(even),
.js .strength-list .reveal:nth-child(even),
.js .voice-grid .reveal:nth-child(even) {
  --reveal-x: 36px;
}

.js .reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.stack-cards > :nth-child(2),
.solution-list > :nth-child(2),
.strength-list > :nth-child(2),
.voice-grid > :nth-child(2),
.flow-list > :nth-child(2) { transition-delay: 90ms !important; }

.stack-cards > :nth-child(3),
.solution-list > :nth-child(3),
.strength-list > :nth-child(3),
.voice-grid > :nth-child(3),
.flow-list > :nth-child(3) { transition-delay: 160ms !important; }

.solution-list > :nth-child(4),
.strength-list > :nth-child(4),
.flow-list > :nth-child(4) { transition-delay: 230ms !important; }

.strength-list > :nth-child(5),
.flow-list > :nth-child(5) { transition-delay: 300ms !important; }

.strength-list > :nth-child(6) { transition-delay: 370ms !important; }

@media (max-width: 999px) {
  body.ds-body {
    padding-left: 0;
    padding-bottom: 62px;
  }

  body.admin-bar .site-header {
    top: 46px !important;
  }

  .site-header {
    position: sticky !important;
    top: 0;
    z-index: 100 !important;
    min-height: 58px !important;
    background: rgba(7, 8, 10, 0.96) !important;
    backdrop-filter: blur(14px);
  }

  .site-header__nav {
    mask-image: linear-gradient(90deg, #000 88%, transparent);
  }

  .platform-marquee__group {
    gap: 28px;
    padding-block: 11px;
    padding-right: 28px;
  }

  .platform-marquee__group span {
    grid-template-columns: 36px auto;
    min-width: 158px;
  }

  .platform-marquee__group img {
    width: 36px;
    height: 36px;
  }

  .platform-marquee__track {
    animation-duration: 21s;
  }

  .mobile-quick-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    min-height: 62px;
    padding: 5px;
    background: rgba(5, 6, 8, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
  }

  .mobile-quick-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 11px 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }

  .mobile-quick-cta a:last-child {
    gap: 9px;
    color: #03110a;
    background: #06c755;
  }

  .mobile-quick-cta a:first-child {
    background: #171a20;
  }

  .ds-page > .ds-section:not(#top),
  .ds-page > section.ds-section:not(#top) {
    padding-block: 84px !important;
  }

  .ds-container {
    width: min(calc(100% - 40px), 720px) !important;
  }

  .section-head > h2 {
    font-size: clamp(30px, 8.5vw, 42px) !important;
  }

  #top .partner-fv__media {
    object-position: 66% center !important;
  }

  #concerns .pain-card:nth-child(2) {
    transform: none;
  }

  .js .section-head.reveal,
  .js .section-visual.reveal,
  .js .agency-photo.reveal,
  .js .solution-list .reveal,
  .js .strength-list .reveal,
  .js .voice-grid .reveal {
    --reveal-x: 0px;
  }

  #flow .flow-list li + li {
    border-left-width: 1px !important;
    border-top-width: 0 !important;
  }
}

@media (max-width: 639px) {
  .ds-container {
    width: calc(100% - 32px) !important;
  }

  .platform-marquee {
    mask-image: none;
  }

  #top.partner-fv {
    min-height: 860px !important;
  }

  #top .partner-fv__inner {
    width: calc(100% - 36px) !important;
  }

  #top .partner-fv__media {
    object-position: 64% center !important;
  }

  #message .message-layout {
    max-width: 100%;
  }

  #message .message-chapter {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-marquee__track {
    animation-play-state: paused;
  }

  #top .partner-fv__title,
  #top .partner-fv__intro,
  #top .partner-fv__question,
  #top .partner-fv__brand,
  #top .partner-fv__proof,
  #top .partner-fv__line,
  .js .reveal,
  .js .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Final header rules: keep the direct LINE action above older theme variants. */
.site-header .site-header__line {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  grid-template-rows: auto auto !important;
  column-gap: 8px !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 13px 12px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #0c1014 !important;
  border: 1px solid rgba(6, 199, 85, 0.72) !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 30px rgba(6, 199, 85, 0.1) !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}

.site-header .site-header__line span {
  grid-column: 1 !important;
  color: #06c755 !important;
  font-family: var(--font-en) !important;
  font-size: 8px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.site-header .site-header__line strong {
  grid-column: 1 !important;
  margin-top: 3px !important;
  color: inherit !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.site-header .site-header__line i {
  grid-column: 2 !important;
  grid-row: 1 / 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  color: #041108 !important;
  font-size: 14px !important;
  font-style: normal !important;
  background: #06c755 !important;
  border-radius: 50% !important;
}

.site-header .site-header__line:hover,
.site-header .site-header__line:focus-visible {
  color: #041108 !important;
  background: #06c755 !important;
  border-color: #06c755 !important;
  box-shadow: 0 16px 36px rgba(6, 199, 85, 0.24) !important;
  transform: translateY(-3px) !important;
}

@media (min-width: 1000px) {
  .site-header .site-header__logo {
    margin-bottom: 30px !important;
  }

  .site-header .site-header__line {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 999px) {
  .site-header {
    grid-template-columns: auto minmax(120px, 1fr) auto !important;
  }

  .site-header .site-header__line {
    justify-self: end !important;
    width: min(100%, 188px) !important;
    padding: 7px 8px 7px 10px !important;
  }

  .site-header .site-header__line span {
    display: none !important;
  }

  .site-header .site-header__line strong {
    grid-row: 1 / 3 !important;
    margin: 0 !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  .site-header .site-header__line i {
    width: 26px !important;
    height: 26px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 479px) {
  .site-header {
    grid-template-columns: 92px minmax(0, 1fr) 38px !important;
    gap: 7px !important;
  }

  .site-header .site-header__logo {
    width: 92px !important;
    min-width: 92px !important;
  }

  .site-header .site-header__line {
    width: 100% !important;
    padding-inline: 8px 6px !important;
  }

  .site-header .site-header__line strong {
    font-size: 10px !important;
  }
}

/* 1.22.6: FanMate partner voice. */
#voices .voice-card-fanmate .voice-photo {
  background: #ffffff;
}

#voices .voice-card-fanmate .voice-photo img {
  object-fit: contain;
  object-position: center;
}

#voices .voice-card-fanmate .voice-meta {
  justify-content: center;
  text-align: center;
}

#voices .voice-card-fanmate .voice-meta strong {
  white-space: nowrap !important;
}

/* Header after removing the direct LINE shortcut. */
@media (max-width: 999px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .site-header .site-header__apps {
    grid-column: 2 !important;
    justify-self: end !important;
  }
}

@media (max-width: 479px) {
  .site-header {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }
}

#voices .voice-card-fanmate .voice-question {
  display: block;
  margin-bottom: 8px;
  color: #111318;
  font-size: 0.92em;
  font-weight: 800;
  line-height: 1.6;
}

#voices .voice-card-uare .voice-question {
  display: block;
  margin-bottom: 8px;
  color: #111318;
  font-size: 0.92em;
  font-weight: 800;
  line-height: 1.6;
}

/* 1.22.72: keep the requested mobile reason headings on exactly two lines. */
@media (max-width: 639px) {
  #reasons .strength-list {
    width: 100% !important;
    justify-items: stretch !important;
  }

  #reasons .strength-item {
    width: 100% !important;
    max-width: none !important;
    padding: 18px !important;
  }

  #reasons .strength-item h3 {
    width: 100% !important;
    max-width: none !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
  }
}

/* 1.22.84: section navigation in the fixed header and footer. */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

.site-footer {
  gap: 24px !important;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 22px;
  min-width: 0;
}

.site-footer__nav a {
  position: relative;
  padding-block: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer__nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  content: "";
  background: #25f4ee;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: #ffffff;
}

.site-footer__nav a:hover::after,
.site-footer__nav a:focus-visible::after {
  transform: scaleX(1);
}

@media (min-width: 1000px) {
  html {
    scroll-padding-top: 20px;
  }

  .site-footer {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center !important;
    padding-inline: clamp(28px, 4vw, 68px) !important;
  }

  .site-footer__nav {
    justify-self: center;
  }

  .site-footer > p {
    justify-self: end;
  }
}

@media (max-width: 999px) {
  .site-header {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    padding-inline: 14px !important;
  }

  .site-header__nav {
    display: flex !important;
    gap: 4px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 14px 0 0 !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .site-header__nav::-webkit-scrollbar {
    display: none;
  }

  .site-header__nav a {
    flex: 0 0 auto;
    padding: 8px 9px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-decoration: none;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid transparent !important;
    border-radius: 0 !important;
  }

  .site-header__nav a.is-current,
  .site-header__nav a:hover,
  .site-header__nav a:focus-visible {
    color: #ffffff !important;
    border-bottom-color: #25f4ee !important;
  }

  .site-header__apps {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  .site-footer {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    padding: 34px 20px 92px !important;
    text-align: center;
  }

  .site-footer__nav {
    width: min(100%, 430px);
  }

  .site-footer > p {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .site-header {
    grid-template-columns: 92px minmax(0, 1fr) 38px !important;
    gap: 7px !important;
  }

  .site-header__nav {
    padding-right: 8px !important;
  }

  .site-header__nav a {
    padding-inline: 7px !important;
    font-size: 9px !important;
  }

  .site-footer__nav {
    gap: 6px 16px;
  }
}

/* 1.22.84: final header navigation and interview layout. */
@media (min-width: 1000px) {
  .site-header {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 100 !important;
    display: grid !important;
    grid-template-columns: 176px minmax(0, 1fr) 116px !important;
    gap: clamp(18px, 2vw, 34px) !important;
    align-items: center !important;
    width: 100% !important;
    height: 74px !important;
    min-height: 74px !important;
    padding: 10px clamp(28px, 4vw, 64px) !important;
    overflow: visible !important;
    background: rgba(7, 8, 10, 0.96) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(37, 244, 238, 0.22) !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px) !important;
  }

  .site-header .site-header__logo {
    grid-column: 1 !important;
    display: block !important;
    width: 176px !important;
    min-width: 176px !important;
    margin: 0 !important;
  }

  .site-header .site-header__nav {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(12px, 1.45vw, 24px) !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .site-header .site-header__nav a {
    position: relative !important;
    display: inline-flex !important;
    width: auto !important;
    min-height: 32px !important;
    padding: 6px 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: clamp(10px, 0.8vw, 12px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background: transparent !important;
    border: 0 !important;
  }

  .site-header .site-header__nav a::before {
    position: absolute !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: 2px !important;
    content: "" !important;
    background: #25f4ee !important;
    transform: scaleX(0) !important;
    transform-origin: center !important;
    transition: transform 180ms ease !important;
  }

  .site-header .site-header__nav a:hover,
  .site-header .site-header__nav a:focus-visible,
  .site-header .site-header__nav a.is-current {
    padding-left: 0 !important;
    color: #ffffff !important;
  }

  .site-header .site-header__nav a:hover::before,
  .site-header .site-header__nav a:focus-visible::before,
  .site-header .site-header__nav a.is-current::before {
    width: auto !important;
    transform: scaleX(1) !important;
  }

  .site-header .site-header__apps {
    grid-column: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 9px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .site-header .site-header__apps small {
    display: block !important;
    color: rgba(255, 255, 255, 0.64) !important;
    font-size: 9px !important;
    white-space: nowrap !important;
  }

  .site-header .site-header__apps span,
  .site-header .site-header__apps img {
    width: 38px !important;
    height: 38px !important;
  }
}

/* 1.23.23: tighten the mobile transition from Roadmap to FAQ. */
@media (max-width: 639px) {
  #main-content > #flow.ds-section {
    padding-bottom: 24px !important;
  }

  #main-content > #faq.ds-section {
    padding-top: 24px !important;
  }

  #flow #flow-title {
    font-size: 28px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 999px) {
  .site-header {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 100 !important;
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) 38px !important;
    grid-template-rows: 48px 34px !important;
    gap: 0 8px !important;
    width: 100% !important;
    height: 82px !important;
    min-height: 82px !important;
    padding: 0 12px !important;
    overflow: hidden !important;
    background: rgba(7, 8, 10, 0.98) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(37, 244, 238, 0.22) !important;
  }

  .site-header .site-header__logo {
    grid-column: 1 / 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    display: block !important;
    width: 108px !important;
    min-width: 108px !important;
    margin: 0 !important;
  }

  .site-header .site-header__apps {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    display: flex !important;
    width: 34px !important;
    margin: 0 !important;
  }

  .site-header .site-header__apps small {
    display: none !important;
  }

  .site-header .site-header__apps span,
  .site-header .site-header__apps img {
    width: 34px !important;
    height: 34px !important;
  }

  .site-header .site-header__nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
  }

  .site-header .site-header__nav a {
    position: relative !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 32px !important;
    padding: 7px 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
  }

  .site-header .site-header__nav a.is-current,
  .site-header .site-header__nav a:hover,
  .site-header .site-header__nav a:focus-visible {
    padding-left: 0 !important;
    color: #ffffff !important;
    border-bottom: 2px solid #25f4ee !important;
  }

  body {
    padding-top: 82px !important;
  }
}

#interview.interview {
  padding-block: clamp(72px, 8vw, 116px) !important;
  background: #080808 !important;
}

#interview .interview-inner {
  gap: clamp(22px, 3vw, 34px) !important;
}

#interview .section-head {
  width: min(100%, 980px) !important;
  margin-inline: auto !important;
}

#interview #interview-title {
  width: 100% !important;
  max-width: 980px !important;
  margin-inline: auto !important;
  color: #f5f5f5 !important;
  font-size: clamp(34px, 3.6vw, 52px) !important;
  line-height: 1.36 !important;
  text-align: center !important;
}

#interview #interview-title .interview-title__line {
  display: block;
  white-space: nowrap;
}

#interview #interview-title .interview-title__line--long {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 400 !important;
}

#interview .interview-thumbnail {
  width: min(100%, 960px) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34) !important;
}

@media (max-width: 639px) {
  #interview.interview {
    padding-block: 64px !important;
    overflow-x: clip !important;
  }

  #interview .interview-inner,
  #interview .section-head,
  #interview .interview-thumbnail {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  #interview #interview-title {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    font-size: clamp(17px, 4.7vw, 21px) !important;
    line-height: 1.42 !important;
    letter-spacing: 0 !important;
    font-stretch: normal !important;
    transform: none !important;
  }

  #interview #interview-title .interview-title__line {
    width: auto !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  #interview #interview-title .interview-title__line:not(.interview-title__line--long) {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
  }

  #interview #interview-title .interview-title__line--long {
    width: auto !important;
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    transform: none !important;
  }

  #interview .interview-thumbnail__cta {
    position: static !important;
    justify-self: end !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #interview .interview-thumbnail__cta strong {
    min-width: 0 !important;
    font-size: clamp(12px, 3.7vw, 14px) !important;
  }
}

/* 1.23.06: compact desktop header and footer without changing mobile. */
@media (min-width: 1000px) {
  body {
    padding-top: 64px !important;
  }

  .site-header {
    height: 64px !important;
    min-height: 64px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .site-header .site-header__logo {
    width: 164px !important;
    min-width: 164px !important;
  }

  .site-header .site-header__nav a {
    min-height: 28px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .site-header .site-header__apps span,
  .site-header .site-header__apps img {
    width: 34px !important;
    height: 34px !important;
  }

  .ds-section[id] {
    scroll-margin-top: 64px !important;
  }

  .site-footer {
    min-height: 148px !important;
    gap: 6px clamp(56px, 7vw, 110px) !important;
    padding: 14px max(54px, calc((100vw - 1180px) / 2)) 8px !important;
  }

  .site-footer .footer-brand {
    width: min(100%, 230px) !important;
  }

  .site-footer__nav {
    gap: 1px clamp(28px, 3vw, 52px) !important;
  }

  .site-footer__nav a {
    padding: 1px 0 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .site-footer > p {
    font-size: 9px !important;
    line-height: 1.2 !important;
  }
}

/* 1.23.10: fill the first PC viewport below the fixed header. */
@media (min-width: 1000px) {
  #top.partner-fv {
    min-height: calc(100svh - 64px) !important;
  }

  body.admin-bar #top.partner-fv {
    min-height: calc(100svh - 96px) !important;
  }

  #top .partner-fv__inner {
    min-height: inherit !important;
  }
}

/* 1.23.20: compact mobile header and section spacing. */
@media (max-width: 999px) {
  .site-header {
    grid-template-rows: 42px 30px !important;
    height: 72px !important;
    min-height: 72px !important;
  }

  .site-header .site-header__logo {
    width: 100px !important;
    min-width: 100px !important;
  }

  .site-header .site-header__apps {
    width: 30px !important;
  }

  .site-header .site-header__apps span,
  .site-header .site-header__apps img {
    width: 30px !important;
    height: 30px !important;
  }

  .site-header .site-header__nav {
    height: 30px !important;
    gap: 14px !important;
  }

  .site-header .site-header__nav a {
    min-height: 28px !important;
    padding-block: 5px !important;
  }

  body {
    padding-top: 72px !important;
  }

  .ds-section[id] {
    scroll-margin-top: 72px !important;
  }

  .ds-page > .ds-section:not(#top),
  .ds-page > section.ds-section:not(#top) {
    padding-block: 58px !important;
  }
}

@media (max-width: 639px) {
  #interview.interview {
    padding-block: 58px !important;
  }
}

/* 1.23.22: show the supported-app label beside the TikTok icon on mobile. */
@media (max-width: 999px) {
  .site-header {
    grid-template-columns: 100px minmax(0, 1fr) 96px !important;
  }

  .site-header .site-header__apps {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    width: 96px !important;
  }

  .site-header .site-header__apps small {
    display: block !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 8px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}
