:root {
  --bg: #ffffff;
  --bg-soft: #f7f9fd;
  --bg-soft-2: #f2f6fc;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --line: rgba(15, 23, 42, 0.07);
  --line-strong: rgba(15, 23, 42, 0.12);
  --text: #0d1526;
  --muted: #617089;
  --accent: #315efb;
  --accent-2: #00a7c4;
  --accent-3: #8d7cff;
  --shadow: 0 24px 80px rgba(36, 56, 99, 0.1);
  --shadow-soft: 0 14px 40px rgba(46, 80, 150, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at 6% 4%, rgba(141, 124, 255, 0.14), transparent 22%),
    radial-gradient(circle at 94% 6%, rgba(0, 167, 196, 0.12), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 44%, #f6f9fe 100%);
}

img {
  max-width: 100%;
}

.ambient {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(110px);
  opacity: 0.95;
}

.ambient-a {
  top: -140px;
  left: -90px;
  width: 520px;
  height: 520px;
  background: rgba(141, 124, 255, 0.16);
}

.ambient-b {
  top: 36px;
  right: -110px;
  width: 420px;
  height: 420px;
  background: rgba(0, 167, 196, 0.12);
}

.site-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 72px;
}

main {
  padding-top: 8px;
}

.product-showcase {
  padding: 18px 0 12px;
}

.product-showcase-head {
  margin-bottom: 22px;
}

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

.product-card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  min-height: 208px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 255, 0.96));
  box-shadow: 0 18px 44px rgba(46, 80, 150, 0.08);
  overflow: hidden;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(49, 94, 251, 0.08);
  filter: blur(20px);
}

.product-card-sap::after {
  background: rgba(12, 166, 120, 0.08);
}

.product-card-oracle::after {
  background: rgba(232, 78, 64, 0.08);
}

.product-card-visual,
.product-card-copy {
  position: relative;
  z-index: 1;
}

.product-card-visual {
  min-height: 158px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at 20% 18%, rgba(89, 110, 255, 0.28), transparent 34%),
    linear-gradient(145deg, #0f172a, #14213d 52%, #10283b 100%);
}

.product-card-sap .product-card-visual {
  border-color: rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at 20% 18%, rgba(12, 166, 120, 0.26), transparent 34%),
    linear-gradient(145deg, #0f172a, #12332f 52%, #10283b 100%);
}

.product-card-oracle .product-card-visual {
  border-color: rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at 20% 18%, rgba(232, 78, 64, 0.28), transparent 34%),
    linear-gradient(145deg, #0f172a, #31202d 52%, #1d2940 100%);
}

.product-card-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.12);
}

.product-lines {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 74px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04)),
    repeating-linear-gradient(180deg, rgba(96, 123, 255, 0.32) 0 8px, transparent 8px 18px);
  border: 1px solid rgba(255,255,255,0.12);
}

.product-card-sap .product-lines {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04)),
    repeating-linear-gradient(180deg, rgba(28, 201, 153, 0.3) 0 8px, transparent 8px 18px);
}

.product-card-oracle .product-lines {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04)),
    repeating-linear-gradient(180deg, rgba(255, 121, 87, 0.3) 0 8px, transparent 8px 18px);
}

.product-chip {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #f8fbff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.24);
}

.product-card-copy h3 {
  margin: 4px 0 12px;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.product-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.product-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 13px;
}

.product-card-foot span {
  color: var(--muted);
}

.product-card-foot strong {
  color: var(--text);
  font-size: 13px;
}

.product-card-link:hover .product-card {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(46, 80, 150, 0.12);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 18px 0 14px;
  border-bottom: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.topbar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: transparent;
  border-bottom: 1px solid transparent;
  pointer-events: none;
  z-index: -1;
}

