:root {
  --bg: #f5f7fa;
  --bg-soft: #f9fafc;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-solid: #ffffff;
  --line: #e5e6eb;
  --line-strong: #c9cdd4;
  --text: #1d2129;
  --text-strong: #0f1726;
  --text-muted: #4e5969;
  --text-light: #86909c;
  --brand: #165dff;
  --brand-deep: #0e42b3;
  --brand-soft: rgba(22, 93, 255, 0.08);
  --success: #00b42a;
  --warning: #ff7d00;
  --disabled: #c9cdd4;
  --shadow-soft: 0 10px 24px rgba(17, 24, 39, 0.06);
  --shadow-card: 0 16px 32px rgba(17, 24, 39, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1280px, calc(100vw - 80px));
  --font-body: "Inter", "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-display: "Inter", "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  background:
    radial-gradient(circle at top left, rgba(22, 93, 255, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 18%, #ffffff 44%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 93, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 93, 255, 0.025) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(circle at center, black, transparent 84%);
  pointer-events: none;
  z-index: -1;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  text-wrap: balance;
}

p {
  margin: 0;
}

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

button,
a,
input,
textarea {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

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

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  inset: 16px auto auto 16px;
  z-index: 50;
  padding: 10px 14px;
  margin: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--text-strong);
  box-shadow: var(--shadow-soft);
}

section[id] {
  scroll-margin-top: 108px;
}

:focus-visible {
  outline: 2px solid rgba(22, 93, 255, 0.28);
  outline-offset: 3px;
}

.section {
  position: relative;
  padding: 76px 0;
}

.section-soft {
  background: linear-gradient(180deg, #f9fafc 0%, #f3f8ff 100%);
}

.section-center {
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading.section-center {
  gap: 10px;
}

.section-heading.section-center .section-kicker + h2 {
  margin-top: 2px;
}

.section-heading.section-center > .section-kicker {
  margin: 0 auto;
}

.section-heading h2,
.contact-box h2,
.pricing-copy h2,
.faq-heading h2,
.page-hero-shell h1 {
  font-size: clamp(2rem, 3vw, 2.25rem);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-heading p,
.hero-lead,
.hero-proof,
.dropdown-panel-copy,
.dropdown-menu-note,
.post-card-excerpt,
.article-lead,
.article-content,
.single-feature-lead,
.single-feature-highlight p,
.archive-note-card p,
.empty-state p,
.not-found-card p,
.footer-brand p,
.footer-column a,
.footer-column span,
.footer-bottom span,
.hero-side-heading p,
.hero-side-copy span,
.capability-block p,
.case-card p,
.scenario-card p,
.pricing-copy p,
.pricing-card p,
.process-card p,
.contact-box p,
.contact-promises span,
.faq-heading p,
.faq-list p,
.article-sidebar-copy small {
  color: var(--text-muted);
  line-height: 1.8;
}

.home-section-heading {
  max-width: 920px;
}

.home-copy-stack,
.footer-meta,
.footer-legal,
.contact-box,
.pricing-copy,
.business-card-copy,
.post-card-body,
.post-card-footer,
.article-sidebar-copy,
.industry-copy {
  display: grid;
  gap: 12px;
}

.section-kicker,
.hero-context,
.case-tag,
.product-subtitle,
.hero-proof-label,
.case-card-result,
.footer-badge,
.dropdown-menu-heading,
.post-card-badge,
.article-tag-list a,
.crumb-link,
.business-badge,
.process-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 6px auto 0;
  border-radius: 999px;
  background: var(--brand);
}

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

.js-enhanced .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.js-enhanced .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.card-lift {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.card-lift:hover,
.card-lift:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: rgba(22, 93, 255, 0.14);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 16px 0;
  transition: padding 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease, backdrop-filter 0.24s ease;
}

.site-header.is-scrolled {
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(15, 23, 38, 0.05);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(201, 205, 212, 0.65);
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(15, 23, 38, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(201, 205, 212, 0.72);
  padding: 6px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  color: var(--text-strong);
  font-size: 16px;
  font-weight: 700;
}

.brand-copy span {
  color: var(--text-light);
  font-size: 12px;
}

.nav-panel,
.nav-links,
.nav-actions,
.hero-actions,
.contact-actions,
.post-card-head,
.post-card-meta,
.crumb-group,
.article-meta,
.article-cta-actions,
.pagebar-nav,
.footer-bottom,
.hero-labels,
.hero-overview-grid,
.business-card-headline,
.case-card-topline,
.dropdown-menu-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.nav-panel {
  flex: 1;
  justify-content: space-between;
  min-width: 0;
}

.nav-links {
  gap: 2px 6px;
}

.nav-actions {
  gap: 10px;
}

.nav-link,
.nav-dropdown-toggle {
  position: relative;
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nav-link::after,
.nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  color: var(--text-strong);
  outline: none;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-dropdown-toggle:hover::after,
.nav-dropdown-toggle:focus-visible::after,
.nav-dropdown.is-open .nav-dropdown-toggle::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 260px;
  display: grid;
  gap: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(201, 205, 212, 0.72);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-dropdown.is-open .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-panel-link,
.dropdown-menu a,
.dropdown-item-disabled {
  padding: 12px 14px;
  border-radius: 14px;
}

.dropdown-panel-link,
.dropdown-menu-group,
.dropdown-category-list {
  display: grid;
  gap: 6px;
}

.dropdown-panel-link:hover,
.dropdown-panel-link:focus-visible,
.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: var(--brand-soft);
  outline: none;
}

.dropdown-panel-title,
.article-sidebar-copy strong,
.business-card-media strong,
.post-card-body h2 a,
.article-sidebar-panel h2,
.archive-note-card h3,
.footer-column h2,
.footer-legal span:first-child {
  color: var(--text-strong);
}

.dropdown-menu-note,
.dropdown-panel-copy {
  font-size: 13px;
}

.dropdown-item-disabled {
  color: var(--text-light);
  background: var(--bg-soft);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--brand-soft);
  cursor: pointer;
  padding: 12px 10px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--text-strong);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  color: #fff;
  background: var(--brand);
  box-shadow: 0 10px 24px rgba(22, 93, 255, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--brand-deep);
  color: #fff;
}

.button-secondary {
  color: var(--brand);
  background: #fff;
  border-color: rgba(22, 93, 255, 0.2);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(22, 93, 255, 0.35);
  background: #f7faff;
}

.button-ghost {
  color: var(--text-muted);
  background: transparent;
  border-color: rgba(201, 205, 212, 0.9);
}

.button-small {
  min-height: 42px;
  padding: 0 16px;
}

.hero-banner {
  padding: 64px 0 92px;
  background:
    radial-gradient(circle at 10% 16%, rgba(22, 93, 255, 0.09), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(22, 93, 255, 0.05), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 54%, #ffffff 100%);
}

.hero-shell,
.hero-shell-rebuild,
.faq-layout,
.footer-grid,
.capability-layout,
.capability-layout-rebuild,
.pricing-layout,
.company-layout,
.trust-grid,
.footer-top,
.business-shell-rebuild,
.contact-section-layout,
.commercial-layout {
  display: grid;
  gap: 28px;
}

.home-hero-shell-domestic,
.hero-shell,
.hero-shell-rebuild {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.hero-intro {
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
}

.hero-intro-copy {
  display: grid;
  gap: 14px;
}

.hero-labels {
  gap: 10px;
}

.hero-labels span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
}

.hero-intro h1 {
  font-size: clamp(2rem, 3.8vw, 2.65rem);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-subtitle {
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

.hero-lead {
  max-width: 34em;
  font-size: 15px;
  line-height: 1.85;
}

.hero-actions {
  gap: 12px;
}

.hero-actions .button {
  min-width: 168px;
}

.hero-proof-strip,
.hero-proof-strip-compact {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 12px;
  width: fit-content;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(201, 205, 212, 0.68);
  box-shadow: var(--shadow-soft);
}

.hero-proof-strip .hero-proof,
.hero-proof-strip-compact .hero-proof {
  color: var(--text-muted);
}

.hero-side {
  min-width: 0;
}

.hero-side-panel,
.hero-side-panel-rebuild,
.page-hero-shell,
.article-card,
.article-cta,
.article-sidebar-panel,
.single-feature-highlight,
.single-feature-intro,
.archive-note-card,
.empty-state,
.not-found-card,
.home-articles-shell,
.faq-list,
.contact-box,
.contact-form-card,
.contact-qr-card,
.capability-main,
.capability-list,
.pricing-copy,
.pricing-cards,
.process-card,
.pricing-card,
.case-card,
.post-card,
.hero-console-metrics-stack article,
.archive-hero-stats article,
.article-sidebar-panel,
.business-group,
.trust-core-card,
.industry-shell,
.footer-top,
.trust-capability-panel,
.pricing-copy-lite,
.commercial-process-lite {
  background: var(--surface);
  border: 1px solid rgba(201, 205, 212, 0.72);
  box-shadow: var(--shadow-soft);
}

.hero-side-panel,
.hero-side-panel-rebuild,
.page-hero-shell,
.article-card,
.article-cta,
.article-sidebar-panel,
.single-feature-highlight,
.single-feature-intro,
.archive-note-card,
.empty-state,
.not-found-card,
.home-articles-shell,
.faq-list,
.contact-box,
.contact-form-card,
.contact-qr-card,
.capability-main,
.capability-list,
.pricing-copy,
.pricing-cards,
.business-group,
.industry-shell,
.footer-top,
.trust-capability-panel,
.pricing-copy-lite,
.commercial-process-lite {
  border-radius: var(--radius-xl);
}

.hero-side-panel,
.hero-side-panel-domestic,
.hero-side-panel-rebuild {
  display: grid;
  gap: 18px;
  padding: 24px;
  align-content: start;
  min-height: 100%;
}

.home-hero-shell-v2 {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 24px;
  align-items: stretch;
}

.hero-subtitle-split {
  max-width: 34em;
  color: var(--text-muted);
  font-size: 16px;
}

.hero-labels-strong {
  gap: 8px;
}

.hero-labels-strong span {
  min-height: 34px;
  padding: 0 14px;
  background: rgba(22, 93, 255, 0.06);
  border: 1px solid rgba(22, 93, 255, 0.08);
  color: var(--brand-deep);
  font-weight: 700;
}

.hero-proof-strip-compact {
  width: 100%;
  justify-content: flex-start;
}

.hero-side-panel-dashboardless {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(232, 243, 255, 0.92), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

.hero-side-panel-dashboardless::before {
  content: "";
  position: absolute;
  inset: auto -48px -72px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 93, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.hero-overview-grid-strong {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-overview-grid-strong article {
  position: relative;
  display: grid;
  gap: 7px;
  align-content: start;
  min-height: 144px;
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(201, 205, 212, 0.62);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.05);
}

.hero-overview-grid-strong article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.hero-overview-grid-strong article strong {
  margin-top: 2px;
  font-size: 17px;
}

.hero-overview-grid-strong article p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.hero-side-heading {
  display: grid;
  gap: 10px;
}

.hero-side-heading h2 {
  font-size: clamp(1.5rem, 2.3vw, 1.9rem);
  line-height: 1.35;
  font-weight: 700;
}

.hero-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-overview-grid article,
.hero-console-metrics-stack article {
  padding: 18px;
  border-radius: var(--radius-md);
}

.hero-overview-grid span,
.hero-console-metrics-stack span,
.business-card-stage span,
.article-sidebar-meta-list span,
.archive-hero-stats span,
.business-card-media span,
.business-card-media small,
.industry-copy strong,
.post-card time,
.post-card-meta span,
.article-meta span {
  color: var(--text-light);
  font-size: 12px;
}

.hero-overview-grid strong,
.hero-console-metrics-stack strong,
.business-card-stage strong,
.article-sidebar-meta-list strong,
.archive-hero-stats strong {
  display: block;
  margin-top: 6px;
  color: var(--text-strong);
  line-height: 1.65;
}

.hero-side-list,
.hero-side-list-domestic,
.hero-side-list-compact,
.trust-stack,
.business-group-stack,
.pricing-cards,
.footer-top,
.footer-links-grid,
.home-articles-shell,
.article-sidebar-stack,
.article-sidebar-list,
.article-sidebar-meta-list,
.contact-items,
.contact-promises,
.dropdown-category-list {
  display: grid;
  gap: 18px;
}

.hero-side-list article,
.contact-promises article {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 18px 18px 18px 62px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(201, 205, 212, 0.72);
}

.hero-side-list strong,
.contact-promises strong,
.business-card h4,
.trust-core-card h3,
.case-card h3,
.process-card h3,
.pricing-card h3,
.scenario-card h3,
.capability-block h3 {
  color: var(--text-strong);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.side-icon,
.business-card-icon,
.capability-block-icon,
.scenario-card-icon,
.case-card-icon,
.advantage-icon,
.support-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}

.business-card-icon,
.capability-block-icon,
.scenario-card-icon,
.case-card-icon,
.advantage-icon,
.support-icon {
  position: static;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(22, 93, 255, 0.12);
}

.business-card-icon::before,
.capability-block-icon::before,
.scenario-card-icon::before,
.case-card-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(22, 93, 255, 0.08);
}

.home-trust-section,
.home-trust-section-domestic,
.home-trust-section-rebuild {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafc 100%);
}

.trust-stack {
  gap: 26px;
}

.trust-heading-inline {
  max-width: 780px;
}

.trust-cards-grid,
.trust-support-grid-rebuild,
.support-grid,
.guarantee-grid,
.process-grid,
.case-grid,
.industry-grid,
.advantage-grid,
.home-article-grid,
.archive-hero-stats,
.hero-console-metrics-stack,
.single-feature-intro,
.business-side-grid {
  display: grid;
  gap: 20px;
}

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

.trust-cards-grid-strong {
  gap: 18px;
}

.trust-cards-grid-strong .trust-core-card {
  padding: 26px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
}

.trust-core-card,
.support-card,
.guarantee-card,
.scenario-card,
.process-card,
.pricing-card,
.case-card,
.advantage-card,
.business-card {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  min-width: 0;
}

.trust-core-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 180, 42, 0.08);
  color: var(--success);
  font-size: 12px;
  font-weight: 700;
}

.trust-core-card {
  display: grid;
  gap: 12px;
}

.trust-core-card h3 {
  font-size: 20px;
  line-height: 1.45;
}

.trust-core-card p {
  color: var(--text-muted);
  line-height: 1.8;
}

.trust-support-strip,
.support-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-support-strip span,
.support-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(201, 205, 212, 0.58);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
}

.trust-capability-panel {
  display: grid;
  gap: 22px;
  padding: 28px;
}

.trust-capability-heading {
  display: grid;
  gap: 10px;
}

.trust-capability-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.86fr);
  gap: 20px;
  align-items: start;
}

.trust-capability-main {
  display: grid;
  gap: 0;
}

.capability-block-merged {
  padding: 18px 0;
}

.trust-capability-tags {
  display: grid;
  gap: 14px;
  align-content: start;
}

.trust-capability-tag-list {
  display: grid;
  gap: 10px;
}

.trust-capability-tag-list span {
  display: block;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1px solid rgba(201, 205, 212, 0.62);
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
}

.home-business-section,
.home-business-section-domestic,
.home-business-section-rebuild {
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.92), #ffffff 100%);
}

.business-group-stack {
  gap: 18px;
}

