.pc-page-refresh {
  background:
    radial-gradient(circle at top left, rgba(40, 92, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
  color: #10203a;
}

.pc-page-refresh .pc-navbar {
  backdrop-filter: blur(18px);
  background: rgba(248, 251, 255, 0.86);
  border-bottom: 1px solid rgba(16, 32, 58, 0.08);
}

.pc-page-refresh .pc-page-hero {
  overflow: hidden;
  position: relative;
}

.pc-page-refresh .pc-page-hero::before {
  background:
    radial-gradient(circle at top right, rgba(0, 102, 255, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.1), transparent 24%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pc-page-refresh .pc-page-hero .container {
  position: relative;
  z-index: 1;
}

.pc-page-refresh .pc-badge,
.pc-page-refresh .pc-statbar,
.pc-page-refresh .pc-card,
.pc-page-refresh .pc-proof,
.pc-page-refresh .pc-hero-visual,
.pc-page-refresh .pc-cta,
.pc-page-refresh .pc-compare-card,
.pc-page-refresh .accordion-item,
.pc-page-refresh .table-responsive {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 32, 58, 0.08);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.pc-page-refresh .pc-badge,
.pc-page-refresh .pc-statbar,
.pc-page-refresh .pc-hero-visual,
.pc-page-refresh .pc-card,
.pc-page-refresh .pc-proof,
.pc-page-refresh .pc-compare-card {
  border-radius: 24px;
}

.pc-page-refresh .pc-section-title,
.pc-page-refresh .pc-hero-title,
.pc-page-refresh .pc-proof-title,
.pc-page-refresh .pc-visual-title {
  letter-spacing: -0.03em;
}

.pc-page-refresh .pc-hero-title {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 1.02;
  max-width: 11ch;
}

.pc-page-refresh .pc-hero-sub,
.pc-page-refresh .pc-section-sub,
.pc-page-refresh .pc-muted {
  color: rgba(16, 32, 58, 0.74);
}

.pc-page-refresh .pc-statbar {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  padding: 0;
}

.pc-page-refresh .pc-stat {
  background: rgba(255, 255, 255, 0.74);
  min-height: 110px;
  padding: 22px 20px;
}

.pc-page-refresh .pc-stat-value {
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
}

.pc-page-refresh .pc-flow-inline {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pc-page-refresh .pc-flow-vertical {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pc-page-refresh .pc-flow-step {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 32, 58, 0.08);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  min-height: 72px;
  padding: 16px;
  text-align: center;
}

.pc-page-refresh .pc-flow-highlight-pod {
  background: linear-gradient(135deg, rgba(0, 92, 255, 0.12), rgba(16, 185, 129, 0.14));
}

.pc-page-refresh .pc-flow-highlight-cod {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.14), rgba(234, 179, 8, 0.14));
}

.pc-page-refresh .pc-solution-capabilities .row,
.pc-page-refresh .pc-solution-results .row {
  --bs-gutter-y: 2rem;
}

.pc-page-refresh .pc-proof,
.pc-page-refresh .pc-card {
  height: 100%;
  padding: 28px;
}

.pc-page-refresh .pc-proof-grid {
  gap: 12px;
}

.pc-page-refresh .pc-proof-card {
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(16, 32, 58, 0.06);
  border-radius: 16px;
}

.pc-page-refresh .pc-cta {
  background:
    linear-gradient(135deg, rgba(16, 32, 58, 0.96), rgba(0, 64, 174, 0.92)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 25%);
  border: none;
}

.pc-page-refresh .pc-footer {
  background: transparent;
}

.pc-page--pod .pc-page-hero {
  background:
    radial-gradient(circle at top right, rgba(32, 201, 151, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(239, 248, 255, 0.9) 0%, rgba(243, 246, 251, 0.7) 100%);
}

.pc-page--cod .pc-page-hero {
  background:
    radial-gradient(circle at top right, rgba(251, 146, 60, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 247, 237, 0.86) 0%, rgba(243, 246, 251, 0.7) 100%);
}

.pc-page--pricing .pc-pricing-hero .container {
  max-width: 900px;
}

.pc-page--pricing .pc-pricing-plans .pc-card {
  position: relative;
}

.pc-page--pricing .pc-plan-featured {
  background: linear-gradient(180deg, rgba(0, 92, 255, 0.08), rgba(255, 255, 255, 0.9));
  transform: translateY(-8px);
}

.pc-page--pricing .pc-plan-featured::before {
  background: linear-gradient(90deg, #005cff, #1d4ed8);
  border-radius: 999px;
  color: #fff;
  content: "Recommended";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  position: absolute;
  right: 24px;
  top: 20px;
}

.pc-page--pricing .table-responsive {
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
}

.pc-page--pricing table {
  margin-bottom: 0;
}

.pc-page--pricing thead.table-light th {
  background: rgba(0, 92, 255, 0.08);
  border-bottom: 1px solid rgba(16, 32, 58, 0.08);
  color: #10203a;
}

.pc-page--pricing .accordion-item {
  border-radius: 18px;
  margin-bottom: 12px;
  overflow: hidden;
}

.pc-page--home .pc-home-hero {
  background:
    radial-gradient(circle at top right, rgba(0, 92, 255, 0.18), transparent 26%),
    radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(239, 248, 255, 0.92) 0%, rgba(243, 246, 251, 0.72) 100%);
}

.pc-page--home .pc-home-models .pc-model-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 32, 58, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  padding: 32px;
}

.pc-page--home .pc-home-models .pc-model-card.pc-pod {
  background:
    linear-gradient(180deg, rgba(0, 92, 255, 0.08), rgba(255, 255, 255, 0.9));
}

.pc-page--home .pc-home-models .pc-model-card.pc-cod {
  background:
    linear-gradient(180deg, rgba(251, 146, 60, 0.1), rgba(255, 255, 255, 0.9));
}

.pc-page--home .pc-home-dual .pc-section-title {
  max-width: 14ch;
}

.pc-page--home .pc-home-audience .pc-card {
  min-height: 220px;
}

.pc-page--home .pc-home-paths .pc-card {
  padding: 28px;
}

.pc-page--home .pc-home-paths .pc-flow-inline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pc-page--home .pc-home-cta .pc-cta {
  position: relative;
}

.pc-page--home .pc-home-cta .pc-cta::after {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.22), transparent 40%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

@media (max-width: 991.98px) {
  .pc-page-refresh .pc-hero-title {
    max-width: none;
  }

  .pc-page-refresh .pc-flow-inline,
  .pc-page-refresh .pc-flow-vertical {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-page--pricing .pc-plan-featured {
    transform: none;
  }

  .pc-page--home .pc-home-paths .pc-flow-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .pc-page-refresh .pc-statbar {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .pc-page-refresh .pc-flow-inline,
  .pc-page-refresh .pc-flow-vertical {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .pc-page-refresh .pc-proof,
  .pc-page-refresh .pc-card,
  .pc-page-refresh .pc-hero-visual,
  .pc-page-refresh .pc-cta {
    border-radius: 20px;
    padding: 22px;
  }
}

/* Content pages refresh: templates, about, help, partners, news */
.pc-page-main {
  position: relative;
}
.pc-page--templates main,
.pc-page--about main,
.pc-page--help main,
.pc-page--partners main,
.pc-page--news main {
  background:
    radial-gradient(circle at top left, rgba(27, 92, 255, 0.08), transparent 36%),
    linear-gradient(180deg, #f6f8fc 0%, #ffffff 22%, #f7f9fd 100%);
}
.pc-page--templates main > section:first-of-type,
.pc-page--about main > section:first-of-type,
.pc-page--help main > section:first-of-type,
.pc-page--partners main > section:first-of-type,
.pc-page--news main > section:first-of-type {
  position: relative;
  overflow: hidden;
  padding: 88px 0 64px;
  background:
    radial-gradient(circle at top right, rgba(53, 105, 255, 0.20), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #102a5f 55%, #0a4dd8 100%);
}
.pc-page--templates main > section:first-of-type::before,
.pc-page--about main > section:first-of-type::before,
.pc-page--help main > section:first-of-type::before,
.pc-page--partners main > section:first-of-type::before,
.pc-page--news main > section:first-of-type::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 60%);
  pointer-events: none;
}
.pc-page--templates main > section:first-of-type .container,
.pc-page--about main > section:first-of-type .container,
.pc-page--help main > section:first-of-type .container,
.pc-page--partners main > section:first-of-type .container,
.pc-page--news main > section:first-of-type .container {
  position: relative;
  z-index: 1;
}
.pc-page--templates main > section:first-of-type h1,
.pc-page--about main > section:first-of-type h1,
.pc-page--help main > section:first-of-type h1,
.pc-page--partners main > section:first-of-type h1,
.pc-page--news main > section:first-of-type h1 {
  color: #ffffff;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
.pc-page--templates main > section:first-of-type p,
.pc-page--about main > section:first-of-type p,
.pc-page--help main > section:first-of-type p,
.pc-page--partners main > section:first-of-type p,
.pc-page--news main > section:first-of-type p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
  max-width: 760px;
}
.pc-page--templates main > section:first-of-type .inline-flex,
.pc-page--about main > section:first-of-type .inline-flex,
.pc-page--help main > section:first-of-type .inline-flex,
.pc-page--partners main > section:first-of-type .inline-flex,
.pc-page--news main > section:first-of-type .inline-flex {
  gap: 12px;
}
.pc-page--templates .btn-outline,
.pc-page--about .btn-outline,
.pc-page--help .btn-outline,
.pc-page--partners .btn-outline,
.pc-page--news .btn-outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}
.pc-page--templates .btn-outline:hover,
.pc-page--about .btn-outline:hover,
.pc-page--help .btn-outline:hover,
.pc-page--partners .btn-outline:hover,
.pc-page--news .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.42);
}
.pc-page--templates main > section:not(:first-of-type),
.pc-page--about main > section:not(:first-of-type),
.pc-page--help main > section:not(:first-of-type),
.pc-page--partners main > section:not(:first-of-type),
.pc-page--news main > section:not(:first-of-type) {
  position: relative;
  padding: 36px 0;
}
.pc-page--templates main > section:not(:first-of-type) .container,
.pc-page--about main > section:not(:first-of-type) .container,
.pc-page--help main > section:not(:first-of-type) .container,
.pc-page--partners main > section:not(:first-of-type) .container,
.pc-page--news main > section:not(:first-of-type) .container {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(18px);
  padding: 28px;
}
.pc-page--templates main h2,
.pc-page--about main h2,
.pc-page--help main h2,
.pc-page--partners main h2,
.pc-page--news main h2 {
  color: #0f172a;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.pc-page--templates main h3,
.pc-page--about main h3,
.pc-page--help main h3,
.pc-page--partners main h3,
.pc-page--news main h3 {
  color: #0f172a;
  font-size: 21px;
  line-height: 1.35;
}
.pc-page--templates .grid > div,
.pc-page--about .grid > div,
.pc-page--help .grid > div,
.pc-page--partners .grid > div,
.pc-page--news .grid > div {
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}
.pc-page--templates input,
.pc-page--templates select,
.pc-page--help input,
.pc-page--help select,
.pc-page--news input,
.pc-page--news select {
  min-height: 48px;
  border-radius: 14px;
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.pc-page--templates input:focus,
.pc-page--templates select:focus,
.pc-page--help input:focus,
.pc-page--help select:focus,
.pc-page--news input:focus,
.pc-page--news select:focus {
  outline: none;
  border-color: rgba(53, 105, 255, 0.58);
  box-shadow: 0 0 0 4px rgba(53, 105, 255, 0.12);
}
.pc-page--templates .grid.grid-cols-1 > div,
.pc-page--help .grid.grid-cols-1 > div,
.pc-page--news .grid.grid-cols-1 > div {
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.96));
}
.pc-page--templates .inline-flex.rounded-full,
.pc-page--help .inline-flex.rounded-full,
.pc-page--news .inline-flex.rounded-full {
  background: rgba(53, 105, 255, 0.08);
  border: 1px solid rgba(53, 105, 255, 0.14);
  border-radius: 999px;
  padding: 6px;
}
.pc-page--templates .inline-flex.rounded-full button,
.pc-page--help .inline-flex.rounded-full button,
.pc-page--news .inline-flex.rounded-full button {
  border-radius: 999px;
}
.pc-page--about main .grid.md\:grid-cols-2 > div,
.pc-page--partners main .grid.md\:grid-cols-3 > div,
.pc-page--partners main .grid.lg\:grid-cols-4 > div {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,247,255,0.98));
}
.pc-page--about main .grid.md\:grid-cols-2 > div:hover,
.pc-page--partners main .grid.md\:grid-cols-3 > div:hover,
.pc-page--partners main .grid.lg\:grid-cols-4 > div:hover,
.pc-page--templates .grid > div:hover,
.pc-page--help .grid > div:hover,
.pc-page--news .grid > div:hover {
  transform: translateY(-4px);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}
.pc-page--help main aside,
.pc-page--news main aside,
.pc-page--templates main aside {
  background: rgba(247, 249, 253, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  padding: 18px;
}
.pc-page--news article,
.pc-page--help article,
.pc-page--templates article {
  border-radius: 22px;
}
@media (max-width: 1024px) {
  .pc-page--templates main > section:first-of-type,
  .pc-page--about main > section:first-of-type,
  .pc-page--help main > section:first-of-type,
  .pc-page--partners main > section:first-of-type,
  .pc-page--news main > section:first-of-type {
    padding: 72px 0 48px;
  }
  .pc-page--templates main > section:not(:first-of-type) .container,
  .pc-page--about main > section:not(:first-of-type) .container,
  .pc-page--help main > section:not(:first-of-type) .container,
  .pc-page--partners main > section:not(:first-of-type) .container,
  .pc-page--news main > section:not(:first-of-type) .container {
    border-radius: 22px;
    padding: 22px;
  }
}
@media (max-width: 768px) {
  .pc-page--templates main > section:first-of-type,
  .pc-page--about main > section:first-of-type,
  .pc-page--help main > section:first-of-type,
  .pc-page--partners main > section:first-of-type,
  .pc-page--news main > section:first-of-type {
    padding: 64px 0 40px;
  }
  .pc-page--templates main > section:first-of-type h1,
  .pc-page--about main > section:first-of-type h1,
  .pc-page--help main > section:first-of-type h1,
  .pc-page--partners main > section:first-of-type h1,
  .pc-page--news main > section:first-of-type h1 {
    font-size: 34px;
  }
  .pc-page--templates main > section:not(:first-of-type),
  .pc-page--about main > section:not(:first-of-type),
  .pc-page--help main > section:not(:first-of-type),
  .pc-page--partners main > section:not(:first-of-type),
  .pc-page--news main > section:not(:first-of-type) {
    padding: 20px 0;
  }
  .pc-page--templates main > section:not(:first-of-type) .container,
  .pc-page--about main > section:not(:first-of-type) .container,
  .pc-page--help main > section:not(:first-of-type) .container,
  .pc-page--partners main > section:not(:first-of-type) .container,
  .pc-page--news main > section:not(:first-of-type) .container {
    padding: 18px;
  }
}

/* Conversion pages: contact + auth + news detail */
.pc-page--contact {
  background:
    radial-gradient(circle at top left, rgba(52, 102, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f6f8fc 0%, #ffffff 24%, #f7f9fd 100%);
}
.pc-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 42px;
  background:
    radial-gradient(circle at top right, rgba(88, 133, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #132a5a 52%, #1d4ed8 100%);
}
.pc-contact-hero .pc-section-title,
.pc-contact-hero .pc-section-sub {
  color: #fff;
}
.pc-contact-hero .pc-section-sub {
  max-width: 680px;
  color: rgba(255,255,255,0.78);
}
.pc-contact-shell {
  margin-top: -12px;
  padding-bottom: 64px;
}
.pc-page--templates main > section:first-of-type {
  padding: 72px 0 32px;
}
.pc-page--templates main > section:nth-of-type(2) {
  padding-top: 18px;
}
.pc-page--templates main > section:nth-of-type(2) .container {
  padding: 22px 28px;
}
.pc-page--templates .inline-flex.rounded-full + .flex.items-center.justify-between {
  margin-top: 10px;
}
.pc-contact-form-card,
.pc-contact-side-card,
.pc-auth-card--refresh,
.pc-news-detail-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 24px 60px rgba(15,23,42,0.10);
  backdrop-filter: blur(18px);
}
.pc-contact-form-card {
  padding: 32px !important;
}
.pc-contact-side-card {
  padding: 32px !important;
  background:
    radial-gradient(circle at top right, rgba(59,130,246,0.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(241,245,249,0.92));
}
.pc-contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pc-contact-point {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,0.08);
  border: 1px solid rgba(37,99,235,0.16);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
}
.pc-contact-side-card .pc-illustration {
  min-height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, rgba(30,64,175,0.12), rgba(59,130,246,0.06));
  border: 1px dashed rgba(59,130,246,0.22);
}
.pc-page--auth {
  background:
    radial-gradient(circle at top right, rgba(59,130,246,0.14), transparent 28%),
    linear-gradient(180deg, #eef4ff 0%, #f8fbff 24%, #ffffff 100%);
}
.pc-auth-shell {
  position: relative;
  min-height: auto;
  padding: 44px 0 56px;
  background:
    radial-gradient(circle at top left, rgba(59,130,246,0.10), transparent 26%),
    linear-gradient(180deg, rgba(248,250,252,0.94), rgba(255,255,255,0.98));
}
.pc-auth-card--refresh {
  padding: 34px !important;
  max-width: 760px;
  margin: 0 auto;
}
.pc-auth-card--refresh .pc-section-title {
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.pc-auth-card--refresh .pc-section-sub {
  color: #64748b;
  margin-bottom: 18px;
}
.pc-auth-card--refresh .pc-auth-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pc-auth-card--refresh .pc-auth-item {
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(37,99,235,0.08);
  border: 1px solid rgba(37,99,235,0.14);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
}
.pc-auth-card--refresh .form-control,
.pc-auth-card--refresh .btn,
.pc-contact-form-card .form-control,
.pc-contact-form-card .form-select,
.pc-contact-form-card .btn {
  min-height: 50px;
  border-radius: 16px;
}
.pc-auth-card--refresh .input-group > .btn,
.pc-contact-form-card .input-group > .btn {
  min-width: 92px;
}
.pc-auth-card--refresh .pc-password-strength {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.pc-auth-card--refresh .pc-password-strength-track {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(148,163,184,0.24);
  overflow: hidden;
}
.pc-auth-card--refresh .pc-password-strength-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f59e0b, #2563eb);
}
.pc-auth-card--refresh .pc-password-strength-text,
.pc-auth-card--refresh .pc-auth-hint,
.pc-contact-form-card .pc-auth-hint {
  color: #64748b;
  font-size: 13px;
}
.pc-page--news-detail {
  background:
    radial-gradient(circle at top left, rgba(52, 102, 255, 0.10), transparent 32%),
    linear-gradient(180deg, #f7f9fd 0%, #ffffff 30%, #f8fbff 100%);
}
.pc-news-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 30px;
  background:
    radial-gradient(circle at top right, rgba(96,165,250,0.18), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #123268 58%, #1d4ed8 100%);
}
.pc-news-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}
.pc-news-detail-hero h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 860px;
  margin-bottom: 18px;
}
.pc-news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}
.pc-news-detail-shell {
  padding: 36px 0 72px;
}
.pc-news-detail-card {
  padding: 32px;
}
.pc-news-detail-cover-wrap {
  margin-bottom: 28px;
}
.pc-news-detail-cover {
  display: block;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.pc-news-detail-content {
  color: #334155;
  font-size: 16px;
  line-height: 1.95;
}
.pc-news-detail-content h1,
.pc-news-detail-content h2,
.pc-news-detail-content h3,
.pc-news-detail-content h4,
.pc-news-detail-content h5,
.pc-news-detail-content h6 {
  color: #0f172a;
  margin-top: 1.6em;
  margin-bottom: 0.7em;
}
.pc-news-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 18px 0;
}
@media (max-width: 768px) {
  .pc-contact-hero,
  .pc-news-detail-hero {
    padding: 64px 0 24px;
  }
  .pc-contact-form-card,
  .pc-contact-side-card,
  .pc-auth-card--refresh,
  .pc-news-detail-card {
    border-radius: 22px;
  }
  .pc-contact-form-card,
  .pc-contact-side-card,
  .pc-auth-card--refresh,
  .pc-news-detail-card {
    padding: 22px !important;
  }
  .pc-auth-shell {
    min-height: auto;
    padding: 42px 0 56px;
  }
  .pc-news-detail-shell,
  .pc-contact-shell {
    padding-bottom: 48px;
  }
  .pc-page--templates main > section:first-of-type {
    padding: 58px 0 24px;
  }
  .pc-page--templates main > section:nth-of-type(2) .container {
    padding: 18px;
  }
}

/* Policy and recovery pages */
.pc-page--policy,
.pc-page--legal {
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.10), transparent 28%),
    linear-gradient(180deg, #f5f8ff 0%, #ffffff 28%, #f8fbff 100%);
}
.pc-policy-hero,
.pc-legal-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 42px;
  background:
    radial-gradient(circle at top right, rgba(96,165,250,0.18), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #113164 56%, #1d4ed8 100%);
}
.pc-policy-hero .pc-section-title,
.pc-policy-hero .pc-section-sub,
.pc-legal-hero .pc-section-title,
.pc-legal-hero .pc-section-sub {
  color: #fff;
}
.pc-policy-hero .pc-section-sub,
.pc-legal-hero .pc-section-sub {
  color: rgba(255,255,255,0.76);
}
.pc-policy-hero .pc-card,
.pc-legal-hero .pc-card {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.pc-policy-hero .pc-card h6,
.pc-legal-hero .pc-card h6,
.pc-policy-hero .pc-card .pc-muted,
.pc-legal-hero .pc-card .pc-muted {
  color: #fff;
}
.pc-policy-hero .pc-card .pc-muted,
.pc-legal-hero .pc-card .pc-muted {
  color: rgba(255,255,255,0.7);
}
.pc-policy-shell,
.pc-legal-shell {
  padding: 34px 0 72px;
}
.pc-policy-shell .pc-card,
.pc-legal-shell .pc-card {
  border: 1px solid rgba(148,163,184,0.18);
  border-radius: 28px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 22px 60px rgba(15,23,42,0.08);
  backdrop-filter: blur(16px);
}
.pc-policy-shell .col-lg-3 .pc-card,
.pc-legal-shell .col-lg-3 .pc-card {
  position: sticky;
  top: 108px;
}
.pc-policy-shell .btn.btn-outline-dark,
.pc-legal-shell .btn.btn-outline-dark {
  min-height: 44px;
  border-radius: 14px;
  border-color: rgba(148,163,184,0.24);
  background: rgba(255,255,255,0.94);
}
.pc-policy-shell .btn.btn-outline-dark:hover,
.pc-legal-shell .btn.btn-outline-dark:hover {
  color: #1d4ed8;
  border-color: rgba(37,99,235,0.24);
  background: rgba(37,99,235,0.06);
}
.pc-policy-shell h4,
.pc-legal-shell h4 {
  color: #0f172a;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 14px;
}
.pc-policy-shell section,
.pc-legal-shell section {
  scroll-margin-top: 110px;
}
.pc-policy-shell .pc-muted,
.pc-legal-shell .pc-muted,
.pc-policy-shell li,
.pc-legal-shell li {
  color: #475569;
  line-height: 1.9;
}
.pc-policy-shell hr,
.pc-legal-shell hr {
  margin: 28px 0;
  border-color: rgba(148,163,184,0.16);
}
@media (max-width: 991px) {
  .pc-policy-shell .col-lg-3 .pc-card,
  .pc-legal-shell .col-lg-3 .pc-card {
    position: static;
  }
}
@media (max-width: 768px) {
  .pc-policy-hero,
  .pc-legal-hero {
    padding: 64px 0 30px;
  }
  .pc-policy-shell,
  .pc-legal-shell {
    padding: 24px 0 48px;
  }
  .pc-policy-shell .pc-card,
  .pc-legal-shell .pc-card {
    border-radius: 22px;
  }
}

.pc-footer-accordion summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  list-style: none;
}

.pc-footer-accordion summary::-webkit-details-marker {
  display: none;
}

.pc-footer-accordion summary::after {
  content: '+';
  color: #64748b;
  font-weight: 600;
}

.pc-footer-accordion[open] summary::after {
  content: '−';
}

.pc-footer-accordion ul {
  margin: 12px 0 0;
  padding: 0;
}

.pc-footer-accordion li + li {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .pc-footer {
    padding-top: 40px !important;
    padding-bottom: 32px !important;
  }

  .pc-footer .row.g-4 {
    --bs-gutter-y: 18px;
  }

  .pc-footer .col-lg-4,
  .pc-footer .col-lg-2,
  .pc-footer .col-lg-3 {
    margin-bottom: 0;
  }

  .pc-footer-accordion summary {
    padding: 4px 0;
    font-size: 14px;
  }

  .pc-footer-accordion ul {
    margin-top: 8px;
  }

  .pc-footer-accordion li + li {
    margin-top: 6px;
  }
}

/* Round 3 refinement: tighten first-screen rhythm on core public pages */
.pc-page--home .pc-section {
  padding: 60px 0;
}

.pc-page--home .pc-home-hero .container {
  padding-top: 52px;
  padding-bottom: 56px;
}

.pc-page--home .pc-home-models .pc-model-card,
.pc-page--home .pc-home-dual .pc-card,
.pc-page--home .pc-home-audience .pc-card,
.pc-page--home .pc-home-paths .pc-card {
  padding: 24px;
}

.pc-page--home .pc-home-audience .pc-card {
  min-height: 0;
}

.pc-page--home .pc-hero-visual,
.pc-page--home .pc-proof {
  border-radius: 20px;
}

.pc-page--pricing .pc-pricing-hero {
  padding: 68px 0 24px;
}

.pc-page--pricing .pc-pricing-plans {
  padding-top: 20px;
  padding-bottom: 28px;
}

.pc-page--pricing .pc-pricing-plans .pc-card {
  height: 100%;
  padding: 28px 24px;
}

.pc-page--pricing .pc-pricing-compare,
.pc-page--pricing .pc-pricing-compare-mobile {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pc-page--pricing .pc-pricing-faq {
  padding-top: 24px;
  padding-bottom: 56px;
}

.pc-page--pricing .pc-pricing-faq .container {
  max-width: 920px;
}

.pc-page--templates main > section:first-of-type {
  padding: 64px 0 28px;
}

.pc-page--templates main > section:nth-of-type(2) {
  padding-top: 14px;
  padding-bottom: 44px;
}

.pc-page--templates main > section:nth-of-type(2) .container {
  padding: 20px 22px;
}

.pc-page--templates .pc-filter-pill,
.pc-page--templates .pc-filter-chip {
  font-size: 13px;
}

.pc-page--templates .pc-template-card {
  height: 100%;
  padding: 14px 14px 16px;
}

.pc-page--templates .pc-template-thumb {
  min-height: 148px;
  margin-bottom: 12px;
}

.pc-page--templates .pc-template-title {
  margin-bottom: 8px;
  font-size: 17px;
}

.pc-page--templates .pc-template-card p {
  margin-bottom: 12px;
}

.pc-page--contact .pc-contact-shell .row {
  align-items: flex-start;
}

.pc-page--contact .pc-contact-shell {
  padding-top: 18px;
}

.pc-page--contact .pc-contact-form-card,
.pc-page--contact .pc-contact-side-card {
  padding: 26px !important;
}

.pc-page--contact .pc-contact-side-card.h-100 {
  height: auto !important;
}

.pc-page--contact .pc-contact-side-card .pc-illustration {
  min-height: 132px;
}

@media (max-width: 991.98px) {
  .pc-page--home .pc-section {
    padding: 44px 0;
  }

  .pc-page--home .pc-home-hero .container {
    padding-top: 36px;
    padding-bottom: 42px;
  }

  .pc-page--pricing .pc-pricing-hero {
    padding: 52px 0 20px;
  }

  .pc-page--templates main > section:first-of-type {
    padding: 52px 0 22px;
  }

  .pc-page--templates main > section:nth-of-type(2) .container {
    padding: 18px;
  }

  .pc-page--contact .pc-contact-form-card,
  .pc-page--contact .pc-contact-side-card {
    padding: 22px !important;
  }
}

/* Round 3.1 refinement: stronger contact/pricing/templates overrides */
.pc-page--pricing .pc-pricing-hero.pc-section {
  padding: 56px 0 18px;
}

.pc-page--pricing .pc-pricing-plans.pc-section {
  padding: 12px 0 24px;
}

.pc-page--pricing .pc-pricing-compare.pc-section,
.pc-page--pricing .pc-pricing-compare-mobile.pc-section,
.pc-page--pricing .pc-pricing-faq.pc-section {
  padding-top: 26px;
  padding-bottom: 34px;
}

.pc-page--templates main > section:first-of-type.pc-section {
  padding: 56px 0 22px;
}

.pc-page--templates main > section.pc-section {
  padding-top: 18px;
}

.pc-page--templates .pc-filter-bar {
  margin-bottom: 24px !important;
}

.pc-page--contact .pc-contact-shell.pc-section {
  padding-top: 8px;
  padding-bottom: 48px;
}

.pc-page--contact .pc-contact-side-card {
  height: auto !important;
  align-self: flex-start;
}

.pc-contact-side-block {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  padding: 16px;
}

.pc-contact-side-block h6 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #10203a;
}

.pc-contact-steps {
  display: grid;
  gap: 10px;
}

.pc-contact-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.pc-contact-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.pc-contact-step strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #10203a;
}

.pc-contact-step small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.55;
  color: #64748b;
}