.topbar.is-scrolled {
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.topbar.is-scrolled::before {
  background: rgba(248, 250, 255, 0.72);
  border-bottom-color: rgba(15, 23, 42, 0.06);
  box-shadow: 0 6px 24px rgba(46, 80, 150, 0.06);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #3b82f6;
}

.brand-mark::after {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5' rx='9' ry='3'/%3E%3Cpath d='M3 5v14c0 1.7 4 3 9 3s9-1.3 9-3V5'/%3E%3Cpath d='M3 12c0 1.7 4 3 9 3s9-1.3 9-3'/%3E%3C/svg%3E");
}

.brand-label {
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.main-nav a {
  padding: 8px 2px;
  border-radius: 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s ease, opacity 0.15s ease;
  opacity: 0.86;
}

.main-nav a:hover {
  color: var(--text);
  opacity: 1;
}

.main-nav a.active {
  color: var(--text);
  opacity: 1;
}

.nav-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-actions {
  margin-left: auto;
}

/* ── Language Switcher ── */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 12px;
  flex-shrink: 0;
}

.lang-switcher button {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 3px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  line-height: 1.6;
}

.lang-switcher button:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.lang-switcher button.active {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(49, 94, 251, 0.06);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.solid {
  background: linear-gradient(135deg, #2753f5, #4b74ff 55%, #00a7c4);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(49, 94, 251, 0.18);
}

.button.subtle {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.82fr);
  gap: 24px;
  align-items: stretch;
  padding: 42px 0 12px;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(49, 94, 251, 0.12);
  background: rgba(49, 94, 251, 0.06);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero h1,
.section h2 {
  margin: 18px 0 14px;
  line-height: 1.05;
}

.hero h1 {
  max-width: none;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-text,
.section-head p,
.capability-body p,
.info-panel p,
.pricing-card p,
.support-panel p,
.experience-copy p,
.page-hero-copy p,
.detail-body p,
.detail-body li,
.support-block p,
.check-list li,
.pricing-note {
  color: var(--muted);
  line-height: 1.85;
}

.hero-text {
  max-width: 58ch;
  font-size: 17px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.hero-intro-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 255, 0.9));
  box-shadow: 0 10px 24px rgba(46, 80, 150, 0.05);
}

.hero-intro-card strong {
  font-size: 15px;
}

.hero-intro-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(49, 94, 251, 0.09);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-size: 13px;
  box-shadow: var(--shadow-soft);
}

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

.signal-card,
.capability-card,
.info-panel,
.pricing-card,
.support-panel,
.experience-shell,
.page-visual,
.detail-card,
.split-panel,
.support-layout,
.pricing-hero,
.metric-item {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 250, 255, 0.92));
  box-shadow: 0 12px 30px rgba(46, 80, 150, 0.05);
}

.signal-card {
  padding: 18px 18px 16px;
  border-radius: 22px;
}

.signal-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.signal-card span {
  color: var(--muted);
  font-size: 12px;
}

.hero-stage {
  position: relative;
  min-height: 100%;
}

.hero-stage-main,
.hero-stage-side {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  border: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(36, 56, 99, 0.06);
  backdrop-filter: blur(20px);
}

.hero-stage-main {
  inset: 0 0 0 0;
}

.hero-carousel {
  display: block;
  padding: 18px 18px 52px;
}

.hero-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-product-slide {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transform: translateX(16px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-product-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.hero-product-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 18px;
  height: 100%;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(246,249,255,0.96));
  border: 0;
}

.hero-product-panel-visual,
.hero-product-panel-copy {
  position: relative;
  z-index: 1;
}

.hero-product-panel-visual {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 14px;
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(117, 143, 255, 0.28), transparent 34%),
    linear-gradient(145deg, #0f172a, #14213d 52%, #10283b 100%);
}

.hero-product-panel-sap .hero-product-panel-visual {
  background:
    radial-gradient(circle at 20% 18%, rgba(12, 166, 120, 0.26), transparent 34%),
    linear-gradient(145deg, #0f172a, #12332f 52%, #10283b 100%);
}

.hero-product-panel-oracle .hero-product-panel-visual {
  background:
    radial-gradient(circle at 20% 18%, rgba(232, 78, 64, 0.28), transparent 34%),
    linear-gradient(145deg, #0f172a, #31202d 52%, #1d2940 100%);
}

.hero-product-panel-visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}

.hero-product-panel-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.hero-product-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #f8fbff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.24);
}

.hero-product-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  padding-right: 6px;
}

.hero-product-panel-copy strong {
  color: #0d1526;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.hero-product-values {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-product-values li {
  position: relative;
  padding-left: 16px;
  color: #617089;
  font-size: 13px;
  line-height: 1.45;
}