.business-group {
  padding: 20px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.business-group-head {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.business-group-head h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.business-group-head p {
  color: var(--text-light);
  font-size: 14px;
}

.business-group-grid,
.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.business-tabs {
  display: grid;
  gap: 20px;
}

.business-tab-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(232, 243, 255, 0.8);
  border: 1px solid rgba(22, 93, 255, 0.08);
}

.business-tab {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.business-tab:hover,
.business-tab:focus-visible {
  color: var(--text-strong);
  outline: none;
}

.business-tab.is-active {
  background: #ffffff;
  color: var(--brand);
  box-shadow: 0 8px 18px rgba(22, 93, 255, 0.1);
}

.business-tab-panels {
  display: grid;
}

.business-tab-panel {
  display: none;
  gap: 18px;
}

.business-tab-panel.is-active {
  display: grid;
}

.business-tab-intro {
  display: grid;
  gap: 6px;
  max-width: 680px;
}

.business-tab-intro h3 {
  font-size: 24px;
  line-height: 1.4;
}

.business-tab-intro p {
  color: var(--text-muted);
}

.business-group-grid-tabs {
  gap: 18px;
}

.business-card-highlight {
  border-color: rgba(22, 93, 255, 0.18);
  box-shadow: 0 18px 32px rgba(22, 93, 255, 0.08);
}

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

.business-points-compact li {
  position: relative;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.business-points-compact li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.business-card,
.scenario-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

.business-card {
  padding: 22px 20px;
}

.business-card-top {
  display: grid;
  gap: 12px;
}

.business-card-headline {
  justify-content: space-between;
}

.business-card-footer {
  margin-top: auto;
  padding-top: 14px;
}

.business-card-stage,
.hero-console-head,
.hero-console-metrics,
.trust-proof-head,
.pricing-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.business-card-stage strong {
  margin-top: 0;
}

.business-card-media {
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--bg-soft);
  border: 1px solid rgba(201, 205, 212, 0.68);
}

.business-card-media span,
.business-card-media small {
  display: block;
}

.product-link,
.post-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  font-weight: 700;
}

.product-link-button {
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.product-link-button.qr-show-btn {
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  color: #2563eb;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  margin-top: auto;
}

.product-link-button.qr-show-btn:hover,
.product-link-button.qr-show-btn:focus-visible {
  background: transparent;
  color: #1d4ed8;
  text-decoration: underline;
  transform: none;
}

.product-link-button::after {
  content: none;
}

.product-link-button:hover,
.product-link-button:focus-visible {
  transform: none;
}

.product-link::after,
.post-card-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.business-card:hover .product-link::after,
.post-card-link:hover::after {
  transform: translateX(3px);
}

.product-link-disabled {
  color: var(--text-light);
}

.product-link-disabled::after {
  display: none;
}

.home-capability-section,
.home-capability-section-domestic,
.home-capability-section-rebuild {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafc 100%);
}

.capability-layout,
.capability-layout-domestic,
.capability-layout-rebuild {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  align-items: stretch;
}

.capability-layout-scope {
  gap: 18px;
}

.capability-main-scope {
  background: #ffffff;
}

.capability-block-scope {
  grid-template-columns: 42px minmax(0, 1fr);
}

.capability-list-scope {
  background: linear-gradient(180deg, rgba(232, 243, 255, 0.82), rgba(255, 255, 255, 0.96));
}

.capability-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.capability-tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(22, 93, 255, 0.12);
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

.capability-main,
.capability-list,
.pricing-copy,
.pricing-cards,
.faq-list,
.contact-box,
.contact-form-card,
.contact-qr-card {
  padding: 26px;
}

.capability-main {
  display: grid;
  gap: 14px;
}

.capability-block {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(201, 205, 212, 0.65);
}

.capability-block:last-child {
  border-bottom: 0;
}

.capability-list {
  align-content: start;
}

.capability-side-title {
  color: var(--text-strong);
  font-size: 16px;
  font-weight: 600;
}

.capability-list span {
  display: block;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1px solid rgba(201, 205, 212, 0.68);
  color: var(--text);
  font-weight: 600;
}

.home-cases-section,
.case-grid-domestic {
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.9), #ffffff 100%);
}

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

.case-card,
.process-card,
.pricing-card,
.scenario-card {
  display: grid;
  gap: 12px;
}

.case-card {
  padding: 24px 22px;
}

.case-card-topline {
  justify-content: space-between;
}

.case-card-logo {
  max-height: 28px;
  width: auto;
  object-fit: contain;
}

.case-card blockquote {
  margin: 0;
  padding: 0 0 0 12px;
  border-left: 2px solid rgba(22, 93, 255, 0.16);
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.75;
}

.case-card-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: rgba(245, 247, 250, 0.9);
}

.case-card-metric span {
  color: var(--text-light);
  font-size: 12px;
}

.case-card-metric strong {
  color: var(--brand);
  font-size: 18px;
  font-weight: 700;
}

.home-scenario-industry-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafc 100%);
}

.home-solution-section {
  background: linear-gradient(180deg, #f9fafc 0%, #edf5ff 100%);
}

.home-solution-section .container,
.home-cases-section-directions .container,
.home-commercial-section-split .container {
  display: grid;
  gap: 24px;
}

.home-solution-heading {
  max-width: 820px;
}

.scenario-grid {
  margin-bottom: 0;
}

.scenario-grid-solution {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.scenario-grid-solution::before,
.scenario-grid-solution::after {
  content: none;
}

.scenario-card-solution {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(22, 93, 255, 0.08);
  min-height: 0;
}

.scenario-card-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.scenario-card-head .scenario-card-icon {
  margin-top: 2px;
}

.scenario-card-solution h3 {
  min-height: 0;
  font-size: 18px;
  line-height: 1.5;
}

.scenario-card-solution .scenario-value {
  font-size: 15px;
  line-height: 1.82;
  color: var(--text);
}

.scenario-card-solution .scenario-user {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(201, 205, 212, 0.52);
  color: var(--text-light);
  font-size: 13px;
  line-height: 1.7;
}

.industry-tag-strip {
  padding-top: 0;
}

.industry-tag-strip-solution {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 2px 0 0;
}

.industry-tag-strip-solution span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(22, 93, 255, 0.1);
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
}

.home-cases-section-directions {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.case-grid-directions {
  gap: 18px;
}

.case-card-direction {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.92));
}

.case-card-topline-direction {
  justify-content: flex-start;
  gap: 10px;
}

.case-card-metric-direction {
  margin-top: 4px;
}

.case-card-footer-direction {
  margin-top: auto;
  padding-top: 6px;
}

.case-card-footer-direction .product-link {
  font-size: 14px;
}

.home-commercial-section-split {
  background: linear-gradient(180deg, rgba(244, 248, 252, 0.92), #ffffff 100%);
}

.commercial-layout-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
}

.pricing-copy-split {
  position: sticky;
  top: 112px;
}

.commercial-process-emphasis {
  background: linear-gradient(180deg, rgba(232, 243, 255, 0.92), rgba(255, 255, 255, 0.98));
  border-color: rgba(22, 93, 255, 0.1);
  box-shadow: 0 18px 36px rgba(22, 93, 255, 0.08);
}

.commercial-process-emphasis .section-kicker {
  background: transparent;
  padding: 0;
  min-height: auto;
}

.commercial-process-heading-emphasis {
  max-width: 760px;
}

.commercial-process-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(22, 93, 255, 0.08);
}

.commercial-process-note strong {
  color: var(--text-strong);
  font-size: 15px;
}

.commercial-process-note p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
}

.commercial-process-note code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
}

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

.process-card-emphasis {
  display: grid;
  gap: 14px;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(22, 93, 255, 0.08);
  box-shadow: none;
}

.process-card-emphasis > span {
  min-height: 34px;
  padding: 0 14px;
  background: rgba(22, 93, 255, 0.1);
}

.process-card-emphasis h3 {
  font-size: 19px;
  font-weight: 700;
}

.process-card-emphasis p {
  color: var(--text-muted);
}

.home-articles-section {
  background: #ffffff;
}

.home-articles-section .container {
  display: grid;
  gap: 22px;
}

.home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-article-grid .post-card {
  padding: 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.home-article-grid .post-card-media {
  aspect-ratio: 16 / 10;
  border-radius: 12px;
}

.home-article-grid .post-card-body h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.home-article-grid .post-card-body h3 a {
  color: #0f172a;
}

.home-article-grid .post-card-body h3 a:hover,
.home-article-grid .post-card-body h3 a:focus-visible {
  color: #2563eb;
  outline: none;
}

.home-article-grid .post-card-excerpt {
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.home-article-grid .post-card-link {
  color: #2563eb;
  font-weight: 700;
}

.home-article-grid .post-card-link:hover,
.home-article-grid .post-card-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

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

@media (max-width: 920px) {
  .home-article-grid {
    grid-template-columns: 1fr;
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 12px;
  border-radius: var(--radius-lg);
}

.post-card-enterprise {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));
}

.post-card-head-enterprise {
  align-items: center;
}

.post-card-footer-enterprise {
  gap: 10px;
}

.post-card-meta-enterprise span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.05);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
}

.post-card-media,
.article-sidebar-thumb {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--bg-soft);
}

.post-card-media {
  aspect-ratio: 16 / 10;
}

.article-sidebar-thumb {
  aspect-ratio: 1 / 1;
}

.post-card-media img,
.article-sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-card-head {
  justify-content: space-between;
}

.post-card-meta,
.article-meta {
  gap: 10px 14px;
}

.post-card-body h2 {
  font-size: 18px;
  line-height: 1.6;
}

.post-card-footer {
  margin-top: auto;
}

.home-contact-section {
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.9), #ffffff 100%);
}

.contact-section-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: start;
}

.contact-section-layout-v2 {
  gap: 20px;
  align-items: stretch;
}

.contact-box {
  gap: 12px;
  min-height: 100%;
}

.contact-items {
  gap: 12px;
}

.contact-items-enterprise {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.contact-items-enterprise a {
  min-width: 0;
}

.contact-items a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand);
  font-weight: 600;
}

.contact-items a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(22, 93, 255, 0.08);
}

.contact-promises {
  gap: 10px;
}

.contact-promises-tags {
  grid-template-columns: 1fr;
}

.contact-promises article {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 205, 212, 0.56);
}

.contact-side-panel {
  display: grid;
  gap: 14px;
}

.contact-side-panel-qrs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.contact-form-card,
.contact-qr-card {
  display: grid;
  gap: 16px;
}

.contact-qr-card-prominent {
  justify-items: center;
  align-content: start;
  text-align: center;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(232, 243, 255, 0.96), rgba(255, 255, 255, 0.96));
}

.contact-qr-card-secondary {
  background: linear-gradient(180deg, rgba(249, 250, 252, 0.98), rgba(255, 255, 255, 0.96));
}

.contact-qr-note {
  color: var(--text-light);
  font-size: 13px;
  line-height: 1.7;
}

.contact-form-lite {
  display: grid;
  gap: 14px;
}

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

.contact-form-lite label > span,
.contact-consent span {
  color: var(--text-muted);
  font-size: 14px;
}

.contact-form-lite input,
.contact-form-lite textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(201, 205, 212, 0.9);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  resize: vertical;
}

.contact-form-lite input:focus,
.contact-form-lite textarea:focus {
  outline: none;
  border-color: rgba(22, 93, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(22, 93, 255, 0.08);
}

.contact-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
}

.contact-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.contact-qr-card img {
  width: 100%;
  max-width: 220px;
  border-radius: 12px;
  border: 1px solid rgba(201, 205, 212, 0.72);
}

.contact-qr-card h3 {
  font-size: 18px;
}

.home-faq-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafc 100%);
}

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

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

.faq-list-v2 {
  gap: 16px;
}

.faq-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 4px;
}

.faq-list details {
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(201, 205, 212, 0.72);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-list details[open] {
  border-color: rgba(22, 93, 255, 0.2);
  box-shadow: 0 10px 24px rgba(22, 93, 255, 0.08);
}

.faq-list summary {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  list-style: none;
  color: var(--text-strong);
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--brand);
  font-size: 18px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin-top: 12px;
}

.site-footer {
  padding: 14px 0 34px;
}

.footer-top,
.footer-top-enterprise {
  grid-template-columns: minmax(240px, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
  padding: 24px;
}

.footer-brand,
.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.brand-footer .brand-logo {
  width: 44px;
  height: 44px;
}

.footer-links-grid,
.footer-links-grid-enterprise {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.footer-column h2 {
  font-size: 15px;
  font-weight: 700;
}

.footer-column a,
.footer-column span {
  line-height: 1.65;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--brand);
  outline: none;
}

.footer-compliance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  padding: 16px 6px 0;
}

.footer-compliance a,
.footer-compliance span {
  color: var(--text-light);
  font-size: 12px;
}

.footer-compliance a:hover,
.footer-compliance a:focus-visible {
  color: var(--brand);
  outline: none;
}

.footer-bottom {
  justify-content: space-between;
  gap: 12px 20px;
  padding: 16px 6px 0;
}

.footer-legal span,
.footer-meta span {
  font-size: 12px;
  line-height: 1.7;
}

.article-shell,
.page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.article-shell-wide,
.page-shell {
  grid-template-columns: minmax(0, 1fr);
}

.page-hero,
.article-hero {
  padding: 28px 0 0;
}

.page-hero-shell,
.article-card,
.article-cta,
.article-sidebar-panel,
.single-feature-highlight,
.single-feature-intro,
.archive-note-card,
.empty-state,
.not-found-card {
  padding: 28px;
}

.page-hero-shell,
.archive-hero-shell-rich {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: center;
}

.archive-hero-copy {
  display: grid;
  gap: 16px;
}

.page-hero-copy {
  color: var(--text-muted);
  line-height: 1.8;
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.archive-hero-media {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--bg-soft);
}

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

.content-stack,
.category-feature-layout {
  display: grid;
  gap: 24px;
}

.category-highlight-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(201, 205, 212, 0.72);
  box-shadow: var(--shadow-soft);
}

.category-highlight-card.has-media .post-card-media-highlight {
  margin: 0;
  min-height: 100%;
}

.category-highlight-main {
  display: grid;
  gap: 14px;
  align-content: center;
}

.category-highlight-main h2 {
  font-size: 26px;
  line-height: 1.4;
}

.category-feature-card {
  display: grid;
  gap: 14px;
}

.single-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-feature-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
}

.article-cta {
  position: sticky;
  top: 110px;
}

.article-sidebar-panel h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.article-sidebar-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.article-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.article-content,
.single-feature-intro,
.article-sidebar-meta-list,
.archive-hero-stats,
.single-feature-shell {
  display: grid;
  gap: 14px;
}

.single-feature-intro,
.archive-hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archive-note-card,
.empty-state,
.not-found-card {
  text-align: center;
}

/* ===== Article Page Layout ===== */
.article-page-hero {
  padding: 16px 0 20px;
  border-bottom: 1px solid var(--line);
}

.article-page-hero .container {
  display: grid;
  gap: 8px;
}

.article-page-title {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-strong);
  letter-spacing: -0.01em;
  margin: 0;
}

.article-page-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  font-size: 13px;
  color: var(--text-light);
}

.article-page-meta a {
  color: var(--brand);
}

.article-page-meta a:hover {
  color: var(--brand-deep);
}