.pc-page--contact .pc-contact-side-card .pc-illustration {
  min-height: 104px;
}

@media (max-width: 991.98px) {
  .pc-page--pricing .pc-pricing-hero.pc-section {
    padding: 42px 0 16px;
  }

  .pc-page--pricing .pc-pricing-plans.pc-section,
  .pc-page--pricing .pc-pricing-compare.pc-section,
  .pc-page--pricing .pc-pricing-compare-mobile.pc-section,
  .pc-page--pricing .pc-pricing-faq.pc-section {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .pc-page--templates main > section:first-of-type.pc-section {
    padding: 44px 0 18px;
  }

  .pc-page--contact .pc-contact-shell.pc-section {
    padding-bottom: 36px;
  }
}

/* Round 3.2 refinement: split contact rail into stacked cards */
.pc-contact-stack {
  display: grid;
  gap: 16px;
}

.pc-contact-side-card--secondary {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(244,247,255,0.92));
}

.pc-contact-side-card--secondary .pc-contact-side-block {
  margin-top: 0 !important;
}

/* Round 4 refinement: core page trust strips + denser home rhythm */
.pc-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pc-hero-point {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.pc-page--pricing .pc-hero-point,
.pc-page--templates .pc-hero-point {
  background: rgba(255, 255, 255, 0.82);
}

.pc-page--home .pc-hero-title {
  font-size: clamp(2.15rem, 3.2vw, 3.55rem) !important;
  max-width: 10ch !important;
}

.pc-page--home .pc-hero-sub {
  max-width: 34rem;
  font-size: 16px;
  line-height: 1.7;
}

.pc-page--home .pc-stat {
  min-height: 96px !important;
  padding: 18px 18px !important;
}

.pc-page--home .pc-section-title {
  font-size: clamp(28px, 2.6vw, 36px);
}

.pc-page--home .pc-home-models .pc-model-card ul,
.pc-page--home .pc-home-models .pc-model-card p,
.pc-page--home .pc-home-dual .pc-card p,
.pc-page--home .pc-home-audience .pc-card p {
  margin-bottom: 0;
}

.pc-page--home .pc-home-models .pc-model-card li + li {
  margin-top: 6px;
}

.pc-page--home .pc-home-dual .pc-card {
  max-width: 430px;
  margin-left: auto;
}

.pc-page--home .pc-home-paths .pc-flow-step {
  min-height: 60px;
  padding: 12px;
}

.pc-page--pricing .pc-pricing-hero.pc-section {
  padding: 42px 0 14px !important;
}

.pc-page--pricing .pc-pricing-plans.pc-section {
  padding: 8px 0 22px !important;
}

.pc-page--pricing .pc-pricing-compare.pc-section,
.pc-page--pricing .pc-pricing-compare-mobile.pc-section,
.pc-page--pricing .pc-pricing-faq.pc-section {
  padding-top: 20px !important;
  padding-bottom: 28px !important;
}

.pc-page--templates main > section:first-of-type.pc-section {
  padding: 44px 0 18px !important;
}

.pc-page--templates main > section.pc-section {
  padding-top: 14px !important;
}

.pc-page--templates .pc-template-thumb {
  min-height: 124px !important;
}

.pc-page--templates .row.g-4 {
  --bs-gutter-y: 20px;
}

@media (max-width: 991.98px) {
  .pc-hero-points {
    gap: 8px;
  }

  .pc-hero-point {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .pc-page--home .pc-home-dual .pc-card {
    max-width: none;
    margin-left: 0;
  }
}

/* Round 5 refinement: content pages trust strips and about positioning card */
.pc-content-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pc-content-point {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.pc-page--about .pc-content-point,
.pc-page--help .pc-content-point,
.pc-page--news .pc-content-point,
.pc-page--partners .pc-content-point {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.pc-about-story {
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(241,245,249,0.96));
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  padding: 28px;
}

.pc-about-story-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.pc-about-story h5 {
  margin: 16px 0 18px;
  font-size: 24px;
  line-height: 1.35;
  color: #0f172a;
}

.pc-about-story-grid {
  display: grid;
  gap: 12px;
}

.pc-about-story-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.16);
  padding: 14px 16px;
}

.pc-about-story-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #0f172a;
}

