/* Panacia Design System — Components */

.ps-skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background: var(--ps-primary);
  color: #fff;
  border-radius: var(--ps-radius-sm);
  text-decoration: none;
}
.ps-skip-link:focus { top: 1rem; }

/* Buttons — unified pill shape sitewide */
.btn.ps-btn-primary,
.btn.ps-btn-outline-primary,
.btn.ps-btn-outline-light,
.btn.ps-btn-ghost-light,
.btn.ps-btn-whatsapp,
.ps-btn-primary,
.ps-btn-outline-primary,
.ps-btn-outline-light,
.ps-btn-ghost-light,
.ps-btn-whatsapp {
  border-radius: var(--ps-btn-radius);
}

.ps-btn-primary {
  background: var(--ps-gradient-cta);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  transition: transform var(--ps-duration), box-shadow var(--ps-duration), background var(--ps-duration);
}
.ps-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--ps-shadow);
}
.ps-btn-outline-primary {
  border: 2px solid var(--ps-royal);
  color: var(--ps-royal);
  font-weight: 600;
  padding: 0.75rem 1.75rem;
}
.ps-btn-outline-primary:hover {
  background: var(--ps-royal);
  color: #fff;
}
.ps-btn-outline-light {
  border: 2px solid rgba(255,255,255,0.55);
  color: #fff;
  padding: 0.75rem 1.75rem;
}
.ps-btn-outline-light:hover { background: rgba(255,255,255,0.15); color: #fff; }
.ps-btn-ghost-light {
  border: 2px solid rgba(255,255,255,0.35);
  color: #fff;
  padding: 0.75rem 1.75rem;
}
.ps-btn-ghost-light:hover { background: rgba(255,255,255,0.1); color: #fff; }
.ps-btn-whatsapp {
  background: #25d366;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
}
.ps-btn-whatsapp:hover { background: #1da851; color: #fff; }

/* Header */
/* ── Top utility bar ── */
.ps-topbar {
  background: var(--ps-navy, #0f172a);
  color: rgba(255,255,255,0.85);
  font-size: 0.78rem;
  line-height: 1;
}
.ps-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0;
}
.ps-topbar-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.ps-topbar-item {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.15s;
}
a.ps-topbar-item:hover { color: #fff; }
.ps-topbar-item i { font-size: 0.7rem; color: var(--ps-cyan, #06b6d4); }
.ps-topbar-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ps-topbar-cta {
  background: var(--ps-primary, #dc2626);
  color: #fff !important;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 0.35rem 1rem;
  border-radius: var(--ps-radius-sm, 6px);
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
  letter-spacing: 0.01em;
}
.ps-topbar-cta:hover {
  background: var(--ps-primary-hover, #b91c1c);
  transform: translateY(-1px);
}

/* ── Main header ── */
.ps-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  border-bottom: 1px solid var(--ps-border);
  overflow: visible;
  transition: box-shadow var(--ps-duration);
}
.ps-header.scrolled { box-shadow: var(--ps-shadow-sm); }
.ps-navbar {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}
.ps-navbar > .container-xxl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 3.75rem;
  position: relative;
}
.ps-brand {
  position: relative;
  z-index: 1040;
  padding: 0;
  margin: 0 1.5rem 0 0;
  flex-shrink: 0;
}
.ps-brand-box {
  display: block;
  padding: 0rem 0.5rem;
  line-height: 0;
}
.ps-brand img {
  display: block;
  width: 215px;
  max-width: min(215px, 42vw);
  height: auto;
  margin-bottom:-20px;
}
.ps-navbar .navbar-collapse {
  flex: 1 1 auto;
  justify-content: flex-end;
}
.ps-navbar > .container-xxl > .d-flex.d-lg-none {
  align-self: center;
}
.ps-navbar .nav-link {
  font-weight: 500;
  color: var(--ps-text);
  font-size: 0.92rem;
  padding: 0.65rem 0.7rem;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ps-brand img { width: 180px; }
  .ps-brand { margin-right: 1rem; }
  .ps-navbar .nav-link { font-size: 0.95rem; padding: 0.55rem 0.5rem; }
}
.ps-navbar .nav-link:hover { color: var(--ps-royal); }
.ps-mega-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ps-royal);
  margin-bottom: 0.75rem;
}
.ps-mega-title a { color: inherit; text-decoration: none; }
.ps-mega-links li { margin-bottom: 0.35rem; }
.ps-mega-links a {
  color: var(--ps-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--ps-duration);
}
.ps-mega-links a:hover { color: var(--ps-royal); }
.ps-mega-menu { margin-top: 0; border-radius: 0 0 var(--ps-radius) var(--ps-radius); }
.ps-navbar-toggler { border-color: var(--ps-border); }

@media (max-width: 991.98px) {
  .ps-brand-box {
    padding: 0.2rem 0.35rem;
  }
  .ps-brand img {
    width: 160px;
    max-width: min(160px, 44vw);
  }
  .ps-brand {
    margin-right: 0.75rem;
  }
}

/* Cards */
.ps-card {
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius);
  padding: 1.75rem;
  height: 100%;
  transition: transform var(--ps-duration), box-shadow var(--ps-duration);
}
.ps-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ps-shadow);
}
.ps-card-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--ps-radius-sm);
  background: var(--ps-surface-2);
  color: var(--ps-indigo);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.ps-card h3 { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.5rem; }
