:root {
  --home-blue: #0f63e6;
  --home-blue-deep: #063a91;
  --home-cyan: #13a8d8;
  --home-ink: #10233f;
  --home-text: #294262;
  --home-muted: #657892;
  --home-line: #d8e6f8;
  --home-soft: #f3f8ff;
  --home-soft-2: #f8fbff;
  --home-green: #0f9f83;
  --home-shadow: 0 22px 54px rgba(20, 63, 132, 0.11);
  --home-shadow-soft: 0 12px 32px rgba(20, 63, 132, 0.08);
}

body {
  background: #ffffff !important;
  color: var(--home-text) !important;
}

.container,
header.hero#home > .container,
.top-nav > .container,
.footer > .container {
  width: min(1440px, calc(100% - 40px)) !important;
}

.top-nav {
  position: sticky !important;
  top: 0;
  z-index: 120;
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(216, 230, 248, 0.95) !important;
  box-shadow: 0 10px 30px rgba(16, 35, 63, 0.05) !important;
}

.brand {
  color: var(--home-ink) !important;
}

.menu a {
  border-radius: 8px !important;
  color: #305071 !important;
}

.menu a:hover,
.menu a.active {
  background: #eef6ff !important;
  color: var(--home-blue) !important;
}

header.hero#home {
  padding: 44px 0 76px !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 99, 230, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 99, 230, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 46%, #ffffff 100%) !important;
  background-size: 44px 44px, 44px 44px, auto !important;
}

header.hero#home::before,
header.hero#home::after,
header.hero#home .hero-panel::before,
header.hero#home .hero-panel::after,
header.hero#home .hero-tech-strip::before,
header.hero#home .hero-solution-board::before,
header.hero#home .comparison-section::before,
header.hero#home .home-case-section::before {
  display: none !important;
  content: none !important;
}

header.hero#home .hero-panel {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

header.hero#home .hero-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 28px !important;
  min-height: 0 !important;
}

header.hero#home .hero-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr) !important;
  align-items: center !important;
  gap: clamp(28px, 4vw, 58px) !important;
  padding: clamp(34px, 5vw, 64px) !important;
  border: 1px solid var(--home-line) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(115deg, rgba(239, 247, 255, 0.96) 0%, #ffffff 46%, rgba(245, 251, 255, 0.98) 100%) !important;
  box-shadow: var(--home-shadow) !important;
  text-align: left !important;
}

header.hero#home .hero-copy-main {
  max-width: 690px !important;
}

header.hero#home .hero-copy h1 {
  margin: 0 0 18px !important;
  color: var(--home-ink) !important;
  font-size: clamp(44px, 5vw, 76px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  font-weight: 900 !important;
  text-align: left !important;
}

header.hero#home .hero-copy h1 span {
  display: block;
}

header.hero#home .hero-copy h1 span:last-child {
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
}

header.hero#home .hero-copy .subtitle {
  max-width: 620px !important;
  margin: 0 !important;
  color: #3f5775 !important;
  -webkit-text-fill-color: #3f5775 !important;
  font-size: clamp(17px, 1.35vw, 21px) !important;
  line-height: 1.82 !important;
  font-weight: 650 !important;
  text-align: left !important;
}

header.hero#home .hero-trust-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

header.hero#home .hero-trust-points li {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #d6e6fb;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #1f4d8a !important;
  -webkit-text-fill-color: #1f4d8a !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

header.hero#home .hero-trust-points li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-cyan);
  box-shadow: 0 0 0 4px rgba(19, 168, 216, 0.12);
}

header.hero#home .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 28px !important;
  justify-content: flex-start !important;
}

header.hero#home .hero-action {
  min-width: 148px !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

header.hero#home .hero-action.primary {
  border: 1px solid var(--home-blue) !important;
  background: linear-gradient(180deg, #1976ff, #0f63e6) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(15, 99, 230, 0.24) !important;
}

header.hero#home .hero-action.secondary {
  border: 1px solid #c9dcf5 !important;
  background: #ffffff !important;
  color: var(--home-blue-deep) !important;
  -webkit-text-fill-color: var(--home-blue-deep) !important;
}

header.hero#home .hero-signing-visual {
  margin: 0 !important;
  border: 1px solid #cfe1f7 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: var(--home-shadow-soft) !important;
}

header.hero#home .hero-signing-visual img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1.58 !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 6px !important;
  background: #f7fbff !important;
  box-shadow: none !important;
}

header.hero#home .hero-tech-strip,
header.hero#home .hero-media,
header.hero#home .comparison-section,
header.hero#home .home-case-section {
  margin-top: 28px !important;
}

header.hero#home .hero-tech-strip,
header.hero#home .hero-solution-board,
header.hero#home .comparison-section,
header.hero#home .home-case-section {
  border: 1px solid var(--home-line) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--home-shadow-soft) !important;
}

header.hero#home .hero-tech-strip {
  display: block !important;
  padding: clamp(28px, 3.5vw, 46px) !important;
}

