/* Biran AI premium visual system - loaded after the legacy stylesheet. */
:root {
  --blue-900: #2a1608;
  --blue-800: #8a3500;
  --blue-700: #ff6b00;
  --blue-600: #ff8730;
  --blue-500: #ff9a52;
  --blue-100: #fff0e6;
  --blue-050: #fff8f3;
  --premium-ink: #071a3d;
  --premium-navy: #061431;
  --premium-blue: #1768ff;
  --premium-cyan: #00a8ff;
  --premium-orange: #ff6b00;
  --premium-text: #263755;
  --premium-muted: #66758f;
  --premium-line: #dbe4f0;
  --premium-soft: #f4f7fb;
  --premium-white: #ffffff;
  --premium-max: 1240px;
}

html {
  scroll-padding-top: 78px;
}

body {
  color: var(--premium-text);
  background: var(--premium-white);
  letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

/* Shared navigation */
.topbar,
.topbar.is-scrolled {
  height: 78px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(10, 34, 77, 0.08);
  box-shadow: 0 8px 28px rgba(8, 29, 67, 0.05);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(100% - 48px, var(--premium-max));
  height: 78px;
}

.brand {
  width: 128px;
}

.brand-logo-white,
.topbar.is-scrolled .brand-logo-white {
  display: none;
}

.brand-logo-color,
.topbar.is-scrolled .brand-logo-color {
  display: block;
}

.nav-links,
.topbar.is-scrolled .nav-links {
  gap: 28px;
}

.nav-links > a,
.product-menu-trigger,
.topbar.is-scrolled .nav-links > a,
.topbar.is-scrolled .product-menu-trigger {
  color: #26344d;
  font-size: 15px;
  font-weight: 600;
}

.nav-links > a::after {
  height: 2px;
  background: var(--premium-blue);
}

.nav-links > a:hover,
.nav-links > a.active,
.product-menu-trigger:hover,
.topbar.is-scrolled .nav-links > a:hover,
.topbar.is-scrolled .nav-links > a.active {
  color: var(--premium-blue);
}

.product-menu-trigger span {
  background: var(--premium-orange);
}

.product-menu-panel {
  width: 420px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(8, 29, 67, 0.16);
}

.product-menu-item {
  padding: 14px 16px;
  border-radius: 6px;
}

.product-menu-item:hover {
  background: #f2f6ff;
}

.language-pill,
.theme-toggle {
  display: none;
}

.consult-btn,
.primary-action,
.secondary-action,
.mobile-nav-cta {
  border-radius: 6px;
}

.consult-btn,
.primary-action {
  background: var(--premium-orange);
  box-shadow: none;
}

.consult-btn:hover,
.primary-action:hover {
  background: #e85e00;
  box-shadow: 0 10px 24px rgba(255, 107, 0, 0.22);
  transform: translateY(-1px);
}

/* Homepage: remove duplicated story blocks while retaining their source content. */
.home-page .orange-target-section,
.home-page .orange-model-section,
.home-page .orange-engine-section,
.home-page .orange-strategy-section,
.home-page .orange-product-section,
.home-page .orange-agent-section,
.home-page .diagnosis-section,
.home-page .delivery-section,
.home-page .about-band {
  display: none;
}

/* Full-bleed, image-led hero */
.home-page .hero {
  min-height: 720px;
  padding-top: 78px;
  background: var(--premium-navy);
}

.home-page .hero-carousel,
.home-page .hero-track,
.home-page .hero-slide {
  min-height: 642px;
}

.home-page .hero-slide::before,
.home-page .hero-slide.has-custom-background::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 15, 49, 0.96) 0%, rgba(5, 28, 77, 0.88) 42%, rgba(8, 47, 127, 0.3) 68%, rgba(8, 47, 127, 0.05) 100%),
    url("assets/generated/ai-hero-tech.png") 68% center / cover no-repeat !important;
  opacity: 1;
}

.home-page .hero-slide::after {
  background: linear-gradient(180deg, rgba(4, 18, 53, 0) 68%, rgba(4, 18, 53, 0.48));
}

.home-page .hero-slide::before,
.module-page .page-hero::before {
  filter: grayscale(0.55) sepia(0.2) saturate(0.9);
}

.home-page .hero-shell {
  display: flex;
  align-items: center;
  width: min(100% - 48px, var(--premium-max));
  min-height: 642px;
  padding: 48px 0 70px;
}

.home-page .hero-copy {
  width: min(720px, 62%);
  max-width: 720px;
  position: relative;
  z-index: 3;
}

.home-page .hero-copy h1,
.home-page .hero-copy .hero-title {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 64px;
  font-weight: 750;
  line-height: 1.14;
}

.home-page .hero-copy h1 span,
.home-page .hero-copy .hero-title span,
.home-page .hero-copy h1 span:first-child,
.home-page .hero-copy h1 span:last-child {
  color: inherit;
}

.home-page .hero-copy h1 span:last-child,
.home-page .hero-copy .hero-title span:last-child {
  color: #68c8ff;
}

.home-page .hero-copy p {
  max-width: 660px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.82;
}

.home-page .hero-actions {
  margin-top: 32px;
}

.home-page .hero-actions .primary-action,
.home-page .hero-actions .secondary-action {
  min-height: 50px;
  padding: 0 24px;
}

.home-page .hero-actions .secondary-action {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.home-page .hero-actions .secondary-action:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.72);
}

.home-page .hero-workbench {
  display: none;
}

.home-page .hero-proof {
  max-width: 620px;
  gap: 0;
  margin-top: 42px;
}

.home-page .hero-proof article {
  min-height: 72px;
  padding: 0 24px;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  box-shadow: none;
}

.home-page .hero-proof article:first-child {
  padding-left: 0;
  border-left: 0;
}

.home-page .hero-proof strong {
  color: #fff;
  font-size: 28px;
}

.home-page .hero-proof span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.home-page .hero-controls {
  left: max(24px, calc((100% - var(--premium-max)) / 2));
  bottom: 28px;
  transform: none;
  background: rgba(3, 19, 54, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.home-page .hero-nav {
  color: #fff;
  background: transparent;
  border: 0;
}

.home-page .hero-dot {
  background: rgba(255, 255, 255, 0.36);
}

.home-page .hero-dot.is-active {
  background: #5fc5ff;
}

/* Compact credibility band */
.home-page .home-proof-strip {
  width: min(100% - 48px, var(--premium-max));
  margin: -34px auto 0;
  padding: 0;
  position: relative;
  z-index: 5;
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(8, 29, 67, 0.12);
}

.home-page .home-proof-strip article {
  min-height: 116px;
  padding: 26px 30px;
  border-right: 1px solid var(--premium-line);
}

.home-page .home-proof-strip article:last-child {
  border-right: 0;
}

.home-page .home-proof-strip strong {
  color: var(--premium-blue);
  font-size: 30px;
}

.home-page .home-proof-strip span {
  color: var(--premium-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* Homepage section rhythm */
.home-page .orange-market-section,
.home-page .orange-capability-section,
.home-page .cases-section,
.home-page .orange-architecture-section,
.home-page .orange-about-section,
.home-page .contact-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 104px max(24px, calc((100% - var(--premium-max)) / 2));
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .orange-market-section,
.home-page .orange-architecture-section,
.home-page .contact-section {
  background: #fff;
}

.home-page .cases-section,
.home-page .orange-about-section {
  background: var(--premium-soft);
}

.home-page .orange-section-head,
.home-page .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
  text-align: left;
}

.home-page .orange-section-head > div > span,
.home-page .architecture-copy > span,
.home-page .about-proof-copy > span {
  display: block;
  margin-bottom: 16px;
  color: var(--premium-orange);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-page .orange-section-head h2,
.home-page .section-heading h2,
.home-page .architecture-copy h2,
.home-page .about-proof-copy h2,
.home-page .orange-final-cta h2,
.home-page .contact-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--premium-ink);
  font-size: 46px;
  font-weight: 750;
  line-height: 1.22;
}

.home-page .orange-section-head > p,
.home-page .section-heading > p,
.home-page .architecture-copy p,
.home-page .about-proof-copy p,
.home-page .contact-copy > p {
  margin: 0;
  color: var(--premium-muted);
  font-size: 17px;
  line-height: 1.8;
}

.home-page .market-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.home-page .market-opportunity-grid article {
  min-height: 270px;
  padding: 34px 28px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--premium-line);
  border-radius: 0;
  box-shadow: none;
}

.home-page .market-opportunity-grid article:last-child {
  border-right: 0;
}

.home-page .market-opportunity-grid article:hover {
  background: #f6f9ff;
  box-shadow: inset 0 3px 0 var(--premium-blue);
  transform: none;
}

.home-page .market-opportunity-grid strong {
  color: var(--premium-blue);
  font-size: 16px;
}

.home-page .market-opportunity-grid h3 {
  margin-top: 46px;
  color: var(--premium-ink);
  font-size: 22px;
}

.home-page .market-opportunity-grid p {
  margin-top: 14px;
  color: var(--premium-muted);
  font-size: 15px;
  line-height: 1.75;
}

/* Capability band uses real AI artwork instead of decorative shapes. */
.home-page .orange-capability-section {
  position: relative;
  background:
    linear-gradient(90deg, rgba(3, 17, 48, 0.98), rgba(5, 31, 83, 0.94) 62%, rgba(10, 67, 164, 0.82)),
    url("assets/generated/ai-hero-tech.png") 82% center / cover no-repeat;
}

.home-page .orange-capability-section .orange-section-head h2,
.home-page .orange-capability-section .orange-section-head > p {
  color: #fff;
}

.home-page .orange-capability-section .orange-section-head > p {
  color: rgba(255, 255, 255, 0.7);
}

.home-page .capability-lattice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-page .capability-lattice article {
  min-height: 232px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.home-page .capability-lattice article:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(104, 200, 255, 0.58);
  box-shadow: none;
  transform: translateY(-3px);
}

.home-page .capability-lattice strong {
  color: #68c8ff;
  font-size: 14px;
}

.home-page .capability-lattice h3 {
  margin-top: 34px;
  color: #fff;
  font-size: 22px;
}

.home-page .capability-lattice p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.72;
}

/* Case cards: visual evidence first, restrained framing. */
.home-page .case-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-page .case-feature-grid article {
  min-height: 0;
  padding: 0 0 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  box-shadow: none;
}

.home-page .case-feature-grid article:hover {
  border-color: #b9cced;
  box-shadow: 0 18px 42px rgba(8, 29, 67, 0.1);
  transform: translateY(-4px);
}

.home-page .case-feature-media {
  width: 100%;
  height: 220px;
  margin: 0 0 26px;
  border-radius: 0;
}

.home-page .case-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .case-feature-grid article > span,
.home-page .case-feature-grid article > h3,
.home-page .case-feature-grid article > p,
.home-page .case-feature-grid article > strong {
  margin-right: 26px;
  margin-left: 26px;
}

.home-page .case-feature-grid article > span {
  color: var(--premium-blue);
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 13px;
}

.home-page .case-feature-grid h3 {
  margin-top: 13px;
  color: var(--premium-ink);
  font-size: 22px;
  line-height: 1.42;
}

.home-page .case-feature-grid p {
  margin-top: 14px;
  color: var(--premium-muted);
  font-size: 15px;
  line-height: 1.72;
}

.home-page .case-feature-grid strong {
  display: block;
  margin-top: 20px;
  color: var(--premium-blue);
  font-size: 15px;
}

.home-page .case-stats-strip {
  margin-top: 28px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  box-shadow: none;
}

.home-page .case-stats-strip article {
  min-height: 104px;
  border-right: 1px solid var(--premium-line);
}

.home-page .case-stats-strip article:last-child {
  border-right: 0;
}

.home-page .case-summary-action {
  margin-top: 18px;
  padding: 28px 30px;
  background: transparent;
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  box-shadow: none;
}

.home-page .case-summary-action h3 {
  color: var(--premium-ink);
}

.home-page .case-summary-action p {
  color: var(--premium-muted);
}

/* Architecture and about: editorial, not dashboard-like. */
.home-page .orange-architecture-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
  gap: 84px;
  align-items: start;
}

.home-page .architecture-copy {
  position: sticky;
  top: 116px;
}

.home-page .architecture-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--premium-line);
}

.home-page .architecture-stack article {
  min-height: 150px;
  padding: 26px 24px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
  border-radius: 0;
  box-shadow: none;
}

.home-page .architecture-stack article:nth-child(even) {
  border-right: 0;
}

.home-page .architecture-stack article:hover {
  background: #f5f8ff;
  transform: none;
}

.home-page .architecture-stack strong {
  color: var(--premium-blue);
  font-size: 18px;
}

.home-page .architecture-stack span {
  margin-top: 14px;
  color: var(--premium-muted);
  font-size: 14px;
  line-height: 1.72;
}

.home-page .orange-about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 82px;
  align-items: center;
}

.home-page .about-proof-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--premium-line);
}

.home-page .about-proof-grid article {
  min-height: 120px;
  padding: 24px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--premium-line);
  border-radius: 0;
  box-shadow: none;
}

.home-page .about-proof-grid strong {
  color: var(--premium-ink);
  font-size: 19px;
}

.home-page .about-proof-grid span {
  margin-top: 10px;
  color: var(--premium-muted);
  font-size: 15px;
  line-height: 1.7;
}

.home-page .orange-final-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 64px max(24px, calc((100% - var(--premium-max)) / 2));
  background:
    linear-gradient(90deg, rgba(3, 17, 48, 0.98), rgba(6, 44, 108, 0.93)),
    url("assets/generated/ai-hero-tech.png") center 66% / cover no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .orange-final-cta h2 {
  color: #fff;
  font-size: 38px;
}

.home-page .orange-final-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
}

/* Conversion area */
.home-page .contact-section {
  background: #f7f9fd;
}