.ps-card p { color: var(--ps-text-muted); font-size: 0.9rem; margin-bottom: 1rem; }
.ps-card-link {
  color: var(--ps-royal);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.875rem;
}
.ps-card-link:hover { text-decoration: underline; }

/* Stats */
.ps-stat { text-align: center; padding: 1rem; }
.ps-stat-number {
  font-family: var(--ps-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--ps-cyan);
  line-height: 1;
}
.ps-stat-label { color: var(--ps-text-muted); font-size: 0.875rem; margin-top: 0.5rem; }

/* Marquee */
.ps-marquee-wrap {
  overflow: hidden;
  background: var(--ps-bg);
  border-block: 1px solid var(--ps-border);
  padding: 1.25rem 0;
}
.ps-marquee {
  display: flex;
  gap: 3rem;
  animation: ps-marquee 30s linear infinite;
  width: max-content;
}
.ps-marquee-item {
  white-space: nowrap;
  font-weight: 600;
  color: var(--ps-text-muted);
  font-size: 0.9rem;
}
@keyframes ps-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Timeline */
.ps-process-step {
  text-align: center;
  position: relative;
}
.ps-process-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ps-gradient-ai);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.ps-process-step h4,
.ps-process-step h3.h4 { font-size: 0.9rem; font-weight: 600; }

/* Testimonials */
.ps-testimonial {
  background: var(--ps-surface);
  border-radius: var(--ps-radius);
  padding: 2rem;
  border: 1px solid var(--ps-border);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.ps-testimonial blockquote {
  font-style: italic;
  color: var(--ps-text);
  margin-bottom: 0;
  font-size: 0.95rem;
  flex: 1 1 auto;
}
.ps-testimonial-footer {
  margin-top: auto;
  padding-top: 1rem;
  min-height: 4.25rem;
}
.ps-testimonial cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: var(--ps-royal);
  font-size: 0.875rem;
}
.ps-testimonial-stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 0.08em;
  min-height: 1.5rem;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}
.ps-testimonial-meta {
  margin-top: 0.75rem;
  text-align: center;
}
.ps-testimonial-source {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ps-text-muted);
  text-decoration: none;
}
.ps-testimonial-source:hover {
  color: var(--ps-royal);
  text-decoration: none;
}
.ps-testimonial-source--google i {
  color: #4285f4;
  font-size: 1rem;
}

.ps-testimonial-carousel {
  position: relative;
}
.ps-testimonial-carousel-stage {
  position: relative;
  padding: 0 3.25rem;
}
.ps-testimonial-slide-row {
  align-items: stretch;
}
.ps-testimonial-slide-row > [class*="col-"] {
  display: flex;
}
.ps-testimonial-carousel.is-measuring .carousel-inner {
  min-height: 0 !important;
}
.ps-testimonial-carousel.is-measuring .carousel-item {
  display: block !important;
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ps-testimonial-indicators {
  position: static;
  margin: 1.5rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
}
.ps-testimonial-indicators [data-bs-target] {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  border: 0;
  background-color: var(--ps-royal);
  opacity: 0.28;
  transition: opacity var(--ps-duration), transform var(--ps-duration);
}
.ps-testimonial-indicators .active {
  opacity: 1;
  transform: scale(1.15);
}
.ps-testimonial-control {
  width: 2.75rem;
  height: 2.75rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 2;
}
.ps-testimonial-control.carousel-control-prev { left: 0; }
.ps-testimonial-control.carousel-control-next { right: 0; }
.ps-testimonial-control-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ps-border);
  color: var(--ps-royal);
  box-shadow: var(--ps-shadow-sm);
  font-size: 1.2rem;
}
.ps-testimonial-control:hover .ps-testimonial-control-icon,
.ps-testimonial-control:focus .ps-testimonial-control-icon {
  background: var(--ps-royal);
  color: #fff;
  border-color: var(--ps-royal);
}

