/**
 * About family pages — align with crystal blue + svc/home professional system.
 * Covers: about.php, achievements.php, careers.php, faq.php
 */

/* ---- Shared page canvas ---- */
body.about-premium main,
body.achievements-premium main,
body.careers-premium main,
body.faq-premium main {
  background: #f8faff !important;
}

/* ---- Heroes: match svc-hero commercial feel ---- */
body.achievements-premium .page-pro-hero,
body.careers-premium .page-pro-hero,
body.faq-premium .page-pro-hero,
body.about-premium .about-corp-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 12% -10%, rgba(9, 92, 255, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 92% 10%, rgba(9, 92, 255, 0.08), transparent 50%),
    linear-gradient(180deg, #f8faff 0%, #f3f7ff 55%, #eef3ff 100%) !important;
}

body.achievements-premium .page-pro-hero__eyebrow,
body.careers-premium .page-pro-hero__eyebrow,
body.faq-premium .page-pro-hero__eyebrow,
body.about-premium .about-corp-eyebrow,
body.achievements-premium .ach-section-label,
body.careers-premium .careers-section-head > p:first-of-type,
body.faq-premium .faq-ask > p:first-of-type {
  color: #095cff !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

body.achievements-premium .page-pro-hero__title,
body.careers-premium .page-pro-hero__title,
body.faq-premium .page-pro-hero__title,
body.about-premium .about-corp-hero__title {
  color: #09142c !important;
  letter-spacing: -0.03em;
}

body.achievements-premium .page-pro-hero__sub,
body.careers-premium .page-pro-hero__sub,
body.faq-premium .page-pro-hero__sub {
  color: #5d6b86 !important;
  line-height: 1.7 !important;
}

/* Side panels in heroes */
body.achievements-premium .ach-hero-badge,
body.faq-premium .faq-hero-panel,
body.careers-premium .careers-hero-card {
  border-radius: 18px !important;
}

body.achievements-premium .ach-hero-badge__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #095cff;
  margin-bottom: 0.5rem;
}

body.achievements-premium .ach-hero-badge__value {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #09142c;
  line-height: 1;
  margin-bottom: 0.65rem;
}

body.achievements-premium .ach-hero-badge__sub {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5d6b86;
  margin: 0;
}

body.faq-premium .faq-hero-panel {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.5rem 1.5rem 1.6rem !important;
}

body.faq-premium .faq-hero-panel__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.65rem;
}

body.faq-premium .faq-hero-panel__icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #fff, #eef4ff 50%, #dce8ff);
  border: 1px solid #4b7bff40;
  color: #095cff !important;
  font-size: 1.2rem !important;
  flex-shrink: 0;
}

/* ---- Achievements: stats as clean tile grid (no nested wash bar) ---- */
body.achievements-premium .ach-stats-bar {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  backdrop-filter: none !important;
}

body.achievements-premium .ach-stats-bar::before,
body.achievements-premium .ach-stats-bar::after {
  display: none !important;
}

body.achievements-premium .ach-stat-card {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.35rem 1.25rem 1.4rem !important;
  min-height: 9.5rem;
  height: 100%;
}

body.achievements-premium .ach-stat-card__icon {
  width: 2.75rem !important;
  height: 2.75rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.65rem !important;
  font-size: 1.35rem !important;
}

body.achievements-premium .ach-stat-card__value {
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #09142c !important;
  line-height: 1.1;
  margin: 0;
}

body.achievements-premium .ach-stat-card__label {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #5d6b86 !important;
  font-weight: 500;
  margin: 0;
}

body.achievements-premium .ach-section-title {
  color: #09142c !important;
  letter-spacing: -0.03em;
}

body.achievements-premium .ach-prose,
body.achievements-premium .ach-prose p {
  color: #5d6b86 !important;
  line-height: 1.75 !important;
}

body.achievements-premium .ach-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

body.achievements-premium .ach-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #2f4c961f;
  box-shadow: 0 12px 28px #1c3a8912;
  color: #3a4660;
  font-size: 0.95rem;
  line-height: 1.55;
}