.home-page .contact-inner {
  width: 100%;
  max-width: var(--premium-max);
  gap: 72px;
  align-items: start;
}

.home-page .contact-methods {
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
}

.home-page .contact-methods article {
  min-height: 210px;
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 8px;
  box-shadow: none;
}

.home-page .lead-form,
.module-page .lead-form.consultation-form {
  padding: 30px;
  background: #fff;
  border: 1px solid #cad8ee;
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(8, 29, 67, 0.1);
}

.module-page .consultation-section {
  background: #f4f4f2;
}

.module-page .consult-product-tags span,
.module-page .case-meta,
.module-page .scenario-grid article > span,
.module-page .capability-grid article > span {
  color: #b84600;
  background: #fff0e6;
}

.module-page .case-dashboard,
.module-page .case-category,
.module-page .case-feature-grid article,
.module-page .consultation-proof-grid article,
.module-page .consult-qr-card,
.module-page .consult-products-card {
  border-color: #dedede;
  box-shadow: none;
}

.module-page .case-kpi-row strong,
.module-page .case-category-head > span,
.module-page .case-item > strong,
.module-page .consultation-proof-grid strong,
.module-page .contact-phone {
  color: var(--premium-orange);
}

.module-page .page-hero-stats article {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.module-page .page-hero-stats strong {
  color: var(--premium-orange);
}

.home-page .lead-form label > span,
.module-page .lead-form label > span {
  color: var(--premium-ink);
}

.home-page .lead-form input,
.home-page .lead-form select,
.home-page .lead-form textarea,
.module-page .lead-form input,
.module-page .lead-form select,
.module-page .lead-form textarea {
  color: var(--premium-text);
  background: #f8faff;
  border: 1px solid #cfd9e8;
  border-radius: 6px;
}

.home-page .lead-form input:focus,
.home-page .lead-form select:focus,
.home-page .lead-form textarea:focus,
.module-page .lead-form input:focus,
.module-page .lead-form select:focus,
.module-page .lead-form textarea:focus {
  background: #fff;
  border-color: var(--premium-blue);
  box-shadow: 0 0 0 3px rgba(23, 104, 255, 0.1);
}

.home-page .form-note,
.module-page .form-note {
  color: var(--premium-muted);
}

/* Module-page hero and overall surface polish */
.module-page .page-hero {
  min-height: 470px;
  padding: 158px max(24px, calc((100% - var(--premium-max)) / 2)) 90px;
  background: var(--premium-navy);
  border-radius: 0;
}

.module-page .page-hero::before {
  background:
    linear-gradient(90deg, rgba(2, 15, 49, 0.96), rgba(5, 28, 77, 0.82) 54%, rgba(12, 77, 175, 0.22)),
    url("assets/generated/ai-hero-tech.png") 72% center / cover no-repeat;
}

.module-page .page-hero.has-custom-poster::before {
  background:
    linear-gradient(90deg, rgba(2, 15, 49, 0.96), rgba(5, 28, 77, 0.8) 54%, rgba(12, 77, 175, 0.2)),
    var(--page-poster-image) center / cover no-repeat !important;
}

.module-page .page-hero > div:first-child {
  width: 100%;
  max-width: 760px;
  margin: 0;
  text-align: left;
}

.module-page .page-hero h1 {
  color: #fff;
  font-size: 52px;
  line-height: 1.2;
}

.module-page .page-hero p {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
}

.module-page .page-hero::after {
  left: max(24px, calc((100% - var(--premium-max)) / 2));
  right: auto;
  bottom: 38px;
}

.module-page .section-heading h2,
.module-page .module-cta h2,
.module-page .consultation-copy h2,
.module-page .geo-section-heading h2,
.module-page .geo-problem-copy h2,
.module-page .geo-architecture-copy h2 {
  color: var(--premium-ink);
  font-size: 42px;
  line-height: 1.25;
}

.module-page .section-heading p,
.module-page .consultation-copy > p {
  color: var(--premium-muted);
}

.module-page .capability-grid article,
.module-page .scenario-grid article,
.module-page .audience-grid article,
.module-page .method-grid article,
.module-page .delivery-timeline article,
.module-page .case-item,
.module-page .consultation-proof-grid article,
.module-page .geo-feature-grid article,
.module-page .geo-module-card,
.module-page .geo-case-card {
  border-radius: 8px;
  border-color: var(--premium-line);
  box-shadow: 0 10px 30px rgba(8, 29, 67, 0.06);
}

.module-page .module-cta {
  background: var(--premium-navy);
  border-radius: 0;
}

.module-page .module-cta h2 {
  color: #fff;
}

/* Footer */
.footer {
  background: var(--premium-navy);
}

.footer-inner {
  width: min(100% - 48px, var(--premium-max));
  padding-top: 68px;
}

.footer-columns {
  gap: 42px;
}

.footer-columns strong {
  font-size: 15px;
}

.footer-columns a,
.footer-columns span {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
}

.footer-bottom {
  width: min(100% - 48px, var(--premium-max));
}

@media (max-width: 1120px) {
  .nav-links,
  .topbar.is-scrolled .nav-links {
    gap: 18px;
  }

  .nav-links > a,
  .product-menu-trigger {
    font-size: 14px;
  }

  .home-page .hero-copy h1,
  .home-page .hero-copy .hero-title {
    font-size: 54px;
  }

  .home-page .market-opportunity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .market-opportunity-grid article:nth-child(2) {
    border-right: 0;
  }

  .home-page .market-opportunity-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--premium-line);
  }

  .home-page .capability-lattice {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .topbar,
  .topbar.is-scrolled,
  .nav-wrap {
    height: 68px;
  }

  .nav-wrap {
    width: min(100% - 28px, var(--premium-max));
  }

  .brand {
    width: 102px;
  }

  .menu-toggle span,
  .topbar.is-scrolled .menu-toggle span {
    background: var(--premium-ink);
  }

  .nav-links {
    top: 68px;
    justify-content: flex-start;
    align-items: stretch;
    max-height: calc(100dvh - 76px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 18px 20px 24px;
    background: #fff;
    border-bottom: 1px solid var(--premium-line);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 22px 40px rgba(8, 29, 67, 0.12);
  }

  .nav-links > a,
  .product-menu-trigger {
    flex: 0 0 auto;
  }

  .product-menu {
    width: 100%;
  }

  .product-menu-panel {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: none;
  }

  .nav-links .product-menu-item {
    min-height: 0;
    white-space: normal;
  }

  .nav-links .product-menu-item span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-page .hero {
    min-height: 640px;
    padding-top: 68px;
  }

  .home-page .hero-carousel,
  .home-page .hero-track,
  .home-page .hero-slide {
    min-height: 572px;
  }

  .home-page .hero-slide::before,
  .home-page .hero-slide.has-custom-background::before {
    background:
      linear-gradient(90deg, rgba(2, 15, 49, 0.97), rgba(5, 28, 77, 0.82) 70%, rgba(8, 47, 127, 0.3)),
      url("assets/generated/ai-hero-tech.png") 66% center / cover no-repeat !important;
  }

  .home-page .hero-shell {
    width: min(100% - 40px, var(--premium-max));
    min-height: 572px;
    padding: 58px 0 90px;
  }

  .home-page .hero-copy {
    width: 100%;
    max-width: 640px;
  }

  .home-page .hero-copy h1,
  .home-page .hero-copy .hero-title {
    font-size: 40px;
    line-height: 1.18;
  }

  .home-page .hero-copy p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.72;
  }

  .home-page .hero-copy p span {
    display: inline;
  }

  .home-page .hero-proof {
    display: none;
  }

  .home-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 320px;
    margin-top: 28px;
  }

  .home-page .hero-controls {
    left: 20px;
    bottom: 22px;
    margin: 0;
    transform: none;
  }

  .home-page .home-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 32px);
    margin-top: -18px;
  }

  .home-page .home-proof-strip article {
    min-height: 110px;
    padding: 22px 18px;
    border-right: 1px solid var(--premium-line);
    border-bottom: 1px solid var(--premium-line);
  }

  .home-page .home-proof-strip article:nth-child(even) {
    border-right: 0;
  }

  .home-page .home-proof-strip article:nth-child(n + 3) {
    border-bottom: 0;
  }

  .home-page .orange-market-section,
  .home-page .orange-capability-section,
  .home-page .cases-section,
  .home-page .orange-architecture-section,
  .home-page .orange-about-section,
  .home-page .contact-section {
    padding: 72px 20px;
  }

  .home-page .orange-section-head,
  .home-page .section-heading,
  .home-page .orange-architecture-section,
  .home-page .orange-about-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-page .orange-section-head,
  .home-page .section-heading {
    margin-bottom: 36px;
  }

  .home-page .orange-section-head h2,
  .home-page .section-heading h2,
  .home-page .architecture-copy h2,
  .home-page .about-proof-copy h2,
  .home-page .contact-copy h2,
  .home-page .orange-final-cta h2 {
    font-size: 32px;
    line-height: 1.26;
  }

  .home-page .market-opportunity-grid,
  .home-page .capability-lattice,
  .home-page .case-feature-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 84vw);
    gap: 14px;
    overflow-x: auto;
    padding: 0 1px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-page .market-opportunity-grid::-webkit-scrollbar,
  .home-page .capability-lattice::-webkit-scrollbar,
  .home-page .case-feature-grid::-webkit-scrollbar {
    display: none;
  }

  .home-page .market-opportunity-grid article,
  .home-page .capability-lattice article,
  .home-page .case-feature-grid article {
    scroll-snap-align: start;
  }

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

  .home-page .market-opportunity-grid article,
  .home-page .market-opportunity-grid article:nth-child(2),
  .home-page .market-opportunity-grid article:nth-child(-n + 2) {
    min-height: 280px;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--premium-line);
    border-radius: 8px;
  }

  .home-page .market-opportunity-grid article:last-child {
    border-bottom: 1px solid var(--premium-line);
  }

  .home-page .market-opportunity-grid h3 {
    margin-top: 24px;
  }

  .home-page .capability-lattice article {
    min-height: 290px;
    padding: 26px;
  }

  .home-page .capability-lattice h3 {
    margin-top: 24px;
  }

  .home-page .case-feature-media {
    height: 210px;
  }

  .home-page .case-stats-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .case-stats-strip article {
    min-height: 96px;
    padding: 16px 8px;
    border-right: 1px solid var(--premium-line);
    border-bottom: 0;
  }

  .home-page .case-stats-strip article:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .home-page .case-stats-strip strong {
    font-size: 25px;
  }

  .home-page .case-stats-strip span {
    font-size: 11px;
  }

  .home-page .case-summary-action {
    align-items: flex-start;
  }

  .home-page .architecture-copy {
    position: static;
  }

  .home-page .architecture-stack article,
  .home-page .architecture-stack article:nth-child(even) {
    min-height: 170px;
    padding: 22px 16px;
    border-right: 1px solid var(--premium-line);
  }

  .home-page .architecture-stack article:nth-child(even) {
    border-right: 0;
  }

  .home-page .orange-final-cta {
    display: grid;
    gap: 28px;
    padding: 52px 20px;
  }

  .home-page .orange-final-cta .primary-action {
    width: 100%;
  }

  .home-page .contact-inner,
  .home-page .contact-methods {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-page .contact-methods article {
    min-height: 0;
  }

  .module-page .page-hero {
    min-height: 410px;
    padding: 128px 20px 72px;
  }

  .module-page .page-hero h1 {
    font-size: 38px;
  }

  .module-page .page-hero p {
    font-size: 16px;
  }

  .module-page .section-heading h2,
  .module-page .module-cta h2,
  .module-page .consultation-copy h2,
  .module-page .geo-section-heading h2,
  .module-page .geo-problem-copy h2,
  .module-page .geo-architecture-copy h2 {
    font-size: 30px;
  }

  .footer-inner,
  .footer-bottom {
    width: calc(100% - 40px);
  }
}

@media (max-width: 420px) {
  .home-page .hero-copy h1,
  .home-page .hero-copy .hero-title {
    font-size: 36px;
  }

  .home-page .home-proof-strip strong {
    font-size: 26px;
  }

  .home-page .lead-form,
  .module-page .lead-form.consultation-form {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .case-feature-grid article:hover,
  .home-page .capability-lattice article:hover,
  .consult-btn:hover,
  .primary-action:hover {
    transform: none;
  }
}

/* Embedded product workspace */
.embedded-product-page {
  min-width: 0;
  min-height: 100dvh;
  overflow: hidden;
  background: #f4f7fb;
}

.embedded-product-page .topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
}

.embedded-product-page .product-menu-trigger {
  color: var(--premium-blue);
}

.embedded-product-main {
  width: 100%;
  height: 100dvh;
  min-width: 0;
  padding-top: 74px;
  overflow: hidden;
}

.embedded-product-frame-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.embedded-product-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 0;
  background: #fff;
}

.embedded-product-loading,
.embedded-product-warning {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  background: #fff;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.embedded-product-loading div,
.embedded-product-warning div {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(100%, 440px);
}

.embedded-product-loading img {
  width: 132px;
  height: auto;
}

.embedded-product-loading strong,
.embedded-product-warning strong {
  color: var(--premium-ink);
  font-size: 22px;
}

.embedded-product-loading span,
.embedded-product-warning p {
  color: var(--premium-muted);
  line-height: 1.7;
}

.embedded-product-loading i {
  width: 36px;
  height: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, var(--premium-orange) 0 45%, #dbe7ff 45% 100%);
  animation: embedded-loading 900ms ease-in-out infinite alternate;
}

.embedded-product-frame-shell.is-ready .embedded-product-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.embedded-product-warning {
  display: none;
}

.embedded-product-frame-shell.has-load-warning:not(.is-ready) .embedded-product-warning {
  display: grid;
}

.embedded-product-frame-shell.has-load-warning .embedded-product-loading {
  display: none;
}

.embedded-product-warning a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  color: #fff;
  background: var(--premium-orange);
  border-radius: 6px;
  font-weight: 700;
}