.hero-product-values li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2f80ed;
}
.hero-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: flex;
  gap: 8px;
  z-index: 2;
  transform: translateX(-50%);
}

.hero-carousel-dot {
  appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.16);
  cursor: pointer;
}

.hero-carousel-dot.active {
  width: 28px;
  background: rgba(49, 94, 251, 0.86);
}

.hero-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-carousel-prev {
  left: 14px;
}

.hero-carousel-next {
  right: 14px;
}

.hero-carousel-arrow:hover {
  background: #ffffff;
}

.hero-stage img,
.capability-media img,
.experience-visual img,
.page-visual img,
.detail-card img,
.split-panel img,
.support-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.float-tag {
  position: absolute;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.tag-a { left: 14px; top: 30px; }
.tag-b { right: 18px; top: 56px; }
.hero-stage-glow {
  position: absolute;
  inset: auto 80px 30px 80px;
  height: 88px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(49, 94, 251, 0.16), rgba(0, 167, 196, 0.08));
  filter: blur(44px);
  z-index: -1;
}

.section {
  padding-top: 72px;
}

.page-divider {
  height: 1px;
  margin: 0;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.12), transparent);
}

.section-band {
  padding-bottom: 8px;
}

.section-head {
  max-width: 820px;
}

.section-head.compact {
  max-width: 720px;
}

.section-head-light {
  margin-bottom: 18px;
}

.section h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  letter-spacing: -0.04em;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.feature-story-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 34px;
}

.feature-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  min-height: 78vh;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(247,250,255,0.94));
  box-shadow: 0 18px 44px rgba(46, 80, 150, 0.08);
}

.feature-story.reverse .feature-story-copy {
  order: 2;
}

.feature-story.reverse .feature-story-media {
  order: 1;
}

.feature-story-copy {
  max-width: 560px;
}

.feature-story-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(49, 94, 251, 0.09);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.feature-story-copy h3 {
  margin: 18px 0 14px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.05em;
}

.feature-story-lead {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.8;
}

.feature-story-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.feature-story-points li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.feature-story-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.feature-story-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  min-height: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7f9fe 0%, #eef4fd 100%);
}

.feature-story-media img {
  width: 100%;
  max-width: 540px;
  display: block;
}

.capability-card {
  overflow: hidden;
  border-radius: 28px;
}

.capability-card.featured {
  grid-column: span 2;
}

.capability-media {
  background: linear-gradient(180deg, #f7f9fe 0%, #eef4fd 100%);
}

.capability-body {
  padding: 24px 24px 28px;
}

.capability-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(49, 94, 251, 0.09);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.capability-card h3,
.info-panel h3,
.pricing-card h3,
.detail-body h3,
.split-copy h3,
.support-block h3 {
  margin: 16px 0 10px;
  font-size: 26px;
}

.dual-panel,
.detail-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

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

.info-panel {
  padding: 30px;
  border-radius: 28px;
}

.article-panel {
  max-width: 860px;
}

.article-panel p + p {
  margin-top: 16px;
}

.compare-panel {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(247,250,255,0.94));
  box-shadow: 0 12px 30px rgba(46, 80, 150, 0.05);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr;
}

.compare-grid > div {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.compare-grid > div:not(:first-child) {
  border-left: 1px solid rgba(15, 23, 42, 0.06);
}

.compare-grid > div:first-child {
  color: var(--text);
  font-weight: 700;
}

.compare-grid-head > div {
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(49, 94, 251, 0.04);
}

.compare-grid-head > div:nth-child(2) {
  color: var(--accent);
}

.rival-panel {
  margin-top: 28px;
}

.rival-card {
  position: relative;
  overflow: hidden;
}

.rival-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -56px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: rgba(49, 94, 251, 0.08);
  filter: blur(12px);
}

.rival-card-primary {
  border-color: rgba(49, 94, 251, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 245, 255, 0.98));
}

.rival-card-primary::after {
  background: rgba(0, 167, 196, 0.12);
}

.rival-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(49, 94, 251, 0.08);
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.rival-summary {
  margin-top: 18px;
}

.customer-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.customer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(247,250,255,0.94));
  color: #516075;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 28px rgba(46, 80, 150, 0.05);
}

