/* ==========================================================================
   Interior page styles (About, Services, Portfolio, Careers, Contact, Blog)
   ========================================================================== */

.hero-tag {
  display: inline-block; margin-bottom: 16px;
  background: rgba(255,255,255,0.12); color: #fff;
  font-family: var(--font-head); font-weight: 600; font-size: 0.82rem;
  padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.2);
}

.mt-section { margin-top: 52px; }
.mt-3 { margin-top: 22px; }
.narrow { max-width: 820px; }

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 420px);
  gap: clamp(26px, 4.5vw, 64px);
  align-items: center;
}
.page-hero-content { min-width: 0; }
.page-hero-image {
  width: min(100%, 400px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
  justify-self: end;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

/* ------------------------- Rich text content ---------------------------- */
.rich-text { color: var(--ink-soft); font-size: 1.05rem; }
.rich-text h2 { margin-top: 1.6em; }
.rich-text h3 { margin-top: 1.3em; }
.rich-text ul, .rich-text ol { padding-left: 1.4rem; }
.rich-text li { margin-bottom: 8px; }
.rich-text a { color: var(--blue); text-decoration: underline; }
.rich-text img { border-radius: var(--radius); margin: 1.4em 0; }
.rich-text blockquote {
  margin: 1.6em 0; padding: 4px 0 4px 22px;
  border-left: 4px solid var(--green); color: var(--ink); font-size: 1.1rem;
}

/* ------------------------------ About ----------------------------------- */
.about-story { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.about-mv { display: grid; gap: 22px; }
.mv-card {
  background: linear-gradient(135deg, #2f7db8 0%, #1e4e79 44%, #07111d 100%);
  border: 1px solid rgba(127, 185, 222, 0.28);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 42px rgba(7, 17, 29, 0.18);
}
.mv-card .card-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.mv-card h3 { margin-bottom: 8px; color: #fff; }
.mv-card p { margin: 0; color: #d8e8f6; }

.capability-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; height: 100%; transition: var(--transition); }
.capability-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: transparent; }
.cap-card-top { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.cap-card-top h3 { margin: 0; font-size: 1.15rem; }
.cap-headcount { font-size: 0.85rem; color: var(--muted); }
.skill-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }

/* ---------------------- Detail layout (2 col) --------------------------- */
.detail-layout { display: grid; grid-template-columns: 1fr 350px; gap: 48px; align-items: start; }
.detail-main { min-width: 0; }
.detail-aside { display: grid; gap: 22px; position: sticky; top: 100px; }
.aside-card { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.aside-card h3 { font-size: 1.05rem; margin-bottom: 14px; }
.aside-card .btn { width: 100%; justify-content: center; }
.aside-links { list-style: none; padding: 0; margin: 0; }
.aside-links li { margin-bottom: 10px; }
.aside-links a { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-weight: 500; }
.aside-links a:hover { color: var(--blue-deep); }
.aside-links svg { color: var(--blue); }

.detail-hero { display: flex; align-items: center; gap: 18px; }
.detail-hero-icon {
  width: 64px; height: 64px; border-radius: 16px; flex: none;
  display: grid; place-items: center; color: #fff;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22);
}
.detail-hero h1 { margin: 0; }

.feature-block { display: flex; gap: 16px; margin-bottom: 8px; }
.feature-block-icon {
  width: 46px; height: 46px; border-radius: 12px; flex: none;
  display: grid; place-items: center; background: var(--grad-soft); color: var(--blue-deep);
}
.feature-block h3 { font-size: 1.1rem; margin-bottom: 6px; }
.feature-block p { margin: 0; font-size: 0.96rem; }

.fact-list { list-style: none; padding: 0; margin: 0; }
.fact-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.fact-list li:last-child { border-bottom: 0; }
.fact-list span { color: var(--muted); }
.fact-list strong { color: var(--ink); font-family: var(--font-head); text-align: right; }

/* ------------------------------ Filters --------------------------------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filter-pill {
  font-family: var(--font-head); font-weight: 600; font-size: 0.92rem;
  padding: 9px 18px; border-radius: 999px; cursor: pointer;
  background: #fff; color: var(--ink-soft); border: 1.5px solid var(--line);
  transition: var(--transition);
}
.filter-pill:hover { border-color: var(--blue-light); color: var(--blue-deep); }
.filter-pill.active { background: var(--grad); color: #fff; border-color: transparent; }

.mini-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.mini-tags span { font-size: 0.74rem; color: var(--muted); background: var(--bg-alt); padding: 3px 9px; border-radius: 6px; }

.card-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(760px 280px at 8% 0%, rgba(127, 185, 222, 0.24), transparent 64%),
    radial-gradient(720px 300px at 96% 100%, rgba(141, 198, 63, 0.20), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 252, 0.94));
  border: 1px solid rgba(47, 125, 184, 0.16);
  border-radius: 8px;
  padding: clamp(18px, 2.6vw, 34px);
  box-shadow: 0 18px 48px rgba(20, 40, 70, 0.10);
}
.card-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  pointer-events: none;
}

/* ----------------------------- Portfolio -------------------------------- */
.portfolio-hero {
  padding-block: clamp(44px, 6vw, 72px) clamp(36px, 5vw, 58px);
}
.portfolio-work-section {
  padding-top: clamp(34px, 5vw, 64px);
}
.portfolio-grid {
  perspective: 1300px;
}
.portfolio-grid .project-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(47, 125, 184, 0.42), rgba(141, 198, 63, 0.38)) border-box;
  box-shadow: 0 14px 36px rgba(20, 40, 70, 0.09);
  transform-style: preserve-3d;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}
.portfolio-grid .project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(420px 220px at 16% 0%, rgba(141, 198, 63, 0.18), transparent 62%),
    linear-gradient(145deg, rgba(244, 250, 239, 0.95), rgba(234, 243, 250, 0.96));
  opacity: 0;
  transition: opacity 0.35s ease;
}
.portfolio-grid .project-card:nth-child(3n + 1) .project-media { background: linear-gradient(135deg, var(--blue-tint), var(--blue-light)); }
.portfolio-grid .project-card:nth-child(3n + 2) .project-media { background: linear-gradient(135deg, var(--green-tint), var(--blue-light)); }
.portfolio-grid .project-card:nth-child(3n) .project-media { background: linear-gradient(135deg, var(--blue-light), var(--green-light)); }
.portfolio-grid .project-media img {
  transition: transform 0.55s ease, filter 0.38s ease;
}
.portfolio-grid .project-domain {
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue-deep);
  box-shadow: 0 10px 26px rgba(20, 40, 70, 0.16);
}
.portfolio-grid .project-body {
  position: relative;
  z-index: 1;
  padding: 22px 24px 26px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.portfolio-grid .project-body h3,
.portfolio-grid .project-body p,
.portfolio-grid .project-body .card-more,
.portfolio-grid .mini-tags span {
  transition: color 0.38s ease, background 0.38s ease, transform 0.38s ease;
}
.portfolio-grid:hover .project-card:not(:hover) {
  opacity: 0.78;
  transform: scale(0.985);
}
.portfolio-grid .project-card:hover {
  z-index: 2;
  transform: translateY(-10px);
  box-shadow: 0 26px 64px rgba(20, 40, 70, 0.18);
}
.portfolio-grid .project-card:hover::before { opacity: 1; }
.portfolio-grid .project-card:hover .project-media img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.02);
}
.portfolio-grid .project-card:hover .project-body h3,
.portfolio-grid .project-card:hover .project-body p,
.portfolio-grid .project-card:hover .project-body .card-more {
  color: inherit;
}
.portfolio-grid .project-card:hover .mini-tags span {
  background: var(--bg-alt);
  color: var(--muted);
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .portfolio-grid .project-card {
    animation: portfolio-card-drift 7s ease-in-out infinite;
  }
  .portfolio-grid .project-card:nth-child(2n) { animation-delay: 0.8s; }
  .portfolio-grid .project-card:nth-child(3n) { animation-delay: 1.5s; }
  .portfolio-grid:hover .project-card { animation-play-state: paused; }
}