header.hero#home .hero-audience-title,
header.hero#home .solution-board-head h2,
header.hero#home .comparison-title,
header.hero#home .home-case-title {
  margin: 0 !important;
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: clamp(28px, 2.5vw, 42px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

header.hero#home .hero-audience-title::after,
header.hero#home .solution-board-head h2::after,
header.hero#home .comparison-title::after,
header.hero#home .home-case-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-blue), var(--home-cyan));
}

header.hero#home .hero-segment-tabs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 30px 0 18px !important;
}

header.hero#home .hero-segment-tab {
  min-height: 112px !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 18px !important;
  border: 1px solid #d3e4f8 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  text-align: left !important;
  box-shadow: none !important;
}

header.hero#home .hero-segment-tab:hover,
header.hero#home .hero-segment-tab.is-active {
  border-color: #87baff !important;
  background: linear-gradient(180deg, #f8fbff, #eef6ff) !important;
  box-shadow: 0 12px 26px rgba(15, 99, 230, 0.1) !important;
}

header.hero#home .hero-segment-tab strong {
  width: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #1976ff, #0f63e6) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 17px !important;
  line-height: 1 !important;
  box-shadow: 0 10px 22px rgba(15, 99, 230, 0.18) !important;
}

header.hero#home .hero-segment-tab span {
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: clamp(17px, 1.35vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

header.hero#home .hero-segment-panel {
  padding: clamp(24px, 3vw, 38px) !important;
  border: 1px solid #d6e6fb !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: none !important;
}

header.hero#home .hero-segment-desc {
  max-width: 980px !important;
  margin: 0 0 20px !important;
  color: #173c6d !important;
  -webkit-text-fill-color: #173c6d !important;
  font-size: clamp(20px, 1.7vw, 28px) !important;
  line-height: 1.65 !important;
  font-weight: 900 !important;
}

header.hero#home .hero-segment-block {
  padding: 20px !important;
  border: 1px solid #dbe9fb !important;
  border-radius: 8px !important;
  background: #ffffff !important;
}

header.hero#home .hero-segment-block h4 {
  margin: 0 0 12px !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

header.hero#home .hero-segment-block ul {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

header.hero#home .hero-segment-block li {
  position: relative;
  padding-left: 20px !important;
  color: #2f4c70 !important;
  -webkit-text-fill-color: #2f4c70 !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.7 !important;
}

header.hero#home .hero-segment-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-blue);
}

header.hero#home .hero-segment-fit {
  margin: 18px 0 0 !important;
  padding: 14px 16px !important;
  border: 1px solid #cfe2fb !important;
  border-radius: 8px !important;
  background: #eef6ff !important;
  color: #104178 !important;
  -webkit-text-fill-color: #104178 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.7 !important;
}

header.hero#home .hero-media {
  display: block !important;
}

header.hero#home .hero-solution-board {
  padding: clamp(30px, 4vw, 52px) !important;
}

header.hero#home .solution-board-head {
  max-width: 980px !important;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

header.hero#home .solution-board-head h2 strong {
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
}

header.hero#home .solution-board-subtitle,
header.hero#home .comparison-subtitle,
header.hero#home .home-case-desc {
  max-width: 900px !important;
  margin: 16px auto 0 !important;
  color: #5a6f8a !important;
  -webkit-text-fill-color: #5a6f8a !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  font-weight: 650 !important;
  text-align: center !important;
}

header.hero#home .solution-board-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

header.hero#home .solution-chain-visual {
  min-height: 100% !important;
  padding: 26px !important;
  border: 1px solid #cfe1f7 !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, #f7fbff, #ffffff) !important;
  box-shadow: none !important;
}

header.hero#home .solution-chain-head strong {
  display: block !important;
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: clamp(24px, 2vw, 32px) !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

header.hero#home .solution-chain-head p {
  margin: 12px 0 0 !important;
  color: #5b708b !important;
  -webkit-text-fill-color: #5b708b !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

header.hero#home .solution-chain-flow {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 26px !important;
}

header.hero#home .solution-chain-node {
  min-height: 128px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 16px 12px !important;
  border: 1px solid #d6e6fb !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  text-align: center !important;
}

header.hero#home .solution-chain-icon {
  align-self: center !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  background: #edf5ff !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-weight: 900 !important;
}

header.hero#home .solution-chain-node strong {
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

header.hero#home .solution-chain-node span:last-child {
  color: #61748d !important;
  -webkit-text-fill-color: #61748d !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

header.hero#home .solution-chain-arrow {
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

header.hero#home .solution-chain-result {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

header.hero#home .solution-chain-result span {
  padding: 12px !important;
  border-radius: 8px !important;
  background: #eaf7ff !important;
  color: #075f92 !important;
  -webkit-text-fill-color: #075f92 !important;
  font-weight: 900 !important;
  text-align: center !important;
}

header.hero#home .solution-board-layout .hero-product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