.customer-proof {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: left;
}

.customer-proof strong {
  color: var(--text);
  font-size: 16px;
  line-height: 1.45;
}

.customer-proof span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.panel-head h3 {
  margin: 0;
}

.panel-head a {
  color: var(--accent);
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.panel-head a:hover {
  text-decoration: underline;
}

.compact-news .news-link {
  padding: 16px 0;
}

.news-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.news-filter {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.news-filter.active {
  border-color: rgba(49, 94, 251, 0.18);
  background: rgba(49, 94, 251, 0.08);
  color: var(--accent);
}

.news-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.news-badge-product {
  background: rgba(49, 94, 251, 0.08);
  color: var(--accent);
}

.news-badge-industry {
  background: rgba(14, 165, 233, 0.1);
  color: #0369a1;
}

.news-badge-tech {
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
}

.news-item + .news-item {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.news-link {
  display: block;
  padding: 22px 0;
  color: inherit;
  text-decoration: none;
}

.news-link strong,
.news-date,
.news-meta,
.news-desc {
  display: block;
}

.news-link strong {
  margin: 6px 0 8px;
  font-size: 22px;
  line-height: 1.35;
}

.news-date,
.news-meta,
.news-desc {
  color: var(--muted);
}

.news-date,
.news-meta {
  font-size: 13px;
}

.news-desc {
  margin-top: 8px;
}

.experience-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border-radius: 32px;
  margin-top: 28px;
}

.experience-copy {
  padding: 10px 8px 10px 10px;
}

.experience-visual {
  overflow: hidden;
  border-radius: 24px;
}

.support-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 28px;
  border-radius: 28px;
}

.cta-band {
  margin-top: 28px;
}

.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.resource-links a {
  color: var(--accent);
  font-size: 14px;
  text-decoration: none;
}

.resource-links a:hover {
  text-decoration: underline;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 18px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.page-hero {
  padding: 36px 0 12px;
}

.product-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.compact-panel {
  padding: 22px 24px;
}

.compact-panel h3 {
  margin-top: 0;
  font-size: 20px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.72fr);
  gap: 18px;
  align-items: center;
}

.page-hero-copy h1 {
  margin: 18px 0 14px;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.page-visual {
  overflow: hidden;
  border-radius: 32px;
  max-width: 420px;
}

.detail-card {
  border-radius: 28px;
  overflow: hidden;
}

.detail-card img,
.split-panel img,
.support-visual img {
  background: #f5f8fe;
}

.detail-body {
  padding: 24px 24px 28px;
}

.detail-body ul,
.check-list,
.support-block ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.split-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
  padding: 22px;
  border-radius: 32px;
}

.split-panel img,
.support-visual img {
  border-radius: 24px;
  border: 1px solid var(--line);
}

.split-copy,
.support-block {
  padding: 10px 8px;
}

.pricing-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 32px;
  border-radius: 32px;
}

.pricing-page-hero {
  padding: 56px 0 0;
  text-align: center;
}

.pricing-page-hero h1 {
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--text);
  margin: 0 0 20px;
}

.pricing-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pricing-pills span {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 500;
  backdrop-filter: blur(6px);
}

.pricing-card {
  padding: 28px 24px;
  border-radius: 28px;
}

.pricing-card.featured {
  border-color: rgba(49, 94, 251, 0.22);
  transform: translateY(-8px);
}

.pricing-label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2753f5, #00a7c4);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 14px 0 10px;
}

.pricing-amount {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.pricing-amount--custom {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--muted);
}

.pricing-period {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.5px;
  color: var(--text);
  line-height: 1.5;
}

.pricing-features li::before {
  content: "✓";
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
}

.pricing-features li.pricing-limit {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12.5px;
}

.pricing-features li.pricing-limit::before {
  content: none;
}

.pricing-cta {
  margin-top: auto;
}

.pricing-cta .button {
  width: 100%;
  justify-content: center;
}

.pricing-card {
  display: flex;
  flex-direction: column;
}

.pricing-deploy-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.pricing-deploy-card {
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(247,250,255,0.9));
}

.pricing-deploy-card--deps {
  background: linear-gradient(180deg, rgba(247,250,255,0.9), rgba(240,246,255,0.95));
}