@keyframes portfolio-card-drift {
  0%, 100% { translate: 0 0; }
  40%      { translate: 6px -7px; }
  75%      { translate: -6px 5px; }
}

/* ---------------------------- Case study -------------------------------- */
.case-image { background: var(--bg-alt); padding: 40px 0; }
.case-image img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.case-study .case-block { margin-bottom: 34px; }
.case-label {
  display: inline-block; font-family: var(--font-head); font-weight: 700;
  font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--green-deep); margin-bottom: 10px;
}
.case-block p { font-size: 1.08rem; color: var(--ink-soft); margin: 0; }
.case-outcome { background: var(--green-tint); border-radius: var(--radius); padding: 26px 28px; }
.case-outcome .case-label { color: var(--green-deep); }
.feature-list.two-col { columns: 2; column-gap: 36px; }

/* ------------------------------ Services -------------------------------- */
.services-card-section {
  background:
    radial-gradient(780px 360px at 10% 8%, rgba(47, 125, 184, 0.14), transparent 62%),
    radial-gradient(720px 340px at 92% 92%, rgba(79, 157, 46, 0.16), transparent 62%),
    #fff;
}
.services-deck {
  perspective: 1300px;
  background:
    radial-gradient(760px 280px at 10% 0%, rgba(250, 204, 21, 0.16), transparent 62%),
    radial-gradient(760px 300px at 94% 100%, rgba(20, 184, 166, 0.16), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 249, 248, 0.94));
  border-color: rgba(20, 184, 166, 0.18);
}
.service-deck-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 34px 30px 30px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(14, 165, 233, 0.5), rgba(20, 184, 166, 0.55), rgba(245, 158, 11, 0.45)) border-box;
  box-shadow: 0 14px 36px rgba(8, 47, 73, 0.08);
  transform-style: preserve-3d;
  transition: transform 0.42s ease, box-shadow 0.42s ease, opacity 0.42s ease;
}
.project-card-inner,
.article-card-inner { overflow: hidden; }
.project-card:hover .project-card-inner,
.article-card:hover .article-card-inner { border-color: rgba(141, 198, 63, 0.75); }
.service-deck-card:nth-child(3n + 1),
.service-deck-card:nth-child(3n + 2),
.service-deck-card:nth-child(3n) { transform: none; }
.service-deck-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(380px 190px at 12% 0%, rgba(250, 204, 21, 0.28), transparent 62%),
    linear-gradient(145deg, #082f49 0%, #0f766e 54%, #1d4ed8 100%);
  opacity: 0;
  transition: opacity 0.42s ease;
}
.service-deck-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -44% auto;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.20);
  opacity: 0;
  transform: scale(0.45);
  transition: opacity 0.42s ease, transform 0.42s ease;
}
.service-deck-card .card-icon {
  transition: transform 0.42s ease, background 0.42s ease, color 0.42s ease;
}
.service-deck-card h3,
.service-deck-card p,
.service-deck-card .card-more {
  transition: color 0.42s ease, transform 0.42s ease;
}
.service-deck-card h3,
.project-body h3 {
  color: var(--ink);
}
.service-deck-card p,
.project-body p {
  color: var(--ink-soft);
}
.service-deck-card .card-more,
.project-body .card-more {
  color: var(--blue-deep);
}
.services-deck:hover .service-deck-card:not(:hover) {
  opacity: 0.72;
  transform: scale(0.97);
}
.service-deck-card:hover {
  z-index: 3;
  transform: translateY(-14px) scale(1.025);
  box-shadow: 0 30px 76px rgba(8, 47, 73, 0.22);
}
.service-deck-card:hover::before,
.service-deck-card:hover::after {
  opacity: 1;
  transform: scale(1);
}
.service-deck-card:hover h3,
.service-deck-card:hover p,
.service-deck-card:hover .card-more {
  color: #fff;
  transform: translateZ(16px);
}
.service-deck-card:hover .card-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  transform: translateZ(18px) scale(1.06);
}

