.pc-page {
  min-height: 100vh;
  background: var(--white);
}

.pc-hero {
  position: relative;
  overflow: hidden;
  padding: 140px 0 120px;
  background:
    linear-gradient(180deg, rgba(239, 244, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%),
    url("../assets/images/homepage_title_banner_background.43282104.png") center / cover no-repeat;
}

.pc-hero::after {
  content: "";
  position: absolute;
  top: 88px;
  right: max(3vw, 24px);
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121, 189, 255, 0.22) 0%, rgba(121, 189, 255, 0.1) 32%, rgba(121, 189, 255, 0.04) 58%, rgba(121, 189, 255, 0) 74%);
  filter: blur(18px);
  pointer-events: none;
}

.pc-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}

.pc-hero-visual {
  width: 100%;
  min-height: 360px;
  background: linear-gradient(135deg, rgba(47, 99, 214, 0.05) 0%, rgba(47, 99, 214, 0.02) 100%);
  border: 1px dashed rgba(47, 99, 214, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  color: #6f7b93;
  font-size: 14px;
}

.pc-eyebrow {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2f63d6;
  margin-bottom: 12px;
}

.pc-title {
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.pc-subtitle {
  font-size: clamp(24px, 3.6vw, 36px);
  line-height: 1.25;
  font-weight: 600;
  color: #1f3573;
  margin-bottom: 8px;
}

.pc-subline {
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.6;
  font-weight: 500;
  color: #3c4a67;
  margin-bottom: 14px;
}

.pc-desc {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-light);
}

.pc-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pc-hero-tags li {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(47, 99, 214, 0.14);
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #1f3573;
}

.pc-hero-panel {
  width: 100%;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid rgba(47, 99, 214, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(240, 245, 255, 0.98) 100%);
  box-shadow: 0 18px 42px rgba(41, 73, 157, 0.12);
  text-align: left;
}

.pc-hero-panel--bare {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.pc-hero-banner {
  display: block;
  width: 118%;
  max-width: none;
  height: auto;
  border-radius: 0;
  transform: translate(-7%, 14px);
  filter: drop-shadow(0 12px 24px rgba(47, 99, 214, 0.06));
}

.pc-hero-panel-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2f63d6;
  text-transform: uppercase;
}

.pc-hero-panel-title {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.35;
  color: #142a63;
}

.pc-hero-workspace {
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #eef4ff 0%, #f8fbff 100%);
  border: 1px solid rgba(47, 99, 214, 0.08);
}

.pc-hero-workspace-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.pc-hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #2f63d6;
  font-size: 13px;
  font-weight: 600;
}

.pc-hero-workspace-body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.95fr);
  gap: 14px;
}

.pc-hero-sheet,
.pc-hero-mini-card {
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(47, 99, 214, 0.08);
  box-shadow: 0 10px 24px rgba(33, 68, 173, 0.08);
}

.pc-hero-sheet-title,
.pc-hero-mini-title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #142a63;
}

.pc-hero-lines {
  display: grid;
  gap: 8px;
}

.pc-hero-line {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7e4ff 0%, #eef4ff 100%);
}

.pc-hero-line--lg {
  width: 100%;
}

.pc-hero-line--sm {
  width: 58%;
}

.pc-hero-members {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pc-hero-members span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: #f3f7ff;
  color: #48608f;
  font-size: 12px;
  font-weight: 600;
}

.pc-hero-stack {
  display: grid;
  gap: 14px;
}

.pc-hero-mini-bars {
  display: grid;
  gap: 8px;
}

.pc-hero-mini-bars span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cfe0ff 0%, #eef4ff 100%);
}

.pc-hero-mini-bars span:nth-child(2) {
  width: 76%;
}

.pc-hero-mini-bars span:nth-child(3) {
  width: 52%;
}

.pc-hero-mini-list {
  margin: 0;
  padding-left: 18px;
  color: #48608f;
}

.pc-hero-mini-list li {
  font-size: 13px;
  line-height: 1.8;
}

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

.pc-scene-section {
  padding: 56px 0 84px;
}

.pc-scene-head {
  text-align: center;
  margin-bottom: 24px;
}

.pc-scene-title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  margin-bottom: 10px;
}

.pc-scene-desc {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-light);
}

.pc-scene-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pc-scene-card {
  border: 1px solid #e6ebf6;
  border-radius: 12px;
  background: #ffffff;
  padding: 18px 16px;
}

.pc-scene-card-title {
  font-size: 22px;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 4px;
  font-weight: 700;
}