@media (max-width: 991.98px) {
  .ps-testimonial-carousel-stage {
    padding: 0 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .ps-testimonial-carousel-stage {
    padding: 0;
  }
  .ps-testimonial-control {
    display: none;
  }
  .ps-testimonial-footer {
    min-height: 3.5rem;
  }
}

/* CTA Band */
.ps-cta-band {
  background: var(--ps-gradient-hero);
  color: var(--ps-text-inverse);
  position: relative;
  z-index: 2;
}
.ps-cta-title {
  font-family: var(--ps-font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
}
.ps-cta-subtitle { opacity: 0.85; max-width: 600px; margin: 0 auto; }

/* Footer */
.ps-footer { position: relative; }
.ps-footer-main { background: var(--ps-secondary); color: var(--ps-text-inverse); }
.ps-footer-title { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; color: #fff; }
.ps-footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; display: block; padding: 0.2rem 0; }
.ps-footer-links a:hover { color: #fff; }
.ps-footer-address { font-style: normal; font-size: 0.9rem; color: rgba(255,255,255,0.7); }
.ps-footer-address a { color: rgba(255,255,255,0.85); }
.ps-footer-contact { margin-bottom: 1.25rem; }
.ps-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}
.ps-footer-contact-item a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
.ps-footer-contact-item a:hover { color: #fff; }
.ps-footer-contact-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: var(--ps-cyan);
  font-size: 1rem;
  margin-top: 0.1rem;
}
.ps-social-links a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  margin-right: 0.5rem;
  transition: background var(--ps-duration), color var(--ps-duration);
}
.ps-social-links a:hover { background: var(--ps-primary); }
.ps-footer-bottom { background: #0d0d1a; color: rgba(255,255,255,0.5); }
.ps-footer-legal a { color: rgba(255,255,255,0.6); text-decoration: none; margin-right: 1rem; font-size: 0.85rem; }
.ps-footer-legal a:hover { color: #fff; }

/* SEO legacy keywords — preserved in HTML, visually hidden from users */
.ps-seo-legacy {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.ps-seo-legacy .container-xxl {
  padding: 0 !important;
}
.ps-seo-legacy h1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* Floating CTA */
.ps-floating-cta {
  position: fixed;
  bottom: 5rem;
  right: 1.25rem;
  z-index: 1020;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ps-fab {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: var(--ps-shadow);
  transition: transform var(--ps-duration);
  text-decoration: none;
}
.ps-fab:hover { transform: scale(1.08); }
.ps-fab-whatsapp { background: #25d366; color: #fff; }
.ps-fab-call { background: var(--ps-primary); color: #fff; }
.ps-fab-top { background: var(--ps-secondary); color: #fff; opacity: 0; pointer-events: none; transition: opacity var(--ps-duration); }
.ps-fab-top.visible { opacity: 1; pointer-events: auto; }

.ps-sticky-mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1025;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  background: var(--ps-surface);
  border-top: 1px solid var(--ps-border);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
}
@media (min-width: 992px) {
  .ps-sticky-mobile-cta { display: none !important; }
  .ps-floating-cta { bottom: 1.5rem; }
}

/* Section titles */
.ps-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ps-royal);
  margin-bottom: 0.5rem;
}
.ps-section-title {
  font-family: var(--ps-font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--ps-text);
  margin-bottom: 1rem;
}
.ps-section-subtitle { color: var(--ps-text-muted); max-width: 640px; }

/* Tech logos */
.ps-tech-logo {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter var(--ps-duration), opacity var(--ps-duration);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--ps-text-muted);
  padding: 0.75rem 1rem;
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-sm);
  text-align: center;
}
.ps-tech-logo:hover { filter: none; opacity: 1; color: var(--ps-royal); border-color: var(--ps-royal); }

/* Animations */
.ps-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ps-fade-up.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .ps-marquee { animation: none; }
  .ps-fade-up { opacity: 1; transform: none; transition: none; }
  .ps-card:hover { transform: none; }
}

/* Focus (WCAG 2.2) */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus-visible,
.form-select:focus-visible {
  outline: 2px solid var(--ps-focus);
  outline-offset: 2px;
}

/* Gradient text */
.ps-text-gradient {
  background: var(--ps-gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ps-text-gradient-emerald {
  background: linear-gradient(90deg, #34d399 0%, #10b981 55%, #22d3ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Hero keyword chips */
.ps-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0rem;
}
.ps-hero-chip {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: var(--ps-radius-pill);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
}

/* About homepage */
.ps-about-home {
  background: linear-gradient(180deg, var(--ps-bg) 0%, var(--ps-surface) 100%);
}
.ps-about-home-shell {
  border-radius: var(--ps-radius-lg);
  overflow: hidden;
  border: 1px solid var(--ps-border);
  box-shadow: var(--ps-shadow-lg);
  background: var(--ps-surface);
}
.ps-about-home-media {
  position: relative;
  min-height: 100%;
  height: 100%;
  min-height: 320px;
}
.ps-about-home-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
}
.ps-about-home-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(11, 18, 32, 0.15) 0%, rgba(30, 64, 175, 0.35) 100%);
  pointer-events: none;
}
.ps-about-home-media-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  padding: 0.65rem 1rem;
  border-radius: var(--ps-radius-sm);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--ps-shadow);
  line-height: 1.1;
}
.ps-about-home-media-badge-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ps-text-muted);
}
.ps-about-home-media-badge strong {
  font-family: var(--ps-font-display);
  font-size: 1.35rem;
  color: var(--ps-royal);
}
.ps-about-home-media-caption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: var(--ps-radius-pill);
  background: rgba(11, 18, 32, 0.72);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
}
.ps-about-home-media-caption i { color: var(--ps-electric); }
.ps-about-home-body {
  padding: clamp(1.5rem, 3vw, 2.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ps-about-home-title {
  font-family: var(--ps-font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--ps-navy);
  margin: 0 0 0.35rem;
  text-align: left;
}
.ps-about-home-tagline {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1.1rem;
}
.ps-about-home-lead {
  color: var(--ps-text);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}
.ps-about-home-text {
  color: var(--ps-text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.ps-about-home-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}
.ps-about-home-metric {
  padding: 0.7rem 0.55rem;
  border-radius: var(--ps-radius-sm);
  background: var(--ps-surface-2);
  border: 1px solid rgba(65, 105, 225, 0.12);
  text-align: center;
}
.ps-about-home-metric strong {
  display: block;
  font-family: var(--ps-font-display);
  font-size: 1.15rem;
  line-height: 1.2;
  color: var(--ps-royal);
}
.ps-about-home-metric span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  line-height: 1.25;
  color: var(--ps-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.ps-about-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.45rem;
}
.ps-about-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: var(--ps-text);
  line-height: 1.45;
}
.ps-about-highlights i {
  color: var(--ps-emerald);
  font-size: 1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.ps-about-service-chips {
  margin-bottom: 1.25rem;
}
.ps-about-service-chips-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ps-text-muted);
  margin-bottom: 0.5rem;
}
.ps-about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.ps-about-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: var(--ps-radius-pill);
  border: 1px solid rgba(65, 105, 225, 0.2);
  background: #fff;
  color: var(--ps-royal);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: background var(--ps-duration), border-color var(--ps-duration), color var(--ps-duration);
}
.ps-about-chip:hover {
  background: var(--ps-surface-2);
  border-color: var(--ps-royal);
  color: var(--ps-navy);
}
.ps-about-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
@media (max-width: 991.98px) {
  .ps-about-home-media {
    min-height: 260px;
  }
  .ps-about-home-img {
    min-height: 260px;
  }
  .ps-about-home-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .ps-about-home-body {
    padding: 1.25rem;
  }
  .ps-about-home-metrics {
    grid-template-columns: 1fr 1fr;
  }
}