@keyframes embedded-loading {
  from { transform: scaleX(0.5); }
  to { transform: scaleX(1); }
}

@media (max-width: 1100px) {
  .embedded-product-main {
    padding-top: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .embedded-product-loading i {
    animation: none;
  }
}

/* 2026 orange + graphite design system */
:root {
  --premium-ink: #151515;
  --premium-navy: #090a0c;
  --premium-blue: #ff6b00;
  --premium-cyan: #ff9a3d;
  --premium-orange: #ff6b00;
  --premium-text: #292929;
  --premium-muted: #6d6e72;
  --premium-line: #dedfdf;
  --premium-soft: #f4f4f2;
  --premium-white: #ffffff;
  --premium-max: 1240px;
}

* {
  min-width: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  color: var(--premium-text);
  background: #fff;
}

h1,
h2,
h3,
h4,
p,
a,
span,
strong,
blockquote {
  overflow-wrap: break-word;
}

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

.topbar,
.topbar.is-scrolled {
  background: rgba(9, 10, 12, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.brand-logo-color,
.topbar.is-scrolled .brand-logo-color {
  display: none;
}

.brand-logo-white,
.topbar.is-scrolled .brand-logo-white {
  display: block;
}

.nav-links > a,
.product-menu-trigger,
.topbar.is-scrolled .nav-links > a,
.topbar.is-scrolled .product-menu-trigger {
  color: rgba(255, 255, 255, 0.82);
}

.nav-links > a::after {
  background: var(--premium-orange);
}

.nav-links > a:hover,
.nav-links > a.active,
.product-menu-trigger:hover,
.topbar.is-scrolled .nav-links > a:hover,
.topbar.is-scrolled .nav-links > a.active {
  color: #fff;
}

.product-menu-panel {
  background: rgba(18, 19, 22, 0.99);
  border-color: #303136;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.product-menu-item strong {
  color: #fff;
}

.product-menu-item span {
  color: rgba(255, 255, 255, 0.58);
}

.product-menu-item:hover,
.product-menu-item.is-featured {
  background: #25262a;
}

.consult-btn,
.primary-action,
.mobile-nav-cta {
  color: #fff;
  background: var(--premium-orange);
}

.consult-btn:hover,
.primary-action:hover,
.mobile-nav-cta:hover {
  color: #fff;
  background: #ed5d00;
  box-shadow: 0 12px 26px rgba(255, 107, 0, 0.22);
}

/* Homepage hero */
.home-page .hero,
.home-page .hero-slide {
  background: #090a0c;
}

.home-page .hero-slide::before,
.home-page .hero-slide.has-custom-background::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.98) 0%, rgba(8, 9, 11, 0.93) 43%, rgba(19, 15, 12, 0.58) 68%, rgba(255, 107, 0, 0.13) 100%),
    url("assets/generated/ai-hero-tech.png") 68% center / cover no-repeat !important;
  background-blend-mode: normal, luminosity;
}

.home-page .hero-slide::after {
  background:
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.52)),
    linear-gradient(90deg, transparent 55%, rgba(255, 107, 0, 0.12));
}

.home-page .hero-copy h1,
.home-page .hero-copy .hero-title {
  max-width: 690px;
  font-size: 62px;
  font-weight: 760;
}

.home-page .hero-copy h1 span:last-child,
.home-page .hero-copy .hero-title span:last-child {
  color: #ff8b32;
}

.home-page .hero-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.home-page .hero-actions .secondary-action {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
}

.home-page .hero-dot.is-active {
  background: var(--premium-orange);
}

.home-page .hero-controls {
  background: rgba(10, 10, 12, 0.76);
}

.home-page .home-proof-strip {
  border-color: #d7d7d7;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.home-page .home-proof-strip strong,
.home-page .market-opportunity-grid strong,
.home-page .case-feature-grid article > span,
.home-page .case-feature-grid strong,
.home-page .architecture-stack strong {
  color: var(--premium-orange);
}

/* Stronger editorial sections */
.home-page .orange-market-section,
.home-page .orange-capability-section,
.home-page .cases-section,
.home-page .orange-architecture-section,
.home-page .orange-about-section,
.home-page .contact-section,
.official-news-section,
.testimonial-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.home-page .orange-section-head > div > span,
.home-page .architecture-copy > span,
.home-page .about-proof-copy > span,
.official-news-head > div > span,
.testimonial-head > span {
  color: var(--premium-orange);
  letter-spacing: 0;
}

.home-page .market-opportunity-grid article:hover {
  background: #faf6f2;
  box-shadow: inset 0 3px 0 var(--premium-orange);
}

.home-page .orange-capability-section {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.99), rgba(15, 15, 17, 0.95) 62%, rgba(88, 38, 8, 0.76)),
    url("assets/generated/ai-hero-tech.png") 82% center / cover no-repeat;
  background-blend-mode: normal, luminosity;
}

.home-page .capability-lattice article {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.14);
}

.home-page .capability-lattice article:hover {
  background: rgba(255, 107, 0, 0.1);
  border-color: rgba(255, 139, 50, 0.58);
}

.home-page .capability-lattice strong {
  color: #ff913f;
}

.home-page .case-feature-grid article,
.module-page .case-feature-grid article,
.module-page .case-item {
  border-color: #dedede;
  box-shadow: none;
}

.home-page .case-feature-grid article:hover,
.module-page .case-item:hover {
  border-color: #f0a36b;
  box-shadow: 0 18px 40px rgba(37, 25, 16, 0.1);
}

.home-page .orange-final-cta {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.99), rgba(18, 18, 20, 0.94) 65%, rgba(119, 48, 5, 0.72)),
    url("assets/generated/ai-hero-tech.png") center 66% / cover no-repeat;
  background-blend-mode: normal, luminosity;
}

/* Official news */
.official-news-section {
  width: 100%;
  margin: 0;
  padding-right: max(24px, calc((100% - var(--premium-max)) / 2));
  padding-left: max(24px, calc((100% - var(--premium-max)) / 2));
  background: #fff;
}

.official-news-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(340px, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.official-news-head > div > span,
.testimonial-head > span {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.official-news-head h2,
.testimonial-head h2 {
  margin: 0;
  color: var(--premium-ink);
  font-size: 44px;
  line-height: 1.22;
}

.official-news-head > p,
.testimonial-head > p {
  margin: 0;
  color: var(--premium-muted);
  font-size: 16px;
  line-height: 1.75;
}

.official-news-head > a {
  padding-bottom: 3px;
  color: var(--premium-ink);
  border-bottom: 1px solid var(--premium-ink);
  font-weight: 700;
  white-space: nowrap;
}

.official-news-head > a:hover {
  color: var(--premium-orange);
  border-color: var(--premium-orange);
}

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

.official-news-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 6px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.official-news-card:hover {
  border-color: #f0a36b;
  box-shadow: 0 18px 42px rgba(37, 25, 16, 0.1);
  transform: translateY(-4px);
}

.official-news-card > a {
  display: block;
  height: 100%;
  color: inherit;
}

.official-news-card figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #e9e9e7;
}

.official-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.official-news-card:hover img {
  transform: scale(1.035);
}

.official-news-card > a > div {
  padding: 24px 24px 26px;
}

.official-news-card span {
  color: var(--premium-orange);
  font-size: 12px;
  font-weight: 750;
}

.official-news-card h3 {
  min-height: 62px;
  margin: 13px 0 10px;
  color: var(--premium-ink);
  font-size: 22px;
  line-height: 1.42;
}

.official-news-card p {
  min-height: 78px;
  margin: 0;
  color: var(--premium-muted);
  font-size: 14px;
  line-height: 1.75;
}

.official-news-card strong {
  display: block;
  margin-top: 20px;
  color: var(--premium-ink);
  font-size: 14px;
}

/* Customer feedback ticker */
.testimonial-section {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #0a0b0d;
}

.testimonial-head {
  width: min(100% - 48px, var(--premium-max));
  margin: 0 auto 44px;
}

.testimonial-head h2 {
  max-width: 820px;
  color: #fff;
}

.testimonial-head > p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.56);
}

.testimonial-marquee {
  display: grid;
  gap: 14px;
}

.testimonial-row {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding-left: 14px;
  animation: testimonial-forward 42s linear infinite;
  will-change: transform;
}

.testimonial-row.is-reverse .testimonial-track {
  animation-name: testimonial-reverse;
}

.testimonial-row:hover .testimonial-track,
.testimonial-row:focus-within .testimonial-track {
  animation-play-state: paused;
}

.testimonial-track article {
  width: 380px;
  min-height: 190px;
  padding: 26px;
  background: #17181b;
  border: 1px solid #2e3034;
  border-radius: 6px;
}

.testimonial-track article > span {
  color: #ff8d39;
  font-size: 12px;
  font-weight: 750;
}

.testimonial-track blockquote {
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.72;
}

.testimonial-track article > strong {
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
}

@keyframes testimonial-forward {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes testimonial-reverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* Module pages */
.module-page .page-hero {
  min-height: 430px;
  background: #0a0b0d;
}

.module-page .page-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.98), rgba(11, 11, 13, 0.9) 56%, rgba(255, 107, 0, 0.12)),
    url("assets/generated/ai-hero-tech.png") 72% center / cover no-repeat;
  background-blend-mode: normal, luminosity;
}

.module-page .page-hero.has-custom-poster::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.98), rgba(11, 11, 13, 0.88) 56%, rgba(255, 107, 0, 0.12)),
    var(--page-poster-image) center / cover no-repeat !important;
  background-blend-mode: normal, luminosity;
}

.module-page .page-poster-dot.is-active,
.module-page .page-hero::after {
  background-color: var(--premium-orange);
}

.module-page .capability-grid article,
.module-page .scenario-grid article,
.module-page .audience-grid article,
.module-page .method-grid article,
.module-page .delivery-timeline article,
.module-page .consultation-proof-grid article,
.module-page .geo-feature-grid article,
.module-page .geo-module-card,
.module-page .geo-case-card {
  border-radius: 6px;
  border-color: #dedede;
  box-shadow: none;
}

.module-page .capability-grid article:hover,
.module-page .scenario-grid article:hover,
.module-page .audience-grid article:hover,
.module-page .method-grid article:hover,
.module-page .delivery-timeline article:hover {
  border-color: #f0a36b;
  box-shadow: 0 16px 36px rgba(37, 25, 16, 0.08);
}

.module-page .module-cta,
.footer {
  background: #090a0c;
}

.module-page .lead-form.consultation-form {
  border-color: #d8d8d8;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.08);
}

.home-page .lead-form input:focus,
.home-page .lead-form select:focus,
.home-page .lead-form textarea:focus,
.module-page .lead-form input:focus,
.module-page .lead-form select:focus,
.module-page .lead-form textarea:focus {
  border-color: var(--premium-orange);
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
}

/* News listing and article */
.news-page-main,
.article-page-main {
  background: #fff;
}

.news-list-section {
  width: min(100% - 48px, var(--premium-max));
  margin: 0 auto;
  padding: 84px 0 104px;
}

.news-list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--premium-line);
}

.news-list-toolbar h2 {
  margin: 0;
  color: var(--premium-ink);
  font-size: 32px;
}

.news-list-toolbar p {
  margin: 0;
  color: var(--premium-muted);
}

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

.article-shell {
  width: min(100% - 48px, 900px);
  margin: 0 auto;
  padding: 128px 0 104px;
}

.article-breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--premium-muted);
  font-size: 14px;
}

.article-breadcrumb a:hover {
  color: var(--premium-orange);
}

.article-header > span {
  color: var(--premium-orange);
  font-size: 13px;
  font-weight: 750;
}

.article-header h1 {
  margin: 16px 0 18px;
  color: var(--premium-ink);
  font-size: 48px;
  line-height: 1.24;
}

.article-header p {
  margin: 0;
  color: var(--premium-muted);
  font-size: 18px;
  line-height: 1.75;
}

.article-cover {
  aspect-ratio: 16 / 9;
  margin: 40px 0;
  overflow: hidden;
  background: var(--premium-soft);
  border-radius: 6px;
}

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

.article-content {
  color: #303033;
  font-size: 17px;
  line-height: 1.95;
}

.article-content p {
  margin: 0 0 24px;
}

.article-footer-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid var(--premium-line);
}

@media (max-width: 1120px) {
  .nav-links,
  .topbar.is-scrolled .nav-links {
    gap: 16px;
  }

  .nav-links > a,
  .product-menu-trigger {
    font-size: 13px;
  }
}

@media (max-width: 820px) {
  .nav-links {
    background: #111216;
    border-bottom-color: #2d2f34;
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.32);
  }

  .menu-toggle span,
  .topbar.is-scrolled .menu-toggle span {
    background: #fff;
  }

  .product-menu-panel {
    border-color: #303136;
  }

  .home-page .hero-slide::before,
  .home-page .hero-slide.has-custom-background::before {
    background:
      linear-gradient(90deg, rgba(8, 9, 11, 0.98), rgba(8, 9, 11, 0.9) 72%, rgba(255, 107, 0, 0.12)),
      url("assets/generated/ai-hero-tech.png") 66% center / cover no-repeat !important;
  }

  .home-page .hero-copy h1,
  .home-page .hero-copy .hero-title {
    font-size: 39px;
  }

  .home-page .orange-market-section,
  .home-page .orange-capability-section,
  .home-page .cases-section,
  .home-page .orange-architecture-section,
  .home-page .orange-about-section,
  .home-page .contact-section,
  .official-news-section,
  .testimonial-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .official-news-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .official-news-head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }

  .official-news-head h2,
  .testimonial-head h2 {
    font-size: 32px;
  }

  .official-news-head > a {
    justify-self: start;
  }

  .official-news-grid,
  .news-list-section .official-news-grid {
    grid-template-columns: 1fr;
  }

  .official-news-card h3,
  .official-news-card p {
    min-height: 0;
  }

  .testimonial-head {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }

  .testimonial-track article {
    width: min(330px, calc(100vw - 46px));
    min-height: 180px;
    padding: 22px;
  }

  .module-page .page-hero {
    min-height: 390px;
  }

  .news-list-section {
    width: calc(100% - 40px);
    padding: 64px 0 78px;
  }

  .news-list-toolbar,
  .article-footer-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-shell {
    width: calc(100% - 40px);
    padding: 104px 0 78px;
  }

  .article-header h1 {
    font-size: 34px;
  }

  .article-header p,
  .article-content {
    font-size: 16px;
  }

  .home-page .market-opportunity-grid,
  .home-page .capability-lattice,
  .home-page .case-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    padding-bottom: 0;
  }
}