body.achievements-premium .ach-highlight-item__icon {
  color: #095cff !important;
  font-size: 1.25rem !important;
  margin-top: 0.1rem;
  flex-shrink: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

body.achievements-premium .ach-media__caption {
  background: #ffffff !important;
  color: #5d6b86 !important;
  border-color: #2f4c961f !important;
  letter-spacing: 0.06em !important;
}

body.achievements-premium .ach-media__badge {
  color: #fff !important;
  background: #095cff !important;
}

body.achievements-premium .ach-story-card {
  background: #fff !important;
  border: 1px solid #2f4c961f !important;
  box-shadow: 0 28px 80px #1c3a8929 !important;
}

body.achievements-premium .ach-partner-card {
  background: #fff !important;
  border-color: #2f4c961f !important;
  color: #5d6b86 !important;
}

body.achievements-premium .ach-impact-num {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  color: #095cff !important;
}

/* ---- Careers ---- */
body.careers-premium .careers-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #2f4c961f;
  box-shadow: 0 10px 24px #1c3a8914;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #095cff;
  margin-bottom: 1rem;
}

body.careers-premium .careers-badge__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #095cff;
  box-shadow: 0 0 0 4px rgba(9, 92, 255, 0.18);
  animation: about-pulse 1.8s ease-in-out infinite;
}

@keyframes about-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

body.careers-premium .careers-hero__title-gradient {
  background: none !important;
  -webkit-text-fill-color: unset !important;
  color: #09142c !important;
}

body.careers-premium .careers-hero-card {
  background: linear-gradient(155deg, #0b1a38 0%, #12284f 48%, #163366 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 28px 70px rgba(9, 20, 44, 0.35) !important;
  color: #f5f8ff;
  padding: 1.6rem 1.5rem !important;
  overflow: hidden;
}

body.careers-premium .careers-hero-card__tag {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(9, 92, 255, 0.22);
  border: 1px solid rgba(120, 160, 255, 0.35);
  color: #9ec0ff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.careers-premium .careers-hero-card h2 {
  color: #fff !important;
}

body.careers-premium .careers-hero-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

body.careers-premium .careers-hero-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

body.careers-premium .careers-hero-card__list .material-symbols-outlined {
  color: #7eb0ff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
  width: 1.85rem !important;
  height: 1.85rem !important;
  font-size: 1rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px !important;
  flex-shrink: 0;
}

body.careers-premium .careers-hero-apply {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #2f4c961f;
  box-shadow: 0 28px 80px #1c3a8929;
}

@media (min-width: 900px) {
  body.careers-premium .careers-hero-apply {
    grid-template-columns: 1.4fr 0.9fr;
    align-items: center;
    padding: 1.75rem 1.85rem;
  }
}

body.careers-premium .careers-hero-apply__steps {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  body.careers-premium .careers-hero-apply__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: stretch;
  }

  body.careers-premium .careers-hero-apply__connector {
    display: none;
  }
}

body.careers-premium .careers-hero-apply__step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 0.95rem;
  border-radius: 14px;
  background: #f5f8ff;
  border: 1px solid #2f4c9614;
  height: 100%;
}

body.careers-premium .careers-hero-apply__step-icon {
  width: 2.35rem !important;
  height: 2.35rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  background: linear-gradient(160deg, #fff, #eef4ff 50%, #dce8ff) !important;
  border: 1px solid #4b7bff40 !important;
  color: #095cff !important;
  font-size: 1.15rem !important;
  flex-shrink: 0;
  box-shadow: 0 10px 20px #18337018 !important;
}

body.careers-premium .careers-hero-apply__step-num {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #095cff;
  margin: 0 0 0.2rem;
}

body.careers-premium .careers-hero-apply__step-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #09142c;
  margin: 0 0 0.15rem;
}

body.careers-premium .careers-hero-apply__step-desc {
  font-size: 0.8rem;
  color: #5d6b86;
  margin: 0;
  line-height: 1.4;
}

body.careers-premium .careers-hero-apply__cta {
  text-align: center;
  padding: 0.5rem 0.25rem;
}

body.careers-premium .careers-hero-apply__eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #095cff;
  margin-bottom: 0.75rem;
}

body.careers-premium .careers-hero-apply__note {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  color: #5d6b86;
}

body.careers-premium .careers-section-head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 2.5rem;
}

body.careers-premium .careers-section-head__line {
  width: 2.5rem;
  height: 3px;
  border-radius: 999px;
  background: #095cff;
  margin: 0 auto 1rem;
}