.article-page-body {
  display: grid;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.article-page-body-sidebar {
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
}

.article-page-body-wide {
  grid-template-columns: minmax(0, 1fr);
}

.article-page-content {
  min-width: 0;
}

.article-page-aside {
  display: grid;
  gap: 12px;
  align-content: start;
  position: sticky;
  top: 90px;
}

.aside-card {
  background: var(--surface);
  border: 1px solid rgba(201, 205, 212, 0.72);
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.aside-card h2 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-strong);
  margin: 0 0 8px;
}

.aside-card > p {
  font-size: 13px;
  color: var(--text-muted);
  margin: 0 0 12px;
  line-height: 1.55;
}

.aside-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.aside-cta-actions .button {
  justify-content: center;
  height: 38px;
  font-size: 13px;
}

.aside-section-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}

.aside-post-list {
  display: grid;
  gap: 8px;
}

.aside-post-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: var(--radius-sm);
  padding: 6px;
  transition: background 0.12s;
}

.aside-post-item:hover {
  background: var(--bg-soft);
}

.aside-post-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bg-soft);
}

.aside-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aside-post-body {
  min-width: 0;
}

.aside-post-body strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.45;
}

/* CTA bar — inline at bottom of article content */
.article-inline-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding: 16px 20px;
  background: var(--brand-soft);
  border: 1px solid rgba(22, 93, 255, 0.15);
  border-radius: var(--radius-md);
}

.inline-cta-text {
  font-size: 14px;
  color: var(--text);
  margin: 0;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
}

.inline-cta-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.inline-cta-actions .button {
  height: 36px;
  padding: 0 16px;
  font-size: 13px;
  white-space: nowrap;
}

.button-ghost {
  background: transparent;
  border: 1px solid var(--brand);
  color: var(--brand);
  border-radius: 8px;
}

.button-ghost:hover {
  background: var(--brand);
  color: #fff;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}

.tag-pill:hover {
  background: var(--brand);
  color: #fff;
}

/* ===== Reading Progress Bar ===== */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 300;
  background: transparent;
  pointer-events: none;
}

.reading-progress-bar {
  display: block;
  height: 100%;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.1s linear;
}

/* ══════════════════════════════════════
   ARTICLE PAGE — complete stylesheet
══════════════════════════════════════ */

/* ── Hero ── */
.article-page-hero {
  padding: 20px 0 0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.article-page-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.crumb-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.crumb-link {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s;
}

.crumb-link:hover {
  color: #4f46e5;
}

.crumb-sep {
  color: #cbd5e1;
}

.crumb-current {
  color: #64748b;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-page-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.article-page-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  font-size: 14px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.meta-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
}

.meta-dot {
  color: #cbd5e1;
}

.article-page-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 20px;
}

/* ── Body layout ── */
.article-page-body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.article-page-main {
  flex: 1;
  min-width: 0;
  max-width: 780px;
}

.article-page-content {
  min-width: 0;
}

.article-page-aside {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 80px;
  align-self: flex-start;
}

/* ── Aside blocks ── */
.aside-block {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}

.aside-block:last-child {
  margin-bottom: 0;
}

.aside-section-title {
  font-size: 12px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

/* ── TOC ── */
.toc-mobile {
  display: none;
  margin-bottom: 24px;
}

.toc-mobile-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4f46e5;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  width: 100%;
  transition: background 0.15s;
}

.toc-mobile-toggle:hover {
  background: #e0e7ff;
}

.toc-mobile-panel {
  display: none;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 8px;
}

.toc-mobile-panel.is-open {
  display: block;
}

#toc-nav,
.toc-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.toc-item a {
  display: block;
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
  padding: 5px 8px;
  border-left: 2px solid transparent;
  line-height: 1.5;
  transition: color 0.15s, border-color 0.15s;
}

.toc-item a:hover {
  color: #4f46e5;
}

.toc-item.is-active > a {
  color: #4f46e5;
  font-weight: 600;
  border-left-color: #4f46e5;
  background: #eef2ff;
}

.toc-item-level-3 a {
  padding-left: 20px;
  font-size: 13px;
}

/* ── Article content typography ── */
.article-content {
  color: #334155;
  font-size: 16px;
  line-height: 1.85;
}

.article-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin: 48px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.article-content h2:first-child {
  margin-top: 0;
}

.article-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin: 36px 0 12px;
  padding-left: 12px;
  border-left: 3px solid #4f46e5;
  line-height: 1.4;
}

.article-content h4 {
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
  margin: 28px 0 10px;
}

.article-content p {
  margin: 0 0 1.5em;
}

.article-content a {
  color: #4f46e5;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s;
}

.article-content a:hover {
  color: #3730a3;
}

.article-content strong {
  font-weight: 600;
  color: #1e293b;
}

.article-content img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin: 24px 0;
  display: block;
}

/* Lists */
.article-content ul,
.article-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.6em;
}

.article-content li {
  margin-bottom: 8px;
  line-height: 1.75;
}

.article-content ul li {
  list-style: none;
  position: relative;
}

.article-content ul li::before {
  content: '';
  position: absolute;
  left: -1.2em;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: #4f46e5;
  border-radius: 50%;
}

.article-content ol {
  counter-reset: ol-counter;
}

.article-content ol li {
  list-style: none;
  position: relative;
  padding-left: 0.5em;
}

.article-content ol li::before {
  counter-increment: ol-counter;
  content: counter(ol-counter) '.';
  position: absolute;
  left: -1.5em;
  color: #4f46e5;
  font-weight: 600;
}

/* Blockquote */
.article-content blockquote {
  position: relative;
  margin: 2em 0;
  padding: 16px 20px;
  background: #f8fafc;
  border-left: 4px solid #4f46e5;
  border-radius: 0 8px 8px 0;
  color: #475569;
  font-style: normal;
}

.article-content blockquote p:last-child {
  margin-bottom: 0;
}

/* Code */
.article-content code {
  background: #f1f5f9;
  color: #e11d48;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}

.article-content pre {
  background: #1e293b;
  color: #e2e8f0;
  border-radius: 8px;
  padding: 20px 24px;
  overflow-x: auto;
  margin: 1.5em 0;
  font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
}

.article-content pre code {
  background: none;
  color: inherit;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
}

.code-copy {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  border: none;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s, background 0.15s;
}

.article-content pre:hover .code-copy {
  opacity: 1;
}

.code-copy:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Cover image */
.article-cover-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: 8px;
  margin-bottom: 32px;
}

.article-cover-image img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}

/* ── Mobile compact article footer ── */
.article-mobile-footer {
  display: none;
}

.article-inline-cta-desktop {
  display: flex;
}

.article-mobile-footer-block {
  display: grid;
  gap: 14px;
}

.article-mobile-tools-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.article-mobile-copy-btn {
  justify-content: center;
}

.article-mobile-copy-msg {
  min-height: 18px;
}

.article-mobile-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-mobile-reading-list {
  gap: 10px;
}

.article-mobile-reading-item {
  align-items: stretch;
  gap: 10px;
}

.article-mobile-reading-item .aside-post-body {
  display: grid;
  gap: 4px;
}

.article-mobile-reading-meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  background: rgba(22, 93, 255, 0.08);
  border-radius: 999px;
  padding: 3px 8px;
}

.article-mobile-cta-copy {
  display: grid;
  gap: 6px;
}

.article-mobile-cta-copy .inline-cta-title,
.article-mobile-cta-copy .inline-cta-desc {
  margin: 0;
}

.article-mobile-cta-btn {
  width: 100%;
  justify-content: center;
}

.article-mobile-footer .aside-post-thumb {
  width: 64px;
  height: 64px;
}

.article-mobile-footer .aside-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-footer-section {
  margin-top: 40px;
  border-top: 1px solid #e2e8f0;
  padding-top: 32px;
}

.article-tags-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.article-tags-label {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-right: 4px;
}

.article-share-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}

.article-share-label {
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 5px 12px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.share-btn:hover {
  background: #e2e8f0;
  color: #1e293b;
}

.share-copy-msg {
  font-size: 13px;
  color: #10b981;
  display: none;
}

.share-copy-msg.is-visible {
  display: inline;
}

/* ── Prev / Next ── */
.article-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}

.post-nav-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.post-nav-item:hover {
  background: #f1f5f9;
  border-color: #c7d2fe;
}

.post-nav-item a {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  text-decoration: none;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-nav-label {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.post-nav-empty {
  font-size: 13px;
  color: #cbd5e1;
}

.post-nav-next {
  text-align: right;
}

/* ── Related articles ── */
.article-related-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e2e8f0;
}

.article-related-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

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

.article-related-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s, box-shadow 0.2s;
}

.article-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.article-related-thumb {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: #e2e8f0;
  flex-shrink: 0;
}

.article-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}

.article-related-body {
  padding: 0 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.article-related-body strong {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-related-body time {
  font-size: 12px;
  color: #94a3b8;
}

/* ── Inline CTA ── */
.article-inline-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #eef2ff, #e0e7ff);
  border: 1px solid #c7d2fe;
  border-radius: 12px;
}

.inline-cta-text {
  flex: 1;
  min-width: 0;
}

.inline-cta-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px;
}

.inline-cta-desc {
  font-size: 14px;
  color: #374151;
  margin: 0;
  line-height: 1.5;
}

.inline-cta-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.inline-cta-actions .button {
  height: 38px;
  padding: 0 18px;
  font-size: 14px;
  white-space: nowrap;
}

/* ── Mid-article CTA ── */
.article-mid-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0;
  padding: 18px 20px;
  background: linear-gradient(135deg, #eef2ff, #e0e7ff);
  border: 1px solid #c7d2fe;
  border-radius: 12px;
}

.article-mid-cta-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.article-mid-cta-body {
  flex: 1;
  min-width: 0;
}

.article-mid-cta-title {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 2px;
}

.article-mid-cta-desc {
  font-size: 13px;
  color: #374151;
  margin: 0;
  line-height: 1.45;
}

.article-mid-cta .button {
  flex-shrink: 0;
  height: 38px;
  padding: 0 18px;
  font-size: 14px;
  background: #FF6B35;
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(255, 107, 53, 0.3);
}

.article-mid-cta .button:hover {
  background: #e85a2a;
}

.aside-cta-wechat-btn {
  width: 100%;
  justify-content: center;
  height: 40px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ── Floating bottom CTA bar ── */
.floating-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: #1e293b;
  border-radius: 12px 12px 0 0;
  transform: translateY(100%);
  transition: transform 0.35s ease;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}

.floating-cta-bar.is-visible {
  transform: translateY(0);
}

.floating-cta-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
}

.floating-cta-text {
  flex: 1;
  font-size: 14px;
  color: #e2e8f0;
  font-weight: 500;
}

.floating-cta-btn {
  background: #FF6B35;
  color: #fff;
  border: none;
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
  cursor: pointer;
}

.floating-cta-btn:hover {
  background: #e85a2a;
  color: #fff;
}

.floating-cta-close {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #94a3b8;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

.floating-cta-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* ── Aside post list ── */
.aside-post-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aside-post-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 6px;
  padding: 6px;
  transition: background 0.12s;
}

.aside-post-item:hover {
  background: #eef2ff;
}

.aside-post-thumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f1f5f9;
}

.aside-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}

.aside-post-body {
  min-width: 0;
  flex: 1;
}

.aside-post-body strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.45;
}

/* ── Mobile responsive ── */
@media (max-width: 768px) {
  .article-page-body {
    flex-direction: column;
    padding: 28px 16px 60px;
    gap: 0;
  }

  .article-page-main {
    max-width: 100%;
    width: 100%;
  }

  .article-page-aside {
    display: none;
  }

  .toc-mobile {
    display: block;
  }

  .article-page-title {
    font-size: 24px;
  }

  .article-content h2 {
    font-size: 20px;
  }

  .article-content h3 {
    font-size: 18px;
  }

  .article-content img {
    border-radius: 8px;
    margin: 16px 0;
  }

  .article-cover-image {
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .article-inline-cta {
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px;
  }

  .inline-cta-actions {
    width: 100%;
    flex-direction: row;
  }

  .inline-cta-actions .button {
    flex: 1;
  }

  .article-inline-cta-desktop,
  .article-tags-section,
  .article-share-section,
  .article-post-nav,
  .article-related-section,
  .floating-cta-bar {
    display: none;
  }

  .article-footer-section {
    margin-top: 32px;
    padding-top: 24px;
    display: grid;
    gap: 14px;
    border-top: 1px solid rgba(226, 232, 240, 0.92);
  }

  .article-mobile-footer {
    display: grid;
    gap: 14px;
  }

  .article-mobile-footer-block {
    padding: 16px;
    border-radius: 18px;
  }

  .article-mobile-tools-actions {
    gap: 8px;
  }

  .article-mobile-copy-btn {
    width: 100%;
  }

  .article-mobile-copy-msg {
    width: 100%;
    font-size: 12px;
  }

  .article-mobile-tag-list {
    gap: 6px;
  }

  .article-mobile-reading-list {
    gap: 8px;
  }

  .article-mobile-reading-item {
    padding: 8px 0;
    border-radius: 0;
  }

  .article-mobile-reading-item + .article-mobile-reading-item {
    border-top: 1px solid rgba(226, 232, 240, 0.92);
  }

  .article-mobile-footer .aside-post-thumb {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }

  .article-mobile-footer .aside-post-body strong {
    font-size: 14px;
  }

  .article-mobile-cta-copy {
    gap: 4px;
  }

  .article-mobile-cta-copy .inline-cta-title {
    font-size: 15px;
  }

  .article-mobile-cta-copy .inline-cta-desc {
    font-size: 13px;
    line-height: 1.6;
  }

  .article-mobile-cta-btn {
    min-height: 42px;
  }
}

/* ══════════════════════════════════════
   END ARTICLE PAGE
══════════════════════════════════════ */

/* ===== Reading Utility (floating bottom-right) ===== */
.reading-utility {
  position: fixed;
  bottom: 100px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 10001;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
}

.reading-utility.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.reading-utility-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-soft);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.reading-utility-btn:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

/* ── Focus reading mode ── */
body.focus-reading::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.25);
  z-index: 1;
  pointer-events: none;
}

body.focus-reading .article-page-main {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 12px;
  padding: 32px 40px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

body.focus-reading .site-header,
body.focus-reading .article-page-hero,
body.focus-reading .article-page-aside,
body.focus-reading .article-footer-section,
body.focus-reading .floating-cta-bar,
body.focus-reading .reading-utility {
  opacity: 0.15;
  transition: opacity 0.3s;
}

body.focus-reading .reading-utility {
  opacity: 1;
}

/* ===== Article Content Typography ===== */
.article-content {
  color: var(--text);
  font-size: 16px;
  line-height: 1.85;
}

.article-content h2 {
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text-strong);
  margin: 1.75em 0 0.5em;
}

.article-content h3 {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-strong);
  margin: 1.5em 0 0.4em;
}

.article-content h4 {
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text);
  margin: 1.5em 0 0.5em;
}

.article-content h5,
.article-content h6 {
  font-size: 1em;
  font-weight: 700;
  color: var(--text-muted);
  margin: 1.25em 0 0.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.article-content p {
  margin: 0 0 1.4em;
}

.article-content a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s;
}

.article-content a:hover {
  color: var(--brand-deep);
}

.article-content strong {
  font-weight: 700;
  color: var(--text-strong);
}