@media (prefers-reduced-motion: no-preference) {
  .service-deck-card {
    animation: service-card-float 7.5s ease-in-out infinite;
  }
  .service-deck-card:nth-child(2n) { animation-delay: 0.7s; }
  .service-deck-card:nth-child(3n) { animation-delay: 1.4s; }
  .services-deck:hover .service-deck-card { animation-play-state: paused; }
}

@keyframes service-card-float {
  0%, 100% { translate: 0 0; }
  35%      { translate: 8px -6px; }
  70%      { translate: -8px 6px; }
}

/* ------------------------------ Careers --------------------------------- */
.job-list { display: grid; gap: 18px; }
.job-row {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 30px; color: inherit; transition: var(--transition);
}
.job-row:hover { box-shadow: var(--shadow); border-color: transparent; transform: translateY(-3px); }
.job-row-main h3 { margin-bottom: 6px; }
.job-row-main p { margin: 0 0 12px; color: var(--ink-soft); }
.job-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.job-meta span { display: inline-flex; align-items: center; gap: 6px; font-size: 0.9rem; color: var(--muted); }
.job-meta svg { color: var(--blue); }
.job-meta.light span { color: #b6c7d7; }
.job-meta.light svg { color: var(--green-light); }
.job-row-cta { font-family: var(--font-head); font-weight: 600; color: var(--blue); white-space: nowrap; }

.empty-state { text-align: center; max-width: 560px; margin: 0 auto; padding: 30px; }
.empty-state .card-icon { margin: 0 auto 18px; }

.apply-block { margin-top: 56px; padding-top: 44px; border-top: 1px solid var(--line); }
.apply-block h2 { margin-bottom: 24px; }

/* ------------------------------ Contact --------------------------------- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
.contact-points { list-style: none; padding: 0; margin: 28px 0 0; }
.contact-points li { display: flex; gap: 16px; align-items: center; margin-bottom: 22px; }
.contact-ic {
  width: 52px; height: 52px; border-radius: 14px; flex: none;
  display: grid; place-items: center; background: var(--grad-soft); color: var(--blue-deep);
}
.contact-points span { display: block; font-size: 0.84rem; color: var(--muted); }
.contact-points strong { font-family: var(--font-head); color: var(--ink); font-size: 1.05rem; }
.contact-points a { color: var(--ink); }
.contact-points a:hover { color: var(--blue-deep); }
.contact-map { margin-top: 28px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.contact-map iframe { width: 100%; height: 260px; border: 0; display: block; }

.contact-form-wrap {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px; box-shadow: var(--shadow-sm);
}

/* ------------------------------- Blog ----------------------------------- */
.insights-card-section {
  padding-top: clamp(34px, 5vw, 64px);
}
.insights-grid {
  perspective: 1300px;
}
.article-card {
  position: relative;
  isolation: isolate;
  display: flex; flex-direction: column;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(14, 165, 233, 0.5), rgba(20, 184, 166, 0.55), rgba(245, 158, 11, 0.48)) border-box;
  border: 1px solid transparent; border-radius: var(--radius); overflow: hidden;
  color: inherit; height: 100%;
  box-shadow: 0 14px 36px rgba(8, 47, 73, 0.08);
  transform-style: flat;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, opacity 0.24s ease;
}
.article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(360px 190px at 15% 0%, rgba(250, 204, 21, 0.28), transparent 62%),
    linear-gradient(145deg, #083344 0%, #0f766e 52%, #2563eb 100%);
  opacity: 0;
  transition: opacity 0.42s ease;
}
.article-card::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: calc(var(--radius) - 4px);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.42s ease, transform 0.42s ease;
  pointer-events: none;
}
.article-card:hover {
  z-index: 2;
  box-shadow: 0 20px 48px rgba(8, 47, 73, 0.16);
  border-color: transparent;
  transform: translateY(-4px);
}
.article-card:hover::before,
.article-card:hover::after {
  opacity: 0;
  transform: scale(0.96);
}
.article-media { aspect-ratio: 16 / 9; background: linear-gradient(135deg, #ccfbf1, #bfdbfe 60%, #fde68a); display: grid; place-items: center; overflow: hidden; }
.article-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.24s ease, filter 0.24s ease; }
.article-card:hover .article-media img {
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.02);
}
.article-body { position: relative; z-index: 1; padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.article-cat {
  align-self: flex-start;
  font-family: var(--font-head); font-weight: 700; font-size: 0.76rem; color: #0f766e;
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px;
  background: rgba(20, 184, 166, 0.11);
  border-radius: 999px;
  padding: 4px 10px;
  transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}
.article-body h3 { font-size: 1.2rem; margin-bottom: 8px; color: var(--ink); transition: color 0.24s ease, transform 0.24s ease; }
.article-body p { color: var(--ink-soft); font-size: 0.96rem; transition: color 0.24s ease; }
.article-card:hover .article-body h3,
.article-card:hover .article-body p,
.article-card:hover .article-meta {
  color: inherit;
}
.article-card:hover .article-cat {
  color: #083344;
  background: #facc15;
  transform: none;
}
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: auto; padding-top: 12px; font-size: 0.85rem; color: var(--muted); transition: color 0.24s ease; }
.article-meta.light { color: #b6c7d7; }
.article-meta .dot { opacity: 0.5; }

@media (prefers-reduced-motion: no-preference) {
  .article-card {
    animation: insight-card-float 7.2s ease-in-out infinite;
  }
  .article-card:nth-child(2n) { animation-delay: 0.75s; }
  .article-card:nth-child(3n) { animation-delay: 1.5s; }
  .grid:hover .article-card { animation-play-state: paused; }
}

@keyframes insight-card-float {
  0%, 100% { translate: 0 0; }
  36%      { translate: 0 -2px; }
  72%      { translate: 0 2px; }
}

.article-layout { max-width: 760px; }
.article-content { font-size: 1.12rem; line-height: 1.8; }
.author-box { display: flex; gap: 18px; margin-top: 44px; padding: 26px; background: var(--bg-alt); border-radius: var(--radius); }
.author-box img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: none; }
.author-box strong { font-family: var(--font-head); display: block; color: var(--ink); }
.author-box span { font-size: 0.88rem; color: var(--muted); }
.author-box p { margin: 8px 0 0; font-size: 0.95rem; }

