a:focus-visible, button:focus-visible {
    outline: 2px solid var(--cyan);
    outline-offset: 3px;
    border-radius: 4px;
  }
@media (prefers-reduced-motion: reduce) {
    * { transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
    .hero-glow { animation: none !important; }
    .page-hero-badge, .page-hero h1, .page-hero-sub, .page-hero-actions, .page-hero-visual { animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; }
  }
@keyframes heroBlurIn {
    from { opacity: 0; filter: blur(14px); }
    to   { opacity: 1; filter: blur(0px); }
  }
.page-hero-badge { animation: heroFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) both; }
.page-hero h1 { animation: heroBlurIn 2.2s cubic-bezier(0.16,1,0.3,1) 0.12s both; }
.page-hero-sub { animation: heroFadeUp 0.9s cubic-bezier(0.16,1,0.3,1) 0.26s both; }
.page-hero-actions { animation: heroFadeUp 0.9s cubic-bezier(0.16,1,0.3,1) 0.4s both; }
.page-hero-visual { animation: heroBlurIn 1.1s cubic-bezier(0.16,1,0.3,1) 0.5s both; }
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-size: 0.92rem;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  }
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text);
  }
.link-arrow svg { width: 15px; height: 15px; transition: transform 0.15s ease; }
.link-arrow:hover svg { transform: translateX(3px); }
@media (max-width: 640px) {
    .section { padding: 72px 0; }
  }
.challenge-section {
    background: var(--bg);
    padding: 160px 0;
    overflow: hidden;
  }
.challenge-bg-grid {
    position: absolute;
    inset: 0;
    background-image: url('../images/Grid-1.svg');
    background-size: 140%;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.2;
    -webkit-mask-image: radial-gradient(ellipse 70% 75% at 50% 50%, black 0%, transparent 82%);
    mask-image: radial-gradient(ellipse 70% 75% at 50% 50%, black 0%, transparent 82%);
    pointer-events: none;
  }
.challenge-section .container { position: relative; z-index: 1; }
.challenge-section .eyebrow { max-width: 980px; margin: 0 auto 16px; }
.challenge-statement {
    font-size: clamp(1.8rem, 3.4vw, 2.75rem);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.01em;
    max-width: 980px;
    margin: 0 auto 44px;
    color: var(--text-faint);
  }
.challenge-statement .word { color: inherit; transition: color 0.3s ease; }
.challenge-statement .word.lit { color: var(--text); }
@media (prefers-reduced-motion: reduce) {
    .challenge-statement .word { transition: none; }
  }
.challenge-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; max-width: 980px; margin: 0 auto; }
.tech-showcase-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: center;
  }
.tech-showcase-grid.reverse { grid-template-columns: 1.15fr 0.85fr; }
.tech-showcase-grid.reverse .tech-showcase-visual { order: -1; }
@media (max-width: 900px) {
    .tech-showcase-grid, .tech-showcase-grid.reverse { grid-template-columns: 1fr; gap: 40px; }
    .tech-showcase-grid .tech-showcase-copy,
    .tech-showcase-grid.reverse .tech-showcase-copy { order: 1; }
    .tech-showcase-grid .tech-showcase-visual,
    .tech-showcase-grid.reverse .tech-showcase-visual { order: 2; }
  }
.tech-showcase-heading {
    font-size: clamp(2.3rem, 4.2vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0 0 20px;
  }
.tech-showcase-desc {
    font-size: 1.25rem;
    line-height: 1.75;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 0 30px;
  }
.tech-showcase-visual {
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--border);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-faint);
    min-height: 340px;
  }
.tech-showcase-visual svg { width: 15%; height: 15%; opacity: 0.8; }
.page-hero {
    padding: 176px 0 100px;
    position: relative;
    overflow: hidden;
  }
.hero-bg-grid {
    position: absolute;
    inset: 0;
    background-image: url('../images/Grid-1.svg');
    background-size: 180%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 30%, black 0%, transparent 75%);
    mask-image: radial-gradient(ellipse 60% 55% at 50% 30%, black 0%, transparent 75%);
    pointer-events: none;
  }
.hero-glow {
    position: absolute;
    top: -220px; left: 0; right: 0;
    width: 100%; height: 760px;
    background:
      radial-gradient(circle at 18% 40%, rgba(122,0,198,0.5), transparent 62%),
      radial-gradient(circle at 84% 45%, rgba(249,115,22,0.4), transparent 56%);
    -webkit-mask-image: radial-gradient(ellipse 65% 58% at 50% 38%, black 0%, black 38%, transparent 88%);
    mask-image: radial-gradient(ellipse 65% 58% at 50% 38%, black 0%, black 38%, transparent 88%);
    filter: blur(24px);
    pointer-events: none;
    animation: heroGlowDrift 9s ease-in-out infinite;
    transform-origin: center;
  }
@keyframes heroGlowDrift {
    0%   { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); opacity: 0.65; }
    25%  { transform: translate3d(9%, -11%, 0) scale(1.32) rotate(5deg); opacity: 1; }
    50%  { transform: translate3d(-8%, 4%, 0) scale(1.08) rotate(-4deg); opacity: 0.8; }
    75%  { transform: translate3d(7%, 9%, 0) scale(1.38) rotate(4deg); opacity: 1; }
    100% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); opacity: 0.65; }
  }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
  }