/* About Panacia inner page */
.ps-about-page-hero-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ps-electric);
  margin-bottom: 0.65rem;
}
.ps-about-page-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}
.ps-about-page-hero-stat {
  padding: 0.55rem 0.9rem;
  border-radius: var(--ps-radius-sm);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  min-width: 5.5rem;
}
.ps-about-page-hero-stat strong {
  display: block;
  font-family: var(--ps-font-display);
  font-size: 1.05rem;
  color: #fff;
  line-height: 1.2;
}
.ps-about-page-hero-stat span {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.15rem;
}
.ps-about-page-intro {
  padding: 2.5rem 0 0;
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
}
.ps-about-page-shell {
  border-radius: var(--ps-radius-lg);
  overflow: hidden;
  border: 1px solid var(--ps-border);
  box-shadow: var(--ps-shadow-lg);
  background: var(--ps-surface);
}
.ps-about-page-shell > .row > .col-lg-5 {
  display: flex;
  min-height: 100%;
}
.ps-about-page-media {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
}
.ps-about-page-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.ps-about-page-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11, 18, 32, 0.45) 100%);
  pointer-events: none;
  z-index: 1;
}
.ps-about-page-media-badge {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border-radius: var(--ps-radius-pill);
  background: rgba(11, 18, 32, 0.78);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
}
.ps-about-page-media-badge i { color: var(--ps-electric); }
.ps-about-page-intro-body {
  padding: clamp(1.35rem, 3vw, 2.25rem);
  height: 100%;
}
.ps-about-page-title {
  font-family: var(--ps-font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--ps-navy);
  margin: 0 0 1rem;
  text-align: left;
}
.ps-about-page-lead {
  color: var(--ps-text);
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}
.ps-about-page-text {
  color: var(--ps-text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.ps-about-page-body {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.ps-about-page-body > .container-xxl > .row {
  align-items: flex-start;
}
.ps-about-page-body .ps-page-sidebar {
  position: sticky;
  top: 6rem;
  align-self: flex-start;
}
.ps-about-page-body .ps-about-page-panel,
.ps-about-page-body .ps-contact-card {
  position: relative;
  z-index: 1;
}
.ps-about-anchor {
  scroll-margin-top: 5.75rem;
}
#about-us.ps-about-page-intro {
  scroll-margin-top: 5.75rem;
}
.ps-about-page-panel {
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-bottom: 1.25rem;
  box-shadow: var(--ps-shadow-sm);
}
.ps-about-page-section-title {
  font-family: var(--ps-font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ps-navy);
  margin: 0 0 1rem;
}
.ps-about-page-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: var(--ps-radius);
  border: 1px solid var(--ps-border);
  background: var(--ps-surface);
  box-shadow: var(--ps-shadow-sm);
}
.ps-about-page-card--vision {
  background: linear-gradient(160deg, #fff 0%, #eef2ff 100%);
}
.ps-about-page-card--mission {
  background: linear-gradient(160deg, #fff 0%, #f0fdf4 100%);
}
.ps-about-page-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--ps-radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(65, 105, 225, 0.12);
  color: var(--ps-royal);
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.ps-about-page-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ps-navy);
  margin: 0 0 0.75rem;
}
.ps-about-page-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ps-text-muted);
  margin-bottom: 0.75rem;
}
.ps-about-page-principles {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.ps-about-page-principles li {
  padding: 0.75rem 0.9rem;
  border-radius: var(--ps-radius-sm);
  background: var(--ps-surface-2);
  border: 1px solid rgba(65, 105, 225, 0.1);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ps-text-muted);
}
.ps-about-page-principles strong { color: var(--ps-navy); }
.ps-about-page-accordion .accordion-button {
  font-weight: 600;
  font-size: 0.95rem;
}
.ps-about-page-accordion .accordion-button:not(.collapsed) {
  background: var(--ps-surface-2);
  color: var(--ps-royal);
}
.ps-about-page-accordion .accordion-body {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ps-text-muted);
}
.ps-about-page-sidebar { display: grid; gap: 1rem; }
.ps-about-page-sidebar-card {
  padding: 1.25rem;
  border-radius: var(--ps-radius);
  border: 1px solid var(--ps-border);
  background: var(--ps-surface);
  box-shadow: var(--ps-shadow-sm);
}
.ps-about-page-sidebar-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ps-navy);
  margin: 0 0 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.ps-about-page-sidebar-title i { color: var(--ps-royal); }