.pc-about-story-item span {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}

.pc-page--help .pc-search,
.pc-page--news .pc-subscribe {
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 12px;
}

.pc-page--news .pc-subscribe-note {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 991.98px) {
  .pc-content-points {
    gap: 8px;
  }

  .pc-content-point {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .pc-about-story {
    padding: 22px;
  }

  .pc-about-story h5 {
    font-size: 20px;
  }
}

/* Round 6 refinement: news detail + mobile content rhythm */
.pc-news-detail-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pc-news-detail-point {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
}

.pc-news-detail-side {
  position: sticky;
  top: 88px;
}

.pc-news-detail-side-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
  padding: 22px;
}

.pc-news-detail-side-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,0.08);
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.pc-news-detail-side-card h5 {
  margin: 16px 0 10px;
  font-size: 22px;
  line-height: 1.35;
  color: #0f172a;
}

.pc-news-detail-links {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.pc-news-detail-links a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.pc-news-detail-links a:hover {
  color: #1d4ed8;
}

@media (max-width: 991.98px) {
  .pc-news-detail-side {
    position: static;
  }

  .pc-news-detail-points {
    gap: 8px;
    margin-top: 14px;
  }

  .pc-news-detail-point {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .pc-page--about main > section:first-of-type,
  .pc-page--help main > section:first-of-type,
  .pc-page--partners main > section:first-of-type,
  .pc-page--news main > section:first-of-type {
    padding: 42px 0 24px !important;
  }

  .pc-page--about main > section:not(:first-of-type),
  .pc-page--help main > section:not(:first-of-type),
  .pc-page--partners main > section:not(:first-of-type),
  .pc-page--news main > section:not(:first-of-type) {
    padding: 18px 0 !important;
  }

  .pc-page--about main > section:not(:first-of-type) .container,
  .pc-page--help main > section:not(:first-of-type) .container,
  .pc-page--partners main > section:not(:first-of-type) .container,
  .pc-page--news main > section:not(:first-of-type) .container {
    padding: 20px 18px !important;
    border-radius: 22px;
  }

  .pc-page--help .pc-search,
  .pc-page--news .pc-subscribe {
    padding: 10px;
    border-radius: 16px;
  }
}
