/*
Theme Name: Interline Agency LP
Theme URI: https://interline-music.jp/
Author: EnterFans Inc.
Description: Interline Music agency partner landing page theme.
Version: 1.4.63
Text Domain: interline-agency-lp
*/

:root {
  --color-ink: #111111;
  --color-ink-soft: #2a2a2a;
  --color-paper: #f7f5f0;
  --color-surface: #ffffff;
  --color-surface-muted: #fafafa;
  --color-text-muted: #666666;
  --color-text-subtle: #8a8a8a;
  --color-border: rgba(17, 17, 17, 0.14);
  --color-border-on-dark: rgba(255, 255, 255, 0.18);
  --color-accent: #ef4444;
  --color-accent-strong: #c83232;
  --color-line: #06c755;
  --color-line-hover: #04a846;
  --color-line-active: #038f3c;
  --color-line-text: #000000;
  --shadow-icon: 0 8px 24px rgba(17, 17, 17, 0.06);
  --shadow-focus: 0 0 0 3px rgba(6, 199, 85, 0.26);
  --radius-icon: 7px;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 22px;
  --space-6: 28px;
  --space-7: 36px;
  --space-8: 48px;
  --space-9: 64px;
  --space-10: 82px;
  --ink: #111111;
  --ink-soft: #2a2a2a;
  --paper: #f3f1ec;
  --white: #ffffff;
  --muted: #666666;
  --muted-light: #8a8a8a;
  --line: rgba(17, 17, 17, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --accent: #ef4444;
  --accent-dark: #c83232;
  --gray-50: #fafafa;
  --gray-100: #eeeeee;
  --max: 1200px;
  --header-height: 72px;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-serif: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  --font-en: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-num: "Arial Black", "Helvetica Neue", Helvetica, sans-serif;
  --font-italic: "Playfair Display", Georgia, serif;
  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
}

/* Give the representative's message a warm, handwritten tone. */
html body main section#message article.message-body p,
html body main section#message article.message-body .message-intro,
html body main section#message article.message-body .signature {
  font-family: "Klee One", "YuKyokasho", "Yu Kyokasho", cursive !important;
  font-weight: 400 !important;
}

/* Rebuilt roadmap: a cardless vertical sequence inspired by the reference flow. */
html body main #flow {
  color: #171717 !important;
  background: #fff !important;
}

html body main #flow .section-head {
  width: min(100%, 860px) !important;
  margin-right: auto !important;
  margin-bottom: clamp(44px, 6vw, 76px) !important;
  margin-left: auto !important;
  color: #171717 !important;
  text-align: center !important;
}

html body main #flow .section-kicker,
html body main #flow #flow-title {
  color: #171717 !important;
}

html body main #flow .flow-list.flow-timeline {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: min(100%, 860px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

html body main #flow .flow-list.flow-timeline::before {
  display: none !important;
  content: none !important;
}

html body main #flow .flow-list.flow-timeline > li,
html body main #flow .flow-list.flow-timeline > li:first-child,
html body main #flow .flow-list.flow-timeline > li:last-child {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 54px) !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 190px !important;
  margin: 0 !important;
  padding: 24px 0 58px !important;
  color: #171717 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none;
}

html body main #flow .flow-step__rail {
  position: relative;
  display: grid;
  justify-items: center;
  align-self: stretch;
  align-content: center;
  gap: 10px;
  min-width: 0;
}

html body main #flow .flow-step__number,
html body main #flow .flow-list li:first-child .flow-step__number,
html body main #flow .flow-list li:last-child .flow-step__number {
  position: static !important;
  display: flex !important;
  gap: 5px !important;
  align-items: baseline !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #c13f4b !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

html body main #flow .flow-step__number small {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

html body main #flow .flow-step__number strong {
  font-family: Arial, sans-serif !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body main #flow .flow-step__icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: #c13f4b;
  background: #fff3f5;
  border: 1px solid rgba(193, 63, 75, 0.24);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

html body main #flow .flow-step__body {
  min-width: 0;
  padding: 0 0 2px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.14);
}

html body main #flow .flow-step__body h3,
html body main #flow .flow-list li:first-child .flow-step__body h3,
html body main #flow .flow-list li:last-child .flow-step__body h3 {
  margin: 0 0 14px !important;
  color: #c13f4b !important;
  font-family: var(--font-sans, "Noto Sans JP", sans-serif) !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

html body main #flow .flow-step__body p,
html body main #flow .flow-list li:first-child .flow-step__body p,
html body main #flow .flow-list li:last-child .flow-step__body p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 22px !important;
  color: #3f3f3f !important;
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.9 !important;
  text-align: left !important;
}

html body main #flow .flow-list.flow-timeline > li:not(:last-child)::before {
  position: absolute !important;
  bottom: 7px !important;
  left: 74px !important;
  display: block !important;
  width: 1px !important;
  height: 42px !important;
  content: "" !important;
  background: rgba(193, 63, 75, 0.36) !important;
  border: 0 !important;
}

html body main #flow .flow-list.flow-timeline > li:not(:last-child)::after {
  position: absolute !important;
  bottom: 0 !important;
  left: 65px !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  content: "" !important;
  background: transparent !important;
  border-top: 12px solid #e9a8b0 !important;
  border-right: 10px solid transparent !important;
  border-bottom: 0 !important;
  border-left: 10px solid transparent !important;
  transform: none !important;
}

html body main #flow .flow-list.flow-timeline > li:last-child {
  padding-bottom: 24px !important;
}

@media (max-width: 640px) {
  html body main #flow .section-head {
    margin-bottom: 34px !important;
    text-align: left !important;
  }

  html body main #flow .flow-list.flow-timeline > li,
  html body main #flow .flow-list.flow-timeline > li:first-child,
  html body main #flow .flow-list.flow-timeline > li:last-child {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 18px !important;
    min-height: 166px !important;
    padding: 18px 0 50px !important;
  }

  html body main #flow .flow-step__number small {
    font-size: 9px !important;
  }

  html body main #flow .flow-step__number strong {
    font-size: 20px !important;
  }

  html body main #flow .flow-step__icon {
    width: 58px;
    height: 58px;
    font-size: 12px;
  }

  html body main #flow .flow-step__body h3,
  html body main #flow .flow-list li:first-child .flow-step__body h3,
  html body main #flow .flow-list li:last-child .flow-step__body h3 {
    margin-bottom: 9px !important;
    font-size: 20px !important;
  }

  html body main #flow .flow-step__body p,
  html body main #flow .flow-list li:first-child .flow-step__body p,
  html body main #flow .flow-list li:last-child .flow-step__body p {
    padding-bottom: 16px !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
  }

  html body main #flow .flow-list.flow-timeline > li:not(:last-child)::before {
    left: 40px !important;
  }

  html body main #flow .flow-list.flow-timeline > li:not(:last-child)::after {
    left: 31px !important;
  }
}

/* scroll-padding already reserves the sticky header; avoid a doubled offset. */
html body main section[id] {
  scroll-margin-top: 0 !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  position: relative;
  min-height: 100vh;
  background-color: var(--white);
  font-family: var(--font-sans);
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: -80px 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-image: url("../images/partner-contract/backgrounds/kyoto-collection-signage-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--bg-scroll-shift, 0px), 0) scale(1.04);
  transform-origin: center center;
  will-change: transform;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

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

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

a:focus-visible,
button:focus-visible,
select:focus-visible {
  outline: 2px solid var(--color-line);
  outline-offset: 3px;
  box-shadow: var(--shadow-focus);
}

button,
select {
  font: inherit;
}

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

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

.skip-links {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 100;
  display: grid;
  gap: 8px;
  width: min(calc(100% - 24px), 390px);
  transform: translateX(-50%);
  pointer-events: none;
}

.skip-links a {
  width: fit-content;
  padding: 10px 14px;
  color: var(--color-surface);
  background: var(--color-ink);
  border: 1px solid var(--color-surface);
  border-radius: var(--radius-pill);
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: auto;
}

.skip-links a:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.skip-links:focus-within a {
  opacity: 1;
  transform: translateY(0);
}

.c-section {
  padding: var(--space-10) var(--space-5);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.c-section--light {
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.9);
}

.c-section--muted {
  color: var(--color-ink);
  background: rgba(250, 250, 250, 0.92);
}

.c-section--dark {
  color: var(--color-surface);
  background: var(--color-ink);
}

.c-section--hero {
  color: var(--color-ink);
  background: rgba(243, 241, 236, 0.88);
}

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

.c-kicker {
  margin: 0 0 var(--space-4);
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.c-card {
  border: 1px solid var(--color-border);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
}

.c-card--light {
  color: var(--color-ink);
  background: var(--color-surface);
}

.c-card--dark {
  color: var(--color-surface);
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--color-border-on-dark);
}

.c-card--accent-left {
  position: relative;
  overflow: hidden;
}

.c-card--accent-left::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: var(--color-accent);
}

.c-grid {
  display: grid;
  gap: var(--space-5);
}

.c-grid--stack {
  grid-template-columns: 1fr;
}

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

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

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

.c-button[aria-disabled="true"],
.c-button.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.c-button--line {
  color: var(--color-line-text);
  background: var(--color-line);
  border-color: var(--color-line);
}

.c-button--line:hover,
.c-button--line:focus-visible {
  color: var(--color-line-text);
  background: var(--color-line-hover);
  border-color: var(--color-line-hover);
}

.c-button--line:active {
  background: var(--color-line-active);
  border-color: var(--color-line-active);
  transform: translateY(0);
}

.c-button--ghost {
  color: var(--color-surface);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}

.c-button--ghost:hover,
.c-button--ghost:focus-visible {
  color: var(--color-ink);
  background: var(--color-surface);
  border-color: var(--color-surface);
}

.button.c-button--line,
.hero .button.c-button--line,
.section-dark .button.c-button--line,
.cta-band .button.c-button--line,
.final-cta .button.c-button--line,
.consult .button.c-button--line {
  color: var(--color-line-text);
  background: var(--color-line);
  border-color: var(--color-line);
}

.button.c-button--line:hover,
.button.c-button--line:focus-visible,
.hero .button.c-button--line:hover,
.hero .button.c-button--line:focus-visible,
.section-dark .button.c-button--line:hover,
.section-dark .button.c-button--line:focus-visible,
.cta-band .button.c-button--line:hover,
.cta-band .button.c-button--line:focus-visible,
.final-cta .button.c-button--line:hover,
.final-cta .button.c-button--line:focus-visible,
.consult .button.c-button--line:hover,
.consult .button.c-button--line:focus-visible {
  color: var(--color-line-text);
  background: var(--color-line-hover);
  border-color: var(--color-line-hover);
}

.button.c-button--line:active,
.hero .button.c-button--line:active,
.section-dark .button.c-button--line:active,
.cta-band .button.c-button--line:active,
.final-cta .button.c-button--line:active,
.consult .button.c-button--line:active {
  background: var(--color-line-active);
  border-color: var(--color-line-active);
  transform: translateY(0);
}

.button.c-button--ghost,
.section-dark .button.c-button--ghost,
.final-cta .button.c-button--ghost {
  color: var(--color-surface);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
}

.button.c-button--ghost:hover,
.button.c-button--ghost:focus-visible,
.section-dark .button.c-button--ghost:hover,
.section-dark .button.c-button--ghost:focus-visible,
.final-cta .button.c-button--ghost:hover,
.final-cta .button.c-button--ghost:focus-visible {
  color: var(--color-ink);
  background: var(--color-surface);
  border-color: var(--color-surface);
}

.c-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-bottom: var(--space-4);
  padding: 5px 12px;
  color: var(--color-surface);
  background: var(--color-accent-strong);
  border-radius: var(--radius-pill);
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.skeleton {
  min-height: 1em;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.06), rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.06));
  background-size: 200% 100%;
  animation: skeleton-pulse 1400ms ease-in-out infinite;
}

.state-card {
  padding: var(--space-6);
  color: var(--color-text-muted);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
}

@keyframes skeleton-pulse {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* Final InterLineMusic visual alignment. Keep this last so it wins over earlier layout experiments. */
:root {
  --accent: #b6413d;
  --accent-dark: #9f3430;
  --paper: #f4f4f4;
  --ilm-ink: #0d0d0d;
  --ilm-muted: #8f8f8f;
  --ilm-soft: #f4f4f4;
  --ilm-border: rgba(13, 13, 13, 0.08);
  --ilm-border-strong: rgba(13, 13, 13, 0.18);
  --ilm-red: #b6413d;
  --ilm-section-max: 1240px;
}

body {
  color: var(--ilm-ink);
  background: #ffffff;
}

body::before {
  inset: 0;
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 8% 13%, rgba(13, 13, 13, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 20% 26%, rgba(13, 13, 13, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 36% 15%, rgba(13, 13, 13, 0.25) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 32%, rgba(13, 13, 13, 0.15) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 20%, rgba(13, 13, 13, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 45%, rgba(13, 13, 13, 0.12) 0 1px, transparent 2px);
  background-size: 520px 440px;
  background-position: 0 var(--bg-scroll-shift, 0px);
  background-repeat: repeat;
  transform: none;
}

.site-header {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 78px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 0 clamp(22px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-bottom: 1px solid var(--ilm-border);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(13, 13, 13, 0.12);
}

body.admin-bar .site-header {
  top: 32px;
}

.brand {
  grid-column: 1;
  justify-self: start;
}

.brand-logo {
  width: clamp(174px, 17vw, 240px);
}

.header-nav {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-self: center;
  gap: clamp(14px, 1.7vw, 28px);
  min-width: 0;
  color: var(--ilm-ink);
  font-family: var(--font-sans);
  font-size: clamp(12px, 0.82vw, 14px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header-nav a {
  color: var(--ilm-ink);
  text-decoration: none;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--ilm-ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.header-actions {
  grid-column: 3;
}

.header-platforms li {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 6px;
  box-shadow: none;
}

.hero {
  min-height: 834px;
  padding: 78px clamp(22px, 4vw, 54px) 0;
  background: #ffffff;
}

.hero::before,
.hero::after,
.hero-shade {
  display: none;
}

.hero-media {
  top: 78px;
  right: clamp(22px, 7vw, 138px);
  z-index: 1;
  width: min(38vw, 560px);
  height: calc(100% - 78px);
  min-height: 650px;
  background: transparent;
  opacity: 0.86;
}

.hero-media img {
  object-position: 72% center;
  filter: grayscale(0.05) saturate(0.82) contrast(0.98) brightness(1.1);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--ilm-section-max));
  min-height: 756px;
  padding: 0;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-inner > * {
  max-width: 760px;
}

.hero-note {
  width: auto;
  margin-bottom: 24px;
  padding: 0;
  color: var(--ilm-ink);
  background: transparent;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero .section-kicker,
.section-kicker,
.c-kicker {
  color: var(--ilm-muted);
  font-family: var(--font-en);
  letter-spacing: 0.24em;
}

.hero-subnote,
.support-index,
.webinar-panel dt,
.flow-list span,
.strength-item span,
.benefit-note,
.cta-caution {
  color: var(--ilm-red);
}

.hero-subnote {
  font-size: 16px;
}

.hero-title {
  max-width: 720px;
  font-family: var(--font-serif);
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-title span {
  display: inline;
}

.hero-title span:not(:last-child)::after {
  content: " ";
}

.hero-title em {
  color: var(--ilm-ink);
  text-decoration-color: var(--ilm-red);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.hero-brand {
  width: fit-content;
  margin-top: 30px;
  padding: 0 0 0 18px;
  background: transparent;
  border-left-color: var(--ilm-red);
}

.hero-brand p,
.hero-brand small,
.hero-copy {
  color: #6f6f6f;
}

.hero-brand strong {
  color: var(--ilm-ink);
  font-size: clamp(32px, 3vw, 42px);
}

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

.hero-copy {
  max-width: 620px;
  margin-top: 26px;
  padding: 0;
  background: transparent;
  font-size: 15px;
}

.section,
.c-section {
  padding: 118px clamp(22px, 4vw, 54px);
  border-top: 1px solid var(--ilm-border);
}

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

.apps,
.benefits,
.agency,
.voices,
.company,
.flow {
  background: #ffffff;
}

.solution,
.support,
.strength,
.compare,
.faq,
.message,
.cta-band,
.final-cta {
  color: var(--ilm-ink);
  background: var(--ilm-soft);
}

.support::before,
.webinar::before,
.flow::before,
.consult::before,
.final-cta::before {
  display: none;
}

.section-head {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#solutions .section-head,
#message .section-head,
#company .section-head {
  text-align: left;
  margin-left: 0;
}

.section-head h2,
.cta-inner h2,
.final-cta h2,
.consult-copy h2 {
  color: var(--ilm-ink);
  font-family: var(--font-serif);
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.38;
  font-weight: 500;
}

.section-head p,
.cta-inner p,
.consult-copy p,
.final-cta p,
.support-card p,
.webinar-panel dd,
.flow-list p,
.app-card p,
.pain-card p,
.strength-item p,
.benefit-panel p,
.voice-card p,
.faq-item p {
  color: #707070;
}

.app-card,
.benefit-panel,
.pain-card,
.support-card,
.strength-item,
.voice-card,
.faq-item,
.company-list,
.compare-table-wrap,
.agency-photo,
.flow-list li,
.cta-inner,
.final-cta-inner {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--ilm-border);
  border-radius: 10px;
  box-shadow: none;
}

.cta-inner,
.final-cta-inner {
  background: #ffffff;
}

.app-card:hover,
.job-card:hover,
.plan-card:hover {
  border-color: var(--ilm-border-strong);
  transform: translateY(-3px);
}

.app-icon {
  border-color: var(--ilm-border);
  border-radius: 10px;
  box-shadow: none;
}

.pain-card span,
.voice-meta.c-label,
.plan-label,
.c-label {
  color: var(--ilm-muted);
  background: transparent;
  border-radius: 0;
}

.pain-card:first-child::before,
.pain-card::before,
.c-card--accent-left::before {
  width: 0;
}

.support-card,
.flow-list li {
  color: var(--ilm-ink);
}

.support-card h3,
.flow-list h3,
.strength-item h3,
.pain-card h3,
.voice-card h3,
.faq-item h3,
.app-card h3 {
  color: var(--ilm-ink);
}

.strength-list {
  gap: 22px;
}

.compare-table-wrap {
  background: #ffffff;
}

.compare-table caption {
  color: #707070;
}

.compare-table thead th {
  background: var(--ilm-ink);
}

.compare-table tbody td:nth-child(2) {
  background: #fbf5f5;
}

.flow-list li:not(:last-child)::after {
  border-left-color: var(--ilm-red);
}

.message-body {
  background: #ffffff;
  border-color: var(--ilm-border);
}

.site-footer {
  background: var(--ilm-ink);
}

.sticky-line-cta a {
  width: auto;
  min-width: min(100%, 280px);
  min-height: 62px;
  padding: 0 32px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(13, 13, 13, 0.16);
}

@media (max-width: 1080px) {
  .hero-media {
    right: 22px;
    width: min(45vw, 480px);
    opacity: 0.35;
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 0;
    width: 100%;
    min-height: 72px;
    padding-inline: 18px;
  }

  .hero {
    min-height: auto;
    padding: 72px 22px 82px;
  }

  .hero-media {
    top: 72px;
    right: 0;
    width: 100%;
    height: 580px;
    min-height: 0;
    opacity: 0.16;
  }

  .hero-inner {
    min-height: 690px;
  }

  .hero-title {
    font-size: clamp(40px, 10vw, 54px);
    line-height: 1.42;
  }

  .hero-title span {
    display: block;
  }

  .hero-title span:not(:last-child)::after {
    content: "";
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    transform: none;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .brand-logo {
    width: 132px;
  }

  .header-platforms li {
    width: 23px;
    height: 23px;
  }

  .hero {
    padding: 70px 22px 74px;
  }

  .hero-inner {
    min-height: 704px;
    padding: 0;
  }

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

  .section,
  .c-section {
    padding: 86px 22px;
  }

  .section-head {
    text-align: left;
  }

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

  .sticky-line-cta a {
    width: min(100%, 330px);
    min-height: 56px;
    border-radius: 12px;
    font-size: 13px;
  }
}

/* InterLineMusic hero fit adjustment for longer LP headline text. */
.hero {
  min-height: 858px;
}

.hero-media {
  height: min(760px, calc(100svh - 78px));
  min-height: 620px;
}

.hero-title {
  max-width: 760px;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1.34;
}

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

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

.hero-copy {
  margin-top: 22px;
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }

  .hero-media {
    height: 580px;
    min-height: 0;
  }

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

.hero-media img {
  object-position: 72% center;
}

.hero-media img {
  object-position: 72% center;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 32px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(17, 17, 17, 0.09);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: var(--line);
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

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

.brand-logo {
  width: clamp(132px, 15vw, 186px);
  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-italic);
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  grid-column: 1;
  justify-self: start;
  gap: 30px;
  align-items: center;
  color: currentColor;
  font-family: var(--font-num);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.site-nav a,
.header-cta {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.header-cta:hover {
  color: var(--accent);
}

.header-actions {
  display: flex;
  grid-column: 3;
  gap: 14px;
  align-items: center;
  justify-self: end;
}

.header-platforms {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-platforms li {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.header-platforms img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--white);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-family: var(--font-num);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.header-cta:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-1px);
}

.section {
  padding: 112px 30px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

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

.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:not(.section-dark) .section-head {
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(10px);
}

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

.support .section-head.narrow {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.section-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--accent);
  background: transparent;
  border-radius: 0;
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.section-number::after {
  display: inline-block;
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}

.final-cta .section-number::after,
.section-head.narrow .section-number::after {
  width: 24px;
}

.section-dark .section-number,
.cta-band .section-number {
  color: var(--accent);
}

.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.38;
  font-weight: 500;
  letter-spacing: 0.02em;
  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;
}

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

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

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

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

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

.button-line,
.section-dark .button-line,
.cta-band .button-line,
.final-cta .button-line,
.consult .button-line {
  color: var(--color-line-text);
  background: var(--color-line);
  border-color: var(--color-line);
}

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

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

.button-ghost:hover,
.button-outline:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.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: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.hero {
  position: relative;
  min-height: 88svh;
  padding: 0 30px;
  color: var(--ink);
  background: rgba(243, 241, 236, 0.88);
  border-top: 0;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  top: calc(var(--header-height) + 72px);
  right: max(30px, calc((100vw - var(--max)) / 2));
  z-index: -1;
  width: min(45vw, 580px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #d9d5cc;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  filter: grayscale(0.05) saturate(0.8) contrast(1.02) brightness(1.06);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--paper) 0%, rgba(243, 241, 236, 0.98) 42%, rgba(243, 241, 236, 0.58) 72%, rgba(243, 241, 236, 0.16) 100%),
    radial-gradient(circle at 72% 32%, rgba(239, 68, 68, 0.22), transparent 28%);
}

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

.hero .section-number,
.hero .section-kicker {
  color: var(--ink);
}

.hero-note {
  width: fit-content;
  margin: 0 0 14px;
  padding: 6px 12px;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.hero-subnote {
  width: fit-content;
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}

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

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

.hero-title span {
  display: block;
}

.hero-title-small {
  font-size: 36px;
  line-height: 1.28;
}

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

.hero-brand {
  margin-top: 28px;
  padding-left: 18px;
  border-left: 3px solid var(--accent);
}

.hero-brand p {
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

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

.hero-brand strong {
  font-family: var(--font-en);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
}

.hero-brand small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

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

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

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

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

.hero .button-line {
  color: var(--color-line-text);
  background: var(--color-line);
  border-color: var(--color-line);
}

.hero .button-line:hover {
  color: var(--color-line-text);
  background: var(--color-line-hover);
  border-color: var(--color-line-hover);
}

.hero .button-ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

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

.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;
  font-style: italic;
}

.apps,
.benefits,
.solution,
.agency,
.compare,
.faq,
.jobs {
  background: rgba(255, 255, 255, 0.9);
}

.strength,
.company {
  background: var(--white);
}

.plans,
.voices {
  background: rgba(250, 250, 250, 0.92);
}

.message {
  background: var(--ink);
}

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

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

.app-card,
.support-card,
.plan-card,
.job-card,
.pain-card,
.voice-placeholder,
.webinar-panel,
.benefit-panel,
.voice-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

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

.app-card:hover,
.job-card:hover,
.plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 68, 68, 0.48);
}

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

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

.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,
.benefit-panel p,
.voice-card p,
.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.benefit-panel {
  display: grid;
  gap: 22px;
  margin-top: 34px;
  padding: 28px;
  background: var(--white);
}

.benefit-note,
.cta-caution {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

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

.quote-list li {
  padding: 13px 14px;
  background: var(--gray-50);
  border-left: 2px solid var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.agency-photo {
  max-width: 760px;
  margin: 34px 0 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}

.agency-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.cta-band .cta-inner > div:first-child {
  padding: 18px 20px;
  border-radius: 10px;
  min-width: 0;
  transition: background-color 180ms ease, color 180ms ease;
}

.cta-band .cta-inner:hover > div:first-child,
.cta-band .cta-inner:focus-within > div:first-child,
.cta-band .cta-inner:active > div:first-child {
  color: var(--ink);
  background: var(--color-line);
}

.cta-band .cta-inner:hover > div:first-child .section-kicker,
.cta-band .cta-inner:hover > div:first-child h2,
.cta-band .cta-inner:hover > div:first-child p,
.cta-band .cta-inner:focus-within > div:first-child .section-kicker,
.cta-band .cta-inner:focus-within > div:first-child h2,
.cta-band .cta-inner:focus-within > div:first-child p,
.cta-band .cta-inner:active > div:first-child .section-kicker,
.cta-band .cta-inner:active > div:first-child h2,
.cta-band .cta-inner:active > div:first-child p {
  color: var(--ink);
}

.cta-band .cta-inner:hover .button.c-button--line,
.cta-band .cta-inner:focus-within .button.c-button--line,
.cta-band .cta-inner:active .button.c-button--line {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

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

.problem-grid {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.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-dark);
  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(--ink);
}

.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));
}

.solution-stack {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.support-card {
  min-height: 270px;
  padding: 34px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--line-light);
}

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

.support-card p + p,
.strength-item p + p {
  margin-top: 14px;
}

.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: 28px;
}

.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);
}

.cta-inner .cta-caution {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.line-cta-strip {
  padding: 18px 22px;
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.line-cta-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  background: var(--color-line);
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-line-text);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

a[href*="line-crm-worker.carveout.workers.dev"]:hover,
a[href*="line-crm-worker.carveout.workers.dev"]:focus-visible {
  color: var(--color-line-text);
  background: var(--color-line-hover);
  border-color: var(--color-line-hover);
}

a[href*="line-crm-worker.carveout.workers.dev"]:active {
  color: var(--color-line-text);
  background: var(--color-line-active);
  border-color: var(--color-line-active);
  transform: translateY(0);
}

.line-cta-strip span {
  margin-left: 8px;
}

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

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

.plan-card.featured {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.92);
}

.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: var(--gray-50);
  border-left: 2px solid var(--accent);
  font-size: 14px;
  font-weight: 500;
}

.plan-label {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  padding: 0;
  color: var(--accent);
  background: transparent;
  border-radius: 0;
}

.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: rgba(255, 255, 255, 0.045);
  border-color: var(--line-light);
}

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

.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(--white);
}

.strength-item span {
  display: block;
  margin-bottom: 28px;
  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(--white);
}

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

.compare-table caption {
  padding: 14px 18px;
  color: var(--muted);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 13px;
  font-weight: 700;
}

.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: var(--white);
  background: var(--ink);
  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: #fff5f5;
  font-weight: 700;
}

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

.flow-list li {
  position: relative;
  min-height: 300px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-light);
}

.flow-list li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 0;
  height: 0;
  content: "";
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid var(--accent);
  transform: translateX(-50%);
}

.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 {
  background: var(--ink);
}

.voice-list {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.voice-card {
  padding: 28px;
  background: var(--white);
}

.voice-card h3,
.faq-item h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
}

.voice-card p + p {
  margin-top: 14px;
}

.voice-meta {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.voice-meta.c-label {
  color: var(--white);
  background: var(--accent-dark);
}

.message-body {
  display: grid;
  gap: 18px;
  margin-top: 34px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
}

.message-body p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 2;
}

.message-body .signature {
  margin-top: 10px;
  color: var(--ink);
  font-weight: 700;
}

.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-form {
  display: grid;
  gap: 16px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-light);
}

.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(17, 17, 17, 0.72);
  border: 1px solid var(--line-light);
  border-radius: 0;
}

.company-list {
  display: grid;
  margin: 0;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  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;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 42px;
}

.faq-item {
  padding: 24px;
  background: var(--white);
}

.final-cta {
  overflow: hidden;
}

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

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

.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: invert(1);
}

.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) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 28px 28px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .app-grid {
    grid-template-columns: repeat(2, 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 {
    top: calc(var(--header-height) + 54px);
    right: -54px;
    width: min(78vw, 440px);
    opacity: 0.28;
  }

  .hero-inner {
    min-height: 86svh;
    padding-top: calc(var(--header-height) + 58px);
  }

  .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) {
  :root {
    --header-height: 70px;
  }

  .site-header {
    padding: 0 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 128px;
  }

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

  .brand small {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 84svh;
  }

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

  .hero-media {
    top: calc(var(--header-height) + 130px);
    right: -112px;
    width: min(76vw, 320px);
    opacity: 0.13;
  }

  .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;
  }

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

  .app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .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;
  }

  .app-card {
    min-height: 190px;
    padding: 18px;
  }

  .app-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 12px;
  }

  .app-card h3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .app-card p {
    font-size: 12px;
    line-height: 1.7;
  }

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

@media (min-width: 960px) {
  .hero {
    min-height: 760px;
  }

  .hero-inner {
    min-height: 760px;
    padding-top: calc(var(--header-height) + 54px);
    padding-bottom: 54px;
  }

  .hero-title {
    max-width: 660px;
    font-size: clamp(46px, 4.3vw, 62px);
    line-height: 1.28;
  }

  .hero-title span {
    display: inline;
  }

  .hero-title span:not(:last-child)::after {
    content: " ";
  }

  .hero-brand {
    margin-top: 22px;
  }

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

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

  .hero-copy {
    max-width: 560px;
    margin-top: 22px;
    font-size: 15px;
  }

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

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

  #work .section-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
    align-items: center;
  }

  .agency-photo {
    margin-top: 0;
  }

  .voice-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .message .section-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 56px;
    align-items: start;
  }

  .message-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .message-body .signature {
    grid-column: 1 / -1;
  }

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

  .flow-list li:not(:last-child)::after {
    top: 50%;
    right: -26px;
    bottom: auto;
    left: auto;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid var(--accent);
    border-right: 0;
    transform: translateY(-50%);
  }
}

/* Keep the compact LP treatment only on phone-sized viewports. */
@media (max-width: 560px) {
  :root {
  --max: 430px;
  --header-height: 70px;
  }

main,
.site-footer {
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  right: auto;
  left: 50%;
  width: min(100%, var(--max));
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  justify-items: stretch;
  padding: 0 16px;
  transform: translateX(-50%);
}

.brand {
  grid-column: 2;
  justify-self: center;
  gap: 10px;
}

.brand-logo {
  width: 118px;
}

.header-actions {
  grid-column: 3;
  justify-self: end;
}

.header-platforms {
  gap: 5px;
}

.header-platforms li {
  width: 24px;
  height: 24px;
}

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

.brand small,
.header-cta {
  display: none;
}

.site-nav {
  position: fixed;
  inset: var(--header-height) auto auto 50%;
  display: none;
  width: min(100%, var(--max));
  grid-column: 1 / -1;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 18px 28px 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  transform: translateX(-50%);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.section {
  padding: 82px 22px;
}

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

.hero-inner {
  min-height: 84svh;
  padding-top: calc(var(--header-height) + 58px);
  padding-bottom: 38px;
}

.hero-media {
  top: calc(var(--header-height) + 130px);
  right: -112px;
  width: min(76vw, 320px);
  opacity: 0.13;
}

.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 {
  grid-template-columns: 1fr;
  gap: 42px;
}

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

.app-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.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;
  padding: 42px 22px;
}

.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;
}

.app-card {
  min-height: 190px;
  padding: 18px;
}

.app-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 12px;
}

.app-card h3 {
  font-size: 16px;
  line-height: 1.35;
}

.app-card p {
  font-size: 12px;
  line-height: 1.7;
}

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

#apps-title,
#support-title,
.cta-band .cta-inner h2,
#plans-title,
#agency-title,
#solution-title {
  font-size: 29px;
  line-height: 1.38;
}

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

.app-card h3,
.support-card h3,
.plan-card h3,
.pain-card h3,
.job-card h3,
.strength-item h3,
.webinar-panel h3,
.voice-placeholder h3,
.flow-list h3 {
  font-weight: 600;
}
}

@media (max-width: 360px) {
  .site-header {
    padding: 0 12px;
  }

  .brand-logo {
    width: 102px;
  }

  .header-platforms {
    gap: 4px;
  }

  .header-platforms li {
    width: 20px;
    height: 20px;
    border-radius: 5px;
  }

  .hero-inner {
    padding-top: calc(var(--header-height) + 36px);
  }

  .hero .section-kicker {
    display: none;
  }

  .hero-note {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .hero-subnote {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.24;
  }

  .hero-brand {
    margin-top: 18px;
  }

  .hero-brand strong {
    font-size: 28px;
  }

  .hero-brand small {
    margin-top: 6px;
    font-size: 11px;
  }

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

  .button,
  .c-button {
    padding-inline: 18px;
    font-size: 13px;
  }
}

@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;
  }
}

/* 2Nice-inspired centered hero with an InterlineMusic female model. */
html body main .hero.c-section--hero {
  color: #111 !important;
  background: #fff !important;
}

html body main .hero .fv-stage {
  min-height: min(790px, calc(100vh - 53px));
  color: #111 !important;
  background: #fff !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

html body main .hero .fv-stage::before {
  z-index: 1 !important;
  display: block !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 66%, rgba(255, 255, 255, 0) 100%) !important;
}

html body main .hero .fv-bg {
  object-position: center center !important;
  filter: none !important;
}

html body main .hero .fv-mobile-copy {
  top: clamp(48px, 6.5vh, 76px);
  left: clamp(24px, 3.5vw, 64px);
  width: min(69%, 820px);
  color: #111 !important;
  text-align: center;
}

html body main .hero .fv-mobile-copy p,
html body main .hero .fv-mobile-copy h1 {
  color: #111 !important;
}

html body main .hero .fv-mobile-display {
  display: inline-block;
  color: var(--interline-red, #e94f4f) !important;
  font-family: var(--font-sans, "Noto Sans JP", sans-serif) !important;
  font-size: clamp(18px, 2vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  transform: rotate(-4deg);
}

html body main .hero .fv-mobile-summary {
  gap: clamp(8px, 1.3vh, 16px);
  margin-top: clamp(12px, 2vh, 24px);
}

html body main .hero .fv-mobile-summary > p {
  color: var(--interline-red, #e94f4f) !important;
  font-size: clamp(15px, 1.45vw, 23px) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

html body main .hero .fv-mobile-title {
  display: grid;
  gap: clamp(5px, 1vh, 12px);
  margin: 0 !important;
  color: #181818 !important;
  font-family: var(--font-serif, "Noto Serif JP", serif) !important;
  font-size: clamp(26px, 3.1vw, 50px) !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  letter-spacing: 0.04em !important;
  text-shadow: none !important;
}

html body main .hero .fv-mobile-title span {
  display: block;
  white-space: nowrap;
}

html body main .hero .fv-mobile-brand {
  margin-top: clamp(22px, 3.2vh, 38px) !important;
}

html body main .hero .fv-mobile-brand small,
html body main .hero .fv-mobile-brand strong,
html body main .hero .fv-mobile-brand span {
  color: #111 !important;
}

html body main .hero .fv-mobile-brand small {
  font-family: var(--font-serif, "Noto Serif JP", serif);
  font-size: clamp(15px, 1.55vw, 25px) !important;
  font-weight: 500 !important;
}

html body main .hero .fv-mobile-brand small em {
  color: var(--interline-red, #e94f4f);
  font-style: normal;
  font-weight: 700;
}

html body main .hero .fv-mobile-brand strong {
  margin: 9px auto 3px !important;
  color: #111 !important;
  font-size: clamp(42px, 5.25vw, 84px) !important;
  font-weight: 700 !important;
}

html body main .hero .fv-mobile-brand span {
  font-size: clamp(10px, 0.9vw, 14px) !important;
}

@media (min-width: 641px) {
  html body main .hero .fv-proof {
    bottom: clamp(22px, 3.2vh, 42px) !important;
    left: clamp(28px, 3.5vw, 64px) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 1.3vw, 22px);
    width: min(71%, 860px) !important;
  }

  html body main .hero .fv-proof span,
  html body main .hero .fv-proof span:first-child,
  html body main .hero .fv-proof span:nth-child(2),
  html body main .hero .fv-proof span:nth-child(3) {
    display: grid;
    place-items: center;
    min-height: 82px;
    padding: 14px 12px !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(185, 47, 53, 0.28) !important;
    border-radius: 2px !important;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08) !important;
    font-size: clamp(10px, 0.85vw, 13px) !important;
    line-height: 1.5;
    text-align: center;
  }

  html body main .hero .fv-proof span::before {
    color: var(--interline-red, #e94f4f) !important;
    border-color: var(--interline-red, #e94f4f) !important;
  }

  html body main .hero .fv-cta-link {
    left: auto !important;
    right: clamp(18px, 2vw, 34px) !important;
    bottom: clamp(22px, 3.2vh, 42px) !important;
  }
}

@media (max-width: 640px) {
  html body main {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html body main > .platform-marquee,
  html body main > .hero.c-section--hero,
  html body main > .hero .fv-stage {
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html body main .hero.c-section--hero,
  html body.admin-bar main .hero.c-section--hero {
    padding-top: 0 !important;
    color: #111 !important;
    background: #fff !important;
  }

  html body main .hero .fv-stage,
  html body.admin-bar main .hero .fv-stage {
    display: flex !important;
    min-height: 0 !important;
    color: #111 !important;
    background: #fff !important;
  }

  html body main .hero .fv-stage::before {
    display: none !important;
  }

  html body main .hero .fv-mobile-copy {
    order: 1 !important;
    margin: 0 !important;
    padding: 34px 22px 24px !important;
    color: #111 !important;
    background: #fff !important;
    text-align: center;
  }

  html body main .hero .fv-mobile-copy p,
  html body main .hero .fv-mobile-copy h1 {
    color: #111 !important;
    box-shadow: none !important;
  }

  html body main .hero .fv-mobile-display {
    font-size: 17px !important;
  }

  html body main .hero .fv-mobile-summary {
    gap: 9px;
    margin-top: 18px;
  }

  html body main .hero .fv-mobile-summary > p {
    font-size: 15px !important;
  }

  html body main .hero .fv-mobile-title {
    gap: 3px;
    font-size: clamp(20px, 5.65vw, 23px) !important;
    line-height: 1.52 !important;
    letter-spacing: 0 !important;
  }

  html body main .hero .fv-mobile-title span {
    white-space: normal;
  }

  html body main .hero .fv-mobile-brand {
    margin-top: 20px !important;
  }

  html body main .hero .fv-mobile-brand small {
    font-size: 14px !important;
  }

  html body main .hero .fv-mobile-brand strong {
    font-size: clamp(36px, 10.8vw, 42px) !important;
  }

  html body main .hero .fv-bg {
    order: 2 !important;
    flex-basis: 300px !important;
    height: 300px !important;
    object-fit: cover !important;
    object-position: 84% center !important;
    filter: none !important;
  }

  html body main .hero .fv-proof {
    position: relative !important;
    inset: auto !important;
    z-index: 3;
    order: 3 !important;
    display: grid !important;
    gap: 0;
    width: 100% !important;
    padding: 0 22px 24px !important;
    color: #111 !important;
    background: #fff;
  }

  html body main .hero .fv-proof span,
  html body main .hero .fv-proof span:first-child,
  html body main .hero .fv-proof span:nth-child(2),
  html body main .hero .fv-proof span:nth-child(3) {
    min-height: 46px;
    padding: 11px 8px !important;
    color: #111 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    text-align: left;
  }

  html body main .hero .fv-proof span::before {
    color: var(--interline-red, #e94f4f) !important;
    border-color: var(--interline-red, #e94f4f) !important;
  }

  html body main .hero .fv-cta-link {
    position: relative !important;
    inset: auto !important;
    z-index: 3;
    order: 4 !important;
    width: calc(100% - 44px) !important;
    min-width: 0 !important;
    height: 68px !important;
    margin: 0 22px 28px !important;
    color: #fff !important;
    background: #111 !important;
  }
}

@keyframes interline-hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes interline-hero-model-in {
  from {
    opacity: 0;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.js .hero .fv-mobile-copy > * {
  opacity: 0;
  animation: interline-hero-copy-in 800ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.js .hero .fv-mobile-copy > :nth-child(2) {
  animation-delay: 140ms;
}

.js .hero .fv-mobile-copy > :nth-child(3) {
  animation-delay: 280ms;
}

.js .hero .fv-bg {
  animation: interline-hero-model-in 1100ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

@media (prefers-reduced-motion: reduce) {
  .js .hero .fv-mobile-copy > *,
  .js .hero .fv-bg {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}

/* Final containment fixes for the compact mobile frame. */
.site-header::after {
  display: none !important;
}

html,
body,
main {
  overflow-x: clip !important;
}

.drawer-backdrop {
  contain: layout paint;
}

@media (max-width: 640px) {
  html body main .hero.c-section--hero,
  html body main .hero .fv-stage,
  html body main .hero .fv-mobile-copy,
  html body main .hero .fv-bg {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* User-requested cardless finish: no raised surfaces anywhere in the LP body. */
html body main #apps .app-card,
html body main #problems .pain-card,
html body main #solutions .support-card,
html body main #work .agency-photo,
html body main #strength .strength-item,
html body main #voices .voice-card,
html body main #flow .flow-list li,
html body main #faq .faq-item,
html body main #company .company-list,
html body main .benefit-seminar-pill {
  background: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

html body main #problems .pain-card::before,
html body main #solutions .support-card::before,
html body main #strength .strength-item::before,
html body main #voices .voice-card::before {
  box-shadow: none !important;
  filter: none !important;
}

html body main #strength .strength-list > .strength-item.c-card.c-card--light,
html body main #voices .voice-list > .voice-card.c-card.c-card--light {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

/* InterLineMusic home-page tone pass: white space, soft gray bands, serif hero, and quiet borders. */
:root {
  --ilm-ink: #0d0d0d;
  --ilm-muted: #8f8f8f;
  --ilm-soft: #f4f4f4;
  --ilm-soft-2: #fafafa;
  --ilm-border: rgba(13, 13, 13, 0.08);
  --ilm-border-strong: rgba(13, 13, 13, 0.18);
  --ilm-red: #b6413d;
  --ilm-section-max: 1240px;
}

body {
  color: var(--ilm-ink);
  background: #ffffff;
}

body::before {
  inset: 0;
  opacity: 0.32;
  background-image:
    radial-gradient(circle at 8% 13%, rgba(13, 13, 13, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 20% 26%, rgba(13, 13, 13, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 36% 15%, rgba(13, 13, 13, 0.25) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 32%, rgba(13, 13, 13, 0.15) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 20%, rgba(13, 13, 13, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 45%, rgba(13, 13, 13, 0.12) 0 1px, transparent 2px);
  background-size: 520px 440px;
  background-position: 0 var(--bg-scroll-shift, 0px);
  background-repeat: repeat;
  transform: none;
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 78px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 0 clamp(22px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-bottom: 1px solid var(--ilm-border);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(13, 13, 13, 0.12);
}

body.admin-bar .site-header {
  top: 32px;
}

.brand {
  grid-column: 1;
  justify-self: start;
}

.brand-logo {
  width: clamp(174px, 17vw, 240px);
}

.header-actions {
  grid-column: 3;
}

.header-platforms li {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 6px;
  box-shadow: none;
}

.hero {
  min-height: 834px;
  padding: 78px clamp(22px, 4vw, 54px) 0;
  background: #ffffff;
}

.hero::before,
.hero::after {
  display: none;
}

.hero-media {
  top: 78px;
  right: clamp(22px, 7vw, 138px);
  z-index: 1;
  width: min(38vw, 560px);
  height: calc(100% - 78px);
  min-height: 650px;
  background: transparent;
  opacity: 0.86;
}

.hero-media img {
  object-position: center;
  filter: grayscale(0.05) saturate(0.82) contrast(0.98) brightness(1.1);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--ilm-section-max));
  min-height: 756px;
  padding: 0;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-inner > * {
  max-width: 760px;
}

.hero-note {
  margin-bottom: 24px;
  padding: 0;
  color: var(--ilm-ink);
  background: transparent;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-note::before,
.hero-note::after {
  color: var(--ilm-red);
}

.hero .section-kicker,
.section-kicker,
.c-kicker {
  color: var(--ilm-muted);
  font-family: var(--font-en);
  letter-spacing: 0.24em;
}

.hero-subnote {
  color: var(--ilm-red);
  font-size: 16px;
}

.hero-title {
  max-width: 720px;
  font-family: var(--font-serif);
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-title em {
  color: var(--ilm-ink);
  text-decoration-color: var(--ilm-red);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.hero-brand {
  width: fit-content;
  margin-top: 30px;
  padding: 0 0 0 18px;
  background: transparent;
  border-left-color: var(--ilm-red);
}

.hero-brand p,
.hero-brand small,
.hero-copy {
  color: #6f6f6f;
}

.hero-brand strong {
  color: var(--ilm-ink);
  font-size: clamp(32px, 3vw, 42px);
}

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

.hero-copy {
  max-width: 620px;
  margin-top: 26px;
  padding: 0;
  background: transparent;
  font-size: 15px;
}

.section,
.c-section {
  padding: 118px clamp(22px, 4vw, 54px);
  border-top: 1px solid var(--ilm-border);
}

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

.apps,
.benefits,
.agency,
.voices,
.company,
.flow {
  background: #ffffff;
}

.solution,
.support,
.strength,
.compare,
.faq,
.message,
.cta-band,
.final-cta {
  color: var(--ilm-ink);
  background: var(--ilm-soft);
}

.section-head {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#solutions .section-head,
#message .section-head,
#company .section-head {
  text-align: left;
  margin-left: 0;
}

.section-head h2,
.cta-inner h2,
.final-cta h2,
.consult-copy h2 {
  color: var(--ilm-ink);
  font-family: var(--font-serif);
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.38;
  font-weight: 500;
}

.section-head p,
.cta-inner p,
.consult-copy p,
.final-cta p {
  color: #707070;
}

.app-card,
.benefit-panel,
.pain-card,
.support-card,
.strength-item,
.voice-card,
.faq-item,
.company-list,
.compare-table-wrap,
.agency-photo,
.flow-list li,
.cta-inner,
.final-cta-inner {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--ilm-border);
  border-radius: 10px;
  box-shadow: none;
}

.cta-inner,
.final-cta-inner {
  background: #ffffff;
}

.app-card:hover,
.job-card:hover,
.plan-card:hover {
  border-color: var(--ilm-border-strong);
  transform: translateY(-3px);
}

.app-icon {
  border-color: var(--ilm-border);
  border-radius: 10px;
  box-shadow: none;
}

.pain-card span,
.voice-meta.c-label,
.plan-label,
.c-label {
  color: var(--ilm-muted);
  background: transparent;
  border-radius: 0;
}

.pain-card:first-child::before,
.pain-card::before,
.c-card--accent-left::before {
  width: 0;
}

.support-card,
.flow-list li {
  color: var(--ilm-ink);
}

.support-card h3,
.flow-list h3,
.strength-item h3,
.pain-card h3,
.voice-card h3,
.faq-item h3,
.app-card h3 {
  color: var(--ilm-ink);
}

.support-card p,
.webinar-panel dd,
.flow-list p,
.app-card p,
.pain-card p,
.strength-item p,
.benefit-panel p,
.voice-card p,
.faq-item p {
  color: #707070;
}

.support-index,
.webinar-panel dt,
.flow-list span,
.strength-item span,
.benefit-note,
.cta-caution {
  color: var(--ilm-red);
}

.strength-list {
  gap: 22px;
}

.compare-table-wrap {
  background: #ffffff;
}

.compare-table caption {
  color: #707070;
}

.compare-table thead th {
  background: var(--ilm-ink);
}

.compare-table tbody td:nth-child(2) {
  background: #fbf5f5;
}

.flow-list li:not(:last-child)::after {
  border-left-color: var(--ilm-red);
}

.message-body {
  background: #ffffff;
  border-color: var(--ilm-border);
}

.site-footer {
  background: var(--ilm-ink);
}

.sticky-line-cta a {
  width: auto;
  min-width: min(100%, 280px);
  min-height: 62px;
  padding: 0 32px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(13, 13, 13, 0.16);
}

@media (max-width: 1080px) {
  .hero-media {
    right: 22px;
    width: min(45vw, 480px);
    opacity: 0.35;
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 0;
    width: 100%;
    min-height: 72px;
    padding-inline: 18px;
  }

  .hero {
    min-height: auto;
    padding: 72px 22px 82px;
  }

  .hero-media {
    top: 72px;
    right: 0;
    width: 100%;
    height: 580px;
    min-height: 0;
    opacity: 0.16;
  }

  .hero-inner {
    min-height: 690px;
  }

  .hero-title {
    font-size: clamp(40px, 10vw, 54px);
    line-height: 1.42;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    transform: none;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .brand-logo {
    width: 132px;
  }

  .header-platforms li {
    width: 23px;
    height: 23px;
  }

  .hero {
    padding: 70px 22px 74px;
  }

  .hero-inner {
    min-height: 704px;
    padding: 0;
  }

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

  .hero-title span {
    display: block;
  }

  .hero-title span:not(:last-child)::after {
    content: "";
  }

  .section,
  .c-section {
    padding: 86px 22px;
  }

  .section-head {
    text-align: left;
  }

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

  .sticky-line-cta a {
    width: min(100%, 330px);
    min-height: 56px;
    border-radius: 12px;
    font-size: 13px;
  }
}

/* Reference layout pass: centered LP canvas, floating header, visual hero, and readable section panels. */
:root {
  --layout-max: 1350px;
  --content-max: 1120px;
  --header-float-top: 18px;
  --section-blue: #f2fbff;
  --section-mint: #fbfffc;
  --section-soft: #f8fbfb;
  --border-strong: rgba(17, 17, 17, 0.9);
  --shadow-float: 0 20px 44px rgba(17, 17, 17, 0.11);
}

body {
  background-color: var(--section-blue);
}

body::before {
  opacity: 0.16;
}

.site-header {
  top: var(--header-float-top);
  right: auto;
  left: 50%;
  width: min(calc(100% - 48px), 1060px);
  min-height: 86px;
  padding: 0 34px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 8px;
  box-shadow: var(--shadow-float);
  transform: translateX(-50%);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(17, 17, 17, 0.08);
}

body.admin-bar .site-header {
  top: calc(32px + var(--header-float-top));
}

.brand-logo {
  width: clamp(154px, 17vw, 222px);
}

.header-platforms {
  gap: 8px;
}

.header-platforms li {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-color: rgba(17, 17, 17, 0.11);
  border-radius: 8px;
  box-shadow: 0 7px 18px rgba(17, 17, 17, 0.07);
}

.sticky-line-cta {
  position: fixed;
  right: 0;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 0;
  z-index: 70;
  display: flex;
  justify-content: center;
  padding: 0 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.show-sticky-cta .sticky-line-cta {
  opacity: 1;
  transform: translateY(0);
}

.sticky-line-cta a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: min(100%, 540px);
  min-height: 58px;
  padding: 0 28px;
  color: var(--color-line-text);
  background: var(--color-line);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-pill);
  box-shadow: 0 18px 42px rgba(6, 199, 85, 0.28), 0 8px 22px rgba(17, 17, 17, 0.14);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  pointer-events: auto;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.sticky-line-cta a:hover,
.sticky-line-cta a:focus-visible {
  color: var(--color-line-text);
  background: var(--color-line-hover);
  border-color: #ffffff;
  transform: translateY(-3px);
}

.section,
.c-section {
  padding: 94px max(24px, calc((100vw - var(--layout-max)) / 2 + 30px));
}

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

.section:not(.section-dark) .section-head,
.section-head {
  padding: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

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

.section-head h2,
.cta-inner h2,
.final-cta h2,
.consult-copy h2 {
  font-family: var(--font-sans);
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.section-head p,
.cta-inner p,
.consult-copy p,
.final-cta p {
  font-size: 15px;
  line-height: 2;
}

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

.hero {
  min-height: auto;
  padding: 154px max(24px, calc((100vw - var(--layout-max)) / 2 + 30px)) 82px;
  background: var(--section-blue);
  overflow: hidden;
}

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

.hero::before {
  top: 168px;
  left: max(22px, calc((100vw - var(--layout-max)) / 2 + 8px));
  width: 114px;
  height: 142px;
  background:
    linear-gradient(90deg, var(--accent) 0 35%, transparent 35% 44%, #ffd84c 44% 65%, transparent 65%) 0 0 / 100% 36px no-repeat,
    linear-gradient(135deg, #ffd84c 0 50%, transparent 50%) 0 50px / 46px 46px no-repeat,
    linear-gradient(135deg, #4fb874 0 50%, transparent 50%) 54px 50px / 58px 58px no-repeat,
    radial-gradient(circle, var(--accent) 0 27px, transparent 28px) 24px 88px / 58px 58px no-repeat;
  opacity: 0.92;
}

.hero::after {
  right: max(24px, calc((100vw - var(--layout-max)) / 2 + 30px));
  bottom: 82px;
  width: min(24vw, 300px);
  height: min(24vw, 300px);
  background:
    linear-gradient(135deg, transparent 0 50%, var(--accent) 50%) right bottom / 100% 100% no-repeat,
    linear-gradient(135deg, #ffe04f 0 50%, transparent 50%) right top / 64% 64% no-repeat;
  opacity: 0.95;
}

.hero-media {
  top: 154px;
  right: max(24px, calc((100vw - var(--layout-max)) / 2 + 30px));
  z-index: 1;
  width: min(55vw, 760px);
  height: min(690px, calc(100svh - 204px));
  min-height: 540px;
  aspect-ratio: auto;
  background: #dff4fa;
  border-radius: 0;
  opacity: 1;
}

.hero-media img {
  object-position: center;
  filter: saturate(0.88) contrast(1.02) brightness(1.08);
}

.hero-shade {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(100%, var(--layout-max));
  min-height: min(690px, calc(100svh - 204px));
  margin: 0 auto;
  padding: 70px min(5vw, 72px);
  overflow: hidden;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 43%, rgba(255, 255, 255, 0.76) 69%, rgba(255, 255, 255, 0.22) 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06);
}

.hero-inner > * {
  position: relative;
  z-index: 4;
  max-width: 620px;
}

.hero-note {
  padding: 7px 15px;
  background: var(--ink);
  font-size: 13px;
}

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

.hero-subnote {
  font-size: 18px;
}

.hero-title {
  max-width: 720px;
  font-family: var(--font-sans);
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-title span {
  display: inline;
}

.hero-title span:not(:last-child)::after {
  content: " ";
}

.hero-brand {
  margin-top: 28px;
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.hero-brand strong {
  font-size: clamp(31px, 3vw, 42px);
}

.hero-copy {
  max-width: 600px;
  margin-top: 24px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.82);
  font-family: var(--font-sans);
  font-size: 14px;
  font-style: normal;
}

.apps {
  background: var(--section-mint);
}

.apps .section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.apps .section-head p {
  margin-right: auto;
  margin-left: auto;
}

.app-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.app-card {
  display: grid;
  justify-items: center;
  min-height: 220px;
  padding: 28px 18px;
  text-align: center;
  border: 2px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.05);
}

.app-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border-radius: 14px;
}

.benefits,
.agency,
.voices,
.company,
.flow {
  background: var(--section-mint);
}

.solution,
.strength,
.compare,
.faq,
.message,
.support,
.cta-band,
.final-cta {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
}

.support::before,
.webinar::before,
.flow::before,
.consult::before,
.final-cta::before {
  display: none;
}

.cta-band {
  padding-top: 74px;
  padding-bottom: 74px;
  border-color: rgba(17, 17, 17, 0.08);
}

.cta-inner,
.final-cta-inner {
  padding: 38px;
  background: #ffffff;
  border: 2px solid var(--border-strong);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.06);
}

.cta-inner p,
.cta-inner .cta-caution,
.section-dark .cta-inner p,
.section-dark .final-cta p,
.section-dark .section-head p,
.section-dark .consult-copy p,
.final-cta p {
  color: var(--muted);
}

.section-dark .section-kicker,
.cta-band .section-kicker,
.final-cta .section-kicker,
.section-dark .support-card h3,
.section-dark .webinar-panel h3,
.section-dark .flow-list h3 {
  color: var(--ink);
}

.benefit-panel,
.pain-card,
.support-card,
.strength-item,
.voice-card,
.faq-item,
.company-list,
.compare-table-wrap,
.agency-photo,
.flow-list li {
  background: #ffffff;
  border: 2px solid rgba(17, 17, 17, 0.82);
  border-radius: 8px;
  box-shadow: none;
}

.pain-card::before,
.c-card--accent-left::before {
  width: 0;
}

.pain-card span,
.voice-meta.c-label,
.plan-label {
  color: var(--ink);
  background: transparent;
  border-radius: 0;
}

.support-card {
  min-height: 300px;
  color: var(--ink);
}

.support-card p,
.webinar-panel dd,
.flow-list p {
  color: var(--muted);
}

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

.strength-list {
  gap: 18px;
  background: transparent;
  border: 0;
}

.strength-item {
  min-height: 300px;
}

.message .section-inner {
  width: min(100%, 1060px);
}

.message-body {
  border-color: rgba(17, 17, 17, 0.82);
}

.flow-list {
  gap: 22px;
}

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

.flow-list h3 {
  color: var(--ink);
}

.flow-list li:not(:last-child)::after {
  border-left-color: var(--accent);
  border-top-color: transparent;
}

.site-footer {
  padding-bottom: 94px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto 1fr;
    min-height: 76px;
    padding-inline: 24px;
  }

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

  .hero-media {
    width: min(60vw, 640px);
    opacity: 0.72;
  }
}

@media (max-width: 860px) {
  .site-header {
    width: min(calc(100% - 24px), 720px);
  }

  .section,
  .c-section {
    padding: 78px 22px;
  }

  .hero {
    padding: 126px 18px 58px;
  }

  .hero::before {
    top: 132px;
    left: 18px;
    transform: scale(0.64);
    transform-origin: top left;
  }

  .hero::after {
    opacity: 0.42;
  }

  .hero-media {
    top: 126px;
    right: 18px;
    width: min(78vw, 500px);
    height: 620px;
    min-height: 0;
    opacity: 0.24;
  }

  .hero-inner {
    min-height: 650px;
    padding: 54px 28px 44px;
    background: rgba(255, 255, 255, 0.9);
  }

  .hero-title {
    font-size: 40px;
    line-height: 1.22;
  }

  .hero-title span {
    display: block;
  }

  .hero-title span:not(:last-child)::after {
    content: "";
  }

  .cta-inner,
  .final-cta-inner {
    padding: 28px;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 12px;
    width: min(calc(100% - 18px), 430px);
    min-height: 68px;
    padding-inline: 14px;
  }

  body.admin-bar .site-header {
    top: calc(46px + 12px);
  }

  .brand-logo {
    width: 116px;
  }

  .header-platforms li {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }

  .sticky-line-cta {
    padding: 0 14px;
  }

  .sticky-line-cta a {
    min-height: 54px;
    padding-inline: 20px;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
    padding: 104px 12px 46px;
  }

  .hero-media {
    top: 104px;
    right: 12px;
    width: calc(100% - 24px);
    height: 560px;
    opacity: 0.18;
  }

  .hero-inner {
    min-height: 620px;
    padding: 42px 20px 34px;
  }

  .hero-note {
    font-size: 11px;
  }

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

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

  .hero-copy {
    padding: 14px;
  }

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

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

  .app-card {
    min-height: 184px;
    padding: 20px 12px;
  }

  .app-icon {
    width: 52px;
    height: 52px;
  }

  .benefit-panel,
  .pain-card,
  .support-card,
  .strength-item,
  .voice-card,
  .faq-item,
  .company-list,
  .flow-list li,
  .cta-inner,
  .final-cta-inner {
    border-width: 1.5px;
    border-radius: 8px;
  }
}

/* InterLineMusic final override. This block intentionally stays after all previous experiments. */
:root {
  --accent: #b6413d;
  --accent-dark: #9f3430;
  --paper: #f4f4f4;
  --ilm-ink: #0d0d0d;
  --ilm-muted: #8f8f8f;
  --ilm-soft: #f4f4f4;
  --ilm-border: rgba(13, 13, 13, 0.08);
  --ilm-border-strong: rgba(13, 13, 13, 0.18);
  --ilm-red: #b6413d;
  --ilm-section-max: 1240px;
}

body {
  color: var(--ilm-ink);
  background: #ffffff;
}

body::before {
  inset: 0;
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 8% 13%, rgba(13, 13, 13, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 20% 26%, rgba(13, 13, 13, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 36% 15%, rgba(13, 13, 13, 0.25) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 32%, rgba(13, 13, 13, 0.15) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 20%, rgba(13, 13, 13, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 45%, rgba(13, 13, 13, 0.12) 0 1px, transparent 2px);
  background-size: 520px 440px;
  background-position: 0 var(--bg-scroll-shift, 0px);
  background-repeat: repeat;
  transform: none;
}

.site-header {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 78px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 0 clamp(22px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-bottom: 1px solid var(--ilm-border);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(13, 13, 13, 0.12);
}

body.admin-bar .site-header {
  top: 32px;
}

.brand {
  grid-column: 1;
  justify-self: start;
}

.brand-logo {
  width: clamp(174px, 17vw, 240px);
}

.header-actions {
  grid-column: 3;
}

.header-platforms li {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 6px;
  box-shadow: none;
}

.hero {
  min-height: 834px;
  padding: 78px clamp(22px, 4vw, 54px) 0;
  background: #ffffff;
}

.hero::before,
.hero::after,
.hero-shade {
  display: none;
}

.hero-media {
  top: 78px;
  right: clamp(22px, 7vw, 138px);
  z-index: 1;
  width: min(38vw, 560px);
  height: calc(100% - 78px);
  min-height: 650px;
  background: transparent;
  opacity: 0.86;
}

.hero-media img {
  object-position: center;
  filter: grayscale(0.05) saturate(0.82) contrast(0.98) brightness(1.1);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--ilm-section-max));
  min-height: 756px;
  padding: 0;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-inner > * {
  max-width: 760px;
}

.hero-note {
  width: auto;
  margin-bottom: 24px;
  padding: 0;
  color: var(--ilm-ink);
  background: transparent;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero .section-kicker,
.section-kicker,
.c-kicker {
  color: var(--ilm-muted);
  font-family: var(--font-en);
  letter-spacing: 0.24em;
}

.hero-subnote,
.support-index,
.webinar-panel dt,
.flow-list span,
.strength-item span,
.benefit-note,
.cta-caution {
  color: var(--ilm-red);
}

.hero-subnote {
  font-size: 16px;
}

.hero-title {
  max-width: 720px;
  font-family: var(--font-serif);
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-title span {
  display: inline;
}

.hero-title span:not(:last-child)::after {
  content: " ";
}

.hero-title em {
  color: var(--ilm-ink);
  text-decoration-color: var(--ilm-red);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.hero-brand {
  width: fit-content;
  margin-top: 30px;
  padding: 0 0 0 18px;
  background: transparent;
  border-left-color: var(--ilm-red);
}

.hero-brand p,
.hero-brand small,
.hero-copy {
  color: #6f6f6f;
}

.hero-brand strong {
  color: var(--ilm-ink);
  font-size: clamp(32px, 3vw, 42px);
}

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

.hero-copy {
  max-width: 620px;
  margin-top: 26px;
  padding: 0;
  background: transparent;
  font-size: 15px;
}

.section,
.c-section {
  padding: 118px clamp(22px, 4vw, 54px);
  border-top: 1px solid var(--ilm-border);
}

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

.apps,
.benefits,
.agency,
.voices,
.company,
.flow {
  background: #ffffff;
}

.solution,
.support,
.strength,
.compare,
.faq,
.message,
.cta-band,
.final-cta {
  color: var(--ilm-ink);
  background: var(--ilm-soft);
}

.support::before,
.webinar::before,
.flow::before,
.consult::before,
.final-cta::before {
  display: none;
}

.section-head {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#solutions .section-head,
#message .section-head,
#company .section-head {
  text-align: left;
  margin-left: 0;
}

.section-head h2,
.cta-inner h2,
.final-cta h2,
.consult-copy h2 {
  color: var(--ilm-ink);
  font-family: var(--font-serif);
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.38;
  font-weight: 500;
}

.section-head p,
.cta-inner p,
.consult-copy p,
.final-cta p,
.support-card p,
.webinar-panel dd,
.flow-list p,
.app-card p,
.pain-card p,
.strength-item p,
.benefit-panel p,
.voice-card p,
.faq-item p {
  color: #707070;
}

.app-card,
.benefit-panel,
.pain-card,
.support-card,
.strength-item,
.voice-card,
.faq-item,
.company-list,
.compare-table-wrap,
.agency-photo,
.flow-list li,
.cta-inner,
.final-cta-inner {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--ilm-border);
  border-radius: 10px;
  box-shadow: none;
}

.cta-inner,
.final-cta-inner {
  background: #ffffff;
}

.app-card:hover,
.job-card:hover,
.plan-card:hover {
  border-color: var(--ilm-border-strong);
  transform: translateY(-3px);
}

.app-icon {
  border-color: var(--ilm-border);
  border-radius: 10px;
  box-shadow: none;
}

.pain-card span,
.voice-meta.c-label,
.plan-label,
.c-label {
  color: var(--ilm-muted);
  background: transparent;
  border-radius: 0;
}

.pain-card:first-child::before,
.pain-card::before,
.c-card--accent-left::before {
  width: 0;
}

.support-card,
.flow-list li {
  color: var(--ilm-ink);
}

.support-card h3,
.flow-list h3,
.strength-item h3,
.pain-card h3,
.voice-card h3,
.faq-item h3,
.app-card h3 {
  color: var(--ilm-ink);
}

.strength-list {
  gap: 22px;
}

.compare-table-wrap {
  background: #ffffff;
}

.compare-table caption {
  color: #707070;
}

.compare-table thead th {
  background: var(--ilm-ink);
}

.compare-table tbody td:nth-child(2) {
  background: #fbf5f5;
}

.flow-list li:not(:last-child)::after {
  border-left-color: var(--ilm-red);
}

.message-body {
  background: #ffffff;
  border-color: var(--ilm-border);
}

.site-footer {
  background: var(--ilm-ink);
}

.sticky-line-cta a {
  width: auto;
  min-width: min(100%, 280px);
  min-height: 62px;
  padding: 0 32px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(13, 13, 13, 0.16);
}

@media (max-width: 1080px) {
  .hero-media {
    right: 22px;
    width: min(45vw, 480px);
    opacity: 0.35;
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 0;
    width: 100%;
    min-height: 72px;
    padding-inline: 18px;
  }

  .hero {
    min-height: auto;
    padding: 72px 22px 82px;
  }

  .hero-media {
    top: 72px;
    right: 0;
    width: 100%;
    height: 580px;
    min-height: 0;
    opacity: 0.16;
  }

  .hero-inner {
    min-height: 690px;
  }

  .hero-title {
    font-size: clamp(40px, 10vw, 54px);
    line-height: 1.42;
  }

  .hero-title span {
    display: block;
  }

  .hero-title span:not(:last-child)::after {
    content: "";
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    transform: none;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .brand-logo {
    width: 132px;
  }

  .header-platforms li {
    width: 23px;
    height: 23px;
  }

  .hero {
    padding: 70px 22px 74px;
  }

  .hero-inner {
    min-height: 704px;
    padding: 0;
  }

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

  .section,
  .c-section {
    padding: 86px 22px;
  }

  .section-head {
    text-align: left;
  }

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

  .sticky-line-cta a {
    width: min(100%, 330px);
    min-height: 56px;
    border-radius: 12px;
    font-size: 13px;
  }
}

/* InterLineMusic hero fit adjustment for longer LP headline text. */
.hero {
  min-height: 858px;
}

.hero-media {
  height: min(760px, calc(100svh - 78px));
  min-height: 620px;
}

.hero-title {
  max-width: 760px;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1.34;
}

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

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

.hero-copy {
  margin-top: 22px;
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }

  .hero-media {
    height: 580px;
    min-height: 0;
  }

  .hero-title {
    font-size: clamp(38px, 9.5vw, 50px);
  }
}
.hero-media img {
  object-position: 72% center;
}

.benefits-gift-icon {
  display: inline-grid;
  width: 64px;
  height: 64px;
  margin: 0;
  place-items: center;
  color: var(--white);
  background: var(--color-line);
  border: 2px solid var(--ilm-ink);
  border-radius: 16px;
}

.benefits-title-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 18px);
  margin: 0 auto 22px;
}

.benefits-title-row h2 {
  margin: 0;
}

#benefits .section-head.c-section-head > p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.benefits-gift-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-inner h2.cta-offer-title,
.final-cta-inner h2.cta-offer-title {
  white-space: nowrap;
  font-size: 30px;
  line-height: 1.2;
}

@media (max-width: 560px) {
  .cta-inner h2.cta-offer-title,
  .final-cta-inner h2.cta-offer-title {
    font-size: 19px;
  }

  .benefits-gift-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .benefits-title-row {
    gap: 10px;
    margin-bottom: 18px;
  }

  .benefits-gift-icon svg {
    width: 32px;
    height: 32px;
  }
}

.section-head.c-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head.c-section-head > .section-kicker,
.section-head.c-section-head > h2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#work .section-head.c-section-head,
#company .section-head.c-section-head {
  margin-left: 0;
  text-align: left;
}

#work .section-head.c-section-head > .section-kicker,
#work .section-head.c-section-head > h2,
#work .section-head.c-section-head > p,
#company .section-head.c-section-head > .section-kicker,
#company .section-head.c-section-head > h2,
#company .section-head.c-section-head > p {
  margin-left: 0;
  text-align: left;
}

.cta-inner.cta-inner--black {
  color: var(--white);
  background: var(--ilm-ink);
  border-color: var(--ilm-ink);
}

.cta-inner.cta-inner--black .section-kicker,
.cta-inner.cta-inner--black h2,
.cta-inner.cta-inner--black p {
  color: var(--white);
}

.cta-inner.cta-inner--black .button.c-button--line {
  color: var(--color-line-text);
  background: var(--color-line);
  border-color: var(--color-line);
}

#problems .section-head.c-section-head,
#solutions .section-head.c-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#problems .section-head.c-section-head > .section-kicker,
#problems .section-head.c-section-head > h2,
#solutions .section-head.c-section-head > .section-kicker,
#solutions .section-head.c-section-head > h2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#problems-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(24px, 4vw, 58px);
}

#compare-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(24px, 4vw, 58px);
}

#compare .section-head.c-section-head > p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#flow.flow {
  color: var(--ilm-ink);
  background: #e5e5e5;
}

#flow .section-head.c-section-head > .section-kicker,
#flow .section-head.c-section-head > h2 {
  color: var(--ilm-ink);
}

#flow .flow-list li {
  background: var(--white);
}

#company .section-head.c-section-head > p {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(10px, 2.7vw, 15px);
}

#strength-title,
#voices-title {
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.32;
}

.voice-card .voice-meta.c-label {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ilm-ink);
  border-color: var(--ilm-ink);
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.voice-card h3 {
  margin-top: 0;
}

.message-body {
  max-width: 860px;
  padding: clamp(30px, 5vw, 56px);
}

.message-body p {
  max-width: 760px;
  line-height: 2.05;
}

.message-body p + p {
  margin-top: 18px;
}

.message-body .signature {
  margin-top: 34px;
}

@media (max-width: 560px) {
  #problems-title {
    font-size: clamp(18px, 5.2vw, 24px);
  }

  #compare-title {
    font-size: clamp(18px, 5.2vw, 24px);
  }

  .voice-card .voice-meta.c-label {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .message-body {
    padding: 28px 22px;
  }
}

/* UniTrus reference first-view layout */
.hero.c-section--hero {
  width: 100vw;
  max-width: none;
  min-height: 100svh;
  margin-right: 0;
  margin-left: 0;
  padding: 78px 0 0 !important;
  color: var(--white);
  background: #000 !important;
  overflow: hidden;
}

body.admin-bar .hero.c-section--hero {
  padding-top: 110px !important;
}

.hero.c-section--hero::before,
.hero.c-section--hero::after,
.hero-shade,
.hero-media,
.hero-inner,
.hero-actions {
  display: none !important;
}

.fv-stage {
  position: relative;
  width: 100vw;
  max-width: none;
  height: calc(100svh - 78px);
  min-height: 620px;
  margin-inline: auto;
  overflow: hidden;
  color: var(--white);
  background: #000;
  isolation: isolate;
}

body.admin-bar .fv-stage {
  height: calc(100svh - 143px);
}

.fv-layer {
  position: absolute;
  display: block;
}

.fv-bg {
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04) brightness(0.68);
  animation: fvBgBreath 14s ease-in-out infinite alternate;
}

.fv-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.86) 42%, rgba(0, 0, 0, 0.34) 68%, rgba(0, 0, 0, 0.08) 100%),
    radial-gradient(circle at 74% 35%, rgba(254, 44, 85, 0.22), transparent 28%),
    radial-gradient(circle at 45% 42%, rgba(37, 244, 238, 0.16), transparent 24%);
}

.fv-copy-panel {
  z-index: 2;
  top: clamp(38px, 5.4svh, 72px);
  left: clamp(24px, 4.2vw, 78px);
  width: min(560px, 43vw);
  padding: 0;
  color: var(--white);
}

.fv-copy-panel .hero-note {
  display: inline-flex;
  margin-bottom: clamp(12px, 1.4svh, 18px);
  padding: 7px 16px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.35;
}

.fv-copy-panel .section-kicker {
  color: var(--white);
  margin-bottom: clamp(10px, 1.4svh, 16px);
  font-size: clamp(10px, 0.85vw, 12px);
}

.fv-copy-panel .hero-subnote {
  color: var(--accent);
  margin-bottom: clamp(12px, 1.6svh, 18px);
  font-size: clamp(16px, 1.45vw, 24px);
  line-height: 1.35;
}

.fv-copy-panel .hero-title {
  max-width: 100%;
  color: var(--white);
  font-size: clamp(34px, 3.15vw, 58px);
  line-height: 1.1;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.fv-copy-panel .hero-title em {
  color: var(--accent);
  text-decoration-color: rgba(255, 255, 255, 0.38);
}

.fv-copy-panel .hero-brand {
  margin: clamp(14px, 1.9svh, 22px) 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--accent);
}

.fv-copy-panel .hero-brand p,
.fv-copy-panel .hero-brand small,
.fv-copy-panel .hero-copy {
  color: rgba(255, 255, 255, 0.88);
}

.fv-copy-panel .hero-brand strong {
  color: var(--white);
  font-size: clamp(28px, 2.35vw, 42px);
  line-height: 1.05;
}

.fv-copy-panel .hero-copy {
  max-width: 540px;
  margin-top: clamp(12px, 1.6svh, 18px);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.65;
}

.fv-cta-link {
  z-index: 4;
  right: clamp(14px, 2.2vw, 34px);
  bottom: clamp(14px, 2svh, 28px);
  width: min(33vw, 500px);
  min-width: 320px;
  aspect-ratio: 3 / 2;
  border-radius: 22px;
  outline-offset: 5px;
  transition: transform 220ms ease, filter 220ms ease;
}

.fv-cta-link:hover,
.fv-cta-link:focus-visible {
  transform: translateY(-4px);
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.38));
}

.fv-cta-link:focus-visible {
  outline: 3px solid var(--color-line);
}

.fv-cta-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

  to {
    transform: scale(1.018);
  }
}

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

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

  .fv-copy-panel {
    top: 106px;
    left: 22px;
    width: min(88vw, 560px);
  }

  .fv-copy-panel .hero-title {
    font-size: clamp(34px, 8.8vw, 48px);
  }

  .fv-copy-panel .hero-brand strong {
    font-size: clamp(30px, 8vw, 42px);
  }

  .fv-cta-link {
    right: 50%;
    bottom: 22px;
    width: min(96vw, 560px);
    min-width: 0;
    transform: translateX(50%);
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    transform: translateX(50%) translateY(-4px);
  }
}

@media (min-width: 900px) and (max-height: 820px) {
  .fv-stage {
    min-height: 560px;
  }

  .fv-copy-panel {
    top: 30px;
    width: min(520px, 42vw);
  }

  .fv-copy-panel .hero-note {
    margin-bottom: 10px;
    padding: 6px 14px;
  }

  .fv-copy-panel .hero-title {
    font-size: clamp(30px, 2.7vw, 50px);
  }

  .fv-copy-panel .hero-brand strong {
    font-size: clamp(26px, 2.05vw, 36px);
  }

  .fv-copy-panel .hero-copy {
    max-width: 500px;
    font-size: 13px;
  }

  .fv-cta-link {
    width: min(29vw, 430px);
    min-width: 300px;
  }
}

@media (max-width: 560px) {
  .fv-stage {
    min-height: 720px;
  }

  .fv-copy-panel {
    top: 96px;
  }

  .fv-copy-panel .hero-note {
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .fv-copy-panel .hero-subnote {
    font-size: 18px;
  }

  .fv-copy-panel .hero-title {
    font-size: clamp(29px, 8.4vw, 38px);
  }

  .fv-copy-panel .hero-copy {
    font-size: 13px;
  }
}

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

/* Requested interaction and text refinements */
.cta-band .cta-inner:not(.cta-inner--black) {
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.cta-band .cta-inner:not(.cta-inner--black):hover,
.cta-band .cta-inner:not(.cta-inner--black):focus-within,
.cta-band .cta-inner:not(.cta-inner--black):active {
  color: var(--white);
  background: var(--ilm-ink);
  border-color: var(--ilm-ink);
}

.cta-band .cta-inner:not(.cta-inner--black):hover > div:first-child,
.cta-band .cta-inner:not(.cta-inner--black):focus-within > div:first-child,
.cta-band .cta-inner:not(.cta-inner--black):active > div:first-child {
  color: var(--white);
  background: transparent;
}

.cta-band .cta-inner:not(.cta-inner--black):hover .section-kicker,
.cta-band .cta-inner:not(.cta-inner--black):hover h2,
.cta-band .cta-inner:not(.cta-inner--black):hover p,
.cta-band .cta-inner:not(.cta-inner--black):focus-within .section-kicker,
.cta-band .cta-inner:not(.cta-inner--black):focus-within h2,
.cta-band .cta-inner:not(.cta-inner--black):focus-within p,
.cta-band .cta-inner:not(.cta-inner--black):active .section-kicker,
.cta-band .cta-inner:not(.cta-inner--black):active h2,
.cta-band .cta-inner:not(.cta-inner--black):active p {
  color: var(--white);
}

#work .section-head.c-section-head > p {
  color: var(--ilm-ink);
}

.voice-card .voice-meta.c-label {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Requested layout refinements */
@media (min-width: 900px) {
  #work .section-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
    gap: clamp(42px, 5vw, 72px);
    align-items: start;
  }

  #work .section-head.c-section-head,
  #work .agency-photo {
    position: static;
    top: auto;
  }

  #work .section-head.c-section-head {
    display: grid;
    gap: 16px;
    align-self: center;
  }

  #work .agency-photo {
    align-self: start;
    min-height: 520px;
  }
}

#work .section-head.c-section-head p + p {
  margin-top: 0;
}

#strength .strength-list {
  gap: clamp(18px, 2.5vw, 34px);
  background: transparent;
  border: 0;
}

#strength .strength-item,
#strength .strength-item.c-card,
#strength .strength-item.c-card--light {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

#voices .voice-card,
#voices .voice-card.c-card,
#voices .voice-card.c-card--light {
  color: var(--white);
  background: var(--ilm-ink);
  border-color: var(--ilm-ink);
}

#voices .voice-card h3,
#voices .voice-card p,
#voices .voice-card .voice-meta,
#voices .voice-card .voice-meta.c-label {
  color: var(--white);
}

#voices .voice-card .voice-meta.c-label {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.36);
}

/* First-view proof points aligned with the UniTrus placement. */
.fv-proof {
  position: absolute;
  z-index: 5;
  left: 22px;
  right: 22px;
  bottom: clamp(218px, 28svh, 260px);
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--white);
}

.fv-proof span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 10px 12px;
  color: var(--white);
  background: rgba(13, 13, 13, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  font-family: var(--font-sans);
  font-size: clamp(11px, 2.9vw, 13px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.78);
}

.fv-proof span::before {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: var(--white);
  content: "✓";
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
}

.fv-proof span:first-child {
  border-left: 3px solid var(--accent);
}

.fv-proof span:nth-child(2),
.fv-proof span:nth-child(3) {
  color: #f5fff5;
  background:
    linear-gradient(rgba(13, 13, 13, 0.95), rgba(13, 13, 13, 0.95)) padding-box,
    linear-gradient(110deg, rgba(182, 65, 61, 0.95), rgba(6, 199, 85, 0.82)) border-box;
  border: 1px solid transparent;
}

.fv-proof strong {
  color: var(--color-line);
  font-size: 1.18em;
  font-weight: 900;
}

@media (min-width: 900px) {
  .fv-proof {
    left: clamp(24px, 4.2vw, 78px);
    right: auto;
    bottom: clamp(18px, 1.8vw, 28px);
    display: flex;
    align-items: stretch;
    width: min(62vw, 1120px);
  }

  .fv-proof span {
    flex: 1 1 0;
    padding: 11px 14px;
    font-size: clamp(10px, 0.82vw, 14px);
  }

  .fv-proof span:nth-child(3) {
    flex-grow: 1.18;
  }

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

@media (min-width: 900px) and (max-height: 820px) {
  .fv-proof {
    width: min(62vw, 1120px);
  }
}

@media (max-width: 560px) {
  .fv-proof {
    bottom: 252px;
  }
}

/* First-view copy artwork layer from the supplied image. */
.fv-bg {
  filter: saturate(1.1) contrast(1.04) brightness(0.9);
}

.fv-stage::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.86) 38%, rgba(0, 0, 0, 0.24) 66%, rgba(0, 0, 0, 0.03) 100%),
    radial-gradient(circle at 74% 35%, rgba(254, 44, 85, 0.18), transparent 28%),
    radial-gradient(circle at 45% 42%, rgba(37, 244, 238, 0.12), transparent 24%);
}

.fv-copy-panel {
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  pointer-events: none;
}

.fv-copy-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.34));
}

@media (max-width: 899px) {
  .fv-copy-panel {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fv-copy-art {
    width: min(720px, 154vw);
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: left top;
  }

  .fv-cta-link {
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    transform: translateX(-50%) translateY(-4px) !important;
  }
}

@media (max-width: 560px) {
  .fv-proof {
    bottom: 292px;
  }

  .fv-copy-art {
    width: 640px;
    transform: translateX(-12px);
  }
}

/* First LINE CTA text panel inversion. */
.cta-inner.cta-inner--black > div:first-child {
  color: var(--ilm-ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.cta-inner.cta-inner--black > div:first-child .section-kicker,
.cta-inner.cta-inner--black > div:first-child h2,
.cta-inner.cta-inner--black > div:first-child p {
  color: var(--ilm-ink);
  transition: color 180ms ease;
}

.cta-inner.cta-inner--black:hover > div:first-child,
.cta-inner.cta-inner--black:focus-within > div:first-child,
.cta-inner.cta-inner--black:active > div:first-child {
  color: var(--white);
  background: var(--ilm-ink);
  border-color: rgba(255, 255, 255, 0.24);
}

.cta-inner.cta-inner--black:hover > div:first-child .section-kicker,
.cta-inner.cta-inner--black:hover > div:first-child h2,
.cta-inner.cta-inner--black:hover > div:first-child p,
.cta-inner.cta-inner--black:focus-within > div:first-child .section-kicker,
.cta-inner.cta-inner--black:focus-within > div:first-child h2,
.cta-inner.cta-inner--black:focus-within > div:first-child p,
.cta-inner.cta-inner--black:active > div:first-child .section-kicker,
.cta-inner.cta-inner--black:active > div:first-child h2,
.cta-inner.cta-inner--black:active > div:first-child p {
  color: var(--white);
}

/* UniTrus-aligned header app note and first-view LINE CTA. */
.header-platforms-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.header-platforms-wrap small {
  color: rgba(13, 13, 13, 0.58);
  font-family: var(--font-sans);
  font-size: clamp(9px, 0.82vw, 12px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.fv-cta-link {
  right: clamp(16px, 2.4vw, 46px) !important;
  bottom: clamp(16px, 2vw, 28px) !important;
  left: auto !important;
  width: min(25vw, 390px) !important;
  min-width: 0 !important;
  height: auto !important;
  aspect-ratio: 3 / 2 !important;
  background: transparent !important;
  border-radius: 18px !important;
  transform: none !important;
}

.fv-cta-link:hover,
.fv-cta-link:focus-visible {
  transform: translateY(-5px) !important;
}

.fv-cta-img {
  object-fit: contain !important;
}

@media (max-width: 899px) {
  .header-nav {
    display: none;
  }

  .header-platforms-wrap {
    gap: 7px;
  }

  .header-platforms-wrap small {
    font-size: 9px;
  }

  .fv-cta-link {
    right: 14px !important;
    bottom: 20px !important;
    left: auto !important;
    width: min(86vw, 350px) !important;
    transform: none !important;
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    transform: translateY(-4px) !important;
  }
}

/* Match UniTrus first-view LINE CTA rendered size. */
.fv-cta-link {
  right: clamp(16px, 2.4vw, 46px) !important;
  bottom: clamp(16px, 2vw, 28px) !important;
  width: min(25vw, 390px) !important;
  height: auto !important;
  aspect-ratio: 1030 / 568 !important;
}

.fv-cta-img {
  width: 100% !important;
  height: 100% !important;
}

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

/* Crop Interline's wider PNG canvas so the visible CTA matches UniTrus. */
.fv-cta-link {
  overflow: hidden !important;
}

.fv-cta-img {
  width: 145.631% !important;
  max-width: none !important;
  height: 176.056% !important;
  object-fit: fill !important;
  object-position: left top !important;
  transform: translate(-15.67%, -21.6%) !important;
}

/* Header navigation tone update. */
.header-nav {
  color: var(--white) !important;
  font-size: clamp(14px, 0.95vw, 16px) !important;
}

.header-nav a,
.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--white) !important;
}

.header-platforms-wrap small {
  color: var(--white) !important;
  font-size: clamp(11px, 0.88vw, 13px) !important;
}

/* LINE CTA: white by default, inverted on interaction. */
.cta-inner.cta-inner--black {
  color: var(--ilm-ink) !important;
  background: var(--white) !important;
  border-color: var(--ilm-ink) !important;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.cta-inner.cta-inner--black > div:first-child {
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.cta-inner.cta-inner--black .section-kicker,
.cta-inner.cta-inner--black h2,
.cta-inner.cta-inner--black p {
  color: var(--ilm-ink) !important;
}

.cta-inner.cta-inner--black .button.c-button--line {
  color: var(--ilm-ink) !important;
  background: transparent !important;
  border-color: var(--ilm-ink) !important;
}

.cta-inner.cta-inner--black:hover,
.cta-inner.cta-inner--black:focus-within,
.cta-inner.cta-inner--black:active {
  color: var(--white) !important;
  background: var(--ilm-ink) !important;
  border-color: var(--ilm-ink) !important;
}

.cta-inner.cta-inner--black:hover .section-kicker,
.cta-inner.cta-inner--black:hover h2,
.cta-inner.cta-inner--black:hover p,
.cta-inner.cta-inner--black:focus-within .section-kicker,
.cta-inner.cta-inner--black:focus-within h2,
.cta-inner.cta-inner--black:focus-within p,
.cta-inner.cta-inner--black:active .section-kicker,
.cta-inner.cta-inner--black:active h2,
.cta-inner.cta-inner--black:active p {
  color: var(--white) !important;
}

.cta-inner.cta-inner--black:hover .button.c-button--line,
.cta-inner.cta-inner--black:focus-within .button.c-button--line,
.cta-inner.cta-inner--black:active .button.c-button--line {
  color: var(--white) !important;
  background: transparent !important;
  border-color: var(--white) !important;
}

/* Match UniTrus first-view proof placement. */
@media (min-width: 900px) {
  .fv-proof {
    left: clamp(24px, 2.4vw, 46px) !important;
    right: auto !important;
    bottom: clamp(72px, 6vw, 100px) !important;
    display: grid !important;
    grid-template-columns: 1.16fr 1fr 1.2fr;
    gap: 10px !important;
    width: min(68vw, 1220px) !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 span::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;
  }
}

/* Circular six-reasons cards. */
#strength .strength-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(280px, 1fr)) !important;
  justify-items: center;
  align-items: start;
  gap: clamp(24px, 3vw, 42px) !important;
  margin-top: clamp(34px, 4vw, 58px);
}

#strength .strength-item,
#strength .strength-item.c-card,
#strength .strength-item.c-card--light {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 370px);
  aspect-ratio: 1 / 1;
  min-height: 0 !important;
  max-height: none;
  overflow: auto;
  padding: clamp(25px, 2.35vw, 34px) !important;
  color: var(--ilm-ink);
  text-align: center;
  background: var(--white) !important;
  border: 2px solid rgba(13, 13, 13, 0.88) !important;
  border-radius: 50% !important;
  box-shadow: 0 18px 38px rgba(13, 13, 13, 0.1) !important;
  scrollbar-width: none;
}

#strength .strength-item::-webkit-scrollbar {
  display: none;
}

#strength .strength-item span {
  display: block;
  margin: 0 auto 10px;
  color: var(--ilm-red);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

#strength .strength-item h3 {
  margin: 0 0 12px;
  color: var(--ilm-ink);
  font-size: clamp(15px, 1.13vw, 18px);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0;
}

#strength .strength-item p {
  margin: 0;
  color: rgba(13, 13, 13, 0.78);
  font-size: clamp(10.5px, 0.78vw, 12.5px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

#strength .strength-item p + p {
  margin-top: 6px;
}

@media (max-width: 1080px) {
  #strength .strength-list {
    grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  #strength .strength-list {
    grid-template-columns: 1fr !important;
  }

  #strength .strength-item,
  #strength .strength-item.c-card,
  #strength .strength-item.c-card--light {
    width: min(100%, 340px);
  }
}

/* Requested heading line breaks and alignment. */
#benefits-title {
  white-space: nowrap !important;
}

#problems .section-head,
#problems-title {
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  #benefits-title {
    font-size: clamp(26px, 8vw, 32px) !important;
  }
}

/* Final mobile-only heading layout overrides. */
.mobile-break {
  display: none;
}

@media (max-width: 640px) {
  .mobile-break {
    display: block;
  }

  #solutions .section-head,
  #solutions-title,
  #work .section-kicker,
  #work-title,
  #strength .section-head,
  #strength-title,
  #voices .section-head,
  #voices-title,
  #message .section-head,
  #message-title,
  #compare .section-head,
  #compare-title,
  #flow .section-head,
  #flow-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #solutions-title {
    font-size: clamp(23px, 6.7vw, 28px) !important;
    line-height: 1.42 !important;
  }

  #strength-title,
  #voices-title {
    font-size: clamp(21px, 6.1vw, 25px) !important;
    line-height: 1.45 !important;
  }

  #message-title {
    font-size: clamp(19px, 5.35vw, 23px) !important;
    line-height: 1.5 !important;
  }

  #message-title .message-title-line {
    display: block !important;
    white-space: nowrap !important;
  }

  #compare-title {
    font-size: clamp(16px, 4.6vw, 19px) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  #flow-title {
    font-size: clamp(21px, 5.8vw, 24px) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  #company .company-intro {
    font-size: clamp(12px, 3.5vw, 14px) !important;
    line-height: 1.8 !important;
  }
}


/* Mobile-only heading sizing and requested line breaks. */
.mobile-break {
  display: none;
}

@media (max-width: 640px) {
  .mobile-break {
    display: block;
  }

  #solutions .section-head,
  #solutions-title {
    width: 100% !important;
    max-width: none !important;
    text-align: center !important;
  }

  #solutions-title {
    font-size: clamp(23px, 6.7vw, 28px) !important;
    line-height: 1.42 !important;
  }

  #work .section-kicker,
  #work-title {
    width: 100% !important;
    text-align: center !important;
  }

  #work-title {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #strength .section-head,
  #voices .section-head,
  #strength-title,
  #voices-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #strength-title,
  #voices-title {
    font-size: clamp(21px, 6.1vw, 25px) !important;
    line-height: 1.45 !important;
  }

  #message .section-head,
  #message-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #message-title {
    font-size: clamp(19px, 5.35vw, 23px) !important;
    line-height: 1.5 !important;
  }

  #message-title .message-title-line {
    display: block !important;
    white-space: nowrap !important;
  }

  #compare .section-head,
  #compare-title,
  #flow .section-head,
  #flow-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #compare-title {
    font-size: clamp(16px, 4.6vw, 19px) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  #flow-title {
    font-size: clamp(21px, 5.8vw, 24px) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  #company .company-intro {
    font-size: clamp(12px, 3.5vw, 14px) !important;
    line-height: 1.8 !important;
  }
}


/* Voice, FAQ, CTA, and message refinements. */
#voices .voice-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

#voices .voice-card,
#voices .voice-card.c-card,
#voices .voice-card.c-card--light {
  display: flex !important;
  flex-direction: column;
  height: auto;
  min-height: 0;
  color: var(--ilm-ink) !important;
  background: var(--white) !important;
  border-color: rgba(13, 13, 13, 0.14) !important;
  box-shadow: 0 16px 34px rgba(13, 13, 13, 0.08) !important;
}

#voices .voice-card h3,
#voices .voice-card p {
  color: var(--ilm-ink) !important;
}

#voices .voice-card .voice-meta,
#voices .voice-card .voice-meta.c-label {
  color: var(--ilm-red) !important;
  background: rgba(239, 68, 68, 0.08) !important;
  border-color: rgba(239, 68, 68, 0.26) !important;
}

#voices .voice-card .voice-question {
  margin-top: 28px;
  color: var(--ilm-ink) !important;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

#voices .voice-card h3 + .voice-question {
  margin-top: 8px;
}

#faq .faq-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

#faq .faq-item,
#faq .faq-item.c-card,
#faq .faq-item.c-card--light {
  width: 100%;
}

.final-actions {
  justify-content: center !important;
  text-align: center;
}

.final-actions .button-line {
  margin-right: auto;
  margin-left: auto;
}

.cta-band .cta-inner:hover > div:first-child .section-kicker,
.cta-band .cta-inner:hover > div:first-child h2,
.cta-band .cta-inner:hover > div:first-child p,
.cta-band .cta-inner:focus-within > div:first-child .section-kicker,
.cta-band .cta-inner:focus-within > div:first-child h2,
.cta-band .cta-inner:focus-within > div:first-child p,
.cta-band .cta-inner:active > div:first-child .section-kicker,
.cta-band .cta-inner:active > div:first-child h2,
.cta-band .cta-inner:active > div:first-child p {
  color: var(--white) !important;
}

#message .message-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: start;
}

#message .message-body {
  display: grid;
  gap: 18px;
  margin-top: 0;
  padding: 0 !important;
  color: var(--white);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#message .message-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  line-height: 2.05;
}

#message .message-body strong,
#message .message-body .signature {
  color: var(--white) !important;
  font-weight: 800;
}

#message .message-body .signature {
  margin-top: 12px;
}

@media (max-width: 980px) {
  #voices .voice-list {
    grid-template-columns: 1fr !important;
  }

  #message .message-layout {
    grid-template-columns: 1fr;
  }
}

/* Final visual adjustments requested on July 17. */
#strength .strength-item,
#strength .strength-item.c-card,
#strength .strength-item.c-card--light {
  background: #f1f1f1 !important;
  border: 0 !important;
}

.fv-proof span,
.fv-proof span:first-child,
.fv-proof span:nth-child(2),
.fv-proof span:nth-child(3) {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  color: #f5fff5 !important;
  background:
    linear-gradient(rgba(13, 13, 13, 0.95), rgba(13, 13, 13, 0.95)) padding-box,
    linear-gradient(110deg, rgba(182, 65, 61, 0.95), rgba(6, 199, 85, 0.82)) border-box !important;
  border: 1px solid transparent !important;
  white-space: normal !important;
}

@media (min-width: 900px) {
  .fv-proof {
    grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr) minmax(0, 1.22fr) !important;
    width: min(72vw, 1280px) !important;
  }

  .fv-proof span {
    min-height: 78px !important;
    padding: 12px 14px !important;
    font-size: clamp(14px, 1.08vw, 17px) !important;
    line-height: 1.28 !important;
  }
}

.cta-band .cta-inner,
.cta-band .cta-inner.cta-inner--black {
  color: var(--ilm-ink) !important;
  background: var(--white) !important;
  border-color: var(--ilm-ink) !important;
}

.cta-band .cta-inner > div:first-child,
.cta-band .cta-inner.cta-inner--black > div:first-child {
  padding: 0 !important;
  color: var(--ilm-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.cta-band .cta-inner .section-kicker,
.cta-band .cta-inner h2,
.cta-band .cta-inner p,
.cta-band .cta-inner.cta-inner--black .section-kicker,
.cta-band .cta-inner.cta-inner--black h2,
.cta-band .cta-inner.cta-inner--black p {
  color: var(--ilm-ink) !important;
}

.cta-band .cta-inner:hover,
.cta-band .cta-inner:focus-within,
.cta-band .cta-inner:active,
.cta-band .cta-inner.cta-inner--black:hover,
.cta-band .cta-inner.cta-inner--black:focus-within,
.cta-band .cta-inner.cta-inner--black:active {
  color: var(--white) !important;
  background: var(--ilm-ink) !important;
  border-color: var(--ilm-ink) !important;
}

.cta-band .cta-inner:hover > div:first-child,
.cta-band .cta-inner:focus-within > div:first-child,
.cta-band .cta-inner:active > div:first-child,
.cta-band .cta-inner.cta-inner--black:hover > div:first-child,
.cta-band .cta-inner.cta-inner--black:focus-within > div:first-child,
.cta-band .cta-inner.cta-inner--black:active > div:first-child {
  color: var(--white) !important;
  background: transparent !important;
  border: 0 !important;
}

.cta-band .cta-inner:hover .section-kicker,
.cta-band .cta-inner:hover h2,
.cta-band .cta-inner:hover p,
.cta-band .cta-inner:focus-within .section-kicker,
.cta-band .cta-inner:focus-within h2,
.cta-band .cta-inner:focus-within p,
.cta-band .cta-inner:active .section-kicker,
.cta-band .cta-inner:active h2,
.cta-band .cta-inner:active p {
  color: var(--white) !important;
}

.flow-list li:not(:last-child)::after {
  display: none !important;
}

.site-footer .footer-brand .brand-logo {
  width: min(305px, 70vw);
  height: auto;
  filter: invert(1);
}

/* Representative message: follow UniTrus and remove the decorated layout. */
#message::before {
  display: none !important;
  content: none !important;
}

#message .section-inner {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#message .section-head {
  max-width: 900px;
}

#message .message-body {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin-top: 34px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
}

#message .message-body::before {
  display: none !important;
  content: none !important;
}

#message .message-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 2.02;
}

#message .message-body p:first-child,
#message .message-body .signature {
  color: var(--white) !important;
}

/* Representative message: simple text layout, without the old message-body structure. */
#message .representative-message {
  display: block;
  max-width: 900px;
  margin-top: 34px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#message .representative-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 2.02;
}

#message .representative-message p + p {
  margin-top: 18px;
}

#message .representative-message p:first-child,
#message .representative-message .signature {
  color: var(--white) !important;
  font-weight: 700;
}

/* LINE CTA final treatment: green pill by default, green glow on interaction. */
.button.c-button--line,
.button.button-line,
a.button.c-button--line,
a.button.button-line,
.section-dark .button.c-button--line,
.section-dark .button.button-line,
.cta-band .button.c-button--line,
.cta-band .button.button-line,
.final-cta .button.c-button--line,
.final-cta .button.button-line,
.consult .button.c-button--line,
.consult .button.button-line,
.cta-inner.cta-inner--black .button.c-button--line {
  color: var(--color-line-text) !important;
  background: var(--color-line) !important;
  border-color: var(--color-line) !important;
  box-shadow: none !important;
}

.button.c-button--line:hover,
.button.c-button--line:focus-visible,
.button.button-line:hover,
.button.button-line:focus-visible,
a.button.c-button--line:hover,
a.button.c-button--line:focus-visible,
a.button.button-line:hover,
a.button.button-line:focus-visible,
.section-dark .button.c-button--line:hover,
.section-dark .button.c-button--line:focus-visible,
.section-dark .button.button-line:hover,
.section-dark .button.button-line:focus-visible,
.cta-band .button.c-button--line:hover,
.cta-band .button.c-button--line:focus-visible,
.cta-band .button.button-line:hover,
.cta-band .button.button-line:focus-visible,
.final-cta .button.c-button--line:hover,
.final-cta .button.c-button--line:focus-visible,
.final-cta .button.button-line:hover,
.final-cta .button.button-line:focus-visible,
.consult .button.c-button--line:hover,
.consult .button.c-button--line:focus-visible,
.consult .button.button-line:hover,
.consult .button.button-line:focus-visible,
.cta-inner.cta-inner--black:hover .button.c-button--line,
.cta-inner.cta-inner--black:focus-within .button.c-button--line {
  color: var(--color-line-text) !important;
  background: var(--color-line) !important;
  border-color: var(--color-line) !important;
  box-shadow:
    0 0 0 3px rgba(6, 199, 85, 0.28),
    0 0 22px rgba(6, 199, 85, 0.55) !important;
}

#message .representative-message p,
#message .representative-message p:first-child,
#message .representative-message .signature {
  color: var(--ilm-ink) !important;
}

/* LINE CTA interaction: white pill on touch, green glow on the outer frame. */
.cta-band .cta-inner,
.final-cta .final-cta-inner {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.cta-band .cta-inner:hover,
.cta-band .cta-inner:focus-within,
.cta-band .cta-inner:active,
.final-cta .final-cta-inner:hover,
.final-cta .final-cta-inner:focus-within,
.final-cta .final-cta-inner:active {
  border-color: var(--color-line) !important;
  box-shadow:
    0 0 0 3px rgba(6, 199, 85, 0.28),
    0 0 28px rgba(6, 199, 85, 0.58) !important;
}

.button.c-button--line:hover,
.button.c-button--line:focus-visible,
.button.button-line:hover,
.button.button-line:focus-visible,
a.button.c-button--line:hover,
a.button.c-button--line:focus-visible,
a.button.button-line:hover,
a.button.button-line:focus-visible,
.section-dark .button.c-button--line:hover,
.section-dark .button.c-button--line:focus-visible,
.section-dark .button.button-line:hover,
.section-dark .button.button-line:focus-visible,
.cta-band .button.c-button--line:hover,
.cta-band .button.c-button--line:focus-visible,
.cta-band .button.button-line:hover,
.cta-band .button.button-line:focus-visible,
.final-cta .button.c-button--line:hover,
.final-cta .button.c-button--line:focus-visible,
.final-cta .button.button-line:hover,
.final-cta .button.button-line:focus-visible,
.consult .button.c-button--line:hover,
.consult .button.c-button--line:focus-visible,
.consult .button.button-line:hover,
.consult .button.button-line:focus-visible,
.cta-inner.cta-inner--black:hover .button.c-button--line,
.cta-inner.cta-inner--black:focus-within .button.c-button--line {
  color: var(--ilm-ink) !important;
  background: var(--white) !important;
  border-color: var(--color-line) !important;
  box-shadow: none !important;
}

.final-actions .button-ghost,
.final-cta .button-ghost,
.final-cta .button.c-button--ghost {
  color: var(--ilm-ink) !important;
  background: var(--white) !important;
  border-color: var(--ilm-ink) !important;
}

.final-actions .button-ghost:hover,
.final-actions .button-ghost:focus-visible,
.final-cta .button-ghost:hover,
.final-cta .button-ghost:focus-visible,
.final-cta .button.c-button--ghost:hover,
.final-cta .button.c-button--ghost:focus-visible {
  color: var(--white) !important;
  background: var(--ilm-ink) !important;
  border-color: var(--ilm-ink) !important;
}

/* Mobile layout tightening. */
@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 70px !important;
    padding: 10px 14px !important;
    overflow: hidden !important;
  }

  .brand {
    min-width: 0 !important;
  }

  .brand-logo {
    width: min(188px, 48vw) !important;
    height: auto !important;
  }

  .header-actions {
    grid-column: 2 !important;
    min-width: 0 !important;
  }

  .header-platforms-wrap {
    gap: 5px !important;
  }

  .header-platforms-wrap small {
    color: rgba(13, 13, 13, 0.62) !important;
    font-size: 8px !important;
    letter-spacing: 0 !important;
  }

  .header-platforms {
    gap: 4px !important;
  }

  .header-platforms li {
    width: 23px !important;
    height: 23px !important;
    border-radius: 5px !important;
  }

  .c-section {
    padding: 58px 16px !important;
  }

  .c-section-head,
  .section-head {
    max-width: 100% !important;
  }

  .section-head h2,
  .c-section-head h2 {
    font-size: clamp(14px, 4.5vw, 19px) !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
  }

  .hero.c-section--hero {
    padding: 0 !important;
  }

  .fv-stage {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 700px !important;
    overflow: hidden !important;
  }

  .fv-bg {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    transform: none !important;
    object-fit: cover !important;
    object-position: 68% center !important;
  }

  .fv-stage::before {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 52%, rgba(0, 0, 0, 0.34) 100%),
      radial-gradient(circle at 78% 35%, rgba(254, 44, 85, 0.14), transparent 28%),
      radial-gradient(circle at 36% 48%, rgba(37, 244, 238, 0.1), transparent 26%) !important;
  }

  .fv-copy-panel {
    inset: 0 auto auto 0 !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .fv-copy-art {
    width: min(100vw, 390px) !important;
    max-width: none !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: left top !important;
    transform: none !important;
  }

  .fv-proof {
    right: 14px !important;
    bottom: 226px !important;
    left: 14px !important;
    width: auto !important;
    gap: 7px !important;
  }

  .fv-proof span,
  .fv-proof span:first-child,
  .fv-proof span:nth-child(2),
  .fv-proof span:nth-child(3) {
    width: 100% !important;
    min-height: 0 !important;
    padding: 9px 10px !important;
    font-size: 11.5px !important;
    line-height: 1.35 !important;
  }

  .fv-proof span::before {
    width: 15px !important;
    height: 15px !important;
    font-size: 10px !important;
  }

  .fv-cta-link {
    right: auto !important;
    bottom: 18px !important;
    left: 50% !important;
    width: min(92vw, 340px) !important;
    height: 188px !important;
    transform: translateX(-50%) !important;
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    transform: translateX(-50%) translateY(-4px) !important;
  }

  .cta-band .cta-inner,
  .cta-band .cta-inner.cta-inner--black,
  .final-cta .final-cta-inner {
    padding: 28px 16px !important;
    border-radius: 14px !important;
  }

  .cta-band .cta-inner,
  .final-cta-inner,
  .final-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    text-align: center !important;
  }

  .button,
  .c-button,
  .final-actions .button {
    width: 100% !important;
    min-height: 52px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  #strength .strength-item,
  #strength .strength-item.c-card,
  #strength .strength-item.c-card--light {
    width: min(100%, 318px) !important;
    padding: 22px !important;
  }

  .flow-list,
  .app-grid,
  .support-grid,
  .voice-list,
  .faq-list {
    grid-template-columns: 1fr !important;
  }

  #message .representative-message {
    max-width: 100% !important;
    margin-top: 24px !important;
  }

  .site-footer {
    gap: 18px !important;
    padding: 34px 18px !important;
    text-align: center !important;
  }
}

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

  .brand-logo {
    width: min(148px, 38vw) !important;
  }

  .brand {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .header-actions,
  .header-platforms-wrap {
    grid-column: 2 !important;
    justify-self: end !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .header-platforms {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
  }

  .header-platforms li {
    width: 21px !important;
    height: 21px !important;
  }

  .header-platforms-wrap small {
    display: none !important;
  }

  .header-actions {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    display: flex !important;
    width: auto !important;
    max-width: none !important;
    transform: translateY(-50%) !important;
  }

  .header-platforms-wrap {
    display: flex !important;
    width: auto !important;
    max-width: none !important;
  }

  .header-platforms {
    display: flex !important;
    width: auto !important;
    max-width: none !important;
  }

  .hero.c-section.c-section--hero {
    width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .fv-stage {
    width: 100vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .fv-proof {
    right: 12px !important;
    left: 12px !important;
  }

  .fv-cta-link {
    width: min(80vw, 304px) !important;
    height: 168px !important;
  }
}

/* Smartphone final fit pass. */
@media (max-width: 640px) {
  body.admin-bar .site-header,
  .site-header {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-height: 64px !important;
    padding: 8px 12px !important;
    overflow: visible !important;
    transform: none !important;
  }

  body.admin-bar .hero.c-section.c-section--hero,
  .hero.c-section.c-section--hero {
    min-height: auto !important;
    padding-top: 64px !important;
  }

  .brand-logo {
    width: min(150px, 42vw) !important;
  }

  .header-actions {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    z-index: 8 !important;
    display: block !important;
    width: 96px !important;
    height: 22px !important;
    overflow: visible !important;
    transform: translateY(-50%) !important;
  }

  .header-platforms-wrap {
    display: block !important;
    width: 96px !important;
    height: 22px !important;
    overflow: visible !important;
  }

  .header-platforms-wrap small {
    display: none !important;
  }

  .header-platforms {
    display: grid !important;
    grid-template-columns: repeat(4, 21px) !important;
    gap: 4px !important;
    width: 96px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header-platforms li {
    display: grid !important;
    width: 21px !important;
    height: 21px !important;
    overflow: hidden !important;
    background: var(--white) !important;
    border-radius: 5px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header-platforms img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-header::after {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    z-index: 9 !important;
    width: 96px !important;
    height: 22px !important;
    content: "" !important;
    pointer-events: none !important;
    background:
      url("../images/partner-contract/platforms/tiktok.jpg") 0 0 / 21px 21px no-repeat,
      url("../images/partner-contract/platforms/pococha.jpg") 25px 0 / 21px 21px no-repeat,
      url("../images/partner-contract/platforms/17live.jpg") 50px 0 / 21px 21px no-repeat,
      url("../images/partner-contract/platforms/colorsing.jpg") 75px 0 / 21px 21px no-repeat !important;
    border-radius: 5px !important;
    transform: translateY(-50%) !important;
  }

  .fv-stage {
    height: calc(100svh - 64px) !important;
    min-height: 690px !important;
    max-height: 780px !important;
  }

  .fv-bg {
    object-position: 66% center !important;
  }

  .fv-copy-panel {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }

  .fv-copy-art {
    width: min(390px, 100vw) !important;
    max-width: none !important;
    height: auto !important;
    transform: translate(0, 8px) !important;
  }

  .fv-proof {
    right: 12px !important;
    bottom: 204px !important;
    left: 12px !important;
    gap: 6px !important;
  }

  .fv-proof span,
  .fv-proof span:first-child,
  .fv-proof span:nth-child(2),
  .fv-proof span:nth-child(3) {
    max-width: 100% !important;
    padding: 8px 10px !important;
    font-size: 10.8px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
  }

  .fv-proof strong {
    white-space: nowrap !important;
  }

  .fv-cta-link {
    right: auto !important;
    bottom: 16px !important;
    left: 50% !important;
    width: min(76vw, 292px) !important;
    height: 162px !important;
    transform: translateX(-50%) !important;
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    transform: translateX(-50%) translateY(-4px) !important;
  }

  .app-grid,
  .problem-grid,
  .solution-stack,
  .support-grid,
  .strength-list,
  .voice-list,
  .faq-list,
  .flow-list {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .c-section {
    padding: 52px 16px !important;
  }

  .c-card,
  .app-card,
  .voice-card,
  .faq-item,
  .strength-item {
    max-width: 100% !important;
  }

  .cta-inner,
  .final-cta-inner {
    width: min(100%, 360px) !important;
    margin-inline: auto !important;
  }
}

/* Representative message layout inspired by EnterFans message page. */
#message.message,
#message.c-section,
#message.c-section--light,
#message.section-dark,
#message.c-section--dark {
  color: var(--ilm-ink) !important;
  background: var(--white) !important;
  border-top: 1px solid rgba(13, 13, 13, 0.08) !important;
}

#message::before,
#message::after {
  display: none !important;
  content: none !important;
}

#message .message-reference-inner {
  display: block !important;
  width: min(100%, 1120px) !important;
  margin-inline: auto !important;
  padding-block: clamp(58px, 8vw, 112px) !important;
  color: var(--ilm-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#message .reveal {
  opacity: 1 !important;
  transform: none !important;
}

#message .message-page-title {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 0 0 clamp(64px, 8vw, 108px);
  text-align: center;
}

#message .message-title-ja {
  margin: 0;
  color: var(--ilm-red);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

#message .message-title-en {
  margin: 0;
  color: var(--ilm-ink);
  font-family: var(--font-en);
  font-size: clamp(48px, 7.5vw, 92px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}

#message .message-lead,
#message .representative-message {
  width: min(100%, 1040px);
  margin-inline: auto;
}

#message .message-lead {
  margin-bottom: clamp(30px, 4.2vw, 52px);
}

#message .message-lead h2 {
  margin: 0;
  color: var(--ilm-ink) !important;
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

#message .representative-message {
  display: block !important;
  max-width: 1040px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  color: var(--ilm-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#message .representative-message p,
#message .representative-message p:first-child,
#message .representative-message .signature {
  margin: 0;
  color: var(--ilm-ink) !important;
  font-family: var(--font-sans);
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.01em;
}

#message .representative-message p + p {
  margin-top: clamp(22px, 3vw, 38px);
}

#message .representative-message p:first-child,
#message .representative-message .signature {
  font-weight: 800;
}

#message .representative-message .signature {
  margin-top: clamp(34px, 4vw, 54px);
}

@media (max-width: 640px) {
  #message .message-reference-inner {
    padding-block: 54px !important;
  }

  #message .message-page-title {
    margin-bottom: 44px;
  }

  #message .message-title-ja {
    font-size: 18px;
  }

  #message .message-title-en {
    font-size: clamp(42px, 15vw, 58px);
    letter-spacing: 0.12em;
    text-indent: 0.12em;
  }

  #message .message-lead h2 {
    font-size: 23px !important;
    line-height: 1.65 !important;
  }

  #message .representative-message p,
  #message .representative-message p:first-child,
  #message .representative-message .signature {
    font-size: 14px !important;
    line-height: 2.05;
  }
}

/* Special benefits section: image-reference layout */
#benefits.benefits-redesign {
  overflow: hidden;
  color: var(--ilm-ink, #111111) !important;
  background: #ffffff !important;
}

#benefits.benefits-redesign .benefits-redesign__inner {
  width: min(100%, 1480px) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding: clamp(64px, 7vw, 112px) clamp(24px, 5vw, 72px) !important;
}

#benefits.benefits-redesign .benefits-redesign__head {
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}

#benefits.benefits-redesign .benefits-redesign__head .c-kicker {
  justify-content: center !important;
  margin: 0 0 14px;
  color: #737373 !important;
  font-family: var(--font-en);
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-align: center !important;
  text-transform: uppercase;
}

#benefits.benefits-redesign #benefits-title {
  margin: 0;
  color: var(--ilm-ink, #111111) !important;
  font-family: var(--font-serif);
  font-size: clamp(42px, 4.8vw, 76px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-align: center;
}

#benefits.benefits-redesign .benefits-redesign__intro {
  margin: clamp(34px, 4vw, 56px) auto 0;
  color: var(--ilm-ink, #111111) !important;
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 900;
  line-height: 1.7;
  text-align: center !important;
}

#benefits.benefits-redesign .benefit-seminar-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 72px);
  width: min(100%, 1440px);
  margin: clamp(42px, 5vw, 72px) auto 0;
}

#benefits.benefits-redesign .benefit-seminar-pill {
  display: flex;
  align-items: center;
  min-height: clamp(82px, 7vw, 104px);
  padding: clamp(16px, 2vw, 24px) clamp(22px, 3vw, 34px);
  color: var(--ilm-ink, #111111);
  background: #ffffff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(17, 17, 17, 0.1);
}

#benefits.benefits-redesign .benefit-seminar-pill .benefits-gift-icon {
  flex: 0 0 auto;
  width: clamp(48px, 4.8vw, 68px);
  height: clamp(48px, 4.8vw, 68px);
  margin: 0 clamp(14px, 1.5vw, 22px) 0 0;
  color: var(--color-line, #06c755);
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

#benefits.benefits-redesign .benefit-seminar-pill .benefits-gift-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#benefits.benefits-redesign .benefit-seminar-pill .benefits-gift-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#benefits.benefits-redesign .benefit-seminar-pill h3 {
  margin: 0;
  color: var(--ilm-ink, #111111) !important;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

#benefits.benefits-redesign .benefits-redesign__description {
  width: min(100%, 1360px);
  margin: clamp(46px, 5vw, 74px) auto 0;
  color: var(--ilm-ink, #111111) !important;
  font-size: clamp(19px, 1.4vw, 26px);
  font-weight: 900;
  line-height: 1.68;
  text-align: center;
}

#benefits.benefits-redesign .benefits-redesign__body {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  margin-top: clamp(70px, 7vw, 112px);
}

#benefits.benefits-redesign .benefits-redesign__copy {
  color: var(--ilm-ink, #111111) !important;
}

#benefits.benefits-redesign .benefit-check-lines {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}

#benefits.benefits-redesign .benefit-check-lines li {
  position: relative;
  margin: 0;
  padding-left: clamp(22px, 2vw, 34px);
  color: var(--ilm-ink, #111111) !important;
  font-size: clamp(28px, 2.05vw, 39px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

#benefits.benefits-redesign .benefit-check-lines li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 4px;
  height: 1.1em;
  background: var(--ilm-ink, #111111);
  content: "";
}

#benefits.benefits-redesign .benefits-redesign__copy p {
  margin: clamp(36px, 4vw, 60px) 0 0;
  color: var(--ilm-ink, #111111) !important;
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

#benefits.benefits-redesign .benefits-redesign__visual {
  width: 100%;
  margin: 0;
  overflow: visible;
  aspect-ratio: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

#benefits.benefits-redesign .benefits-redesign__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1100px) {
  #benefits.benefits-redesign .benefit-seminar-pills {
    gap: 24px;
  }

  #benefits.benefits-redesign .benefit-seminar-pill h3 {
    font-size: clamp(22px, 2.6vw, 32px);
    letter-spacing: 0.04em;
  }

  #benefits.benefits-redesign .benefits-redesign__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  #benefits.benefits-redesign .benefits-redesign__inner {
    padding: 56px 20px !important;
  }

  #benefits.benefits-redesign #benefits-title {
    font-size: clamp(36px, 11vw, 48px);
  }

  #benefits.benefits-redesign .benefit-seminar-pills {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  #benefits.benefits-redesign .benefit-seminar-pill {
    min-height: 74px;
    padding: 16px 18px;
    border-radius: 12px;
  }

  #benefits.benefits-redesign .benefit-seminar-pill .benefits-gift-icon {
    width: 42px;
    height: 42px;
    margin-right: 12px;
  }

  #benefits.benefits-redesign .benefit-seminar-pill h3 {
    font-size: clamp(19px, 6.2vw, 25px);
    white-space: normal;
  }

  #benefits.benefits-redesign .benefits-redesign__description {
    font-size: 17px;
    line-height: 1.8;
  }

  #benefits.benefits-redesign .benefits-redesign__description br {
    display: none;
  }

  #benefits.benefits-redesign .benefits-redesign__body {
    gap: 34px;
    margin-top: 48px;
  }

  #benefits.benefits-redesign .benefit-check-lines {
    gap: 22px;
  }

  #benefits.benefits-redesign .benefit-check-lines li {
    padding-left: 18px;
    font-size: clamp(23px, 7vw, 30px);
    line-height: 1.45;
    letter-spacing: 0.04em;
  }

  #benefits.benefits-redesign .benefit-check-lines li::before {
    width: 3px;
  }

  #benefits.benefits-redesign .benefits-redesign__copy p {
    font-size: 16px;
  }
}

/* Six-reasons cards: return from circular cards to rectangular content blocks. */
#strength .strength-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  justify-items: stretch !important;
  align-items: stretch !important;
}

#strength .strength-item,
#strength .strength-item.c-card,
#strength .strength-item.c-card--light {
  justify-content: flex-start !important;
  width: 100% !important;
  aspect-ratio: auto !important;
  min-height: 100% !important;
  overflow: visible !important;
  padding: clamp(26px, 2.6vw, 38px) !important;
  text-align: left !important;
  background: #f1f1f1 !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

#strength .strength-item span {
  display: inline-block !important;
  margin: 0 0 18px !important;
  color: var(--ilm-red) !important;
  font-size: clamp(15px, 1.3vw, 20px) !important;
}

#strength .strength-item h3 {
  font-size: clamp(18px, 1.45vw, 23px) !important;
}

@media (max-width: 900px) {
  #strength .strength-list {
    grid-template-columns: 1fr !important;
  }
}

/* Roadmap: HOPE reference layout. */
#flow.flow,
#flow.section-dark,
#flow.c-section--dark {
  color: var(--ilm-ink, #111111) !important;
  background: #e7e7e7 !important;
}

#flow::before {
  display: none !important;
}

#flow .section-inner {
  width: min(100%, 1780px) !important;
  max-width: none !important;
  padding: clamp(72px, 8vw, 132px) clamp(20px, 4vw, 64px) !important;
}

#flow .section-head,
#flow .section-head.c-section-head {
  max-width: none !important;
  margin: 0 auto clamp(64px, 7vw, 112px) !important;
  text-align: center !important;
}

#flow .section-kicker,
#flow .section-kicker.c-kicker {
  justify-content: center !important;
  margin-inline: auto !important;
  color: #333333 !important;
  font-family: var(--font-en);
  font-size: clamp(13px, 1.1vw, 17px);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-align: center !important;
  text-transform: uppercase;
}

#flow #flow-title {
  max-width: none;
  margin: 12px auto 0;
  color: var(--ilm-ink, #111111) !important;
  font-family: var(--font-serif);
  font-size: clamp(42px, 5vw, 82px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center !important;
}

#flow .flow-list {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.2vw, 24px) !important;
  align-items: stretch !important;
  max-width: 1740px;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

#flow .flow-list::before {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  z-index: 0;
  height: clamp(22px, 2vw, 32px);
  background: #8f0000;
  transform: translateY(-50%);
  content: "";
}

#flow .flow-list li {
  position: relative;
  z-index: 1;
  display: block !important;
  min-height: clamp(330px, 24vw, 410px);
  padding: clamp(24px, 2.1vw, 34px) clamp(18px, 1.55vw, 28px) !important;
  color: var(--ilm-ink, #111111) !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  text-align: left !important;
}

#flow .flow-list li::after,
#flow .flow-list li:not(:last-child)::after {
  display: none !important;
  content: none !important;
}

#flow .flow-list span {
  display: flex !important;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 0 0 clamp(26px, 3vw, 42px) !important;
  color: #8f0000 !important;
  text-transform: uppercase;
}

#flow .flow-list span small {
  font-family: var(--font-en);
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

#flow .flow-list span strong {
  font-family: var(--font-num, var(--font-en));
  font-size: clamp(54px, 4.2vw, 76px);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.03em;
}

#flow .flow-list h3 {
  margin: 0 0 clamp(28px, 3vw, 46px) !important;
  color: var(--ilm-ink, #111111) !important;
  font-family: var(--font-sans);
  font-size: clamp(22px, 1.7vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.35;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  text-align: center !important;
}

#flow .flow-list p {
  margin: 0 !important;
  color: var(--ilm-ink, #111111) !important;
  font-size: clamp(15px, 1.1vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 1.55;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: anywhere;
  text-align: left !important;
}

/* Benefits: keep the redesigned layout, tune type scale to the LP. */
#benefits.benefits-redesign #benefits-title {
  font-size: clamp(34px, 4.2vw, 58px) !important;
  font-weight: 700 !important;
  line-height: 1.24 !important;
}

#benefits.benefits-redesign .benefits-redesign__intro {
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
}

#benefits.benefits-redesign .benefit-seminar-pill {
  min-height: clamp(72px, 5.8vw, 90px) !important;
  padding: clamp(14px, 1.7vw, 22px) clamp(18px, 2.4vw, 28px) !important;
}

#benefits.benefits-redesign .benefit-seminar-pill .benefits-gift-icon {
  width: clamp(40px, 3.8vw, 52px) !important;
  height: clamp(40px, 3.8vw, 52px) !important;
  margin-right: clamp(12px, 1.4vw, 20px) !important;
}

#benefits.benefits-redesign .benefit-seminar-pill h3 {
  font-size: clamp(20px, 1.6vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
}

#benefits.benefits-redesign .benefits-redesign__description {
  max-width: 1120px !important;
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.75 !important;
}

#benefits.benefits-redesign .benefit-check-lines li {
  font-size: clamp(22px, 1.8vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.02em !important;
}

#benefits.benefits-redesign .benefits-redesign__copy p {
  font-size: clamp(15px, 1.15vw, 18px) !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
}

@media (max-width: 1200px) {
  #flow .flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #flow .flow-list::before {
    display: none !important;
  }
}

@media (max-width: 720px) {
  #flow .section-inner {
    padding: 60px 18px !important;
  }

  #flow .section-head,
  #flow .section-head.c-section-head {
    margin-bottom: 42px !important;
  }

  #flow #flow-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  #flow .flow-list {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #flow .flow-list li {
    min-height: auto;
    padding: 24px !important;
  }

  #flow .flow-list span {
    margin-bottom: 22px !important;
  }

  #flow .flow-list span strong {
    font-size: 56px;
  }

  #flow .flow-list h3 {
    margin-bottom: 20px !important;
    font-size: 24px !important;
  }

  #flow .flow-list p {
    font-size: 16px !important;
  }

  #benefits.benefits-redesign #benefits-title {
    font-size: clamp(32px, 9.5vw, 42px) !important;
  }

  #benefits.benefits-redesign .benefit-seminar-pill h3 {
    font-size: clamp(18px, 5.4vw, 22px) !important;
  }

  #benefits.benefits-redesign .benefits-redesign__description {
    font-size: 16px !important;
  }

  #benefits.benefits-redesign .benefit-check-lines li {
    font-size: clamp(21px, 6.2vw, 26px) !important;
  }
}

/* Latest layout polish: left work copy, soft shadows, black final CTA. */
@media (min-width: 900px) {
  #work .section-inner {
    width: min(100%, 1320px) !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr) !important;
    gap: clamp(52px, 6vw, 92px) !important;
  }

  #work .section-head.c-section-head {
    justify-self: start !important;
    width: min(100%, 620px) !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
}

#work .section-head.c-section-head,
#work .section-head.c-section-head > .section-kicker,
#work .section-head.c-section-head > h2,
#work .section-head.c-section-head > p {
  text-align: left !important;
}

#work .section-head.c-section-head > .section-kicker {
  justify-content: flex-start !important;
  margin-left: 0 !important;
}

.problem-grid .pain-card,
.problem-grid .pain-card.c-card,
#strength .strength-item,
#strength .strength-item.c-card,
#strength .strength-item.c-card--light,
#voices .voice-card,
#voices .voice-card.c-card,
#voices .voice-card.c-card--light {
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.14) !important;
}

.final-cta,
.final-cta.section-dark,
.final-cta.c-section--dark {
  color: var(--white, #ffffff) !important;
  background: #050505 !important;
}

.final-cta::before {
  display: none !important;
}

.final-cta .final-cta-inner {
  color: var(--white, #ffffff) !important;
  background: #050505 !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.final-cta .section-kicker,
.final-cta h2,
.final-cta p {
  color: var(--white, #ffffff) !important;
}

/* Work overview: keep the visual fixed while this section scrolls. */
@media (min-width: 900px) {
  #work {
    overflow: visible !important;
  }

  #work .section-inner {
    align-items: start !important;
  }

  #work .agency-photo,
  #work .agency-photo.c-card,
  #work .agency-photo.c-card--light {
    position: sticky !important;
    top: clamp(96px, 8vw, 128px) !important;
    align-self: start !important;
  }
}

@media (max-width: 899px) {
  #work .agency-photo,
  #work .agency-photo.c-card,
  #work .agency-photo.c-card--light {
    position: relative !important;
    top: auto !important;
  }
}

/* Copy and message refinements. */
#problems-title {
  max-width: min(100%, 980px) !important;
  white-space: normal !important;
}

.problem-grid .pain-card span,
.problem-grid .pain-card.c-card span {
  color: var(--ilm-red) !important;
  font-family: var(--font-en);
  font-size: clamp(15px, 1.3vw, 20px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
}

#message.message,
#message.c-section,
#message.c-section--light {
  color: var(--ilm-ink, #111111) !important;
  background: var(--white, #ffffff) !important;
}

#message .ds-container.section-inner {
  display: block !important;
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
  padding-block: clamp(64px, 8vw, 116px) !important;
  color: var(--ilm-ink, #111111) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#message .section-head {
  display: block !important;
  max-width: 960px !important;
  margin: 0 auto clamp(42px, 6vw, 76px) !important;
  padding: 0 !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#message .message-overline {
  margin: 0 0 8px;
  color: var(--ilm-red, #ef4444);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

#message .message-display {
  margin: 0 0 clamp(26px, 4vw, 52px);
  color: rgba(17, 17, 17, 0.08);
  font-family: var(--font-en);
  font-size: clamp(54px, 10vw, 148px);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#message #message-title {
  margin: 0;
  color: var(--ilm-ink, #111111) !important;
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.46;
  letter-spacing: 0.02em;
  text-align: left !important;
}

#message .message-body {
  display: block !important;
  width: min(100%, 960px) !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: var(--ilm-ink, #111111) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#message .message-chapter,
#message .message-closing {
  margin: 0;
}

#message .message-chapter + .message-chapter,
#message .message-closing {
  margin-top: clamp(34px, 5vw, 62px);
}

#message .message-body p {
  max-width: none !important;
  margin: 0;
  color: var(--ilm-ink, #111111) !important;
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.16vw, 17px);
  font-weight: 500;
  line-height: 2.18;
  letter-spacing: 0.01em;
}

#message .message-body p + p {
  margin-top: clamp(18px, 2.4vw, 28px);
}

#message .message-intro,
#message .message-body .signature {
  font-weight: 800 !important;
}

#message .message-body .signature {
  margin-top: clamp(26px, 3.5vw, 44px);
}

@media (max-width: 640px) {
  #message .ds-container.section-inner {
    padding-block: 56px !important;
  }

  #message .section-head {
    margin-bottom: 34px !important;
  }

  #message .message-display {
    font-size: clamp(42px, 18vw, 76px);
    letter-spacing: 0.05em;
  }

  #message #message-title {
    font-size: clamp(25px, 7.4vw, 34px);
    line-height: 1.55;
  }

  #message .message-body p {
    font-size: 14px;
    line-height: 2.05;
  }
}

/* Roadmap and final CTA refinements. */
#flow .flow-list span {
  align-items: center !important;
}

#flow .flow-list span small,
#flow .flow-list span strong {
  line-height: 1 !important;
}

#flow .flow-list h3 {
  font-family: var(--font-serif) !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
}

.final-cta .final-cta-inner {
  border-color: transparent !important;
  box-shadow: none !important;
}

.final-cta .final-cta-inner:hover,
.final-cta .final-cta-inner:focus-within,
.final-cta .final-cta-inner:active {
  border-color: var(--color-line, #06c755) !important;
  box-shadow:
    0 0 0 3px rgba(6, 199, 85, 0.28),
    0 0 28px rgba(6, 199, 85, 0.58) !important;
}

.final-cta .final-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
}

.final-cta .final-actions .button {
  width: auto !important;
  min-width: min(100%, 240px) !important;
  margin: 0 !important;
}

/* Compare table highlight. */
.compare-table thead th:nth-child(2) {
  color: var(--ilm-ink, #111111) !important;
  background: var(--white, #ffffff) !important;
}

/* Supported apps: keep the lead copy on one line at desktop widths. */
#apps .apps-description {
  max-width: none !important;
  white-space: nowrap !important;
}

@media (max-width: 820px) {
  #apps .apps-description {
    white-space: normal !important;
  }
}

/* Special benefits: use the LP's clean sans typography. */
#benefits.benefits-redesign #benefits-title,
#benefits.benefits-redesign .benefits-redesign__intro,
#benefits.benefits-redesign .benefit-seminar-pill h3,
#benefits.benefits-redesign .benefits-redesign__description,
#benefits.benefits-redesign .benefit-check-lines li,
#benefits.benefits-redesign .benefits-redesign__copy p {
  font-family: var(--font-sans) !important;
}

#benefits.benefits-redesign .benefits-redesign__head .c-kicker {
  font-family: var(--font-en) !important;
}

/* Roadmap: center the final step copy in its card. */
#flow .flow-list li:last-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

#flow .flow-list li:last-child span,
#flow .flow-list li:last-child h3,
#flow .flow-list li:last-child p {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* Requested final refinements. */
@media (min-width: 900px) {
  #problems-title {
    max-width: none !important;
    white-space: nowrap !important;
    font-size: clamp(28px, 3.35vw, 48px) !important;
  }
}

@media (max-width: 899px) {
  #problems-title {
    white-space: normal !important;
  }
}

#message,
#message .message-overline,
#message .message-display,
#message #message-title,
#message .message-body,
#message .message-body p,
#message .message-body .signature {
  color: var(--ilm-ink, #111111) !important;
}

section#message article.message-body p,
section#message article.message-body .message-intro,
section#message article.message-body .signature {
  color: var(--ilm-ink, #111111) !important;
}

#flow .flow-list li:last-child h3 {
  width: 100% !important;
  text-align: center !important;
}

@media (min-width: 1201px) {
  #flow .flow-list li:last-child p {
    flex: none !important;
    width: 272px !important;
    max-width: none !important;
    text-wrap: pretty;
  }
}

/* Align the worries title font with the special benefits heading. */
#problems-title {
  font-family: var(--font-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

@media (min-width: 900px) {
  #problems .section-head.c-section-head {
    width: min(100%, 1240px) !important;
    max-width: 1240px !important;
  }

  #problems-title {
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    white-space: nowrap !important;
    font-size: clamp(30px, 3vw, 46px) !important;
    line-height: 1.35 !important;
  }
}

/* Match Worries to the Solutions heading and complete the voice/message polish. */
#solutions-title {
  font-family: var(--font-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

#solutions .solution-stack .support-card,
#solutions .solution-stack .support-card.c-card,
#solutions .solution-stack .support-card.c-card--dark {
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.26) !important;
}

#voices .voice-photo {
  width: calc(100% + 56px);
  aspect-ratio: 4 / 3;
  margin: -28px -28px 28px;
  overflow: hidden;
  background: #eeeeee;
  border-radius: 9px 9px 0 0;
}

#voices .voice-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#voices .voice-photo--freedom img {
  object-position: center 36%;
}

#voices .voice-photo--li-mum img {
  object-position: center 28%;
}

#voices .voice-photo--hiro-p img {
  object-position: center 24%;
}

#message .message-closing,
#message .message-closing p,
section#message article.message-body .message-closing,
section#message article.message-body .message-closing p,
section#message article.message-body .message-closing .signature {
  color: #111111 !important;
}

#message .message-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(34px, 5vw, 72px);
  width: min(100%, 1080px);
  margin-inline: auto;
}

#message .message-portrait {
  aspect-ratio: 1;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #e7e7e7;
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.14);
}

#message .message-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

#message .section-head {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
}

#message #message-title .message-title-line {
  display: block;
}

@media (min-width: 1200px) {
  #message #message-title {
    font-size: 48px !important;
  }

  #message #message-title .message-title-line {
    white-space: nowrap;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  #message #message-title {
    font-size: 36px !important;
  }

  #message #message-title .message-title-line {
    white-space: nowrap;
  }
}

/* Smartphone FV: CARVEOUT partner-page composition, InterlineMusic styling. */
@media (max-width: 640px) {
  .hero.c-section--hero {
    min-height: 0 !important;
    padding-top: 64px !important;
    color: #111111 !important;
    background: #f5f8fb !important;
    overflow: visible !important;
  }

  body.admin-bar .hero.c-section--hero {
    padding-top: 96px !important;
  }

  .fv-stage {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    color: #111111 !important;
    background: #f5f8fb !important;
    isolation: isolate;
  }

  body.admin-bar .fv-stage {
    height: auto !important;
  }

  .fv-stage::before {
    display: none !important;
  }

  .fv-bg {
    position: relative !important;
    inset: auto !important;
    z-index: 0 !important;
    order: 1;
    flex: 0 0 auto;
    width: 100% !important;
    max-width: none !important;
    height: 300px !important;
    object-fit: cover !important;
    object-position: 65% 40% !important;
    filter: saturate(1.02) contrast(1.01) brightness(1.04) !important;
    animation: none !important;
    transform: none !important;
  }

  .fv-mobile-copy.sr-only {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    order: 2;
    width: 100% !important;
    height: auto !important;
    margin: -58px 0 0 !important;
    padding: 52px 18px 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    color: #111111 !important;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0) 0, rgba(245, 248, 251, 0.96) 42px, #f5f8fb 58px) !important;
    border: 0 !important;
    pointer-events: auto;
  }

  .fv-mobile-copy p,
  .fv-mobile-copy h1 {
    color: #111111 !important;
  }

  .fv-mobile-display {
    margin: 0 !important;
    color: #b6413d !important;
    font-family: var(--font-en) !important;
    font-size: clamp(48px, 16vw, 64px) !important;
    font-weight: 400 !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
  }

  .fv-mobile-title {
    margin: 12px 0 0 !important;
    color: #111111 !important;
    font-family: var(--font-sans) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
  }

  .fv-mobile-summary {
    display: grid;
    gap: 4px;
    margin-top: 22px;
  }

  .fv-mobile-summary p {
    margin: 0 !important;
    color: #555555 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
  }

  .fv-mobile-summary p:nth-child(2) {
    color: #b6413d !important;
    font-weight: 700 !important;
  }

  .fv-mobile-brand {
    width: 100% !important;
    margin-top: 24px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .fv-mobile-brand small,
  .fv-mobile-brand strong,
  .fv-mobile-brand span {
    display: block;
    color: #111111 !important;
  }

  .fv-mobile-brand small {
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .fv-mobile-brand strong {
    margin: 3px 0 !important;
    color: #b6413d !important;
    font-family: var(--font-en) !important;
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }

  .fv-mobile-brand span {
    font-size: 10px !important;
    font-weight: 600 !important;
  }

  .fv-proof {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    order: 3;
    display: grid !important;
    gap: 6px !important;
    width: auto !important;
    margin: 18px 18px 0 !important;
  }

  .fv-proof span,
  .fv-proof span:first-child,
  .fv-proof span:nth-child(2),
  .fv-proof span:nth-child(3) {
    min-width: 0 !important;
    padding: 9px 11px !important;
    color: #111111 !important;
    background: #ffffff !important;
    border: 1px solid rgba(182, 65, 61, 0.25) !important;
    border-left: 3px solid #b6413d !important;
    border-radius: 4px !important;
    box-shadow: 0 5px 16px rgba(17, 17, 17, 0.06) !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    text-shadow: none !important;
  }

  .fv-proof span::before {
    color: #b6413d !important;
    border-color: #b6413d !important;
  }

  .fv-proof strong {
    color: #06a94a !important;
  }

  .fv-cta-link {
    position: relative !important;
    inset: auto !important;
    z-index: 4 !important;
    order: 4;
    width: calc(100% - 36px) !important;
    height: 62px !important;
    margin: 16px 18px 24px !important;
    padding: 0 16px !important;
    transform: none !important;
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    transform: translateY(-3px) !important;
  }
}

/* Keep the special-benefits section free of Hiragino Kaku Gothic. */
#benefits.benefits-redesign .section-kicker,
#benefits.benefits-redesign #benefits-title,
#benefits.benefits-redesign .benefits-redesign__intro,
#benefits.benefits-redesign .benefit-seminar-pill h3,
#benefits.benefits-redesign .benefits-redesign__description,
#benefits.benefits-redesign .benefit-check-lines li,
#benefits.benefits-redesign .benefits-redesign__copy p {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif !important;
}

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

/* Smartphone FV: the manager portrait is the only visible image asset. */
@media (max-width: 640px) {
  .fv-copy-panel,
  .fv-copy-art {
    display: none !important;
  }

  .fv-stage {
    height: calc(100svh - 64px) !important;
    min-height: 700px !important;
    max-height: 780px !important;
  }

  .fv-bg {
    display: block !important;
    filter: saturate(1.03) contrast(1.02) brightness(0.82) !important;
    object-position: 64% center !important;
  }

  .fv-stage::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.2) 100%) !important;
  }

  .fv-mobile-copy.sr-only {
    position: absolute !important;
    top: 20px !important;
    right: 16px !important;
    left: 16px !important;
    z-index: 3 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    border: 0 !important;
    color: #ffffff !important;
    pointer-events: none;
  }

  .fv-mobile-copy p,
  .fv-mobile-copy h1 {
    margin: 0;
    color: #ffffff !important;
  }

  .fv-mobile-note {
    display: inline-block;
    padding: 6px 9px;
    background: rgba(182, 65, 61, 0.94);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
  }

  .fv-mobile-kicker {
    margin-top: 10px !important;
    font-family: var(--font-en);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .fv-mobile-subnote {
    margin-top: 7px !important;
    color: #ff6f67 !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
  }

  .fv-mobile-title {
    margin-top: 10px !important;
    font-family: var(--font-serif);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.56);
  }

  .fv-mobile-title span {
    display: block;
  }

  .fv-mobile-title em {
    color: #ff6f67;
    font-style: normal;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  .fv-mobile-brand {
    width: fit-content;
    margin-top: 12px;
    padding-left: 10px;
    border-left: 3px solid #ff5f57;
  }

  .fv-mobile-brand small,
  .fv-mobile-brand strong,
  .fv-mobile-brand span {
    display: block;
    color: #ffffff;
  }

  .fv-mobile-brand small,
  .fv-mobile-brand span {
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
  }

  .fv-mobile-brand strong {
    margin: 2px 0;
    font-family: var(--font-en);
    font-size: 28px;
    line-height: 1.05;
  }

  .fv-proof {
    right: 12px !important;
    bottom: 96px !important;
    left: 12px !important;
    gap: 5px !important;
  }

  .fv-proof span,
  .fv-proof span:first-child,
  .fv-proof span:nth-child(2),
  .fv-proof span:nth-child(3) {
    padding: 7px 9px !important;
    font-size: 10.5px !important;
    line-height: 1.25 !important;
  }

  .fv-cta-link {
    right: auto !important;
    bottom: 16px !important;
    left: 50% !important;
    display: flex !important;
    align-items: center !important;
    width: min(calc(100vw - 24px), 350px) !important;
    height: 64px !important;
    padding: 0 16px !important;
    overflow: visible !important;
    aspect-ratio: auto !important;
    color: #0d0d0d !important;
    background: #06c755 !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
    transform: translateX(-50%) !important;
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    color: #0d0d0d !important;
    background: #ffffff !important;
    border-color: #06c755 !important;
    box-shadow: 0 0 0 4px rgba(6, 199, 85, 0.3), 0 14px 32px rgba(0, 0, 0, 0.3) !important;
    transform: translateX(-50%) translateY(-3px) !important;
  }

  .fv-cta-img {
    display: none !important;
  }

  .fv-cta-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: inherit;
  }

  .fv-cta-mobile-copy,
  .fv-cta-mobile-copy strong,
  .fv-cta-mobile-copy small {
    display: block;
  }

  .fv-cta-mobile-copy strong {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
  }

  .fv-cta-mobile-copy small {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
  }

  .fv-cta-mobile-arrow {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
  }
}

#message .message-layout .message-body {
  width: 100% !important;
  max-width: none !important;
}

section#message article.message-body,
section#message article.message-body p,
section#message article.message-body .message-chapter p,
section#message article.message-body .message-intro,
section#message article.message-body .signature {
  color: #111111 !important;
}

@media (max-width: 820px) {
  #message .message-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  #message .message-portrait {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  #message .message-portrait img {
    object-position: center 18%;
  }
}

/* Match the benefits emphasis type with the worries heading. */
#benefits.benefits-redesign #benefits-title,
#benefits.benefits-redesign .benefit-seminar-pill h3,
#benefits.benefits-redesign .benefit-check-lines li {
  font-family: var(--font-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

@media (min-width: 1200px) {
  #solutions .section-head {
    width: min(100%, 1200px) !important;
    max-width: 1200px !important;
  }

  #solutions-title {
    font-size: 48px !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  #solutions .section-head {
    width: 100% !important;
    max-width: none !important;
  }

  #solutions-title {
    font-size: 34px !important;
    white-space: nowrap !important;
  }
}

/* Final mobile FV layout: follows the CARVEOUT partner-page reading order. */
@media (max-width: 640px) {
  .hero.c-section--hero {
    min-height: 0 !important;
    padding-top: 64px !important;
    color: #111111 !important;
    background: #f5f8fb !important;
    overflow: visible !important;
  }

  body.admin-bar .hero.c-section--hero {
    padding-top: 96px !important;
  }

  .fv-stage,
  body.admin-bar .fv-stage {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    color: #111111 !important;
    background: #f5f8fb !important;
  }

  .fv-stage::before {
    display: none !important;
  }

  .fv-bg {
    position: relative !important;
    inset: auto !important;
    z-index: 0 !important;
    order: 1 !important;
    flex: 0 0 300px !important;
    width: 100% !important;
    max-width: none !important;
    height: 300px !important;
    object-fit: cover !important;
    object-position: 65% 40% !important;
    filter: saturate(1.02) contrast(1.01) brightness(1.04) !important;
    animation: none !important;
    transform: none !important;
  }

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

  .fv-mobile-copy.sr-only {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: -58px 0 0 !important;
    padding: 52px 18px 0 !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    white-space: normal !important;
    color: #111111 !important;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0) 0, rgba(245, 248, 251, 0.97) 42px, #f5f8fb 58px) !important;
    border: 0 !important;
  }

  .fv-mobile-copy p,
  .fv-mobile-copy h1 {
    color: #111111 !important;
    text-shadow: none !important;
  }

  .fv-mobile-display {
    margin: 0 !important;
    color: #b6413d !important;
    font-family: var(--font-en) !important;
    font-size: clamp(48px, 16vw, 64px) !important;
    font-weight: 400 !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
  }

  .fv-mobile-title {
    margin: 12px 0 0 !important;
    color: #111111 !important;
    font-family: var(--font-sans) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  .fv-mobile-summary {
    display: grid !important;
    gap: 4px !important;
    margin-top: 22px !important;
  }

  .fv-mobile-summary p {
    margin: 0 !important;
    color: #555555 !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
  }

  .fv-mobile-summary p:nth-child(2) {
    color: #b6413d !important;
    font-weight: 700 !important;
  }

  .fv-mobile-brand {
    width: 100% !important;
    margin-top: 24px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .fv-mobile-brand small,
  .fv-mobile-brand strong,
  .fv-mobile-brand span {
    display: block !important;
    color: #111111 !important;
  }

  .fv-mobile-brand small {
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .fv-mobile-brand strong {
    margin: 3px 0 !important;
    color: #b6413d !important;
    font-family: var(--font-en) !important;
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }

  .fv-mobile-brand span {
    font-size: 10px !important;
    font-weight: 600 !important;
  }

  .fv-proof {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    order: 3 !important;
    display: grid !important;
    gap: 6px !important;
    width: auto !important;
    margin: 18px 18px 0 !important;
    padding: 0 !important;
  }

  .fv-proof span,
  .fv-proof span:first-child,
  .fv-proof span:nth-child(2),
  .fv-proof span:nth-child(3) {
    min-width: 0 !important;
    padding: 9px 11px !important;
    color: #111111 !important;
    background: #ffffff !important;
    border: 1px solid rgba(182, 65, 61, 0.25) !important;
    border-left: 3px solid #b6413d !important;
    border-radius: 4px !important;
    box-shadow: 0 5px 16px rgba(17, 17, 17, 0.06) !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    text-shadow: none !important;
  }

  .fv-proof span::before {
    color: #b6413d !important;
    border-color: #b6413d !important;
  }

  .fv-proof strong {
    color: #06a94a !important;
  }

  .fv-cta-link {
    position: relative !important;
    inset: auto !important;
    z-index: 4 !important;
    order: 4 !important;
    display: flex !important;
    align-items: center !important;
    width: calc(100% - 36px) !important;
    min-width: 0 !important;
    height: 62px !important;
    margin: 16px 18px 24px !important;
    padding: 0 16px !important;
    aspect-ratio: auto !important;
    transform: none !important;
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    transform: translateY(-3px) !important;
  }

  .fv-cta-img {
    display: none !important;
  }

  .fv-cta-mobile {
    display: flex !important;
  }
}

/* UniTrus-inspired FV using one photographic asset and live HTML text. */
.site-header {
  color: #ffffff !important;
  background: rgba(5, 6, 8, 0.97) !important;
  border-bottom-color: rgba(182, 65, 61, 0.7) !important;
}

.site-header .brand-logo {
  filter: brightness(0) invert(1) !important;
}

.site-header .site-nav a,
.site-header .header-platforms-wrap small {
  color: #ffffff !important;
}

.hero.c-section--hero {
  color: #ffffff !important;
  background: #050608 !important;
}

.fv-stage {
  color: #ffffff !important;
  background: #050608 !important;
}

.fv-stage::before {
  display: block !important;
  background: linear-gradient(90deg, rgba(4, 5, 7, 0.98) 0%, rgba(4, 5, 7, 0.88) 36%, rgba(4, 5, 7, 0.28) 67%, rgba(4, 5, 7, 0.08) 100%) !important;
}

.fv-bg {
  filter: saturate(1.02) contrast(1.04) brightness(0.86) !important;
  object-position: 65% center !important;
}

.fv-mobile-copy {
  position: absolute;
  z-index: 3;
  top: clamp(48px, 7svh, 78px);
  left: clamp(34px, 6.8vw, 130px);
  width: min(640px, 48vw);
  color: #ffffff;
}

.fv-mobile-copy p,
.fv-mobile-copy h1 {
  margin: 0;
  color: #ffffff;
}

.fv-mobile-display {
  color: #ffffff !important;
  font-family: var(--font-en) !important;
  font-size: clamp(74px, 8.4vw, 156px) !important;
  font-weight: 500 !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
}

.fv-mobile-title {
  margin-top: clamp(18px, 2.2svh, 28px) !important;
  color: #f1dada !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(20px, 1.8vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.38) !important;
}

.fv-mobile-summary {
  display: grid;
  gap: 8px;
  margin-top: clamp(28px, 4svh, 48px);
}

.fv-mobile-summary p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(12px, 1vw, 16px) !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
}

.fv-mobile-summary p:first-child {
  color: #78e8dc !important;
  font-weight: 700 !important;
}

.fv-mobile-summary p:nth-child(2) {
  color: #ffffff !important;
  font-size: clamp(16px, 1.45vw, 24px) !important;
  font-weight: 800 !important;
}

.fv-mobile-brand {
  margin-top: clamp(26px, 4svh, 46px) !important;
  padding: 0 !important;
  border: 0 !important;
}

.fv-mobile-brand small,
.fv-mobile-brand strong,
.fv-mobile-brand span {
  display: block;
  color: #ffffff !important;
}

.fv-mobile-brand small {
  font-size: clamp(11px, 0.92vw, 14px) !important;
  font-weight: 700 !important;
}

.fv-mobile-brand strong {
  margin: 5px 0 3px !important;
  color: #ffffff !important;
  font-family: var(--font-en) !important;
  font-size: clamp(38px, 4.2vw, 70px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.fv-mobile-brand span {
  font-size: clamp(10px, 0.82vw, 13px) !important;
  font-weight: 600 !important;
}

.fv-cta-link {
  width: min(250px, 18vw) !important;
  min-width: 218px !important;
  height: 78px !important;
  aspect-ratio: auto !important;
  padding: 0 16px !important;
  color: #ffffff !important;
  background: rgba(5, 6, 8, 0.9) !important;
  border: 1px solid #06c755 !important;
  border-radius: 4px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3) !important;
}

.fv-cta-link:hover,
.fv-cta-link:focus-visible {
  color: #050608 !important;
  background: #06c755 !important;
  box-shadow: 0 0 0 4px rgba(6, 199, 85, 0.24), 0 16px 36px rgba(0, 0, 0, 0.36) !important;
}

.fv-cta-mobile {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: inherit;
}

.fv-cta-mobile-copy,
.fv-cta-mobile-copy strong,
.fv-cta-mobile-copy small {
  display: block;
}

.fv-cta-mobile-copy small {
  margin: 0 0 3px !important;
  color: #06c755 !important;
  font-family: var(--font-en);
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.fv-cta-link:hover .fv-cta-mobile-copy small,
.fv-cta-link:focus-visible .fv-cta-mobile-copy small {
  color: #050608 !important;
}

.fv-cta-mobile-copy strong {
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.2;
}

.fv-cta-mobile-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 20px;
}

@media (min-width: 641px) {
  .fv-proof {
    bottom: clamp(22px, 2.4svh, 34px) !important;
    left: clamp(34px, 6.8vw, 130px) !important;
    width: min(62vw, 1040px) !important;
  }

  .fv-proof span,
  .fv-proof span:first-child,
  .fv-proof span:nth-child(2),
  .fv-proof span:nth-child(3) {
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .fv-proof span::before {
    color: #06c755 !important;
    border-color: #06c755 !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 56px !important;
  }

  .hero.c-section--hero,
  body.admin-bar .hero.c-section--hero {
    min-height: 0 !important;
    padding-top: 56px !important;
    background: #050608 !important;
  }

  body.admin-bar .hero.c-section--hero {
    padding-top: 88px !important;
  }

  .fv-stage,
  body.admin-bar .fv-stage {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    color: #ffffff !important;
    background: #050608 !important;
  }

  .fv-stage::before {
    display: none !important;
  }

  .fv-bg {
    position: relative !important;
    inset: auto !important;
    z-index: 0 !important;
    order: 1 !important;
    flex: 0 0 330px !important;
    width: 100% !important;
    max-width: none !important;
    height: 330px !important;
    object-fit: cover !important;
    object-position: 66% 42% !important;
    filter: saturate(1.02) contrast(1.03) brightness(0.86) !important;
    animation: none !important;
    transform: none !important;
  }

  .fv-mobile-copy {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: -38px 0 0 !important;
    padding: 24px 20px 0 !important;
    overflow: visible !important;
    color: #ffffff !important;
    background: linear-gradient(180deg, rgba(5, 6, 8, 0) 0, #050608 38px) !important;
  }

  .fv-mobile-copy p,
  .fv-mobile-copy h1 {
    color: #ffffff !important;
  }

  .fv-mobile-display {
    color: #ffffff !important;
    font-size: clamp(48px, 15vw, 60px) !important;
    line-height: 0.95 !important;
  }

  .fv-mobile-title {
    margin-top: 14px !important;
    color: #f1dada !important;
    font-size: 21px !important;
  }

  .fv-mobile-summary {
    gap: 5px !important;
    margin-top: 25px !important;
  }

  .fv-mobile-summary p {
    font-size: 11px !important;
    line-height: 1.65 !important;
  }

  .fv-mobile-summary p:first-child {
    color: #78e8dc !important;
  }

  .fv-mobile-summary p:nth-child(2) {
    color: #ffffff !important;
    font-size: 16px !important;
  }

  .fv-mobile-brand {
    margin-top: 27px !important;
  }

  .fv-mobile-brand small {
    font-size: 11px !important;
  }

  .fv-mobile-brand strong {
    margin: 4px 0 !important;
    color: #ffffff !important;
    font-size: 40px !important;
  }

  .fv-mobile-brand span {
    font-size: 9px !important;
  }

  .fv-proof {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    order: 3 !important;
    display: grid !important;
    gap: 0 !important;
    width: auto !important;
    margin: 20px 20px 0 !important;
    padding: 12px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
  }

  .fv-proof span,
  .fv-proof span:first-child,
  .fv-proof span:nth-child(2),
  .fv-proof span:nth-child(3) {
    padding: 7px 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 10.5px !important;
    text-shadow: none !important;
  }

  .fv-proof span::before {
    width: 12px !important;
    height: 12px !important;
    color: #06c755 !important;
    border-color: #06c755 !important;
    border-radius: 2px !important;
    font-size: 8px !important;
  }

  .fv-cta-link {
    position: relative !important;
    inset: auto !important;
    z-index: 4 !important;
    order: 4 !important;
    display: flex !important;
    align-items: center !important;
    width: calc(100% - 40px) !important;
    min-width: 0 !important;
    height: 68px !important;
    margin: 18px 20px 28px !important;
    padding: 0 15px !important;
    color: #ffffff !important;
    background: #090b0e !important;
    border: 1px solid #06c755 !important;
    border-radius: 4px !important;
    transform: none !important;
  }

  .fv-cta-link:hover,
  .fv-cta-link:focus-visible {
    color: #050608 !important;
    background: #06c755 !important;
    transform: translateY(-3px) !important;
  }
}

/* Final heading and mobile card layout overrides. */
#benefits-title {
  white-space: nowrap !important;
}

#problems .section-head,
#problems-title {
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.mobile-break {
  display: none;
}

@media (max-width: 640px) {
  .mobile-break {
    display: block;
  }

  #benefits-title {
    font-size: clamp(26px, 8vw, 32px) !important;
  }

  #solutions .section-head,
  #solutions-title,
  #work .section-kicker,
  #work-title,
  #strength .section-head,
  #strength-title,
  #voices .section-head,
  #voices-title,
  #message .section-head,
  #message-title,
  #compare .section-head,
  #compare-title,
  #flow .section-head,
  #flow-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #solutions-title {
    font-size: clamp(23px, 6.7vw, 28px) !important;
    line-height: 1.42 !important;
  }

  #strength-title,
  #voices-title {
    font-size: clamp(21px, 6.1vw, 25px) !important;
    line-height: 1.45 !important;
  }

  #message-title {
    font-size: clamp(19px, 5.35vw, 23px) !important;
    line-height: 1.5 !important;
  }

  #message-title .message-title-line {
    display: block !important;
    white-space: nowrap !important;
  }

  #compare-title {
    font-size: clamp(16px, 4.6vw, 19px) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  #flow-title {
    font-size: clamp(21px, 5.8vw, 24px) !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  #company .company-intro {
    font-size: clamp(12px, 3.5vw, 14px) !important;
    line-height: 1.8 !important;
  }

  #flow .flow-list li {
    position: relative !important;
    padding: 58px 16px 24px !important;
    text-align: left !important;
  }

  #flow .flow-list li > span {
    position: absolute !important;
    top: 12px !important;
    left: 14px !important;
    margin: 0 !important;
    transform: none !important;
  }

  #flow .flow-list li h3 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #flow .flow-list li p,
  #flow .flow-list li:last-child p {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  #flow .flow-list li:first-child p {
    font-size: 12px !important;
    white-space: nowrap !important;
  }
}

/* Specific mobile centering over legacy section rules. */
@media (max-width: 640px) {
  #work .section-head.c-section-head > .section-kicker,
  #work .section-head.c-section-head > #work-title,
  #message .section-head > #message-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #work .section-head.c-section-head > #work-title {
    font-size: clamp(27px, 7.8vw, 31px) !important;
  }

  #message .section-head > #message-title {
    font-size: clamp(15px, 4.1vw, 17px) !important;
    line-height: 1.6 !important;
  }

  #message .section-head > #message-title .message-title-line {
    display: block !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
}

/* Final hero CTA and representative-message alignment. */
@media (max-width: 640px) {
  #message .message-display {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(48px, 15vw, 60px) !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  #message .message-layout {
    width: 100% !important;
    max-width: none !important;
  }

  #message .message-body,
  #message article.message-body {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: clamp(34px, 10.5vw, 42px) !important;
    padding-left: clamp(34px, 10.5vw, 42px) !important;
  }

  #message .message-closing .signature {
    width: 100% !important;
    margin-left: auto !important;
    text-align: right !important;
  }
}

/* Smartphone company copy and compact roadmap numbers. */
.company-intro-mobile {
  display: none;
}

@media (max-width: 640px) {
  #company .company-intro-desktop {
    display: none !important;
  }

  #company .company-intro-mobile {
    display: inline !important;
  }

  #flow .flow-list li > span > strong {
    font-size: 40px !important;
    line-height: 1 !important;
  }
}

/* Final smartphone copy sizing and wrapping. */
@media (max-width: 640px) {
  #apps .apps-description {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(11px, 3.1vw, 12px) !important;
    line-height: 1.8 !important;
    text-align: center !important;
  }

  #apps .apps-description > span {
    display: block !important;
    white-space: nowrap !important;
  }

  #problems-title {
    font-size: clamp(22px, 6vw, 24px) !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  #solutions-title,
  #compare-title {
    font-size: clamp(18px, 4.8vw, 20px) !important;
    line-height: 1.5 !important;
  }

  #compare-title {
    white-space: nowrap !important;
  }

  #work-title {
    font-size: clamp(21px, 5.8vw, 23px) !important;
    line-height: 1.45 !important;
    white-space: nowrap !important;
  }

  #work-title br {
    display: none !important;
  }

  #work .agency-photo,
  #work .agency-photo img {
    display: none !important;
  }
}

/* Match the desktop representative-message scale to the reference layout. */
@media (min-width: 900px) {
  #message .message-overline,
  #message .message-display,
  #message #message-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #message .message-display {
    font-size: clamp(96px, 8.2vw, 118px) !important;
    line-height: 0.9 !important;
  }

  #message #message-title {
    font-size: clamp(36px, 2.8vw, 40px) !important;
    line-height: 1.48 !important;
  }

  #message #message-title .message-title-line {
    display: block !important;
    white-space: nowrap !important;
  }

  #strength-title br {
    display: none !important;
  }

  #strength-title {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  #strength .section-head.c-section-head {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}

@media (min-width: 641px) {
  #problems-title br {
    display: none !important;
  }

  #problems-title {
    white-space: nowrap !important;
  }

  .fv-proof span:nth-child(3) {
    white-space: nowrap !important;
  }

  #line-cta-primary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #line-cta-primary .fv-cta-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 100% !important;
  }

  #line-cta-primary .fv-cta-mobile-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    height: 100% !important;
    line-height: 1.2 !important;
  }

  #line-cta-primary .fv-cta-mobile-arrow {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 38px !important;
    align-self: center !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 1 !important;
  }

  #message .message-display,
  #message #message-title,
  #message #message-title .message-title-line {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  #message #message-title .message-title-line {
    display: block !important;
  }

  #message .message-closing .signature {
    width: 100% !important;
    margin-left: auto !important;
    text-align: right !important;
  }
}

/* Final smartphone H2 scale: match the FAQ heading. */
@media (max-width: 640px) {
  html body main #apps #apps-title,
  html body main #benefits #benefits-title,
  html body main #problems #problems-title,
  html body main #solutions #solutions-title,
  html body main #work #work-title,
  html body main #strength #strength-title,
  html body main #voices #voices-title,
  html body main #message #message-title,
  html body main #compare #compare-title,
  html body main #flow #flow-title,
  html body main #faq #faq-title,
  html body main #company #company-title,
  html body main h2.cta-offer-title,
  html body main .cta-inner h2 {
    font-size: clamp(14px, 4.5vw, 19px) !important;
    line-height: 1.35 !important;
  }
}

/* Final smartphone heading alignment and roadmap layout. */
@media (max-width: 640px) {
  html body main #solutions .solution-stack .support-card,
  html body main #solutions .solution-stack .support-card.c-card,
  html body main #solutions .solution-stack .support-card.c-card--dark {
    box-shadow: none !important;
  }

  html body main #apps .section-head,
  html body main #benefits .benefits-redesign__head,
  html body main #problems .section-head,
  html body main #solutions .section-head,
  html body main #strength .section-head,
  html body main #voices .section-head,
  html body main #compare .section-head {
    align-items: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body main #apps #apps-title,
  html body main #benefits #benefits-title,
  html body main #problems #problems-title,
  html body main #solutions #solutions-title,
  html body main #strength #strength-title,
  html body main #voices #voices-title,
  html body main #compare #compare-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: clamp(14px, 4.5vw, 19px) !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  html body main #strength .section-kicker.c-kicker {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body main #flow .flow-list li {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 14px !important;
    row-gap: 14px !important;
    padding: 20px 16px 24px !important;
    text-align: left !important;
  }

  html body main #flow .flow-list li > span {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    justify-self: start !important;
    gap: 4px !important;
    margin: 0 !important;
    transform: none !important;
  }

  html body main #flow .flow-list li h3,
  html body main #flow .flow-list li:last-child h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    width: auto !important;
    margin: 0 !important;
    text-align: left !important;
  }

  html body main #flow .flow-list li p,
  html body main #flow .flow-list li:first-child p,
  html body main #flow .flow-list li:last-child p {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: left !important;
  }
}

/* Authoritative smartphone H2 sizing. */
@media (max-width: 640px) {
  html body main #apps #apps-title,
  html body main #benefits.benefits-redesign #benefits-title,
  html body main #problems #problems-title,
  html body main #solutions #solutions-title,
  html body main #work #work-title,
  html body main #strength #strength-title,
  html body main #voices #voices-title,
  html body main #compare #compare-title,
  html body main #flow #flow-title,
  html body main #faq #faq-title,
  html body main #company #company-title {
    font-size: 20px !important;
  }

  html body main #work #work-title br {
    display: block !important;
  }
}

/* Remove remaining mobile-only heading offsets. */
@media (max-width: 640px) {
  html body main #flow > .section-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html body main #work .section-head.c-section-head > .section-kicker.c-kicker {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
}

/* Final smartphone H2 size and explicit work-title line break. */
@media (max-width: 640px) {
  html body main #apps #apps-title,
  html body main #benefits #benefits-title,
  html body main #problems #problems-title,
  html body main #solutions #solutions-title,
  html body main #work #work-title,
  html body main #strength #strength-title,
  html body main #voices #voices-title,
  html body main #compare #compare-title,
  html body main #flow #flow-title,
  html body main #faq #faq-title,
  html body main #company #company-title {
    font-size: 20px !important;
  }

  html body main #work #work-title br {
    display: block !important;
  }
}

/* Keep the mobile benefits heading aligned with the shared section headings. */
@media (max-width: 640px) {
  html body main #benefits.benefits-redesign #benefits-title {
    width: calc(100% + 20px) !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: -20px !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }
}

/* Final smartphone alignment, app grid, and roadmap consistency. */
@media (max-width: 640px) {
  html body main #work .section-head.c-section-head #work-title {
    font-size: 20px !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body main #apps .section-head,
  html body main #benefits .benefits-redesign__head,
  html body main #problems .section-head,
  html body main #solutions .section-head,
  html body main #work .section-head,
  html body main #strength .section-head,
  html body main #voices .section-head,
  html body main #compare .section-head,
  html body main #flow .section-head,
  html body main #faq .section-head {
    align-items: flex-start !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body main #apps .section-kicker.c-kicker,
  html body main #problems .section-kicker.c-kicker,
  html body main #solutions .section-kicker.c-kicker,
  html body main #work .section-kicker.c-kicker,
  html body main #strength .section-kicker.c-kicker,
  html body main #voices .section-kicker.c-kicker,
  html body main #compare .section-kicker.c-kicker,
  html body main #flow .section-kicker.c-kicker,
  html body main #faq .section-kicker.c-kicker,
  html body main #flow #flow-title,
  html body main #faq #faq-title {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body main #benefits.benefits-redesign .benefits-redesign__head .section-kicker.c-kicker {
    width: calc(100% + 20px) !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: -20px !important;
    text-align: left !important;
  }

  html body main #apps .app-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html body main #apps .app-card {
    min-width: 0 !important;
  }

  html body main #flow .flow-list li,
  html body main #flow .flow-list li:first-child,
  html body main #flow .flow-list li:last-child {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    justify-content: initial !important;
    column-gap: 14px !important;
    row-gap: 14px !important;
    padding: 20px 16px 24px !important;
    text-align: left !important;
  }

  html body main #flow .flow-list li > span,
  html body main #flow .flow-list li:first-child > span,
  html body main #flow .flow-list li:last-child > span {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    justify-self: start !important;
    width: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  html body main #flow .flow-list li h3,
  html body main #flow .flow-list li:first-child h3,
  html body main #flow .flow-list li:last-child h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }

  html body main #flow .flow-list li p,
  html body main #flow .flow-list li:first-child p,
  html body main #flow .flow-list li:last-child p {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: left !important;
  }
}


/* 2Nice-inspired cardless header and drawer — authoritative override. */
:root {
  --drawer-pink: #e96379;
  --drawer-pink-deep: #d94d67;
  --drawer-line: rgba(255, 255, 255, 0.46);
}

html body .site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 90 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: none !important;
  height: 70px !important;
  min-height: 70px !important;
  margin: 0 !important;
  padding: 0 0 0 clamp(18px, 3vw, 42px) !important;
  color: #111 !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(233, 99, 121, 0.34) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

html body.admin-bar .site-header {
  top: 32px !important;
}

.site-header .brand {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  width: min(205px, 54vw) !important;
  min-width: 0 !important;
  height: 100% !important;
}

.site-header .brand-logo {
  width: 100% !important;
  max-width: 205px !important;
  height: auto !important;
  filter: none !important;
}

.menu-toggle {
  position: relative;
  z-index: 92;
  display: grid;
  grid-template-rows: 31px 12px;
  place-items: center;
  width: 76px;
  height: 70px;
  padding: 10px 0 7px;
  color: #111;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(233, 99, 121, 0.2);
  cursor: pointer;
  transition: color 260ms ease, background 260ms ease;
}

.site-header.is-open .menu-toggle {
  color: #111;
  background: var(--drawer-pink);
  border-left-color: transparent;
}

.menu-toggle-lines {
  position: relative;
  display: block;
  width: 32px;
  height: 26px;
}

.menu-toggle-lines i {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 32px;
  height: 1.5px;
  background: currentColor;
  transform-origin: center;
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), top 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-toggle-lines i:last-child {
  top: 18px;
}

.site-header.is-open .menu-toggle-lines i:first-child {
  top: 13px;
  transform: rotate(45deg);
}

.site-header.is-open .menu-toggle-lines i:last-child {
  top: 13px;
  transform: rotate(-45deg);
}

.menu-toggle-label {
  position: relative;
  display: block;
  width: 100%;
  height: 12px;
  overflow: hidden;
  font-family: var(--font-en);
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.08em;
}

.menu-toggle-label span {
  position: absolute;
  inset: 0;
  transition: opacity 220ms ease, transform 280ms ease;
}

.menu-toggle-label span:last-child {
  opacity: 0;
  transform: translateY(10px);
}

.site-header.is-open .menu-toggle-label span:first-child {
  opacity: 0;
  transform: translateY(-10px);
}

.site-header.is-open .menu-toggle-label span:last-child {
  opacity: 1;
  transform: translateY(0);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  visibility: hidden;
  background: rgba(17, 17, 17, 0);
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear 420ms, background 360ms ease, opacity 360ms ease;
}

.drawer-backdrop.is-open {
  visibility: visible;
  background: rgba(17, 17, 17, 0.18);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.site-drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(68vw, 360px);
  min-width: 272px;
  height: 100dvh;
  padding: 86px 22px 28px;
  overflow-y: auto;
  color: #fff;
  background: rgba(233, 99, 121, 0.95);
  box-shadow: -16px 0 46px rgba(79, 8, 21, 0.18);
  transform: translateX(104%);
  transition: transform 430ms cubic-bezier(0.22, 1, 0.36, 1);
  overscroll-behavior: contain;
}

.site-drawer.is-open {
  transform: translateX(0);
}

.drawer-platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 20px;
  border-top: 1px solid var(--drawer-line);
  border-left: 1px solid var(--drawer-line);
}

.drawer-platforms a {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 64px;
  padding: 8px;
  color: #fff;
  border-right: 1px solid var(--drawer-line);
  border-bottom: 1px solid var(--drawer-line);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.drawer-platforms img {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  object-fit: cover;
}

.drawer-nav {
  display: grid;
}

.drawer-nav a {
  position: relative;
  padding: 9px 8px 9px 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.drawer-nav a::before {
  position: absolute;
  top: 50%;
  left: 2px;
  content: "›";
  font-size: 18px;
  font-weight: 300;
  transform: translateY(-53%);
  transition: transform 180ms ease;
}

.drawer-nav a:hover::before,
.drawer-nav a:focus-visible::before {
  transform: translate(4px, -53%);
}

.drawer-line {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 20px;
  padding: 9px 12px;
  color: #111;
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.drawer-line span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #fff;
  background: #06c755;
  border-radius: 9px;
  font-size: 8px;
  line-height: 1;
}

/* Remove the card treatment and rebuild repeated content with rhythm and rules. */
html body main .c-card,
html body main .app-card,
html body main .pain-card,
html body main .support-card,
html body main .strength-item,
html body main .voice-card,
html body main .agency-photo,
html body main .company-list,
html body main .faq-item,
html body main .flow-list li {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body main .c-card::before,
html body main .c-card::after,
html body main .pain-card::before,
html body main .support-card::before {
  box-shadow: none !important;
}

html body main .app-card,
html body main .pain-card,
html body main .support-card,
html body main .strength-item,
html body main .voice-card,
html body main .flow-list li,
html body main .faq-item {
  position: relative;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14) !important;
}

html body main .section-dark .support-card,
html body main .section-dark .voice-card {
  border-bottom-color: rgba(255, 255, 255, 0.24) !important;
}

/* Reference-like alternating horizontal reveals. */
.js .section:nth-of-type(odd) .reveal:not(.is-visible) {
  opacity: 0;
  transform: translate3d(-44px, 0, 0);
}

.js .section:nth-of-type(even) .reveal:not(.is-visible) {
  opacity: 0;
  transform: translate3d(44px, 0, 0);
}

.js .reveal {
  transition: opacity 760ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.js .reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 640px) {
  html body .site-header {
    left: 50% !important;
    width: min(100%, 430px) !important;
    height: 58px !important;
    min-height: 58px !important;
    padding-left: 16px !important;
    transform: translateX(-50%) !important;
  }

  html body.admin-bar .site-header {
    top: 46px !important;
  }

  .site-header .brand {
    width: min(184px, 55vw) !important;
  }

  .site-header .brand-logo {
    max-width: 184px !important;
  }

  .menu-toggle {
    width: 68px;
    height: 58px;
    padding-top: 5px;
  }

  .menu-toggle-lines {
    transform: scale(0.88);
  }

  .drawer-backdrop {
    left: 50%;
    width: min(100%, 430px);
    transform: translateX(-50%);
  }

  body.admin-bar .drawer-backdrop {
    top: 46px;
  }

  .site-drawer {
    width: 68%;
    min-width: 0;
    padding: 74px 14px 24px;
  }

  .drawer-platforms a {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 6px;
    min-height: 58px;
    padding: 7px 6px;
    font-size: 9px;
  }

  .drawer-platforms img {
    width: 28px;
    height: 28px;
  }

  .drawer-nav a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }

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

  html body main {
    background: #fff;
    box-shadow: 0 0 0 1px rgba(233, 99, 121, 0.18);
  }

  html body main .hero.c-section--hero,
  html body.admin-bar main .hero.c-section--hero {
    padding-top: 58px !important;
  }

  html body main .section:not(.hero) {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  html body main .app-card,
  html body main .pain-card,
  html body main .support-card,
  html body main .strength-item,
  html body main .voice-card,
  html body main .flow-list li,
  html body main .faq-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-drawer,
  .drawer-backdrop,
  .menu-toggle-lines i,
  .menu-toggle-label span,
  .js .reveal {
    transition: none !important;
  }
}

/* Final containment fixes for the compact mobile frame. */
.site-header::after {
  display: none !important;
}

html,
body,
main {
  overflow-x: clip !important;
}

.drawer-backdrop {
  contain: layout paint;
}

@media (max-width: 640px) {
  html body main > .hero.c-section.c-section--hero,
  html body main > .hero .fv-stage,
  html body main > .hero .fv-mobile-copy,
  html body main > .hero .fv-bg {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}


/* Visual polish layer: InterlineMusic editorial rhythm. */
:root {
  --interline-red: #e94f4f;
  --interline-red-dark: #b92f35;
  --interline-paper: #f4f4f4;
  --interline-line: #06c755;
  --interline-shadow: 0 18px 42px rgba(17, 17, 17, 0.09);
}

html body main .section:not(.hero):not(.cta-band):not(.final-cta) {
  position: relative;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

html body main #apps,
html body main #work,
html body main #voices,
html body main #faq {
  background-color: #ffffff;
}

html body main #benefits,
html body main #problems,
html body main #strength,
html body main #compare,
html body main #company {
  background-color: var(--interline-paper);
}

html body main .section-head h2,
html body main .benefits-redesign__head h2 {
  position: relative;
  padding-bottom: 22px;
}

html body main .section-head h2::after,
html body main .benefits-redesign__head h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 38px;
  height: 3px;
  content: "";
  background: var(--interline-red);
  transform: translateX(-50%);
}

html body main #work .section-head h2::after,
html body main #company .section-head h2::after {
  left: 0;
  transform: none;
}

html body main .section-kicker.c-kicker {
  color: #767676;
  font-weight: 750;
}

html body main .app-card,
html body main .pain-card,
html body main .strength-item,
html body main .voice-card,
html body main .faq-item {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 0 !important;
  border-top: 3px solid var(--interline-red) !important;
  box-shadow: var(--interline-shadow) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

html body main .app-card:hover,
html body main .pain-card:hover,
html body main .strength-item:hover,
html body main .voice-card:hover,
html body main .faq-item:hover {
  border-top-color: var(--interline-red-dark) !important;
  box-shadow: 0 22px 52px rgba(17, 17, 17, 0.13) !important;
  transform: translateY(-4px);
}

html body main .app-card {
  padding: 30px 22px 26px !important;
}

html body main .app-icon {
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.12);
}

html body main #benefits .benefit-seminar-pill {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.08);
}

html body main #benefits .benefit-seminar-pill::after {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  content: "";
  background: var(--interline-red);
}

html body main #benefits .benefits-redesign__visual {
  border-top: 3px solid var(--interline-red) !important;
  box-shadow: var(--interline-shadow) !important;
}

html body main #solutions .support-card {
  background: #161616 !important;
  border: 0 !important;
  border-left: 3px solid var(--interline-red) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
  transition: background-color 220ms ease, transform 220ms ease;
}

html body main #solutions .support-card:hover {
  background: #202020 !important;
  transform: translateX(5px);
}

html body main .voice-card .voice-photo {
  overflow: hidden;
}

html body main .voice-card .voice-photo img {
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

html body main .voice-card:hover .voice-photo img {
  transform: scale(1.025);
}

html body main .faq-item {
  padding-left: 34px !important;
  border-top: 0 !important;
  border-left: 3px solid var(--interline-red) !important;
}

html body main .faq-item h3::before {
  margin-right: 12px;
  color: var(--interline-red-dark);
  content: "Q.";
  font-family: Arial, sans-serif;
  font-weight: 800;
}

html body main .cta-band {
  border-top: 1px solid rgba(233, 79, 79, 0.56);
  border-bottom: 1px solid rgba(233, 79, 79, 0.56);
}

html body main .cta-inner,
html body main .final-cta-inner {
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

html body main .cta-inner:hover,
html body main .cta-inner:focus-within,
html body main .final-cta-inner:hover,
html body main .final-cta-inner:focus-within {
  border-color: var(--interline-line) !important;
  box-shadow: 0 0 0 3px rgba(6, 199, 85, 0.18), 0 18px 48px rgba(0, 0, 0, 0.24) !important;
}

html body main .button-line {
  box-shadow: 0 10px 24px rgba(6, 199, 85, 0.22);
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

html body main .button-line:hover,
html body main .button-line:focus-visible {
  box-shadow: 0 0 0 4px rgba(6, 199, 85, 0.2), 0 14px 30px rgba(6, 199, 85, 0.26);
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  html body main .section-head h2,
  html body main .benefits-redesign__head h2 {
    padding-bottom: 15px;
  }

  html body main .section-head h2::after,
  html body main .benefits-redesign__head h2::after {
    left: 0;
    width: 30px;
    height: 2px;
    transform: none;
  }

  html body main .app-card,
  html body main .pain-card,
  html body main .strength-item,
  html body main .voice-card,
  html body main .faq-item {
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08) !important;
  }

  html body main .app-card {
    padding: 20px 12px 18px !important;
  }

  html body main #solutions .support-card {
    box-shadow: none !important;
    transform: none !important;
  }

  html body main .faq-item {
    padding-left: 18px !important;
  }

  html body main .app-card:hover,
  html body main .pain-card:hover,
  html body main .strength-item:hover,
  html body main .voice-card:hover,
  html body main .faq-item:hover,
  html body main .button-line:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body main .app-card,
  html body main .pain-card,
  html body main .strength-item,
  html body main .voice-card,
  html body main .faq-item,
  html body main .support-card,
  html body main .button-line,
  html body main .voice-card .voice-photo img {
    transition: none !important;
  }
}
/* User-requested cardless finish: no raised surfaces anywhere in the LP body. */
html body main #apps .app-card,
html body main #problems .pain-card,
html body main #solutions .support-card,
html body main #work .agency-photo,
html body main #strength .strength-item,
html body main #voices .voice-card,
html body main #flow .flow-list li,
html body main #faq .faq-item,
html body main #company .company-list,
html body main .benefit-seminar-pill {
  background: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

html body main #problems .pain-card::before,
html body main #solutions .support-card::before,
html body main #strength .strength-item::before,
html body main #voices .voice-card::before {
  box-shadow: none !important;
  filter: none !important;
}

html body main #strength .strength-list > .strength-item.c-card.c-card--light,
html body main #voices .voice-list > .voice-card.c-card.c-card--light {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

html body .site-header.is-open {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.96) 0 calc(100% - min(68vw, 360px)),
    rgba(233, 99, 121, 0.95) calc(100% - min(68vw, 360px)) 100%
  ) !important;
}

/* Representative message without portrait. */
html body main #message .message-layout {
  display: block !important;
  width: min(100%, 900px) !important;
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html body main #message .message-layout .message-body {
  width: 100% !important;
  max-width: none !important;
}

/* 2Nice-inspired layout and motion, adapted to the InterlineMusic system. */
.desktop-rail-label,
.desktop-rail-nav,
.desktop-rail-line {
  display: none;
}

.platform-marquee {
  position: relative;
  z-index: 4;
  width: 100%;
  overflow: hidden;
  color: #111;
  background: #fff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.platform-marquee__track {
  display: flex;
  width: max-content;
  animation: interline-platform-loop 24s linear infinite;
  will-change: transform;
}

.platform-marquee__group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 38px;
  min-width: max-content;
  padding: 11px 38px;
}

.platform-marquee a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #111;
  font-family: var(--font-en, "Inter", sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.platform-marquee img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  object-fit: cover;
}

.platform-marquee:hover .platform-marquee__track,
.platform-marquee:focus-within .platform-marquee__track {
  animation-play-state: paused;
}

@keyframes interline-platform-loop {
  to {
    transform: translateX(-50%);
  }
}

.js .reveal {
  opacity: 0;
  transform: translate3d(0, 52px, 0) scale(0.965);
  transition:
    opacity 720ms ease calc(var(--reveal-order, 0) * 70ms),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--reveal-order, 0) * 70ms) !important;
  will-change: opacity, transform;
}

.js .section-head.reveal,
.js .benefits-redesign__head.reveal {
  transform: translate3d(0, 66px, 0) scale(0.94);
}

.js #solutions .solution-stack > .reveal:nth-child(odd):not(.is-visible),
.js #work .reveal:nth-child(odd):not(.is-visible) {
  transform: translate3d(-72px, 0, 0) scale(0.97);
}

.js #solutions .solution-stack > .reveal:nth-child(even):not(.is-visible),
.js #work .reveal:nth-child(even):not(.is-visible) {
  transform: translate3d(72px, 0, 0) scale(0.97);
}

.js .reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

@media (min-width: 1024px) {
  :root {
    --interline-rail-width: 224px;
  }

  html body .site-header {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 90 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: var(--interline-rail-width) !important;
    max-width: none !important;
    height: 100vh !important;
    min-height: 620px !important;
    padding: 42px 26px 28px !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    border: 0 !important;
    border-right: 1px solid rgba(17, 17, 17, 0.12) !important;
    box-shadow: 14px 0 38px rgba(17, 17, 17, 0.055) !important;
    transform: none !important;
    backdrop-filter: blur(16px);
  }

  html body.admin-bar .site-header {
    top: 32px !important;
    height: calc(100vh - 32px) !important;
  }

  .site-header .brand {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 11px !important;
  }

  .site-header .brand-logo {
    display: block;
    width: 100% !important;
    max-width: 172px !important;
    height: auto !important;
  }

  .desktop-rail-label {
    display: block;
    margin: 0 0 46px;
    color: #b92f35;
    font-family: var(--font-en, "Inter", sans-serif);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.18em;
  }

  .desktop-rail-nav {
    display: grid;
    border-top: 1px solid rgba(17, 17, 17, 0.14);
  }

  .desktop-rail-nav a {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 43px;
    color: #222;
    border-bottom: 1px solid rgba(17, 17, 17, 0.11);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    transition: color 220ms ease, padding-left 280ms cubic-bezier(0.22, 1, 0.36, 1), background 220ms ease;
  }

  .desktop-rail-nav a span {
    color: #b92f35;
    font-family: var(--font-en, "Inter", sans-serif);
    font-size: 9px;
    font-weight: 700;
  }

  .desktop-rail-nav a:hover,
  .desktop-rail-nav a:focus-visible,
  .desktop-rail-nav a.is-current {
    padding-left: 8px;
    color: #fff;
    background: #111;
    outline: 0;
  }

  .desktop-rail-nav a:hover span,
  .desktop-rail-nav a:focus-visible span,
  .desktop-rail-nav a.is-current span {
    color: #ef5a5a;
  }

  .desktop-rail-line {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 2px 8px;
    align-items: center;
    margin-top: auto;
    padding: 15px 14px;
    color: #111;
    background: #06c755;
    border: 1px solid #06c755;
    transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
  }

  .desktop-rail-line small,
  .desktop-rail-line strong {
    grid-column: 1;
  }

  .desktop-rail-line small {
    font-family: var(--font-en, "Inter", sans-serif);
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .desktop-rail-line strong {
    font-size: 12px;
  }

  .desktop-rail-line > span {
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 20px;
    text-align: center;
  }

  .desktop-rail-line:hover,
  .desktop-rail-line:focus-visible {
    color: #06c755;
    background: #111;
    box-shadow: 0 0 0 3px rgba(6, 199, 85, 0.24);
    outline: 0;
  }

  .site-header .menu-toggle,
  .drawer-backdrop {
    display: none !important;
  }

  html body main,
  html body .site-footer {
    width: calc(100% - var(--interline-rail-width)) !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: var(--interline-rail-width) !important;
  }

  html body main .hero.c-section--hero,
  html body.admin-bar main .hero.c-section--hero {
    padding-top: 0 !important;
  }

  html body main .hero .fv-stage {
    min-height: min(790px, calc(100vh - 53px));
  }

  .platform-marquee__track {
    animation-duration: 28s;
  }

  .platform-marquee__group {
    gap: 56px;
    padding: 11px 56px;
  }
}

/* Final cardless presentation: repeated content is separated by rhythm and rules. */
html body main .app-card,
html body main .pain-card,
html body main .support-card,
html body main .strength-item,
html body main .voice-card,
html body main .agency-photo,
html body main .flow-list li,
html body main .faq-item,
html body main .company-list,
html body main #benefits .benefit-seminar-pill,
html body main #benefits .benefits-redesign__visual,
html body main .app-card:hover,
html body main .pain-card:hover,
html body main .support-card:hover,
html body main .strength-item:hover,
html body main .voice-card:hover,
html body main .flow-list li:hover,
html body main .faq-item:hover {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

html body main .app-card,
html body main .pain-card,
html body main .support-card,
html body main .strength-item,
html body main .voice-card,
html body main .flow-list li,
html body main .faq-item,
html body main #benefits .benefit-seminar-pill {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16) !important;
}

html body main .section-dark .support-card,
html body main .section-dark .voice-card,
html body main .section-dark .flow-list li {
  border-bottom-color: rgba(255, 255, 255, 0.24) !important;
}

html body main .app-card::before,
html body main .app-card::after,
html body main .pain-card::before,
html body main .pain-card::after,
html body main .support-card::before,
html body main .support-card::after,
html body main .strength-item::before,
html body main .strength-item::after,
html body main .voice-card::before,
html body main .voice-card::after,
html body main .faq-item::before,
html body main .faq-item::after,
html body main #benefits .benefit-seminar-pill::before,
html body main #benefits .benefit-seminar-pill::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 1023px) {
  .platform-marquee {
    margin-top: 58px;
  }

  html body main .hero.c-section--hero,
  html body.admin-bar main .hero.c-section--hero {
    padding-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .platform-marquee__group {
    gap: 24px;
    padding: 8px 24px;
  }

  .platform-marquee img {
    width: 27px;
    height: 27px;
  }

  .platform-marquee a {
    font-size: 10px;
  }

  .platform-marquee__track {
    animation-duration: 20s;
  }

  .js #solutions .solution-stack > .reveal:nth-child(odd):not(.is-visible),
  .js #solutions .solution-stack > .reveal:nth-child(even):not(.is-visible),
  .js #work .reveal:nth-child(odd):not(.is-visible),
  .js #work .reveal:nth-child(even):not(.is-visible),
  .js .reveal:not(.is-visible) {
    transform: translate3d(0, 38px, 0) scale(0.97);
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-marquee__track {
    animation: none !important;
  }

  .js .reveal,
  .js .reveal:not(.is-visible) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Final hero override: centered copy and female model. */
@keyframes interline-hero-copy-in-final {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes interline-hero-model-in-final {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

.js .hero .fv-mobile-copy > * {
  opacity: 0;
  animation: interline-hero-copy-in-final 800ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.js .hero .fv-mobile-copy > :nth-child(2) { animation-delay: 140ms; }
.js .hero .fv-mobile-copy > :nth-child(3) { animation-delay: 280ms; }

.js .hero .fv-bg {
  animation: interline-hero-model-in-final 1100ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

@media (min-width: 641px) {
  html body main > .hero.hero .fv-cta-link {
    display: none !important;
  }

  html body main > .hero.hero .fv-proof {
    width: min(66%, 800px) !important;
    grid-template-columns: 1.2fr 1fr 1.2fr !important;
  }
}

@media (max-width: 640px) {
  html body main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html body main > .platform-marquee,
  html body main > .hero.c-section--hero,
  html body main > .hero .fv-stage {
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html body main > .hero.hero .fv-mobile-brand strong {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(32px, 9.4vw, 37px) !important;
  }

  html body main > .hero.hero .fv-mobile-title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(18px, 5vw, 20px) !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  html body main > .hero.hero .fv-mobile-title span {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  html body main > .hero.hero .fv-bg {
    flex-basis: 360px !important;
    height: 360px !important;
    object-position: 100% center !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .hero .fv-mobile-copy > *,
  .js .hero .fv-bg {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}

html body main .hero.c-section--hero,
html body main .hero .fv-stage {
  color: #111 !important;
  background: #fff !important;
}

html body main .hero .fv-stage::before {
  display: none !important;
}

html body main .hero .fv-bg {
  object-position: center center !important;
  filter: none !important;
}

html body main .hero .fv-mobile-copy {
  top: clamp(48px, 6.5vh, 76px) !important;
  left: clamp(24px, 3.5vw, 64px) !important;
  width: min(69%, 820px) !important;
  color: #111 !important;
  text-align: center !important;
}

html body main .hero .fv-mobile-copy p,
html body main .hero .fv-mobile-copy h1,
html body main .hero .fv-mobile-brand small,
html body main .hero .fv-mobile-brand strong,
html body main .hero .fv-mobile-brand span {
  color: #111 !important;
  text-shadow: none !important;
}

html body main .hero .fv-mobile-display {
  display: inline-block !important;
  color: var(--interline-red, #e94f4f) !important;
  font-family: var(--font-sans, "Noto Sans JP", sans-serif) !important;
  font-size: clamp(18px, 2vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  transform: rotate(-4deg) !important;
}

html body main .hero .fv-mobile-summary {
  gap: clamp(8px, 1.3vh, 16px) !important;
  margin-top: clamp(12px, 2vh, 24px) !important;
}

html body main .hero .fv-mobile-summary > p {
  color: var(--interline-red, #e94f4f) !important;
  font-size: clamp(15px, 1.45vw, 23px) !important;
  font-weight: 700 !important;
}

html body main .hero .fv-mobile-title {
  display: grid !important;
  gap: clamp(5px, 1vh, 12px) !important;
  margin: 0 !important;
  color: #181818 !important;
  font-family: var(--font-serif, "Noto Serif JP", serif) !important;
  font-size: clamp(26px, 3.1vw, 50px) !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  letter-spacing: 0.04em !important;
}

html body main .hero .fv-mobile-title span {
  display: block !important;
  white-space: nowrap;
}

html body main .hero .fv-mobile-brand {
  margin-top: clamp(22px, 3.2vh, 38px) !important;
}

html body main .hero .fv-mobile-brand small {
  font-family: var(--font-serif, "Noto Serif JP", serif) !important;
  font-size: clamp(15px, 1.55vw, 25px) !important;
  font-weight: 500 !important;
}

html body main .hero .fv-mobile-brand small em {
  color: var(--interline-red, #e94f4f) !important;
  font-style: normal;
  font-weight: 700;
}

html body main .hero .fv-mobile-brand strong {
  margin: 9px auto 3px !important;
  font-size: clamp(42px, 5.25vw, 84px) !important;
  font-weight: 700 !important;
}

html body main .hero .fv-mobile-brand span {
  font-size: clamp(10px, 0.9vw, 14px) !important;
}

@media (min-width: 641px) {
  html body main .hero .fv-proof {
    bottom: clamp(22px, 3.2vh, 42px) !important;
    left: clamp(28px, 3.5vw, 64px) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(10px, 1.3vw, 22px) !important;
    width: min(71%, 860px) !important;
  }

  html body main .hero .fv-proof span,
  html body main .hero .fv-proof span:first-child,
  html body main .hero .fv-proof span:nth-child(2),
  html body main .hero .fv-proof span:nth-child(3) {
    display: grid !important;
    place-items: center !important;
    min-height: 82px !important;
    padding: 14px 12px !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(185, 47, 53, 0.28) !important;
    border-radius: 2px !important;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08) !important;
    font-size: clamp(10px, 0.85vw, 13px) !important;
    text-align: center !important;
  }

  html body main .hero .fv-proof span::before {
    color: var(--interline-red, #e94f4f) !important;
    border-color: var(--interline-red, #e94f4f) !important;
  }

  html body main .hero .fv-cta-link {
    right: clamp(18px, 2vw, 34px) !important;
    bottom: clamp(22px, 3.2vh, 42px) !important;
  }
}

@media (max-width: 640px) {
  html body main .hero.c-section--hero,
  html body.admin-bar main .hero.c-section--hero {
    padding-top: 0 !important;
    color: #111 !important;
    background: #fff !important;
  }

  html body main .hero .fv-stage,
  html body.admin-bar main .hero .fv-stage {
    display: flex !important;
    min-height: 0 !important;
    color: #111 !important;
    background: #fff !important;
  }

  html body main .hero .fv-mobile-copy {
    position: relative !important;
    inset: auto !important;
    order: 1 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 34px 22px 24px !important;
    color: #111 !important;
    background: #fff !important;
    text-align: center !important;
  }

  html body main .hero .fv-mobile-copy p,
  html body main .hero .fv-mobile-copy h1 {
    color: #111 !important;
    box-shadow: none !important;
  }

  html body main .hero .fv-mobile-display {
    font-size: 17px !important;
  }

  html body main .hero .fv-mobile-summary {
    gap: 9px !important;
    margin-top: 18px !important;
  }

  html body main .hero .fv-mobile-summary > p {
    font-size: 15px !important;
  }

  html body main .hero .fv-mobile-title {
    gap: 3px !important;
    font-size: clamp(20px, 5.65vw, 23px) !important;
    line-height: 1.52 !important;
    letter-spacing: 0 !important;
  }

  html body main .hero .fv-mobile-title span {
    white-space: normal;
  }

  html body main .hero .fv-mobile-brand {
    margin-top: 20px !important;
  }

  html body main .hero .fv-mobile-brand small {
    font-size: 14px !important;
  }

  html body main .hero .fv-mobile-brand strong {
    font-size: 42px !important;
  }

  html body main .hero .fv-bg {
    position: relative !important;
    inset: auto !important;
    order: 2 !important;
    flex: 0 0 300px !important;
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    object-position: 84% center !important;
    filter: none !important;
  }

  html body main .hero .fv-proof {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    order: 3 !important;
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 22px 24px !important;
    color: #111 !important;
    background: #fff !important;
  }

  html body main .hero .fv-proof span,
  html body main .hero .fv-proof span:first-child,
  html body main .hero .fv-proof span:nth-child(2),
  html body main .hero .fv-proof span:nth-child(3) {
    min-height: 46px !important;
    padding: 11px 8px !important;
    color: #111 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    text-align: left !important;
  }

  html body main .hero .fv-cta-link {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    order: 4 !important;
    width: calc(100% - 44px) !important;
    min-width: 0 !important;
    height: 68px !important;
    margin: 0 22px 28px !important;
    color: #fff !important;
    background: #111 !important;
  }
}

/* Hero balance: move the copy and model toward the visual center. */
@media (min-width: 641px) {
  html body main .hero .fv-mobile-copy {
    left: clamp(100px, 10vw, 180px) !important;
    width: min(66%, 820px) !important;
  }

  html body main .hero .fv-bg {
    object-position: 100% center !important;
    translate: -8vw 0 !important;
  }
}

@media (max-width: 640px) {
  html body main .hero .fv-bg {
    object-position: 100% center !important;
    translate: -12vw 0 !important;
  }
}

/* The roadmap cards stand on their own without a connecting background line. */
html body main #flow .flow-list::before {
  display: none !important;
  content: none !important;
}

/* 2Nice reference pass: compact centered copy, model, and medal proofs. */
@media (min-width: 1024px) {
  html body main .hero .fv-mobile-copy {
    top: clamp(92px, 11vh, 118px) !important;
    left: 46% !important;
    width: min(64%, 760px) !important;
    transform: translateX(-50%) !important;
  }

  html body main .hero .fv-mobile-display {
    font-size: clamp(20px, 1.65vw, 27px) !important;
  }

  html body main .hero .fv-mobile-summary > p {
    font-size: clamp(15px, 1.2vw, 19px) !important;
  }

  html body main .hero .fv-mobile-title {
    font-size: clamp(28px, 2.55vw, 41px) !important;
    line-height: 1.4 !important;
  }

  html body main .hero .fv-mobile-brand {
    margin-top: clamp(18px, 2.2vh, 28px) !important;
  }

  html body main .hero .fv-mobile-brand small {
    font-size: clamp(14px, 1.25vw, 20px) !important;
  }

  html body main .hero .fv-mobile-brand strong {
    font-size: clamp(48px, 4.5vw, 68px) !important;
  }

  html body main .hero .fv-bg {
    object-position: 100% center !important;
    scale: 0.84 !important;
    translate: -10vw 0 !important;
    transform-origin: right bottom !important;
  }

  html body main > .hero.hero .fv-proof {
    bottom: clamp(18px, 2.5vh, 30px) !important;
    right: auto !important;
    left: 50% !important;
    grid-template-columns: repeat(3, 152px) !important;
    gap: 18px !important;
    justify-content: center !important;
    width: 492px !important;
    transform: translateX(-50%) !important;
  }

  html body main .hero .fv-proof span,
  html body main .hero .fv-proof span:first-child,
  html body main .hero .fv-proof span:nth-child(2),
  html body main .hero .fv-proof span:nth-child(3) {
    position: relative !important;
    width: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    aspect-ratio: 1 !important;
    padding: 26px 18px 18px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 6px double #e9bd52 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  html body main .hero .fv-proof span::before {
    position: absolute !important;
    top: -22px !important;
    left: 50% !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    color: #e9bd52 !important;
    content: "◆" !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 22px !important;
    transform: translateX(-50%) !important;
  }

  html body main .hero .fv-cta-link {
    display: none !important;
  }

  html body main .hero #line-cta-primary {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* Final roadmap composition: one continuous, cardless five-step path. */
html body main #flow.flow {
  color: #171717 !important;
  background: #fff !important;
}

html body main #flow > .section-inner {
  width: min(100% - 48px, 1040px) !important;
}

html body main #flow .section-head,
html body main #flow .section-head.c-section-head {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 clamp(48px, 6vw, 78px) !important;
  color: #171717 !important;
  text-align: center !important;
}

html body main #flow .section-kicker,
html body main #flow #flow-title {
  color: #171717 !important;
}

html body main #flow .flow-list.flow-timeline {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: min(100%, 860px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

html body main #flow .flow-list.flow-timeline::before {
  display: none !important;
  content: none !important;
}

html body main #flow .flow-list.flow-timeline > li,
html body main #flow .flow-list.flow-timeline > li:first-child,
html body main #flow .flow-list.flow-timeline > li:last-child {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 140px minmax(0, 1fr) !important;
  gap: clamp(30px, 4vw, 56px) !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 190px !important;
  margin: 0 !important;
  padding: 20px 0 62px !important;
  color: #171717 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body main #flow .flow-step__rail {
  position: relative !important;
  display: grid !important;
  align-content: center !important;
  align-self: stretch !important;
  justify-items: center !important;
  gap: 10px !important;
}

html body main #flow .flow-step__number,
html body main #flow .flow-list li:first-child .flow-step__number,
html body main #flow .flow-list li:last-child .flow-step__number {
  position: static !important;
  display: flex !important;
  gap: 5px !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #c83232 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

html body main #flow .flow-step__number small {
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

html body main #flow .flow-step__number strong {
  font-family: var(--font-en) !important;
  font-size: 27px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body main #flow .flow-step__icon {
  display: grid !important;
  place-items: center !important;
  width: 78px !important;
  height: 78px !important;
  color: #c83232 !important;
  background: #fff2f3 !important;
  border: 1px solid rgba(200, 50, 50, 0.24) !important;
  border-radius: 50% !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

html body main #flow .flow-step__body {
  min-width: 0 !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14) !important;
}

html body main #flow .flow-step__body h3,
html body main #flow .flow-list li:first-child .flow-step__body h3,
html body main #flow .flow-list li:last-child .flow-step__body h3 {
  margin: 0 0 12px !important;
  color: #c83232 !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(24px, 2.2vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

html body main #flow .flow-step__body p,
html body main #flow .flow-list li:first-child .flow-step__body p,
html body main #flow .flow-list li:last-child .flow-step__body p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #474747 !important;
  font-size: clamp(15px, 1.3vw, 18px) !important;
  line-height: 1.9 !important;
  text-align: left !important;
}

html body main #flow .flow-list.flow-timeline > li:not(:last-child)::before {
  position: absolute !important;
  bottom: 9px !important;
  left: 69px !important;
  display: block !important;
  width: 1px !important;
  height: 40px !important;
  content: "" !important;
  background: rgba(200, 50, 50, 0.35) !important;
  border: 0 !important;
}

html body main #flow .flow-list.flow-timeline > li:not(:last-child)::after {
  position: absolute !important;
  bottom: 0 !important;
  left: 60px !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  content: "" !important;
  background: transparent !important;
  border-top: 12px solid #dc747d !important;
  border-right: 10px solid transparent !important;
  border-bottom: 0 !important;
  border-left: 10px solid transparent !important;
  transform: none !important;
}

html body main #flow .flow-list.flow-timeline > li:last-child {
  padding-bottom: 20px !important;
}

@media (max-width: 640px) {
  html body main #flow > .section-inner {
    width: min(100% - 40px, 1040px) !important;
  }

  html body main #flow .section-head,
  html body main #flow .section-head.c-section-head {
    margin-bottom: 34px !important;
    text-align: left !important;
  }

  html body main #flow .flow-list.flow-timeline > li,
  html body main #flow .flow-list.flow-timeline > li:first-child,
  html body main #flow .flow-list.flow-timeline > li:last-child {
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 16px !important;
    min-height: 154px !important;
    padding: 16px 0 50px !important;
  }

  html body main #flow .flow-step__number small {
    font-size: 9px !important;
  }

  html body main #flow .flow-step__number strong {
    font-size: 20px !important;
  }

  html body main #flow .flow-step__icon {
    width: 54px !important;
    height: 54px !important;
    font-size: 11px !important;
  }

  html body main #flow .flow-step__body {
    padding-bottom: 18px !important;
  }

  html body main #flow .flow-step__body h3,
  html body main #flow .flow-list li:first-child .flow-step__body h3,
  html body main #flow .flow-list li:last-child .flow-step__body h3 {
    margin-bottom: 8px !important;
    font-size: 20px !important;
  }

  html body main #flow .flow-step__body p,
  html body main #flow .flow-list li:first-child .flow-step__body p,
  html body main #flow .flow-list li:last-child .flow-step__body p {
    font-size: 13px !important;
    line-height: 1.75 !important;
  }

  html body main #flow .flow-list.flow-timeline > li:not(:last-child)::before {
    left: 36px !important;
  }

  html body main #flow .flow-list.flow-timeline > li:not(:last-child)::after {
    left: 27px !important;
  }
}

/* Solutions are presented as plain editorial blocks, without card surfaces. */
html body main #solutions .solution-stack > .support-card.c-card.c-card--dark,
html body main #solutions .solution-stack > .support-card.c-card.c-card--dark:hover {
  padding: 30px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

html body main #solutions .solution-stack > .support-card.c-card.c-card--dark::before,
html body main #solutions .solution-stack > .support-card.c-card.c-card--dark::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 640px) {
  html body main #solutions .solution-stack > .support-card.c-card.c-card--dark {
    padding: 24px 0 !important;
  }
}

/* Give each six-reasons text column room for roughly three more Japanese glyphs. */
html body main #strength > .section-inner {
  width: min(100%, 1240px) !important;
}

html body main #strength .strength-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2.2vw, 32px) !important;
}

html body main #strength .strength-item h3 {
  font-size: clamp(18px, 1.3vw, 21px) !important;
  line-height: 1.5 !important;
}

@media (max-width: 900px) {
  html body main #strength .strength-list {
    grid-template-columns: 1fr !important;
  }
}

/* Match the solutions title/body hierarchy to the six-reasons section. */
html body main #solutions .solution-stack {
  gap: clamp(20px, 2.2vw, 32px) !important;
}

html body main #solutions .solution-stack > .support-card h3 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 12px !important;
  font-size: clamp(18px, 1.3vw, 21px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

html body main #solutions .solution-stack > .support-card p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(10.5px, 0.78vw, 12.5px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

html body main #solutions .solution-stack > .support-card p + p {
  margin-top: 6px !important;
}

/* Keep the first-view copy and model together around the page center. */
@media (min-width: 1024px) {
  html body main .hero .fv-mobile-copy {
    left: 42.5% !important;
    width: min(58%, 720px) !important;
    transform: translateX(-50%) !important;
  }

  html body main .hero .fv-bg {
    object-position: 100% center !important;
    scale: 0.88 !important;
    translate: -16vw 0 !important;
    transform-origin: right center !important;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  html body main .hero .fv-mobile-copy {
    left: 42% !important;
    width: min(60%, 680px) !important;
    transform: translateX(-50%) !important;
  }

  html body main .hero .fv-bg {
    object-position: 100% center !important;
    scale: 0.92 !important;
    translate: -14vw 0 !important;
    transform-origin: right center !important;
  }
}

@media (max-width: 640px) {
  html body main .hero .fv-mobile-copy {
    text-align: center !important;
  }

  html body main .hero .fv-bg {
    object-position: 100% center !important;
    translate: -22vw 0 !important;
  }
}

/* Reveal the six reasons as a sequential pop-up from 01 through 06. */
.js html body main #strength .strength-list > .strength-item.reveal,
.js body main #strength .strength-list > .strength-item.reveal {
  opacity: 0 !important;
  transform: translate3d(0, 34px, 0) scale(0.78) !important;
  transform-origin: center bottom !important;
  transition:
    opacity 420ms ease calc(var(--reveal-order, 0) * 130ms),
    transform 680ms cubic-bezier(0.2, 1.42, 0.42, 1) calc(var(--reveal-order, 0) * 130ms) !important;
  will-change: opacity, transform;
}

.js html body main #strength .strength-list > .strength-item.reveal.is-visible,
.js body main #strength .strength-list > .strength-item.reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

@media (max-width: 640px) {
  .js html body main #strength .strength-list > .strength-item.reveal,
  .js body main #strength .strength-list > .strength-item.reveal {
    transition-delay: calc(var(--reveal-order, 0) * 90ms) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js html body main #strength .strength-list > .strength-item.reveal,
  .js body main #strength .strength-list > .strength-item.reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Roadmap icons replace the text labels; the downward triangles are removed. */
html body main #flow .flow-step__icon svg {
  width: 34px !important;
  height: 34px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body main #flow .flow-list.flow-timeline > li:not(:last-child)::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}

@media (max-width: 640px) {
  html body main #flow .flow-step__icon svg {
    width: 25px !important;
    height: 25px !important;
  }
}

/* Final CTA keeps its colors on interaction and only moves. */
html body main .final-cta .final-cta-inner,
html body main .final-cta .final-cta-inner:hover,
html body main .final-cta .final-cta-inner:focus-within,
html body main .final-cta .final-cta-inner:active {
  color: #fff !important;
  background: #050505 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html body main .final-cta .final-cta-inner:hover,
html body main .final-cta .final-cta-inner:focus-within {
  transform: translateY(-4px) !important;
}

html body main .final-cta .final-actions .button-line,
html body main .final-cta .final-actions .button-line:hover,
html body main .final-cta .final-actions .button-line:focus-visible,
html body main .final-cta .final-actions .button-line:active {
  color: #111 !important;
  background: #06c755 !important;
  border-color: #06c755 !important;
  box-shadow: none !important;
}

html body main .final-cta .final-actions .button-ghost,
html body main .final-cta .final-actions .button-ghost:hover,
html body main .final-cta .final-actions .button-ghost:focus-visible,
html body main .final-cta .final-actions .button-ghost:active {
  color: #111 !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

html body main .final-cta .final-actions .button:hover,
html body main .final-cta .final-actions .button:focus-visible {
  transform: translateY(-3px) !important;
}

html body main .final-cta .final-actions .button:active {
  transform: translateY(1px) !important;
}

/* Prevent the final phrase in the 17LIVE description from wrapping alone. */
@media (min-width: 641px) {
  html body main #apps .app-grid > .app-card:nth-child(3) p {
    max-width: none !important;
    font-size: clamp(10px, 0.9vw, 13px) !important;
    white-space: nowrap !important;
  }
}

/* The rail stays non-interactive; only the observed section is highlighted. */
@media (min-width: 1024px) {
  html body .desktop-rail-nav a[aria-disabled="true"] {
    cursor: default !important;
  }

  html body .desktop-rail-nav a[aria-disabled="true"]:hover:not(.is-current) {
    padding-left: 0 !important;
    color: #222 !important;
    background: transparent !important;
  }

  html body .desktop-rail-nav a[aria-disabled="true"]:hover:not(.is-current) span {
    color: #b92f35 !important;
  }
}

/* Reveal the three concerns as a sequential pop-up from 01 through 03. */
.js body main #problems .problem-grid > .pain-card.reveal {
  opacity: 0 !important;
  transform: translate3d(0, 32px, 0) scale(0.8) !important;
  transform-origin: center bottom !important;
  transition:
    opacity 420ms ease calc(var(--reveal-order, 0) * 140ms),
    transform 680ms cubic-bezier(0.2, 1.42, 0.42, 1) calc(var(--reveal-order, 0) * 140ms) !important;
  will-change: opacity, transform;
}

.js body main #problems .problem-grid > .pain-card.reveal.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

/* Keep solution copy to roughly 28 Japanese characters per line. */
html body main #solutions .solution-stack > .support-card h3 {
  width: 100% !important;
  max-width: 15em !important;
  min-height: 3em !important;
  text-wrap: balance !important;
}

html body main #solutions .solution-stack > .support-card p {
  width: 100% !important;
  max-width: 28em !important;
}

@media (max-width: 640px) {
  .js body main #problems .problem-grid > .pain-card.reveal {
    transition-delay: calc(var(--reveal-order, 0) * 95ms) !important;
  }

  html body main #solutions .solution-stack > .support-card h3,
  html body main #solutions .solution-stack > .support-card p {
    max-width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js body main #problems .problem-grid > .pain-card.reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Keep partner portraits independent, evenly spaced, and consistently cropped. */
html body main #voices .voice-list {
  column-gap: clamp(28px, 3vw, 48px) !important;
  row-gap: clamp(44px, 5vw, 72px) !important;
}

html body main #voices .voice-card {
  min-width: 0 !important;
  overflow: visible !important;
}

html body main #voices .voice-card .voice-photo {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 0 clamp(22px, 2.2vw, 32px) !important;
  overflow: hidden !important;
  background: #eeeeee !important;
  border-radius: 4px !important;
}

html body main #voices .voice-card .voice-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

html body main #voices .voice-photo--freedom img {
  object-position: center 34% !important;
}

html body main #voices .voice-photo--li-mum img {
  object-position: center 25% !important;
}

html body main #voices .voice-photo--hiro-p img {
  object-position: center 22% !important;
}

html body main #message .message-intro {
  font-weight: 400 !important;
}

@media (max-width: 640px) {
  html body main #voices .voice-list {
    row-gap: 48px !important;
  }

  html body main #voices .voice-card .voice-photo {
    margin-bottom: 20px !important;
  }
}

/* The removed app marquee is absorbed into the first-view image area. */
@media (min-width: 641px) {
  html body main > .hero.c-section--hero {
    height: 100svh !important;
    min-height: 720px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body main > .hero .fv-stage {
    height: 100svh !important;
    min-height: 720px !important;
    margin-top: 0 !important;
  }

  html body main > .hero .fv-bg {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    scale: 1 !important;
    translate: -16vw 0 !important;
    transform-origin: right center !important;
  }

  html body.admin-bar main > .hero.c-section--hero,
  html body.admin-bar main > .hero .fv-stage {
    height: calc(100svh - 32px) !important;
    min-height: 688px !important;
  }
}

@media (min-width: 641px) and (max-width: 782px) {
  html body.admin-bar main > .hero.c-section--hero,
  html body.admin-bar main > .hero .fv-stage {
    height: calc(100svh - 46px) !important;
    min-height: 674px !important;
  }
}

/* Restore the pre-medal first-view proof design. */
@media (min-width: 641px) {
  html body main > .hero.hero .fv-proof {
    right: auto !important;
    bottom: clamp(22px, 3.2vh, 42px) !important;
    left: clamp(28px, 3.5vw, 64px) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(10px, 1.3vw, 22px) !important;
    justify-content: stretch !important;
    width: min(71%, 860px) !important;
    transform: none !important;
  }

  html body main .hero .fv-proof span,
  html body main .hero .fv-proof span:first-child,
  html body main .hero .fv-proof span:nth-child(2),
  html body main .hero .fv-proof span:nth-child(3) {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 82px !important;
    aspect-ratio: auto !important;
    padding: 14px 12px !important;
    color: #111 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(185, 47, 53, 0.32) !important;
    border-radius: 2px !important;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08) !important;
    font-size: clamp(10px, 0.85vw, 13px) !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  html body main .hero .fv-proof span::before {
    display: none !important;
    content: none !important;
  }
}

/* Support section: photographic left column and editorial support list. */
html body main #solutions {
  background:
    linear-gradient(rgba(8, 8, 8, 0.88), rgba(8, 8, 8, 0.94)),
    url("../images/partner-contract/backgrounds/kyoto-collection-signage-bg.png") center / cover fixed no-repeat !important;
}

html body main #solutions > .section-inner {
  width: min(100% - 56px, 1320px) !important;
}

html body main #solutions .section-head h2 {
  color: #fff !important;
}

html body main #solutions .section-head .section-kicker {
  color: rgba(255, 255, 255, 0.68) !important;
}

html body main #solutions .solutions-layout {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.8fr) minmax(620px, 1.45fr) !important;
  gap: clamp(44px, 5vw, 84px) !important;
  align-items: start !important;
}

html body main #solutions .solutions-visual {
  position: sticky;
  top: 34px;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
}

html body main #solutions .solutions-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

html body main #solutions .solution-stack {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  min-width: 0;
}

html body main #solutions .solution-stack > .support-card.c-card.c-card--dark {
  padding: clamp(24px, 2.4vw, 34px) 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

html body main #solutions .solution-stack > .support-card:first-child {
  padding-top: 0 !important;
}

html body main #solutions .solution-stack > .support-card:last-child {
  border-bottom: 0 !important;
}

html body main #solutions .solution-stack > .support-card h3 {
  max-width: none !important;
  min-height: 0 !important;
  margin-bottom: 14px !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  color: #fff !important;
}

html body main #solutions .solution-stack > .support-card p {
  max-width: 38em !important;
  font-size: clamp(11px, 0.78vw, 13px) !important;
  line-height: 1.75 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (min-width: 901px) {
  html body main #solutions #solutions-title {
    max-width: none !important;
    font-size: clamp(30px, 2.8vw, 40px) !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 641px) {
  html body main #voices #voices-title {
    max-width: none !important;
    font-size: clamp(25px, 2.15vw, 36px) !important;
    white-space: nowrap !important;
  }
}

html body main #message article.message-body,
html body main #message article.message-body p,
html body main #message article.message-body .message-intro,
html body main #message article.message-body .signature {
  font-weight: 400 !important;
}

@media (max-width: 900px) {
  html body main #solutions {
    background-attachment: scroll !important;
  }

  html body main #solutions > .section-inner {
    width: min(100% - 40px, 760px) !important;
  }

  html body main #solutions .solutions-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 36px !important;
  }

  html body main #solutions .solutions-visual {
    position: relative;
    top: auto;
    aspect-ratio: 16 / 10;
  }

  html body main #solutions .solution-stack > .support-card h3 {
    white-space: normal !important;
    text-wrap: balance !important;
  }
}

@media (max-width: 640px) {
  html body main #solutions .solutions-visual {
    aspect-ratio: 4 / 3;
  }

  html body main #voices #voices-title {
    white-space: normal !important;
  }
}

/* Let the shared visual texture remain visible beneath light sections. */
html body main {
  background:
    url("../images/partner-contract/backgrounds/kyoto-collection-signage-bg.png") center / cover fixed no-repeat;
}

html body main .section.c-section--light,
html body main .section.c-section--muted,
html body main #apps,
html body main #work,
html body main #voices,
html body main #faq,
html body main #benefits,
html body main #problems,
html body main #strength,
html body main #compare,
html body main #company {
  background: rgba(255, 255, 255, 0.88) !important;
}

html body main .app-card,
html body main .pain-card,
html body main .strength-item,
html body main .voice-card,
html body main .faq-item,
html body main .company-card {
  background: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 640px) {
  html body main {
    background-attachment: scroll;
  }

  html body main .section.c-section--light,
  html body main .section.c-section--muted,
  html body main #apps,
  html body main #work,
  html body main #voices,
  html body main #faq,
  html body main #benefits,
  html body main #problems,
  html body main #strength,
  html body main #compare,
  html body main #company {
    background: rgba(255, 255, 255, 0.9) !important;
  }
}

/* CTA bands should meet adjacent sections without the red separator rule. */
html body main .cta-band {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* Keep the support visual centered in the viewport while its copy scrolls. */
@media (min-width: 901px) {
  html body main #solutions .solutions-visual {
    top: 50vh !important;
    max-height: calc(100vh - 48px);
    transform: translateY(-50%) !important;
  }
}

/* First-view layout: stacked copy on the left and the model anchored at right. */
@media (min-width: 641px) {
  html body main > .hero .fv-mobile-copy {
    top: clamp(34px, 5.2vh, 60px) !important;
    right: auto !important;
    left: clamp(42px, 5vw, 84px) !important;
    display: grid !important;
    width: min(56%, 720px) !important;
    max-width: 720px !important;
    gap: clamp(13px, 1.8vh, 22px) !important;
    text-align: left !important;
    transform: none !important;
  }

  html body main > .hero .fv-mobile-copy p,
  html body main > .hero .fv-mobile-copy h1,
  html body main > .hero .fv-mobile-brand {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-display {
    font-size: clamp(19px, 1.8vw, 28px) !important;
    line-height: 1.3 !important;
    transform-origin: left center !important;
  }

  html body main > .hero .fv-mobile-summary {
    gap: 0 !important;
    margin-top: 0 !important;
  }

  html body main > .hero .fv-mobile-summary > p {
    display: grid !important;
    gap: 0 !important;
    font-size: inherit !important;
    line-height: 1.05 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-summary > p span,
  html body main > .hero .fv-mobile-summary > p strong {
    display: block !important;
    color: var(--interline-red, #e94f4f) !important;
    font-family: var(--font-sans) !important;
    font-weight: 900 !important;
  }

  html body main > .hero .fv-mobile-summary > p span {
    font-size: clamp(28px, 3.15vw, 48px) !important;
  }

  html body main > .hero .fv-mobile-summary > p strong {
    font-size: clamp(36px, 4.2vw, 64px) !important;
  }

  html body main > .hero .fv-mobile-title {
    gap: clamp(3px, 0.6vh, 7px) !important;
    font-size: clamp(25px, 2.6vw, 40px) !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-brand {
    gap: 3px !important;
    justify-items: start !important;
    margin-top: clamp(4px, 0.7vh, 9px) !important;
  }

  html body main > .hero .fv-mobile-brand small {
    font-size: clamp(14px, 1.2vw, 19px) !important;
  }

  html body main > .hero .fv-mobile-brand strong {
    margin: 4px 0 2px !important;
    font-size: clamp(42px, 4.7vw, 72px) !important;
  }

  html body main > .hero .fv-bg {
    object-position: center bottom !important;
  }

  html body main > .hero.hero .fv-proof {
    right: auto !important;
    bottom: clamp(14px, 2vh, 24px) !important;
    left: clamp(42px, 5vw, 84px) !important;
    width: min(56%, 720px) !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  html body main > .hero .fv-mobile-copy {
    padding: 28px 20px 20px !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-copy p,
  html body main > .hero .fv-mobile-copy h1,
  html body main > .hero .fv-mobile-brand {
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-display {
    font-size: 15px !important;
    transform: none !important;
  }

  html body main > .hero .fv-mobile-summary > p {
    display: grid !important;
    gap: 0 !important;
    line-height: 1.08 !important;
  }

  html body main > .hero .fv-mobile-summary > p span,
  html body main > .hero .fv-mobile-summary > p strong {
    display: block !important;
    color: var(--interline-red, #e94f4f) !important;
    font-family: var(--font-sans) !important;
    font-weight: 900 !important;
  }

  html body main > .hero .fv-mobile-summary > p span {
    font-size: clamp(25px, 7.2vw, 30px) !important;
  }

  html body main > .hero .fv-mobile-summary > p strong {
    font-size: clamp(33px, 9.4vw, 39px) !important;
  }

  html body main > .hero .fv-mobile-title {
    font-size: clamp(19px, 5.4vw, 22px) !important;
    line-height: 1.42 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-brand {
    justify-items: start !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-brand strong {
    margin-left: 0 !important;
    font-size: clamp(34px, 10vw, 40px) !important;
  }

  html body main > .hero .fv-bg {
    height: 380px !important;
    flex-basis: 380px !important;
    object-position: 78% center !important;
    translate: 0 0 !important;
  }

  html body main #work #work-title {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(17px, 5vw, 20px) !important;
    white-space: nowrap !important;
  }

  html body main #work #work-title br {
    display: none !important;
  }
}

@media (max-width: 900px) {
  html body main #solutions .solutions-visual {
    transform: none !important;
  }
}

/* Pin the support photo at the requested left-column viewport position. */
@media (min-width: 901px) {
  html body main #solutions .solutions-visual {
    align-self: start !important;
    position: sticky !important;
    top: 50vh !important;
    transform: translateY(-50%) !important;
  }
}

/* Keep the roadmap title on one line at every supported viewport width. */
html body main #flow #flow-title {
  width: 100% !important;
  max-width: none !important;
  font-size: clamp(18px, 4.2vw, 56px) !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
}

/* Center the first-view proof group without changing its restored design. */
html body main > .hero.hero .fv-proof {
  right: auto !important;
  left: 50% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: translateX(-50%) !important;
}

/* Compress the final CTA to roughly half-height on phones. */
@media (max-width: 640px) {
  html body main .final-cta {
    min-height: 0 !important;
    padding: 20px 14px !important;
  }

  html body main .final-cta .final-cta-inner {
    gap: 8px !important;
    padding: 18px 14px !important;
    border-radius: 8px !important;
  }

  html body main .final-cta .section-kicker {
    margin: 0 0 2px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  html body main .final-cta .cta-offer-title {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  html body main .final-cta .final-cta-inner > p:not(.section-kicker) {
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  html body main .final-cta .final-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-top: 4px !important;
  }

  html body main .final-cta .final-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
}

/* Remove the red underline decoration from every section title. */
html body main .section-head h2,
html body main .benefits-redesign__head h2 {
  padding-bottom: 0 !important;
}

html body main h2::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
}

/* Desktop first view: centered copy, right-side model, and bottom CTA. */
@media (min-width: 641px) {
  html body main > .hero .fv-stage {
    overflow: hidden !important;
  }

  html body main > .hero .fv-bg {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    scale: 1 !important;
    translate: 0 0 !important;
    transform: none !important;
  }

  html body main > .hero .fv-mobile-copy {
    top: 48% !important;
    right: auto !important;
    left: clamp(30px, 4.2vw, 72px) !important;
    display: grid !important;
    width: min(66%, 760px) !important;
    max-width: 760px !important;
    gap: clamp(18px, 2.3vh, 30px) !important;
    text-align: center !important;
    transform: translateY(-56%) !important;
  }

  html body main > .hero .fv-mobile-copy p,
  html body main > .hero .fv-mobile-copy h1,
  html body main > .hero .fv-mobile-brand {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main > .hero .fv-mobile-display {
    font-family: var(--font-sans) !important;
    font-size: clamp(22px, 2.25vw, 36px) !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
  }

  html body main > .hero .fv-mobile-summary {
    display: grid !important;
    gap: clamp(16px, 2vh, 24px) !important;
  }

  html body main > .hero .fv-mobile-summary > p {
    font-family: var(--font-sans) !important;
    font-size: clamp(17px, 1.65vw, 26px) !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
  }

  html body main > .hero .fv-mobile-title {
    display: grid !important;
    gap: clamp(6px, 0.8vh, 10px) !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(27px, 3vw, 48px) !important;
    font-weight: 850 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
  }

  html body main > .hero .fv-mobile-title span {
    display: block !important;
    white-space: nowrap !important;
  }

  html body main > .hero .fv-mobile-brand {
    display: grid !important;
    gap: 4px !important;
    justify-items: center !important;
  }

  html body main > .hero .fv-mobile-brand small {
    font-size: clamp(16px, 1.55vw, 24px) !important;
  }

  html body main > .hero .fv-mobile-brand strong {
    font-size: clamp(46px, 5vw, 78px) !important;
    line-height: 1 !important;
  }

  html body main > .hero .fv-mobile-brand span {
    font-size: clamp(10px, 0.85vw, 13px) !important;
  }

  html body main > .hero.hero .fv-proof {
    bottom: clamp(18px, 2.5vh, 30px) !important;
    width: min(72%, 900px) !important;
  }

  html body main > .hero.hero #line-cta-primary {
    right: clamp(20px, 2.5vw, 40px) !important;
    bottom: clamp(18px, 2.5vh, 30px) !important;
    left: auto !important;
    display: flex !important;
    width: clamp(220px, 21vw, 300px) !important;
    height: clamp(78px, 9vw, 104px) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body main > .hero.hero #line-cta-primary:hover,
  html body main > .hero.hero #line-cta-primary:focus-visible {
    transform: translateY(-4px) !important;
  }
}

/* Fit the desktop first view inside the space beside the fixed navigation rail. */
@media (min-width: 1024px) {
  html body main > .hero.c-section--hero,
  html body main > .hero .fv-stage {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body main > .hero .fv-mobile-copy {
    left: clamp(28px, 3.2vw, 54px) !important;
    width: min(66%, 700px) !important;
  }

  html body main > .hero.hero .fv-proof {
    left: calc(50% - clamp(90px, 8vw, 150px)) !important;
    width: min(60%, 760px) !important;
    transform: translateX(-50%) !important;
  }

  html body main > .hero.hero #line-cta-primary {
    right: clamp(18px, 2vw, 32px) !important;
    width: clamp(220px, 20vw, 280px) !important;
  }
}

/* The navigation rail has been removed; restore the page to the full viewport. */
@media (min-width: 1024px) {
  html body main,
  html body .site-footer {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* Let the support photo scroll normally with the solutions section. */
html body main #solutions .solutions-visual {
  position: static !important;
  top: auto !important;
  transform: none !important;
}

/* Use a unified pop-up entrance everywhere except the representative message. */
.js body main section:not(#message) .reveal {
  opacity: 0 !important;
  translate: 0 28px;
  scale: 0.9;
  transition:
    opacity 0.62s ease,
    translate 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    scale 0.72s cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-delay: calc(var(--reveal-order, 0) * 100ms) !important;
  will-change: opacity, translate, scale;
}

.js body main section:not(#message) .reveal.is-visible {
  opacity: 1 !important;
  translate: 0 0;
  scale: 1;
}

@media (prefers-reduced-motion: reduce) {
  .js body main section:not(#message) .reveal,
  .js body main section:not(#message) .reveal.is-visible {
    opacity: 1 !important;
    translate: 0 0;
    scale: 1;
    transition: none !important;
  }
}

/* Horizontal header for the Interline landing page. */
.interline-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 10px clamp(20px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(14px);
}

.interline-header__brand {
  display: flex;
  align-items: center;
  justify-self: start;
}

.interline-header__brand img {
  display: block;
  width: clamp(180px, 17vw, 244px);
  height: auto;
}

.interline-header__platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.interline-header__platforms > span {
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.interline-header__platforms ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.interline-header__platforms li {
  width: 38px;
  height: 38px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 6px;
}

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

.interline-header .site-header__line {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 48px;
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: center;
  justify-self: end;
  min-width: 230px;
  min-height: 60px;
  padding: 10px 10px 10px 22px;
  color: #fff;
  text-decoration: none;
  background: #06c755;
  border: 1px solid #06c755;
  border-radius: 4px;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.interline-header .site-header__line span {
  align-self: end;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.interline-header .site-header__line strong {
  align-self: start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}

.interline-header .site-header__line i {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #06c755;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-style: normal;
  background: #fff;
  border-radius: 50%;
}

.interline-header .site-header__line:hover,
.interline-header .site-header__line:focus-visible {
  color: #06c755;
  background: #fff;
  outline: 0;
  transform: translateY(-2px);
}

.interline-header .site-header__line:hover i,
.interline-header .site-header__line:focus-visible i {
  color: #fff;
  background: #06c755;
}

@media (max-width: 820px) {
  .interline-header {
    grid-template-columns: auto 1fr auto;
    min-height: 68px;
    padding: 8px 14px;
  }

  .interline-header__brand img {
    width: clamp(132px, 24vw, 174px);
  }

  .interline-header__platforms {
    display: grid;
    grid-template-rows: auto auto;
    justify-self: end;
    justify-items: center;
    gap: 3px;
    margin-right: 12px;
  }

  .interline-header__platforms > span {
    font-size: 8px;
    line-height: 1;
    writing-mode: horizontal-tb;
  }

  .interline-header__platforms ul {
    gap: 4px;
  }

  .interline-header__platforms li {
    width: 28px;
    height: 28px;
    border-radius: 4px;
  }

  .interline-header .site-header__line {
    display: grid;
    min-width: 52px;
    width: 52px;
    min-height: 52px;
    padding: 5px;
    border-radius: 4px;
  }

  .interline-header .site-header__line span,
  .interline-header .site-header__line strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .interline-header .site-header__line i {
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .interline-header {
    min-height: 62px;
    padding: 7px 10px;
  }

  .interline-header__brand img {
    width: 126px;
  }

  .interline-header__platforms {
    gap: 5px;
    margin-right: 7px;
  }

  .interline-header__platforms > span {
    font-size: 7px;
  }

  .interline-header__platforms li {
    width: 24px;
    height: 24px;
  }

  .interline-header .site-header__line {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
  }

  .interline-header .site-header__line i {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

/* Current horizontal site header. */
html body > header.site-header {
  position: sticky !important;
  inset: auto !important;
  top: 0 !important;
  z-index: 100 !important;
  display: grid !important;
  grid-template-columns: minmax(190px, 1fr) auto auto !important;
  align-items: center !important;
  gap: clamp(18px, 2vw, 32px) !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 82px !important;
  margin: 0 !important;
  padding: 10px clamp(20px, 4vw, 64px) !important;
  background: rgba(10, 10, 12, 0.97) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  backdrop-filter: blur(14px);
}

html body > header.site-header .site-header__logo {
  display: flex !important;
  align-items: center;
  justify-self: start;
  width: auto;
  padding: 0;
  text-decoration: none;
}

html body > header.site-header .site-header__logo img {
  display: block;
  width: clamp(180px, 17vw, 244px);
  height: auto;
  filter: invert(1);
}

html body > header.site-header .site-header__line {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr 48px;
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: center;
  justify-self: end;
  min-width: 230px;
  min-height: 60px;
  padding: 10px 10px 10px 22px;
  color: #fff;
  text-decoration: none;
  background: #06c755;
  border: 1px solid #06c755;
  border-radius: 4px;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

html body > header.site-header .site-header__line span {
  align-self: end;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

html body > header.site-header .site-header__line strong {
  align-self: start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}

html body > header.site-header .site-header__line i {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #06c755;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-style: normal;
  background: #fff;
  border-radius: 50%;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

html body > header.site-header .site-header__line:hover,
html body > header.site-header .site-header__line:focus-visible {
  color: #06c755;
  background: #fff;
  outline: 0;
  transform: translateY(-2px);
}

html body > header.site-header .site-header__line:hover i,
html body > header.site-header .site-header__line:focus-visible i {
  color: #fff;
  background: #06c755;
  transform: translateX(2px);
}

html body > header.site-header .site-header__apps {
  display: flex !important;
  align-items: center;
  justify-self: end;
  gap: 8px;
  width: auto;
  margin: 0;
  padding: 0;
}

html body > header.site-header .site-header__apps small {
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

html body > header.site-header .site-header__apps span {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
}

html body > header.site-header .site-header__apps img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* The image begins level with the first item, then sticks at viewport center.
   The grid's bottom edge releases it before the following CTA. */
@media (min-width: 901px) {
  html body main #solutions .solutions-layout {
    align-items: stretch !important;
  }

  html body main #solutions .solutions-visual {
    --support-visual-height: min(58vh, 620px);
    position: sticky !important;
    top: calc(50vh - (var(--support-visual-height) / 2)) !important;
    align-self: start !important;
    justify-self: stretch !important;
    height: var(--support-visual-height) !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  html body > header.site-header {
    grid-template-columns: auto 1fr auto !important;
    gap: 8px !important;
    min-height: 68px !important;
    padding: 7px 12px !important;
  }

  html body > header.site-header .site-header__logo img {
    width: clamp(128px, 24vw, 170px);
  }

  html body > header.site-header .site-header__line {
    grid-column: 3;
    grid-row: 1;
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    padding: 4px;
  }

  html body > header.site-header .site-header__line span,
  html body > header.site-header .site-header__line strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  html body > header.site-header .site-header__line i {
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 40px;
  }

  html body > header.site-header .site-header__apps {
    grid-column: 2;
    grid-row: 1;
    display: grid !important;
    grid-template-columns: repeat(4, 27px);
    justify-self: end;
    justify-content: end;
    gap: 3px;
  }

  html body > header.site-header .site-header__apps small {
    grid-column: 1 / -1;
    margin: 0 0 1px;
    font-size: 7px;
    text-align: center;
  }

  html body > header.site-header .site-header__apps span {
    width: 27px;
    height: 27px;
    border-radius: 4px;
  }

  html body main #solutions .solutions-visual {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    transform: none !important;
  }
}

@media (max-width: 480px) {
  html body > header.site-header {
    min-height: 62px !important;
    padding: 6px 9px !important;
  }

  html body > header.site-header .site-header__logo img {
    width: 122px;
  }

  html body > header.site-header .site-header__line {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  html body > header.site-header .site-header__line i {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  html body > header.site-header .site-header__apps {
    grid-template-columns: repeat(4, 23px);
  }

  html body > header.site-header .site-header__apps span {
    width: 23px;
    height: 23px;
  }
}

/* Emphasize the first three primary support benefits. */
html body main #solutions .solution-stack > .support-card:nth-child(-n + 4) h3 {
  font-size: clamp(20px, 1.65vw, 25px) !important;
  line-height: 1.4 !important;
}

html body main #solutions .solution-stack > .support-card:nth-child(-n + 4) p {
  max-width: 42em !important;
  font-size: clamp(14px, 1.05vw, 17px) !important;
  line-height: 1.85 !important;
}

/* Match the work visual precisely to the adjacent copy block. */
@media (min-width: 900px) {
  html body main #work .section-inner {
    align-items: stretch !important;
  }

  html body main #work .section-head.c-section-head {
    align-self: stretch !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  html body main #work .agency-photo,
  html body main #work .agency-photo.c-card,
  html body main #work .agency-photo.c-card--light {
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    aspect-ratio: auto !important;
  }

  html body main #work .agency-photo img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 899px) {
  html body main #solutions .solution-stack > .support-card:nth-child(-n + 4) h3 {
    font-size: 18px !important;
    white-space: normal !important;
  }

  html body main #solutions .solution-stack > .support-card:nth-child(-n + 4) p {
    font-size: 14px !important;
  }
}

/* Header without the removed LINE shortcut. */
html body > header.site-header {
  grid-template-columns: minmax(190px, 1fr) auto !important;
}

html body > header.site-header .site-header__apps {
  grid-column: 2 !important;
}

/* Keep the representative message as one continuous, readable text column. */
html body main #message .message-layout {
  width: min(100%, 34em) !important;
  max-width: 34em !important;
  margin-inline: auto !important;
}

html body main #message .message-layout .message-body,
html body main #message .message-layout .message-chapter {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 900px) {
  html body > header.site-header {
    grid-template-columns: auto 1fr !important;
  }

  html body > header.site-header .site-header__apps {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

/* Restore the six reasons as distinct cards without reintroducing shadows. */
html body main #strength .strength-list > .strength-item.c-card.c-card--light {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: clamp(24px, 2.4vw, 34px) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  filter: none !important;
}

html body main #strength .strength-list > .strength-item.c-card.c-card--light::before,
html body main #strength .strength-list > .strength-item.c-card.c-card--light::after {
  display: none !important;
  content: none !important;
}

html body main #strength .strength-list > .strength-item.c-card.c-card--light > span {
  margin-bottom: 18px !important;
}

html body main #strength .strength-list > .strength-item.c-card.c-card--light h3 {
  margin-bottom: 16px !important;
}

html body main #strength .strength-list > .strength-item.c-card.c-card--light p {
  margin: 0 !important;
}

html body main #strength .strength-list > .strength-item.c-card.c-card--light p + p {
  margin-top: 10px !important;
}

/* Match the concern cards to the six-reasons card treatment. */
html body main #problems .problem-grid > .pain-card.c-card.c-card--light {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: clamp(24px, 2.4vw, 34px) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  filter: none !important;
}

html body main #problems .problem-grid > .pain-card.c-card.c-card--light::before,
html body main #problems .problem-grid > .pain-card.c-card.c-card--light::after {
  display: none !important;
  content: none !important;
}

html body main #problems .problem-grid > .pain-card.c-card.c-card--light > span {
  margin-bottom: 18px !important;
}

html body main #problems .problem-grid > .pain-card.c-card.c-card--light h3 {
  margin-bottom: 16px !important;
}

html body main #problems .problem-grid > .pain-card.c-card.c-card--light p {
  margin: 0 !important;
}

@media (max-width: 640px) {
  html body main #problems .problem-grid > .pain-card.c-card.c-card--light,
  html body main #strength .strength-list > .strength-item.c-card.c-card--light {
    padding: 24px 20px !important;
  }
}

/* Start the support photo beside the first heading, then pin it at viewport center. */
@media (min-width: 901px) {
  html body main #solutions .solutions-visual {
    --support-visual-height: min(66vh, 620px);
    position: sticky !important;
    top: calc(50vh - (var(--support-visual-height) / 2)) !important;
    height: var(--support-visual-height) !important;
    aspect-ratio: auto !important;
    margin: calc(42px + clamp(24px, 2.4vw, 34px)) 0 0 !important;
    transform: none !important;
  }
}

/* Mobile first view: use the reference hierarchy while retaining Interline styling. */
.fv-mobile-brand-logo {
  display: none;
}

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

@media (max-width: 640px) {
  html body main > .hero .fv-stage {
    position: relative !important;
    display: block !important;
    min-height: 1060px !important;
    overflow: hidden !important;
    background: #fff !important;
  }

  html body main > .hero .fv-mobile-copy {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    min-height: 830px !important;
    padding: 24px 18px 20px !important;
    background: transparent !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-display {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: clamp(13px, 3.9vw, 15px) !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  html body main > .hero .fv-mobile-summary {
    display: grid !important;
    gap: 18px !important;
    width: 100% !important;
    margin-top: 18px !important;
  }

  html body main > .hero .fv-mobile-summary > p {
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    line-height: 1.04 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-summary > p span,
  html body main > .hero .fv-mobile-summary > p strong {
    display: block !important;
    color: var(--interline-red, #e94f4f) !important;
    font-family: var(--font-sans) !important;
    font-weight: 900 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-summary > p span {
    font-size: clamp(26px, 7.7vw, 30px) !important;
  }

  html body main > .hero .fv-mobile-summary > p strong {
    font-size: clamp(38px, 10.8vw, 43px) !important;
  }

  html body main > .hero .fv-mobile-title {
    display: grid !important;
    gap: 2px !important;
    width: 100% !important;
    margin: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(19px, 5.4vw, 22px) !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-title span {
    display: block !important;
    text-align: left !important;
    white-space: normal !important;
  }

  html body main > .hero .fv-mobile-brand {
    position: absolute !important;
    right: auto !important;
    bottom: 52px !important;
    left: 18px !important;
    z-index: 3 !important;
    display: grid !important;
    width: min(58vw, 226px) !important;
    gap: 8px !important;
    justify-items: start !important;
    margin: 0 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-brand small {
    color: #171717 !important;
    font-size: clamp(12px, 3.4vw, 14px) !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }

  html body main > .hero .fv-mobile-brand small em {
    color: var(--interline-red, #e94f4f) !important;
  }

  html body main > .hero .fv-mobile-brand-logo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  html body main > .hero .fv-mobile-brand > strong,
  html body main > .hero .fv-mobile-brand > span {
    display: none !important;
  }

  html body main > .hero .fv-bg {
    position: absolute !important;
    top: 350px !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 430px !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: 100% center !important;
    translate: 0 0 !important;
    transform: none !important;
  }

  html body main > .hero.hero .fv-proof {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: calc(100% - 36px) !important;
    margin: 18px auto 0 !important;
    transform: none !important;
  }
}

/* Mobile first view supplied by the user; desktop keeps the composed hero. */
@media (min-width: 641px) {
  html body main > .hero .fv-stage::before {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    content: "" !important;
    pointer-events: none !important;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.94) 30%,
      rgba(255, 255, 255, 0.82) 48%,
      rgba(255, 255, 255, 0.32) 62%,
      rgba(255, 255, 255, 0) 76%
    ) !important;
  }
}

@media (max-width: 640px) {
  html body main > .hero.c-section--hero,
  html body main > .hero .fv-stage {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: #fff !important;
  }

  html body main > .hero .fv-mobile-reference {
    position: relative !important;
    inset: auto !important;
    z-index: 4 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  html body main > .hero .fv-bg,
  html body main > .hero .fv-mobile-copy,
  html body main > .hero.hero .fv-proof,
  html body main > .hero.hero #line-cta-primary {
    display: none !important;
  }
}

/* Final mobile heading centering after all legacy section transforms. */
@media (max-width: 640px) {
  html body main #apps .section-head.reveal,
  html body main #problems .section-head.reveal,
  html body main #strength .section-head.reveal,
  html body main #voices .section-head.reveal,
  html body main #compare .section-head.reveal,
  html body main #company .section-head.reveal {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    text-align: center !important;
  }

  html body main #apps .section-head .section-kicker.c-kicker,
  html body main #problems .section-head .section-kicker.c-kicker,
  html body main #strength .section-head .section-kicker.c-kicker,
  html body main #voices .section-head .section-kicker.c-kicker,
  html body main #compare .section-head .section-kicker.c-kicker,
  html body main #company .section-head .section-kicker.c-kicker {
    position: static !important;
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    text-align: center !important;
  }

  html body main #company .section-head #company-title {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    text-align: center !important;
  }
}

/* Desktop first view: match the UniTrus composition while retaining Interline styling. */
@media (min-width: 641px) {
  html body main > .hero .fv-bg {
    object-position: center bottom !important;
    transform: scale(1.08) !important;
    transform-origin: 76% 100% !important;
  }

  html body main > .hero .partner-fv__inner {
    top: clamp(74px, 9.5vh, 98px) !important;
    right: auto !important;
    bottom: clamp(28px, 3.5vh, 38px) !important;
    left: 7.5% !important;
    align-items: center !important;
    width: min(47%, 700px) !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title,
  html body main > .hero .partner-fv__intro,
  html body main > .hero .partner-fv__brand {
    width: 100% !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title > span {
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 10px 8px !important;
    font-size: clamp(15px, 1.2vw, 19px) !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title > strong {
    margin-top: clamp(26px, 3.1vh, 34px) !important;
    font-size: clamp(42px, 3.75vw, 58px) !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__intro {
    gap: 2px !important;
    margin-top: clamp(26px, 3.1vh, 34px) !important;
  }

  html body main > .hero .partner-fv__intro p {
    font-size: clamp(24px, 2.15vw, 33px) !important;
    line-height: 1.38 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__brand {
    justify-items: center !important;
    width: min(34vw, 440px) !important;
    margin-top: clamp(30px, 3.8vh, 42px) !important;
  }

  html body main > .hero .partner-fv__brand p {
    text-align: center !important;
  }

  html body main > .hero .partner-fv__brand img {
    width: min(100%, 430px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body main > .hero .partner-fv__proof {
    justify-content: center !important;
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 14px !important;
    font-size: clamp(9px, 0.78vw, 12px) !important;
    text-align: center !important;
  }
}

/* Mobile section labels: match the centered UniTrus heading rhythm. */
@media (max-width: 640px) {
  html body main #apps .section-head.reveal.is-visible,
  html body main #problems .section-head.reveal.is-visible,
  html body main #strength .section-head.reveal.is-visible,
  html body main #voices .section-head.reveal.is-visible,
  html body main #compare .section-head.reveal.is-visible,
  html body main #company .section-head.reveal.is-visible {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    text-align: center !important;
  }

  html body main #apps .section-head .section-kicker.c-kicker,
  html body main #problems .section-head .section-kicker.c-kicker,
  html body main #strength .section-head .section-kicker.c-kicker,
  html body main #voices .section-head .section-kicker.c-kicker,
  html body main #compare .section-head .section-kicker.c-kicker,
  html body main #company .section-head .section-kicker.c-kicker {
    position: static !important;
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    text-align: center !important;
  }

  html body main #company .section-head #company-title {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    text-align: center !important;
  }
}

/* Final mobile heading and first-view proof placement. */
@media (max-width: 640px) {
  html body main > .hero .fv-stage {
    position: relative !important;
  }

  html body main > .hero.hero .fv-proof {
    position: absolute !important;
    right: auto !important;
    bottom: 10px !important;
    left: 50% !important;
    z-index: 8 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    width: calc(100% - 16px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
  }

  html body main > .hero.hero .fv-proof > span {
    display: grid !important;
    place-items: center !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 5px 3px !important;
    overflow: visible !important;
    color: #151515 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(182, 65, 61, 0.45) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(7px, 2.2vw, 9px) !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  html body main #apps #apps-title,
  html body main #benefits.benefits-redesign .benefits-redesign__head #benefits-title {
    position: relative !important;
    left: 50% !important;
    width: calc(100vw + 10px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: translateX(-50%) !important;
    font-size: clamp(23px, 7vw, 27px) !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html body main #benefits.benefits-redesign .benefits-redesign__copy .benefit-check-lines {
    width: 100% !important;
    max-width: none !important;
  }

  html body main #benefits.benefits-redesign .benefits-redesign__copy .benefit-check-lines > li {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(13px, 4vw, 15px) !important;
    line-height: 1.55 !important;
    white-space: nowrap !important;
  }

  html body main #problems #problems-title,
  html body main #solutions #solutions-title,
  html body main #work.section.agency .section-head.c-section-head #work-title,
  html body main #strength #strength-title,
  html body main #voices #voices-title,
  html body main #compare #compare-title,
  html body main #flow #flow-title,
  html body main #faq #faq-title,
  html body main #company #company-title {
    position: relative !important;
    left: 50% !important;
    width: calc(100vw + 10px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: translateX(-50%) !important;
    font-size: 30px !important;
    line-height: 1.45 !important;
    text-align: center !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  html body main #flow #flow-title {
    white-space: nowrap !important;
    text-wrap: nowrap !important;
  }

  html body main #faq .section-kicker,
  html body main #company .section-kicker,
  html body main #flow .section-kicker {
    justify-content: center !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main #voices #voices-title .mobile-break {
    display: block !important;
  }

  html body main #strength #strength-title,
  html body main #voices #voices-title {
    font-size: min(30px, 7vw) !important;
  }

  html body main #voices .voice-card,
  html body main #voices .voice-card.c-card,
  html body main #voices .voice-card.c-card--light {
    height: auto !important;
    min-height: 0 !important;
  }
}

/* Final desktop first-view composition. Keep this last for WordPress cascade stability. */
@media (min-width: 641px) {
  html body main > .hero .fv-bg {
    object-position: center bottom !important;
    transform: scale(1.08) !important;
    transform-origin: 76% 100% !important;
  }

  html body main > .hero .partner-fv__inner {
    top: clamp(74px, 9.5vh, 98px) !important;
    right: auto !important;
    bottom: clamp(28px, 3.5vh, 38px) !important;
    left: 7.5% !important;
    align-items: center !important;
    width: min(47%, 700px) !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title,
  html body main > .hero .partner-fv__intro,
  html body main > .hero .partner-fv__brand {
    width: 100% !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title > span {
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 10px 8px !important;
    font-size: clamp(15px, 1.2vw, 19px) !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title > strong {
    margin-top: clamp(26px, 3.1vh, 34px) !important;
    font-size: clamp(42px, 3.75vw, 58px) !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__intro {
    gap: 2px !important;
    margin-top: clamp(26px, 3.1vh, 34px) !important;
  }

  html body main > .hero .partner-fv__intro p {
    font-size: clamp(24px, 2.15vw, 33px) !important;
    line-height: 1.38 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__brand {
    justify-items: center !important;
    width: min(34vw, 440px) !important;
    margin-top: clamp(30px, 3.8vh, 42px) !important;
  }

  html body main > .hero .partner-fv__brand p {
    text-align: center !important;
  }

  html body main > .hero .partner-fv__brand img {
    width: min(100%, 430px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body main > .hero .partner-fv__proof {
    justify-content: center !important;
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 14px !important;
    font-size: clamp(9px, 0.78vw, 12px) !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  html body main #problems #problems-title,
  html body main #solutions #solutions-title,
  html body main #work.section.agency .section-head.c-section-head #work-title,
  html body main #strength #strength-title,
  html body main #voices #voices-title,
  html body main #compare #compare-title,
  html body main #flow #flow-title,
  html body main #faq #faq-title,
  html body main #company #company-title {
    font-size: 24px !important;
  }
}

/* Desktop first view: reference composition with InterlineMusic branding. */
@media (min-width: 641px) {
  html {
    scroll-padding-top: 82px !important;
  }

  html body main#top {
    scroll-margin-top: 82px !important;
  }

  html body main > .hero.c-section--hero {
    margin-top: 82px !important;
  }

  html body main > .hero.c-section--hero,
  html body main > .hero .fv-stage {
    position: relative !important;
    width: 100% !important;
    height: calc(100svh - 82px) !important;
    min-height: 700px !important;
    max-height: 940px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    background: #090a0c !important;
  }

  html body main > .hero .fv-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: saturate(0.92) contrast(1.04) brightness(0.82) !important;
    scale: 1 !important;
    translate: 0 0 !important;
    transform: none !important;
  }

  html body main > .hero .fv-stage::before {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    content: "" !important;
    pointer-events: none !important;
    background:
      linear-gradient(
        90deg,
        rgba(7, 8, 10, 0.99) 0%,
        rgba(7, 8, 10, 0.97) 34%,
        rgba(7, 8, 10, 0.86) 48%,
        rgba(7, 8, 10, 0.34) 62%,
        rgba(7, 8, 10, 0.06) 78%
      ),
      linear-gradient(0deg, rgba(7, 8, 10, 0.48) 0%, transparent 34%) !important;
  }

  html body main > .hero .fv-mobile-reference {
    display: none !important;
  }

  html body main > .hero .fv-mobile-copy {
    position: absolute !important;
    top: clamp(34px, 5vh, 58px) !important;
    right: auto !important;
    bottom: auto !important;
    left: clamp(46px, 8vw, 142px) !important;
    z-index: 3 !important;
    display: grid !important;
    align-content: start !important;
    justify-items: start !important;
    gap: clamp(14px, 1.9vh, 24px) !important;
    width: min(48vw, 690px) !important;
    max-width: 690px !important;
    color: #fff !important;
    text-align: left !important;
    transform: none !important;
  }

  html body main > .hero .fv-mobile-copy p,
  html body main > .hero .fv-mobile-copy h1,
  html body main > .hero .fv-mobile-brand {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    color: #fff !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-display {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: fit-content !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 8px 9px !important;
    border-bottom: 3px solid #e94f4f !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(15px, 1.35vw, 22px) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    translate: 0 0 !important;
    scale: 1 !important;
    transform: none !important;
  }

  html body main > .hero .fv-mobile-summary {
    display: grid !important;
    gap: clamp(16px, 2vh, 24px) !important;
    width: 100% !important;
    margin: 0 !important;
  }

  html body main > .hero .fv-mobile-summary > p {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    font-family: var(--font-sans) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-summary > p span,
  html body main > .hero .fv-mobile-summary > p strong {
    display: block !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(38px, 4.4vw, 68px) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  html body main > .hero .fv-mobile-summary > p span {
    color: #fff !important;
  }

  html body main > .hero .fv-mobile-summary > p strong {
    color: #e94f4f !important;
  }

  html body main > .hero .fv-mobile-title {
    display: grid !important;
    gap: 3px !important;
    width: 100% !important;
    margin: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(22px, 2.35vw, 38px) !important;
    font-weight: 900 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  html body main > .hero .fv-mobile-title span {
    display: block !important;
    color: #e94f4f !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  html body main > .hero .fv-mobile-title span:last-child {
    color: #fff !important;
  }

  html body main > .hero .fv-mobile-brand {
    display: grid !important;
    justify-items: start !important;
    gap: 8px !important;
    width: min(31vw, 390px) !important;
    margin-top: 2px !important;
  }

  html body main > .hero .fv-mobile-brand small {
    color: #fff !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(12px, 1.05vw, 16px) !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
  }

  html body main > .hero .fv-mobile-brand small em {
    color: #e94f4f !important;
    font-style: normal !important;
  }

  html body main > .hero .fv-mobile-brand-logo {
    display: block !important;
    width: min(100%, 360px) !important;
    height: auto !important;
    filter: invert(1) !important;
  }

  html body main > .hero .fv-mobile-brand > strong,
  html body main > .hero .fv-mobile-brand > span {
    display: none !important;
  }

  html body main > .hero.hero .fv-proof {
    position: absolute !important;
    right: auto !important;
    bottom: clamp(20px, 2.8vh, 34px) !important;
    left: clamp(46px, 8vw, 142px) !important;
    z-index: 4 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: min(52vw, 760px) !important;
    margin: 0 !important;
    padding: 15px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.42) !important;
    transform: none !important;
  }

  html body main > .hero.hero .fv-proof > span,
  html body main > .hero.hero .fv-proof > span:first-child,
  html body main > .hero.hero .fv-proof > span:nth-child(2),
  html body main > .hero.hero .fv-proof > span:nth-child(3) {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 clamp(11px, 1.25vw, 20px) !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid #e94f4f !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(9px, 0.82vw, 13px) !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  html body main > .hero.hero .fv-proof > span:first-child {
    padding-left: 0 !important;
  }

  html body main > .hero.hero .fv-proof > span:last-child {
    border-right: 0 !important;
  }

  html body main > .hero.hero #line-cta-primary {
    position: absolute !important;
    right: clamp(18px, 2vw, 30px) !important;
    bottom: clamp(18px, 2.4vh, 28px) !important;
    left: auto !important;
    z-index: 5 !important;
    display: flex !important;
    width: clamp(190px, 17vw, 250px) !important;
    min-width: 0 !important;
    height: 78px !important;
    padding: 0 16px 0 20px !important;
    color: #fff !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #06c755 !important;
    border: 1px solid #06c755 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body main > .hero.hero #line-cta-primary .fv-cta-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  html body main > .hero.hero #line-cta-primary .fv-cta-mobile-copy small {
    font-size: 9px !important;
  }

  html body main > .hero.hero #line-cta-primary .fv-cta-mobile-copy strong {
    font-size: 16px !important;
  }

  html body main > .hero.hero #line-cta-primary .fv-cta-mobile-arrow {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    color: #06c755 !important;
    background: #fff !important;
    border-radius: 50% !important;
  }

  html body main > .hero.hero #line-cta-primary:hover,
  html body main > .hero.hero #line-cta-primary:focus-visible {
    color: #fff !important;
    background: #06c755 !important;
    box-shadow: none !important;
    transform: translateY(-4px) !important;
  }
}

@media (min-width: 641px) and (max-height: 790px) {
  html body main > .hero.c-section--hero,
  html body main > .hero .fv-stage {
    min-height: 620px !important;
  }

  html body main > .hero .fv-mobile-copy {
    top: 26px !important;
    gap: 12px !important;
  }

  html body main > .hero .fv-mobile-summary {
    gap: 12px !important;
  }

  html body main > .hero .fv-mobile-summary > p span,
  html body main > .hero .fv-mobile-summary > p strong {
    font-size: clamp(34px, 4vw, 56px) !important;
  }

  html body main > .hero .fv-mobile-title {
    font-size: clamp(20px, 2.15vw, 32px) !important;
  }

  html body main > .hero .fv-mobile-brand {
    gap: 4px !important;
  }
}

/* Mobile alignment and readable line lengths. */
@media (max-width: 640px) {
  html {
    scroll-padding-top: 62px !important;
  }

  html body main#top {
    scroll-margin-top: 62px !important;
  }

  html body > header.site-header {
    margin-bottom: 0 !important;
  }

  html body main#top,
  html body main#top > .hero.c-section--hero,
  html body main#top > .hero .fv-stage {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body main#top > .hero .fv-mobile-reference {
    display: block !important;
    margin-top: 0 !important;
    vertical-align: top !important;
  }

  html body main #apps .section-kicker,
  html body main #compare .section-kicker,
  html body main #flow .section-kicker,
  html body main #faq .section-kicker {
    justify-content: center !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main #company .company-intro-mobile {
    display: block !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main #compare .compare-table caption {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main #apps #apps-title,
  html body main #benefits #benefits-title,
  html body main #problems #problems-title,
  html body main #solutions #solutions-title,
  html body main #work #work-title,
  html body main #strength #strength-title,
  html body main #voices #voices-title,
  html body main #compare #compare-title,
  html body main #flow #flow-title,
  html body main #faq #faq-title,
  html body main #company #company-title {
    font-size: 30px !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }

  html body main #voices .voice-card > p:not(.voice-meta) {
    width: 20em !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main #benefits .benefit-check-lines > li {
    font-size: clamp(12px, 3.8vw, 15px) !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

/* Work overview: structured copy and sequential reveal. */
html body main #work .section-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr) !important;
  align-items: stretch !important;
  gap: clamp(38px, 5vw, 78px) !important;
}

html body main #work .work-overview-copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  text-align: left !important;
}

html body main #work .work-sequence {
  --reveal-order: var(--work-reveal-order, 0);
}

html body main #work .work-overview-copy > .section-kicker,
html body main #work .work-overview-copy > #work-title {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

html body main #work .work-overview-lead {
  width: 100% !important;
  max-width: 35em !important;
  margin: clamp(22px, 2.4vw, 34px) 0 0 !important;
  color: #222 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  text-align: left !important;
}

html body main #work .work-overview-lead strong {
  color: inherit !important;
  font-weight: 700 !important;
}

html body main #work .work-overview-points {
  display: grid !important;
  width: 100% !important;
  margin-top: clamp(24px, 3vw, 42px) !important;
  border-top: 1px solid rgba(17, 17, 17, 0.18) !important;
}

html body main #work .work-overview-points > p {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 4px 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.18) !important;
  text-align: left !important;
}

html body main #work .work-overview-points span {
  grid-row: 1 / 3 !important;
  color: var(--interline-red, #e94f4f) !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
}

html body main #work .work-overview-points strong {
  color: #171717 !important;
  font-size: clamp(17px, 1.25vw, 20px) !important;
  line-height: 1.5 !important;
}

html body main #work .work-overview-points small {
  color: #686868 !important;
  font-size: clamp(13px, 0.98vw, 15px) !important;
  line-height: 1.75 !important;
}

html body main #work .work-overview-note {
  width: 100% !important;
  max-width: 42em !important;
  margin: clamp(22px, 2.4vw, 34px) 0 0 !important;
  color: #666 !important;
  font-size: clamp(13px, 1vw, 15px) !important;
  line-height: 1.9 !important;
  text-align: left !important;
}

html body main #work .agency-photo {
  align-self: stretch !important;
  width: 100% !important;
  min-height: 560px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

html body main #work .agency-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 899px) {
  html body main #work .section-inner {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  html body main #work .work-overview-copy {
    align-items: stretch !important;
    min-width: 0 !important;
  }

  html body main #work .work-overview-copy > .section-kicker,
  html body main #work .work-overview-copy > #work-title {
    text-align: center !important;
  }

  html body main #work .work-overview-lead,
  html body main #work .work-overview-note {
    max-width: none !important;
  }

  html body main #work .agency-photo {
    display: block !important;
    min-width: 0 !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
  }
}

@media (max-width: 640px) {
  html body main .section-kicker.c-kicker {
    align-self: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main #work.section.agency .section-head.c-section-head.work-overview-copy #work-title {
    position: static !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    font-size: clamp(22px, 6.3vw, 24px) !important;
    transform: none !important;
    white-space: nowrap !important;
  }
}

/* WordPress rendering guardrails. Keep the LP isolated from core and plugin CSS. */
html {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.interline-agency-lp {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.interline-agency-lp,
body.interline-agency-lp *,
body.interline-agency-lp *::before,
body.interline-agency-lp *::after {
  box-sizing: border-box;
}

body.interline-agency-lp > main,
body.interline-agency-lp > .site-header,
body.interline-agency-lp > .site-footer {
  width: 100% !important;
  max-width: none !important;
}

body.interline-agency-lp img,
body.interline-agency-lp svg {
  display: block;
  max-width: 100%;
}

body.interline-agency-lp button,
body.interline-agency-lp input,
body.interline-agency-lp select,
body.interline-agency-lp textarea {
  font: inherit;
}

body.interline-agency-lp.admin-bar > .site-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.interline-agency-lp.admin-bar > .site-header {
    top: 46px !important;
  }
}

/* Partner interviews: preserve every answer while keeping the three previews aligned. */
html body main #voices .voice-list {
  align-items: stretch !important;
}

html body main #voices .voice-card {
  display: flex !important;
  flex-direction: column !important;
}

html body main #voices .voice-card > h3 {
  min-height: 5.4em !important;
}

html body main #voices .voice-transcript {
  position: relative;
  height: 520px;
  overflow: hidden;
}

html body main #voices .voice-transcript::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
}

html body main #voices .voice-card.is-expanded .voice-transcript {
  height: auto;
  overflow: visible;
}

html body main #voices .voice-card.is-expanded .voice-transcript::after {
  display: none;
}

html body main #voices .voice-card__toggle {
  align-self: center;
  min-width: 148px;
  min-height: 44px;
  margin: 24px auto 0;
  padding: 10px 20px;
  color: #111;
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.34);
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease;
}

html body main #voices .voice-card__toggle:hover,
html body main #voices .voice-card__toggle:focus-visible {
  color: #111;
  background: transparent;
  border-color: #111;
  transform: translateY(-2px);
}

/* Representative signature is centered on both desktop and mobile. */
html body main #message .message-body .signature,
html body main #message .message-closing .signature,
html body main section#message article.message-body .signature {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* Desktop first view: black typography over the bright studio image without a dark veil. */
@media (min-width: 641px) {
  html body main > .hero.c-section--hero,
  html body main > .hero .fv-stage {
    color: #111 !important;
    background: #f7f7f7 !important;
  }

  html body main > .hero .fv-stage::before {
    display: block !important;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.16) 38%,
      rgba(255, 255, 255, 0.08) 60%,
      rgba(255, 255, 255, 0) 80%
    ) !important;
  }

  html body main > .hero .fv-bg {
    opacity: 1 !important;
    filter: none !important;
  }

  html body main > .hero .fv-mobile-copy,
  html body main > .hero .fv-mobile-copy p,
  html body main > .hero .fv-mobile-copy h1,
  html body main > .hero .fv-mobile-display,
  html body main > .hero .fv-mobile-title,
  html body main > .hero .fv-mobile-summary p,
  html body main > .hero .fv-mobile-summary p:first-child,
  html body main > .hero .fv-mobile-summary p:nth-child(2),
  html body main > .hero .fv-mobile-brand small,
  html body main > .hero .fv-mobile-brand strong,
  html body main > .hero .fv-mobile-brand span {
    color: #111 !important;
    text-shadow: none !important;
  }

  html body main > .hero .fv-mobile-summary > p span,
  html body main > .hero .fv-mobile-title span:last-child,
  html body main > .hero .fv-mobile-brand small {
    color: #111 !important;
    text-shadow: none !important;
  }

  html body main > .hero .fv-mobile-brand-logo {
    filter: none !important;
  }

  html body main > .hero.hero .fv-proof {
    border-top-color: rgba(17, 17, 17, 0.34) !important;
  }

  html body main > .hero.hero .fv-proof > span,
  html body main > .hero.hero .fv-proof > span:first-child,
  html body main > .hero.hero .fv-proof > span:nth-child(2),
  html body main > .hero.hero .fv-proof > span:nth-child(3) {
    color: #111 !important;
    border-right-color: rgba(17, 17, 17, 0.28) !important;
  }
}

@media (max-width: 640px) {
  html body main #voices .voice-card > h3 {
    min-height: 0 !important;
  }

  html body main #voices .voice-transcript {
    height: 460px;
  }

  html body main #voices .voice-transcript > p:not(.voice-meta) {
    width: 20em !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}

/* Mobile copy alignment and final CTA placement. */
.final-cta-caution-mobile {
  display: none;
}

@media (max-width: 640px) {
  html body main #voices .voice-card > .voice-meta,
  html body main #voices .voice-card > h3 {
    width: 20em !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
  }

  html body main #voices .voice-transcript {
    width: 20em !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body main #voices .voice-transcript > p,
  html body main #voices .voice-transcript > p:not(.voice-meta),
  html body main #voices .voice-card > p:not(.voice-meta) {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body main #message .signature,
  html body main #message .message-body .signature {
    text-align: center !important;
  }

  html body main #compare .section-kicker,
  html body main #flow .section-kicker,
  html body main #faq .section-kicker {
    justify-content: center !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main #compare #compare-title {
    text-align: center !important;
  }

  html body main #compare #compare-title .mobile-break {
    display: block !important;
  }

  html body main #flow .flow-step__body,
  html body main #flow .flow-step__body h3,
  html body main #flow .flow-step__body p,
  html body main #flow .flow-list li:first-child .flow-step__body h3,
  html body main #flow .flow-list li:last-child .flow-step__body h3 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body main .final-cta .final-actions .button-line,
  html body main .final-cta .final-actions .button-line:hover,
  html body main .final-cta .final-actions .button-line:focus-visible,
  html body main .final-cta .final-actions .button-line:active {
    color: #fff !important;
    white-space: nowrap !important;
  }

  html body main .final-cta .final-cta-desktop-break,
  html body main .final-cta .final-cta-caution-desktop {
    display: none !important;
  }

  html body main .final-cta .final-cta-caution-mobile {
    display: block !important;
    order: 20 !important;
    width: 100% !important;
    margin: 2px 0 0 !important;
    color: #969696 !important;
    font-size: 10px !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }
}

/* WordPress admin-bar guard: legacy rail rules must never expand the header. */
body.interline-agency-lp > header.site-header,
body.interline-agency-lp.admin-bar > header.site-header {
  inset: auto 0 auto 0 !important;
  top: 0 !important;
  height: 82px !important;
  min-height: 82px !important;
  max-height: 82px !important;
}

body.interline-agency-lp.admin-bar > header.site-header {
  top: 32px !important;
}

@media (max-width: 900px) {
  body.interline-agency-lp > header.site-header,
  body.interline-agency-lp.admin-bar > header.site-header {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }
}

@media (max-width: 782px) {
  body.interline-agency-lp.admin-bar > header.site-header {
    top: 46px !important;
  }
}

@media (max-width: 480px) {
  body.interline-agency-lp > header.site-header,
  body.interline-agency-lp.admin-bar > header.site-header {
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
  }
}

/* Mobile section headings: keep the requested labels centered. */
@media (max-width: 640px) {
  html body main #apps .section-kicker.c-kicker,
  html body main #problems .section-kicker.c-kicker,
  html body main #strength .section-kicker.c-kicker,
  html body main #voices .section-kicker.c-kicker,
  html body main #compare .section-kicker.c-kicker,
  html body main #company .section-kicker.c-kicker,
  html body main #company #company-title {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}

/* First view: supplied partner layout with InterlineMusic styling. */
html body main > .hero .partner-fv__inner {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  color: #111;
  font-family: var(--font-sans);
  text-align: left;
}

html body main > .hero .partner-fv__title,
html body main > .hero .partner-fv__intro p,
html body main > .hero .partner-fv__brand p {
  margin: 0;
  color: #111;
  font-family: var(--font-sans);
  letter-spacing: 0;
  text-align: left;
}

html body main > .hero .partner-fv__title > span {
  display: block;
  width: fit-content;
  color: #e94f4f;
  font-weight: 800;
  white-space: nowrap;
}

html body main > .hero .partner-fv__title > strong {
  display: block;
  color: #111;
  font-weight: 900;
}

html body main > .hero .partner-fv__accent,
html body main > .hero .partner-fv__highlight {
  color: #e94f4f;
}

html body main > .hero .partner-fv__particle {
  color: #111;
}

html body main > .hero .partner-fv__brand img {
  display: block;
  height: auto;
  filter: none;
}

html body main > .hero .partner-fv__proof {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111;
  border-top: 1px solid rgba(17, 17, 17, 0.34);
}

html body main > .hero .partner-fv__proof li {
  padding: 0 18px;
  border-right: 1px solid #e94f4f;
  font-weight: 700;
}

html body main > .hero .partner-fv__proof li:first-child {
  padding-left: 0;
}

html body main > .hero .partner-fv__proof li:last-child {
  border-right: 0;
}

html body main > .hero .partner-fv__proof strong {
  color: #e94f4f;
}

html body main > .hero .mobile-hero-break {
  display: none;
}

@media (min-width: 641px) {
  html body main > .hero .partner-fv__inner {
    top: clamp(30px, 4.5vh, 54px);
    bottom: clamp(20px, 2.8vh, 34px);
    left: clamp(46px, 8vw, 142px);
    width: min(50vw, 720px);
  }

  html body main > .hero .partner-fv__title > span {
    padding: 0 8px 9px;
    border-bottom: 3px solid #e94f4f;
    font-size: clamp(15px, 1.35vw, 22px);
    line-height: 1.35;
  }

  html body main > .hero .partner-fv__title > strong {
    margin-top: clamp(16px, 2.2vh, 28px);
    font-size: clamp(38px, 4.4vw, 68px);
    line-height: 1.12;
  }

  html body main > .hero .partner-fv__intro {
    display: grid;
    gap: 4px;
    margin-top: clamp(18px, 2.5vh, 30px);
  }

  html body main > .hero .partner-fv__intro p {
    font-size: clamp(22px, 2.35vw, 38px);
    font-weight: 900;
    line-height: 1.32;
  }

  html body main > .hero .partner-fv__brand {
    display: grid;
    gap: 8px;
    width: min(31vw, 390px);
    margin-top: clamp(18px, 2.5vh, 30px);
  }

  html body main > .hero .partner-fv__brand p {
    font-size: clamp(12px, 1.05vw, 16px);
    font-weight: 700;
  }

  html body main > .hero .partner-fv__brand img {
    width: min(100%, 360px);
  }

  html body main > .hero .partner-fv__proof {
    gap: 0;
    margin-top: auto;
    padding-top: 15px;
    font-size: clamp(9px, 0.82vw, 13px);
    line-height: 1.45;
  }
}

@media (max-width: 640px) {
  html body main > .hero.c-section--hero,
  html body main > .hero .fv-stage {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 780px !important;
    min-height: 780px !important;
    overflow: hidden !important;
    background: #f7f7f7 !important;
  }

  html body main > .hero .fv-mobile-reference {
    display: none !important;
  }

  html body main > .hero .fv-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 66% center !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  html body main > .hero .fv-stage::before {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    content: "" !important;
    pointer-events: none !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 47%, rgba(255, 255, 255, 0.18) 75%, rgba(255, 255, 255, 0.05) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.64) 60%, rgba(255, 255, 255, 0.08) 100%) !important;
  }

  html body main > .hero .partner-fv__inner {
    inset: 0 !important;
    width: 100% !important;
    min-height: 780px !important;
    padding: 24px 18px 18px !important;
  }

  html body main > .hero .partner-fv__title > span {
    padding-bottom: 7px;
    border-bottom: 2px solid #e94f4f;
    font-size: clamp(12px, 3.45vw, 14px);
    line-height: 1.4;
  }

  html body main > .hero .partner-fv__title > strong {
    margin-top: 16px;
    font-size: clamp(34px, 10.4vw, 41px);
    line-height: 1.08;
  }

  html body main > .hero .partner-fv__intro {
    display: grid;
    gap: 4px;
    width: 78%;
    margin-top: 20px;
  }

  html body main > .hero .partner-fv__intro p {
    font-size: clamp(20px, 6.25vw, 25px);
    font-weight: 900;
    line-height: 1.36;
  }

  html body main > .hero .partner-fv__brand {
    display: grid;
    gap: 8px;
    width: min(58vw, 226px);
    margin-top: 26px;
  }

  html body main > .hero .partner-fv__brand p {
    font-size: clamp(11px, 3.2vw, 13px);
    font-weight: 700;
    white-space: nowrap;
  }

  html body main > .hero .partner-fv__brand img {
    width: 100%;
  }

  html body main > .hero .partner-fv__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin-top: auto;
    padding-top: 10px;
    font-size: clamp(7px, 2.25vw, 9px);
    line-height: 1.45;
    text-align: center;
  }

  html body main > .hero .partner-fv__proof li {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 38px;
    padding: 0 4px;
  }

  html body main > .hero .mobile-hero-break {
    display: block;
  }

  html body main > .hero .desktop-break {
    display: none;
  }

  html body main > .hero.hero #line-cta-primary {
    display: none !important;
  }
}

/* WordPress-stable mobile centering for the requested section headings. */
@media (max-width: 640px) {
  html body main #apps .section-head.reveal,
  html body main #problems .section-head.reveal,
  html body main #strength .section-head.reveal,
  html body main #voices .section-head.reveal,
  html body main #compare .section-head.reveal,
  html body main #company .section-head.reveal {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    text-align: center !important;
  }

  html body main #apps .section-head .section-kicker.c-kicker,
  html body main #problems .section-head .section-kicker.c-kicker,
  html body main #strength .section-head .section-kicker.c-kicker,
  html body main #voices .section-head .section-kicker.c-kicker,
  html body main #compare .section-head .section-kicker.c-kicker,
  html body main #company .section-head .section-kicker.c-kicker {
    position: static !important;
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    text-align: center !important;
  }

  html body main #company .section-head #company-title {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    text-align: center !important;
  }
}

/* Authoritative desktop first-view composition. */
@media (min-width: 641px) {
  html body main > .hero .fv-bg {
    object-position: center bottom !important;
    transform: scale(1.08) !important;
    transform-origin: 76% 100% !important;
  }

  html body main > .hero .partner-fv__inner {
    top: clamp(74px, 9.5vh, 98px) !important;
    right: auto !important;
    bottom: clamp(28px, 3.5vh, 38px) !important;
    left: 7.5% !important;
    align-items: center !important;
    width: min(47%, 700px) !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title,
  html body main > .hero .partner-fv__intro,
  html body main > .hero .partner-fv__brand {
    width: 100% !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title > span {
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 10px 8px !important;
    font-size: clamp(15px, 1.2vw, 19px) !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__title > strong {
    margin-top: clamp(26px, 3.1vh, 34px) !important;
    font-size: clamp(42px, 3.75vw, 58px) !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__intro {
    gap: 2px !important;
    margin-top: clamp(26px, 3.1vh, 34px) !important;
  }

  html body main > .hero .partner-fv__intro p {
    font-size: clamp(24px, 2.15vw, 33px) !important;
    line-height: 1.38 !important;
    text-align: center !important;
  }

  html body main > .hero .partner-fv__brand {
    justify-items: center !important;
    width: min(34vw, 440px) !important;
    margin-top: clamp(30px, 3.8vh, 42px) !important;
  }

  html body main > .hero .partner-fv__brand p {
    text-align: center !important;
  }

  html body main > .hero .partner-fv__brand img {
    width: min(100%, 430px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body main > .hero .partner-fv__proof {
    justify-content: center !important;
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 14px !important;
    font-size: clamp(9px, 0.78vw, 12px) !important;
    text-align: center !important;
  }
}

/* Keep the Work overview kicker centered on mobile, including in WordPress. */
@media (max-width: 640px) {
  html body main #work .work-overview-copy > .section-kicker.c-kicker.work-sequence {
    position: static !important;
    display: block !important;
    align-self: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    text-align: center !important;
  }
}

/* Center the requested section kickers on mobile. */
@media (max-width: 640px) {
  html body main #benefits .benefits-redesign__head,
  html body main #solutions .section-head,
  html body main #flow .section-head,
  html body main #faq .section-head {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    text-align: center !important;
  }

  html body main #benefits .benefits-redesign__head > .section-kicker.c-kicker,
  html body main #solutions .section-head > .section-kicker.c-kicker,
  html body main #flow .section-head > .section-kicker.c-kicker,
  html body main #faq .section-head > .section-kicker.c-kicker {
    position: static !important;
    display: block !important;
    align-self: center !important;
    justify-self: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    text-align: center !important;
  }
}

/* Align roadmap step 02-04 headings with step 01 on mobile. */
@media (max-width: 640px) {
  html body main #flow .flow-list.flow-timeline > li:nth-child(2) .flow-step__body h3,
  html body main #flow .flow-list.flow-timeline > li:nth-child(3) .flow-step__body h3,
  html body main #flow .flow-list.flow-timeline > li:nth-child(4) .flow-step__body h3 {
    display: block !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
    text-align: left !important;
  }
}

/* Use the requested mobile heading size for Work overview and Roadmap. */
@media (max-width: 640px) {
  html body main #work #work-title,
  html body main #flow #flow-title {
    font-size: 30px !important;
  }
}

/* Final desktop FV placement: mirror the UniTrus content and proof positions. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner {
    inset: 0 40px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 64px 0 70px !important;
    text-align: center !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title,
  html body main > section.hero.c-section--hero .partner-fv__intro,
  html body main > section.hero.c-section--hero .partner-fv__brand,
  html body main > section.hero.c-section--hero .partner-fv__proof {
    width: min(56%, 700px) !important;
    max-width: 700px !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    text-align: center !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > span {
    display: inline-block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 8px 7px !important;
    font-size: clamp(16px, 1.25vw, 20px) !important;
    line-height: 1.45 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > strong {
    margin-top: 25.6px !important;
    font-size: clamp(44px, 3.45vw, 56px) !important;
    line-height: 1.28 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro {
    gap: 0 !important;
    margin-top: 25.6px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro p {
    font-size: clamp(25px, 2vw, 32px) !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro p + p {
    margin-top: 2px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    justify-items: center !important;
    margin-top: 31px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand p {
    width: 100% !important;
    margin-bottom: 8px !important;
    font-size: clamp(14px, 1.1vw, 17px) !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand img {
    width: min(66.3%, 440px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof {
    position: absolute !important;
    bottom: 70px !important;
    left: 0 !important;
    justify-content: center !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    font-size: clamp(11px, 0.92vw, 14px) !important;
    line-height: 1.6 !important;
  }
}

/* Final mobile alignment guards for WordPress and the static preview. */
@media (max-width: 640px) {
  html body main section#work.section.agency .section-head.c-section-head.work-overview-copy h2#work-title.work-sequence,
  html body main section#flow.section.flow .section-head.c-section-head h2#flow-title {
    font-size: 30px !important;
  }

  html body main #benefits .benefits-redesign__head > .section-kicker.c-kicker,
  html body main #solutions .section-head > .section-kicker.c-kicker,
  html body main #flow .section-head > .section-kicker.c-kicker,
  html body main #faq .section-head > .section-kicker.c-kicker {
    position: relative !important;
    left: 50% !important;
    width: max-content !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
  }
}

/* Win over legacy WordPress mobile overrides for the benefits kicker. */
@media (max-width: 640px) {
  html body main #benefits.benefits-redesign .benefits-redesign__head > .section-kicker.c-kicker {
    position: static !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
    text-align: center !important;
  }
}

/* Unify requested section headings on mobile. */
@media (max-width: 640px) {
  html body main #apps h2#apps-title,
  html body main #problems h2#problems-title,
  html body main #solutions h2#solutions-title,
  html body main #strength h2#strength-title,
  html body main #voices h2#voices-title,
  html body main #compare h2#compare-title,
  html body main section#flow.section.flow .section-head.c-section-head h2#flow-title,
  html body main #faq h2#faq-title,
  html body main #company h2#company-title {
    font-size: 27px !important;
  }
}

/* Close the oversized mobile gap between Work overview and Six reasons. */
@media (max-width: 640px) {
  html body main section#work.section.agency {
    padding-bottom: 0 !important;
  }

  html body main section#strength.section.strength {
    padding-top: 32px !important;
  }
}

/* Keep the desktop first-view wash far left and clear of the model. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    top: -28px !important;
    right: auto !important;
    bottom: -28px !important;
    left: -220px !important;
    width: min(62vw, 760px) !important;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.35) 0%,
        rgba(255, 255, 255, 0.35) 48%,
        rgba(255, 255, 255, 0.13) 76%,
        rgba(255, 255, 255, 0) 100%
      ) !important;
  }
}

/* Final support-image start alignment and first-view copy contrast. */
@media (min-width: 901px) {
  html body main #solutions .solutions-layout {
    align-items: stretch !important;
  }

  html body main #solutions .solutions-visual {
    margin-top: calc(42px + clamp(24px, 2.4vw, 34px)) !important;
  }
}

@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    top: -28px !important;
    right: auto !important;
    bottom: -28px !important;
    left: -42px !important;
    width: min(58vw, 780px) !important;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.50) 0%,
        rgba(255, 255, 255, 0.50) 52%,
        rgba(255, 255, 255, 0.20) 78%,
        rgba(255, 255, 255, 0) 100%
      ) !important;
  }
}

@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    top: -14px !important;
    right: -12px !important;
    bottom: auto !important;
    left: -12px !important;
    width: auto !important;
    height: 58% !important;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.50) 0%,
        rgba(255, 255, 255, 0.50) 60%,
        rgba(255, 255, 255, 0.18) 84%,
        rgba(255, 255, 255, 0) 100%
      ) !important;
  }
}

/* Final first-view positioning and mobile section spacing. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner {
    left: clamp(116px, 9vw, 156px) !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.5) 56%,
        rgba(255, 255, 255, 0.2) 78%,
        rgba(255, 255, 255, 0) 100%
      ) !important;
  }
}

@media (max-width: 640px) {
  html body main section#work.section.agency .agency-photo {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof {
    position: absolute !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
    z-index: 9 !important;
    width: auto !important;
    margin: 0 !important;
  }

  html body main #problems .section-head,
  html body main #work .section-head,
  html body main #strength .section-head,
  html body main #voices .section-head {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main #problems h2#problems-title,
  html body main #work h2#work-title,
  html body main #strength h2#strength-title,
  html body main #voices h2#voices-title {
    position: static !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: 25px !important;
    line-height: 1.45 !important;
    text-align: center !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  html body main section#work.section.agency
  .section-head.c-section-head.work-overview-copy
  h2#work-title.work-sequence {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: 25px !important;
    line-height: 1.45 !important;
    text-align: center !important;
    transform: none !important;
  }
}

/* Nudge the desktop first-view copy slightly toward the page center. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner {
    left: clamp(64px, 5vw, 80px) !important;
  }
}

/* Keep a 20% white gradient directly beneath the first-view copy. */
html body main > section.hero.c-section--hero .partner-fv__inner {
  isolation: isolate !important;
  background: transparent !important;
}

html body main > section.hero.c-section--hero .partner-fv__inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    inset: -28px -42px -28px -42px;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.20) 0%,
        rgba(255, 255, 255, 0.20) 56%,
        rgba(255, 255, 255, 0.08) 78%,
        rgba(255, 255, 255, 0) 100%
      );
  }
}

@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    inset: -14px -12px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.20) 0%,
        rgba(255, 255, 255, 0.20) 58%,
        rgba(255, 255, 255, 0.08) 80%,
        rgba(255, 255, 255, 0) 100%
      );
  }
}

/* Remove every residual mobile spacer between Work overview and Six reasons. */
@media (max-width: 640px) {
  html body main section#work.section.agency {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body main section#work.section.agency > .section-inner {
    grid-auto-rows: max-content !important;
    align-items: start !important;
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body main section#work.section.agency .work-overview-copy,
  html body main section#work.section.agency .agency-photo {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }

  html body main section#strength.section.strength {
    min-height: 0 !important;
    height: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body main section#strength.section.strength > .section-inner,
  html body main section#strength.section.strength .section-head {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* Final desktop first-view wash position. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    top: -28px !important;
    right: auto !important;
    bottom: -28px !important;
    left: -220px !important;
    width: min(62vw, 760px) !important;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.50) 0%,
        rgba(255, 255, 255, 0.50) 48%,
        rgba(255, 255, 255, 0.18) 76%,
        rgba(255, 255, 255, 0) 100%
      ) !important;
  }
}

/* Start the support image beside the first heading, then pin it at mid-viewport. */
@media (min-width: 901px) {
  html body main section#solutions.section.support
  .solutions-layout > figure.solutions-visual.reveal {
    --support-visual-height: min(66vh, 620px);
    position: sticky !important;
    top: calc(50vh - min(33vh, 310px)) !important;
    height: var(--support-visual-height) !important;
    margin: calc(42px + clamp(24px, 2.4vw, 34px)) 0 0 !important;
    transform: none !important;
  }
}

/* Final mobile first-view and section-spacing adjustments. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .fv-stage::before,
  html body main > section.hero.c-section--hero .partner-fv__inner::before,
  html body main > section#top.partner-fv .partner-fv__inner::before {
    display: none !important;
    background: none !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner,
  html body main > section#top.partner-fv .partner-fv__inner {
    position: absolute !important;
    inset: 0 !important;
    min-height: 100% !important;
    padding-bottom: 72px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof,
  html body main > section#top.partner-fv .partner-fv__proof {
    position: absolute !important;
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
    z-index: 9 !important;
    width: auto !important;
    margin: 0 !important;
  }

  html body main #benefits .benefit-seminar-pill h3 {
    font-size: 20px !important;
  }

  html body main section#work.section.agency {
    padding-bottom: 48px !important;
  }

  html body main section#strength.section.strength {
    padding-top: 48px !important;
  }

  html body main #compare #compare-title .mobile-break {
    display: block !important;
  }

  html body main section#flow.section.flow
  .section-head.c-section-head h2#flow-title {
    position: static !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
    transform: none !important;
  }

  html body main > section.hero.hero #line-cta-primary {
    position: fixed !important;
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    z-index: 1000 !important;
    display: flex !important;
    width: 196px !important;
    height: 68px !important;
    margin: 0 !important;
    padding: 10px 10px 10px 16px !important;
    color: #fff !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(8, 10, 12, 0.94) !important;
    border: 1px solid #06c755 !important;
    border-radius: 4px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body main > section.hero.hero #line-cta-primary:hover,
  html body main > section.hero.hero #line-cta-primary:focus-visible {
    color: #fff !important;
    background: rgba(8, 10, 12, 0.94) !important;
    transform: translateY(-3px) !important;
  }

  html body main > section.hero.hero #line-cta-primary .fv-line-floating__arrow {
    color: #fff !important;
    background: #06c755 !important;
  }
}

#line-cta-primary .fv-line-floating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

#line-cta-primary .fv-line-floating__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  text-align: left;
}

#line-cta-primary .fv-line-floating__copy small,
#line-cta-primary .fv-line-floating__copy strong {
  display: block;
  color: inherit;
  line-height: 1.2;
  white-space: nowrap;
}

#line-cta-primary .fv-line-floating__copy small {
  font-size: 8px;
  font-weight: 700;
}

#line-cta-primary .fv-line-floating__copy strong {
  font-size: 15px;
  font-weight: 900;
}

#line-cta-primary .fv-line-floating__arrow {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: #06c755;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

/* Page-edge LINE CTA: independent from the first view. */
.fv-line-floating__mobile-copy {
  display: none;
}

html body > #line-cta-primary {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  left: auto !important;
  z-index: 1200 !important;
  display: flex !important;
  align-items: center !important;
  width: 250px !important;
  height: 78px !important;
  margin: 0 !important;
  padding: 12px 12px 12px 18px !important;
  color: #fff !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(8, 10, 12, 0.94) !important;
  border: 1px solid #06c755 !important;
  border-radius: 4px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
  pointer-events: auto !important;
  scale: 1 !important;
  translate: 0 0 !important;
  transform: none !important;
}

html body > #line-cta-primary:hover,
html body > #line-cta-primary:focus-visible {
  color: #fff !important;
  background: rgba(8, 10, 12, 0.94) !important;
  transform: translateY(-3px) !important;
}

html body > #line-cta-primary .fv-line-floating__arrow {
  color: #fff !important;
  background: #06c755 !important;
  border-radius: 50% !important;
}

@media (max-width: 640px) {
  html body {
    padding-bottom: calc(58px + env(safe-area-inset-bottom)) !important;
  }

  html body > #line-cta-primary {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(58px + env(safe-area-inset-bottom)) !important;
    min-height: 58px !important;
    padding: 0 18px env(safe-area-inset-bottom) !important;
    color: #06150b !important;
    background: #06c755 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.14) !important;
  }

  html body > #line-cta-primary:hover,
  html body > #line-cta-primary:focus-visible {
    color: #06150b !important;
    background: #06c755 !important;
    transform: translateY(-2px) !important;
  }

  html body > #line-cta-primary .fv-line-floating {
    justify-content: center !important;
    gap: 16px !important;
  }

  html body > #line-cta-primary .fv-line-floating__copy {
    display: block !important;
    text-align: center !important;
  }

  html body > #line-cta-primary .fv-line-floating__copy small,
  html body > #line-cta-primary .fv-line-floating__desktop-copy {
    display: none !important;
  }

  html body > #line-cta-primary .fv-line-floating__mobile-copy {
    display: inline !important;
  }

  html body > #line-cta-primary .fv-line-floating__copy strong {
    color: #06150b !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  html body > #line-cta-primary .fv-line-floating__arrow {
    display: inline !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: auto !important;
    color: #06150b !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }
}

/* Mobile FV: keep the proof points inside the reference visual. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero,
  html body main > section.hero.c-section--hero .fv-stage {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #07080a !important;
  }

  html body main > section.hero.c-section--hero .fv-mobile-reference {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: contain !important;
    vertical-align: top !important;
  }

  html body main > section.hero.c-section--hero .fv-bg,
  html body main > section.hero.c-section--hero .partner-fv__title,
  html body main > section.hero.c-section--hero .partner-fv__intro,
  html body main > section.hero.c-section--hero .partner-fv__brand {
    display: none !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof {
    position: absolute !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: clamp(8px, 2.45vw, 10px) !important;
    line-height: 1.3 !important;
    text-align: center !important;
    pointer-events: auto !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof li {
    display: grid !important;
    place-items: center !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 5px 6px !important;
    color: #fff !important;
    background: rgba(5, 6, 8, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    border-radius: 4px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof li:first-child {
    grid-column: 1 / -1 !important;
  }

  html body main #faq .faq-item h3 {
    font-size: 18px !important;
  }
}

/* Desktop FV: move the copy inward and keep the proof close to the brand. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner {
    left: clamp(120px, 10vw, 160px) !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof {
    bottom: 135px !important;
  }
}

/* PC first-view copy wash: 20% white opacity. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 48%,
        rgba(255, 255, 255, 0.08) 76%,
        rgba(255, 255, 255, 0) 100%
      ) !important;
  }
}

/* Mobile FV proof: sit directly below the logo inside the visual. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .partner-fv__proof {
    bottom: 26px !important;
  }
}

/* PC FV: lower the model enough to keep her head clear of the header. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .fv-bg {
    object-position: center 85% !important;
  }
}

/* Keep the Work overview heading on one line only on mobile. */
@media (max-width: 640px) {
  html body main #work .work-title-desktop-break {
    display: none !important;
  }
}

/* Mobile FV: keep the zero-cost proof on one line. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .partner-fv__proof li:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
    font-size: clamp(7.5px, 2.25vw, 9px) !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof li:last-child strong {
    display: inline !important;
  }
}

/* Mobile Roadmap: center against the viewport, independent of parent widths. */
@media (max-width: 640px) {
  html body main section#flow.section.flow .section-head.c-section-head h2#flow-title {
    position: relative !important;
    left: auto !important;
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: min(27px, 6.6vw) !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: nowrap !important;
    transform: none !important;
  }
}

/* Benefits: use the UniTrus offer-unit layout with Interline accents. */
#benefits.benefits-redesign .benefit-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: min(100%, 1180px);
  margin: clamp(42px, 5vw, 72px) auto 0;
}

#benefits.benefits-redesign .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;
  color: #ffffff;
  background: #181b21;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  box-shadow: none;
}

#benefits.benefits-redesign .benefit-offer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #e94f4f, #111111);
}

#benefits.benefits-redesign .benefit-offer > svg {
  width: 46px;
  height: 46px;
  fill: none;
  color: #e94f4f;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#benefits.benefits-redesign .benefit-offer p {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

#benefits.benefits-redesign .benefit-offer h3 {
  margin: 0;
  color: #ffffff !important;
  font-family: var(--font-sans);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  #benefits.benefits-redesign .benefit-offers {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 34px;
  }

  #benefits.benefits-redesign .benefit-offer {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    min-height: 104px;
    padding: 22px 16px;
  }

  #benefits.benefits-redesign .benefit-offer > svg {
    width: 36px;
    height: 36px;
  }

  #benefits.benefits-redesign .benefit-offer h3 {
    font-size: 20px !important;
    white-space: nowrap;
  }
}

/* Music-led visual system and three-layer hero. */
html body main > section.hero.c-section--hero .fv-stage {
  position: relative !important;
  height: min(860px, calc(100svh - 82px)) !important;
  min-height: 680px !important;
  overflow: hidden !important;
  isolation: isolate;
  background: #f8f8f8;
}

html body main > section.hero.c-section--hero .fv-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
}

html body main > section.hero.c-section--hero .fv-bg--mobile {
  display: none !important;
}

html body main > section.hero.c-section--hero .fv-model {
  position: absolute !important;
  right: clamp(12px, 1.5vw, 30px) !important;
  bottom: -1.5% !important;
  left: auto !important;
  z-index: 2 !important;
  display: block !important;
  width: auto !important;
  height: 84% !important;
  max-width: 40vw !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  filter: drop-shadow(0 18px 30px rgba(24, 14, 14, 0.13));
}

html body main > section.hero.c-section--hero .partner-fv__inner {
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: clamp(54px, 8.5vw, 164px) !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: min(47vw, 720px) !important;
  max-width: 720px !important;
  padding: 34px 42px 30px !important;
  color: #171717 !important;
  text-align: center !important;
  transform: translateY(-50%) !important;
}

html body main > section.hero.c-section--hero .partner-fv__inner::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(255, 255, 255, 0.64) 68%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 2px;
  pointer-events: none;
}

html body main > section.hero.c-section--hero .partner-fv__title,
html body main > section.hero.c-section--hero .partner-fv__intro,
html body main > section.hero.c-section--hero .partner-fv__brand,
html body main > section.hero.c-section--hero .partner-fv__proof {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body main > section.hero.c-section--hero .partner-fv__title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body main > section.hero.c-section--hero .partner-fv__title > span {
  display: inline-block !important;
  margin-bottom: 22px !important;
  padding: 0 10px 8px !important;
  color: #e94f4f !important;
  font-size: clamp(16px, 1.25vw, 21px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  white-space: nowrap !important;
  border-bottom: 2px solid #e94f4f;
}

html body main > section.hero.c-section--hero .partner-fv__title > strong {
  display: block !important;
  color: #111111 !important;
  font-size: clamp(42px, 4vw, 66px) !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
}

html body main > section.hero.c-section--hero .partner-fv__accent,
html body main > section.hero.c-section--hero .partner-fv__highlight {
  color: #e94f4f !important;
}

html body main > section.hero.c-section--hero .partner-fv__intro {
  width: 100% !important;
  max-width: none !important;
  margin-top: 26px !important;
}

html body main > section.hero.c-section--hero .partner-fv__intro p {
  margin: 0 !important;
  color: #151515 !important;
  font-size: clamp(24px, 2.2vw, 37px) !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

html body main > section.hero.c-section--hero .partner-fv__intro p + p {
  margin-top: 4px !important;
  font-size: clamp(24px, 2.15vw, 36px) !important;
}

html body main > section.hero.c-section--hero .partner-fv__brand {
  width: min(100%, 430px) !important;
  max-width: none !important;
  margin-top: 30px !important;
}

html body main > section.hero.c-section--hero .partner-fv__brand p {
  margin: 0 0 9px !important;
  color: #222222 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

html body main > section.hero.c-section--hero .partner-fv__brand img {
  display: block !important;
  width: min(100%, 390px) !important;
  height: auto !important;
  margin-inline: auto !important;
}

html body main > section.hero.c-section--hero .partner-fv__proof {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 26px 0 0 !important;
  padding: 16px 0 0 !important;
  list-style: none !important;
  border-top: 1px solid rgba(17, 17, 17, 0.28);
  transform: none !important;
}

html body main > section.hero.c-section--hero .partner-fv__proof li {
  min-width: 0 !important;
  padding: 0 12px !important;
  color: #151515 !important;
  font-size: clamp(11px, 0.9vw, 14px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
}

html body main > section.hero.c-section--hero .partner-fv__proof li + li {
  border-left: 1px solid rgba(233, 79, 79, 0.55);
}

html body main > section.hero.c-section--hero .partner-fv__proof strong {
  display: inline !important;
  color: #e94f4f !important;
}

html body main > .section:not(.hero) {
  position: relative;
  overflow: hidden;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0 13px,
      rgba(233, 79, 79, 0.035) 13px 14px,
      transparent 14px 27px
    ),
    radial-gradient(circle at center, rgba(233, 79, 79, 0.11) 0 3px, transparent 4px);
  background-repeat: no-repeat;
  background-position:
    calc(100% + 80px) 82px,
    calc(100% - 7vw) 112px;
  background-size:
    min(44vw, 620px) 150px,
    22px 22px;
}

html body main > .section:not(.hero):nth-of-type(even) {
  background-position:
    -80px 74px,
    7vw 106px;
}

html body main > .section.section-dark,
html body main > .section.c-section--dark {
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0 13px,
      rgba(255, 255, 255, 0.045) 13px 14px,
      transparent 14px 27px
    ),
    radial-gradient(circle at center, rgba(233, 79, 79, 0.24) 0 3px, transparent 4px);
}

html body main > .section > .section-inner,
html body main > .section > .ds-container {
  position: relative;
  z-index: 1;
}

html body main .section-kicker.c-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

html body main .section-kicker.c-kicker::before {
  content: "♪";
  color: #e94f4f;
  font-size: 1.2em;
  line-height: 1;
}

html body main .section-kicker.c-kicker::after {
  width: auto;
  height: auto;
  content: "♫";
  color: #e94f4f;
  background: none;
  font-size: 1.2em;
  line-height: 1;
  opacity: 1;
  transform-origin: center;
  animation: musicNoteFloat 2.2s ease-in-out infinite alternate;
}

html body main :is(
  .benefit-offer,
  .pain-card,
  .support-card,
  .strength-item,
  .voice-card,
  .flow-card,
  .faq-item,
  .company-list
) {
  background-image: linear-gradient(
    90deg,
    #e94f4f 0%,
    #e94f4f 32%,
    #111111 32%,
    #111111 65%,
    #e9a04f 65%,
    #e9a04f 100%
  );
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 3px;
}

html body main .strength-item > span:first-child::after,
html body main .support-index::after {
  margin-left: 9px;
  content: "♫";
  color: #e94f4f;
  font-size: 0.58em;
  font-weight: 700;
  vertical-align: middle;
}

html body main .voice-meta::before {
  margin-right: 7px;
  content: "♬";
  color: #e94f4f;
}

html body main .flow-card__top::after {
  margin-left: auto;
  content: "♪";
  color: #e94f4f;
  font-size: 21px;
}

html body main .faq-item h3::before,
html body main .company-list dt::before {
  margin-right: 8px;
  content: "♪";
  color: #e94f4f;
  font-size: 1.35em;
  line-height: 0.8;
  vertical-align: -0.08em;
}

html body main .cta-band .button,
html body main .final-cta .button {
  position: relative;
  overflow: hidden;
}

html body main .cta-band .button::after,
html body main .final-cta .button::after {
  margin-left: 10px;
  content: "♪";
  font-size: 1.05em;
}

@keyframes musicMeterPulse {
  from {
    transform: scaleY(0.72);
  }

  to {
    transform: scaleY(1);
  }
}

@media (max-width: 900px) {
  html body main > section.hero.c-section--hero .fv-stage {
    height: max(760px, calc(100svh - 64px)) !important;
    min-height: 760px !important;
    max-height: 900px !important;
  }

  html body main > section.hero.c-section--hero .fv-bg--desktop {
    display: none !important;
  }

  html body main > section.hero.c-section--hero .fv-bg--mobile {
    display: block !important;
    object-position: center center !important;
  }

  html body main > section.hero.c-section--hero .fv-model {
    right: -12% !important;
    bottom: 96px !important;
    left: auto !important;
    z-index: 2 !important;
    width: auto !important;
    height: 43% !important;
    max-width: 60vw !important;
    transform: none !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    padding: 28px 20px 18px !important;
    color: #111111 !important;
    text-align: left !important;
    transform: none !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    display: none !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title {
    width: 88% !important;
    max-width: 340px !important;
    text-align: left !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > span {
    margin-bottom: 14px !important;
    padding: 0 0 6px !important;
    font-size: clamp(12px, 3.45vw, 16px) !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > strong {
    font-size: clamp(27px, 7.2vw, 31px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.95);
  }

  html body main > section.hero.c-section--hero .partner-fv__intro {
    width: 68% !important;
    max-width: 265px !important;
    margin-top: 18px !important;
    text-align: left !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro p,
  html body main > section.hero.c-section--hero .partner-fv__intro p + p {
    font-size: clamp(18px, 5.05vw, 22px) !important;
    line-height: 1.42 !important;
    text-shadow: 0 0 11px rgba(255, 255, 255, 0.95);
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    position: absolute !important;
    bottom: 205px !important;
    left: 20px !important;
    width: 54% !important;
    max-width: 245px !important;
    margin: 0 !important;
    text-align: left !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand p {
    margin-bottom: 8px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand img {
    width: 100% !important;
    margin: 0 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof {
    position: absolute !important;
    right: 12px !important;
    bottom: 68px !important;
    left: 12px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof li {
    display: grid !important;
    place-items: center;
    min-height: 48px !important;
    padding: 7px 5px !important;
    color: #ffffff !important;
    font-size: clamp(9px, 2.65vw, 12px) !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
    background: rgba(18, 18, 20, 0.88);
    border: 1px solid rgba(233, 79, 79, 0.6) !important;
    border-radius: 4px;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof li:first-child {
    grid-column: 1 / -1;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof li + li {
    border-left: 1px solid rgba(233, 79, 79, 0.6) !important;
  }

  html body main > .section:not(.hero) {
    background-position:
      calc(100% + 120px) 54px,
      calc(100% - 22px) 82px;
    background-size:
      96vw 118px,
      18px 18px;
  }
}

/* Section navigation in the header and footer. */
html {
  scroll-padding-top: 96px;
}

html body main section[id] {
  scroll-margin-top: 96px;
}

html body > header.site-header {
  grid-template-columns: minmax(180px, 244px) minmax(0, 1fr) auto !important;
}

html body > header.site-header .site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 18px);
  min-width: 0;
}

html body > header.site-header .site-header__nav a {
  position: relative;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

html body > header.site-header .site-header__nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  content: "";
  background: #ef4f4f;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

html body > header.site-header .site-header__nav a:hover,
html body > header.site-header .site-header__nav a:focus-visible,
html body > header.site-header .site-header__nav a.is-current {
  color: #fff;
  outline: 0;
}

html body > header.site-header .site-header__nav a:hover::after,
html body > header.site-header .site-header__nav a:focus-visible::after,
html body > header.site-header .site-header__nav a.is-current::after {
  transform: scaleX(1);
}

html body > header.site-header .menu-toggle {
  display: none !important;
}

html body .site-footer {
  display: grid !important;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) !important;
  gap: 28px 56px !important;
  align-items: center !important;
  padding: 48px clamp(24px, 5vw, 80px) 28px !important;
  color: #fff !important;
  background: #101012 !important;
}

html body .site-footer .footer-brand {
  position: relative;
  z-index: 1;
  justify-self: start;
}

html body .site-footer .footer-brand img {
  width: min(240px, 100%);
  height: auto;
  filter: invert(1);
}

html body .site-footer__nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: flex-end;
}

html body .site-footer__nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color 180ms ease;
}

html body .site-footer__nav a:hover,
html body .site-footer__nav a:focus-visible {
  color: #ef5a5a;
  outline: 0;
}

html body .site-footer > p {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  text-align: center;
}

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

  html body main section[id] {
    scroll-margin-top: 78px;
  }

  html body > header.site-header {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
  }

  html body > header.site-header .site-header__nav {
    display: none !important;
  }

  html body > header.site-header .site-header__apps {
    grid-column: 2;
    justify-self: end;
  }

  html body > header.site-header .menu-toggle {
    grid-column: 3;
    display: grid !important;
    grid-template-rows: 1fr !important;
    place-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
  }

  html body > header.site-header .menu-toggle:hover,
  html body > header.site-header .menu-toggle:focus-visible {
    color: #111;
    background: #fff;
    outline: 0;
  }

  html body > header.site-header .menu-toggle-lines,
  html body > header.site-header .menu-toggle-lines i {
    width: 24px;
  }

  html body > header.site-header .menu-toggle-lines {
    height: 24px;
  }

  html body > header.site-header .menu-toggle-lines i {
    top: 8px;
    background: currentColor;
  }

  html body > header.site-header .menu-toggle-lines i:last-child {
    top: 16px;
  }

  html body > header.site-header.is-open .menu-toggle-lines i:first-child,
  html body > header.site-header.is-open .menu-toggle-lines i:last-child {
    top: 12px;
  }

  html body > .drawer-backdrop {
    display: block !important;
    z-index: 90;
  }

  html body > .drawer-backdrop .site-drawer {
    top: 0;
    width: min(88vw, 360px);
    padding-top: 92px;
    background: rgba(20, 20, 22, 0.98);
  }

  html body > .drawer-backdrop .drawer-nav a {
    color: #fff;
  }
}

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

  html body main section[id] {
    scroll-margin-top: 70px;
  }

  html body > header.site-header .menu-toggle {
    width: 40px;
    height: 40px;
  }

  html body > header.site-header .site-header__apps {
    margin-right: 2px;
  }

  html body .site-footer {
    display: flex !important;
    flex-direction: column;
    gap: 28px !important;
    padding: 42px 24px 92px !important;
  }

  html body .site-footer .footer-brand {
    align-self: center;
  }

  html body .site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  html body .site-footer__nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  html body main > section.hero.c-section--hero .partner-fv__inner {
    padding-inline: 15px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > strong {
    font-size: 31px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro p,
  html body main > section.hero.c-section--hero .partner-fv__intro p + p {
    font-size: 20px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    left: 15px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body main .section-kicker.c-kicker::after {
    animation: none;
  }
}

/* Expanded musical decoration. */
html body main .section-head.c-section-head {
  position: relative;
  isolation: isolate;
}

html body main .section-head.c-section-head > * {
  position: relative;
  z-index: 1;
}

html body main .section-head.c-section-head::before {
  position: absolute;
  top: clamp(-26px, -2vw, -10px);
  right: clamp(0px, 3vw, 54px);
  z-index: 0;
  width: clamp(76px, 8vw, 122px);
  aspect-ratio: 1;
  content: "";
  background:
    radial-gradient(circle at center, transparent 0 7%, rgba(233, 79, 79, 0.36) 7.5% 10%, transparent 10.5% 22%),
    repeating-radial-gradient(circle at center, rgba(17, 17, 17, 0.14) 0 1px, transparent 1px 6px);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  opacity: 0.34;
  pointer-events: none;
  animation: musicRecordTurn 24s linear infinite;
}

html body main .section-head.c-section-head::after {
  position: absolute;
  top: clamp(-28px, -2vw, -12px);
  left: clamp(0px, 3vw, 52px);
  z-index: 0;
  content: "♪  ♫  ♩";
  color: #e94f4f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.24;
  pointer-events: none;
  transform: rotate(-7deg);
  animation: musicNotesFloat 4.8s ease-in-out infinite alternate;
}

html body main .section-dark .section-head.c-section-head::before,
html body main .c-section--dark .section-head.c-section-head::before {
  background:
    radial-gradient(circle at center, transparent 0 7%, rgba(233, 79, 79, 0.58) 7.5% 10%, transparent 10.5% 22%),
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.17) 0 1px, transparent 1px 6px);
  border-color: rgba(255, 255, 255, 0.13);
  opacity: 0.48;
}

html body main :is(
  #benefits .benefits-redesign__inner,
  #solutions .solutions-layout,
  #work .work-overview-points,
  #strength .strength-list,
  #voices .voice-list,
  #compare .compare-table-wrap,
  #faq .faq-list
) {
  position: relative;
  isolation: isolate;
}

html body main #benefits .benefits-redesign__inner::before,
html body main #voices .voice-list::before {
  position: absolute;
  right: -3vw;
  z-index: -1;
  width: min(44vw, 620px);
  height: 96px;
  content: "♪              ♫";
  padding-top: 11px;
  color: rgba(233, 79, 79, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0;
  white-space: pre;
  background: repeating-linear-gradient(
    to bottom,
    rgba(17, 17, 17, 0.1) 0 1px,
    transparent 1px 13px
  );
  opacity: 0.62;
  pointer-events: none;
  transform: rotate(-2deg);
}

html body main #benefits .benefits-redesign__inner::before {
  top: clamp(120px, 13vw, 190px);
}

html body main #voices .voice-list::before {
  top: -62px;
  right: auto;
  left: -4vw;
  transform: rotate(2deg);
}

html body main #solutions .solutions-layout::after {
  position: absolute;
  bottom: -42px;
  left: -7vw;
  z-index: -1;
  width: min(42vw, 560px);
  height: 84px;
  content: "";
  background:
    linear-gradient(to top, rgba(233, 79, 79, 0.6) 0 26%, transparent 26%) 0 100% / 4px 100% no-repeat,
    linear-gradient(to top, rgba(233, 79, 79, 0.44) 0 68%, transparent 68%) 14px 100% / 4px 100% no-repeat,
    linear-gradient(to top, rgba(255, 255, 255, 0.34) 0 42%, transparent 42%) 28px 100% / 4px 100% no-repeat,
    linear-gradient(to top, rgba(233, 79, 79, 0.68) 0 88%, transparent 88%) 42px 100% / 4px 100% no-repeat;
  background-size: 56px 100%;
  opacity: 0.34;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 82%, transparent);
}

html body main #work .work-overview-points::after,
html body main #compare .compare-table-wrap::after,
html body main #faq .faq-list::before {
  position: absolute;
  z-index: -1;
  display: grid;
  place-items: center;
  width: clamp(72px, 8vw, 118px);
  aspect-ratio: 1;
  content: "♪";
  color: rgba(233, 79, 79, 0.42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.86) 0 12%, transparent 13%),
    repeating-radial-gradient(circle at center, rgba(17, 17, 17, 0.11) 0 1px, transparent 1px 7px);
  border: 1px solid rgba(233, 79, 79, 0.18);
  border-radius: 50%;
  opacity: 0.48;
  pointer-events: none;
}

html body main #work .work-overview-points::after {
  right: -64px;
  bottom: -56px;
}

html body main #compare .compare-table-wrap::after {
  top: -46px;
  right: -42px;
}

html body main #faq .faq-list::before {
  top: 28%;
  left: -72px;
}

html body main #strength .strength-list::before {
  position: absolute;
  top: -54px;
  right: 2%;
  z-index: -1;
  width: min(32vw, 430px);
  height: 52px;
  content: "";
  background:
    linear-gradient(to top, #e94f4f 0 38%, transparent 38%) 0 100% / 5px 100% no-repeat,
    linear-gradient(to top, #111111 0 72%, transparent 72%) 12px 100% / 5px 100% no-repeat,
    linear-gradient(to top, #e9a04f 0 54%, transparent 54%) 24px 100% / 5px 100% no-repeat,
    linear-gradient(to top, #e94f4f 0 90%, transparent 90%) 36px 100% / 5px 100% no-repeat,
    linear-gradient(to top, #111111 0 62%, transparent 62%) 48px 100% / 5px 100% no-repeat;
  background-size: 60px 100%;
  opacity: 0.2;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 86%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 86%, transparent);
  transform-origin: bottom;
  animation: musicMeterPulse 2.7s ease-in-out infinite alternate;
}

html body main .cta-band .cta-inner {
  background-image:
    linear-gradient(90deg, transparent, rgba(233, 79, 79, 0.2), transparent),
    repeating-linear-gradient(
      90deg,
      transparent 0 13px,
      rgba(255, 255, 255, 0.11) 13px 16px,
      transparent 16px 25px
    );
  background-repeat: no-repeat;
  background-position: center bottom 16px, center bottom 16px;
  background-size: min(72%, 820px) 1px, min(72%, 820px) 14px;
}

html body main .final-cta-inner::before {
  display: block;
  margin: 0 auto 18px;
  content: "♪   ♫   ♪";
  color: rgba(255, 255, 255, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

html body .site-footer {
  position: relative;
  overflow: hidden;
}

html body .site-footer::before {
  position: absolute;
  right: -24px;
  bottom: -54px;
  width: 180px;
  aspect-ratio: 1;
  content: "";
  background:
    radial-gradient(circle at center, transparent 0 9%, rgba(233, 79, 79, 0.5) 9.5% 12%, transparent 12.5% 24%),
    repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  opacity: 0.42;
  pointer-events: none;
}

@keyframes musicRecordTurn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes musicNotesFloat {
  from {
    transform: translateY(0) rotate(-7deg);
  }

  to {
    transform: translateY(-8px) rotate(-3deg);
  }
}

@media (max-width: 640px) {
  html body main .section-head.c-section-head::before {
    top: -16px;
    right: -8px;
    width: 72px;
    opacity: 0.22;
  }

  html body main .section-head.c-section-head::after {
    top: -16px;
    left: 2px;
    font-size: 18px;
    opacity: 0.18;
  }

  html body main #benefits .benefits-redesign__inner::before,
  html body main #voices .voice-list::before {
    right: -34vw;
    width: 104vw;
    height: 70px;
    font-size: 20px;
    opacity: 0.42;
  }

  html body main #benefits .benefits-redesign__inner::before {
    top: 116px;
  }

  html body main #voices .voice-list::before {
    top: -38px;
    right: auto;
    left: -34vw;
  }

  html body main #solutions .solutions-layout::after {
    bottom: -24px;
    left: -22vw;
    width: 110vw;
    height: 54px;
    opacity: 0.22;
  }

  html body main #work .work-overview-points::after,
  html body main #compare .compare-table-wrap::after,
  html body main #faq .faq-list::before {
    width: 64px;
    font-size: 30px;
    opacity: 0.3;
  }

  html body main #work .work-overview-points::after {
    right: -20px;
    bottom: -34px;
  }

  html body main #compare .compare-table-wrap::after {
    top: -24px;
    right: -18px;
  }

  html body main #faq .faq-list::before {
    top: 34%;
    left: -24px;
  }

  html body main #strength .strength-list::before {
    top: -36px;
    right: -16vw;
    width: 76vw;
    height: 38px;
    opacity: 0.14;
  }

  html body main .cta-band .cta-inner {
    background-position: center bottom 8px, center bottom 8px;
    background-size: 86% 1px, 86% 10px;
  }

  html body .site-footer::before {
    right: -48px;
    bottom: -38px;
    width: 126px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body main .section-head.c-section-head::before,
  html body main .section-head.c-section-head::after,
  html body main #strength .strength-list::before {
    animation: none;
  }
}

/* Desktop FV: keep the main offer question on one line. */
@media (min-width: 901px) {
  html body main > section.hero.c-section--hero .partner-fv__intro p + p {
    white-space: nowrap !important;
  }
}

/* 2026-07-28 hero portrait: shared subject for desktop and mobile. */
@media (min-width: 901px) {
  html body main > section.hero.c-section--hero .fv-model {
    right: clamp(12px, 1.5vw, 30px) !important;
    bottom: 0 !important;
    width: auto !important;
    height: 79% !important;
    max-width: 38vw !important;
    object-position: right bottom !important;
    opacity: 1 !important;
    filter:
      saturate(0.88)
      brightness(0.97)
      contrast(0.96)
      drop-shadow(0 16px 38px rgba(30, 15, 15, 0.18)) !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

@media (max-width: 900px) {
  html body main > section.hero.c-section--hero .fv-model {
    right: -15% !important;
    bottom: 96px !important;
    width: auto !important;
    height: 48% !important;
    max-width: 58vw !important;
    object-position: right bottom !important;
    opacity: 1 !important;
    filter:
      saturate(0.88)
      brightness(0.97)
      contrast(0.96)
      drop-shadow(0 12px 28px rgba(30, 15, 15, 0.16)) !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

/* Move the desktop first-view copy closer to the page center. */
@media (min-width: 901px) {
  html body main > section.hero.c-section--hero .partner-fv__inner {
    left: clamp(130px, 14vw, 230px) !important;
  }
}

/* Support visual: align with the first item, follow the scroll, then release at
   the end of the solutions list. Keep every sticky ancestor overflow-visible. */
@media (min-width: 901px) {
  html body main section#solutions.section.support,
  html body main section#solutions.section.support > .section-inner,
  html body main section#solutions.section.support .solutions-layout {
    overflow: visible !important;
    contain: none !important;
  }

  html body main section#solutions.section.support .solutions-layout {
    align-items: stretch !important;
  }

  html body main section#solutions.section.support
  .solutions-layout > figure.solutions-visual.reveal {
    --support-visual-height: min(66vh, 620px);
    position: sticky !important;
    top: max(24px, calc(50vh - (var(--support-visual-height) / 2))) !important;
    top: max(24px, calc(50svh - (var(--support-visual-height) / 2))) !important;
    align-self: start !important;
    width: 100% !important;
    height: var(--support-visual-height) !important;
    margin: calc(42px + clamp(24px, 2.4vw, 34px)) 0 0 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  html body main section#solutions.section.support
  .solutions-layout > figure.solutions-visual.reveal {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }
}

/* Company profile: restore the original plain labels without music notes. */
html body main .company-list dt::before {
  content: none !important;
}

/* Mobile FV: crop the tall source image and remove the empty vertical gap. */
@media (max-width: 900px) {
  html body main > section.hero.c-section--hero .fv-stage {
    height: 468px !important;
    min-height: 468px !important;
    max-height: 468px !important;
  }

  html body main > section.hero.c-section--hero .fv-bg--mobile {
    object-position: center bottom !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner {
    padding: 14px 16px 10px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > span {
    margin-bottom: 8px !important;
    padding-bottom: 4px !important;
    font-size: clamp(11px, 3.2vw, 14px) !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > strong {
    font-size: clamp(23px, 6.5vw, 28px) !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro {
    width: 100% !important;
    max-width: 380px !important;
    margin-top: 10px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro p {
    font-size: clamp(17px, 4.6vw, 20px) !important;
    line-height: 1.34 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__question {
    margin-top: 2px !important;
    font-size: clamp(16px, 4.3vw, 18px) !important;
    line-height: 1.32 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    position: absolute !important;
    bottom: 91px !important;
    left: 16px !important;
    width: 46% !important;
    max-width: 190px !important;
    margin: 0 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand p {
    margin-bottom: 4px !important;
    font-size: 9px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof {
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
    gap: 4px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof li {
    min-height: 34px !important;
    padding: 4px !important;
    font-size: clamp(8px, 2.35vw, 10px) !important;
  }
}

/* Representative interview video, placed immediately before the message. */
html body main #interview {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #151517;
}

html body main #interview::before {
  position: absolute;
  top: 54px;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(239, 79, 79, 0.8), transparent);
  pointer-events: none;
}

html body main #interview .interview-inner {
  display: grid;
  justify-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
}

html body main #interview .section-head {
  width: 100%;
  max-width: 820px;
  margin: 0 auto clamp(30px, 4vw, 54px);
  text-align: center;
}

html body main #interview .section-kicker,
html body main #interview h2,
html body main #interview .interview-lead {
  color: #fff;
  text-align: center;
}

html body main #interview .section-kicker {
  justify-content: center;
}

html body main #interview h2 {
  margin: 10px 0 14px;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.25;
}

html body main #interview .interview-lead {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.7;
}

html body main #interview .interview-video {
  display: block;
  width: min(100%, 980px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: #000;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

html body main #interview .interview-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

html body main #interview .interview-video:hover,
html body main #interview .interview-video:focus-visible {
  border-color: rgba(255, 255, 255, 0.65);
  outline: 0;
  transform: translateY(-2px);
}

html body main #interview .interview-media {
  display: grid;
  justify-items: center;
  width: min(100%, 980px);
  gap: 24px;
}

html body main #interview .interview-video {
  position: relative;
  width: 100%;
}

html body main #interview .interview-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(58px, 7vw, 84px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #ff0033;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

html body main #interview .interview-video__play i,
html body main #interview .interview-youtube-button__icon i {
  display: block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #fff;
}

html body main #interview .interview-video:hover .interview-video__play,
html body main #interview .interview-video:focus-visible .interview-video__play {
  background: #e6002e;
  transform: translate(-50%, -50%) scale(1.06);
}

html body main #interview .interview-youtube-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  color: #fff;
  border: 1px solid #ff3159;
  border-radius: 4px;
  background: #ff0033;
  box-shadow: 0 12px 30px rgba(255, 0, 51, 0.18);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

html body main #interview .interview-youtube-button:hover,
html body main #interview .interview-youtube-button:focus-visible {
  color: #fff;
  border-color: #fff;
  background: #e6002e;
  outline: 0;
  transform: translateY(-2px);
}

html body main #interview .interview-youtube-button__icon {
  display: grid;
  width: 30px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.16);
}

html body main #interview .interview-youtube-button__icon i {
  margin-left: 3px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 8px;
}

html body main #interview .interview-youtube-button__arrow {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 640px) {
  html body main #interview::before {
    top: 34px;
  }

  html body main #interview h2 {
    font-size: 27px;
  }

  html body main #interview .interview-video {
    width: 100%;
    border-radius: 4px;
  }

  html body main #interview .interview-media {
    gap: 18px;
  }

  html body main #interview .interview-video__play {
    width: 58px;
  }

  html body main #interview .interview-youtube-button {
    width: 100%;
    min-height: 54px;
    padding: 11px 16px;
    font-size: 15px;
  }
}

/* Mobile header: UniTrus-style two-row layout with a persistent section rail. */
@media (max-width: 640px) {
  html {
    scroll-padding-top: 104px !important;
  }

  body.interline-agency-lp > header.site-header,
  body.interline-agency-lp.admin-bar > header.site-header,
  html body > header.site-header {
    display: grid !important;
    grid-template-columns: minmax(120px, 1fr) auto !important;
    grid-template-rows: 62px 42px !important;
    gap: 0 !important;
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #0d0d0f !important;
    border-bottom: 1px solid rgba(239, 79, 79, 0.6) !important;
    backdrop-filter: none !important;
  }

  html body > header.site-header .site-header__logo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: stretch !important;
    padding: 0 0 0 16px !important;
  }

  html body > header.site-header .site-header__logo img {
    width: clamp(132px, 39vw, 158px) !important;
    max-width: 100% !important;
  }

  html body > header.site-header .site-header__apps {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    display: grid !important;
    grid-template-columns: repeat(4, 27px) !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 7px 13px 5px 8px !important;
  }

  html body > header.site-header .site-header__apps small {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 8px !important;
    text-align: center !important;
  }

  html body > header.site-header .site-header__apps span {
    width: 27px !important;
    height: 27px !important;
    border-radius: 5px !important;
  }

  html body > header.site-header .site-header__nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 5px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  html body > header.site-header .site-header__nav::-webkit-scrollbar {
    display: none;
  }

  html body > header.site-header .site-header__nav a {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    min-height: 42px !important;
    padding: 0 13px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  html body > header.site-header .site-header__nav a::after {
    right: 8px !important;
    bottom: 0 !important;
    left: 8px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #ef4f4f, #28d9d2) !important;
  }

  html body > header.site-header .site-header__nav a.is-current {
    color: #fff !important;
  }

  html body > header.site-header .menu-toggle,
  html body > .drawer-backdrop {
    display: none !important;
  }
}

@media (max-width: 360px) {
  html body > header.site-header .site-header__logo {
    padding-left: 12px !important;
  }

  html body > header.site-header .site-header__logo img {
    width: 126px !important;
  }

  html body > header.site-header .site-header__apps {
    grid-template-columns: repeat(4, 24px) !important;
    gap: 3px !important;
    padding-right: 9px !important;
  }

  html body > header.site-header .site-header__apps span {
    width: 24px !important;
    height: 24px !important;
  }
}

/* PC first view: align every copy block to one center axis. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__title,
  html body main > section.hero.c-section--hero .partner-fv__intro,
  html body main > section.hero.c-section--hero .partner-fv__question,
  html body main > section.hero.c-section--hero .partner-fv__brand,
  html body main > section.hero.c-section--hero .partner-fv__proof {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__question {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    color: #151515 !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(24px, 2.15vw, 36px) !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    justify-items: center !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand p {
    text-align: center !important;
  }
}

/* Keep the supported-app icons contained by the PC header. */
@media (min-width: 641px) {
  html body > header.site-header {
    overflow: hidden !important;
  }

  html body > header.site-header .site-header__apps {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    align-self: center !important;
    max-height: 100% !important;
    transform: none !important;
  }
}

@media (min-width: 1181px) {
  html body > header.site-header {
    grid-template-columns: minmax(180px, 244px) minmax(0, 1fr) auto !important;
    grid-template-rows: 1fr !important;
  }

  html body > header.site-header .site-header__apps {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }
}

html body main #interview .interview-lead {
  display: block !important;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-family: var(--font-serif) !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  html body main #benefits.benefits-redesign .benefits-redesign__description {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
  }
}

/* Mobile FV: tighten the copy-to-brand rhythm and unify the question type. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .partner-fv__question {
    position: relative !important;
    z-index: 3 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    color: #111111 !important;
    font-family: var(--font-sans), "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
    font-size: clamp(16px, 4.3vw, 17px) !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    position: relative !important;
    inset: auto !important;
    margin: 12px 0 0 !important;
  }
}

/* LINE CTA areas do not use musical-note decorations. */
html body main .cta-band .section-kicker.c-kicker::before,
html body main .cta-band .section-kicker.c-kicker::after,
html body main .final-cta .section-kicker.c-kicker::before,
html body main .final-cta .section-kicker.c-kicker::after,
html body main .cta-band .button::after,
html body main .final-cta .button::after,
html body main .final-cta-inner::before {
  display: none !important;
  content: none !important;
}

/* Footer: quiet logo-and-sitemap composition. */
html body .site-footer {
  display: grid !important;
  grid-template-columns: 260px minmax(420px, 560px) !important;
  grid-template-rows: auto auto auto !important;
  gap: 24px clamp(40px, 5vw, 72px) !important;
  justify-content: center !important;
  align-items: start !important;
  min-height: 255px !important;
  padding: 54px clamp(48px, 6vw, 96px) 24px !important;
  color: #ffffff !important;
  background: #050505 !important;
}

html body .site-footer::before {
  display: none !important;
  content: none !important;
}

html body .site-footer .footer-brand {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  align-self: center !important;
  justify-self: start !important;
}

html body .site-footer .footer-brand img {
  width: min(230px, 100%) !important;
  height: auto !important;
  filter: invert(1) !important;
}

html body .site-footer > .site-footer__map-title {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.48) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.26em !important;
  text-align: left !important;
}

html body .site-footer .site-footer__nav {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px clamp(54px, 7vw, 100px) !important;
  width: 100% !important;
  border: 0 !important;
}

html body .site-footer .site-footer__nav a {
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.64) !important;
  border: 0 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.08em !important;
}

html body .site-footer .site-footer__nav a:hover,
html body .site-footer .site-footer__nav a:focus-visible {
  color: #ffffff !important;
}

html body .site-footer > .site-footer__copyright {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  margin: 8px 0 0 !important;
  color: rgba(255, 255, 255, 0.34) !important;
  font-size: 10px !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  html body .site-footer {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    min-height: 0 !important;
    padding: 28px 20px 88px !important;
  }

  html body .site-footer .footer-brand {
    align-self: flex-start !important;
  }

  html body .site-footer .footer-brand img {
    width: 156px !important;
  }

  html body .site-footer > .site-footer__map-title {
    display: none !important;
  }

  html body .site-footer .site-footer__nav {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    gap: 14px 0 !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 2px !important;
  }

  html body .site-footer .site-footer__nav a {
    grid-column: span 2 !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html body .site-footer .site-footer__nav a:nth-child(6) {
    grid-column: 2 / span 2 !important;
  }

  html body .site-footer .site-footer__nav a:nth-child(7) {
    grid-column: 4 / span 2 !important;
  }

  html body .site-footer .site-footer__nav a:nth-child(8) {
    grid-column: 6 / span 2 !important;
  }

  html body .site-footer .site-footer__nav a:nth-child(9) {
    grid-column: 8 / span 2 !important;
  }

  html body .site-footer .site-footer__nav a:nth-child(10) {
    grid-column: 3 / span 2 !important;
  }

  html body .site-footer .site-footer__nav a:nth-child(11) {
    grid-column: 5 / span 2 !important;
  }

  html body .site-footer .site-footer__nav a:nth-child(12) {
    grid-column: 7 / span 2 !important;
  }

  html body .site-footer > .site-footer__copyright {
    width: 100% !important;
    margin-top: 4px !important;
    font-size: 10px !important;
  }
}

/* Mobile FV final layout: one-third shorter with the offer fixed to four lines. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .fv-stage {
    height: 468px !important;
    min-height: 468px !important;
    max-height: 468px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner {
    padding: 14px 16px 10px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro {
    width: 100% !important;
    max-width: 380px !important;
    margin-top: 10px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro p {
    font-size: clamp(17px, 4.6vw, 20px) !important;
    line-height: 1.34 !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__question {
    margin: 2px 0 0 !important;
    font-size: clamp(16px, 4.3vw, 18px) !important;
    line-height: 1.32 !important;
    white-space: normal !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    position: absolute !important;
    inset: auto auto 91px 16px !important;
    width: 46% !important;
    max-width: 190px !important;
    margin: 0 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof {
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
    gap: 4px !important;
  }
}

/* PC FV: tighten the vertical rhythm between copy blocks. */
@media (min-width: 641px) {
  html body main > section.hero.c-section--hero .partner-fv__inner {
    padding-top: 24px !important;
    padding-bottom: 22px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > span {
    margin-bottom: 12px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro {
    margin-top: 14px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__question {
    margin-top: 0 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    margin-top: 14px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof {
    margin-top: 14px !important;
    padding-top: 10px !important;
  }
}

/* Mobile FV typography and spacing based on the approved reference layout. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .fv-stage {
    height: 570px !important;
    min-height: 570px !important;
    max-height: 570px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner {
    align-content: start !important;
    padding: 16px 16px 10px !important;
    text-align: left !important;
  }

  html body main > section.hero.c-section--hero .fv-bg--mobile {
    object-position: center 65% !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > span {
    margin: 0 0 12px !important;
    padding: 0 0 5px !important;
    font-size: clamp(12px, 3.45vw, 14px) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__title > strong {
    display: block !important;
    margin-left: 12px !important;
    font-size: clamp(28px, 7.8vw, 32px) !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro {
    margin-top: 13px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__intro p {
    font-size: clamp(18px, 5vw, 21px) !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__question {
    margin-top: 3px !important;
    font-size: clamp(17px, 4.8vw, 20px) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand {
    inset: auto auto 90px 16px !important;
    width: 56% !important;
    max-width: 220px !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand p {
    margin: 0 0 4px !important;
    font-size: clamp(9px, 2.7vw, 11px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__brand img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__proof li {
    font-size: clamp(8px, 2.4vw, 10px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
  }
}

/* Mobile FV artwork supplied as a complete, fixed composition. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .fv-stage {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 12 / 19 !important;
    overflow: hidden !important;
    background: #d7e6f6 !important;
  }

  html body main > section.hero.c-section--hero .fv-bg--mobile {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    opacity: 1 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner {
    display: none !important;
  }
}

/* Mobile FV proof: overlay directly below the logo in the supplied artwork. */
html body main > section.hero.c-section--hero .fv-stage > .fv-proof {
  display: none !important;
}

@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .fv-stage > .fv-proof {
    position: absolute !important;
    top: 77% !important;
    right: 8px !important;
    bottom: auto !important;
    left: 8px !important;
    z-index: 6 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(8px, 2.35vw, 10px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    opacity: 1 !important;
    transform: none !important;
  }

  html body main > section.hero.c-section--hero .fv-stage > .fv-proof > span {
    display: grid !important;
    place-items: center !important;
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 4px 5px !important;
    background: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.72) !important;
  }

  html body main > section.hero.c-section--hero .fv-stage > .fv-proof > span:first-child {
    grid-column: 1 / -1 !important;
  }

  html body main > section.hero.c-section--hero .fv-stage > .fv-proof > span::before,
  html body main > section.hero.c-section--hero .fv-stage > .fv-proof > span::after {
    display: none !important;
    content: none !important;
  }
}

/* Interview media: static thumbnail with a quiet text link beneath it. */
html body main #interview .interview-media {
  justify-items: stretch !important;
  gap: 12px !important;
}

html body main #interview .interview-video,
html body main #interview .interview-video:hover,
html body main #interview .interview-video:focus-visible {
  border-color: rgba(255, 255, 255, 0.2) !important;
  outline: 0 !important;
  transform: none !important;
}

html body main #interview .interview-video img {
  transform: none !important;
  transition: none !important;
}

html body main #interview .interview-video__play,
html body main #interview .interview-youtube-button__icon {
  display: none !important;
}

html body main #interview .interview-youtube-button,
html body main #interview .interview-youtube-button:hover,
html body main #interview .interview-youtube-button:focus-visible {
  justify-self: end !important;
  width: auto !important;
  min-height: 0 !important;
  gap: 9px !important;
  padding: 0 !important;
  color: #ffffff !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(14px, 1.25vw, 17px) !important;
  text-decoration: none !important;
  transform: none !important;
}

html body main #interview .interview-youtube-button__arrow {
  font-size: 1.1em !important;
}

/* Partner voice titles use the same text column width as their body copy. */
html body main #voices .voice-card > h3,
html body main #voices .voice-card > .voice-transcript {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 640px) {
  html body main #voices .voice-card > h3,
  html body main #voices .voice-card > .voice-transcript {
    width: 20em !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 640px) {
  html body main #interview #interview-title {
    font-size: 27px !important;
  }
}

/* Mobile FV proof and first-load LINE CTA placement. */
@media (max-width: 640px) {
  html body {
    position: relative !important;
  }

  html body main > section.hero.c-section--hero .fv-stage > .fv-proof {
    top: auto !important;
    right: 10px !important;
    bottom: clamp(28px, 7vw, 34px) !important;
    left: 10px !important;
    gap: 6px !important;
    color: #151515 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body main > section.hero.c-section--hero .fv-stage > .fv-proof > span {
    min-height: 36px !important;
    padding: 5px 6px !important;
    color: #151515 !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html body > #line-cta-primary.is-at-fv-bottom {
    position: absolute !important;
    top: var(--fv-cta-initial-top, calc(100vh - 58px)) !important;
    bottom: auto !important;
    transform: none !important;
  }

  html body > #line-cta-primary.is-sticky {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

/* PC chrome: compact the header and keep the footer comfortably sized. */
@media (min-width: 901px) {
  html body.interline-agency-lp > header.site-header,
  html body.interline-agency-lp.admin-bar > header.site-header {
    height: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  html body > header.site-header .site-header__logo img {
    width: clamp(174px, 15vw, 220px) !important;
    max-height: 52px !important;
  }

  html body .site-footer {
    grid-template-columns: 230px minmax(560px, 760px) !important;
    grid-template-rows: auto auto auto !important;
    gap: 10px clamp(32px, 4vw, 56px) !important;
    min-height: 172px !important;
    padding: 28px clamp(40px, 5vw, 80px) 20px !important;
  }

  html body .site-footer .footer-brand img {
    width: min(210px, 100%) !important;
  }

  html body .site-footer .site-footer__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px 28px !important;
  }

  html body .site-footer > .site-footer__copyright {
    margin-top: 2px !important;
  }
}

/* Company services: stack every service on desktop and mobile. */
html body main #company .company-services > span {
  display: block !important;
}

html body main #company .company-services > span + span {
  margin-top: 5px !important;
}

html body main #company .company-services > i {
  display: none !important;
  font-style: normal !important;
}

/* Mobile hero: use the supplied artwork as the complete first-view composition. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero .fv-stage {
    aspect-ratio: 12 / 19 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #d7e6f6 !important;
  }

  html body main > section.hero.c-section--hero .fv-bg--mobile {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    opacity: 1 !important;
  }

  html body main > section.hero.c-section--hero .partner-fv__inner {
    display: none !important;
  }
}

/* Final mobile section rhythm: keep section separation without doubled padding. */
@media (max-width: 640px) {
  html body main #benefits.benefits-redesign {
    padding-bottom: 36px !important;
  }

  html body main #benefits.benefits-redesign + .cta-band {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }

  html body main #interview.interview {
    padding-bottom: 34px !important;
  }

  html body main #message.message {
    padding-top: 0 !important;
  }

  html body main #message.message > .section-inner {
    padding-top: 38px !important;
  }

  html body main #flow.flow {
    padding-bottom: 36px !important;
  }

  html body main #flow.flow + .cta-band {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }
}

/* PC FV: move the copy closer to the person while preserving a clear gap. */
@media (min-width: 901px) {
  html body main > section.hero.c-section--hero .partner-fv__inner {
    left: clamp(180px, 18vw, 340px) !important;
  }
}

/* Mobile section rhythm: remove doubled outer/inner spacing at key boundaries. */
@media (max-width: 640px) {
  html body main > section.hero.c-section--hero + #benefits.benefits-redesign,
  html body main #benefits.benefits-redesign,
  html body main #message.message,
  html body main #flow.flow {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  html body main #benefits.benefits-redesign > .benefits-redesign__inner {
    min-height: 0 !important;
    padding: 34px 20px 24px !important;
  }

  html body main #benefits.benefits-redesign .benefits-redesign__body,
  html body main #benefits.benefits-redesign .benefits-redesign__visual {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body main #benefits.benefits-redesign + .cta-band,
  html body main #message.message + .cta-band,
  html body main #flow.flow + .cta-band {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 18px 14px 22px !important;
  }

  html body main #benefits.benefits-redesign + .cta-band > .cta-inner,
  html body main #message.message + .cta-band > .cta-inner,
  html body main #flow.flow + .cta-band > .cta-inner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 24px 16px !important;
  }

  html body main #interview.interview {
    margin-bottom: 0 !important;
    padding-bottom: 18px !important;
  }

  html body main #message.message > .ds-container.section-inner {
    min-height: 0 !important;
    padding-top: 26px !important;
    padding-bottom: 24px !important;
  }

  html body main #message.message .message-body,
  html body main #message.message .message-chapter,
  html body main #message.message .signature {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body main #flow.flow > .section-inner {
    min-height: 0 !important;
    padding-bottom: 24px !important;
  }
}

/* Compact the page rhythm without changing the first-view height. */
@media (min-width: 641px) {
  html body main > section.section:not(.hero) {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  html body main > section.cta-band {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  html body main > section.cta-band > .cta-inner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  html body main > section.final-cta {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  /* The white wash was a CSS effect, not part of the source image. */
  html body main > section.hero.c-section--hero .partner-fv__inner::before {
    display: none !important;
    content: none !important;
    background: none !important;
  }
}

@media (max-width: 640px) {
  html body main > section.section:not(.hero) {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  html body main > section.cta-band {
    padding: 12px 14px 16px !important;
  }

  html body main > section.cta-band > .cta-inner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 22px 16px !important;
  }

  html body main #benefits.benefits-redesign {
    padding: 0 !important;
  }

  html body main #benefits.benefits-redesign > .benefits-redesign__inner {
    min-height: 0 !important;
    padding: 28px 20px 20px !important;
  }

  html body main #interview.interview {
    padding-top: 34px !important;
    padding-bottom: 14px !important;
  }

  html body main #message.message {
    padding: 0 !important;
  }

  html body main #message.message > .ds-container.section-inner {
    min-height: 0 !important;
    padding-top: 22px !important;
    padding-bottom: 20px !important;
  }

  html body main #flow.flow {
    padding: 0 !important;
  }

  html body main #flow.flow > .section-inner {
    min-height: 0 !important;
    padding-top: 32px !important;
    padding-bottom: 20px !important;
  }

  html body main > section.final-cta {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
}

/* Remove the interview divider and tighten the adjacent desktop sections. */
html body main #interview::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

@media (min-width: 641px) {
  html body main #benefits.benefits-redesign {
    padding: 0 !important;
  }

  html body main #benefits.benefits-redesign > .benefits-redesign__inner {
    min-height: 0 !important;
    padding-top: 54px !important;
    padding-bottom: 32px !important;
  }

  html body main #benefits.benefits-redesign .benefits-redesign__body,
  html body main #benefits.benefits-redesign .benefits-redesign__visual {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  html body main #benefits.benefits-redesign + .cta-band {
    padding-top: 14px !important;
    padding-bottom: 22px !important;
  }

  html body main #benefits.benefits-redesign + .cta-band > .cta-inner {
    margin-top: 0 !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  html body main #interview.interview {
    padding-bottom: 30px !important;
  }

  html body main #message.message {
    padding: 0 !important;
  }

  html body main #message.message > .ds-container.section-inner {
    min-height: 0 !important;
    padding-top: 38px !important;
    padding-bottom: 32px !important;
  }

  html body main #message.message .section-head {
    margin-bottom: 38px !important;
  }

  html body main #message.message + .cta-band {
    padding-top: 14px !important;
    padding-bottom: 22px !important;
  }

  html body main #message.message + .cta-band > .cta-inner {
    margin-top: 0 !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  html body main #flow.flow {
    padding: 0 !important;
  }

  html body main #flow.flow > .section-inner {
    min-height: 0 !important;
    padding-top: 46px !important;
    padding-bottom: 32px !important;
  }

  html body main #flow.flow + .cta-band {
    padding-top: 14px !important;
    padding-bottom: 22px !important;
  }

  html body main #flow.flow + .cta-band > .cta-inner {
    margin-top: 0 !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
}

/* Keep the company profile on a clean white background at every viewport. */
html body main #company.company {
  background-color: #ffffff !important;
  background-image: none !important;
}

html body main #company.company::before,
html body main #company.company::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* WP custom CSS from source LP */
/* Interline LP: fixed support visual and single-line roadmap title */
@media (min-width: 901px) {
  html body main #solutions .solutions-visual {
    align-self: start !important;
    position: sticky !important;
    top: 50vh !important;
    transform: translateY(-50%) !important;
  }
}

html body main #flow #flow-title {
  width: 100% !important;
  max-width: none !important;
  font-size: clamp(18px, 4.2vw, 56px) !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
}
/* Interline LP: fixed support visual, single-line roadmap title, centered proof */
@media (min-width: 901px) {
  html body main #solutions .solutions-visual {
    align-self: start !important;
    position: sticky !important;
    top: 50vh !important;
    transform: translateY(-50%) !important;
  }
}

html body main #flow #flow-title {
  width: 100% !important;
  max-width: none !important;
  font-size: clamp(18px, 4.2vw, 56px) !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
}

html body main > .hero.hero .fv-proof {
  right: auto !important;
  left: 50% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: translateX(-50%) !important;
}