.ps-about-page-address {
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ps-text-muted);
}
.ps-about-page-sidebar-links li { margin-bottom: 0.45rem; }
.ps-about-page-sidebar-links a {
  color: var(--ps-royal);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.ps-about-page-sidebar-links a:hover { text-decoration: underline; }
.ps-about-page-sidebar-cta {
  background: linear-gradient(160deg, #fff 0%, #eef2ff 100%);
}
@media (max-width: 991.98px) {
  .ps-about-page-intro { margin-top: 0; padding-top: 2rem; }
  .ps-about-page-media {
    min-height: 260px;
  }
}

/* Why Us inner page */
.ps-why-page-strengths {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .ps-why-page-strengths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ps-why-page-strength {
  height: 100%;
  padding: 1.35rem;
  border-radius: var(--ps-radius);
  border: 1px solid var(--ps-border);
  background: var(--ps-surface);
  box-shadow: var(--ps-shadow-sm);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ps-why-page-strength:hover {
  border-color: rgba(65, 105, 225, 0.28);
  box-shadow: var(--ps-shadow);
}
.ps-why-page-strength--wide {
  grid-column: 1 / -1;
  background: linear-gradient(160deg, #fff 0%, #eef2ff 100%);
}
.ps-why-page-strength .ps-about-page-card-title {
  text-transform: capitalize;
  letter-spacing: normal;
}
.ps-why-page-strength p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ps-text-muted);
  margin-bottom: 0.75rem;
}
#why-intro.ps-about-page-intro {
  scroll-margin-top: 5.75rem;
}

/* Technology expertise chips */
.ps-tech-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.ps-tech-chip-list li {
  padding: 0.45rem 0.85rem;
  border-radius: var(--ps-radius-pill);
  background: var(--ps-surface-2);
  border: 1px solid rgba(65, 105, 225, 0.14);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ps-navy);
}
.ps-tech-chip-list a {
  color: inherit;
  text-decoration: none;
}
.ps-tech-chip-list a:hover {
  color: var(--ps-royal);
}

/* Client logo marquee */
.ps-clients-section {
  padding: 2.75rem 0 3rem;
  background: var(--ps-surface);
  border-top: 1px solid var(--ps-border);
  border-bottom: 1px solid var(--ps-border);
}
.ps-client-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  padding: 0.75rem 0 0.25rem;
}
.ps-client-marquee-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: max-content;
  animation: ps-client-marquee 42s linear infinite;
}
.ps-client-marquee-track:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .ps-client-marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    gap: 1.25rem;
    padding: 0 1rem;
  }
  .ps-client-marquee {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }
  .ps-client-marquee-track img[aria-hidden="true"] { display: none; }
}
@keyframes ps-client-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ps-client-logo {
  flex: 0 0 auto;
  width: 180px;
  height: 56px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.78;
  transition: filter var(--ps-duration), opacity var(--ps-duration), transform var(--ps-duration);
}
.ps-client-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.04);
}