.muted-note { margin-top: 32px; color: var(--muted); font-size: 0.88rem; }

/* ----------------------------- Responsive ------------------------------- */
@media (max-width: 940px) {
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .about-story { grid-template-columns: 1fr; gap: 36px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(200px, 300px); gap: 28px; }
  .page-hero-image { width: min(100%, 300px); border-radius: 20px; }
}
@media (max-width: 720px) {
  .page-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .page-hero-content h1,
  .page-hero-content p { margin-left: auto; margin-right: auto; }
  .page-hero-image { order: -1; justify-self: center; width: min(76vw, 340px); border-radius: 20px; }
}
@media (max-width: 620px) {
  .feature-list.two-col { columns: 1; }
  .service-deck-card,
  .service-deck-card:nth-child(3n + 1),
  .service-deck-card:nth-child(3n + 2),
  .service-deck-card:nth-child(3n) { transform: none; }
  .services-deck:hover .service-deck-card:not(:hover) {
    transform: none;
    opacity: 1;
  }
  .portfolio-grid:hover .project-card:not(:hover) {
    opacity: 1;
    transform: none;
  }
  .portfolio-grid .project-card:hover {
    transform: translateY(-8px);
  }
  .job-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .contact-form-wrap { padding: 26px 22px; }
  .detail-hero { flex-direction: column; align-items: flex-start; }
  .page-hero { padding-top: 38px; }
  .page-hero-image { width: min(76vw, 280px); border-radius: 18px; }
}