@media (max-width: 420px) {
  .home-page .hero-copy h1,
  .home-page .hero-copy .hero-title {
    font-size: 35px;
  }

  .official-news-card > a > div {
    padding: 20px;
  }

  .article-header h1 {
    font-size: 31px;
  }

  .home-page .market-opportunity-grid,
  .home-page .capability-lattice,
  .home-page .case-feature-grid {
    grid-template-columns: 1fr;
  }
}

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

  .official-news-card,
  .official-news-card img {
    transition: none;
  }
}

/* 2026 orange + white visual revision */
:root {
  --premium-ink: #202022;
  --premium-navy: #202022;
  --premium-blue: #ff6b00;
  --premium-cyan: #ff9a3d;
  --premium-orange: #ff6b00;
  --premium-text: #343438;
  --premium-muted: #737378;
  --premium-line: #e9e6e2;
  --premium-soft: #f7f6f4;
}

body {
  color: var(--premium-text);
  background: #ffffff;
}

/* White navigation keeps the brand mark and primary actions unmistakable. */
.topbar,
.topbar.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: #ece9e5;
  box-shadow: 0 10px 30px rgba(34, 28, 23, 0.06);
  backdrop-filter: blur(18px);
}

.brand-logo-color,
.topbar.is-scrolled .brand-logo-color {
  display: block;
}

.brand-logo-white,
.topbar.is-scrolled .brand-logo-white {
  display: none;
}

.nav-links > a,
.product-menu-trigger,
.topbar.is-scrolled .nav-links > a,
.topbar.is-scrolled .product-menu-trigger {
  color: #45454a;
}

.nav-links > a:hover,
.nav-links > a.active,
.product-menu-trigger:hover,
.topbar.is-scrolled .nav-links > a:hover,
.topbar.is-scrolled .nav-links > a.active {
  color: var(--premium-orange);
}

.product-menu-panel {
  background: rgba(255, 255, 255, 0.99);
  border-color: #e6e2dd;
  box-shadow: 0 24px 64px rgba(42, 31, 23, 0.14);
}

.product-menu-item strong {
  color: var(--premium-ink);
}

.product-menu-item span {
  color: var(--premium-muted);
}

.product-menu-item:hover,
.product-menu-item.is-featured {
  background: #fff4eb;
}

.language-pill,
.theme-toggle {
  color: #55555b;
  background: #fff;
  border-color: #dfdcd8;
}

/* Five real-scene homepage posters. */
.home-page [data-theme="platform"] {
  --hero-scene: url("assets/generated/hero-scenes/hero-ai-diagnosis.jpg");
}

.home-page [data-theme="growth"] {
  --hero-scene: url("assets/generated/hero-scenes/hero-growth-strategy.jpg");
}

.home-page [data-theme="course"] {
  --hero-scene: url("assets/generated/hero-scenes/hero-enterprise-training.jpg");
}

.home-page [data-theme="brain"] {
  --hero-scene: url("assets/generated/hero-scenes/hero-knowledge-assets.jpg");
}

.home-page [data-theme="delivery"] {
  --hero-scene: url("assets/generated/hero-scenes/hero-delivery-review.jpg");
}

.home-page .hero,
.home-page .hero-slide {
  min-height: 720px;
  background: #ffffff;
}

.home-page .hero-slide {
  transition: none;
}

.home-page .hero-slide.is-active::before {
  animation: orange-white-scene-in 460ms ease both;
}

.home-page .hero-slide.is-active .hero-copy {
  animation: orange-white-copy-in 420ms ease both;
}

@keyframes orange-white-scene-in {
  from { opacity: 0.68; }
  to { opacity: 1; }
}

@keyframes orange-white-copy-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-page .hero-slide::before,
.home-page .hero-slide.has-custom-background::before {
  opacity: 1;
  filter: none;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 35%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0.18) 76%, rgba(255, 255, 255, 0.02) 100%),
    var(--hero-scene) 70% center / cover no-repeat !important;
  background-blend-mode: normal;
}

.home-page .hero-slide::after {
  background: linear-gradient(180deg, transparent 80%, rgba(255, 107, 0, 0.06));
}

.home-page .hero-shell {
  grid-template-columns: minmax(0, 730px) minmax(240px, 1fr);
  min-height: 720px;
}

.home-page .hero-copy {
  width: 100%;
  max-width: 730px;
}

.home-page .hero-copy h1,
.home-page .hero-copy .hero-title {
  max-width: 710px;
  color: #202022;
  font-size: 58px;
  text-shadow: none;
}

.home-page .hero-copy h1 span:first-child,
.home-page .hero-copy .hero-title span:first-child {
  color: #202022;
}

.home-page .hero-copy h1 span:last-child,
.home-page .hero-copy .hero-title span:last-child {
  color: var(--premium-orange);
}

.home-page .hero-copy p {
  max-width: 680px;
  color: #5d5d63;
  text-shadow: none;
}

.home-page .hero-actions .secondary-action {
  color: #343438;
  background: rgba(255, 255, 255, 0.88);
  border-color: #d9d5d0;
}

.home-page .hero-actions .secondary-action:hover {
  color: var(--premium-orange);
  background: #ffffff;
  border-color: #f4a66f;
}

.home-page .hero-proof article {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(222, 216, 210, 0.9);
  box-shadow: 0 14px 34px rgba(49, 38, 28, 0.08);
  backdrop-filter: blur(12px);
}

.home-page .hero-proof strong {
  color: var(--premium-orange);
}

.home-page .hero-proof span {
  color: #6b6b70;
}

.home-page .hero-workbench {
  display: none !important;
}

.home-page .hero-controls {
  color: #414146;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e3dfda;
  box-shadow: 0 12px 30px rgba(49, 38, 28, 0.1);
}

.home-page .hero-nav {
  color: #4a4a50;
  background: #ffffff;
  border-color: #e2ded9;
}

.home-page .hero-dot {
  background: #d6d2cd;
}

.home-page .hero-dot.is-active {
  background: var(--premium-orange);
}

/* Light editorial bands replace the former heavy dark blocks. */
.home-page .orange-capability-section {
  color: var(--premium-text);
  background: #fff7f0;
}

.home-page .orange-capability-section .orange-section-head h2,
.home-page .orange-capability-section .orange-section-head p {
  color: var(--premium-ink);
}

.home-page .orange-capability-section .orange-section-head p {
  color: var(--premium-muted);
}

.home-page .capability-lattice article {
  color: var(--premium-text);
  background: #ffffff;
  border-color: #efded1;
  box-shadow: 0 14px 34px rgba(63, 43, 28, 0.06);
}

.home-page .capability-lattice article:hover {
  background: #ffffff;
  border-color: #f2a46c;
  box-shadow: 0 18px 40px rgba(63, 43, 28, 0.1);
}

.home-page .capability-lattice strong {
  color: var(--premium-orange);
}

.home-page .capability-lattice h3 {
  color: var(--premium-ink);
}

.home-page .capability-lattice p {
  color: var(--premium-muted);
}

.testimonial-section {
  background: #f7f5f2;
}

.testimonial-head h2 {
  color: var(--premium-ink);
}

.testimonial-head > p {
  color: var(--premium-muted);
}

.testimonial-track article {
  background: #ffffff;
  border-color: #e7e2dc;
  box-shadow: 0 14px 32px rgba(51, 40, 30, 0.06);
}

.testimonial-track article > span {
  color: var(--premium-orange);
}

.testimonial-track blockquote {
  color: #37373b;
}

.testimonial-track article > strong {
  color: #85858a;
}

.hero-position-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  color: #b84700;
  background: #fff4eb;
  border: 1px solid #ffd1ae;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 760;
}

.testimonial-head {
  position: relative;
}

.testimonial-all-link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--premium-orange);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.testimonial-all-link::after {
  content: " →";
}

.testimonial-all-link:hover,
.testimonial-all-link:focus-visible {
  color: #b84400;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Authorized student practice evidence */
.student-story-section {
  width: min(100% - 48px, var(--premium-max));
  margin: 0 auto;
  padding: 112px 0;
}

.student-story-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.student-story-head > div:first-child {
  max-width: 820px;
}

.student-story-head > div:first-child > span {
  color: var(--premium-orange);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.student-story-head h2 {
  margin: 14px 0 0;
  color: var(--premium-ink);
  font-size: 44px;
  line-height: 1.18;
}

.student-story-head p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--premium-muted);
  font-size: 17px;
  line-height: 1.8;
}

.student-story-total {
  display: grid;
  justify-items: end;
  padding-bottom: 4px;
}

.student-story-total strong {
  color: var(--premium-orange);
  font-size: 54px;
  line-height: 1;
}

.student-story-total span {
  margin-top: 10px;
  color: var(--premium-muted);
  font-size: 14px;
}

.student-story-disclosure {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  margin-top: 34px;
  padding: 22px 24px;
  background: #fff7f0;
  border-left: 4px solid var(--premium-orange);
}

.student-story-disclosure strong {
  color: #9d3c00;
  font-size: 15px;
}

.student-story-disclosure p {
  margin: 0;
  color: #685a50;
  font-size: 14px;
  line-height: 1.75;
}

.student-story-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e2db;
}

.student-story-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.student-story-filter {
  min-height: 38px;
  padding: 0 14px;
  color: #4f4b47;
  background: #fff;
  border: 1px solid #dcd6d0;
  border-radius: 5px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.student-story-filter:hover,
.student-story-filter:focus-visible {
  color: #b84400;
  border-color: #f3a168;
}

.student-story-filter.is-active {
  color: #fff;
  background: var(--premium-orange);
  border-color: var(--premium-orange);
}

.student-story-toolbar > p {
  margin: 0;
  color: var(--premium-muted);
  font-size: 13px;
  white-space: nowrap;
}

.student-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.student-story-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5dfd9;
  border-radius: 7px;
  box-shadow: 0 14px 34px rgba(58, 43, 31, 0.07);
}

.student-story-card figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #f0ece8;
}

.student-story-card figure::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  color: #8d8278;
  content: "加载场景配图";
  font-size: 13px;
}

.student-story-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.student-story-card:hover img {
  transform: scale(1.025);
}

.student-story-card figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(28, 24, 21, 0.72);
  border-radius: 3px;
  font-size: 11px;
}

.student-story-body {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 22px;
}

.student-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.student-story-tags span {
  padding: 5px 8px;
  color: #a84205;
  background: #fff3e9;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 760;
}

.student-story-number {
  margin: 20px 0 0;
  color: #aaa29b;
  font-size: 12px;
  font-weight: 700;
}

.student-story-card h3 {
  margin: 8px 0 0;
  color: var(--premium-ink);
  font-size: 22px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.student-story-summary {
  margin: 14px 0 0;
  color: #656167;
  font-size: 15px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.student-story-card footer {
  margin-top: auto;
  padding-top: 20px;
}

.student-story-card footer span {
  display: block;
  padding-top: 14px;
  color: #7a746e;
  border-top: 1px solid #eee9e4;
  font-size: 12px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.student-story-card.is-verified footer span {
  color: #24734a;
}

.student-story-card.is-pending footer span {
  color: #9a5b23;
}

.student-story-actions {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.student-story-more {
  min-width: 220px;
  color: #b84400;
  background: #fff;
  border-color: #efad7b;
}

.student-story-more[hidden] {
  display: none !important;
}

.student-story-noscript {
  margin-top: 24px;
  color: #8b4b20;
}

/* Enterprise AI diagnosis: structured five-step form. */
.enterprise-diagnosis-page {
  color: #202124;
  background: #fff;
}

.diagnosis-contact-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.64fr);
  gap: 68px;
  align-items: center;
  min-height: 650px;
  padding: 132px max(24px, calc((100vw - 1240px) / 2)) 86px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 47%, rgba(255,255,255,.72) 68%, rgba(255,255,255,.3) 100%),
    url("assets/generated/hero-scenes/hero-ai-diagnosis.jpg") 78% center / cover no-repeat;
  border-bottom: 1px solid #ece8e4;
}

.diagnosis-contact-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #ff6b00 0 22%, #ff9a3d 22% 34%, transparent 34%);
}

.diagnosis-contact-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.diagnosis-hero-eyebrow,
.enterprise-diagnosis-page .section-kicker {
  display: block;
  color: #d95700;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.diagnosis-contact-hero h1 {
  max-width: 760px;
  margin: 22px 0 0;
  color: #191919;
  font-size: clamp(46px, 4.5vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
}

.diagnosis-contact-hero-copy > p {
  max-width: 710px;
  margin: 24px 0 0;
  color: #62666d;
  font-size: 19px;
  line-height: 1.82;
}

.diagnosis-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.diagnosis-hero-actions .primary-action,
.diagnosis-form-actions .primary-action {
  background: #ff6b00;
  box-shadow: none;
}

.diagnosis-hero-actions .secondary-action,
.diagnosis-form-actions .secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  color: #252525;
  background: #fff;
  border: 1px solid #d8d6d3;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
}