/* Bento grid */
.ps-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}
.ps-bento-card {
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-lg);
  padding: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--ps-duration), box-shadow var(--ps-duration), border-color var(--ps-duration);
}
.ps-bento-card-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.ps-bento-card--lg .ps-bento-card-img { height: 180px; }
.ps-bento-card-body { padding: 1.5rem 1.75rem 1.75rem; flex: 1; display: flex; flex-direction: column; }
.ps-bento-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ps-shadow);
  border-color: rgba(65, 105, 225, 0.35);
}
.ps-bento-card--lg { grid-column: span 6; }
.ps-bento-card--md { grid-column: span 4; }
.ps-bento-card--sm { grid-column: span 3; }
@media (max-width: 991.98px) {
  .ps-bento-card--lg,
  .ps-bento-card--md,
  .ps-bento-card--sm { grid-column: span 6; }
}
@media (max-width: 575.98px) {
  .ps-bento-card--lg,
  .ps-bento-card--md,
  .ps-bento-card--sm { grid-column: span 12; }
}
.ps-bento-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--ps-radius-sm);
  background: linear-gradient(135deg, var(--ps-surface-2), #e0e7ff);
  border: 1px solid rgba(79, 70, 229, 0.2);
  color: var(--ps-royal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.ps-bento-icon > .bi {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  line-height: 1;
  color: var(--ps-royal);
  font-size: 1.35rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-bento-icon > .bi::before {
  display: inline-block;
  vertical-align: -0.125em;
}
.ps-bento-card h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 0.5rem; }
.ps-bento-card p { color: var(--ps-text-muted); font-size: 0.9rem; margin-bottom: 0.75rem; }

/* AI capability */
.ps-ai-band { background: var(--ps-surface-2); }
.ps-ai-list { list-style: none; padding: 0; margin: 0; }
.ps-ai-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--ps-border);
}
.ps-ai-list li:last-child { border-bottom: none; }
.ps-ai-list i { color: var(--ps-ai-purple); font-size: 1.25rem; margin-top: 0.15rem; }
.ps-ai-diagram {
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-lg);
  padding: 0;
  overflow: hidden;
  box-shadow: var(--ps-shadow-sm);
}
.ps-ai-visual-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 420px;
  object-fit: cover;
}