.pricing-deploy-specs {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-deploy-specs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.pricing-deploy-specs li span {
  color: var(--muted);
}

.pricing-deploy-specs li strong {
  font-weight: 600;
  color: var(--text);
}

.pricing-deploy-deps {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing-deploy-deps li {
  font-size: 13px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 7px;
}

.pricing-deploy-deps li::before {
  content: "·";
  color: var(--accent);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .pricing-deploy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pricing-deploy-grid {
    grid-template-columns: 1fr;
  }
}

.support-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  margin-top: 28px;
  padding: 22px;
  border-radius: 32px;
}

@media (max-width: 1120px) {
  .product-grid,
  .hero,
  .hero-intro-grid,
  .product-value-grid,
  .capability-grid,
  .feature-story,
  .compare-grid,
  .customer-strip,
  .dual-panel,
  .detail-grid,
  .pricing-grid,
  .page-hero-grid,
  .split-panel,
  .support-layout,
  .pricing-hero,
  .experience-shell {
    grid-template-columns: 1fr;
  }

  .capability-card.featured {
    grid-column: span 1;
  }

  .compare-grid > div:not(:first-child) {
    border-left: 0;
  }

  .feature-story {
    min-height: 0;
  }

  .feature-story.reverse .feature-story-copy,
  .feature-story.reverse .feature-story-media {
    order: initial;
  }

  .hero-stage {
    min-height: 360px;
  }

  .hero-product-panel {
    grid-template-columns: 1fr;
  }

  .hero-product-panel-copy strong {
    font-size: 22px;
  }
}

@media (max-width: 820px) {
  .product-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  .product-card-copy h3 {
    font-size: 22px;
  }

  .site-shell {
    width: min(100% - 24px, 100%);
  }

  .topbar,
  .support-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav {
    flex-wrap: wrap;
  }

  .nav-actions,
  .hero-actions {
    width: 100%;
  }

  .hero h1 {
    max-width: none;
  }

  .signal-row {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 280px;
  }

  .feature-story {
    padding: 20px;
  }

  .feature-story-copy h3 {
    font-size: 32px;
  }

  .feature-story-lead {
    font-size: 16px;
  }

  .hero-stage-main {
    inset: 0 24px 18px 24px;
  }

  .hero-product-panel {
    padding: 14px;
  }

  .hero-product-panel-copy {
    padding-right: 0;
  }

  .hero-product-panel-copy strong {
    font-size: 18px;
  }

  .hero-product-values li {
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .hero-stage {
    min-height: 200px;
  }

  .feature-story {
    gap: 18px;
    padding: 16px;
    border-radius: 22px;
  }

  .feature-story-copy h3 {
    font-size: 28px;
  }

  .feature-story-points li {
    font-size: 14px;
  }

  .hero-product-panel {
    gap: 12px;
  }

  .hero-product-panel-visual {
    padding: 10px;
  }

  .hero-product-chip {
    min-width: 62px;
    height: 26px;
    font-size: 11px;
  }

  .hero-product-panel-copy strong {
    font-size: 15px;
  }

  .hero-product-values {
    gap: 8px;
  }

  .button,
  .main-nav a {
    width: 100%;
  }
}

/* ── ERP Product Grid ─────────────────────────────────── */
.erp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.erp-card {
  background: var(--panel-strong);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: box-shadow 0.18s, transform 0.18s;
}

.erp-card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.erp-logo-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.erp-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--accent);
  flex-shrink: 0;
}

.erp-msft  .erp-logo-badge { background: #0078d4; }
.erp-sap   .erp-logo-badge { background: #0a6ed1; }
.erp-oracle .erp-logo-badge { background: #c74634; }
.erp-acumatica .erp-logo-badge { background: #e85a1f; }
.erp-other .erp-logo-badge { background: var(--accent-3); }

.erp-vendor {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.erp-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.35;
}

.erp-card p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
  flex: 1;
}

.erp-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
  background: var(--bg-soft-2);
  color: var(--muted);
  border: 1px solid var(--line);
  margin-top: 4px;
  align-self: flex-start;
}

@media (max-width: 900px) {
  .erp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .erp-grid {
    grid-template-columns: 1fr;
  }
}