.diagnosis-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 660px;
  margin-top: 38px;
  border-top: 1px solid #dedbd7;
  border-bottom: 1px solid #dedbd7;
}

.diagnosis-hero-metrics article {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 20px 18px 20px 0;
}

.diagnosis-hero-metrics article + article {
  padding-left: 22px;
  border-left: 1px solid #dedbd7;
}

.diagnosis-hero-metrics strong {
  color: #ff6b00;
  font-size: 34px;
  line-height: 1;
}

.diagnosis-hero-metrics span {
  color: #4f5359;
  font-size: 14px;
  line-height: 1.4;
}

.diagnosis-contact-hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  max-width: 430px;
  justify-self: end;
  overflow: hidden;
  background: #e1ddd8;
  border: 1px solid #e1ddd8;
  border-radius: 6px;
  box-shadow: 0 22px 58px rgba(51, 41, 34, .12);
}

.diagnosis-contact-hero-visual > span {
  min-height: 112px;
  padding: 28px;
  color: #5d6269;
  background: rgba(255,255,255,.94);
  font-size: 15px;
  font-weight: 800;
}

.diagnosis-contact-hero-visual > strong,
.diagnosis-contact-hero-visual > p {
  grid-column: 1 / -1;
  margin: 0;
  background: #1f2022;
}

.diagnosis-contact-hero-visual > strong {
  padding: 28px 28px 8px;
  color: #fff;
  font-size: 24px;
}

.diagnosis-contact-hero-visual > p {
  padding: 0 28px 28px;
  color: #c9c9c9;
  font-size: 14px;
  line-height: 1.7;
}

.diagnosis-intro {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 56px 76px;
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 92px 0;
}

.diagnosis-intro h2 {
  margin: 14px 0 0;
  color: #1f2022;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.18;
}

.diagnosis-intro > div:first-child > p {
  margin: 22px 0 0;
  color: #676b70;
  font-size: 17px;
  line-height: 1.8;
}

.diagnosis-value-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid #e4e0dc;
}

.diagnosis-value-grid article {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 26px;
  padding: 23px 0;
  border-bottom: 1px solid #e4e0dc;
}

.diagnosis-value-grid strong {
  color: #202124;
  font-size: 17px;
}

.diagnosis-value-grid span {
  color: #6b6f75;
  font-size: 15px;
  line-height: 1.7;
}

.diagnosis-before-you-start {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
  padding: 24px 28px;
  background: #fff7f1;
  border-left: 4px solid #ff6b00;
}

.diagnosis-before-you-start strong {
  color: #c84e00;
}

.diagnosis-before-you-start span {
  color: #666a70;
  line-height: 1.7;
}

.enterprise-diagnosis-section {
  padding: 94px 24px 120px;
  background: #f5f5f3;
  border-top: 1px solid #e5e3e0;
}

.enterprise-diagnosis-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  width: min(100%, 1240px);
  margin: 0 auto;
}

.diagnosis-side-panel {
  position: sticky;
  top: 94px;
  padding: 30px 28px;
  background: #212224;
  border-radius: 6px;
}

.diagnosis-side-panel h2 {
  margin: 14px 0 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}

.diagnosis-side-panel > p {
  margin: 16px 0 0;
  color: #bdbfc2;
  font-size: 15px;
  line-height: 1.75;
}

.diagnosis-deliverables {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #414347;
}

.diagnosis-deliverables li {
  padding: 20px 0;
  border-bottom: 1px solid #414347;
}

.diagnosis-deliverables strong,
.diagnosis-deliverables span {
  display: block;
}

.diagnosis-deliverables strong {
  color: #fff;
  font-size: 16px;
}

.diagnosis-deliverables span {
  margin-top: 7px;
  color: #aaaeb3;
  font-size: 13px;
  line-height: 1.65;
}

.diagnosis-side-contact {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding-top: 26px;
}

.diagnosis-side-contact img {
  width: 94px;
  height: 94px;
  padding: 4px;
  background: #fff;
  object-fit: contain;
}

.diagnosis-side-contact strong,
.diagnosis-side-contact a,
.diagnosis-side-contact span {
  display: block;
}

.diagnosis-side-contact strong {
  color: #fff;
  font-size: 15px;
}

.diagnosis-side-contact a {
  margin-top: 7px;
  color: #ff8a36;
  font-size: 14px;
  font-weight: 800;
}

.diagnosis-side-contact span {
  margin-top: 5px;
  color: #999da2;
  font-size: 11px;
  line-height: 1.5;
}

.module-page .lead-form.enterprise-diagnosis-form {
  display: block;
  min-width: 0;
  padding: 0 0 28px;
  color: #202124;
  background: #fff;
  border: 1px solid #dedbd7;
  border-radius: 6px;
  box-shadow: 0 20px 55px rgba(43, 38, 34, .07);
}

.diagnosis-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px 22px;
}

.diagnosis-form-head span,
.diagnosis-form-head strong {
  display: block;
}

.diagnosis-form-head span {
  color: #d95700;
  font-size: 12px;
  font-weight: 900;
}

.diagnosis-form-head strong {
  margin-top: 8px;
  color: #202124;
  font-size: 24px;
  line-height: 1.3;
}

.diagnosis-form-head > p {
  flex: 0 0 auto;
  margin: 0;
  color: #8a8e93;
  font-size: 14px;
}

.diagnosis-form-head > p b {
  color: #ff6b00;
  font-size: 28px;
}

.diagnosis-progress {
  height: 4px;
  overflow: hidden;
  background: #ebe9e6;
}

.diagnosis-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: #ff6b00;
  transition: width 220ms ease;
}

.diagnosis-step-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #faf9f7;
  border-bottom: 1px solid #e7e4e0;
}

.diagnosis-step-tabs button {
  min-width: 0;
  min-height: 78px;
  padding: 13px 10px;
  color: #777b81;
  background: transparent;
  border: 0;
  border-right: 1px solid #e7e4e0;
  cursor: pointer;
}

.diagnosis-step-tabs button:last-child {
  border-right: 0;
}

.diagnosis-step-tabs span,
.diagnosis-step-tabs b {
  display: block;
}

.diagnosis-step-tabs span {
  color: #aaa6a2;
  font-size: 11px;
}

.diagnosis-step-tabs b {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.3;
}

.diagnosis-step-tabs button.is-active {
  color: #fff;
  background: #ff6b00;
}

.diagnosis-step-tabs button.is-active span {
  color: rgba(255,255,255,.72);
}

.diagnosis-step-tabs button.is-complete:not(.is-active) {
  color: #c44a00;
  background: #fff5ed;
}

.enterprise-form-step {
  padding: 8px 32px 10px;
}

.enterprise-form-step[hidden],
.diagnosis-form-actions [hidden] {
  display: none !important;
}

.diagnosis-chapter-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 34px;
  padding: 0 0 18px;
  border-bottom: 1px solid #e5e2de;
}

.diagnosis-chapter-head > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: #ff6b00;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
}

.diagnosis-chapter-head h3 {
  margin: 0;
  color: #202124;
  font-size: 22px;
  line-height: 1.3;
}

.diagnosis-chapter-head p {
  margin: 7px 0 0;
  color: #8a8d92;
  font-size: 13px;
  line-height: 1.65;
}

.diagnosis-fields,
.diagnosis-fields.two-columns,
.diagnosis-fields.three-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 22px;
}

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

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

.diagnosis-contact-capture {
  padding: 20px;
  background: #fff8f2;
  border: 1px solid #f0c6a7;
  border-left: 4px solid #ff6b00;
  border-radius: 5px;
}

.diagnosis-contact-capture-copy {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.diagnosis-contact-capture-copy strong {
  flex: 0 0 auto;
  color: #242426;
  font-size: 16px;
}

.diagnosis-contact-capture-copy span {
  color: #888b90;
  font-size: 13px;
  line-height: 1.6;
}

.diagnosis-contact-capture .diagnosis-fields {
  margin-top: 16px;
}

.enterprise-diagnosis-form label,
.enterprise-diagnosis-form fieldset {
  min-width: 0;
}

.enterprise-diagnosis-form label > span,
.enterprise-diagnosis-form legend,
.enterprise-diagnosis-form .field-group-title {
  color: #303236;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.5;
}

.enterprise-diagnosis-form label > span b,
.enterprise-diagnosis-form legend b {
  color: #d95700;
  font-size: 11px;
}

.enterprise-diagnosis-form input,
.enterprise-diagnosis-form select,
.enterprise-diagnosis-form textarea {
  width: 100%;
  min-width: 0;
  color: #202124;
  background: #fff;
  border: 1px solid #cbc9c6;
  border-radius: 4px;
  outline: none;
}

.enterprise-diagnosis-form input,
.enterprise-diagnosis-form select {
  min-height: 48px;
  padding: 0 13px;
}

.enterprise-diagnosis-form textarea {
  min-height: 92px;
  padding: 13px;
  resize: vertical;
}

.enterprise-diagnosis-form input::placeholder,
.enterprise-diagnosis-form textarea::placeholder {
  color: #a4a8ae;
  opacity: 1;
}

.enterprise-diagnosis-form select:required:invalid {
  color: #a4a8ae;
}

.enterprise-diagnosis-form select option {
  color: #202124;
}

.enterprise-diagnosis-form input:focus,
.enterprise-diagnosis-form select:focus,
.enterprise-diagnosis-form textarea:focus {
  background: #fff;
  border-color: #ff6b00;
  box-shadow: 0 0 0 3px rgba(255,107,0,.1);
}

.enterprise-diagnosis-form input:invalid:focus,
.enterprise-diagnosis-form textarea:invalid:focus {
  border-color: #d83b2d;
  box-shadow: 0 0 0 3px rgba(216,59,45,.1);
}

.enterprise-diagnosis-form .field-full {
  grid-column: 1 / -1;
}

.field-group {
  margin: 22px 0 0;
  padding: 20px;
  background: #faf9f7;
  border: 1px solid #e4e1dd;
  border-radius: 5px;
}

.field-group > p {
  margin: 6px 0 16px;
  color: #9a9da2;
  font-size: 13px;
  line-height: 1.6;
}

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

.priority-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.priority-question {
  margin-top: 22px;
  padding: 20px;
  background: #faf9f7;
  border: 1px solid #e4e1dd;
  border-radius: 5px;
}

.priority-question > p {
  margin: 6px 0 0;
  color: #9a9da2;
  font-size: 13px;
  line-height: 1.6;
}

.repeat-table {
  display: grid;
  gap: 8px;
  overflow-x: auto;
}

.repeat-table-head,
.repeat-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr .8fr .72fr;
  gap: 8px;
  min-width: 650px;
}

.repeat-table-head span {
  padding: 0 10px 5px;
  color: #8d9196;
  font-size: 12px;
  font-weight: 800;
}

.repeat-row input {
  background: #fff;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 14px 0;
}

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

.choice-grid label {
  display: block;
  position: relative;
}

.choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-grid label > span {
  display: flex;
  align-items: center;
  min-height: 43px;
  padding: 8px 12px 8px 36px;
  color: #5e6268;
  background: #fff;
  border: 1px solid #d9d6d2;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.choice-grid label > span::before {
  position: absolute;
  left: 12px;
  width: 14px;
  height: 14px;
  content: "";
  background: #fff;
  border: 1px solid #aaa8a5;
  border-radius: 2px;
}

.choice-grid.radio-grid label > span::before {
  border-radius: 50%;
}

.choice-grid input:focus-visible + span {
  outline: 3px solid rgba(255,107,0,.18);
  outline-offset: 2px;
}

.choice-grid input:checked + span {
  color: #202124;
  background: #fff1e7;
  border-color: #ff6b00;
  box-shadow: inset 4px 0 0 #ff6b00;
}

.choice-grid input:checked + span::before {
  background: #ff6b00;
  border-color: #ff6b00;
  box-shadow: inset 0 0 0 3px #fff;
}

.diagnosis-business-sections {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.diagnosis-business-sections > article {
  padding: 22px;
  background: #faf9f7;
  border: 1px solid #e3e0dc;
  border-left: 3px solid #ff6b00;
  border-radius: 4px;
}

.diagnosis-business-sections h4 {
  margin: 0 0 18px;
  color: #252629;
  font-size: 18px;
}

.diagnosis-business-sections label + label,
.diagnosis-business-sections fieldset + label,
.diagnosis-business-sections .compact-grid + label {
  margin-top: 14px;
}

.diagnosis-business-sections fieldset {
  padding: 0;
  border: 0;
}

.standalone-field {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.final-question textarea {
  font-size: 17px;
  line-height: 1.7;
  background: #fff9f4;
  border-color: #efc7aa;
}

.contact-chapter > span {
  font-size: 10px;
}

.diagnosis-consent {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px !important;
  align-items: start;
  margin-top: 22px;
  padding: 16px;
  background: #f7f7f5;
  border: 1px solid #dfddda;
}

.diagnosis-consent input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 2px;
  accent-color: #ff6b00;
}

.diagnosis-consent > span {
  color: #65696f !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
}

.diagnosis-form-alert {
  display: none;
  margin: 22px 32px 0;
  padding: 13px 15px;
  color: #9e3700;
  background: #fff0e6;
  border-left: 3px solid #ff6b00;
  font-size: 13px;
  line-height: 1.6;
}

.diagnosis-form-alert.is-visible {
  display: block;
}

.diagnosis-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 26px 32px 0;
  padding-top: 22px;
  border-top: 1px solid #e6e3df;
}

.diagnosis-form-actions .primary-action,
.diagnosis-form-actions .secondary-action {
  min-width: 150px;
  min-height: 50px;
}