.article-content em {
  font-style: italic;
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.4em;
  padding-left: 1.6em;
}

.article-content li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}

.article-content ul li {
  list-style-type: disc;
}

.article-content ol li {
  list-style-type: decimal;
}

.article-content ul ul,
.article-content ol ol,
.article-content ul ol,
.article-content ol ul {
  margin-bottom: 0;
}

.article-content blockquote {
  position: relative;
  margin: 2em 0;
  padding: 20px 24px 20px 22px;
  background: var(--bg-soft);
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--text-muted);
}

.article-content blockquote p:last-child {
  margin-bottom: 0;
}

.article-content blockquote cite {
  display: block;
  margin-top: 12px;
  font-size: 0.85em;
  font-style: normal;
  color: var(--text-light);
}

.article-content code {
  padding: 2px 6px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 0.875em;
  font-family: "Fira Code", "Cascadia Code", "Source Code Pro", monospace;
  border-radius: 4px;
  word-break: break-word;
}

.article-content pre {
  margin: 1.75em 0;
  padding: 20px 24px;
  background: #1e2530;
  border-radius: var(--radius-md);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.article-content pre code {
  padding: 0;
  background: none;
  color: #e8eaed;
  font-size: 0.875em;
  line-height: 1.7;
  border-radius: 0;
}

.article-content table {
  width: 100%;
  margin: 1.75em 0;
  border-collapse: collapse;
  font-size: 0.9em;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.article-content thead th {
  padding: 12px 16px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid var(--brand);
  white-space: nowrap;
}

.article-content tbody tr {
  border-bottom: 1px solid var(--line);
  transition: background 0.12s;
}

.article-content tbody tr:hover {
  background: var(--bg-soft);
}

.article-content tbody td {
  padding: 12px 16px;
  color: var(--text);
  vertical-align: top;
}

.article-content img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-sm);
  margin: 1.5em 0;
}

.article-content figure {
  margin: 2em 0;
}

.article-content figcaption {
  margin-top: 10px;
  font-size: 0.85em;
  color: var(--text-light);
  text-align: center;
  line-height: 1.5;
}

.article-content hr {
  margin: 2.5em 0;
  border: none;
  border-top: 1px solid var(--line);
}

/* article lead / intro text */
.article-lead {
  font-size: 1.1em;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0 0 0;
}

/* ===== Article shell responsive overrides ===== */
.article-shell {
  align-items: start;
}

@media (max-width: 1200px) {
  .home-hero-shell-domestic,
  .hero-shell,
  .hero-shell-rebuild,
  .faq-layout,
  .footer-grid,
  .capability-layout,
  .capability-layout-domestic,
  .capability-layout-rebuild,
  .pricing-layout,
  .company-layout,
  .trust-grid,
  .footer-top,
  .business-shell-rebuild,
  .contact-section-layout,
  .commercial-layout,
  .industry-shell,
  .article-shell,
  .article-page-body-sidebar,
  .showcase-shell,
  .single-feature-shell,
  .page-hero-shell,
  .archive-hero-shell-rich,
  .category-highlight-card,
  .trust-capability-layout {
    grid-template-columns: 1fr;
  }

  .article-page-aside {
    position: static;
  }

  .showcase-side {
    order: 2;
  }

  .showcase-card {
    order: 1;
  }

  .trust-cards-grid,
  .case-grid,
  .case-grid-domestic,
  .process-grid,
  .business-group-grid,
  .business-grid,
  .scenario-grid,
  .home-article-grid,
  .industry-grid,
  .footer-links-grid,
  .footer-links-grid-enterprise,
  .archive-hero-stats,
  .single-feature-intro,
  .hero-console-metrics-stack,
  .trust-support-grid-rebuild,
  .support-grid,
  .guarantee-grid,
  .hero-overview-grid,
  .hero-overview-grid-strong,
  .pricing-cards-v2,
  .contact-promises-tags,
  .contact-side-panel-qrs,
  .case-grid-directions,
  .scenario-grid-solution {
    grid-template-columns: 1fr;
  }

  .commercial-layout-split {
    grid-template-columns: 1fr;
  }

  .pricing-copy-split {
    position: static;
  }

  .process-grid-emphasis {
    grid-template-columns: 1fr;
  }

  .article-cta {
    position: static;
  }
}

@media (max-width: 920px) {
  .site-nav {
    position: relative;
    align-items: flex-start;
    border-radius: 18px;
  }

  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .nav-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(201, 205, 212, 0.72);
    border-radius: 18px;
    box-shadow: var(--shadow-card);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links,
  .nav-actions,
  .hero-actions,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-dropdown,
  .nav-link,
  .nav-dropdown-toggle,
  .nav-actions .button,
  .button,
  .hero-actions .button {
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    min-width: auto;
    margin-top: 8px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: none;
    box-shadow: none;
  }

  .nav-dropdown.is-open .dropdown-menu {
    display: grid;
  }

  .contact-items-enterprise {
    grid-template-columns: 1fr;
  }

  .trust-cards-grid,
  .case-grid,
  .case-grid-domestic,
  .process-grid,
  .business-group-grid,
  .business-grid,
  .scenario-grid,
  .home-article-grid,
  .industry-grid,
  .footer-links-grid,
  .footer-links-grid-enterprise,
  .archive-hero-stats,
  .single-feature-intro,
  .hero-console-metrics-stack,
  .trust-support-grid-rebuild,
  .support-grid,
  .guarantee-grid,
  .hero-overview-grid,
  .business-side-grid,
  .pricing-cards-v2,
  .contact-promises-tags,
  .hero-overview-grid-strong,
  .scenario-grid-solution,
  .contact-side-panel-qrs,
  .case-grid-directions,
  .process-grid-emphasis {
    grid-template-columns: 1fr;
  }

  .commercial-layout-split {
    grid-template-columns: 1fr;
  }

  .pricing-copy-split {
    position: static;
  }

  .business-tab-list {
    display: grid;
    border-radius: 20px;
  }

  .footer-bottom,
  .footer-compliance {
    justify-content: flex-start;
  }

  .article-sidebar-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  :root {
    --container: calc(100vw - 28px);
  }

  body {
    font-size: 14px;
  }

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

  .hero-banner {
    padding: 24px 0 56px;
  }

  .section {
    padding: 60px 0;
  }

  .hero-intro h1,
  .section-heading h2,
  .contact-box h2,
  .pricing-copy h2,
  .faq-heading h2,
  .page-hero-shell h1 {
    font-size: clamp(1.75rem, 8vw, 2rem);
  }

  .hero-subtitle,
  .hero-lead,
  .section-heading p,
  .contact-box p,
  .faq-heading p,
  .post-card-excerpt,
  .article-content,
  .single-feature-lead {
    font-size: 14px;
  }

  .hero-side-panel,
  .hero-side-panel-domestic,
  .hero-side-panel-rebuild,
  .page-hero-shell,
  .article-card,
  .article-cta,
  .article-sidebar-panel,
  .single-feature-highlight,
  .single-feature-intro,
  .archive-note-card,
  .empty-state,
  .not-found-card,
  .home-articles-shell,
  .faq-list,
  .contact-box,
  .contact-form-card,
  .contact-qr-card,
  .capability-main,
  .capability-list,
  .pricing-copy,
  .pricing-cards,
  .business-group,
  .industry-shell,
  .footer-top,
  .trust-core-card,
  .support-card,
  .guarantee-card,
  .scenario-card,
  .process-card,
  .pricing-card,
  .case-card,
  .advantage-card,
  .business-card,
  .post-card,
  .commercial-process-v2 {
    padding: 20px;
  }

  .post-card {
    padding: 12px;
  }

  .hero-proof-strip,
  .hero-proof-strip-compact {
    width: 100%;
    border-radius: 12px;
  }

  .hero-labels {
    gap: 8px;
  }

  .hero-labels-strong span,
  .business-tab {
    width: 100%;
    justify-content: center;
  }

  .contact-items-enterprise {
    grid-template-columns: 1fr;
  }

  .capability-block,
  .capability-block-scope {
    grid-template-columns: 1fr;
  }

  .footer-top,
  .footer-top-enterprise {
    padding: 22px;
  }

  .home-solution-section .container,
  .home-cases-section-directions .container,
  .home-commercial-section-split .container,
  .business-tabs,
  .contact-section-layout-v2,
  .faq-list-v2,
  .home-articles-section .container,
  .home-contact-section .container,
  .home-faq-section .container {
    gap: 18px;
  }

  .commercial-process-v2,
  .pricing-copy,
  .faq-list,
  .contact-box,
  .contact-qr-card,
  .capability-main,
  .capability-list {
    padding: 24px;
  }

  .scenario-card-solution h3 {
    min-height: 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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

.home-hero-redesign {
  padding: 80px 0 96px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at 82% 20%, rgba(141, 104, 255, 0.22), transparent 24%),
    linear-gradient(135deg, #0f2a6b 0%, #165dff 48%, #5b4dff 100%);
}

.home-hero-shell-redesign {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 32px;
  align-items: stretch;
}

.hero-intro-redesign,
.hero-side-redesign {
  min-width: 0;
}

.hero-intro-redesign {
  gap: 22px;
}

.hero-intro-copy-redesign {
  gap: 16px;
}

.hero-context-redesign,
.home-hero-redesign h1,
.home-hero-redesign .hero-subtitle,
.home-hero-redesign .hero-lead,
.hero-side-panel-redesign h2,
.hero-side-panel-redesign p,
.hero-overview-grid-redesign article span,
.hero-overview-grid-redesign article strong,
.hero-overview-grid-redesign article p {
  color: #ffffff;
}

.hero-context-redesign {
  padding: 0;
  min-height: auto;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0.12em;
  opacity: 0.8;
}

.home-hero-redesign h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1.18;
  font-weight: 800;
}

.hero-subtitle-redesign {
  max-width: 36em;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
}

.hero-lead-redesign {
  max-width: 40em;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.74);
}

.hero-actions-redesign {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button-home-primary {
  background: #ff6b35;
  border-color: #ff6b35;
  color: #fff;
}

.button-home-primary:hover,
.button-home-primary:focus-visible {
  background: #f25c22;
  border-color: #f25c22;
}

.button-home-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.button-home-secondary:hover,
.button-home-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.36);
}

.hero-side-panel-redesign {
  padding: 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.hero-side-heading-redesign {
  display: grid;
  gap: 10px;
}

.hero-side-heading-redesign h2 {
  font-size: 28px;
  line-height: 1.3;
}

.hero-side-heading-redesign p {
  color: rgba(255, 255, 255, 0.72);
}

.hero-overview-grid-redesign {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hero-overview-grid-redesign article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 130px;
}

.hero-overview-grid-redesign article span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.82;
  line-height: 1.2;
}

.hero-overview-grid-redesign article strong {
  font-size: 18px;
  line-height: 1.35;
  flex-shrink: 0;
}

.hero-overview-grid-redesign article p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  flex: 1;
}

.home-proof-section,
.home-scenario-redesign,
.home-faq-redesign {
  background: #ffffff;
}

.home-core-services-section,
.home-commercial-redesign,
.home-contact-redesign {
  background: #f7f8fa;
}

.proof-grid,
.core-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.proof-card {
  display: grid;
  gap: 12px;
  padding: 28px 22px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(229, 230, 235, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 38, 0.05);
}

.proof-mark {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}

.proof-card strong {
  color: var(--text-strong);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.proof-card p {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.8;
}

.core-service-card {
  display: grid;
  gap: 18px;
  padding: 28px 24px;
  border-radius: 12px;
  min-height: 100%;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 38, 0.05);
}

.core-service-card h3 {
  font-size: 22px;
  line-height: 1.45;
}

.core-service-card .business-card-copy p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
}

.services-capability-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: 18px;
  margin-top: 22px;
}

.services-capability-main,
.services-capability-tags {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(229, 230, 235, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 38, 0.04);
}

.services-capability-tags strong {
  color: var(--text-strong);
  font-size: 16px;
}

.capability-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.capability-tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.06);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
}

.home-scenario-redesign .scenario-grid-solution {
  gap: 18px;
}

.home-scenario-redesign .scenario-card-solution {
  padding: 24px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 38, 0.05);
}

.home-commercial-redesign .commercial-layout-redesign {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 20px;
  align-items: start;
}

.commercial-process-redesign,
.pricing-copy-redesign {
  padding: 28px 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(229, 230, 235, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 38, 0.05);
}

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

.process-card-redesign,
.pricing-card-redesign {
  border-radius: 12px;
}

.pricing-cards-redesign {
  display: grid;
  gap: 14px;
  margin-top: 6px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.pricing-card-redesign {
  padding: 20px;
  background: #f7f8fa;
  border: 1px solid rgba(229, 230, 235, 0.96);
  box-shadow: none;
}

.pricing-actions-redesign {
  margin-top: 8px;
}

.faq-heading-redesign {
  margin-bottom: 8px;
}

.home-contact-redesign .contact-section-layout-redesign {
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 20px;
  align-items: stretch;
}

.contact-box-redesign,
.home-contact-redesign .contact-qr-card {
  padding: 28px 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(229, 230, 235, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 38, 0.05);
}

.contact-cta-copy {
  display: grid;
  gap: 12px;
}

.contact-side-panel-qrs {
  gap: 20px;
}

.home-contact-redesign .contact-qr-card-prominent {
  background: #fff;
}

.home-contact-redesign .contact-qr-card-secondary {
  background: #fff;
}

.home-contact-redesign .contact-qr-card img {
  max-width: 210px;
}

.home-contact-redesign .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-contact-redesign .contact-actions .button {
  min-width: 168px;
}

@media (max-width: 1200px) {
  .home-hero-shell-redesign,
  .services-capability-panel,
  .home-commercial-redesign .commercial-layout-redesign,
  .home-contact-redesign .contact-section-layout-redesign {
    grid-template-columns: 1fr;
  }

  .proof-grid,
  .core-services-grid,
  .hero-overview-grid-redesign,
  .process-grid-redesign {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .proof-grid,
  .core-services-grid,
  .hero-overview-grid-redesign,
  .process-grid-redesign {
    grid-template-columns: 1fr;
  }

  .home-contact-redesign .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  .home-hero-redesign {
    padding: 40px 0 64px;
  }

  .home-hero-redesign h1,
  .section-heading h2,
  .contact-box h2,
  .pricing-copy h2,
  .faq-heading h2 {
    font-size: clamp(1.5rem, 8vw, 1.8rem);
  }

  .hero-subtitle-redesign,
  .hero-lead-redesign,
  .proof-card p,
  .core-service-card .business-card-copy p,
  .scenario-card-solution .scenario-value,
  .contact-box p,
  .faq-heading p {
    font-size: 14px;
  }

  .hero-side-panel-redesign,
  .proof-card,
  .core-service-card,
  .services-capability-main,
  .services-capability-tags,
  .commercial-process-redesign,
  .pricing-copy-redesign,
  .contact-box-redesign,
  .home-contact-redesign .contact-qr-card {
    padding: 22px 18px;
  }

  .button-home-primary,
  .button-home-secondary,
  .home-contact-redesign .contact-actions .button {
    width: 100%;
  }
}

.site-header,
.site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-hero-redesign {
  padding: 72px 0 92px;
  background-color: #fafbfc;
  background-image:
    radial-gradient(circle at 14% 14%, rgba(37, 99, 235, 0.06), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(37, 99, 235, 0.04), transparent 22%),
    linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
  position: relative;
}

.home-hero-redesign::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black, transparent 82%);
  pointer-events: none;
  opacity: 0.32;
}