/* --------------------------- About: location ---------------------------- */
.about-location { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; align-items: center; }
.about-location-info .contact-points { margin: 0; }
.about-map { margin-top: 0; }
.about-map iframe { height: 380px; }
@media (max-width: 940px) {
  .about-location { grid-template-columns: 1fr; gap: 28px; }
  .about-map iframe { height: 300px; }
  .register-panel,
  .login-panel {
    grid-template-columns: 1fr;
  }
  .register-intro {
    min-height: auto;
  }
  .login-visual {
    min-height: 380px;
  }
  .login-card {
    align-self: auto;
  }
}

/* ----------------------- Accounts / auth cards -------------------------- */
.auth-card {
  max-width: 460px; margin: 0 auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px; box-shadow: var(--shadow-sm);
}
.auth-card-head { margin-bottom: 26px; }
.auth-card-head h2 { font-size: 1.55rem; margin-bottom: 8px; }
.auth-card-head p { margin: 0; color: var(--muted); font-size: 0.96rem; line-height: 1.6; }
.auth-badge,
.auth-kicker {
  display: inline-flex; align-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: 0.74rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 999px;
}
.auth-badge {
  color: var(--blue-deep);
  background: var(--blue-tint);
  padding: 5px 12px;
  margin-bottom: 14px;
}
.auth-kicker {
  color: var(--green-light);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 6px 14px;
  margin-bottom: 18px;
}
.auth-submit {
  width: 100%;
  justify-content: center;
}
.register-panel {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(47, 125, 184, 0.16);
  box-shadow: var(--shadow-lg);
}
.register-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(34px, 5vw, 58px);
  color: #d8e8f6;
  background:
    radial-gradient(420px 240px at 12% 12%, rgba(141, 198, 63, 0.28), transparent 64%),
    linear-gradient(145deg, #0c1b2b 0%, #1e4e79 55%, #2f6a2f 100%);
}
.register-intro::after {
  content: "";
  position: absolute;
  inset: auto -18% -24% auto;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(127, 185, 222, 0.18);
  z-index: -1;
}
.register-intro h2 {
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  margin-bottom: 14px;
}
.register-intro p {
  color: #c7d6e4;
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 42ch;
}
.register-benefits {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
}
.register-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #eef7e6;
  font-size: 0.98rem;
  line-height: 1.55;
}
.register-benefits span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex: none;
  margin-top: 2px;
  background: var(--green-light);
  box-shadow: 0 0 0 6px rgba(141, 198, 63, 0.14);
}
.register-benefits span::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: 4px auto 0;
  border: solid #0c1b2b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.register-card {
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(34px, 5vw, 58px);
}
.login-panel {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.85fr);
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 253, 0.92));
  border: 1px solid rgba(47, 125, 184, 0.14);
  box-shadow: 0 28px 80px rgba(20, 40, 70, 0.16);
}
.login-visual {
  position: relative;
  min-height: 620px;
  padding: clamp(34px, 5vw, 60px);
  overflow: hidden;
  display: grid;
  align-items: end;
  background:
    radial-gradient(580px 320px at 18% 16%, rgba(141, 198, 63, 0.26), transparent 58%),
    radial-gradient(480px 300px at 82% 82%, rgba(127, 185, 222, 0.22), transparent 60%),
    linear-gradient(145deg, #07111d 0%, #1e4e79 52%, #2f6a2f 100%);
}
.login-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 27, 43, 0) 62%, rgba(12, 27, 43, 0.18) 100%);
  pointer-events: none;
}
.login-visual-overlay {
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  pointer-events: none;
}
.login-orbit {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.25px);
  opacity: 0.9;
  pointer-events: none;
}
.login-orbit--one {
  width: 190px;
  height: 190px;
  right: 12%;
  top: 12%;
  background: radial-gradient(circle, rgba(141, 198, 63, 0.25), rgba(141, 198, 63, 0) 68%);
}
.login-orbit--two {
  width: 260px;
  height: 260px;
  left: -42px;
  bottom: -36px;
  background: radial-gradient(circle, rgba(127, 185, 222, 0.24), rgba(127, 185, 222, 0) 68%);
}
.login-visual-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: 28px 18px 6px;
}
.login-visual-copy h1 {
  color: #fff;
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  margin-bottom: 14px;
}
.login-visual-copy p {
  margin: 0 0 20px;
  color: #d7e7f4;
  max-width: 42ch;
  font-size: 1.03rem;
}
.login-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.login-points li {
  position: relative;
  padding-left: 26px;
  color: #eef7e6;
  line-height: 1.55;
}
.login-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green-light);
  box-shadow: 0 0 0 6px rgba(141, 198, 63, 0.14);
}
.login-visual-mark {
  position: relative;
  z-index: 1;
  width: min(76%, 420px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}
.auth-card-head {
  margin-bottom: 24px;
}
.auth-card-head h2 {
  margin-bottom: 6px;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
}
.auth-card-head p {
  margin: 0;
  color: var(--muted);
}
.login-visual-mark span {
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-light);
}
.login-visual-mark strong {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.1;
  color: #fff;
}
.login-card {
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(34px, 5vw, 58px);
  align-self: center;
  background:
    radial-gradient(520px 280px at 100% 0%, rgba(127, 185, 222, 0.10), transparent 58%),
    #fff;
}
.resend-panel {
  align-items: stretch;
}
.resend-visual {
  background:
    radial-gradient(520px 280px at 14% 18%, rgba(127, 185, 222, 0.24), transparent 60%),
    radial-gradient(420px 240px at 82% 80%, rgba(141, 198, 63, 0.18), transparent 60%),
    linear-gradient(145deg, #08111c 0%, #18466f 56%, #2f6a2f 100%);
}
.resend-points li::before {
  background: #7fb9de;
  box-shadow: 0 0 0 6px rgba(127, 185, 222, 0.14);
}
.resend-card .auth-submit {
  width: 100%;
  justify-content: center;
}
.auth-form { display: grid; gap: 8px; }
.auth-form .form-field label { font-size: 0.95rem; }
.auth-alt { margin: 20px 0 0; text-align: center; font-size: 0.95rem; color: var(--muted); line-height: 1.9; }
.auth-message { text-align: center; }
.auth-message h2 { margin-bottom: 10px; }
.auth-message .btn { margin-top: 10px; }
.auth-note { color: var(--muted); font-size: 0.92rem; }

.auth-kicker--solid {
  color: var(--green-deep);
  background: var(--green-tint);
  border: 1px solid rgba(79, 157, 46, 0.12);
}

/* ----------------------- Application status badges ---------------------- */
.status-badge {
  display: inline-block; font-family: var(--font-head); font-weight: 600;
  font-size: 0.78rem; padding: 5px 12px; border-radius: 999px; white-space: nowrap;
  background: var(--blue-tint); color: var(--blue-deep);
}
.status--applied        { background: #eef2f7; color: #3a4a5c; }
.status--pending_review { background: #fff3df; color: #9a6a00; }
.status--shortlisted    { background: var(--blue-tint); color: var(--blue-deep); }
.status--interview      { background: #ece8fb; color: #4b3fa3; }
.status--selected       { background: var(--green-tint); color: var(--green-deep); }
.status--hired          { background: var(--green); color: #fff; }
.status--rejected       { background: #fdecea; color: #c0392b; }

/* ----------------------- Apply gate (careers detail) -------------------- */
.apply-gate {
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 28px;
}
.apply-gate p { margin-top: 0; }
.apply-gate-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }

/* ----------------------- Applicant dashboard ---------------------------- */
.app-list { display: grid; gap: 16px; }
.app-row {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 26px;
}
.app-row-main h3 { margin: 0 0 4px; font-size: 1.15rem; }
.app-row-main h3 a { color: var(--ink); }
.app-row-main h3 a:hover { color: var(--blue-deep); }
.app-meta { font-size: 0.9rem; color: var(--muted); }
.app-note { font-size: 0.88rem; color: #9a6a00; margin: 8px 0 0; }
.app-row-side { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; white-space: nowrap; }
.app-resume { font-family: var(--font-head); font-weight: 600; font-size: 0.85rem; }

/* ----------------------- Staff portal ----------------------------------- */
.staff-filters { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 26px; }
.staff-filters .form-control { width: auto; min-width: 180px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.staff-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; background: #fff; }
.staff-table th, .staff-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.staff-table th { font-family: var(--font-head); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); background: var(--bg-alt); }
.staff-table tr:last-child td { border-bottom: 0; }
.muted { color: var(--muted); }

/* Internal notes (staff only) */
.internal-notes {
  background: #fff7e6; border: 1px solid #ffe0a3; border-radius: var(--radius);
  padding: 18px 22px; margin: 22px 0;
}
.internal-notes .case-label { color: #9a6a00; }
.internal-notes .rich-text { color: var(--ink-soft); font-size: 0.98rem; }
.internal-notes .rich-text p:last-child { margin-bottom: 0; }

@media (max-width: 620px) {
  .app-row { flex-direction: column; align-items: flex-start; }
  .app-row-side { align-items: flex-start; }
  .register-panel,
  .login-panel {
    grid-template-columns: 1fr;
  }
  .login-panel {
    border-radius: 20px;
  }
  .register-intro {
    padding: 30px 22px;
  }
  .register-card {
    padding: 30px 22px 32px;
  }
  .login-visual {
    min-height: 380px;
    padding: 24px 20px;
  }
  .login-visual-copy {
    padding: 18px 6px 0;
  }
  .login-card {
    padding: 30px 22px 32px;
  }
  .resend-visual {
    min-height: 320px;
  }
}

/* ----------------------- Careers: filters & job cards ------------------- */
.job-filters {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr auto;
  gap: 12px; align-items: center; margin-bottom: 22px;
}
.job-search { position: relative; display: flex; align-items: center; }
.job-search svg { position: absolute; left: 14px; width: 18px; height: 18px; color: var(--muted); pointer-events: none; }
.job-search input {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: 13px 16px 13px 42px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.job-search input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,125,184,0.12); }
.job-filters select {
  font-family: var(--font-body); font-size: 0.95rem; color: var(--ink);
  padding: 13px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; cursor: pointer;
}
.job-filters select:focus { outline: none; border-color: var(--blue); }
.job-filters .btn { white-space: nowrap; }

.job-results-meta { color: var(--muted); font-size: 0.95rem; margin-bottom: 22px; }
.job-results-meta strong { color: var(--ink); font-family: var(--font-head); }

.job-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(234, 243, 250, 0.92));
  border: 1px solid rgba(47, 125, 184, 0.18);
  border-left: 6px solid var(--green);
  border-radius: var(--radius);
  padding: 26px 30px; color: inherit;
  box-shadow: 0 12px 30px rgba(20, 40, 70, 0.08);
  transition: transform 0.36s ease, box-shadow 0.36s ease, border-color 0.36s ease;
}
.job-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(520px 180px at 12% 0%, rgba(127, 185, 222, 0.32), transparent 60%),
    linear-gradient(135deg, #1e4e79 0%, #2f7db8 52%, #4f9d2e 100%);
  opacity: 0;
  transition: opacity 0.36s ease;
}
.job-card::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -34%;
  width: 24%;
  z-index: -1;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: skewX(-18deg);
  opacity: 0;
}
.job-card:hover {
  transform: translateX(10px) translateY(-8px) scale(1.015);
  box-shadow: 0 26px 64px rgba(20, 40, 70, 0.24);
  border-color: transparent;
}
.job-card:hover::before { opacity: 1; }
.job-card:hover::after { animation: job-card-shine 0.85s ease both; }
.job-card-body { min-width: 0; }
.job-card h3 { margin: 0 0 6px; font-size: 1.2rem; transition: color 0.36s ease, transform 0.36s ease; }
.job-card:hover h3 { color: #fff; transform: translateX(4px); }
.job-card-body p { margin: 0 0 14px; color: var(--ink-soft); transition: color 0.36s ease; }
.job-card:hover .job-card-body p { color: rgba(255, 255, 255, 0.88); }
.job-tags { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.job-tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: 0.88rem; color: var(--muted);
  transition: color 0.36s ease, transform 0.36s ease;
}
.job-tag svg { color: var(--blue); flex: none; transition: color 0.36s ease; }
.job-card:hover .job-tag { color: rgba(255, 255, 255, 0.86); transform: translateY(-1px); }
.job-card:hover .job-tag svg { color: var(--green-light); }
.job-card-cta {
  font-family: var(--font-head); font-weight: 700; color: var(--blue); white-space: nowrap; flex: none;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--blue-tint);
  transition: color 0.36s ease, background 0.36s ease, transform 0.36s ease;
}
.job-card:hover .job-card-cta {
  color: var(--blue-deep);
  background: #fff;
  transform: translateX(4px);
}

@media (prefers-reduced-motion: no-preference) {
  .job-card { animation: job-card-pulse 6.5s ease-in-out infinite; }
  .job-card:nth-child(2n) { animation-delay: 0.7s; }
  .job-card:nth-child(3n) { animation-delay: 1.4s; }
  .job-list:hover .job-card { animation-play-state: paused; }
}

@keyframes job-card-shine {
  from { transform: translateX(0) skewX(-18deg); opacity: 0; }
  35%  { opacity: 1; }
  to   { transform: translateX(560%) skewX(-18deg); opacity: 0; }
}
@keyframes job-card-pulse {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -4px; }
}

@media (max-width: 880px) {
  .job-filters { grid-template-columns: 1fr 1fr; }
  .job-filters .job-search { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .job-filters { grid-template-columns: 1fr; }
  .job-card { flex-direction: column; align-items: flex-start; gap: 16px; }
  .job-card:hover { transform: translateY(-6px); }
}

/* ===================== Employee ID verification ========================= */
.idv-section {
  background:
    radial-gradient(700px 340px at 85% -10%, rgba(79,157,46,0.12), transparent 60%),
    radial-gradient(620px 320px at 5% 110%, rgba(47,125,184,0.12), transparent 60%),
    var(--bg-alt);
  min-height: 70vh; display: flex; align-items: center;
}

/* --- the card --- */
.id-card {
  max-width: 460px; margin: 0 auto;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.id-card-banner {
  background: var(--grad); color: #fff; text-align: center;
  padding: 22px 20px 56px; display: flex; flex-direction: column; gap: 2px;
}
.id-card-brand { font-family: var(--font-head); font-weight: 800; letter-spacing: 0.12em; font-size: 0.95rem; }
.id-card-sub { font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.85); }

.id-card-photo-wrap { position: relative; width: 124px; margin: -52px auto 0; }
.id-card-photo {
  width: 124px; height: 124px; border-radius: 50%; object-fit: cover;
  border: 5px solid #fff; box-shadow: var(--shadow); background: var(--grad-soft); display: block;
}
.id-card-initials {
  display: grid; place-items: center; color: #fff; background: var(--grad);
  font-family: var(--font-head); font-weight: 700; font-size: 2.4rem;
}
.id-verified-badge {
  position: absolute; right: 4px; bottom: 6px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--green); color: #fff; display: grid; place-items: center;
  border: 3px solid #fff; box-shadow: var(--shadow-sm);
}

.id-card-body { padding: 16px 30px 26px; text-align: center; }
.idv-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green-tint); color: var(--green-deep);
  font-family: var(--font-head); font-weight: 600; font-size: 0.78rem;
  padding: 5px 14px; border-radius: 999px; margin: 6px 0 12px;
}
.id-name { font-size: 1.55rem; margin: 0 0 4px; }
.id-designation { color: var(--ink-soft); margin: 0 0 22px; font-size: 1rem; }