.enterprise-diagnosis-form .success-qr {
  margin: 20px 32px 0;
  padding: 18px;
  color: #2a2b2e;
  background: #fff6ef;
  border: 1px solid #f1c8aa;
  border-radius: 4px;
}

.enterprise-diagnosis-form .success-qr span,
.enterprise-diagnosis-form .success-qr strong {
  display: block;
}

.enterprise-diagnosis-form .success-qr span {
  color: #5f6368;
  line-height: 1.65;
}

.enterprise-diagnosis-form .success-qr strong {
  margin-bottom: 6px;
  color: #202124;
  font-size: 17px;
}

.enterprise-diagnosis-form .form-note {
  margin: 18px 32px 0;
  color: #92969b;
  font-size: 12px;
  line-height: 1.65;
}

.enterprise-diagnosis-form .form-note.is-success {
  color: #b34400;
  font-weight: 800;
}

@media (max-width: 1060px) {
  .diagnosis-contact-hero {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
  }
  .enterprise-diagnosis-layout {
    grid-template-columns: 260px minmax(0, 1fr);
  }
  .choice-grid.wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .diagnosis-contact-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 116px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 100%),
      url("assets/generated/hero-scenes/hero-ai-diagnosis.jpg") center / cover no-repeat;
  }
  .diagnosis-contact-hero-visual {
    max-width: none;
    justify-self: stretch;
  }
  .diagnosis-intro {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .diagnosis-before-you-start {
    grid-column: auto;
  }
  .enterprise-diagnosis-layout {
    grid-template-columns: 1fr;
  }
  .diagnosis-side-panel {
    position: static;
  }
  .diagnosis-fields.three-columns,
  .priority-grid {
    grid-template-columns: 1fr;
  }
  .choice-grid.wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .diagnosis-contact-hero {
    gap: 32px;
    padding: 104px 18px 64px;
  }
  .diagnosis-contact-hero h1 {
    font-size: 40px;
  }
  .diagnosis-contact-hero-copy > p {
    font-size: 16px;
  }
  .diagnosis-hero-metrics {
    grid-template-columns: 1fr;
  }
  .diagnosis-hero-metrics article,
  .diagnosis-hero-metrics article + article {
    padding: 15px 0;
    border-left: 0;
    border-top: 1px solid #dedbd7;
  }
  .diagnosis-hero-metrics article:first-child {
    border-top: 0;
  }
  .diagnosis-contact-hero-visual > span {
    min-height: 82px;
    padding: 20px;
  }
  .diagnosis-intro {
    width: min(100% - 36px, 1240px);
    padding: 70px 0;
  }
  .diagnosis-intro h2 {
    font-size: 32px;
  }
  .diagnosis-value-grid article,
  .diagnosis-before-you-start {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .enterprise-diagnosis-section {
    padding: 62px 12px 82px;
  }
  .diagnosis-side-panel {
    padding: 26px 22px;
  }
  .diagnosis-step-tabs {
    grid-template-columns: repeat(5, minmax(58px, 1fr));
    overflow-x: auto;
  }
  .diagnosis-step-tabs button {
    min-width: 66px;
    min-height: 66px;
    padding: 10px 4px;
  }
  .diagnosis-step-tabs b {
    font-size: 10px;
  }
  .diagnosis-form-head,
  .diagnosis-step {
    padding-left: 18px;
    padding-right: 18px;
  }
  .diagnosis-form-head strong {
    font-size: 20px;
  }
  .diagnosis-fields.two-columns,
  .compact-grid,
  .choice-grid,
  .choice-grid.wide {
    grid-template-columns: 1fr;
  }
  .diagnosis-contact-capture {
    padding: 16px;
  }
  .diagnosis-contact-capture-copy {
    display: grid;
    gap: 4px;
  }
  .diagnosis-chapter-head {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
  .diagnosis-chapter-head > span {
    width: 40px;
    height: 40px;
  }
  .diagnosis-chapter-head h3 {
    font-size: 19px;
  }
  .field-group,
  .diagnosis-business-sections > article {
    padding: 16px;
  }
  .repeat-table-head,
  .repeat-row {
    min-width: 0;
  }
  .repeat-table {
    overflow-x: visible;
  }
  .repeat-table-head {
    display: none;
  }
  .repeat-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e1ded9;
    border-radius: 4px;
  }
  .repeat-row + .repeat-row {
    margin-top: 8px;
  }
  .diagnosis-form-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-right: 18px;
    margin-left: 18px;
  }
  .diagnosis-form-actions .primary-action,
  .diagnosis-form-actions .secondary-action {
    width: 100%;
  }
  .enterprise-diagnosis-form .success-qr,
  .enterprise-diagnosis-form .form-note,
  .diagnosis-form-alert {
    margin-right: 18px;
    margin-left: 18px;
  }
}

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

/* AI omnichannel acquisition product and diagnosis. */
.acquisition-page {
  color: #202124;
  background: #fff;
}

.acquisition-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
  gap: 64px;
  align-items: center;
  min-height: 680px;
  padding: 136px max(24px, calc((100vw - 1240px) / 2)) 88px;
  overflow: hidden;
  background: #f7f5f2 url("assets/generated/hero-scenes/hero-growth-strategy.jpg") 76% center / cover no-repeat;
  border-bottom: 1px solid #e9e4df;
}

.acquisition-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, .78);
}

.acquisition-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  content: "";
  background: #ff6b00;
}

.acquisition-hero-copy,
.acquisition-hero-map {
  position: relative;
  z-index: 1;
}

.acquisition-hero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #1b1c1e;
  font-size: clamp(54px, 5.3vw, 86px);
  line-height: 1.02;
  letter-spacing: 0;
}

.acquisition-lead {
  max-width: 740px;
  margin: 26px 0 0;
  color: #555a60;
  font-size: 20px;
  line-height: 1.75;
}

.acquisition-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.acquisition-actions .primary-action {
  background: #ff6b00;
  box-shadow: none;
}

.acquisition-actions .secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  color: #242529;
  background: #fff;
  border: 1px solid #d7d3ce;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
}

.acquisition-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin-top: 38px;
  border-top: 1px solid #d9d4ce;
  border-bottom: 1px solid #d9d4ce;
}

.acquisition-proof article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px 0;
}

.acquisition-proof article + article {
  padding-left: 20px;
  border-left: 1px solid #d9d4ce;
}

.acquisition-proof strong {
  color: #e95d00;
  font-size: 30px;
}

.acquisition-proof span {
  color: #666a70;
  font-size: 13px;
}

.acquisition-hero-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #dfd9d3;
  border: 1px solid #dfd9d3;
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(62, 49, 39, .14);
}

.acquisition-hero-map > span {
  min-height: 112px;
  padding: 28px;
  color: #55595f;
  background: rgba(255,255,255,.96);
  font-size: 15px;
  font-weight: 850;
}

.acquisition-hero-map > strong,
.acquisition-hero-map > p {
  grid-column: 1 / -1;
  margin: 0;
  background: #242426;
}

.acquisition-hero-map > strong {
  padding: 28px 28px 8px;
  color: #ff7a1a;
  font-size: 27px;
}

.acquisition-hero-map > p {
  padding: 0 28px 28px;
  color: #c9cbce;
  font-size: 14px;
  line-height: 1.7;
}

.acquisition-definition,
.acquisition-delivery {
  background: #fff;
}

.acquisition-problem-grid,
.acquisition-stage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid #e5e1dc;
  border-bottom: 1px solid #e5e1dc;
}

.acquisition-problem-grid article,
.acquisition-stage-grid article {
  min-width: 0;
  padding: 30px 26px;
}

.acquisition-problem-grid article + article,
.acquisition-stage-grid article + article {
  border-left: 1px solid #e5e1dc;
}

.acquisition-problem-grid article > span,
.acquisition-stage-grid article > span {
  color: #e85c00;
  font-size: 13px;
  font-weight: 900;
}

.acquisition-problem-grid h3,
.acquisition-stage-grid h3 {
  margin: 18px 0 0;
  color: #202124;
  font-size: 22px;
  line-height: 1.35;
}

.acquisition-problem-grid p,
.acquisition-stage-grid p {
  margin: 13px 0 0;
  color: #6c7076;
  font-size: 14px;
  line-height: 1.8;
}

.acquisition-chain-section {
  background: #f6f4f1;
}

.acquisition-chain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 42px 0 0;
  padding: 1px;
  background: #ddd8d2;
  list-style: none;
}

.acquisition-chain li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 6px 16px;
  min-height: 154px;
  padding: 24px;
  background: #fff;
}

.acquisition-chain b {
  grid-row: 1 / 3;
  color: #ff6b00;
  font-size: 16px;
}

.acquisition-chain strong {
  color: #222326;
  font-size: 18px;
}

.acquisition-chain span {
  color: #71757a;
  font-size: 13px;
  line-height: 1.7;
}

.acquisition-stage-grid article > strong {
  display: block;
  margin-top: 18px;
  color: #c84d00;
  font-size: 13px;
  line-height: 1.6;
}

.acquisition-fit {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: start;
  background: #fff8f2;
}

.acquisition-fit h2 {
  margin: 14px 0 0;
  color: #202124;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.2;
}

.acquisition-fit p {
  margin: 20px 0 0;
  color: #686c72;
  line-height: 1.8;
}

.acquisition-fit ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e6cdbb;
}

.acquisition-fit li {
  position: relative;
  padding: 20px 16px 20px 42px;
  color: #3b3d40;
  border-bottom: 1px solid #e6cdbb;
  font-weight: 750;
}

.acquisition-fit li::before {
  position: absolute;
  left: 12px;
  color: #ff6b00;
  content: "✓";
  font-weight: 900;
}

.acquisition-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.acquisition-cta .section-kicker,
.acquisition-cta h2,
.acquisition-cta p {
  width: min(100%, 840px);
}

.acquisition-cta p {
  max-width: 760px;
  margin: 16px auto 24px;
  color: #6d7176;
  line-height: 1.8;
}

.acquisition-diagnosis-hero {
  background: #f7f5f2 url("assets/generated/hero-scenes/hero-growth-strategy.jpg") 78% center / cover no-repeat;
}

.acquisition-score-visual > strong {
  color: #ff8126;
}

.acquisition-diagnosis-form .score-options {
  grid-template-columns: 1fr;
}

.acquisition-diagnosis-form .score-options label > span {
  min-height: 52px;
}

.private-sales-hero,
.private-sales-diagnosis-hero {
  background-image: url("assets/generated/hero-scenes/hero-delivery-review.jpg");
  background-position: 74% center;
}

.private-sales-hero-map {
  border-color: #ff9b54;
  background: rgba(255, 255, 255, .92);
}

.private-sales-hero-map > strong {
  background: #f45d0b;
}

.private-sales-score-visual > strong {
  color: #f45d0b;
}

.private-sales-diagnosis-form .sales-funnel-data {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.private-sales-diagnosis-form [data-limited-group] legend b {
  color: #df5300;
}

.acquisition-score-result {
  margin: 24px 32px 0;
  padding: 24px;
  background: #242426;
  border-left: 5px solid #ff6b00;
  border-radius: 5px;
}

.acquisition-score-result[hidden] {
  display: none !important;
}

.acquisition-score-result > span,
.acquisition-score-result > strong {
  display: block;
}

.acquisition-score-result > span {
  color: #ff9c56;
  font-size: 12px;
  font-weight: 900;
}

.acquisition-score-result > strong {
  margin-top: 7px;
  color: #fff;
  font-size: 25px;
}

.acquisition-score-result > p {
  margin: 12px 0 20px;
  color: #cfd1d4;
  line-height: 1.7;
}

.acquisition-score-result article {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}

.acquisition-score-result i {
  height: 7px;
  overflow: hidden;
  background: #45464a;
  border-radius: 2px;
}

.acquisition-score-result i b {
  display: block;
  height: 100%;
  background: #ff6b00;
}

@media (max-width: 980px) {
  .acquisition-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .acquisition-hero-map {
    max-width: 620px;
  }
  .acquisition-problem-grid,
  .acquisition-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .acquisition-problem-grid article:nth-child(3),
  .acquisition-stage-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e5e1dc;
  }
  .acquisition-problem-grid article:nth-child(4),
  .acquisition-stage-grid article:nth-child(4) {
    border-top: 1px solid #e5e1dc;
  }
  .acquisition-chain {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .private-sales-diagnosis-form .sales-funnel-data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .acquisition-hero {
    gap: 34px;
    padding: 110px 18px 66px;
    background-position: 68% center;
  }
  .acquisition-hero h1 {
    font-size: 46px;
  }
  .acquisition-lead {
    font-size: 17px;
  }
  .acquisition-proof,
  .acquisition-problem-grid,
  .acquisition-stage-grid,
  .acquisition-chain,
  .acquisition-fit {
    grid-template-columns: 1fr;
  }
  .acquisition-proof article,
  .acquisition-proof article + article {
    padding: 14px 0;
    border-top: 1px solid #d9d4ce;
    border-left: 0;
  }
  .acquisition-proof article:first-child {
    border-top: 0;
  }
  .acquisition-problem-grid article + article,
  .acquisition-stage-grid article + article,
  .acquisition-problem-grid article:nth-child(3),
  .acquisition-stage-grid article:nth-child(3) {
    border-top: 1px solid #e5e1dc;
    border-left: 0;
  }
  .acquisition-chain li {
    min-height: 132px;
  }
  .acquisition-score-result {
    margin-right: 18px;
    margin-left: 18px;
    padding: 20px 16px;
  }
  .acquisition-score-result article {
    grid-template-columns: 74px minmax(0, 1fr) 24px;
    gap: 8px;
  }
  .private-sales-hero,
  .private-sales-diagnosis-hero {
    background-position: 64% center;
  }
  .private-sales-diagnosis-form .sales-funnel-data {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .testimonial-all-link {
    position: static;
    display: inline-block;
    margin-top: 16px;
  }

  .student-story-section {
    width: calc(100% - 40px);
    padding: 72px 0;
  }

  .student-story-head,
  .student-story-toolbar,
  .student-story-disclosure {
    grid-template-columns: 1fr;
  }

  .student-story-head {
    gap: 24px;
  }

  .student-story-head h2 {
    font-size: 34px;
  }

  .student-story-total {
    justify-items: start;
  }

  .student-story-disclosure {
    gap: 8px;
  }

  .student-story-toolbar {
    align-items: start;
  }

  .student-story-filters {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .student-story-filter {
    flex: 0 1 auto;
  }

  .student-story-toolbar > p {
    white-space: normal;
  }

  .student-story-grid {
    grid-template-columns: 1fr;
  }

  .student-story-body {
    min-height: 0;
  }
}

.home-page .orange-final-cta {
  color: #ffffff;
  background: linear-gradient(112deg, #f45e00, #ff7a18 58%, #ff9a3d);
  background-blend-mode: normal;
}

.home-page .orange-final-cta h2,
.home-page .orange-final-cta p {
  color: #ffffff;
}

.home-page .orange-final-cta .primary-action {
  color: var(--premium-orange);
  background: #ffffff;
}

.home-page .orange-final-cta .primary-action:hover {
  color: #d84f00;
  background: #fff8f2;
}

/* Real-scene, light inner-page mastheads. */
.module-page .page-hero {
  min-height: 430px;
  color: var(--premium-ink);
  background: #ffffff;
}

.module-page .page-hero::before,
.module-page .page-hero.has-custom-poster::before {
  opacity: 1;
  filter: none;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 41%, rgba(255, 255, 255, 0.72) 58%, rgba(255, 255, 255, 0.08) 86%),
    url("assets/generated/hero-scenes/hero-ai-diagnosis.jpg") 72% center / cover no-repeat !important;
  background-blend-mode: normal;
}

.module-page .solution-hero::before {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 41%, rgba(255, 255, 255, 0.68) 59%, rgba(255, 255, 255, 0.06) 87%),
    url("assets/generated/hero-scenes/hero-growth-strategy.jpg") 72% center / cover no-repeat !important;
}

.module-page .case-hero::before {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 41%, rgba(255, 255, 255, 0.68) 59%, rgba(255, 255, 255, 0.06) 87%),
    url("assets/generated/hero-scenes/hero-delivery-review.jpg") 72% center / cover no-repeat !important;
}

.news-page .page-hero::before {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 41%, rgba(255, 255, 255, 0.68) 59%, rgba(255, 255, 255, 0.06) 87%),
    url("assets/generated/hero-scenes/hero-knowledge-assets.jpg") 72% center / cover no-repeat !important;
}