header.hero#home .solution-board-layout .hero-product-card {
  min-height: 238px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 22px !important;
  border: 1px solid #d6e6fb !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

header.hero#home .solution-board-layout .hero-product-card:hover {
  border-color: #91beff !important;
  box-shadow: 0 14px 30px rgba(15, 99, 230, 0.1) !important;
  transform: translateY(-2px) !important;
}

header.hero#home .hero-product-head {
  gap: 14px !important;
}

header.hero#home .hero-product-no {
  width: 42px !important;
  height: 42px !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #1976ff, #0f63e6) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none !important;
}

header.hero#home .hero-product-title {
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: clamp(19px, 1.45vw, 24px) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
}

header.hero#home .hero-product-slogan {
  margin-top: 8px !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

header.hero#home .hero-product-desc,
header.hero#home .hero-product-fit p {
  color: #526a86 !important;
  -webkit-text-fill-color: #526a86 !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  font-weight: 650 !important;
}

header.hero#home .hero-product-fit {
  margin-top: 18px !important;
  padding-top: 14px !important;
  border-top: 1px solid #e3edf9 !important;
}

header.hero#home .hero-product-fit span {
  display: inline-flex !important;
  margin-bottom: 8px !important;
  padding: 4px 8px !important;
  border-radius: 8px !important;
  background: #eef6ff !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

header.hero#home .comparison-section,
header.hero#home .home-case-section {
  padding: clamp(30px, 4vw, 52px) !important;
}

header.hero#home .comparison-shell,
header.hero#home .home-case-shell {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

header.hero#home .comparison-head,
header.hero#home .home-case-head {
  margin-bottom: 28px !important;
  text-align: center !important;
}

header.hero#home .comparison-proof-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

header.hero#home .comparison-proof-card,
header.hero#home .comparison-section .proof-card {
  border: 1px solid #d6e6fb !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

header.hero#home .comparison-proof-card {
  padding: 22px !important;
}

header.hero#home .comparison-proof-label {
  display: inline-flex !important;
  margin-bottom: 12px !important;
  padding: 5px 9px !important;
  border-radius: 8px !important;
  background: #eef6ff !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

header.hero#home .comparison-proof-card strong {
  display: block !important;
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: 21px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
}

header.hero#home .comparison-proof-card p {
  margin: 12px 0 0 !important;
  color: #566d88 !important;
  -webkit-text-fill-color: #566d88 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

header.hero#home .comparison-section .proof-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

header.hero#home .comparison-section .proof-card {
  min-height: 100px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 10px !important;
  text-align: center !important;
}

header.hero#home .comparison-section .proof-card strong {
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: clamp(22px, 1.8vw, 30px) !important;
  font-weight: 900 !important;
}

header.hero#home .comparison-section .proof-card span {
  margin-top: 6px !important;
  color: #49617d !important;
  -webkit-text-fill-color: #49617d !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

header.hero#home .home-case-stage {
  position: relative !important;
  padding: 22px !important;
  border: 1px solid #d6e6fb !important;
  border-radius: 8px !important;
  background: #f8fbff !important;
}

header.hero#home .home-case-controls {
  position: absolute !important;
  top: -58px !important;
  right: 0 !important;
  display: flex !important;
  gap: 10px !important;
}

header.hero#home .home-case-arrow {
  width: 46px !important;
  height: 40px !important;
  border: 1px solid #c7dcf7 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: 0 !important;
  box-shadow: none !important;
}

header.hero#home .home-case-prev::before {
  content: "<<";
  font-size: 15px;
  font-weight: 900;
}

header.hero#home .home-case-next::before {
  content: ">>";
  font-size: 15px;
  font-weight: 900;
}

header.hero#home .home-case-row + .home-case-row {
  margin-top: 22px !important;
  padding-top: 22px !important;
  border-top: 1px solid #dce9f8 !important;
}

header.hero#home .home-case-row-viewport {
  overflow-x: auto !important;
  padding-bottom: 4px !important;
  scroll-snap-type: x mandatory !important;
}

header.hero#home .home-case-row-track {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(300px, 360px) !important;
  gap: 16px !important;
}

header.hero#home .home-case-card {
  scroll-snap-align: start !important;
  border: 1px solid #d6e6fb !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

header.hero#home .home-case-media {
  height: 250px !important;
  border-bottom: 1px solid #e1ecfa !important;
  background:
    linear-gradient(90deg, rgba(15, 99, 230, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 99, 230, 0.04) 1px, transparent 1px),
    #f7fbff !important;
  background-size: 28px 28px, 28px 28px, auto !important;
}

header.hero#home .home-case-card img,
header.hero#home .home-case-card video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

header.hero#home .home-case-body {
  padding: 16px !important;
}

header.hero#home .home-case-body strong {
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

header.hero#home .home-case-body span {
  display: block !important;
  margin-top: 6px !important;
  color: #61748d !important;
  -webkit-text-fill-color: #61748d !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