@media (max-width: 860px) {
    .page-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  }
.breadcrumb {
    font-size: 0.82rem;
    color: var(--text-faint);
    margin-bottom: 22px;
  }
.breadcrumb a { color: var(--text-muted); transition: color 0.15s ease; }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb .sep { margin: 0 6px; color: var(--text-faint); }
.page-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--text-muted);
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-strong);
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 22px;
  }
.page-hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gradient-main); }
.page-hero h1 {
    font-size: clamp(2.2rem, 4.6vw, 3.4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 22px;
    text-wrap: balance;
  }
.page-hero-sub {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
    max-width: 520px;
    margin: 0 0 34px;
  }
.page-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }
.page-hero-visual {
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--border);
    border-radius: 22px;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-faint);
    box-shadow: 0 30px 80px -30px rgba(122,0,198,0.3);
  }
.page-hero-visual svg { width: 15%; height: 15%; opacity: 0.8; }
.body-copy { max-width: 640px; }
.lorem-copy { font-size: 1.02rem; line-height: 1.75; color: var(--text-muted); margin: 0; }
.product-visual {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    margin-top: 40px;
  }
.flow-row { display: flex; align-items: center; gap: 12px; }
.flow-chip {
    flex: 1;
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 0.85rem;
    color: var(--text-faint);
    text-align: center;
  }
.flow-chip.strong { color: var(--text); border-color: var(--border-strong); }
.flow-arrow { flex: none; color: var(--text-faint); }
@media (max-width: 700px) {
    .flow-row { flex-direction: column; }
    .flow-arrow { transform: rotate(90deg); }
  }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 8px; }
@media (max-width: 860px) { .benefit-grid { grid-template-columns: 1fr; } }
.benefit-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px;
  }
.benefit-icon svg { width: 22px; height: 22px; }
.benefit-icon.b1 { background: rgba(122,0,198,0.2); color: #c583f2; }
.benefit-icon.b2 { background: rgba(249,115,22,0.18); color: var(--orange); }
.benefit-icon.b3 { background: rgba(35,206,216,0.16); color: var(--cyan); }
.benefit-icon.b4 { background: rgba(249,214,122,0.18); color: var(--yellow); }
.benefit-icon.b5 { background: rgba(162,204,168,0.18); color: var(--sage); }
.benefit-icon.b6 { background: rgba(9,124,135,0.22); color: var(--teal); }
.benefit-card h4 { font-size: 1.12rem; font-weight: 600; margin: 0 0 10px; }
.benefit-card p { font-size: 0.94rem; line-height: 1.7; color: var(--text-muted); margin: 0; max-width: 320px; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 8px; }
@media (max-width: 860px) { .industry-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .industry-grid { grid-template-columns: 1fr; } }
.industry-tile {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 26px 20px;
    text-align: center;
    transition: border-color 0.15s ease, transform 0.15s ease;
  }
.industry-tile:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.tile-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
  }
.tile-icon svg { width: 20px; height: 20px; }
.tile-icon.i1 { background: rgba(249,214,122,0.15); color: var(--yellow); }
.tile-icon.i2 { background: rgba(162,204,168,0.16); color: var(--sage); }
.tile-icon.i3 { background: rgba(35,206,216,0.15); color: var(--cyan); }
.tile-icon.i4 { background: rgba(122,0,198,0.18); color: #c583f2; }
.industry-tile .name { font-size: 0.92rem; font-weight: 600; }
.wide-visual {
    background: linear-gradient(180deg, var(--surface-2), var(--surface));
    border: 1px solid var(--border);
    border-radius: 20px;
    aspect-ratio: 21 / 7;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.wide-visual svg { width: 12%; height: 12%; color: var(--text-faint); }
.faq-grid {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    gap: 64px;
    align-items: start;
  }
@media (max-width: 860px) {
    .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  }
.faq-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
  }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 28px 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
  }
.faq-row span:first-child { font-size: 1.05rem; font-weight: 600; color: var(--text); }
.faq-chevron {
    flex: none;
    width: 36px; height: 36px;
    border-radius: 10px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    color: var(--text-faint);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.2s ease;
  }