.module-page .page-hero::after {
  opacity: 1;
  background: linear-gradient(90deg, var(--premium-orange), rgba(255, 107, 0, 0.08) 55%, transparent);
}

.module-page .page-hero h1 {
  color: var(--premium-ink);
  text-shadow: none;
}

.module-page .page-hero p {
  color: #646469;
  text-shadow: none;
}

.module-page .page-hero-stats article {
  background: rgba(255, 255, 255, 0.9);
  border-color: #eadfd6;
  box-shadow: 0 14px 34px rgba(49, 38, 28, 0.08);
  backdrop-filter: blur(12px);
}

.module-page .page-hero-stats strong {
  color: var(--premium-orange);
}

.module-page .page-hero-stats span {
  color: #6c6c71;
}

.module-page .module-cta {
  color: var(--premium-ink);
  background: #fff3e8;
  border-top: 1px solid #f3ddcc;
  border-bottom: 1px solid #f3ddcc;
}

.module-page .module-cta h2 {
  color: var(--premium-ink);
}

/* GEO remains product-rich while following the same orange and white system. */
.geo-product-page {
  --electric-blue: #ff6b00;
  --blue-700: #cc4f00;
  --neon-blue: #ff9a3d;
  --navy-900: #202022;
  background: #fbfaf8;
}

.geo-hero {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 42%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.08) 88%),
    url("assets/generated/hero-scenes/hero-growth-strategy.jpg") 72% center / cover no-repeat;
}

.geo-hero::after {
  background: linear-gradient(180deg, rgba(251, 250, 248, 0), #fbfaf8);
}

.geo-hero-points article,
.geo-dashboard-card,
.geo-flow,
.geo-flow article,
.geo-check-list li,
.geo-panel,
.geo-knowledge-grid article,
.geo-advantage-grid article,
.geo-platform-group,
.geo-faq-list details,
.geo-stat-row article,
.geo-platform-list span {
  border-color: #eedfd3;
  box-shadow: 0 16px 38px rgba(65, 43, 27, 0.07);
}

.geo-creation {
  color: var(--premium-text);
  background: #fff4ea;
}

.geo-creation .geo-section-heading h2,
.geo-creation .geo-section-heading p,
.geo-input-grid article,
.geo-engine-panel,
.geo-engine-panel h3,
.geo-engine-panel p {
  color: var(--premium-ink);
}

.geo-creation .geo-section-heading p,
.geo-engine-panel p {
  color: var(--premium-muted);
}

.geo-input-grid article,
.geo-engine-panel {
  background: #ffffff;
  border-color: #efddcf;
  box-shadow: 0 14px 34px rgba(65, 43, 27, 0.06);
  backdrop-filter: none;
}

.geo-input-grid span,
.geo-engine-panel strong {
  color: var(--premium-orange);
}

.geo-engine-panel div span {
  color: #6b4a35;
  background: #fff1e6;
}

.geo-platforms {
  background: linear-gradient(180deg, #ffffff, #fff8f2);
}

.geo-final-cta {
  background: linear-gradient(112deg, #f45e00, #ff7a18 58%, #ff9a3d);
  box-shadow: 0 26px 60px rgba(217, 83, 0, 0.2);
}

/* A light footer finishes the page without another heavy visual wall. */
.footer {
  color: var(--premium-text);
  background: #f7f5f2;
  border-top: 1px solid #e9e4de;
}

.footer .footer-brand img {
  content: url("assets/biran-logo-cropped.png");
}

.footer-brand p,
.footer-columns a,
.footer-columns span,
.footer-bottom,
.footer-bottom a {
  color: #68686d;
}

.footer-columns strong,
.footer-contact b {
  color: var(--premium-ink);
}

.footer-columns a:hover,
.footer-bottom a:hover {
  color: var(--premium-orange);
}

.footer-bottom {
  border-top-color: #e3ded8;
}

@media (max-width: 820px) {
  .nav-links {
    background: #ffffff;
    border-bottom-color: #e7e3df;
    box-shadow: 0 24px 46px rgba(44, 34, 25, 0.12);
  }

  .menu-toggle span,
  .topbar.is-scrolled .menu-toggle span {
    background: #333337;
  }

  .product-menu-panel {
    border-color: #e6e1dc;
    box-shadow: none;
  }

  .home-page .hero,
  .home-page .hero-slide,
  .home-page .hero-shell {
    min-height: 650px;
  }

  .home-page .hero-slide::before,
  .home-page .hero-slide.has-custom-background::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 62%, rgba(255, 255, 255, 0.62) 100%),
      var(--hero-scene) 70% center / cover no-repeat !important;
  }

  .home-page .hero-shell {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .home-page .hero-copy {
    max-width: 92%;
  }

  .home-page .hero-copy h1,
  .home-page .hero-copy .hero-title {
    font-size: 40px;
  }

  .module-page .page-hero::before,
  .module-page .page-hero.has-custom-poster::before,
  .module-page .solution-hero::before,
  .module-page .case-hero::before,
  .news-page .page-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.94) 72%, rgba(255, 255, 255, 0.58)),
      url("assets/generated/hero-scenes/hero-ai-diagnosis.jpg") 68% center / cover no-repeat !important;
  }

  .geo-hero {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.93) 78%, rgba(255, 255, 255, 0.56)),
      url("assets/generated/hero-scenes/hero-growth-strategy.jpg") 68% center / cover no-repeat;
  }
}

@media (max-width: 420px) {
  .home-page .hero,
  .home-page .hero-slide,
  .home-page .hero-shell {
    min-height: 630px;
  }

  .home-page .hero-copy {
    max-width: 100%;
  }

  .home-page .hero-copy h1,
  .home-page .hero-copy .hero-title {
    font-size: 35px;
  }

  .home-page .hero-proof article {
    padding: 13px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-slide.is-active::before,
  .home-page .hero-slide.is-active .hero-copy {
    animation: none;
  }
}

/* 2026-08-11 orange-system correction: remove the last blue/cyan residues. */
.home-page .market-opportunity-grid strong,
.home-page .capability-lattice strong {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: #ff6b00;
  border: 1px solid #ff6b00;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(217, 83, 0, 0.18);
  font-size: 14px;
  line-height: 1;
}

.home-page .market-opportunity-grid h3,
.home-page .capability-lattice h3 {
  margin-top: 28px;
}

.home-page .hero-actions .secondary-action {
  box-shadow: none;
}

/* GEO product: orange, white and warm neutral, with a clean system diagram. */
.geo-product-page {
  --electric-blue: #ff6b00;
  --blue-700: #d55400;
  --neon-blue: #ff9a3d;
  --navy-900: #202022;
  color: #343438;
  background: #fbfaf8;
}

.geo-product-page .geo-hero {
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.72fr);
  min-height: 740px;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 42%, rgba(255, 255, 255, 0.82) 61%, rgba(255, 255, 255, 0.3) 100%),
    url("assets/generated/hero-scenes/hero-growth-strategy.jpg") 74% center / cover no-repeat;
}

.geo-product-page .geo-hero::after {
  background: linear-gradient(180deg, rgba(251, 250, 248, 0), #fbfaf8);
}

.geo-product-page .geo-hero h1 {
  color: #202022;
  font-size: 64px;
}

.geo-product-page .geo-hero p,
.geo-product-page .geo-hero-points span,
.geo-product-page .geo-flow p,
.geo-product-page .geo-section-heading p,
.geo-product-page .geo-section-copy p,
.geo-product-page .geo-check-list li,
.geo-product-page .geo-knowledge-grid p,
.geo-product-page .geo-stat-row span,
.geo-product-page .geo-advantage-grid p,
.geo-product-page .geo-platform-group p,
.geo-product-page .geo-platform-list small,
.geo-product-page .geo-faq-list p {
  color: #68686d;
}

.geo-product-page .geo-hero-points article,
.geo-product-page .geo-flow,
.geo-product-page .geo-flow article,
.geo-product-page .geo-check-list li,
.geo-product-page .geo-panel,
.geo-product-page .geo-knowledge-grid article,
.geo-product-page .geo-stat-row article,
.geo-product-page .geo-advantage-grid article,
.geo-product-page .geo-platform-group,
.geo-product-page .geo-platform-list span,
.geo-product-page .geo-faq-list details {
  background: rgba(255, 255, 255, 0.96);
  border-color: #eedfd3;
  box-shadow: 0 16px 38px rgba(65, 43, 27, 0.07);
}

.geo-product-page .geo-hero-points strong,
.geo-product-page .geo-stat-row strong,
.geo-product-page .geo-word-panel span,
.geo-product-page .geo-platform-list span,
.geo-product-page .geo-faq-list summary::after {
  color: #e65a00;
}

.geo-product-page .geo-hero-visual {
  min-height: 500px;
  padding: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid #ecd8c8;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(65, 43, 27, 0.12);
  backdrop-filter: blur(12px);
}

.geo-product-page .geo-orbit {
  width: min(74%, 390px);
  border-color: rgba(230, 90, 0, 0.34);
}

.geo-product-page .geo-orbit span {
  color: #d55400;
  background: #fffaf6;
  border-color: #efcdb5;
  box-shadow: 0 12px 28px rgba(192, 78, 10, 0.11);
}

.geo-product-page .geo-core {
  width: 214px;
  height: 214px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.26), transparent 34%),
    linear-gradient(145deg, #e85a00, #ff7a18 64%, #ff9a3d);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 68px rgba(217, 83, 0, 0.24);
}

.geo-product-page .geo-core strong {
  font-size: 36px;
}

.geo-product-page .geo-dashboard-card {
  min-width: 142px;
  padding: 16px 18px;
  background: #fff;
  border-color: #ecd6c5;
  box-shadow: 0 16px 36px rgba(65, 43, 27, 0.11);
}

.geo-product-page .geo-dashboard-card strong {
  color: #e65a00;
  font-size: 22px;
  white-space: nowrap;
}

.geo-product-page .geo-dashboard-card span {
  color: #737378;
}

.geo-product-page .geo-dashboard-card-1 {
  top: 34px;
  right: 20px;
}

.geo-product-page .geo-dashboard-card-2 {
  right: 18px;
  bottom: 44px;
}

.geo-product-page .geo-dashboard-card-3 {
  bottom: 90px;
  left: 18px;
}

.geo-product-page .geo-flow {
  background: #ead7c8;
  border-color: #ead7c8;
  box-shadow: 0 22px 54px rgba(65, 43, 27, 0.1);
}

.geo-product-page .geo-flow strong,
.geo-product-page .geo-advantage-grid span {
  color: #fff;
  background: #ff6b00;
  box-shadow: none;
}

.geo-product-page .geo-flow span,
.geo-product-page .geo-section-heading h2,
.geo-product-page .geo-section-copy h2,
.geo-product-page .geo-knowledge-grid strong,
.geo-product-page .geo-advantage-grid h3,
.geo-product-page .geo-platform-group h3,
.geo-product-page .geo-faq-list summary {
  color: #202022;
}