header.hero#home .home-case-play {
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  background: linear-gradient(180deg, #1976ff, #0f63e6) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(15, 99, 230, 0.28) !important;
}

.floating-consult-btn {
  border-radius: 8px !important;
  background: linear-gradient(180deg, #1976ff, #0f63e6) !important;
  box-shadow: 0 14px 28px rgba(15, 99, 230, 0.24) !important;
}

.modal-card,
.floating-service-qr,
.image-lightbox-dialog {
  border-radius: 8px !important;
}

.footer {
  padding: 34px 0 !important;
  border-top: 1px solid #d8e6f8 !important;
  background: #f7fbff !important;
  color: #516781 !important;
}

.footer .container {
  display: grid !important;
  gap: 8px !important;
  text-align: center !important;
  font-size: 14px !important;
}

/* Keep every homepage block aligned to the same width as the audience card. */
header.hero#home .hero-panel,
header.hero#home .hero-layout,
header.hero#home .hero-copy,
header.hero#home .hero-tech-strip,
header.hero#home .hero-media,
header.hero#home .hero-solution-board,
header.hero#home .comparison-section,
header.hero#home .home-case-section,
header.hero#home .home-news-section {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

header.hero#home .hero-copy,
header.hero#home .hero-tech-strip,
header.hero#home .hero-media,
header.hero#home .hero-solution-board,
header.hero#home .comparison-section,
header.hero#home .home-case-section,
header.hero#home .home-news-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

header.hero#home .comparison-shell,
header.hero#home .home-case-shell,
header.hero#home .solution-board-layout {
  width: 100% !important;
  max-width: none !important;
}

header.hero#home .home-case-head {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}

header.hero#home .home-case-head > div {
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

header.hero#home .home-case-title,
header.hero#home .home-case-desc {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

header.hero#home .home-case-controls {
  top: -62px !important;
  right: 0 !important;
  gap: 12px !important;
}

header.hero#home .home-case-arrow {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid #b8d5fb !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 255, 0.98)) !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  box-shadow: 0 10px 24px rgba(15, 99, 230, 0.12) !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

header.hero#home .home-case-arrow::before,
header.hero#home .home-case-arrow::after {
  display: none !important;
  content: none !important;
}

header.hero#home .home-case-arrow svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

header.hero#home .home-case-arrow path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

header.hero#home .home-case-arrow:hover {
  border-color: var(--home-blue) !important;
  background: linear-gradient(180deg, #1976ff, #0f63e6) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(15, 99, 230, 0.22) !important;
  transform: translateY(-1px) !important;
}

header.hero#home .home-case-arrow:focus-visible {
  outline: 3px solid rgba(15, 99, 230, 0.18) !important;
  outline-offset: 3px !important;
}

header.hero#home .home-news-section {
  margin-top: 28px !important;
  padding: clamp(30px, 4vw, 52px) !important;
  border: 1px solid var(--home-line) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--home-shadow-soft) !important;
}

header.hero#home .home-news-head {
  max-width: 920px !important;
  margin: 0 auto 28px !important;
  text-align: center !important;
}

header.hero#home .home-news-title {
  margin: 0 !important;
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: clamp(28px, 2.5vw, 42px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

header.hero#home .home-news-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-blue), var(--home-cyan));
}

header.hero#home .home-news-desc {
  max-width: 900px !important;
  margin: 16px auto 0 !important;
  color: #5a6f8a !important;
  -webkit-text-fill-color: #5a6f8a !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  font-weight: 650 !important;
  text-align: center !important;
}

header.hero#home .home-news-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

header.hero#home .home-news-feature,
header.hero#home .home-news-card {
  border: 1px solid #d6e6fb !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

header.hero#home .home-news-feature {
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  overflow: hidden !important;
}

header.hero#home .home-news-feature:hover,
header.hero#home .home-news-card:hover {
  border-color: #91beff !important;
  box-shadow: 0 14px 30px rgba(15, 99, 230, 0.1) !important;
  transform: translateY(-2px) !important;
}

header.hero#home .home-news-feature-media {
  margin: 0 !important;
  background: #f7fbff !important;
  border-bottom: 1px solid #e1ecfa !important;
}

header.hero#home .home-news-feature-media img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  object-fit: cover !important;
}

header.hero#home .home-news-feature-copy {
  padding: 22px !important;
}

header.hero#home .home-news-label,
header.hero#home .home-news-card span {
  display: inline-flex !important;
  width: fit-content !important;
  padding: 5px 9px !important;
  border-radius: 8px !important;
  background: #eef6ff !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

header.hero#home .home-news-feature h3 {
  margin: 14px 0 0 !important;
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: clamp(22px, 2vw, 32px) !important;
  line-height: 1.36 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

header.hero#home .home-news-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

header.hero#home .home-news-card {
  min-height: 190px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 20px !important;
}

header.hero#home .home-news-card strong {
  color: var(--home-ink) !important;
  -webkit-text-fill-color: var(--home-ink) !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  line-height: 1.52 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