/* Homepage section banners */
.ps-section-banner {
  border-radius: var(--ps-radius-lg);
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: var(--ps-shadow);
}
.ps-section-banner img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 280px;
  object-fit: cover;
}
.ps-section-banner--wide img { max-height: 220px; }
.ps-section-dark .ps-section-banner {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ps-ai-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ps-ai-flow-node {
  flex: 1;
  min-width: 80px;
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: var(--ps-radius-sm);
  background: var(--ps-surface-2);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ps-text);
}
.ps-ai-flow-arrow { color: var(--ps-ai-purple); font-size: 1.25rem; }

/* Outcome solution cards */
.ps-outcome-card {
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-lg);
  padding: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--ps-duration), box-shadow var(--ps-duration);
}
.ps-outcome-card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.ps-outcome-card-body {
  padding: 1.5rem 1.75rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ps-outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ps-shadow);
}
.ps-outcome-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.ps-outcome-card-body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.ps-outcome-card ul {
  padding-left: 1.1rem;
  margin-bottom: 1.25rem;
  color: var(--ps-text-muted);
  font-size: 0.9rem;
  flex: 1;
}
.ps-outcome-card-body ul {
  padding-left: 1.1rem;
  margin-bottom: 1.25rem;
  color: var(--ps-text-muted);
  font-size: 0.9rem;
  flex: 1;
}
.ps-outcome-card ul li { margin-bottom: 0.35rem; }

/* Implementation proof */
.ps-proof-pillar {
  text-align: center;
  padding: 1.5rem;
  border-radius: var(--ps-radius);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  height: 100%;
}
.ps-proof-pillar i { font-size: 2rem; color: var(--ps-cyan); margin-bottom: 0.75rem; display: block; }
.ps-proof-pillar h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: #fff; }
.ps-proof-pillar p { font-size: 0.85rem; color: rgba(255,255,255,0.7); margin: 0; }

/* Case study cards */
.ps-case-card {
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-lg);
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ps-case-card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.ps-case-card-body { padding: 1.5rem 2rem 2rem; flex: 1; display: flex; flex-direction: column; }
.ps-case-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ps-royal);
  margin-bottom: 0.35rem;
}
.ps-case-card-body .ps-case-label { margin-bottom: 0.35rem; }
.ps-case-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; }
.ps-case-card-body h2,
.ps-case-card-body h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; }
.ps-case-row { margin-bottom: 0.75rem; font-size: 0.9rem; }
.ps-case-row strong { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ps-text-muted); margin-bottom: 0.2rem; }
.ps-case-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: auto; padding-top: 1rem; }
.ps-case-tag {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: var(--ps-radius-pill);
  background: var(--ps-surface-2);
  color: var(--ps-indigo);
}
.ps-case-card--elevated {
  transition: box-shadow var(--ps-duration), transform var(--ps-duration);
}
.ps-case-card--elevated:hover {
  box-shadow: var(--ps-shadow);
  transform: translateY(-3px);
}
.ps-portfolio-case-grid .ps-case-card-img {
  height: 180px;
}
.ps-blog-card h3 { margin-bottom: 0.75rem; color: var(--ps-text); }
.ps-blog-card-body h3 { margin-bottom: 0.75rem; color: var(--ps-text); }

/* Insights teaser */
.ps-insight-card {
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-lg);
  overflow: hidden;
  height: 100%;
  background: var(--ps-surface);
  transition: box-shadow var(--ps-duration);
}
.ps-insight-card:hover { box-shadow: var(--ps-shadow); }
.ps-insight-card-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.ps-insight-body { padding: 1.5rem; }
.ps-insight-body h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.ps-insight-body p { font-size: 0.875rem; color: var(--ps-text-muted); margin: 0; }

/* Blog cards */
.ps-blog-card {
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-lg);
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--ps-duration), transform var(--ps-duration);
  color: inherit;
  overflow: hidden;
}
.ps-blog-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.ps-blog-card-body { padding: 1.5rem 1.75rem 1.75rem; flex: 1; display: flex; flex-direction: column; }
a:hover .ps-blog-card {
  box-shadow: var(--ps-shadow);
  transform: translateY(-3px);
}
.ps-blog-category {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ps-royal);
  margin-bottom: 0.5rem;
}
.ps-blog-card-body .ps-blog-category { margin-bottom: 0.5rem; }
.ps-blog-card h2 { margin-bottom: 0.75rem; color: var(--ps-text); }
.ps-blog-card-body h2 { margin-bottom: 0.75rem; color: var(--ps-text); }
.ps-blog-card p {
  font-size: 0.9rem;
  color: var(--ps-text-muted);
  flex: 1;
  margin-bottom: 1rem;
}
.ps-blog-card-body p {
  font-size: 0.9rem;
  color: var(--ps-text-muted);
  flex: 1;
  margin-bottom: 1rem;
}
.ps-blog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--ps-text-muted);
  border-top: 1px solid var(--ps-border);
  padding-top: 0.75rem;
}