.pc-scene-card-subtitle {
  font-size: 14px;
  line-height: 1.5;
  color: #4f7cff;
  margin-bottom: 10px;
  font-weight: 600;
}

.pc-scene-card-text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-light);
  margin-bottom: 10px;
}

.pc-scene-visual {
  min-height: 160px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #6f7b93;
  font-size: 15px;
  padding: 12px 0 0;
  box-sizing: border-box;
}

.pc-mini-ui {
  display: flex;
  flex: 1;
  width: 100%;
  min-height: 100%;
}

.pc-mini-ui-card,
.pc-mini-ui-comment {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 99, 214, 0.08);
  box-shadow: 0 8px 18px rgba(28, 49, 109, 0.05);
}

.pc-mini-ui-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #2f63d6;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.pc-mini-ui-line {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7e4ff 0%, #eef4ff 100%);
}

.pc-mini-ui-line + .pc-mini-ui-line {
  margin-top: 8px;
}

.pc-mini-ui-line--lg {
  width: 100%;
}

.pc-mini-ui-line--sm {
  width: 56%;
}

.pc-mini-ui--launch {
  flex-direction: column;
  justify-content: center;
}

.pc-mini-ui-avatars {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.pc-mini-ui-avatars span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #2f63d6;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(33, 68, 173, 0.08);
}

.pc-mini-ui--sync {
  flex-direction: column;
  justify-content: center;
}

.pc-mini-ui--suite {
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
}

.pc-mini-ui-pill {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 99, 214, 0.08);
  color: #365286;
  font-size: 13px;
  font-weight: 600;
}

.pc-mini-ui--manage {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.pc-mini-ui-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 99, 214, 0.08);
}

.pc-mini-ui-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4f7cff;
  flex: 0 0 auto;
}

.pc-mini-ui--secure {
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pc-mini-ui-shield {
  min-width: 68px;
  min-height: 68px;
  padding: 0 14px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2f63d6 0%, #5d87f6 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(33, 68, 173, 0.2);
}

.pc-scene-visual--filled {
  min-height: 0;
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.pc-scene-visual img {
  max-width: 100%;
  max-height: 320px;
  height: auto;
  object-fit: contain;
}

.pc-scene-visual--filled img {
  display: block;
  width: 100%;
  max-height: none;
  border-radius: 10px;
}


.pc-flow-section {
  padding: 8px 0 0;
  background: #ffffff;
}

.pc-capability-section {
  padding: 8px 0 18px;
  background: #ffffff;
}

.pc-flow-slot + .pc-flow-slot {
  border-top: 1px solid #edf1f8;
}

.pc-flow-loading,
.pc-flow-error {
  padding: 56px 0;
  color: var(--text-light);
}

.pc-cta-section {
  padding: 56px 0 88px;
  background: #ffffff;
}

.pc-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(47, 94, 245, 0.08);
  background: linear-gradient(135deg, #163a8f 0%, #2f5ef5 100%);
  box-shadow: 0 18px 44px rgba(33, 68, 173, 0.18);
  color: #ffffff;
}

.pc-cta-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.pc-cta-card h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.35;
}

.pc-cta-card p {
  margin: 14px 0 0;
  max-width: 720px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

.pc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pc-cta-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(12, 28, 74, 0.22);
}

.pc-cta-actions .btn:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(12, 28, 74, 0.28);
}

.pc-cta-actions .btn.btn-primary {
  background: #ffffff;
  color: #21429b;
}

.pc-audience-section {
  padding: 0 0 72px;
}

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

.pc-audience-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e7edf8;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
  box-shadow: 0 10px 26px rgba(19, 31, 60, 0.05);
}

.pc-audience-label {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}

.pc-audience-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.4;
  color: var(--text);
}

.pc-audience-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
}

.pc-diff-section {
  padding: 56px 0 78px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fe 100%);
}

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

.pc-diff-card {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #e2e8f5;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(19, 31, 60, 0.04);
}

.pc-diff-card--link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pc-diff-card--link:hover,
.pc-diff-card--link:focus-visible {
  transform: translateY(-2px);
  border-color: #cbd9ff;
  box-shadow: 0 14px 30px rgba(19, 31, 60, 0.08);
}

.pc-diff-card--active {
  border-color: #cbd9ff;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.pc-diff-badge {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  color: #2f63d6;
}

.pc-diff-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.35;
  color: var(--text);
}

.pc-diff-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-light);
}