.geo-product-page .geo-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 239, 0.9)),
    linear-gradient(90deg, rgba(230, 90, 0, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(230, 90, 0, 0.055) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}

.geo-product-page .geo-word-panel span {
  background: #fff;
  border-color: #efcdb5;
  box-shadow: 0 12px 28px rgba(192, 78, 10, 0.09);
}

.geo-product-page .geo-stat-row article {
  background: linear-gradient(135deg, #fff, #fff6ef);
}

.geo-product-page .geo-creation {
  color: #343438;
  background: #fff4ea;
}

.geo-product-page .geo-input-grid article,
.geo-product-page .geo-engine-panel {
  color: #202022;
  background: #fff;
  border-color: #efddcf;
  box-shadow: 0 14px 34px rgba(65, 43, 27, 0.06);
}

.geo-product-page .geo-input-grid span,
.geo-product-page .geo-engine-panel > strong,
.geo-product-page .geo-advantage-grid em {
  color: #e65a00;
}

.geo-product-page .geo-engine-panel div span {
  color: #6b4a35;
  background: #fff1e6;
}

.geo-product-page .geo-platforms {
  background: linear-gradient(180deg, #fff, #fff8f2);
}

.geo-product-page .secondary-action {
  color: #ce4e00;
  background: #fff;
  border-color: #efc6a8;
  box-shadow: none;
}

.geo-product-page .secondary-action:hover {
  color: #fff;
  background: #e85a00;
  border-color: #e85a00;
}

/* GEO diagnosis: the form now follows the same orange product language. */
.geo-diagnosis-page {
  --electric-blue: #ff6b00;
  --blue-700: #d55400;
  --neon-blue: #ff9a3d;
  --navy-900: #202022;
  --orange: #ff6b00;
  color: #343438;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 133, 43, 0.13), transparent 27%),
    linear-gradient(180deg, #fffaf6 0%, #fbfaf8 48%, #fff 100%);
}

.geo-diagnosis-page .diagnosis-main::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 52%, rgba(255, 255, 255, 0.68) 100%),
    url("assets/generated/hero-scenes/hero-ai-diagnosis.jpg") 78% center / cover no-repeat;
  opacity: 0.8;
}

.geo-diagnosis-page .diagnosis-hero {
  min-height: 610px;
}

.geo-diagnosis-page .diagnosis-hero h1 {
  max-width: 820px;
  color: #202022;
  font-size: 62px;
  line-height: 1.08;
}

.geo-diagnosis-page .diagnosis-hero p,
.geo-diagnosis-page .diagnosis-card-head p,
.geo-diagnosis-page .diagnosis-proof span,
.geo-diagnosis-page .diagnosis-step small,
.geo-diagnosis-page .diagnosis-summary dd {
  color: #68686d;
}

.geo-diagnosis-page .diagnosis-proof article,
.geo-diagnosis-page .diagnosis-hero-panel,
.geo-diagnosis-page .diagnosis-step,
.geo-diagnosis-page .diagnosis-card,
.geo-diagnosis-page .diagnosis-choice-row label,
.geo-diagnosis-page .diagnosis-question,
.geo-diagnosis-page .diagnosis-summary,
.geo-diagnosis-page .diagnosis-qr-card,
.geo-diagnosis-page .diagnosis-qr-card img {
  background: rgba(255, 255, 255, 0.96);
  border-color: #ecd8c8;
  box-shadow: 0 16px 38px rgba(65, 43, 27, 0.08);
}

.geo-diagnosis-page .diagnosis-proof strong,
.geo-diagnosis-page .diagnosis-hero-panel > span,
.geo-diagnosis-page .diagnosis-step span,
.geo-diagnosis-page .diagnosis-summary dt {
  color: #e65a00;
}

.geo-diagnosis-page .diagnosis-hero-panel {
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(65, 43, 27, 0.12);
  backdrop-filter: blur(12px);
}

.geo-diagnosis-page .diagnosis-hero-panel::before {
  border-color: rgba(230, 90, 0, 0.3);
}

.geo-diagnosis-page .diagnosis-hero-panel::after {
  background: linear-gradient(145deg, #e85a00, #ff7a18 64%, #ff9a3d);
  box-shadow: 0 24px 58px rgba(217, 83, 0, 0.22);
}

.geo-diagnosis-page .diagnosis-hero-panel > strong,
.geo-diagnosis-page .diagnosis-step strong,
.geo-diagnosis-page .diagnosis-card-head h2,
.geo-diagnosis-page .diagnosis-form-grid label > span,
.geo-diagnosis-page .diagnosis-form-grid legend,
.geo-diagnosis-page .diagnosis-summary > strong,
.geo-diagnosis-page .diagnosis-qr-card strong {
  color: #202022;
}

.geo-diagnosis-page .diagnosis-radar i {
  background: #fff;
  border-color: #efcdb5;
}

.geo-diagnosis-page .diagnosis-radar i:nth-child(1) {
  box-shadow: inset 0 -38px 0 rgba(255, 154, 61, 0.18);
}

.geo-diagnosis-page .diagnosis-radar i:nth-child(2) {
  box-shadow: inset 0 -58px 0 rgba(255, 107, 0, 0.16);
}

.geo-diagnosis-page .diagnosis-radar i:nth-child(3) {
  box-shadow: inset 0 -44px 0 rgba(255, 190, 120, 0.2);
}

.geo-diagnosis-page .diagnosis-radar i:nth-child(4) {
  box-shadow: inset 0 -70px 0 rgba(232, 90, 0, 0.16);
}

.geo-diagnosis-page .diagnosis-step.is-active {
  color: #fff;
  background: #ff6b00;
  border-color: #ff6b00;
  box-shadow: 0 16px 34px rgba(217, 83, 0, 0.18);
}

.geo-diagnosis-page .diagnosis-card {
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(65, 43, 27, 0.1);
  backdrop-filter: none;
}

.geo-diagnosis-page .diagnosis-form-grid input,
.geo-diagnosis-page .diagnosis-form-grid select {
  color: #29292c;
  background: #fff;
  border-color: #e7d7ca;
}

.geo-diagnosis-page .diagnosis-form-grid input:focus,
.geo-diagnosis-page .diagnosis-form-grid select:focus {
  border-color: rgba(230, 90, 0, 0.68);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.09);
}

.geo-diagnosis-page .diagnosis-choice-row input {
  accent-color: #ff6b00;
}

.geo-diagnosis-page .diagnosis-status {
  color: #d55400;
  background: #fff3e9;
  border-color: #efcdb5;
}

.geo-diagnosis-page .diagnosis-question:hover,
.geo-diagnosis-page .diagnosis-question.is-selected {
  border-color: #f0a26a;
  box-shadow: 0 18px 40px rgba(217, 83, 0, 0.12);
}

.geo-diagnosis-page .diagnosis-question.is-selected {
  background: linear-gradient(180deg, #fff4ea, #fff);
}

.geo-diagnosis-page .diagnosis-question span {
  background: #ff6b00;
}

.geo-diagnosis-page .diagnosis-success-icon {
  background: #149b68;
}

.geo-diagnosis-page .secondary-action {
  color: #ce4e00;
  background: #fff;
  border-color: #efc6a8;
  box-shadow: none;
}

.geo-diagnosis-page .secondary-action:hover {
  color: #fff;
  background: #e85a00;
  border-color: #e85a00;
}

@media (max-width: 1120px) {
  .geo-product-page .geo-hero {
    grid-template-columns: 1fr;
  }

  .geo-product-page .geo-hero h1 {
    font-size: 56px;
  }

  .geo-product-page .geo-flow {
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .geo-product-page .geo-flow article {
    border: 1px solid #eedfd3;
  }

  .geo-diagnosis-page .diagnosis-hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 760px) {
  .home-page .market-opportunity-grid strong,
  .home-page .capability-lattice strong {
    width: 44px;
    height: 44px;
  }

  .geo-product-page .geo-hero h1,
  .geo-diagnosis-page .diagnosis-hero h1 {
    font-size: 40px;
  }

  .geo-product-page .geo-hero-visual,
  .geo-diagnosis-page .diagnosis-hero-panel {
    display: none;
  }

  .geo-diagnosis-page .diagnosis-main::before {
    background-position: 68% top;
  }
}

/* GEO diagnosis interaction correction: meaningful path and unmistakable selection. */
.geo-diagnosis-page .diagnosis-hero-panel {
  display: block;
  min-height: 448px;
  padding: 32px;
}

.geo-diagnosis-page .diagnosis-hero-panel::before,
.geo-diagnosis-page .diagnosis-hero-panel::after {
  display: none;
}

.geo-diagnosis-page .diagnosis-hero-panel > span {
  color: #e65a00;
  font-size: 13px;
  letter-spacing: 0;
}

.geo-diagnosis-page .diagnosis-hero-panel > strong {
  max-width: 360px;
  margin-top: 10px;
  color: #202022;
  font-size: 30px;
  line-height: 1.24;
}

.geo-diagnosis-page .diagnosis-radar {
  position: relative;
  inset: auto;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.geo-diagnosis-page .diagnosis-radar li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 92px;
  padding: 15px;
  background: #fffaf6;
  border: 1px solid #efcdb5;
  border-radius: 8px;
}

.geo-diagnosis-page .diagnosis-radar b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #ff6b00;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

.geo-diagnosis-page .diagnosis-radar li strong,
.geo-diagnosis-page .diagnosis-radar li small {
  display: block;
}

.geo-diagnosis-page .diagnosis-radar li strong {
  color: #202022;
  font-size: 16px;
  line-height: 1.35;
}

.geo-diagnosis-page .diagnosis-radar li small {
  margin-top: 6px;
  color: #737378;
  font-size: 12px;
  line-height: 1.45;
}

.geo-diagnosis-page .diagnosis-path-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 14px 16px;
  color: #fff;
  background: #ff6b00;
  border-radius: 8px;
}

.geo-diagnosis-page .diagnosis-path-result span,
.geo-diagnosis-page .diagnosis-path-result strong {
  color: #fff;
}

.geo-diagnosis-page .diagnosis-path-result span {
  font-size: 12px;
  font-weight: 800;
}

.geo-diagnosis-page .diagnosis-path-result strong {
  font-size: 15px;
  text-align: right;
}

.geo-diagnosis-page .diagnosis-step.is-active span,
.geo-diagnosis-page .diagnosis-step.is-active strong,
.geo-diagnosis-page .diagnosis-step.is-active small {
  color: #fff;
}

.geo-diagnosis-page .diagnosis-step.is-active small {
  opacity: 0.86;
}

.geo-diagnosis-page .diagnosis-question {
  position: relative;
  min-height: 118px;
  padding: 20px 62px 20px 20px;
  color: #74757b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e7ddd5;
  box-shadow: 0 10px 26px rgba(65, 43, 27, 0.05);
}

.geo-diagnosis-page .diagnosis-question strong {
  color: #74757b;
  font-weight: 760;
  transition: color 0.18s ease;
}

.geo-diagnosis-page .diagnosis-question span {
  color: #8b8c91;
  background: #f2efec;
  border: 1px solid #e1d9d2;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.geo-diagnosis-page .diagnosis-question::after {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: transparent;
  background: #fff;
  border: 1px solid #ded8d2;
  border-radius: 50%;
  content: "✓";
  font-size: 17px;
  font-weight: 900;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.geo-diagnosis-page .diagnosis-question:not(.is-selected):hover {
  background: #fffaf6;
  border-color: #efae7f;
  box-shadow: 0 14px 30px rgba(217, 83, 0, 0.09);
  transform: translateY(-2px);
}

.geo-diagnosis-page .diagnosis-question:not(.is-selected):hover strong {
  color: #343438;
}

.geo-diagnosis-page .diagnosis-question:focus-visible {
  outline: 3px solid rgba(255, 107, 0, 0.28);
  outline-offset: 3px;
}

.geo-diagnosis-page .diagnosis-question.is-selected,
.geo-diagnosis-page .diagnosis-question.is-selected:hover {
  color: #202022;
  background: #fff2e7;
  border-color: #ff6b00;
  box-shadow: 0 16px 36px rgba(217, 83, 0, 0.15), inset 4px 0 0 #ff6b00;
  transform: none;
}

.geo-diagnosis-page .diagnosis-question.is-selected strong {
  color: #202022;
  font-weight: 850;
}

.geo-diagnosis-page .diagnosis-question.is-selected span {
  color: #fff;
  background: #ff6b00;
  border-color: #ff6b00;
}

.geo-diagnosis-page .diagnosis-question.is-selected::after {
  color: #fff;
  background: #ff6b00;
  border-color: #ff6b00;
  transform: scale(1.04);
}

.geo-diagnosis-page .diagnosis-status.is-complete {
  color: #a43e00;
  background: #fff0e4;
  border-color: #f0b185;
}

@media (max-width: 980px) {
  .geo-diagnosis-page .diagnosis-hero-panel {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .geo-diagnosis-page .diagnosis-hero-panel {
    display: none;
  }

  .geo-diagnosis-page .diagnosis-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .geo-diagnosis-page .diagnosis-step {
    min-width: 0;
    min-height: 82px;
    padding: 12px 10px;
    box-shadow: 0 8px 18px rgba(65, 43, 27, 0.06);
  }

  .geo-diagnosis-page .diagnosis-step span {
    font-size: 11px;
  }

  .geo-diagnosis-page .diagnosis-step strong {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3;
  }

  .geo-diagnosis-page .diagnosis-step small {
    display: none;
  }

  .geo-diagnosis-page .diagnosis-status {
    position: sticky;
    top: 76px;
    z-index: 8;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(65, 43, 27, 0.08);
  }

  .geo-diagnosis-page .diagnosis-question {
    min-height: 110px;
    padding: 18px 56px 18px 16px;
  }

  .geo-diagnosis-page .diagnosis-question::after {
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
  }
}