header.hero#home .home-news-card::after {
  content: "阅读详情";
  color: var(--home-blue);
  -webkit-text-fill-color: var(--home-blue);
  font-size: 13px;
  font-weight: 900;
}

header.hero#home .home-case-row-track {
  gap: 10px !important;
  grid-auto-columns: minmax(300px, 330px) !important;
}

header.hero#home .home-case-stage {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

header.hero#home .home-case-row + .home-case-row {
  margin-top: 16px !important;
  padding-top: 16px !important;
}

header.hero#home .hero-product-price {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  margin: 14px 0 0 !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  line-height: 1 !important;
}

header.hero#home .hero-product-price strong {
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: clamp(28px, 2.1vw, 38px) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

header.hero#home .hero-product-price span {
  color: #315f9e !important;
  -webkit-text-fill-color: #315f9e !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

header.hero#home .hero-product-bundle {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 24px !important;
  border: 1px solid #8fbdff !important;
  border-radius: 8px !important;
  background:
    linear-gradient(90deg, rgba(15, 99, 230, 0.11), rgba(19, 168, 216, 0.07)),
    #f7fbff !important;
  box-shadow: 0 16px 34px rgba(15, 99, 230, 0.12) !important;
}

header.hero#home .hero-product-bundle-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 12px !important;
}

header.hero#home .hero-product-bundle-label {
  width: fit-content !important;
  display: inline-flex !important;
  padding: 5px 10px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

header.hero#home .hero-product-bundle-price {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
}

header.hero#home .hero-product-origin {
  color: #647894 !important;
  -webkit-text-fill-color: #647894 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

header.hero#home .hero-product-origin del {
  color: #7b8ca3 !important;
  -webkit-text-fill-color: #7b8ca3 !important;
  text-decoration-thickness: 2px !important;
}

header.hero#home .hero-product-bundle-price strong {
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  font-size: clamp(36px, 3.2vw, 54px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

header.hero#home .hero-product-upgrade {
  padding: 6px 10px !important;
  border-radius: 8px !important;
  background: #e9f7f4 !important;
  color: var(--home-green) !important;
  -webkit-text-fill-color: var(--home-green) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

header.hero#home .hero-product-buy {
  min-width: 132px !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--home-blue) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #1976ff, #0f63e6) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  box-shadow: 0 14px 28px rgba(15, 99, 230, 0.24) !important;
}

header.hero#home .hero-product-buy:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 34px rgba(15, 99, 230, 0.3) !important;
}

header.hero#home .hero-copy {
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr) !important;
  align-items: stretch !important;
}

header.hero#home .hero-copy-main {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

header.hero#home .hero-signing-visual {
  position: relative !important;
  align-self: center !important;
  width: 100% !important;
  max-width: none !important;
  padding: 8px !important;
  overflow: hidden !important;
}

header.hero#home .hero-visual-frame {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1575 / 999 !important;
  min-height: clamp(420px, 34vw, 560px) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  background: #f7fbff !important;
}

header.hero#home .hero-signing-visual img,
header.hero#home .hero-visual-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 6px !important;
  opacity: 0 !important;
  transition: opacity .22s ease !important;
}

header.hero#home .hero-visual-slide.is-active {
  opacity: 1 !important;
}

header.hero#home .hero-visual-slide[hidden] {
  display: block !important;
}

header.hero#home .hero-visual-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 3 !important;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid rgba(184, 213, 251, 0.95) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: var(--home-blue) !important;
  -webkit-text-fill-color: var(--home-blue) !important;
  box-shadow: 0 12px 28px rgba(15, 99, 230, 0.16) !important;
  backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
  transform: translateY(-50%) !important;
}

header.hero#home .hero-visual-prev {
  left: 18px !important;
}

header.hero#home .hero-visual-next {
  right: 18px !important;
}

header.hero#home .hero-visual-arrow svg {
  width: 24px !important;
  height: 24px !important;
}

header.hero#home .hero-visual-arrow path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

header.hero#home .hero-visual-arrow:hover {
  border-color: var(--home-blue) !important;
  background: linear-gradient(180deg, #1976ff, #0f63e6) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

header.hero#home .solution-chain-visual {
  padding: 10px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

header.hero#home .solution-chain-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 6px !important;
  background: #f7fbff !important;
}

header.hero#home .solution-board-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  align-items: stretch !important;
}

header.hero#home .solution-chain-visual,
header.hero#home .solution-board-layout .hero-product-grid {
  height: 100% !important;
}

header.hero#home .solution-board-layout .hero-product-grid {
  grid-template-rows: repeat(2, minmax(0, 1fr)) auto !important;
  align-content: stretch !important;
}

header.hero#home .solution-board-layout .hero-product-card {
  min-height: 0 !important;
  height: 100% !important;
  padding: 18px !important;
}

header.hero#home .hero-product-head {
  align-items: flex-start !important;
}

header.hero#home .hero-product-no {
  width: 38px !important;
  height: 38px !important;
  font-size: 14px !important;
}

