:root {
  --p2-brand: #6246e8;
  --p2-brand-deep: #432cb1;
  --p2-ink: #182132;
  --p2-muted: #657184;
  --p2-line: #e5e5f3;
  --p2-soft: #f7f6ff;
  --p2-section-surface: #f8fafc;
  --p2-xc-section-inset-top-desktop: 80px;
  --p2-xc-section-gap-desktop: 120px;
  --p2-energy: #d97706;
}

.w2-phase2-xinchuang {
  margin: 0;
  padding-top: 64px;
  color: var(--p2-ink);
  background: #fff;
  font-family: "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

.w2-phase2-xinchuang * { box-sizing: border-box; }
.p2-xc-shell { width: min(1360px, calc(100% - 80px)); margin: 0 auto; }
.p2-xc-wide-shell { width: min(1360px, calc(100% - 80px)); margin: 0 auto; }
.p2-xc-section-heading { margin: 0 auto; text-align: center; }
.p2-xc-section-heading p { margin: 0 0 14px; color: var(--p2-brand); font-size: 13px; font-weight: 500; line-height: 20px; }
.p2-xc-section-heading h2 { margin: 0; font-size: clamp(40px, 2.5vw, 48px); font-weight: 700; line-height: clamp(48px, 2.9167vw, 56px); letter-spacing: 0; }

.p2-xc-hero { position: relative; height: clamp(560px, 37.5vw, 720px); overflow: hidden; background: #f2f3ff; }
.p2-xc-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.p2-xc-hero-content { position: relative; z-index: 1; padding-top: clamp(80px, 6.0417vw, 116px); }
.p2-xc-hero-eyebrow { display: inline-flex; min-height: clamp(32px, 1.875vw, 36px); margin: 0 0 clamp(16px, 1.25vw, 24px); padding: 8px 16px; align-items: center; border: 1px solid #d9d0ff; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--p2-brand); font-size: 14px; font-weight: 500; line-height: 20px; }
.p2-xc-hero h1 { width: 720px; min-height: clamp(88px, 6.25vw, 120px); margin: 0; color: var(--p2-brand); font-size: 48px; font-weight: 700; line-height: 56px; letter-spacing: 0; }
.p2-xc-hero h1 span { display: block; }
.p2-xc-hero h1 span:last-child { color: #1f2a28; }
.p2-xc-hero-summary { width: 720px; margin: clamp(18px, 1.25vw, 24px) 0; color: #1e293b; font-size: 18px; line-height: 28px; }
.p2-xc-hero-tags { display: flex; min-height: clamp(32px, 1.875vw, 36px); margin-bottom: clamp(18px, 1.25vw, 24px); gap: clamp(12px, .8333vw, 16px); flex-wrap: wrap; }
.p2-xc-hero-tag { display: inline-flex; height: clamp(32px, 1.875vw, 36px); padding: 0 clamp(14px, .9375vw, 18px); align-items: center; border: 1px solid rgba(90,107,103,.1); border-radius: 999px; background: #fff; color: #5a6b67; font-size: clamp(13px, .7292vw, 14px); }
.p2-xc-primary-action { width: 138px; min-height: 56px; display: inline-flex; padding: 15px 22px; align-items: center; justify-content: space-between; border: 1px solid var(--p2-brand); border-radius: 8px; background: var(--p2-brand); color: #fff; font-size: 18px; font-weight: 500; line-height: 26px; text-decoration: none; box-shadow: 0 8px 20px rgba(98,70,232,.24); transition: opacity .25s ease, box-shadow .25s ease; }
.p2-xc-primary-action > span:last-child { transition: transform .25s ease; }
.p2-xc-primary-action:hover { background: var(--p2-brand); opacity: .9; box-shadow: 0 8px 24px rgba(98,70,232,.45); }
.p2-xc-primary-action:hover > span:last-child { transform: translateX(4px); }
.p2-xc-primary-action:focus-visible { background: var(--p2-brand); outline: 3px solid rgba(98,70,232,.3); outline-offset: 3px; }

.p2-xc-advantages { height: auto; }
.p2-xc-advantages .p2-xc-section-heading { margin-bottom: clamp(40px, 3.2292vw, 62px); }
.p2-xc-advantage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 1.25vw, 24px); }
.p2-xc-advantage-card { position: relative; height: clamp(168px, 10vw, 192px); display: flex; padding: clamp(20px, 1.25vw, 24px) clamp(20px, 1.4583vw, 28px); flex-direction: column; gap: clamp(10px, .7292vw, 14px); border: 1px solid rgba(90,107,103,.1); border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: border-color .3s ease, box-shadow .3s ease; }
.p2-xc-advantage-card:hover { border-color: rgba(98,70,232,.6); box-shadow: 0 8px 24px rgba(98,70,232,.18); }
.p2-xc-advantage-card.is-active { border-color: var(--p2-brand); }
.p2-xc-advantage-card > span { width: fit-content; min-height: 28px; display: inline-flex; padding: 4px 12px; align-items: center; border-radius: 14px; background: rgba(98,70,232,.1); color: var(--p2-brand); font-size: 14px; font-weight: 500; line-height: 20px; }
.p2-xc-advantage-card h3 { margin: 0; font-size: clamp(18px, 1.0417vw, 20px); line-height: clamp(26px, 1.4583vw, 28px); }
.p2-xc-advantage-card p { margin: 0; color: #6b7280; font-size: clamp(14px, .8333vw, 16px); line-height: clamp(22px, 1.25vw, 24px); }
.p2-xc-advantage-toggle { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: inherit; background: transparent; cursor: pointer; }
.p2-xc-advantage-toggle:focus-visible { outline: 3px solid rgba(98,70,232,.3); outline-offset: 3px; }
.p2-xc-advantage-detail-panel { position: relative; grid-column: 1 / -1; min-height: 142px; padding: 20px 24px; border: 1px solid rgba(98,70,232,.14); border-radius: 12px; background: #fff; box-shadow: 0 4px 16px rgba(98,70,232,.08); }
.p2-xc-advantage-detail-panel[hidden], .p2-xc-advantage-detail-content[hidden] { display: none; }
.p2-xc-advantage-detail-content > header { min-height: 28px; display: flex; padding-right: 74px; align-items: center; gap: 14px; }
.p2-xc-advantage-detail-content > header > span { flex: 0 0 auto; padding: 4px 12px; border-radius: 14px; background: rgba(98,70,232,.1); color: var(--p2-brand); font-size: 13px; font-weight: 500; line-height: 20px; }
.p2-xc-advantage-detail-content > header h3 { margin: 0; color: #1f2a28; font-size: 18px; line-height: 28px; }
.p2-xc-advantage-collapse { position: absolute; top: 12px; right: 14px; min-width: 60px; min-height: 44px; padding: 0 8px; border: 0; background: transparent; color: var(--p2-brand); font-size: 13px; cursor: pointer; }
.p2-xc-advantage-collapse:focus-visible { border-radius: 6px; outline: 3px solid rgba(98,70,232,.3); outline-offset: 1px; }
.p2-xc-advantage-detail-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 14px 0 0; padding: 0; list-style: none; counter-reset: xc-detail; }
.p2-xc-advantage-detail-list li { min-width: 0; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; color: #6b7280; font-size: 13px; line-height: 22px; }
.p2-xc-advantage-detail-list li::before { counter-increment: xc-detail; color: #9aa2b1; content: counter(xc-detail, decimal-leading-zero); }

.p2-xc-architecture { height: auto; background: var(--p2-section-surface); }
.p2-xc-architecture .p2-xc-section-heading { margin-bottom: clamp(40px, 2.7083vw, 52px); }
.p2-xc-architecture-visual { display: none; margin: 0; }
.p2-xc-architecture-image { width: 100%; height: auto; display: block; }
.p2-xc-stack { height: 1400px; display: grid; grid-template-rows: 550px 210px 230px 210px 136px; gap: 16px; padding: 0; border: 0; border-radius: 0; background-color: transparent; background-image: linear-gradient(rgba(98,70,232,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(98,70,232,.07) 1px, transparent 1px); background-size: 40px 40px; }
.p2-xc-stack-layer { min-width: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: 30px minmax(0, 1fr); gap: 16px; padding: 22px 24px; border: 1px solid rgba(98,70,232,.16); border-radius: 16px; background: rgba(255,255,255,.92); }
.p2-xc-stack-layer > h3 { position: relative; margin: 0; padding: 0 0 0 16px; color: var(--p2-brand); font-size: 18px; line-height: 28px; }
.p2-xc-stack-layer > h3::before { position: absolute; top: 3px; bottom: 3px; left: 0; width: 4px; border-radius: 999px; background: var(--p2-brand); content: ""; }
.p2-xc-application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.p2-xc-stack-layer--applications { grid-template-rows: 30px 304px 140px; }
.p2-xc-application-grid { gap: 16px; }
.p2-xc-application-grid article, .p2-xc-foundation-grid article { min-width: 0; padding: 16px; border: 1px solid rgba(90,107,103,.1); border-radius: 12px; background: #fff; }
.p2-xc-application-grid strong, .p2-xc-foundation-grid strong { display: flex; align-items: center; justify-content: flex-start; gap: 8px; color: #2f2861; font-size: 15px; line-height: 24px; }
.p2-xc-layer-icon { width: 20px; height: 20px; flex: 0 0 20px; }
.p2-xc-application-grid ul { display: grid; gap: 6px; margin: 12px 0 0; padding: 0; list-style: none; color: var(--p2-muted); font-size: 13px; line-height: 20px; }
.p2-xc-application-grid li { min-height: 42px; display: flex; padding: 4px 12px; flex-direction: column; justify-content: center; border: 1px solid rgba(90,107,103,.1); border-radius: 8px; background: #f8fafc; }
.p2-xc-product-name { color: #657184; font-size: 14px; font-weight: 500; line-height: 20px; }
.p2-xc-product-description { color: #657184; font-size: 12px; line-height: 18px; }
.p2-xc-power { border-color: #ead4ad !important; }
.p2-xc-power > p { margin: 12px 0; color: var(--p2-muted); font-size: 13px; line-height: 21px; }
.p2-xc-power > div { display: flex; gap: 5px; flex-wrap: wrap; }
.p2-xc-power > div span { padding: 4px 8px; border-radius: 3px; background: #fff5e7; color: #8d4b05; font-size: 12px; }
.p2-xc-application-support { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 16px; border: 1px solid rgba(90,107,103,.1); border-radius: 12px; background: #fff; }
.p2-xc-application-support p { min-width: 0; height: 72px; margin: 0; padding: 12px; border: 1px solid rgba(90,107,103,.1); border-radius: 8px; background: #f8fafc; color: var(--p2-muted); font-size: 13px; line-height: 20px; }
.p2-xc-application-support strong { display: block; margin-bottom: 4px; color: #2f2861; }
.p2-xc-adaptation-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.p2-xc-adaptation-grid { gap: 16px; }
.p2-xc-adaptation-grid article { min-width: 0; height: 128px; display: flex; padding: 16px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(90,107,103,.1); border-radius: 10px; background: #fff; color: #5a6b67; text-align: center; }
.p2-xc-adaptation-grid strong { color: var(--p2-brand); font-size: 16px; line-height: 24px; }
.p2-xc-adaptation-grid span { font-size: 14px; line-height: 22px; }
.p2-xc-foundation-grid { display: grid; gap: 12px; }
.p2-xc-foundation-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.p2-xc-foundation-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.p2-xc-foundation-grid { gap: 16px; }
.p2-xc-foundation-grid article { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border-radius: 10px; text-align: center; }
.p2-xc-foundation-grid strong { justify-content: center; }
.p2-xc-foundation-grid p { margin: 0; color: #5a6b67; font-size: 14px; line-height: 22px; }
.p2-xc-stack-layer--software .p2-xc-foundation-grid article { height: 148px; }
.p2-xc-stack-layer--hardware .p2-xc-foundation-grid article { height: 128px; }
.p2-xc-security-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.p2-xc-security-grid { gap: 16px; }
.p2-xc-security-grid span { height: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(90,107,103,.1); border-radius: 10px; background: #fff; color: var(--p2-brand); font-size: 15px; font-weight: 700; }

.p2-xc-ecosystem { height: auto; background: var(--p2-section-surface); }
.p2-xc-ecosystem .p2-xc-wide-shell { position: relative; }
.p2-xc-ecosystem .p2-xc-section-heading { margin-bottom: clamp(40px, 2.8125vw, 54px); }
.p2-xc-ecosystem-table { display: grid; gap: 12px; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.p2-xc-ecosystem-row { min-width: 0; height: clamp(92px, 5.4167vw, 104px); display: grid; grid-template-columns: clamp(180px, 12.0833vw, 232px) minmax(0, 1fr); overflow: hidden; border: 1px solid rgba(90,107,103,.1); border-radius: 12px; background: #fff; }
.p2-xc-ecosystem-row > strong { display: flex; padding: 20px 20px 20px 24px; align-items: center; gap: 12px; background: #f2f0fd; color: #312783; font-size: 20px; }
.p2-xc-category-icon { width: 28px; height: 28px; flex: 0 0 28px; }
.p2-xc-brand-track { min-width: 0; display: flex; gap: clamp(12px, .8333vw, 16px); padding: clamp(10px, .625vw, 12px) clamp(14px, 1.0417vw, 20px); overflow: hidden; }
.p2-xc-brand { width: 190px; height: clamp(68px, 4.1667vw, 80px); flex: 0 0 190px; display: flex; padding: 12px 12px 10px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(90,107,103,.1); border-radius: 10px; background: #fff; box-shadow: 0 6px 18px rgba(30,41,59,.06); transition: border-color .25s ease, box-shadow .25s ease; }
.p2-xc-brand-track:not(.p2-xc-brand-track--motion) .p2-xc-brand { min-width: 0; max-width: 190px; flex: 1 1 190px; }
.p2-xc-brand-logo { width: auto; max-width: 100%; height: auto; max-height: clamp(48px, 2.9167vw, 56px); object-fit: contain; transition: transform .25s ease; }
.p2-xc-brand-carousel { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 96px; gap: 8px; padding-right: 16px; align-items: center; }
.p2-xc-brand-track--motion { min-width: 0; display: block; padding: 12px 4px 12px 20px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scrollbar-width: none; cursor: grab; touch-action: pan-y; }
.p2-xc-brand-track--motion::-webkit-scrollbar { display: none; }
.p2-xc-brand-track--motion:focus-visible { outline: 2px solid rgba(98,70,232,.5); outline-offset: -2px; }
.p2-xc-brand-track--motion.is-dragging { scroll-behavior: auto; cursor: grabbing; user-select: none; }
.p2-xc-brand-marquee { width: max-content; display: flex; gap: 16px; }
.p2-xc-brand-marquee .p2-xc-brand { scroll-snap-align: start; }
.p2-xc-brand-controls { position: relative; width: 96px; height: 48px; display: grid; grid-template-columns: repeat(2, minmax(44px, 1fr)); overflow: hidden; border: 1px solid rgba(98,70,232,.22); border-radius: 999px; background: rgba(245,244,255,.72); box-shadow: 0 6px 16px rgba(98,70,232,.1); }
.p2-xc-brand-controls::after { position: absolute; top: 10px; bottom: 10px; left: 50%; z-index: 2; width: 1px; background: rgba(98,70,232,.2); content: ""; pointer-events: none; }
.p2-xc-brand-controls button { position: relative; z-index: 1; min-width: 44px; height: 46px; padding: 0; border: 0; background: transparent; color: var(--p2-brand); font: inherit; font-size: 18px; line-height: 1; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.p2-xc-brand-controls button:hover { background: rgba(98,70,232,.1); color: #432cb1; }
.p2-xc-brand-controls button:active { background: rgba(98,70,232,.16); }
.p2-xc-brand-controls button:focus-visible { z-index: 3; outline: 3px solid rgba(98,70,232,.32); outline-offset: -3px; }
@media (hover: hover) and (pointer: fine) {
  .p2-xc-brand:hover { border-color: rgba(98,70,232,.45); box-shadow: 0 10px 24px rgba(98,70,232,.14); }
  .p2-xc-brand:hover .p2-xc-brand-logo { transform: scale(1.02); }
}
.p2-xc-ecosystem-note { height: 72px; display: flex; margin: 32px 0 0; padding: 18px 24px; align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(98,70,232,.14); border-radius: 16px; background: #f6f5ff; color: #1f2a28; font-size: 18px; line-height: 28px; text-align: center; }
.p2-xc-ecosystem-note-icon { width: 36px; height: 36px; flex: 0 0 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; background: #eee9ff; color: var(--p2-brand); }

.p2-xc-cta { height: auto; background: #f5f4ff; }
.p2-xc-advantages, .p2-xc-architecture, .p2-xc-ecosystem, .p2-xc-cta { padding: var(--p2-xc-section-inset-top-desktop) 0 var(--p2-xc-section-gap-desktop); }
.p2-xc-cta .p2-xc-shell { width: min(1360px, calc(100% - 80px)); }
.p2-xc-cta-panel { position: relative; width: 100%; height: auto; aspect-ratio: 1440 / 304; display: flex; padding: clamp(48px, 3.9063vw, 75px) clamp(40px, 3.3333vw, 64px); flex-direction: column; justify-content: flex-start; overflow: hidden; border-radius: 24px; background: linear-gradient(103deg, #432cb1, #6246e8 56%, #7658f4); color: #fff; box-shadow: 0 20px 48px rgba(67,44,177,.2); }
.p2-xc-cta-panel::after { position: absolute; top: 0; right: 0; width: clamp(480px, 32.2917vw, 620px); height: 100%; background: url("/website/phase2/images/xinchuang-icons/cta-decoration.svg") center / contain no-repeat; content: ""; }
.p2-xc-cta-panel p { margin: 0 0 16px; color: #d9d1ff; font-size: 13px; line-height: 20px; }
.p2-xc-cta-panel h2 { margin: 0 0 16px; font-size: clamp(32px, 2.0833vw, 40px); line-height: clamp(44px, 2.7083vw, 52px); letter-spacing: 0; }
.p2-xc-cta-panel a { position: relative; z-index: 1; width: 214px; min-height: 56px; display: inline-flex; padding: 15px 22px; align-items: center; justify-content: space-between; border-radius: 8px; background: #fff; color: var(--p2-brand); font-size: 18px; font-weight: 400; line-height: 26px; text-decoration: none; box-shadow: 0 8px 20px rgba(26,13,92,.18); transition: opacity .25s ease, box-shadow .25s ease; }
.p2-xc-cta-panel a > span:last-child { transition: transform .25s ease; }
.p2-xc-cta-panel a:hover { opacity: .9; box-shadow: 0 8px 24px rgba(98,70,232,.45); }
.p2-xc-cta-panel a:hover > span:last-child { transform: translateX(4px); }
.p2-xc-cta-panel a:focus-visible { outline: 3px solid rgba(255,255,255,.42); outline-offset: 3px; }

@media (min-width: 1280px) {
  .p2-xc-cta-panel { width: calc(100% - 120px); margin: 0 auto; }
  .p2-xc-architecture .p2-xc-section-heading { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
  .p2-xc-architecture-visual { display: block; }
  .p2-xc-stack { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
}

@media (max-width: 1279px) {
  .p2-xc-shell, .p2-xc-wide-shell { width: calc(100% - 80px); }
  .p2-xc-advantages, .p2-xc-architecture, .p2-xc-ecosystem { height: auto; }
  .p2-xc-hero { height: clamp(600px, 50vw, 640px); }
  .p2-xc-hero-image { object-position: center; }
  .p2-xc-hero-content { padding-top: clamp(80px, 7.5vw, 96px); }
  .p2-xc-hero h1, .p2-xc-hero-summary { width: 58%; }
  .p2-xc-hero h1 { font-size: clamp(34px, 3.125vw, 40px); line-height: clamp(44px, 4.0625vw, 52px); }
  .p2-xc-stack { height: auto; grid-template-rows: none; }
  .p2-xc-stack-layer, .p2-xc-stack-layer--applications { height: auto; grid-template-rows: 30px auto; }
  .p2-xc-application-grid { grid-template-columns: 1fr 1fr; }
  .p2-xc-power { grid-column: 1 / -1; }
  .p2-xc-adaptation-grid, .p2-xc-security-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .p2-xc-ecosystem-row { grid-template-columns: 180px minmax(0, 1fr); }
  .p2-xc-brand-track { flex-wrap: wrap; }
  .p2-xc-brand-track--motion { width: auto; }
  .p2-xc-cta { height: auto; }
  .p2-xc-cta-panel { aspect-ratio: auto; min-height: 264px; }
}

@media (max-width: 767px) {
  .w2-phase2-xinchuang { padding-top: 54px; }
  .p2-xc-shell, .p2-xc-wide-shell { width: calc(100% - 48px); }
  .p2-xc-cta .p2-xc-shell { width: calc(100% - 48px); }
  .p2-xc-section-heading { margin-bottom: 32px; text-align: left; }
  .p2-xc-section-heading h2 { font-size: 28px; line-height: 40px; }
  .p2-xc-hero { height: 700px; }
  .p2-xc-hero-image { object-fit: cover; object-position: 67% center; opacity: .42; }
  .p2-xc-hero-content { padding-top: 92px; }
  .p2-xc-hero-eyebrow { margin-bottom: 16px; }
  .p2-xc-hero h1, .p2-xc-hero-summary { width: 100%; }
  .p2-xc-hero h1 { font-size: 32px; line-height: 44px; }
  .p2-xc-hero-summary { margin: 18px 0; font-size: 15px; line-height: 26px; }
  .p2-xc-hero-tags { margin-bottom: 22px; gap: 8px; }
  .p2-xc-hero-tag { min-height: 32px; padding: 0 11px; font-size: 12px; }
  .p2-xc-advantages, .p2-xc-architecture, .p2-xc-ecosystem, .p2-xc-cta { height: auto; padding: 72px 0; }
  .p2-xc-advantage-grid { grid-template-columns: 1fr; gap: 12px; counter-reset: xc-advantage; }
  .p2-xc-advantage-card { width: auto; height: auto; min-height: 56px; padding: 12px 48px 12px 42px; justify-content: center; gap: 0; counter-increment: xc-advantage; }
  .p2-xc-advantage-card.is-active { border-bottom-color: transparent; border-radius: 8px 8px 0 0; box-shadow: none; }
  .p2-xc-advantage-card::before { position: absolute; left: 14px; color: #6b7280; font-size: 12px; content: counter(xc-advantage, decimal-leading-zero); }
  .p2-xc-advantage-card::after { position: absolute; right: 16px; color: var(--p2-brand); font-size: 20px; line-height: 24px; content: "+"; }
  .p2-xc-advantage-card.is-active::after { content: "−"; }
  .p2-xc-advantage-card > span, .p2-xc-advantage-card > p { display: none; }
  .p2-xc-advantage-card h3 { font-size: 14px; line-height: 20px; }
  .p2-xc-advantage-detail-panel { grid-column: 1; min-height: 0; margin-top: -12px; padding: 12px 14px 14px; border-top: 0; border-radius: 0 0 8px 8px; box-shadow: none; }
  .p2-xc-advantage-detail-content > header { min-height: 28px; padding-right: 60px; }
  .p2-xc-advantage-detail-content > header > span { padding: 3px 8px; font-size: 11px; line-height: 18px; }
  .p2-xc-advantage-detail-content > header h3 { display: none; }
  .p2-xc-advantage-collapse { top: 2px; right: 4px; min-width: 56px; min-height: 44px; font-size: 12px; }
  .p2-xc-advantage-detail-list { grid-template-columns: 1fr; gap: 8px; margin-top: 8px; }
  .p2-xc-advantage-detail-list li { font-size: 12px; line-height: 20px; }
  .p2-xc-stack { padding: 10px; gap: 10px; background-size: 32px 32px; }
  .p2-xc-stack-layer { display: block; padding: 12px; }
  .p2-xc-stack-layer > h3 { padding: 5px 4px 14px; }
  .p2-xc-stack-layer > h3 span { display: inline; margin-right: 8px; }
  .p2-xc-application-grid, .p2-xc-application-support, .p2-xc-foundation-grid--four, .p2-xc-foundation-grid--three { grid-template-columns: 1fr; }
  .p2-xc-product-name { font-size: 16px; line-height: 24px; }
  .p2-xc-product-description { font-size: 14px; line-height: 22px; }
  .p2-xc-application-support { margin-top: 12px; }
  .p2-xc-adaptation-grid, .p2-xc-security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .p2-xc-ecosystem-table { overflow: visible; border: 0; background: transparent; }
  .p2-xc-ecosystem-row { height: auto; display: block; margin-bottom: 12px; border: 1px solid #e3defc; border-radius: 6px; }
  .p2-xc-ecosystem-row > strong { min-height: 48px; justify-content: flex-start; }
  .p2-xc-brand-carousel { display: block; padding-right: 0; }
  .p2-xc-brand-controls { display: none; }
  .p2-xc-brand-track, .p2-xc-brand-marquee { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 10px; }
  .p2-xc-brand-track--motion { padding: 0; overflow: visible; cursor: default; touch-action: auto; }
  .p2-xc-brand-marquee { width: auto; }
  .p2-xc-brand { width: 100%; height: 68px; min-height: 58px; font-size: 13px; }
  .p2-xc-ecosystem-note { height: auto; font-size: 14px; line-height: 24px; }
  .p2-xc-cta-panel { height: auto; min-height: 240px; aspect-ratio: auto; padding: 32px 24px; }
  .p2-xc-cta-panel h2 { font-size: 28px; line-height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .p2-xc-brand, .p2-xc-brand-logo { transition: none; }
  .p2-xc-brand:hover .p2-xc-brand-logo { transform: none; }
  .p2-xc-brand-track--motion { scroll-behavior: auto; }
  .p2-xc-brand-controls button { transition: none; }
  .p2-xc-primary-action, .p2-xc-primary-action > span:last-child, .p2-xc-cta-panel a, .p2-xc-cta-panel a > span:last-child { transition: none; }
  .p2-xc-primary-action:hover > span:last-child, .p2-xc-cta-panel a:hover > span:last-child { transform: none; }
}