.home-hero-redesign .container {
  position: relative;
  z-index: 1;
}

.home-hero-redesign .hero-context-redesign,
.home-hero-redesign h1,
.home-hero-redesign .hero-subtitle-redesign,
.home-hero-redesign .hero-lead-redesign,
.home-hero-redesign .hero-side-panel-redesign h2,
.home-hero-redesign .hero-side-panel-redesign p,
.home-hero-redesign .hero-overview-grid-redesign article span,
.home-hero-redesign .hero-overview-grid-redesign article strong,
.home-hero-redesign .hero-overview-grid-redesign article p {
  color: inherit;
}

.home-hero-redesign h1 {
  color: #0f172a;
}

.hero-context-redesign {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 1;
}

.hero-subtitle-redesign {
  color: #475569;
}

.hero-lead-redesign {
  color: #64748b;
}

.button-home-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.18);
}

.button-home-primary:hover,
.button-home-primary:focus-visible {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.button-home-secondary {
  background: #ffffff;
  border-color: rgba(37, 99, 235, 0.18);
  color: #2563eb;
}

.button-home-secondary:hover,
.button-home-secondary:focus-visible {
  background: rgba(37, 99, 235, 0.04);
  border-color: rgba(37, 99, 235, 0.26);
}

.hero-side-panel-redesign {
  padding: 28px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: none;
}

.hero-side-heading-redesign h2 {
  color: #0f172a;
}

.hero-side-heading-redesign p {
  color: #475569;
}

.hero-overview-grid-redesign article {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.hero-overview-grid-redesign article span {
  color: #2563eb;
  opacity: 1;
}

.hero-overview-grid-redesign article strong {
  color: #0f172a;
}

.hero-overview-grid-redesign article p {
  color: #475569;
}

.hero-overview-grid-redesign article::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.1);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
}

.hero-overview-grid-redesign article {
  position: relative;
}

.site-nav {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(226, 232, 240, 0.88);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(12px);
}

.nav-link,
.nav-dropdown-toggle {
  color: #475569;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  color: #0f172a;
}

.nav-link::after,
.nav-dropdown-toggle::after {
  background: #2563eb;
}

.button-primary.button-small {
  background: #2563eb;
  border-color: #2563eb;
}

.button-primary.button-small:hover,
.button-primary.button-small:focus-visible {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

@media (max-width: 720px) {
  .home-hero-redesign {
    padding: 40px 0 60px;
  }

  .hero-side-panel-redesign,
  .hero-overview-grid-redesign article {
    border-radius: 16px;
  }
}

.home-hero-redesign {
  padding: 72px 0 40px;
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
}

.home-hero-shell-redesign {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: center;
}

.hero-intro-redesign,
.hero-intro-copy-redesign,
.hero-side-panel-redesign,
.home-process-pricing-stack,
.contact-compact-grid,
.home-cta-contact-stack {
  display: grid;
  gap: 20px;
}

.hero-intro-redesign {
  gap: 24px;
}

.hero-intro-copy-redesign {
  gap: 14px;
}

.home-hero-redesign h1 {
  max-width: 9.5em;
  font-size: clamp(2.35rem, 5vw, 3.75rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.hero-subtitle-redesign {
  max-width: 40em;
  font-size: 16px;
  line-height: 1.75;
  color: #64748b;
}

.hero-actions-redesign {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions-redesign .button,
.pricing-card .button,
.cta-banner .button {
  min-width: 160px;
  min-height: 48px;
  border-radius: 8px;
}

.button-home-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.button-home-primary:hover,
.button-home-primary:focus-visible {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.button-home-secondary {
  color: #2563eb;
  background: #fff;
  border-color: rgba(148, 163, 184, 0.32);
}

.hero-side-panel-redesign {
  gap: 12px;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.hero-overview-grid-redesign {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-overview-grid-redesign article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
  padding: 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.hero-overview-grid-redesign article::before {
  content: none;
}

.hero-card-icon,
.audience-icon,
.core-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 22px;
  line-height: 1;
  background: transparent;
  border-radius: 0;
}

.hero-overview-grid-redesign article strong,
.audience-card h3,
.core-service-card-compact h3,
.pricing-card-saas h3,
.timeline-step h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #0f172a;
}

.hero-overview-grid-redesign article p,
.audience-card p,
.core-service-card-compact p,
.pricing-card-saas p,
.timeline-step p,
.contact-card p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.75;
}

.hero-overview-grid-redesign article strong,
.hero-overview-grid-redesign article p {
  grid-column: 2;
}

.hero-overview-grid-redesign article .hero-card-icon {
  grid-row: 1 / span 2;
}

.home-metrics-section {
  padding: 48px 0;
  background: #f8fafc;
}

.metrics-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.metric-item {
  display: grid;
  gap: 8px;
  padding: 0;
  text-align: center;
  border: 0;
}

.metric-item strong {
  color: #2563eb;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
}

.metric-item span {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.home-audience-section,
.home-process-pricing-section,
.home-faq-redesign {
  background: #ffffff;
}

.home-core-services-section,
.home-cta-contact-section {
  background: #f8fafc;
}

.audience-grid,
.pricing-grid,
.contact-compact-grid {
  display: grid;
  gap: 20px;
}

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

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

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

.core-services-grid-compact {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-card,
.core-service-card-compact,
.pricing-card-saas,
.contact-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 24px;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.contact-card-icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 4px;
}

.contact-card h3 {
  font-size: 17px;
  color: #0f172a;
  margin: 0;
}

.contact-card-sub {
  font-size: 13px;
  color: #86909c;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.contact-card-phone a {
  display: block;
  font-size: 15px;
  color: #2563eb;
  font-weight: 600;
  margin-top: 4px;
  word-break: break-all;
}

.contact-card-phone a:hover {
  color: #1d4ed8;
}

.contact-card-email .contact-email-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #2563eb;
  font-weight: 600;
  margin-top: 4px;
  padding: 8px 16px;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 8px;
  transition: background 0.2s;
}

.contact-card-email .contact-email-link:hover {
  background: rgba(37, 99, 235, 0.15);
}

.qr-show-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  margin-top: auto;
  align-self: flex-start;
}

.qr-show-btn:hover,
.qr-show-btn:focus-visible {
  background: #1d4ed8;
  transform: translateY(-1px);
  outline: none;
}

.qr-show-btn svg {
  flex-shrink: 0;
}

.qr-show-btn-wx {
  background: #07c160;
}

.qr-show-btn-wx:hover,
.qr-show-btn-wx:focus-visible {
  background: #059b4c;
}

.cta-qr-btn {
  background: #ff6b35;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-qr-btn:hover,
.cta-qr-btn:focus-visible {
  background: #f25c22;
  transform: translateY(-1px);
  outline: none;
}

.qr-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}

.qr-modal-overlay.qr-modal-open {
  display: flex;
}

.qr-modal-box {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 32px 28px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.22);
  animation: qr-modal-in 0.2s ease-out;
}

@keyframes qr-modal-in {
  from { opacity: 0; transform: scale(0.95) translateY(8px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.qr-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(15, 23, 42, 0.06);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
}

.qr-modal-close:hover {
  background: rgba(15, 23, 42, 0.12);
  color: #1d2129;
}

.qr-modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.qr-modal-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.qr-modal-badge.wx-badge {
  background: rgba(7, 193, 96, 0.1);
  color: #07c160;
}

.qr-modal-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.qr-modal-box img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  margin: 0 auto;
}

.qr-modal-desc {
  margin-top: 14px;
  font-size: 14px;
  color: #4e5969;
  line-height: 1.6;
}

.qr-modal-tip {
  margin-top: 16px;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e5e6eb;
  border-radius: 10px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
  text-align: left;
}

.core-service-card-compact {
  align-content: start;
}

.product-link {
  margin-top: auto;
  color: #2563eb;
  font-weight: 700;
}

.product-link:hover,
.product-link:focus-visible {
  color: #1d4ed8;
  text-decoration: underline;
  outline: none;
}

.home-process-pricing-stack {
  gap: 32px;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline-step {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.timeline-step-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.timeline-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 14px;
  font-weight: 800;
}

.timeline-step-line {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.28), rgba(37, 99, 235, 0.08));
}

.pricing-heading-inline {
  margin-bottom: 0;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}

.promise-card {
  display: grid;
  gap: 14px;
  padding: 26px 22px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.promise-icon {
  font-size: 28px;
  line-height: 1;
}

.promise-card h3 {
  font-size: 17px;
  line-height: 1.4;
  color: #0f172a;
}

.promise-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #4e5969;
  margin: 0;
}

.process-simple {
  border-top: 1px solid #e5e6eb;
  padding-top: 40px;
}

.process-simple h3 {
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 24px;
}

.process-simple-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-simple-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.process-simple-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}

.process-simple-step strong {
  display: block;
  font-size: 15px;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 4px;
}

.process-simple-step p {
  font-size: 13px;
  color: #4e5969;
  line-height: 1.65;
  margin: 0;
}

.process-cta-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #e5e6eb;
}

.process-cta-bar span {
  font-size: 15px;
  color: #4e5969;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .promise-grid,
  .process-simple-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .promise-grid,
  .process-simple-steps {
    grid-template-columns: 1fr;
  }
}

.pricing-card-saas {
  position: relative;
  align-content: start;
}

.pricing-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
}

.pricing-card-price {
  color: #0f172a;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

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

.pricing-feature-list li {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.pricing-card-featured {
  transform: scale(1.03);
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.cta-banner h2 {
  color: #ffffff;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.35;
}

.cta-banner .button-primary {
  background: #ffffff;
  border-color: #ffffff;
  color: #0f172a;
  box-shadow: none;
}

.cta-banner .button-primary:hover,
.cta-banner .button-primary:focus-visible {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #0f172a;
}

.contact-card a {
  color: #2563eb;
  font-weight: 600;
  word-break: break-word;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  color: #1d4ed8;
  outline: none;
}

@media (max-width: 1200px) {
  .home-hero-shell-redesign,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .home-article-grid,
  .metrics-bar,
  .process-timeline,
  .audience-grid,
  .pricing-grid,
  .contact-compact-grid,
  .core-services-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-banner {
    display: grid;
    justify-content: stretch;
  }
}

@media (max-width: 920px) {
  .home-hero-shell-redesign,
  .metrics-bar,
  .home-article-grid,
  .audience-grid,
  .core-services-grid-compact,
  .pricing-grid,
  .contact-compact-grid,
  .process-timeline,
  .hero-overview-grid-redesign {
    grid-template-columns: 1fr;
  }

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

  .pricing-card-featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 80px 0;
  }

  .container {
    width: min(100vw - 32px, 100%);
  }

  .home-hero-redesign {
    padding: 36px 0 32px;
  }

  .home-hero-redesign h1,
  .section-heading h2,
  .cta-banner h2,
  .faq-heading h2 {
    font-size: clamp(1.5rem, 7vw, 1.75rem);
  }

  .hero-subtitle-redesign,
  .metric-item span,
  .hero-overview-grid-redesign article p,
  .audience-card p,
  .core-service-card-compact p,
  .pricing-card-saas p,
  .timeline-step p,
  .contact-card p,
  .faq-heading p,
  .faq-list p {
    font-size: 14px;
  }

  .hero-side-panel-redesign,
  .audience-card,
  .core-service-card-compact,
  .timeline-step,
  .pricing-card-saas,
  .contact-card,
  .faq-list details,
  .footer-top-enterprise {
    padding: 20px 16px;
  }

  .hero-actions-redesign .button,
  .pricing-card .button,
  .cta-banner .button {
    width: 100%;
    min-width: 0;
  }
}

/* ===== Premium editorial refinement ===== */
.hero-copy-note-redesign {
  max-width: 40rem;
}

.hero-copy-note-redesign p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.85;
}

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

.hero-trust-band article {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-trust-band strong,
.hero-trust-band span {
  color: #fff;
}

.hero-trust-band strong {
  font-size: 15px;
  line-height: 1.4;
}

.hero-trust-band span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.7;
}

.hero-side-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-articles-section-featured {
  padding-top: 26px;
}

.home-article-grid-v2 .post-card,
.post-card-editorial,
.category-grid-card,
.category-feature-card,
.category-compact-item {
  border-radius: 24px;
  border: 1px solid rgba(207, 215, 228, 0.74);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.post-card-editorial,
.category-grid-card,
.category-feature-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
}

.post-card-editorial .post-card-media,
.home-article-grid-v2 .post-card-media,
.category-grid-card .post-card-media,
.category-feature-card .post-card-media,
.post-card-media-highlight,
.post-card-media-compact {
  overflow: hidden;
  border-radius: 18px;
}

.archive-page-hero {
  padding-top: 18px;
}

.archive-hero-shell-premium {
  position: relative;
  overflow: hidden;
  gap: 28px;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(210, 218, 232, 0.9);
  background:
    radial-gradient(circle at top right, rgba(22, 93, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.95));
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.07);
}

.archive-hero-copy-premium {
  display: grid;
  gap: 16px;
}

.archive-hero-stats-premium {
  gap: 14px;
}

.archive-hero-stats-premium article {
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(218, 225, 236, 0.9);
}

.archive-hero-stats-premium article span {
  display: block;
  color: var(--text-light);
  font-size: 12px;
  margin-bottom: 6px;
}

.archive-hero-stats-premium article strong {
  color: var(--text-strong);
  font-size: 18px;
  line-height: 1.4;
}

.archive-hero-media-premium {
  min-height: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.category-highlight-card {
  gap: 28px;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 255, 0.96));
  border: 1px solid rgba(207, 215, 228, 0.86);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.08);
}

.category-highlight-main {
  gap: 16px;
}

.category-highlight-main h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.3;
}

.category-grid-layout,
.category-compact-list,
.category-feature-layout {
  gap: 26px;
}

.category-compact-item {
  align-items: center;
  gap: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
}

.category-compact-order {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.12), rgba(91, 77, 255, 0.12));
  color: var(--brand-deep);
  font-weight: 800;
}

.reading-utility-toast {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.reading-utility-toast.is-visible {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.archive-card-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.archive-card-grid::before {
  content: "";
  position: absolute;
  inset: -40px 0 auto;
  height: 180px;
  pointer-events: none;
  background: radial-gradient(circle at top center, rgba(22, 93, 255, 0.09), transparent 68%);
}

.archive-page-hero-premium {
  padding-top: 32px;
}

.archive-hero-shell-compact {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 34px 36px;
  border-radius: 32px;
  border: 1px solid rgba(204, 216, 232, 0.9);
  background:
    radial-gradient(circle at top right, rgba(22, 93, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.96));
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.archive-hero-shell-compact::after {
  content: "";
  position: absolute;
  inset: auto auto -72px -48px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.2), transparent 72%);
  pointer-events: none;
}

.archive-hero-copy-refined {
  position: relative;
  z-index: 1;
  gap: 22px;
}

.archive-hero-heading {
  display: grid;
  gap: 14px;
  max-width: 900px;
}

.archive-hero-context-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.archive-hero-copy-refined h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.archive-hero-summary {
  max-width: 760px;
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #5f6f86;
}

.archive-hero-actions-refined {
  gap: 14px;
}

.archive-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.archive-quick-nav-item {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(210, 219, 232, 0.92);
  background: rgba(255, 255, 255, 0.74);
  color: #4b5b74;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.archive-quick-nav-item:hover,
.archive-quick-nav-item:focus-visible {
  color: var(--brand);
  border-color: rgba(22, 93, 255, 0.26);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
  outline: none;
}

.archive-quick-nav-item.is-current {
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.14), rgba(125, 211, 252, 0.18));
  color: var(--brand);
  border-color: rgba(22, 93, 255, 0.18);
}