header.hero#home .hero-product-title {
  font-size: clamp(17px, 1.18vw, 21px) !important;
  line-height: 1.32 !important;
}

header.hero#home .hero-product-slogan {
  margin-top: 6px !important;
  font-size: 13px !important;
}

header.hero#home .hero-product-desc,
header.hero#home .hero-product-fit p {
  font-size: 14px !important;
  line-height: 1.62 !important;
}

header.hero#home .hero-product-price {
  margin: 10px 0 0 !important;
  padding: 5px 9px !important;
  border: 1px solid #d4e6fb !important;
  border-radius: 8px !important;
  background: #f4f9ff !important;
  line-height: 1.15 !important;
}

header.hero#home .hero-product-price strong {
  font-size: 18px !important;
  font-weight: 900 !important;
}

header.hero#home .hero-product-price span {
  font-size: 12px !important;
  font-weight: 850 !important;
}

header.hero#home .hero-product-fit {
  margin-top: 12px !important;
  padding-top: 10px !important;
}

header.hero#home .hero-product-fit span {
  margin-bottom: 6px !important;
  padding: 3px 7px !important;
  font-size: 11px !important;
}

header.hero#home .hero-product-bundle {
  min-height: 112px !important;
  padding: 18px !important;
}

header.hero#home .hero-product-bundle-copy {
  gap: 9px !important;
}

header.hero#home .hero-product-bundle-price strong {
  font-size: clamp(32px, 2.45vw, 44px) !important;
}

header.hero#home .hero-product-buy {
  min-height: 42px !important;
}

@media (max-width: 1180px) {
  header.hero#home .hero-copy,
  header.hero#home .solution-board-layout {
    grid-template-columns: 1fr !important;
  }

  header.hero#home .hero-signing-visual {
    max-width: 720px !important;
  }

  header.hero#home .comparison-proof-row,
  header.hero#home .comparison-section .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .container,
  header.hero#home > .container,
  .top-nav > .container,
  .footer > .container {
    width: min(100% - 28px, 1440px) !important;
  }

  header.hero#home {
    padding-top: 24px !important;
  }

  header.hero#home .hero-copy {
    padding: 26px !important;
  }

  header.hero#home .hero-visual-frame {
    min-height: 340px !important;
  }

  header.hero#home .hero-copy h1,
  header.hero#home .hero-copy .subtitle {
    text-align: left !important;
  }

  header.hero#home .hero-trust-points,
  header.hero#home .hero-segment-tabs,
  header.hero#home .solution-board-layout .hero-product-grid,
  header.hero#home .home-news-layout,
  header.hero#home .home-news-grid,
  header.hero#home .comparison-proof-row,
  header.hero#home .comparison-section .proof-grid {
    grid-template-columns: 1fr !important;
  }

  header.hero#home .solution-chain-flow {
    grid-template-columns: 1fr !important;
  }

  header.hero#home .solution-chain-arrow {
    transform: rotate(90deg);
  }

  header.hero#home .hero-product-bundle {
    grid-template-columns: 1fr !important;
  }

  header.hero#home .hero-product-buy {
    width: 100% !important;
  }

  header.hero#home .home-case-controls {
    position: static !important;
    justify-content: flex-end !important;
    margin-bottom: 14px !important;
  }

  header.hero#home .home-case-row-track {
    grid-auto-columns: minmax(260px, 82vw) !important;
  }
}

@media (max-width: 620px) {
  header.hero#home .hero-copy,
  header.hero#home .hero-tech-strip,
  header.hero#home .hero-solution-board,
  header.hero#home .comparison-section,
  header.hero#home .home-case-section,
  header.hero#home .home-news-section {
    padding: 20px !important;
  }

  header.hero#home .hero-copy h1 {
    font-size: 36px !important;
  }

  header.hero#home .hero-visual-frame {
    min-height: 240px !important;
  }

  header.hero#home .hero-visual-arrow {
    width: 38px !important;
    height: 38px !important;
  }

  header.hero#home .hero-copy .subtitle,
  header.hero#home .solution-board-subtitle,
  header.hero#home .comparison-subtitle,
  header.hero#home .home-case-desc,
  header.hero#home .home-news-desc {
    font-size: 15px !important;
  }

  header.hero#home .hero-actions,
  header.hero#home .hero-action {
    width: 100% !important;
  }

  header.hero#home .hero-segment-tab {
    min-height: 84px !important;
  }

  header.hero#home .hero-segment-desc {
    font-size: 19px !important;
  }

  header.hero#home .home-case-media {
    height: 220px !important;
  }

  header.hero#home .home-news-card {
    min-height: 150px !important;
  }
}

/* Hero carousel images use the source artwork ratio and must not be cropped. */
header.hero#home .hero-visual-frame {
  aspect-ratio: 708 / 538 !important;
  min-height: 0 !important;
  height: auto !important;
  background: #ffffff !important;
}