body.careers-premium .careers-qual-card,
body.careers-premium .careers-culture-card,
body.careers-premium .careers-process__step {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.4rem 1.25rem !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid #2f4c961f !important;
  box-shadow: 0 28px 80px #1c3a8929 !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.careers-premium .careers-qual-card:hover,
body.careers-premium .careers-culture-card:hover,
body.careers-premium .careers-process__step:hover {
  transform: translateY(-5px);
  border-color: #4b7bff66 !important;
}

body.careers-premium .careers-qual-card__icon,
body.careers-premium .careers-culture-card .material-symbols-outlined {
  width: 2.75rem !important;
  height: 2.75rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem !important;
  border-radius: 14px !important;
  background: linear-gradient(160deg, #fff, #eef4ff 50%, #dce8ff) !important;
  border: 1px solid #4b7bff40 !important;
  color: #095cff !important;
  box-shadow: 0 12px 24px #18337018 !important;
}

body.careers-premium .careers-process {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  body.careers-premium .careers-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.careers-premium .careers-process__step {
  counter-increment: careers-step;
  position: relative;
  padding-top: 1.6rem !important;
}

body.careers-premium .careers-process {
  counter-reset: careers-step;
}

body.careers-premium .careers-process__step::before {
  content: counter(careers-step, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #4b7bff33;
  color: #095cff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  width: fit-content;
}

body.careers-premium .careers-highlight-banner {
  margin-top: 2rem;
  padding: 1.5rem 1.4rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #2f4c961f;
  box-shadow: 0 28px 80px #1c3a8929;
}

body.careers-premium .page-pro-shift-card {
  min-height: 100%;
}

body.careers-premium .careers-shift-card__badge {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: #eef4ff;
  border: 1px solid #4b7bff33;
  color: #095cff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---- FAQ ---- */
body.faq-premium .faq-toolbar .page-pro-panel {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

body.faq-premium .faq-filters {
  justify-content: center;
}

body.faq-premium .faq-filter.is-active {
  background: #095cff !important;
  border-color: #095cff !important;
  color: #fff !important;
}

body.faq-premium .faq-filter.is-active .faq-filter__count {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff;
}

body.faq-premium .faq-item {
  background: #fff !important;
  border: 1px solid #2f4c961f !important;
  box-shadow: 0 16px 40px #1c3a8918 !important;
  border-radius: 16px !important;
}

body.faq-premium .faq-item__btn {
  padding: 1.15rem 1.25rem !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
}

body.faq-premium .faq-item__panel {
  border-top: 1px solid #2f4c9614;
  margin: 0 1.25rem 1.15rem;
  padding: 0.95rem 0 0.15rem !important;
  color: #5d6b86 !important;
}

body.faq-premium .faq-group__icon {
  background: linear-gradient(160deg, #fff, #eef4ff 50%, #dce8ff) !important;
  border: 1px solid #4b7bff40;
  box-shadow: 0 10px 20px #18337014;
  color: #095cff !important;
  border-radius: 14px !important;
}

body.faq-premium .faq-ask {
  text-align: center;
}

/* ---- About Us corporate ---- */
body.about-premium .about-corp-stat,
body.about-premium .about-corp-pillar,
body.about-premium .about-corp-reason,
body.about-premium .about-corp-office {
  background: #fff !important;
  border: 1px solid #2f4c961f !important;
  box-shadow: 0 28px 80px #1c3a8929 !important;
  border-radius: 18px !important;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

body.about-premium .about-corp-stat:hover,
body.about-premium .about-corp-pillar:hover,
body.about-premium .about-corp-reason:hover,
body.about-premium .about-corp-office:hover {
  transform: translateY(-5px);
  border-color: #4b7bff66 !important;
}

body.about-premium .about-corp-stat {
  padding: 1.25rem 1.15rem;
}

body.about-premium .about-corp-stat__value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #09142c;
  letter-spacing: -0.03em;
  margin: 0 0 0.25rem;
}

body.about-premium .about-corp-stat__label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #09142c;
  margin: 0 0 0.2rem;
}

body.about-premium .about-corp-stat__note {
  font-size: 0.8rem;
  color: #5d6b86;
  margin: 0;
  line-height: 1.45;
}

body.about-premium .about-corp-btn--primary,
body.careers-premium .careers-btn-primary {
  background: linear-gradient(135deg, #0a4de0, #095cff) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 14px 32px rgba(9, 92, 255, 0.35) !important;
}

body.about-premium .about-corp-btn--ghost {
  border: 1px solid #2f4c9633 !important;
  color: #09142c !important;
  background: #fff !important;
}

/* Kill leftover warm cream on about family */
body.achievements-premium .ach-story-card,
body.faq-premium .faq-item,
body.careers-premium .careers-highlight-banner {
  background-image: none !important;
}