.archive-hero-stats-inline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.archive-hero-stats-inline article {
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 16px 16px 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(216, 224, 236, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}

.archive-hero-stats-inline article span {
  margin-bottom: 0;
  color: #7a8ba5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.archive-hero-stats-inline article strong {
  font-size: 16px;
  line-height: 1.4;
  color: #10213a;
}

.archive-hero-stats-inline article em {
  color: #6d7d96;
  font-size: 12px;
  line-height: 1.6;
  font-style: normal;
}

.archive-card-grid > .pagebar-wrap,
.archive-card-grid > .empty-state {
  grid-column: 1 / -1;
}

.archive-grid-card {
  position: relative;
  gap: 18px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(214, 222, 235, 0.92);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.archive-grid-card:hover,
.archive-grid-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(22, 93, 255, 0.16);
  box-shadow: 0 26px 52px rgba(15, 23, 42, 0.1);
}

.archive-grid-card .post-card-media,
.archive-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(22, 93, 255, 0.1), rgba(125, 211, 252, 0.14)),
    #eef5ff;
}

.archive-grid-card .post-card-media::after,
.archive-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.08));
  opacity: 0;
  transition: opacity 0.24s ease;
}

.archive-grid-card:hover .post-card-media::after,
.archive-grid-card:focus-within .post-card-media::after,
.archive-grid-card:hover .archive-card-media::after,
.archive-grid-card:focus-within .archive-card-media::after {
  opacity: 1;
}

.archive-grid-card .post-card-media img,
.archive-card-media img {
  transition: transform 0.28s ease;
}

.archive-grid-card:hover .post-card-media img,
.archive-grid-card:focus-within .post-card-media img,
.archive-grid-card:hover .archive-card-media img,
.archive-grid-card:focus-within .archive-card-media img {
  transform: scale(1.03);
}

.archive-card-head,
.archive-card-body {
  display: grid;
  gap: 12px;
}

.archive-card-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  flex-wrap: wrap;
}

.archive-card-badge {
  min-height: 30px;
  padding: 0 12px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}

.archive-card-meta-top time {
  color: #7b8aa1;
  font-size: 12px;
  font-weight: 600;
}

.archive-grid-card .post-card-body {
  display: grid;
  gap: 10px;
}

.archive-grid-card .post-card-body h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: -0.01em;
}

.archive-grid-card .post-card-body h2 a:hover,
.archive-grid-card .post-card-body h2 a:focus-visible {
  color: var(--brand);
  outline: none;
}

.archive-grid-card .post-card-excerpt {
  color: #64748b;
  font-size: 14px;
  line-height: 1.82;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archive-grid-card .post-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 2px;
}

.archive-card-meta-bottom {
  gap: 8px 10px;
}

.archive-card-meta-bottom span {
  background: rgba(241, 246, 255, 0.96);
  color: #59708f;
  border: 1px solid rgba(217, 226, 239, 0.92);
}

.archive-card-link,
.post-card-link.archive-card-link {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand);
  white-space: nowrap;
}

.archive-card-link:hover,
.archive-card-link:focus-visible,
.post-card-link.archive-card-link:hover,
.post-card-link.archive-card-link:focus-visible {
  background: rgba(22, 93, 255, 0.14);
  box-shadow: 0 12px 24px rgba(22, 93, 255, 0.14);
  transform: translateY(-1px);
  outline: none;
}

.archive-hero-stats-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.archive-hero-stats-compact article {
  border-radius: 20px;
}

.category-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.pagebar-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  padding-top: 10px;
}

.pagebar-shell {
  display: inline-flex;
  max-width: 100%;
}

.pagebar-item {
  min-width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  color: #52627b;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pagebar-item:hover,
.pagebar-item:focus-visible {
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand);
  transform: translateY(-1px);
  outline: none;
}

.pagebar-item.is-current {
  background: linear-gradient(135deg, var(--brand), #5b4dff);
  color: #fff;
  box-shadow: 0 12px 24px rgba(22, 93, 255, 0.24);
}

.site-footer {
  padding: 34px 0 38px;
}

.footer-top,
.footer-top-enterprise {
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 26px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.94));
  border: 1px solid rgba(211, 220, 232, 0.88);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.06);
}

.footer-brand,
.footer-column {
  gap: 12px;
}

.footer-brand p {
  color: #64748b;
  line-height: 1.85;
}

.footer-links-grid,
.footer-links-grid-enterprise {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.footer-column h2 {
  font-size: 15px;
  font-weight: 800;
  color: #13233b;
}

.footer-column a,
.footer-column span {
  line-height: 1.75;
}

.footer-compliance {
  justify-content: center;
  gap: 10px 18px;
  padding: 18px 10px 0;
}

.footer-bottom {
  justify-content: space-between;
  gap: 14px 24px;
  padding: 18px 8px 0;
}

.footer-legal span,
.footer-meta span {
  line-height: 1.8;
}

@media (max-width: 1200px) {
  .archive-hero-stats-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-grid-card .post-card-body h2 {
    font-size: 22px;
  }
}

@media (max-width: 920px) {
  .archive-card-grid,
  .category-grid-layout {
    gap: 20px;
  }

  .archive-hero-shell-compact {
    padding: 28px 22px;
    border-radius: 26px;
  }

  .archive-quick-nav {
    gap: 10px;
  }

  .archive-quick-nav-item {
    min-height: 38px;
    padding: 0 14px;
  }

  .archive-hero-stats-inline,
  .archive-hero-stats-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-grid-card {
    padding: 16px;
    border-radius: 22px;
  }

  .archive-grid-card .post-card-body h2 {
    font-size: 20px;
  }

  .archive-grid-card .post-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .pagebar-nav {
    border-radius: 28px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-top,
  .footer-top-enterprise,
  .footer-links-grid,
  .footer-links-grid-enterprise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .archive-page-hero-premium {
    padding-top: 24px;
  }

  .archive-card-grid,
  .category-grid-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .archive-hero-shell-compact {
    gap: 20px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .archive-hero-context-pill {
    min-height: 30px;
    padding: 0 12px;
  }

  .archive-hero-copy-refined h1 {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .archive-hero-summary {
    font-size: 14px;
    line-height: 1.75;
  }

  .archive-quick-nav-item {
    width: 100%;
    justify-content: center;
  }

  .archive-hero-stats-inline,
  .archive-hero-stats-compact {
    grid-template-columns: minmax(0, 1fr);
  }

  .archive-hero-stats-inline article {
    padding: 14px;
    border-radius: 18px;
  }

  .archive-grid-card {
    gap: 16px;
    padding: 14px;
    border-radius: 20px;
  }

  .archive-card-meta-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-grid-card .post-card-body h2 {
    font-size: 18px;
  }

  .archive-grid-card .post-card-excerpt {
    -webkit-line-clamp: 4;
  }

  .archive-card-link,
  .post-card-link.archive-card-link {
    width: 100%;
    justify-content: center;
  }

  .pagebar-wrap {
    margin-top: 0;
    padding-top: 4px;
  }

  .pagebar-nav {
    width: 100%;
    border-radius: 24px;
  }

  .pagebar-item {
    flex: 1 1 44px;
  }

  .site-footer {
    padding: 28px 0 34px;
  }

  .footer-top,
  .footer-top-enterprise,
  .footer-links-grid,
  .footer-links-grid-enterprise,
  .footer-bottom {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-top,
  .footer-top-enterprise {
    gap: 22px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .footer-bottom {
    gap: 8px;
  }
}

.article-page-hero {
  padding: 22px 0 12px;
  border-bottom: 0;
  background: transparent;
}

.article-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 28px;
  padding: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(22, 93, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  border: 1px solid rgba(210, 218, 232, 0.92);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.08);
}

.article-hero-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.article-hero-kicker,
.article-hero-panel-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.article-page-title {
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.18;
  margin: 0;
}

.article-hero-summary {
  max-width: 42rem;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.9;
}

.article-page-meta {
  gap: 8px 12px;
  font-size: 14px;
  color: #6b7a90;
  margin-bottom: 0;
}

.article-page-tags {
  padding-bottom: 0;
}

.article-hero-side {
  min-width: 0;
}

.article-hero-panel {
  display: grid;
  gap: 16px;
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(216, 224, 236, 0.9);
}

.article-hero-panel-grid {
  display: grid;
  gap: 14px;
}

.article-hero-panel-grid article {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.article-hero-panel-grid article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.article-hero-panel-grid span {
  color: var(--text-light);
  font-size: 12px;
}

.article-hero-panel-grid strong {
  color: var(--text-strong);
  font-size: 16px;
  line-height: 1.45;
}

.article-page-body {
  gap: 52px;
  max-width: 1280px;
  padding: 42px 20px 88px;
}

.article-page-main {
  max-width: 760px;
}

.article-content {
  color: #334155;
  font-size: 17px;
  line-height: 1.95;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content pre,
.article-content table,
.article-content figure {
  margin-bottom: 1.7em;
}

.article-content h2 {
  margin: 54px 0 18px;
  padding-bottom: 14px;
}

.article-content h3 {
  margin: 34px 0 14px;
  padding-left: 14px;
}

.article-content img {
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.aside-block,
.article-related-card,
.article-post-nav,
.article-inline-cta,
.article-footer-section {
  border-radius: 24px;
}

.aside-block {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(216, 224, 236, 0.9);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.article-inline-cta {
  margin-top: 44px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.08), rgba(91, 77, 255, 0.08));
  border: 1px solid rgba(22, 93, 255, 0.12);
}

.article-related-card {
  border: 1px solid rgba(216, 224, 236, 0.9);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.article-post-nav {
  gap: 16px;
}

.article-post-nav .post-nav-item {
  padding: 20px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.92);
}

.article-footer-section {
  display: grid;
  gap: 28px;
}

@media (max-width: 920px) {
  .hero-trust-band,
  .article-hero-shell,
  .archive-hero-shell-premium {
    grid-template-columns: 1fr;
  }

  .article-page-body {
    gap: 28px;
  }

  .category-grid-layout,
  .archive-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .archive-hero-stats-compact,
  .archive-hero-stats-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-mid-cta {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    margin: 22px 0;
    padding: 14px 16px;
  }

  .article-mid-cta-icon {
    display: none;
  }

  .article-mid-cta-body {
    width: 100%;
  }

  .article-mid-cta-title {
    font-size: 13px;
    margin: 0 0 2px;
  }

  .article-mid-cta-desc {
    font-size: 12px;
    line-height: 1.4;
  }

  .article-mid-cta .button {
    width: 100%;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .floating-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px 12px;
    padding: 12px 16px;
  }

  .floating-cta-text {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .floating-cta-btn {
    min-width: 0;
    width: 100%;
    justify-content: center;
  }

  .floating-cta-close {
    justify-self: end;
  }
}

@media (max-width: 720px) {
  .hero-trust-band article,
  .archive-hero-shell-premium,
  .article-hero-shell,
  .category-highlight-card,
  .category-compact-item,
  .article-inline-cta,
  .aside-block {
    padding: 20px;
  }

  .hero-trust-band,
  .hero-overview-grid-redesign,
  .archive-hero-stats-premium,
  .archive-hero-stats-inline,
  .article-hero-panel-grid {
    grid-template-columns: 1fr;
  }

  .category-grid-layout,
  .archive-card-grid,
  .category-compact-item {
    grid-template-columns: 1fr;
  }

  .category-grid-card,
  .archive-grid-card {
    padding: 14px;
  }

  .category-grid-card .post-card-body h2,
  .category-grid-card > h2,
  .archive-grid-card .post-card-body h2 {
    font-size: 18px;
  }

  .category-grid-card-footer,
  .archive-grid-card .post-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-page-body {
    padding: 28px 16px 72px;
  }

  .article-content {
    font-size: 16px;
    line-height: 1.85;
  }

  .article-mid-cta {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .pagebar-nav {
    flex-wrap: wrap;
    border-radius: 24px;
    justify-content: center;
  }
}

/* Homepage Visual System Refresh */
:root {
  --bg-page: #f4f7fc;
  --bg-page-soft: #fbfdff;
  --ink-strong: #0b1530;
  --ink-body: #23344f;
  --ink-muted-strong: #5a6c87;
  --panel-border-strong: rgba(190, 207, 237, 0.9);
  --panel-border-soft: rgba(214, 226, 247, 0.82);
  --panel-shadow-strong: 0 24px 60px rgba(9, 25, 58, 0.08);
  --panel-shadow-soft: 0 16px 36px rgba(9, 25, 58, 0.05);
  --brand-cyan: #11b7c8;
  --brand-warm: #39bfe0;
  --brand-glow: rgba(36, 92, 255, 0.18);
  --font-body: "HarmonyOS Sans SC", "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-display: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "STSong", serif;
}

body {
  background:
    radial-gradient(circle at 8% 0%, rgba(36, 92, 255, 0.13), transparent 24%),
    radial-gradient(circle at 96% 12%, rgba(17, 183, 200, 0.11), transparent 18%),
    linear-gradient(180deg, #fcfdff 0%, var(--bg-page) 28%, #ffffff 66%, #f8fbff 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(14, 30, 66, 0.06) 0.75px, transparent 0.75px);
  background-size: 16px 16px;
  opacity: 0.22;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
  pointer-events: none;
  z-index: -1;
}

.container {
  width: min(1360px, calc(100vw - 56px));
}

.section {
  padding: 96px 0;
}

.section-heading.section-center {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 52px;
}

.home-section-heading {
  max-width: 900px;
}

.home-section-heading::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(36, 92, 255, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-section-heading::before,
.home-proof-section .home-section-heading::before,
.home-audience-section .home-section-heading::before,
.home-core-services-section .home-section-heading::before,
.home-process-pricing-section .home-section-heading::before,
.home-pricing-section .home-section-heading::before,
.home-articles-section .home-section-heading::before,
.home-faq-section .home-section-heading::before,
.home-cta-contact-section .home-section-heading::before {
  display: none !important;
  content: none !important;
}

.home-proof-section .home-section-heading::before {
  content: "选择云卷";
}

.home-audience-section .home-section-heading::before {
  content: "适用场景";
}

.home-core-services-section .home-section-heading::before {
  content: "核心业务";
}

.home-process-pricing-section .home-section-heading::before {
  content: "合作流程";
}

.home-pricing-section .home-section-heading::before {
  content: "价格说明";
}

.home-articles-section .home-section-heading::before {
  content: "资源内容";
}

.home-faq-section .home-section-heading::before {
  content: "常见问题";
}

.home-cta-contact-section .home-section-heading::before {
  content: "服务承诺";
}

.section-divider {
  width: 96px;
  height: 3px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-cyan) 100%);
  box-shadow: 0 0 0 4px rgba(36, 92, 255, 0.06);
}

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

.site-nav {
  padding: 14px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(15, 30, 62, 0.08);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
}

.site-header.is-scrolled .site-nav {
  background: rgba(255, 255, 255, 0.86);
}

.nav-link,
.nav-dropdown-toggle {
  font-weight: 600;
}

.button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.button-primary {
  background: linear-gradient(135deg, var(--brand) 0%, #1e46d2 52%, #4f7cff 100%);
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(36, 92, 255, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #1e46d2 0%, #183da8 60%, #4f7cff 100%);
  box-shadow: 0 18px 36px rgba(36, 92, 255, 0.26);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(36, 92, 255, 0.14);
  box-shadow: 0 12px 26px rgba(14, 25, 49, 0.06);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #ffffff;
  border-color: rgba(36, 92, 255, 0.24);
}

.home-hero-redesign {
  position: relative;
  overflow: hidden;
  padding: 56px 0 118px;
  background: transparent;
}

.home-hero-redesign::before {
  content: "";
  position: absolute;
  inset: 24px 18px 0;
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.92), transparent 20%),
    radial-gradient(circle at 82% 14%, rgba(24, 163, 170, 0.18), transparent 17%),
    radial-gradient(circle at 92% 88%, rgba(74, 198, 230, 0.14), transparent 20%),
    linear-gradient(135deg, #f4f9ff 0%, #eef6fb 48%, #e7f2ff 100%);
  box-shadow: 0 30px 72px rgba(26, 43, 76, 0.1);
}

.home-hero-redesign::after {
  content: "";
  position: absolute;
  inset: 24px 18px 0;
  border-radius: 42px;
  background:
    linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.34) 48%, transparent 76%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.35), transparent 44%);
  background-size: 220% 220%;
  animation: home-hero-sheen 18s linear infinite;
  pointer-events: none;
}

@keyframes home-hero-sheen {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 220% 50%;
  }
}

.home-hero-redesign .container {
  position: relative;
  z-index: 1;
}

.home-hero-shell-redesign {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 30px;
  align-items: stretch;
}

.hero-intro-redesign,
.hero-side-panel-redesign {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 20px 44px rgba(20, 37, 68, 0.08);
  backdrop-filter: blur(16px);
}

.hero-intro-redesign {
  padding: 58px 48px 54px;
}

.hero-side-panel-redesign {
  padding: 26px;
}

.hero-context-redesign {
  background: rgba(36, 92, 255, 0.08);
  color: #245cff;
  border: 1px solid rgba(36, 92, 255, 0.12);
}

.home-hero-redesign h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #10233f;
  text-shadow: 0 10px 24px rgba(255, 255, 255, 0.32);
}

.hero-subtitle-redesign {
  max-width: 42rem;
  margin-top: 18px;
  font-size: clamp(1.08rem, 2.1vw, 1.38rem);
  line-height: 1.8;
  color: rgba(34, 52, 79, 0.82);
}

.hero-actions-redesign {
  margin-top: 26px;
  gap: 14px;
}

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

.hero-overview-grid-redesign article {
  position: relative;
  min-height: 178px;
  padding: 20px 18px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.54));
  border: 1px solid rgba(255, 255, 255, 0.66);
  overflow: hidden;
}

.hero-overview-grid-redesign article::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1b5eff 0%, #15b8cf 100%);
}

.hero-overview-grid-redesign article strong {
  font-size: 18px;
  line-height: 1.45;
  color: #162844;
}

.hero-overview-grid-redesign article p {
  color: rgba(44, 63, 91, 0.76);
}

.hero-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(19, 168, 176, 0.14), rgba(255, 157, 97, 0.2));
  color: #13335d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.home-hero-redesign .button-primary {
  background: linear-gradient(135deg, #1b5eff 0%, #2447c5 100%);
  box-shadow: 0 16px 30px rgba(27, 94, 255, 0.2);
}

.home-hero-redesign .button-primary:hover,
.home-hero-redesign .button-primary:focus-visible {
  background: linear-gradient(135deg, #2447c5 0%, #1737a8 100%);
}

.home-hero-redesign .button-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: #17315d;
  border-color: rgba(28, 55, 103, 0.12);
}

.home-hero-redesign .button-secondary:hover,
.home-hero-redesign .button-secondary:focus-visible {
  background: #ffffff;
  color: #10233f;
}

.home-proof-section {
  position: relative;
  background: #ffffff !important;
  padding: 72px 0 54px;
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.proof-card {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  padding: 24px 22px 20px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid var(--panel-border-soft);
  box-shadow: var(--panel-shadow-soft);
}

.proof-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 92, 255, 0.12), transparent 70%);
}