.pc-diff-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.pc-diff-card--link:hover .pc-diff-link,
.pc-diff-card--link:focus-visible .pc-diff-link {
  text-decoration: underline;
}

.pc-flow-section--trust {
  padding-top: 0;
}

.pc-service-section {
  padding: 46px 0 22px;
}

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

.pc-service-card {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #e6ebf6;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(19, 31, 60, 0.04);
}

.pc-service-card--active {
  border-color: #c8d8ff;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.pc-service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  background: #eef4ff;
  margin-bottom: 14px;
}

.pc-service-title {
  font-size: 24px;
  line-height: 1.35;
  color: var(--text);
  margin-bottom: 12px;
}

.pc-service-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light);
  margin-bottom: 16px;
}

.pc-service-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.pc-service-link:hover {
  text-decoration: underline;
}

.pc-highlight-section {
  padding: 18px 0 84px;
}

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

.pc-highlight-item {
  border: 1px solid #e9edf7;
  border-radius: 12px;
  padding: 20px;
  background: #fbfcff;
}

.pc-highlight-title {
  font-size: 20px;
  color: var(--text);
  margin-bottom: 10px;
}

.pc-highlight-text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-light);
}

@media (max-width: 980px) {
  .pc-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pc-hero-tags {
    justify-content: center;
  }

  .pc-hero-panel {
    text-align: left;
  }

  .pc-hero-banner {
    width: 100%;
    transform: none;
  }

  .pc-hero-workspace-body {
    grid-template-columns: 1fr;
  }

  .pc-actions {
    justify-content: center;
  }

  .pc-audience-grid,
  .pc-diff-grid,
  .pc-service-grid,
  .pc-highlight-grid {
    grid-template-columns: 1fr;
  }

  .pc-cta-card {
    display: block;
    text-align: left;
  }

  .pc-cta-actions {
    margin-top: 24px;
  }

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

  .pc-scene-card-title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .pc-hero {
    padding: 100px 0 80px;
  }

  .pc-hero::after {
    top: 120px;
    right: 50%;
    width: 360px;
    height: 360px;
    transform: translateX(50%);
  }

  .pc-desc {
    font-size: 15px;
  }

  .pc-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .pc-hero-tags {
    justify-content: center;
  }

  .pc-hero-tags li {
    flex: 1 1 auto;
    justify-content: center;
  }

  .pc-hero-panel {
    padding: 22px;
  }

  .pc-hero-panel--bare {
    padding: 0;
  }

  .pc-hero-panel-title {
    font-size: 22px;
  }

  .pc-hero-workspace {
    padding: 14px;
  }

  .pc-hero-banner {
    filter: drop-shadow(0 10px 18px rgba(47, 99, 214, 0.05));
  }

  .pc-hero-sheet,
  .pc-hero-mini-card {
    padding: 14px;
  }

  .pc-actions .btn {
    justify-content: center;
    text-align: center;
  }

  .pc-service-title {
    font-size: 20px;
  }

  .pc-highlight-title {
    font-size: 18px;
  }

  .pc-scene-section {
    padding: 44px 0 64px;
  }

  .pc-scene-title {
    font-size: 22px;
  }

  .pc-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-scene-card {
    padding: 16px 14px;
  }

  .pc-scene-card-title {
    font-size: 18px;
  }

  .pc-scene-card-subtitle {
    font-size: 13px;
  }

  .pc-scene-card-text {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .pc-audience-section {
    padding-bottom: 56px;
  }

  .pc-audience-card,
  .pc-diff-card {
    padding: 20px;
  }

  .pc-audience-title,
  .pc-diff-title {
    font-size: 20px;
  }

  .pc-audience-text,
  .pc-diff-text {
    font-size: 14px;
  }

  .pc-scene-visual {
    min-height: 140px;
    font-size: 13px;
    padding: 12px;
  }

  .pc-mini-ui-shield {
    min-width: 58px;
    min-height: 58px;
    border-radius: 16px;
    font-size: 13px;
  }

  .pc-scene-visual--filled {
    min-height: 152px;
    padding: 10px;
  }

  .pc-scene-visual img {
    max-height: 180px;
  }

  .pc-scene-visual--filled img {
    max-height: none;
  }

  .pc-flow-loading,
  .pc-flow-error {
    padding: 40px 0;
  }

  .pc-cta-section {
    padding: 40px 0 64px;
  }

  .pc-diff-section {
    padding: 40px 0 60px;
  }

  .pc-cta-card {
    padding: 22px;
  }

  .pc-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pc-cta-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