header.hero#home .hero-signing-visual img,
header.hero#home .hero-visual-slide {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #ffffff !important;
}

@media (max-width: 900px) {
  header.hero#home .hero-visual-frame {
    min-height: 0 !important;
  }
}

/* Agency recruitment banner */
header.hero#home .agency-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(54px, 6vw, 84px) max(20px, calc((100vw - 1440px) / 2));
  overflow: hidden;
  background: #f5f9ff !important;
  border-top: 1px solid #dce8f8;
}

header.hero#home .agency-banner {
  --agency-cyan: #6ee7ff;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(560px, 1.7fr) minmax(210px, .58fr);
  gap: clamp(22px, 2.8vw, 42px);
  align-items: center;
  min-height: 340px;
  padding: clamp(30px, 3.4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(110, 231, 255, .34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 20%, rgba(36, 155, 255, .32), transparent 27%),
    linear-gradient(112deg, #041329 0%, #072b5f 46%, #0759a5 100%) !important;
  box-shadow: 0 28px 68px rgba(5, 42, 92, .24);
  color: #fff !important;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

header.hero#home .agency-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

header.hero#home .agency-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  pointer-events: none;
}

header.hero#home .agency-banner:hover {
  transform: translateY(-4px);
  border-color: rgba(110, 231, 255, .72);
  box-shadow: 0 34px 78px rgba(5, 42, 92, .3);
}

header.hero#home .agency-banner:focus-visible {
  outline: 4px solid rgba(15, 103, 230, .28);
  outline-offset: 4px;
}

header.hero#home .agency-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

header.hero#home .agency-glow-one {
  width: 300px;
  height: 300px;
  right: -80px;
  top: -170px;
  border: 52px solid rgba(110, 231, 255, .12);
}

header.hero#home .agency-glow-two {
  width: 190px;
  height: 190px;
  left: 34%;
  bottom: -140px;
  background: rgba(16, 185, 255, .15);
}

header.hero#home .agency-intro,
header.hero#home .agency-opportunities,
header.hero#home .agency-action {
  position: relative;
  z-index: 1;
}

header.hero#home .agency-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: #a9efff !important;
  -webkit-text-fill-color: #a9efff !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

header.hero#home .agency-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6ee7ff;
  box-shadow: 0 0 0 6px rgba(110,231,255,.12), 0 0 18px #6ee7ff;
}

header.hero#home .agency-title {
  margin: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -.035em;
}

header.hero#home .agency-title em {
  display: block;
  margin-top: 6px;
  color: #82ecff !important;
  -webkit-text-fill-color: #82ecff !important;
  font-style: normal;
}

header.hero#home .agency-lead {
  margin: 24px 0 8px;
  color: #e9f8ff !important;
  -webkit-text-fill-color: #e9f8ff !important;
  font-size: 17px;
  font-weight: 850;
}

header.hero#home .agency-lead strong {
  margin-right: 5px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 31px;
  line-height: 1;
  font-weight: 950;
}

header.hero#home .agency-summary {
  margin: 0;
  color: rgba(220,241,255,.72) !important;
  -webkit-text-fill-color: rgba(220,241,255,.72) !important;
  font-size: 14px;
  line-height: 1.7;
}

header.hero#home .agency-opportunities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

header.hero#home .agency-point {
  height: 100%;
  min-height: 214px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px 18px;
  border: 1px solid rgba(174, 226, 255, .19);
  border-radius: 12px;
  background: rgba(255,255,255,.075) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

header.hero#home .agency-banner:hover .agency-point {
  border-color: rgba(174, 226, 255, .3);
  background: rgba(255,255,255,.1) !important;
}

header.hero#home .agency-point-no {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(110,231,255,.42);
  border-radius: 8px;
  background: rgba(110,231,255,.11) !important;
  color: #8aedff !important;
  -webkit-text-fill-color: #8aedff !important;
  font-size: 12px;
  font-weight: 950;
}

header.hero#home .agency-point h3 {
  margin: 0 0 8px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

header.hero#home .agency-point p {
  margin: 0;
  color: rgba(222,241,255,.72) !important;
  -webkit-text-fill-color: rgba(222,241,255,.72) !important;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;
}

header.hero#home .agency-action {
  display: grid;
  justify-items: stretch;
  gap: 11px;
  text-align: center;
}

header.hero#home .agency-action-note {
  color: #a9efff !important;
  -webkit-text-fill-color: #a9efff !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

header.hero#home .agency-action-button {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 9px;
  background: linear-gradient(135deg, #ffffff, #dff9ff) !important;
  color: #0754a0 !important;
  -webkit-text-fill-color: #0754a0 !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.18), 0 0 26px rgba(110,231,255,.16);
  font-size: 15px;
  font-weight: 950;
  transition: transform .2s ease, box-shadow .2s ease;
}

header.hero#home .agency-banner:hover .agency-action-button {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0,0,0,.24), 0 0 32px rgba(110,231,255,.25);
}