.id-facts { list-style: none; padding: 0; margin: 0 0 20px; text-align: left; }
.id-facts li {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 0.95rem;
}
.id-facts li:last-child { border-bottom: 0; }
.id-facts span { color: var(--muted); }
.id-facts strong { font-family: var(--font-head); color: var(--ink); text-align: right; }
.idv-active { color: var(--green-deep) !important; }

.idv-statement { font-size: 0.9rem; color: var(--ink-soft); margin: 0; line-height: 1.6; }

.id-qr {
  margin-top: 20px; padding-top: 20px; border-top: 1px dashed var(--line);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.id-qr-img { width: 132px; height: 132px; border-radius: 12px; border: 1px solid var(--line); padding: 6px; background: #fff; }
.id-qr-caption { font-size: 0.78rem; color: var(--muted); max-width: 28ch; }
.id-card-foot {
  background: var(--bg-alt); border-top: 1px solid var(--line);
  padding: 14px 20px; text-align: center; font-size: 0.82rem; color: var(--muted);
}

/* --- failure state --- */
.idv-fail {
  max-width: 480px; margin: 0 auto; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 44px 36px; box-shadow: var(--shadow);
}
.idv-fail-icon {
  width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%;
  display: grid; place-items: center; background: #fdecea; color: #c0392b;
}
.idv-fail h1 { font-size: 1.6rem; margin-bottom: 10px; }
.idv-fail .btn { margin-top: 18px; }

/* --- search landing --- */
.idv-search-card {
  max-width: 480px; margin: 0 auto; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 44px 36px; box-shadow: var(--shadow);
}
.idv-search-logo { height: 56px; width: auto; margin: 0 auto 18px; }
.idv-search-card h1 { font-size: 1.7rem; margin-bottom: 8px; }
.idv-search-card p { color: var(--ink-soft); margin-bottom: 24px; }
.idv-search-form { display: flex; gap: 10px; }
.idv-search-form input {
  flex: 1; font-size: 1rem; padding: 13px 16px; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); font-family: var(--font-body);
}
.idv-search-form input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,125,184,0.12); }