.proof-card:nth-child(3n + 1) .proof-mark {
  background: rgba(36, 92, 255, 0.08);
}

.proof-card:nth-child(3n + 2) .proof-mark {
  background: rgba(17, 183, 200, 0.12);
  color: #0c7f8e;
}

.proof-card:nth-child(3n + 3) .proof-mark {
  background: rgba(36, 92, 255, 0.1);
  color: #2151d3;
}

.proof-mark {
  background: rgba(36, 92, 255, 0.08);
  color: var(--brand);
}

.proof-card strong {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.proof-card p {
  position: relative;
  z-index: 1;
  color: #48607f;
  font-size: 14px;
  line-height: 1.7;
}

.home-audience-section {
  background: #ffffff !important;
  padding: 54px 0 72px;
}

.audience-grid.scenario-grid-solution {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.scenario-card-solution {
  position: relative;
  padding: 22px 22px 20px 26px;
  border-radius: 26px;
  border: 1px solid var(--panel-border-strong);
  background: #ffffff;
  box-shadow: var(--panel-shadow-soft);
}

.scenario-card-solution::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-cyan) 100%);
}

.scenario-card-head {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
}

.scenario-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(36, 92, 255, 0.14), rgba(17, 183, 200, 0.1));
  color: var(--brand);
  font-size: 14px;
  font-weight: 800;
}

.scenario-card-solution .scenario-value {
  color: #3f5877;
  font-size: 14px;
  line-height: 1.7;
}

.scenario-card-solution .scenario-user {
  color: #6a7f99;
  font-size: 12px;
  font-weight: 600;
}

.home-core-services-section {
  position: relative;
  background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
}

.core-services-grid-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.core-service-card-compact {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 28px 24px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.94));
  border: 1px solid var(--panel-border-soft);
  box-shadow: var(--panel-shadow-soft);
}

.core-service-card-compact:nth-child(1) {
  background:
    radial-gradient(circle at top right, rgba(17, 183, 200, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.98));
}

.core-service-card-compact:nth-child(2) {
  background:
    radial-gradient(circle at top right, rgba(74, 198, 230, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 255, 0.98));
}

.core-service-card-compact::before {
  content: "";
  position: absolute;
  left: 24px;
  width: 72px;
  top: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31, 95, 255, 0.85) 0%, rgba(22, 191, 212, 0.82) 100%);
}

.core-service-card-compact::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 92, 255, 0.1), transparent 72%);
  pointer-events: none;
}

.core-service-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
}

.core-service-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(36, 92, 255, 0.12), rgba(17, 183, 200, 0.08));
  color: var(--brand);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.core-service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(36, 92, 255, 0.08);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.core-service-card-compact h3 {
  font-size: 21px;
  line-height: 1.35;
}

.core-service-card-compact p {
  color: var(--ink-muted-strong);
  max-width: 34ch;
}

.core-service-card-compact .product-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.core-service-card-compact .product-link::after {
  content: "→";
  margin-left: 8px;
}

.core-service-card-compact:hover,
.core-service-card-compact:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(12, 25, 48, 0.1);
}

.home-process-pricing-section {
  background:
    linear-gradient(180deg, #fbfcff 0%, #f4f7fb 100%);
}

.promise-grid {
  gap: 18px;
  margin-bottom: 34px;
}

.promise-card {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.92));
  border: 1px solid rgba(211, 225, 247, 0.76);
  box-shadow: 0 18px 34px rgba(23, 33, 52, 0.06);
}

.promise-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #245cff 0%, #15b8cf 100%);
  pointer-events: none;
}

.promise-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 92, 255, 0.12), transparent 72%);
  pointer-events: none;
}

.promise-card:nth-child(2n)::before {
  background: linear-gradient(90deg, #1ea8aa 0%, #2e63ff 100%);
}

.promise-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(36, 92, 255, 0.12), rgba(255, 255, 255, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.process-simple {
  padding: 34px 34px 0;
  border-top: none;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(36, 92, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #111b34 0%, #1b355e 100%);
  box-shadow: 0 24px 58px rgba(17, 27, 52, 0.18);
}

.process-simple h3,
.process-simple-step strong {
  color: #ffffff;
}

.process-simple-step p,
.process-cta-bar span {
  color: rgba(232, 236, 243, 0.78);
}

.process-simple-num {
  background: linear-gradient(135deg, rgba(36, 92, 255, 0.22), rgba(21, 184, 207, 0.12));
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.process-cta-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-pricing-section {
  background: transparent;
  padding-top: 70px;
}

.pricing-grid {
  gap: 22px;
}

.pricing-card-saas {
  position: relative;
  overflow: hidden;
  padding: 32px 26px 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--panel-border-strong);
  box-shadow: var(--panel-shadow-strong);
}

.pricing-card-saas::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-cyan) 100%);
}

.pricing-card-price {
  font-size: clamp(1.95rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
}

.pricing-card-featured {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 28px 62px rgba(36, 92, 255, 0.12);
}

.home-articles-section-featured {
  background:
    linear-gradient(180deg, #f8fbff 0%, #f4f7fc 40%, #ffffff 100%);
}

.home-article-grid-v2 {
  gap: 24px;
}

.home-articles-section .post-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f5faff);
  border: 1px solid rgba(221, 229, 244, 0.86);
  box-shadow: 0 18px 38px rgba(17, 30, 54, 0.06);
}

.home-articles-section .post-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1b5eff 0%, #15b8cf 100%);
  pointer-events: none;
}

.home-articles-section .post-card-media {
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.home-articles-section .post-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(9, 16, 30, 0.14) 100%);
  pointer-events: none;
}

.home-articles-section .post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.home-articles-section .post-card:hover .post-card-media img,
.home-articles-section .post-card:focus-within .post-card-media img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.02);
}

.home-articles-section .post-card-head {
  margin-top: 16px;
}

.home-articles-section .post-card-badge {
  background: rgba(27, 94, 255, 0.08);
  color: #245cff;
}

.home-articles-section .post-card-body h3 {
  font-size: 21px;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.home-articles-section .post-card-body h3 a {
  color: #14233d;
}

.home-articles-section .post-card-excerpt {
  color: #566985;
  line-height: 1.82;
}

.home-articles-section .post-card-meta span {
  color: #70839f;
  font-weight: 600;
}

.home-articles-section .post-card-link {
  color: #17315d;
  font-weight: 800;
}

.home-articles-section .post-card-link::after {
  content: "→";
  margin-left: 8px;
}

.home-articles-section .post-card:hover,
.home-articles-section .post-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(17, 30, 54, 0.1);
}

.home-faq-redesign {
  background: #ffffff;
}

.faq-layout-single {
  max-width: 980px;
  margin: 0 auto;
}

.faq-list-v2 {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #fbfcff);
  border: 1px solid var(--panel-border-soft);
  box-shadow: var(--panel-shadow-soft);
}

.faq-list-v2 details {
  border-top: 1px solid rgba(214, 226, 247, 0.76);
}

.faq-list-v2 details:first-of-type {
  border-top: 0;
}

.faq-list-v2 summary {
  position: relative;
  padding: 20px 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink-strong);
  list-style: none;
}

.faq-list-v2 summary::-webkit-details-marker {
  display: none;
}

.faq-list-v2 summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 500;
  color: var(--brand);
}

.faq-list-v2 details[open] summary::after {
  content: "−";
}

.faq-list-v2 details p {
  padding: 0 10px 20px;
  color: var(--ink-muted-strong);
}

.home-cta-contact-section {
  background: linear-gradient(180deg, #eef4ff 0%, #f9fbff 38%, #ffffff 100%);
}

.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 34px 36px;
  background: linear-gradient(135deg, #0c1733 0%, #173b92 58%, #0f6a92 100%);
  box-shadow: 0 30px 68px rgba(12, 23, 51, 0.2);
}

.cta-banner::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -36px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 72%);
}

.cta-banner h2 {
  font-family: var(--font-display);
}

.contact-compact-grid {
  margin-top: 24px;
  gap: 20px;
}

.contact-card {
  padding: 28px 22px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--panel-border-soft);
  box-shadow: var(--panel-shadow-soft);
}

.contact-promises {
  margin-top: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-promises article {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(214, 226, 247, 0.78);
  box-shadow: 0 10px 26px rgba(12, 25, 48, 0.04);
}

.site-footer {
  margin-top: 40px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.footer-top-enterprise {
  padding-top: 40px;
}

.footer-brand {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--panel-border-soft);
  box-shadow: var(--panel-shadow-soft);
}

.footer-compliance,
.footer-bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(214, 226, 247, 0.72);
}

@media (max-width: 1180px) {
  .proof-grid,
  .promise-grid,
  .contact-promises {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-shell-redesign {
    grid-template-columns: 1fr;
  }

  .core-service-card-compact {
    min-height: 0;
  }
}

@media (max-width: 920px) {
  .section {
    padding: 76px 0;
  }

  .home-hero-redesign::before,
  .home-hero-redesign::after {
    inset: 14px 10px 0;
    border-radius: 30px;
  }

  .hero-intro-redesign,
  .hero-side-panel-redesign,
  .process-simple,
  .faq-list-v2,
  .cta-banner {
    padding: 28px 24px;
  }

  .audience-grid.scenario-grid-solution,
  .proof-grid,
  .pricing-grid,
  .contact-promises {
    grid-template-columns: 1fr;
  }

  .hero-overview-grid-redesign {
    grid-template-columns: 1fr;
  }

  .core-services-grid-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100vw - 28px, 100%);
  }

  .home-hero-redesign {
    padding: 34px 0 72px;
  }

  .home-hero-redesign h1 {
    max-width: none;
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .proof-card,
  .core-service-card-compact,
  .scenario-card-solution,
  .pricing-card-saas,
  .contact-card {
    border-radius: 22px;
  }

  .promise-grid,
  .process-simple-steps,
  .contact-compact-grid,
  .contact-promises {
    grid-template-columns: 1fr;
  }

  .cta-banner {
    align-items: flex-start;
  }
}

/* Homepage Final Polish */
.site-nav {
  border-color: rgba(226, 218, 200, 0.9);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 44px rgba(20, 33, 56, 0.08);
}

.brand-logo {
  background: linear-gradient(180deg, #fbfdff, #eef5ff);
  border-color: rgba(208, 223, 246, 0.84);
  box-shadow: 0 14px 30px rgba(27, 41, 69, 0.08);
}

.brand-copy strong {
  color: #13233d;
}

.brand-copy span {
  color: #6f829e;
}

.nav-link,
.nav-dropdown-toggle {
  color: #41526d;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  color: #14243e;
  background: rgba(36, 92, 255, 0.08);
}

.dropdown-menu {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 255, 255, 0.98));
  border-color: rgba(224, 213, 195, 0.84);
  box-shadow: 0 18px 38px rgba(20, 33, 56, 0.08);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible,
.dropdown-panel-link:hover,
.dropdown-panel-link:focus-visible {
  background: rgba(36, 92, 255, 0.08);
}

.button-ghost.button-small {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(44, 63, 91, 0.12);
  color: #17315d;
}