header.hero#home .agency-action-button b {
  font-size: 21px;
  line-height: 1;
}

header.hero#home .agency-action small {
  color: rgba(220,241,255,.66) !important;
  -webkit-text-fill-color: rgba(220,241,255,.66) !important;
  font-size: 12px;
  line-height: 1.55;
}

.agency-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 15, 35, .76) !important;
  backdrop-filter: blur(10px);
}

.agency-modal.show {
  display: flex;
}

.agency-modal-card {
  position: relative;
  width: min(440px, 100%);
  padding: 34px 30px 28px;
  border: 1px solid #c9e6fb;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f2f8ff) !important;
  box-shadow: 0 30px 90px rgba(0, 18, 52, .42);
  text-align: center;
}

.agency-modal-close {
  position: absolute;
  right: 13px;
  top: 11px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #eaf3ff !important;
  color: #476580 !important;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.agency-modal-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f4ff !important;
  color: #0b64c7 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.agency-modal-card h3 {
  margin: 15px 0 8px;
  color: #082f65 !important;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 950;
}

.agency-modal-card p {
  margin: 0 auto 18px;
  max-width: 330px;
  color: #5b718b !important;
  font-size: 14px;
  line-height: 1.65;
}

.agency-modal-qr {
  width: min(280px, 100%);
  margin: 0 auto 16px;
  padding: 9px;
  border: 1px solid #cde2fa;
  border-radius: 13px;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(10,75,147,.13);
}

.agency-modal-qr img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.agency-modal-card > strong {
  color: #0b64c7 !important;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  header.hero#home .agency-banner {
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  }

  header.hero#home .agency-action {
    grid-column: 1 / -1;
    grid-template-columns: 1fr minmax(260px, 340px) 1fr;
    align-items: center;
  }
}

@media (max-width: 850px) {
  header.hero#home .agency-section {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  header.hero#home .agency-banner {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  header.hero#home .agency-opportunities {
    grid-template-columns: 1fr;
  }

  header.hero#home .agency-point {
    min-height: 0;
    grid-template-columns: auto 1fr;
  }

  header.hero#home .agency-action {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  header.hero#home .agency-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  header.hero#home .agency-banner {
    gap: 20px;
    padding: 22px 18px;
    border-radius: 14px;
  }

  header.hero#home .agency-title {
    font-size: 29px;
  }

  header.hero#home .agency-lead {
    margin-top: 18px;
    font-size: 15px;
  }

  header.hero#home .agency-lead strong {
    font-size: 27px;
  }

  header.hero#home .agency-point {
    gap: 11px;
    padding: 16px 14px;
  }

  header.hero#home .agency-point h3 {
    font-size: 17px;
  }

  .agency-modal-card {
    padding: 30px 18px 22px;
  }

  .agency-modal-card h3 {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  header.hero#home .agency-banner,
  header.hero#home .agency-point,
  header.hero#home .agency-action-button {
    transition: none;
  }
}

/* Keep the tall customer screenshots compact so more cases fit on screen. */
header.hero#home .home-case-stage {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

header.hero#home .home-case-image-track {
  grid-auto-columns: minmax(160px, 172px) !important;
  gap: 8px !important;
}

header.hero#home .home-case-image-track .home-case-media {
  height: 372px !important;
}

header.hero#home .home-case-image-track .home-case-card img {
  object-fit: cover !important;
}

header.hero#home .home-case-image-track .home-case-body {
  padding: 10px 11px !important;
  text-align: center !important;
}

header.hero#home .home-case-image-track .home-case-body strong {
  font-size: 14px !important;
}

header.hero#home .home-case-video-track {
  grid-auto-columns: 190px !important;
  gap: 8px !important;
}

header.hero#home .home-case-video-track .home-case-media {
  height: 338px !important;
}

header.hero#home .home-case-video-track .home-case-body {
  padding: 10px 11px !important;
  text-align: center !important;
}

header.hero#home .home-case-video-track .home-case-body strong {
  font-size: 14px !important;
}

@media (max-width: 900px) {
  header.hero#home .home-case-image-track {
    grid-auto-columns: 156px !important;
    gap: 7px !important;
  }

  header.hero#home .home-case-image-track .home-case-media {
    height: 338px !important;
  }

  header.hero#home .home-case-video-track {
    grid-auto-columns: 170px !important;
    gap: 7px !important;
  }

  header.hero#home .home-case-video-track .home-case-media {
    height: 302px !important;
  }
}

@media (max-width: 520px) {
  header.hero#home .home-case-stage {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  header.hero#home .home-case-image-track {
    grid-auto-columns: 146px !important;
    gap: 6px !important;
  }

  header.hero#home .home-case-image-track .home-case-media {
    height: 316px !important;
  }

  header.hero#home .home-case-video-track {
    grid-auto-columns: 158px !important;
    gap: 6px !important;
  }

  header.hero#home .home-case-video-track .home-case-media {
    height: 281px !important;
  }
}