@media (max-width: 480px) {
  .idv-search-form { flex-direction: column; }
}

/* slight, professional entrance for the verified badge */
@media (prefers-reduced-motion: no-preference) {
  .id-verified-badge { animation: idv-pop 0.5s cubic-bezier(0.2, 1.4, 0.4, 1) 0.5s both; }
}
@keyframes idv-pop {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

/* ------------------- Interior page-header entrance ---------------------- */
@media (prefers-reduced-motion: no-preference) {
  .page-hero .breadcrumbs,
  .page-hero .hero-tag,
  .page-hero h1,
  .page-hero .detail-hero,
  .page-hero > .container > p,
  .page-hero-content p,
  .page-hero-image,
  .page-hero .job-meta { opacity: 0; animation: biz-rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .page-hero .breadcrumbs { animation-delay: 0.05s; }
  .page-hero .hero-tag    { animation-delay: 0.12s; }
  .page-hero h1,
  .page-hero .detail-hero { animation-delay: 0.18s; }
  .page-hero > .container > p,
  .page-hero-content p,
  .page-hero .job-meta    { animation-delay: 0.30s; }
  .page-hero-image        { animation-delay: 0.34s; }
}

/* ========================================================================
   Products — cards, status badges, detail extras
   ======================================================================== */
.product-card-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-bottom: 14px;
}
.product-tagline {
  color: var(--blue-deep); font-weight: 600; font-size: 0.98rem;
  margin: 2px 0 8px;
}
.product-hero-image {
  width: 100%; border-radius: var(--radius); border: 1px solid var(--line);
  margin-bottom: 26px; box-shadow: var(--shadow-sm);
}
.aside-note { color: var(--ink-soft); font-size: 0.94rem; margin-bottom: 14px; }

.promo-badge {
  display: inline-block; padding: 4px 11px; border-radius: 999px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em;
  text-transform: uppercase; white-space: nowrap;
}
.promo-badge--coming_soon { background: #fff3df; color: #9a6a00; }
.promo-badge--pilot       { background: var(--blue-tint); color: var(--blue-deep); }
.promo-badge--live        { background: var(--green-tint); color: var(--green-deep); }