.button-ghost.button-small:hover,
.button-ghost.button-small:focus-visible {
  background: #ffffff;
  border-color: rgba(36, 92, 255, 0.24);
}

.button-primary.button-small {
  background: linear-gradient(135deg, #1b4ec8 0%, #245cff 100%);
  box-shadow: 0 14px 28px rgba(27, 78, 200, 0.18);
}

.button-primary.button-small:hover,
.button-primary.button-small:focus-visible {
  background: linear-gradient(135deg, #183da8 0%, #2447c5 100%);
}

.faq-list-v2 {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96));
  border: 1px solid rgba(214, 226, 247, 0.84);
  box-shadow: 0 24px 56px rgba(20, 33, 56, 0.08);
}

.faq-list-v2::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #245cff 0%, #15b8cf 100%);
}

.faq-heading-redesign {
  padding-bottom: 10px;
}

.faq-list-v2 details {
  border-top-color: rgba(214, 226, 247, 0.72);
}

.faq-list-v2 summary {
  color: #14233d;
  padding: 22px 8px;
}

.faq-list-v2 summary::after {
  color: #245cff;
}

.faq-list-v2 details p {
  padding: 0 8px 22px;
  color: #5e6e86;
}

.cta-banner {
  background:
    radial-gradient(circle at top right, rgba(21, 184, 207, 0.18), transparent 24%),
    linear-gradient(135deg, #12213f 0%, #1b3566 58%, #164e73 100%);
  box-shadow: 0 30px 68px rgba(18, 33, 63, 0.22);
}

.cta-banner .button-primary {
  background: linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
  color: #14233d;
  border-color: rgba(255, 255, 255, 0.88);
}

.cta-banner .button-primary:hover,
.cta-banner .button-primary:focus-visible {
  background: #ffffff;
}

.contact-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.92));
  border-color: rgba(214, 226, 247, 0.82);
  box-shadow: 0 18px 38px rgba(18, 33, 63, 0.06);
}

.contact-card::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #245cff 0%, #15b8cf 100%);
}

.contact-card:nth-child(2n)::before {
  background: linear-gradient(90deg, #1ea8aa 0%, #245cff 100%);
}

.contact-card-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(36, 92, 255, 0.12), rgba(255, 255, 255, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.contact-card h3 {
  color: #14233d;
}

.contact-card-sub {
  color: #6e7c90;
}

.contact-card-phone a,
.contact-card-email .contact-email-link {
  color: #17315d;
}

.contact-card-email .contact-email-link {
  background: rgba(36, 92, 255, 0.08);
}

.contact-card-email .contact-email-link:hover {
  background: rgba(36, 92, 255, 0.14);
}

.contact-promises article {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 255, 0.9));
  border-color: rgba(214, 226, 247, 0.76);
  box-shadow: 0 12px 28px rgba(18, 33, 63, 0.05);
}

.contact-promises article::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #245cff 0%, #15b8cf 100%);
}

.contact-promises strong {
  color: #14233d;
}

.site-footer {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.footer-top,
.footer-top-enterprise {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.94));
  border-color: rgba(214, 226, 247, 0.86);
  box-shadow: 0 24px 48px rgba(20, 33, 56, 0.07);
}

.footer-brand {
  background: linear-gradient(180deg, rgba(19, 34, 61, 0.98), rgba(30, 49, 84, 0.96));
  border-color: rgba(38, 61, 102, 0.72);
  box-shadow: 0 22px 48px rgba(17, 29, 52, 0.16);
}

.footer-brand .brand-copy strong,
.footer-brand .brand-copy span,
.footer-brand p,
.footer-brand .footer-badge {
  color: rgba(243, 246, 251, 0.92);
}

.footer-brand .footer-badge {
  background: rgba(255, 255, 255, 0.1);
}

.footer-column h2 {
  color: #14233d;
}

.footer-column a {
  color: #5a6c87;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #17315d;
}

.footer-compliance,
.footer-bottom {
  border-top-color: rgba(214, 226, 247, 0.72);
}

.footer-compliance a,
.footer-compliance span,
.footer-legal span,
.footer-meta span {
  color: #7a889d;
}

/* Homepage Readability Fixes */
body {
  background:
    radial-gradient(circle at 8% 0%, rgba(36, 92, 255, 0.08), transparent 24%),
    radial-gradient(circle at 96% 12%, rgba(17, 183, 200, 0.07), transparent 18%),
    linear-gradient(180deg, #fdfdfd 0%, #f5f7fb 32%, #ffffff 66%, #fafbfc 100%);
}

body::after {
  opacity: 0.12;
}

.home-section-heading p,
.hero-subtitle-redesign,
.hero-overview-grid-redesign article p,
.proof-card p,
.scenario-card-solution .scenario-value,
.scenario-card-solution .scenario-user,
.core-service-card-compact p,
.promise-card p,
.home-articles-section .post-card-excerpt,
.faq-list-v2 details p,
.contact-card-sub,
.contact-promises span,
.footer-column a,
.footer-compliance a,
.footer-compliance span,
.footer-meta span,
.footer-legal span {
  color: #495b74;
}

.home-section-heading p {
  max-width: 760px;
  color: #385170;
  font-size: 15px;
  line-height: 1.72;
}

.hero-intro-redesign,
.hero-side-panel-redesign {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(255, 255, 255, 0.86);
}

.hero-overview-grid-redesign article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.76));
  border-color: rgba(255, 255, 255, 0.82);
}

.proof-card,
.scenario-card-solution,
.core-service-card-compact,
.contact-card,
.contact-promises article,
.home-articles-section .post-card,
.faq-list-v2 {
  background: rgba(255, 255, 255, 0.96);
}

.proof-card::after,
.core-service-card-compact::after,
.promise-card::after {
  opacity: 0.65;
}

.proof-card strong,
.scenario-card-solution h3,
.core-service-card-compact h3,
.home-articles-section .post-card-body h3 a,
.faq-list-v2 summary,
.contact-card h3,
.contact-promises strong {
  color: #12233d;
}

.hero-overview-grid-redesign article strong {
  color: #12233d;
}

.cta-banner {
  background:
    radial-gradient(circle at top right, rgba(21, 184, 207, 0.16), transparent 24%),
    linear-gradient(135deg, #101b34 0%, #193256 58%, #1b4f77 100%);
}

.cta-banner h2 {
  color: #ffffff;
  text-shadow: 0 8px 18px rgba(8, 15, 28, 0.24);
}

.cta-banner p {
  color: rgba(247, 250, 255, 0.96) !important;
  line-height: 1.82;
  max-width: 52rem;
  text-shadow: 0 2px 12px rgba(8, 15, 28, 0.16);
}

/* Critical White Background Override */
html,
body {
  background: #ffffff !important;
}

body::before,
body::after {
  display: none !important;
  content: none !important;
}

.home-proof-section,
.home-audience-section {
  background: #ffffff !important;
}

.home-proof-section .section-heading,
.home-audience-section .section-heading {
  position: relative;
  z-index: 2;
}

.home-proof-section .home-section-heading p,
.home-audience-section .home-section-heading p {
  color: #2f4767 !important;
}

.home-proof-section .proof-card,
.home-audience-section .scenario-card-solution {
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(17, 30, 54, 0.05) !important;
}

.contact-card-phone a,
.contact-card-email .contact-email-link,
.home-articles-section .post-card-link {
  color: #14315d;
}

.faq-list-v2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 249, 244, 0.98));
}

.faq-list-v2 details {
  background: transparent;
}

.footer-brand p {
  color: rgba(241, 245, 250, 0.88);
}

@media (max-width: 720px) {
  .home-section-heading p,
  .hero-subtitle-redesign,
  .hero-overview-grid-redesign article p,
  .proof-card p,
  .scenario-card-solution .scenario-value,
  .core-service-card-compact p,
  .home-articles-section .post-card-excerpt,
  .faq-list-v2 details p,
  .contact-card-sub,
  .contact-promises span {
    color: #4d617b;
  }

  .cta-banner p {
    color: rgba(241, 245, 251, 0.88);
  }
}

/* Homepage SVG Icons And Mobile Refinement */
.icon-svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.core-service-icon,
.promise-icon,
.contact-card-icon {
  display: inline-grid;
  place-items: center;
}

.core-service-icon .icon-svg,
.contact-card-icon .icon-svg {
  width: 22px;
  height: 22px;
}

.promise-icon .icon-svg {
  width: 21px;
  height: 21px;
  color: #17315d;
}

.contact-card-icon .icon-svg {
  color: #17315d;
}

@media (max-width: 920px) {
  .home-section-heading {
    max-width: 100%;
  }

  .home-section-heading h2 {
    font-size: clamp(1.9rem, 5.2vw, 2.35rem);
  }

  .home-section-heading p {
    font-size: 15px;
    line-height: 1.85;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 66px 0;
  }

  .proof-card,
  .core-service-card-compact,
  .scenario-card-solution,
  .pricing-card-saas,
  .contact-card,
  .promise-card {
    padding: 22px 18px 18px;
  }

  .core-service-topline {
    gap: 12px;
  }

  .core-service-card-compact h3,
  .home-articles-section .post-card-body h3 {
    font-size: 19px;
  }

  .core-service-card-compact p,
  .home-articles-section .post-card-excerpt,
  .faq-list-v2 details p,
  .contact-card-sub {
    font-size: 14px;
    line-height: 1.72;
  }

  .faq-list-v2 {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .faq-list-v2::before {
    left: 20px;
    right: 20px;
  }

  .faq-list-v2 summary {
    padding: 18px 2px;
    font-size: 16px;
  }

  .cta-banner,
  .process-simple {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .contact-card-icon,
  .promise-icon,
  .core-service-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .contact-card-icon .icon-svg,
  .promise-icon .icon-svg,
  .core-service-icon .icon-svg {
    width: 19px;
    height: 19px;
  }
}

/* Homepage Tech Cool Theme Override */
:root {
  --bg-page: #eef5ff;
  --bg-page-soft: #f7fbff;
  --ink-strong: #0a1730;
  --ink-body: #17304f;
  --ink-muted-strong: #5b7191;
  --panel-border-strong: rgba(190, 216, 255, 0.92);
  --panel-border-soft: rgba(212, 230, 255, 0.84);
  --panel-shadow-strong: 0 26px 62px rgba(10, 24, 53, 0.08);
  --panel-shadow-soft: 0 16px 34px rgba(10, 24, 53, 0.05);
  --brand: #1f5fff;
  --brand-deep: #194ad4;
  --brand-cyan: #16bfd4;
}

body {
  background:
    radial-gradient(circle at 7% 4%, rgba(31, 95, 255, 0.11), transparent 25%),
    radial-gradient(circle at 96% 10%, rgba(22, 191, 212, 0.1), transparent 18%),
    linear-gradient(180deg, #fafdff 0%, #eef5ff 28%, #ffffff 66%, #f6fbff 100%) !important;
}

body::after {
  opacity: 0.08 !important;
}

.site-nav {
  border-color: rgba(208, 225, 255, 0.88) !important;
  background: linear-gradient(180deg, rgba(250, 253, 255, 0.92), rgba(255, 255, 255, 0.84)) !important;
  box-shadow: 0 18px 44px rgba(17, 33, 68, 0.08) !important;
}

.brand-logo {
  background: linear-gradient(180deg, #fbfdff, #edf5ff) !important;
  border-color: rgba(205, 224, 255, 0.86) !important;
}

.brand-copy span {
  color: #6e83a2 !important;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible,
.dropdown-menu a:hover,
.dropdown-menu a:focus-visible,
.dropdown-panel-link:hover,
.dropdown-panel-link:focus-visible {
  background: rgba(31, 95, 255, 0.08) !important;
}

.home-hero-redesign::before {
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.92), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(22, 191, 212, 0.16), transparent 18%),
    radial-gradient(circle at 92% 84%, rgba(31, 95, 255, 0.12), transparent 20%),
    linear-gradient(135deg, #f3f8ff 0%, #edf5ff 48%, #e5f3f9 100%) !important;
  box-shadow: 0 30px 72px rgba(18, 34, 64, 0.1) !important;
}

.hero-intro-redesign,
.hero-side-panel-redesign,
.hero-overview-grid-redesign article {
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(219, 233, 255, 0.9) !important;
}

.hero-overview-grid-redesign article::before,
.core-service-card-compact::before,
.promise-card::before,
.contact-card::before,
.contact-promises article::before,
.faq-list-v2::before,
.home-articles-section .post-card::before {
  background: linear-gradient(90deg, #1f5fff 0%, #16bfd4 100%) !important;
}

.proof-mark,
.core-service-badge,
.home-section-heading::before,
.hero-context-redesign,
.home-articles-section .post-card-badge {
  background: rgba(31, 95, 255, 0.08) !important;
  color: #245cff !important;
}

.proof-mark {
  justify-self: start !important;
  width: fit-content !important;
  max-width: max-content !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: rgba(31, 95, 255, 0.08) !important;
  box-shadow: none !important;
}

.proof-card,
.scenario-card-solution,
.core-service-card-compact,
.promise-card,
.pricing-card-saas,
.home-articles-section .post-card,
.faq-list-v2,
.contact-card,
.contact-promises article,
.footer-top,
.footer-top-enterprise {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96)) !important;
  border-color: rgba(212, 230, 255, 0.84) !important;
}

.home-proof-section,
.home-process-pricing-section,
.home-articles-section-featured,
.home-cta-contact-section,
.site-footer {
  background: #ffffff !important;
}

.home-core-services-section {
  background: #f6fbff !important;
}

.core-service-card-compact:nth-child(1),
.core-service-card-compact:nth-child(2) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(239, 248, 255, 0.98)) !important;
}

.hero-card-icon,
.core-service-icon,
.promise-icon,
.contact-card-icon,
.scenario-card-icon {
  background: linear-gradient(135deg, rgba(31, 95, 255, 0.12), rgba(22, 191, 212, 0.12)) !important;
  color: #1e4ed8 !important;
}

.cta-banner,
.process-simple,
.footer-brand {
  background:
    radial-gradient(circle at top right, rgba(22, 191, 212, 0.18), transparent 24%),
    linear-gradient(135deg, #0d1935 0%, #173665 58%, #15527b 100%) !important;
  box-shadow: 0 28px 62px rgba(13, 25, 53, 0.18) !important;
}

.cta-banner .button-primary {
  background: linear-gradient(135deg, #ffffff 0%, #edf7ff 100%) !important;
}

.button-primary,
.button-primary.button-small,
.home-hero-redesign .button-primary {
  background: linear-gradient(135deg, #1f5fff 0%, #194ad4 100%) !important;
}

.button-primary:hover,
.button-primary:focus-visible,
.button-primary.button-small:hover,
.button-primary.button-small:focus-visible,
.home-hero-redesign .button-primary:hover,
.home-hero-redesign .button-primary:focus-visible {
  background: linear-gradient(135deg, #194ad4 0%, #143caf 100%) !important;
}

.button-secondary,
.button-ghost.button-small,
.home-hero-redesign .button-secondary {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(31, 95, 255, 0.14) !important;
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-ghost.button-small:hover,
.button-ghost.button-small:focus-visible,
.home-hero-redesign .button-secondary:hover,
.home-hero-redesign .button-secondary:focus-visible {
  border-color: rgba(31, 95, 255, 0.24) !important;
}