/* Calculator widgets */
.ps-calc-card {
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-lg);
  padding: 2rem;
  height: 100%;
}
.ps-calc-card h2 { font-weight: 700; margin-bottom: 0.5rem; }
.ps-calc-card h2 i { color: var(--ps-royal); margin-right: 0.35rem; }
.ps-calc-result {
  background: var(--ps-surface-2);
  border-radius: var(--ps-radius);
  padding: 1.25rem;
  margin-top: 0.5rem;
}
.ps-calc-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ps-text-muted);
  margin-bottom: 0.35rem;
}
.ps-calc-result strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ps-indigo);
  margin-bottom: 0.5rem;
}

.ps-article-feature img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: var(--ps-radius-lg);
  box-shadow: var(--ps-shadow);
}

.ps-exit-modal .modal-content {
  border: none;
  border-radius: var(--ps-radius-lg);
  box-shadow: var(--ps-shadow-lg);
}
.ps-exit-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--ps-surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--ps-royal);
}

/* Careers / job openings */
.ps-openings-hero .ps-about-page-hero-stat strong {
  color: var(--ps-royal);
}

.ps-openings-section-head {
  margin-bottom: 1.75rem;
}

.ps-opening-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.5rem 1.65rem;
  border-radius: var(--ps-radius-lg);
  background: var(--ps-surface);
  border: 1px solid var(--ps-border);
  box-shadow: var(--ps-shadow-sm);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ps-opening-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ps-shadow);
  border-color: rgba(37, 99, 235, 0.25);
}

.ps-opening-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--ps-royal), var(--ps-indigo));
}

.ps-opening-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.ps-opening-card-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--ps-radius);
  background: rgba(37, 99, 235, 0.1);
  color: var(--ps-royal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.ps-opening-card-head-text {
  flex: 1;
  min-width: 0;
}

.ps-opening-card-title {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--ps-ink);
}

.ps-opening-type-pill {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ps-opening-type-pill--full {
  background: rgba(37, 99, 235, 0.1);
  color: var(--ps-royal);
}

.ps-opening-type-pill--part {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}

.ps-opening-type-pill--contract {
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
}

.ps-opening-type-pill--intern {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.ps-opening-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  font-size: 0.88rem;
  color: var(--ps-muted);
}

.ps-opening-meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ps-opening-description,
.ps-opening-requirements div {
  color: var(--ps-ink-soft);
  line-height: 1.65;
  white-space: pre-wrap;
  font-size: 0.95rem;
}

.ps-opening-requirements {
  padding: 0.85rem 1rem;
  border-radius: var(--ps-radius);
  background: var(--ps-surface-2);
  font-size: 0.95rem;
}

.ps-opening-requirements strong {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
  color: var(--ps-ink);
}

.ps-opening-apply-btn {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ps-openings-empty-panel {
  padding: 2.5rem 1.5rem;
}

.ps-openings-empty-icon-wrap {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.1);
  color: var(--ps-royal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.ps-openings-benefit-grid {
  margin-top: 0.5rem;
}

.ps-openings-benefit {
  display: flex;
  gap: 0.85rem;
  height: 100%;
  padding: 1rem;
  border-radius: var(--ps-radius);
  background: var(--ps-surface-2);
  border: 1px solid var(--ps-border);
}

.ps-openings-benefit i {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #fff;
  color: var(--ps-royal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: var(--ps-shadow-sm);
}

.ps-openings-benefit strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ps-ink);
}

.ps-openings-benefit p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ps-muted);
  line-height: 1.5;
}

.ps-openings-sidebar-cta {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(79, 70, 229, 0.08));
  border-color: rgba(37, 99, 235, 0.15);
}

.ps-openings-cta {
  background: var(--ps-surface-2);
}

.ps-openings-page .ps-openings-intro {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.ps-openings-empty-icon {
  display: block;
  font-size: 2.5rem;
  color: var(--ps-royal);
  margin-bottom: 1rem;
}