.faq-chevron svg { width: 16px; height: 16px; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
.faq-answer p {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin: 0 0 24px;
    max-width: 640px;
  }
.faq-item.open .faq-answer { max-height: 200px; }
@media (prefers-reduced-motion: reduce) {
    .faq-chevron, .faq-answer { transition: none; }
  }
.cta-band {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(150deg, #1f0834 0%, #090309 38%, #000000 58%, #12070a 76%, #2f1006 100%);
  }
.cta-band::before,
  .cta-band::after {
    content: "";
    position: absolute; inset: -25%;
    pointer-events: none;
    filter: blur(36px);
  }
.cta-band::before {
    background: radial-gradient(circle at 22% 25%, rgba(122,0,198,0.68), transparent 56%),
                radial-gradient(circle at 60% 8%, rgba(0,0,0,0.7), transparent 46%),
                radial-gradient(circle at 82% 70%, rgba(249,115,22,0.42), transparent 52%);
    animation: meshDriftA 10s ease-in-out infinite;
    transform-origin: 30% 30%;
  }
.cta-band::after {
    background: radial-gradient(circle at 78% 78%, rgba(249,115,22,0.55), transparent 55%),
                radial-gradient(circle at 30% 92%, rgba(0,0,0,0.65), transparent 48%),
                radial-gradient(circle at 12% 45%, rgba(122,0,198,0.35), transparent 50%);
    animation: meshDriftB 14s ease-in-out infinite;
    transform-origin: 70% 70%;
  }
@keyframes meshDriftA {
    0%   { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); opacity: 0.8; }
    33%  { transform: translate3d(10%, -9%, 0) scale(1.3) rotate(8deg); opacity: 1; }
    66%  { transform: translate3d(-8%, 7%, 0) scale(0.92) rotate(-6deg); opacity: 0.85; }
    100% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); opacity: 0.8; }
  }
@keyframes meshDriftB {
    0%   { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); opacity: 0.85; }
    40%  { transform: translate3d(-9%, 9%, 0) scale(1.28) rotate(-7deg); opacity: 1; }
    70%  { transform: translate3d(9%, -6%, 0) scale(1.05) rotate(5deg); opacity: 0.9; }
    100% { transform: translate3d(0, 0, 0) scale(1) rotate(0deg); opacity: 0.85; }
  }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 {
    font-size: clamp(1.9rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    max-width: 620px;
    margin-left: auto; margin-right: auto;
    text-wrap: balance;
  }
.cta-band p {
    font-size: 1.05rem;
    color: rgba(245,242,249,0.75);
    max-width: 520px;
    margin: 0 auto 36px;
  }

/* --- sections carried over from the LCM design --- */
.problem-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: start;
  }
.problem-list { display: flex; flex-direction: column; }
.problem-row {
    padding: 28px 0;
    border-top: 1px solid var(--border);
  }
.problem-row:first-child { border-top: none; padding-top: 0; }
.problem-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
  }
.problem-icon {
    flex: none;
    width: 36px; height: 36px;
    border-radius: 10px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    color: var(--text-faint);
    display: flex; align-items: center; justify-content: center;
  }
.problem-icon svg { width: 16px; height: 16px; }
.problem-row h3 { font-size: 1.1rem; font-weight: 600; margin: 0; }
.problem-row p { font-size: 1rem; line-height: 1.7; color: var(--text-muted); margin: 0; }
.card-grid { display: grid; gap: 24px; margin-top: 8px; }
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.lcm-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 28px 24px;
    transition: border-color 0.15s ease, transform 0.15s ease;
  }
.lcm-card:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.lcm-card .icon-circle {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
  }
.lcm-card .icon-circle svg { width: 20px; height: 20px; }
.lcm-card .icon-circle.ic1 { background: rgba(122,0,198,0.2); color: #c583f2; }
.lcm-card .icon-circle.ic2 { background: rgba(249,115,22,0.18); color: var(--orange); }
.lcm-card .icon-circle.ic3 { background: rgba(35,206,216,0.16); color: var(--cyan); }
.lcm-card .icon-circle.ic4 { background: rgba(249,214,122,0.18); color: var(--yellow); }
.lcm-card .icon-circle.ic5 { background: rgba(162,204,168,0.18); color: var(--sage); }
.lcm-card .icon-circle.ic6 { background: rgba(9,124,135,0.22); color: var(--teal); }
.lcm-card h4 { font-size: 1.02rem; font-weight: 600; margin: 0 0 10px; }
.lcm-card p { font-size: 0.92rem; line-height: 1.65; color: var(--text-muted); margin: 0; }
.lcm-tile {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 26px 20px;
    text-align: center;
    transition: border-color 0.15s ease, transform 0.15s ease;
  }
.lcm-tile:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.lcm-tile .icon-box {
    width: 40px; height: 40px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    background: var(--purple-soft);
    color: #c583f2;
  }
.lcm-tile .icon-box svg { width: 19px; height: 19px; }
.lcm-tile .name { font-size: 0.86rem; font-weight: 600; }
.pipeline { display: flex; gap: 8px; margin-top: 12px; align-items: flex-start; }
.pipeline-step { flex: 1; text-align: center; }
.pipeline-step .step-num {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: var(--gradient-main);
    display: flex; align-items: center; justify-content: center;
    font-family: ui-monospace, "SF Mono", Menlo, monospace;
    font-size: 0.82rem; font-weight: 700;
    color: #fff;
    margin: 0 auto 14px;
    flex: none;
  }
.pipeline-step p { font-size: 0.88rem; color: var(--text-muted); }
.pipeline-connector {
    flex: none;
    width: 28px;
    margin-top: 15px;
    color: var(--text-faint);
    display: flex;
    align-items: center;
    justify-content: center;
  }
.pipeline-connector svg { width: 16px; height: 16px; }
