/* Fayyaz Travels Careers — design mockup layout */
:root {
  --cr-gold: #b28906;
  --cr-navy: #14385c;
  --cr-wine: #801f3c;
  --cr-white: #ffffff;
  --cr-black: #000000;
  --cr-muted: #262626;
  --cr-gray: #bbbbbb;
  --cr-soft: #ededed;
  --cr-jobs-bg: #eef1f3;
  --cr-display: "Emilie Display", "IBM Plex Serif", Georgia, serif;
  --cr-body: "Facebook Sans", "IBM Plex Serif", sans-serif;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: calc(var(--header-offset, var(--gsap-header-offset, 100px)) + 16px);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.page-careers {
  font-family: var(--cr-body);
  color: var(--cr-black);
  background: var(--cr-white);
  -webkit-font-smoothing: antialiased;
}

.page-careers .site-main {
  overflow-x: hidden;
}

.page-careers .site-main h1,
.page-careers .site-main h2,
.page-careers .site-main h3,
.page-careers .careers-job-title,
.page-careers .careers-modal-title {
  font-family: var(--cr-display) !important;
  font-weight: 600;
  line-height: 1.35;
  color: var(--cr-black);
}

.page-careers .site-main p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--cr-muted);
}

/* Keep footer colors identical to /about/ (footer-premium.css) */
.page-careers .togo-footer-premium,
.page-careers .togo-footer-premium p,
.page-careers .togo-footer-premium h2,
.page-careers .togo-footer-premium h3,
.page-careers .togo-footer-premium h4,
.page-careers .togo-footer-premium a {
  font-family: inherit;
}

.page-careers .togo-footer-premium .footer-about-heading,
.page-careers .togo-footer-premium .footer-banner-content h2,
.page-careers .togo-footer-premium .footer-widget-title {
  color: #fff !important;
}

.page-careers .togo-footer-premium .footer-about-text,
.page-careers .togo-footer-premium .footer-links-list li a,
.page-careers .togo-footer-premium .footer-api-content a,
.page-careers .togo-footer-premium .footer-legal-lines,
.page-careers .togo-footer-premium .footer-legal-lines p {
  color: #9ca3af !important;
}

.page-careers .togo-footer-premium .footer-links-list li a:hover,
.page-careers .togo-footer-premium .footer-api-content a:hover {
  color: #c8a84b !important;
}

.page-careers .togo-footer-premium .footer-banner-content p {
  color: #d1d5db !important;
}

.page-careers .togo-footer-premium .footer-copyright {
  color: #6b7280 !important;
}

.page-careers .togo-footer-premium .footer-copyright a {
  color: #c8a84b !important;
}

.careers-breadcrumb-wrap {
  padding: 20px 0 8px;
}

/* Hero */
.careers-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.careers-hero-img {
  width: 100%;
  min-height: 520px;
  max-height: 640px;
}

.careers-hero-img img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-height: 640px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.careers-hero-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  min-width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: calc(var(--header-offset, 100px) + 20px) 48px 72px;
}

.careers-hero-panel-inner {
  margin-top: auto;
  width: 100%;
}

.careers-hero-title {
  color: #fff !important;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin: 0 0 24px;
}

.careers-hero-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.careers-hero-icon {
  width: 120px;
  flex-shrink: 0;
}

.careers-hero-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.careers-hero-lead {
  color: #fff !important;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  max-width: 320px;
}

.careers-hero-facts {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.careers-hero-facts li {
  margin: 0;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.08);
}

.page-career-detail .careers-hero,
.page-career-detail .careers-hero-img,
.page-career-detail .careers-hero-img img {
  min-height: 460px;
  max-height: 520px;
}

.page-career-detail .careers-hero-panel {
  padding-bottom: 56px;
}

.page-career-detail .careers-hero-icon {
  width: 88px;
}

.page-career-detail .careers-hero-title {
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  margin-bottom: 18px;
}

/* Why */
.careers-why {
  padding: 56px 0 48px;
}

.careers-why-inner {
  max-width: 1100px;
}

.careers-why h2 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  margin: 0 0 20px;
}

.careers-why-copy p {
  margin: 0 0 22px;
  font-size: 1.1rem;
  color: var(--cr-black);
}

.careers-why-copy p:last-child {
  margin-bottom: 0;
}

/* Core competencies */
.careers-core {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 2fr);
  align-items: stretch;
}

.careers-core-left {
  background: var(--cr-soft);
  display: flex;
  align-items: center;
  padding: 48px 48px 48px clamp(24px, 6vw, 100px);
  min-height: 420px;
}

.careers-core-intro h2 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  margin: 0 0 16px;
}

.careers-core-intro p {
  margin: 0;
  color: var(--cr-black);
  font-size: 1.05rem;
}

.careers-core-right {
  padding: 0 0 0 20px;
}

.careers-core-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.careers-core-flip {
  perspective: 1200px;
  min-height: 260px;
  outline: none;
  cursor: pointer;
}

.careers-core-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 260px;
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform-style: preserve-3d;
}

.careers-core-flip:hover .careers-core-flip-inner,
.careers-core-flip:focus-within .careers-core-flip-inner,
.careers-core-flip.is-flipped .careers-core-flip-inner {
  transform: rotateY(180deg);
}

.careers-core-face {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.careers-core-face--front {
  background: var(--cr-navy);
}

.careers-core-face--back {
  background: var(--cr-gold);
  transform: rotateY(180deg);
}

.careers-core-face h3 {
  color: #fff !important;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  margin: 0;
  line-height: 1.35;
}

.careers-core-face p {
  margin: 0;
  color: #fff !important;
  font-size: 1.05rem;
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  .careers-core-flip-inner {
    transition: none;
  }
}

/* Life cards */
.careers-life {
  padding: 72px 0 80px;
}

.careers-life-head {
  text-align: center;
  margin: 0 0 100px;
}

.careers-life-head h2 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  margin: 0 0 10px;
}

.careers-life-head p {
  margin: 0;
  color: var(--cr-black);
}

.careers-life-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.careers-life-card {
  position: relative;
  background: var(--cr-navy);
  border-radius: 50px;
  padding: 95px 28px 36px;
  min-height: 380px;
  text-align: center;
}

.careers-life-icon {
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid var(--cr-navy);
  overflow: hidden;
  padding: 10px;
}

.careers-life-icon img {
  width: 88%;
  height: 88%;
  max-height: none;
  object-fit: contain;
}

.careers-life-icon img[src*="progressive"] {
  filter: invert(1);
}

.careers-life-card h3 {
  color: #fff !important;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  margin: 0 0 14px;
  min-height: 2.6em;
}

.careers-life-card p {
  margin: 0;
  color: #fff !important;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* Browse roles */
.careers-roles {
  background: var(--cr-soft);
  padding: 56px 0 64px;
}

.careers-roles-head {
  text-align: center;
  margin-bottom: 40px;
}

.careers-roles-head h2 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  margin: 0;
}

.careers-roles-sub {
  color: var(--cr-gold) !important;
  font-weight: 400 !important;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  margin: 4px 0 0;
  font-family: var(--cr-display) !important;
}

.careers-roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}

.careers-role-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 3px solid var(--cr-navy);
  border-radius: 20px;
  padding: 12px 14px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.careers-role-item:hover,
.careers-role-item.is-active {
  border-color: var(--cr-gold);
}

.careers-role-item.is-active {
  box-shadow: 0 0 0 1px var(--cr-gold);
}

.careers-role-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(20, 56, 92, 0.08);
}

.careers-role-icon {
  width: 26%;
  flex-shrink: 0;
}

.careers-role-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.careers-role-content {
  width: 70%;
}

.careers-role-title {
  display: block;
  font-family: var(--cr-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--cr-black);
  line-height: 1.3;
  margin-bottom: 4px;
}

.careers-role-meta {
  display: block;
  font-size: 0.9rem;
  color: var(--cr-muted);
}

/* Find job band */
.careers-find {
  position: relative;
  min-height: 320px;
  isolation: isolate;
}

.careers-find-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  z-index: 0;
}

.careers-find::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(20, 56, 92, 0.35) 0%, rgba(20, 56, 92, 0.15) 55%, rgba(20, 56, 92, 0.4) 100%);
  pointer-events: none;
}

.careers-find .container {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 320px;
}

.careers-find-box {
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  width: min(92%, 1100px);
  z-index: 5;
}

.careers-find-box::before,
.careers-find-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 20px;
  width: 50%;
  max-width: 280px;
  top: 80%;
  background: #777;
  box-shadow: 0 35px 20px #777;
}

.careers-find-box::before {
  left: 12px;
  transform: rotate(-8deg);
}

.careers-find-box::after {
  right: 12px;
  left: auto;
  transform: rotate(8deg);
}

.careers-find-form {
  display: flex;
  align-items: stretch;
  background: #fff;
  padding: 28px 24px;
  gap: 14px;
}

.careers-find-keyword {
  flex: 1 1 55%;
  position: relative;
}

.careers-find-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 40;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 2px solid var(--cr-navy);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(20, 56, 92, 0.14);
  max-height: 280px;
  overflow-y: auto;
}

.careers-find-suggestion {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  padding: 12px 18px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: var(--cr-navy);
}

.careers-find-suggestion:hover,
.careers-find-suggestion.is-active {
  background: rgba(178, 137, 6, 0.12);
}

.careers-find-suggestion-title mark {
  background: transparent;
  color: var(--cr-gold);
  font-weight: 700;
}

.careers-find-suggestion-meta {
  font-size: 0.82rem;
  color: #6b7280;
  font-weight: 500;
}

.careers-find-suggestions-empty {
  padding: 14px 18px;
  color: #6b7280;
  font-size: 0.92rem;
}

.careers-find-location {
  flex: 0 0 22%;
}

.careers-find-input,
.careers-find-select {
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 16px 24px;
  border: 2px solid var(--cr-gray);
  border-radius: 999px;
  font-size: 1.1rem;
  font-family: var(--cr-display);
  font-weight: 600;
  color: var(--cr-black);
  background: #fff;
}

.careers-find-input::placeholder {
  color: var(--cr-gray);
  font-weight: 600;
}

.careers-find-select {
  border-left: 2px solid var(--cr-gray);
  color: var(--cr-gray);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%236b7280' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px center;
  padding-right: 48px;
}

.careers-find-input:focus,
.careers-find-select:focus {
  outline: none;
  border-color: var(--cr-navy);
  box-shadow: 0 0 0 3px rgba(20, 56, 92, 0.1);
}

.careers-find-btn {
  flex: 0 0 auto;
  margin-left: 0;
  min-width: 160px;
  border: none;
  border-radius: 999px;
  background: var(--cr-navy);
  color: #fff;
  font-family: var(--cr-display);
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  padding: 12px 28px;
  box-shadow: 0 8px 18px rgba(20, 56, 92, 0.16);
}

.careers-find-btn img {
  width: 28px;
  height: auto;
}

.careers-find-btn:hover {
  background: var(--cr-gold);
  box-shadow: 0 8px 18px rgba(178, 137, 6, 0.28);
  transform: translateY(-1px);
}

/* Job cards */
.careers-jobs {
  background: var(--cr-jobs-bg);
  padding: 160px 0 80px;
}

.careers-jobs-head {
  text-align: center;
  margin: 0 auto 36px;
  max-width: 640px;
}
.careers-jobs-head h2 {
  margin: 0 0 8px;
  color: var(--cr-navy) !important;
  font-family: var(--cr-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.careers-jobs-head p {
  margin: 0;
  color: #6b7280;
  font-size: 1rem;
}

.careers-jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}

.careers-job-card {
  background: #fff;
  border: 2px solid var(--cr-gray);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.careers-job-card:hover {
  box-shadow: 0 14px 32px rgba(20, 56, 92, 0.1);
  transform: translateY(-3px);
}

.careers-job-card.is-hidden,
.careers-jobs-empty.is-hidden,
[hidden] {
  display: none !important;
}

.careers-job-top {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 2px solid var(--cr-gray);
  padding-bottom: 18px;
  margin-bottom: 28px;
}

.careers-job-top-icon {
  width: 22%;
  flex-shrink: 0;
}

.careers-job-top-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.careers-job-title {
  color: var(--cr-gold) !important;
  font-size: 1.35rem;
  margin: 0 0 4px;
  font-weight: 700;
}
.careers-job-title a {
  color: inherit;
  text-decoration: none;
}
.careers-job-title a:hover {
  text-decoration: underline;
}

.careers-job-dept {
  margin: 0;
  color: var(--cr-navy) !important;
  font-size: 0.95rem;
  font-weight: 600;
}

.careers-job-meta {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.careers-job-point {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  padding: 10px 12px;
  background: #f7f9fb;
  border: 1px solid #e6ebf0;
  border-radius: 12px;
  font-size: 0.95rem;
  color: var(--cr-black);
  min-height: 64px;
}

.careers-job-point-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(20, 56, 92, 0.12);
  padding: 6px;
}

.careers-job-point-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.careers-job-point-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.careers-job-point-label {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  font-weight: 600;
  line-height: 1.2;
}

.careers-job-point-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--cr-navy);
  line-height: 1.3;
  word-break: break-word;
}

.page-careers .careers-job-card {
  border-radius: 16px;
  overflow: hidden;
  border-color: #e6ebf0;
  padding: 28px 24px 20px;
}

.page-careers .careers-job-meta,
.page-career-detail .careers-job-meta,
a.careers-job-card-link .careers-job-meta {
  margin-bottom: 28px;
}

.page-careers .careers-job-bottom,
.page-career-detail .careers-job-bottom,
.page-careers .cd-related .careers-job-bottom,
.page-career-detail .cd-related .careers-job-bottom,
a.careers-job-card-link .careers-job-bottom {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  margin: 0 -24px -20px !important;
  padding: 18px 16px 20px 18px !important;
  border-top: 1px solid #e8edf2 !important;
  background: linear-gradient(180deg, #f7f9fb 0%, #f1f4f8 100%) !important;
}

.page-careers .careers-job-btn {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  padding: 10px 18px;
  border: none;
  border-radius: 999px !important;
  background: var(--cr-navy);
  color: #fff !important;
  font-family: var(--cr-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(20, 56, 92, 0.18);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.page-careers .careers-job-btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.page-careers .careers-job-btn:hover {
  background: var(--cr-gold);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(178, 137, 6, 0.28);
  transform: translateY(-1px);
}

.page-careers .careers-job-updated {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5b6572;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.page-careers .careers-job-updated img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  opacity: 0.8;
}

.page-careers .careers-job-updated span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.careers-jobs-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border: 2px solid var(--cr-gray);
}

.careers-jobs-empty p {
  margin: 0;
  color: var(--cr-muted);
}

/* Talent pool */
.careers-talent {
  position: relative;
  isolation: isolate;
  padding: 90px 0 70px;
  color: #fff;
}

.careers-talent-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 35%;
  z-index: -2;
}

.careers-talent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(20, 56, 92, 0.82) 0%, rgba(20, 56, 92, 0.55) 48%, rgba(0, 0, 0, 0.45) 100%);
  z-index: -1;
}

.careers-talent-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

.careers-talent-copy h2 {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin: 0 0 18px;
  line-height: 1.2;
}

.careers-talent-copy p {
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0;
  max-width: 420px;
  font-size: 1.05rem;
}

.careers-talent-form {
  max-width: 480px;
  margin-left: auto;
  text-align: center;
}

.careers-talent-input,
.careers-talent-file {
  width: 100%;
  padding: 18px 28px;
  border: none;
  border-radius: 999px;
  margin-bottom: 16px;
  font-family: var(--cr-display);
  font-size: 1.1rem;
  background: #fff;
  color: var(--cr-black);
}

.careers-talent-input::placeholder {
  color: var(--cr-black);
  text-align: center;
  font-size: 1.1rem;
}

.careers-talent-file {
  padding: 14px 24px;
  font-size: 0.95rem;
}

.careers-talent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 40px;
  border: none;
  border-radius: 999px;
  background: var(--cr-gold);
  color: #fff;
  font-family: var(--cr-display);
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  margin: 0 auto;
  float: none;
  box-shadow: 0 8px 18px rgba(178, 137, 6, 0.22);
}

.careers-talent-btn:hover {
  background: var(--cr-navy);
  transform: translateY(-1px);
}

.careers-talent-form::after {
  content: "";
  display: table;
  clear: both;
}

.careers-talent-form-wrap {
  max-width: 480px;
  margin-left: auto;
  min-height: 220px;
}

.careers-talent-form.is-hidden,
.careers-talent-progress[hidden],
.careers-talent-success[hidden] {
  display: none !important;
}

.careers-talent-progress {
  text-align: center;
  padding: 28px 8px 12px;
  animation: careersTalentFade 0.35s ease;
}

.careers-talent-progress-label {
  color: #fff;
  font-family: var(--cr-display);
  font-size: 1.25rem;
  margin: 0 0 18px;
}

.careers-talent-meter {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.careers-talent-meter-bar {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cr-gold), #e4c45a);
  transition: width 0.15s ease-out;
}

.careers-talent-progress-pct {
  color: #fff;
  margin: 12px 0 0;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.careers-talent-success {
  text-align: center;
  padding: 28px 22px;
  animation: careersTalentFade 0.45s ease;
  background: rgba(20, 56, 92, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  max-width: 28rem;
  margin-left: auto;
}

.careers-talent-tick {
  display: inline-flex;
  margin: 0 0 16px;
}

.careers-talent-tick-circle {
  stroke: #fff;
  stroke-width: 2.5;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: careersTickCircle 0.6s ease forwards;
}

.careers-talent-tick-check {
  stroke: var(--cr-gold);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: careersTickCheck 0.35s 0.45s ease forwards;
}

.careers-talent-success-title {
  color: #fff !important;
  font-family: var(--cr-display);
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  margin: 0 0 12px;
}

.careers-talent-success-text {
  color: rgba(255, 255, 255, 0.96) !important;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: none;
  margin-inline: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

@keyframes careersTalentFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes careersTickCircle {
  to { stroke-dashoffset: 0; }
}

@keyframes careersTickCheck {
  to { stroke-dashoffset: 0; }
}

/* Modal */
.careers-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 56, 92, 0.55);
}

.careers-modal.is-open {
  display: flex;
}

body.careers-modal-open #togo-mobile-app-bar,
body.careers-modal-open .togo-mobile-app-bar,
body:has(.careers-modal.is-open) #togo-mobile-app-bar,
body:has(.careers-modal.is-open) .togo-mobile-app-bar,
body.page-careers:not(.page-career-detail) #togo-mobile-app-bar,
body.page-careers:not(.page-career-detail) .togo-mobile-app-bar {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.page-careers:not(.page-career-detail).mobile-app-bar-visible {
  padding-bottom: 0 !important;
}

.careers-modal-panel {
  background: #fff;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
}

.careers-modal-title {
  font-size: 1.5rem !important;
  margin: 0;
  padding: 28px 56px 12px 28px;
  color: var(--cr-navy) !important;
  flex-shrink: 0;
}

.careers-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  background: var(--cr-soft);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

#careers-apply-form.careers-form {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}

.careers-modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 8px 28px 12px;
  min-height: 0;
}

.careers-modal-footer {
  flex-shrink: 0;
  padding: 14px 28px 22px;
  border-top: 1px solid #e6ebf0;
  background: #fff;
  box-shadow: 0 -8px 20px rgba(20, 56, 92, 0.06);
}

.careers-modal-footer .careers-form-msg {
  margin: 0 0 10px;
  min-height: 0;
}

.careers-modal-footer .careers-form-msg:empty {
  display: none;
  margin: 0;
}

.careers-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.careers-form .field {
  margin-bottom: 14px;
}

.careers-form .careers-check-field {
  margin-top: 4px;
  margin-bottom: 10px;
}

.careers-form .careers-check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: #243447;
  cursor: pointer;
}

.careers-form .careers-check-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #14385c;
  cursor: pointer;
}

.careers-apply-disclaimer {
  margin: 0 0 4px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f3f6f9;
  border: 1px solid #e2e8f0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #4b5563;
}

.careers-apply-disclaimer strong {
  color: #14385c;
  font-weight: 700;
}

.careers-form input,
.careers-form textarea {
  width: 100%;
  padding: 12px 18px;
  border: 1px solid var(--cr-gray);
  border-radius: 999px;
  font-size: 0.95rem;
  font-family: inherit;
}

.careers-form textarea {
  border-radius: 22px;
  min-height: 100px;
  resize: vertical;
  padding: 14px 18px;
}

.careers-form .cu-phone-cc-group {
  width: 100%;
  border: 1px solid var(--cr-gray);
  border-radius: 999px;
  overflow: visible;
  background: #fff;
  display: flex;
  align-items: stretch;
}
.careers-form .cu-phone-cc-group:focus-within {
  border-color: var(--cr-gold);
  box-shadow: 0 0 0 0.15rem rgba(178, 137, 6, 0.18);
}
.careers-form .cu-phone-cc-group .fz-cc-wrap {
  position: relative;
  flex-shrink: 0;
}
.careers-form .cu-phone-cc-group .fz-cc-trigger {
  height: 48px;
  min-width: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 0 12px 0 16px;
  background: #f5f7fa;
  border: none;
  border-right: 1px solid #e5e5e5;
  border-radius: 999px 0 0 999px;
  color: var(--cr-navy);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.careers-form .cu-phone-cc-group .fz-cc-arrow {
  font-size: 0.65rem;
  color: #666;
  transition: transform 0.2s ease;
}
.careers-form .cu-phone-cc-group .fz-cc-wrap.open .fz-cc-arrow {
  transform: rotate(180deg);
}
.careers-form .cu-phone-cc-group .fz-cc-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 1055;
  width: 280px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(20, 56, 92, 0.12);
  overflow: hidden;
}
.careers-form .cu-phone-cc-group .fz-cc-wrap.open {
  z-index: 1056;
}
.careers-form .cu-phone-cc-group .fz-cc-wrap.open .fz-cc-dropdown {
  display: block;
}
.careers-form .cu-phone-cc-group .fz-cc-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.careers-form .cu-phone-cc-group .fz-cc-search {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
  padding: 0;
}
.careers-form .cu-phone-cc-group .fz-cc-list {
  max-height: 240px;
  overflow-y: auto;
}
.careers-form .cu-phone-cc-group .fz-cc-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.careers-form .cu-phone-cc-group .fz-cc-item:hover,
.careers-form .cu-phone-cc-group .fz-cc-item.selected {
  background: rgba(178, 137, 6, 0.1);
}
.careers-form .cu-phone-cc-group .fz-cc-check {
  width: 22px;
  color: var(--cr-gold);
  flex-shrink: 0;
}
.careers-form .cu-phone-cc-group .fz-cc-dial {
  font-weight: 700;
  color: var(--cr-navy);
  min-width: 48px;
}
.careers-form .cu-phone-cc-group .fz-cc-name {
  color: #555;
  font-size: 13px;
  padding-left: 6px;
}
.careers-form .cu-phone-cc-group .cu-phone-input {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 999px 999px 0 !important;
  height: 48px;
  width: 100%;
  padding: 0 18px;
  outline: none;
  background: transparent;
  flex: 1;
  min-width: 0;
}
.careers-form .cu-phone-cc-group .invalid-feedback {
  display: none;
}

.careers-form textarea {
  min-height: 100px;
  resize: vertical;
}

.careers-modal-submit {
  width: 100%;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  background: var(--cr-navy);
  color: #fff;
  font-family: var(--cr-display);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0 8px 18px rgba(20, 56, 92, 0.16);
}

.careers-modal-submit:hover:not(:disabled) {
  background: var(--cr-gold);
  transform: translateY(-1px);
}

.careers-modal-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.careers-form-msg {
  margin-top: 12px;
  font-size: 0.9rem;
  clear: both;
}

.careers-form-msg.is-error {
  color: #b91c1c;
}

.careers-form-msg.is-success {
  color: #15803d;
}

.careers-talent .careers-form-msg.is-success,
.careers-talent .careers-form-msg.is-error {
  color: #fff;
}

@media (max-width: 991.98px) {
  .page-career-detail .careers-hero,
  .page-career-detail .careers-hero-img,
  .page-career-detail .careers-hero-img img {
    min-height: 0;
    max-height: none;
    height: auto;
  }

  .careers-hero {
    position: relative;
    isolation: isolate;
    min-height: 0;
    overflow: hidden;
  }

  .careers-hero.cd-hero .careers-hero-panel {
    padding:
      calc(var(--header-offset, 64px) + 2rem)
      clamp(20px, 5.5vw, 28px)
      3rem;
  }

  .careers-hero.cd-hero .careers-hero-panel-inner {
    padding: 1.25rem 0 1.75rem;
    box-sizing: border-box;
  }

  .careers-hero-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    min-height: 100%;
    max-height: none;
    height: 100%;
    pointer-events: none;
  }

  .careers-hero-img img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center 30%;
  }

  .careers-hero-panel {
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding:
      calc(var(--header-offset, 64px) + 2rem)
      clamp(20px, 5.5vw, 28px)
      3rem;
    background: linear-gradient(
      165deg,
      rgba(0, 33, 71, 0.93) 0%,
      rgba(0, 33, 71, 0.8) 45%,
      rgba(0, 0, 0, 0.58) 100%
    );
  }

  .careers-hero-panel-inner {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px;
    text-align: center;
  }

  .careers-hero-title {
    text-align: center;
  }

  .careers-hero-row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .careers-hero-icon {
    display: none;
  }

  .careers-hero-lead {
    max-width: none;
    font-size: 0.95rem;
    line-height: 1.55;
    text-align: center;
  }

  .careers-hero-facts {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }

  .careers-hero-facts li {
    white-space: normal;
    max-width: 100%;
    line-height: 1.35;
  }

  .careers-core {
    grid-template-columns: 1fr;
  }

  .careers-core-left {
    min-height: auto;
    padding: 40px 24px;
  }

  .careers-core-right {
    padding: 0 16px 16px;
  }

  .careers-life-grid,
  .careers-roles-grid,
  .careers-jobs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .careers-life-head {
    margin-bottom: 90px;
  }

  .careers-find-form {
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px;
  }

  .careers-find-keyword,
  .careers-find-location {
    flex: 1 1 100%;
  }

  .careers-find-select {
    border-left: 2px solid var(--cr-gray);
  }

  .careers-find-btn {
    flex: 1 1 100%;
    margin-left: 0;
    min-height: 56px;
  }

  .careers-find-box {
    bottom: -120px;
  }

  .careers-jobs {
    padding-top: 180px;
  }

  .careers-talent-row {
    grid-template-columns: 1fr;
  }

  .careers-talent-form {
    margin: 0;
    max-width: none;
  }
}

@media (max-width: 575px) {
  .careers-hero-panel,
  .careers-hero.cd-hero .careers-hero-panel {
    padding-top: calc(var(--header-offset, 64px) + 1.75rem);
    padding-bottom: 2.75rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers-hero.cd-hero .careers-hero-panel-inner {
    padding: 1rem 0 1.5rem;
  }

  .careers-core-grid,
  .careers-life-grid,
  .careers-roles-grid,
  .careers-jobs-grid {
    grid-template-columns: 1fr;
  }

  .careers-life-card {
    border-radius: 36px;
    min-height: 0;
  }

  .careers-find-box::before,
  .careers-find-box::after {
    display: none;
  }

  .page-careers .careers-job-meta,
  .page-career-detail .careers-job-meta,
  a.careers-job-card-link .careers-job-meta {
    margin-bottom: 22px;
  }

  .page-careers .careers-job-bottom,
  .page-career-detail .careers-job-bottom,
  .page-careers .cd-related .careers-job-bottom,
  .page-career-detail .cd-related .careers-job-bottom,
  a.careers-job-card-link .careers-job-bottom {
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: -16px !important;
    margin-top: 0 !important;
    padding: 16px 14px 18px 14px !important;
  }

  .page-careers .careers-job-card {
    padding: 24px 20px 16px;
  }

  .page-careers .careers-job-btn {
    padding: 9px 14px;
    font-size: 0.84rem;
  }

  .page-careers .careers-job-updated {
    font-size: 0.72rem;
  }

  .careers-talent-btn {
    float: none;
    width: 100%;
  }
}

/* Career details */
a.careers-job-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
a.careers-job-card-link .careers-job-bottom {
  margin-top: 0;
}
.cd-hero {
  width: 100%;
  overflow: hidden;
}
.cd-main {
  padding: 40px 0 60px;
}
.cd-layout {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) minmax(240px, 300px);
  gap: 28px;
  align-items: start;
}
.cd-share {
  position: sticky;
  top: calc(var(--header-offset, 100px) + 20px);
  display: flex;
  flex-direction: column;
}
.cd-share a {
  width: 56px;
  height: 56px;
  border: 2px solid #a4a4a4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a4a4a4;
  text-decoration: none;
  border-bottom-width: 0;
}
.cd-share a svg {
  display: block;
}
.cd-share a:last-child {
  border-bottom-width: 2px;
}
.cd-share a:hover {
  color: var(--cr-navy);
  border-color: var(--cr-navy);
}
.cd-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cr-navy);
  color: #fff !important;
  padding: 0 22px;
  min-height: 36px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 14px;
  transition: background 0.2s;
}
.cd-category:hover {
  background: var(--cr-gold);
  color: #fff !important;
}
.cd-title {
  color: var(--cr-gold) !important;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  margin: 0 0 20px;
  line-height: 1.35;
}
.cd-body p {
  color: var(--cr-black);
  font-size: 1.05rem;
  margin: 0 0 18px;
  line-height: 1.65;
}
.cd-body h2 {
  font-size: 1.35rem;
  margin: 28px 0 14px;
  color: var(--cr-black) !important;
}
.cd-body ul {
  margin: 0 0 28px;
  padding: 0 0 0 28px;
}
.cd-body li {
  margin: 0 0 10px;
  line-height: 1.55;
  font-size: 1.02rem;
  color: var(--cr-black);
}
.cd-follow {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  padding: 14px 0;
  margin-top: 12px;
  flex-wrap: wrap;
}
.cd-follow span {
  font-weight: 700;
  font-size: 1rem;
  color: var(--cr-black);
}
.cd-follow a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.cd-follow a:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
.cd-follow a svg,
.cd-follow a i {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
}
.cd-follow-fb { background: #1877F2; }
.cd-follow-ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.cd-follow-x { background: #000; }
.cd-follow-li { background: #0A66C2; }
.cd-follow-yt { background: #FF0000; }
.cd-follow-pin { background: #E60023; }
.cd-follow-tt { background: #000; }
.cd-sidebar {
  position: sticky;
  top: calc(var(--header-offset, 100px) + 20px);
}
.cd-info {
  background: #f6f7f9;
  padding: 28px 24px;
}
.cd-info h3 {
  color: var(--cr-gold) !important;
  text-align: center;
  font-size: 1.45rem;
  margin: 0 0 22px;
}
.cd-info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px 14px;
  background: #f7f9fb;
  border: 1px solid #e6ebf0;
  border-radius: 12px;
}
.cd-info-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--cr-navy);
  padding: 7px;
}
.cd-info-icon img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(18%) sepia(35%) saturate(1400%) hue-rotate(176deg) brightness(92%) contrast(92%);
}
.cd-info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cd-info-label {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  font-weight: 600;
  line-height: 1.2;
}
.cd-info-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cr-navy);
  line-height: 1.35;
  word-break: break-word;
}
.cd-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}
.cd-btn-apply,
.cd-btn-save {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--cr-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 16px;
  min-height: 44px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.cd-btn-apply {
  background: var(--cr-navy);
  color: #fff;
  box-shadow: 0 6px 14px rgba(20, 56, 92, 0.16);
}
.cd-btn-apply:hover {
  background: var(--cr-gold);
  transform: translateY(-1px);
}
.cd-btn-save {
  background: #fff;
  border: 2px solid var(--cr-gold);
  color: var(--cr-black);
}
.cd-btn-save.is-saved,
.cd-btn-save:hover {
  background: var(--cr-gold);
  color: #fff;
}
.cd-deadline {
  text-align: center;
  margin: 12px 0 0;
  font-size: 0.95rem;
  color: var(--cr-black);
}
.cd-related {
  padding-top: 56px !important;
  border-top: 10px solid var(--cr-wine);
}
.cd-related-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  margin: 0 0 28px;
}
.cd-view-more {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.cd-view-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cr-gold);
  color: #fff;
  padding: 0 36px;
  min-height: 48px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  font-family: var(--cr-display);
  box-shadow: 0 8px 18px rgba(178, 137, 6, 0.22);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.cd-view-more a:hover {
  background: var(--cr-navy);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(20, 56, 92, 0.18);
}
@media (max-width: 991px) {
  .cd-layout {
    grid-template-columns: 1fr;
  }
  .cd-share {
    position: static;
    flex-direction: row;
  }
  .cd-share a {
    border-bottom-width: 2px;
    border-right-width: 0;
  }
  .cd-share a:last-child {
    border-right-width: 2px;
  }
  .cd-sidebar {
    position: static;
    order: -1;
  }
  body.page-career-detail .cd-hero.careers-hero,
  body.page-career-detail .cd-hero .careers-hero-panel {
    min-height: 0;
  }

  body.page-career-detail .cd-hero .careers-hero-title {
    font-size: clamp(1.55rem, 5.5vw, 1.85rem);
    margin-bottom: 10px;
    line-height: 1.15;
    text-align: center;
  }

  body.page-career-detail .cd-hero .careers-hero-lead {
    font-size: 0.9rem;
    text-align: center;
  }

  body.page-career-detail .cd-hero .careers-hero-facts {
    align-items: center;
    margin-top: 14px;
  }

  body.page-career-detail .cd-hero .careers-hero-facts li {
    font-size: 0.78rem;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.35);
  }

  body.page-career-detail {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }

  body.page-career-detail .cd-actions--sidebar {
    display: none !important;
  }

  body.page-career-detail .cd-actions--mobile,
  .cd-actions--mobile {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    inset: auto 0 0 0 !important;
    z-index: 2147483000 !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 !important;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    background: #fff !important;
    border-top: 1px solid #e6ebf0;
    box-shadow: 0 -10px 28px rgba(20, 56, 92, 0.14);
    transform: none !important;
  }

  .cd-actions--mobile .cd-btn-apply,
  .cd-actions--mobile .cd-btn-save {
    flex: 1 1 0;
    min-height: 46px;
  }

  body.page-career-detail .cd-deadline {
    margin-top: 14px;
  }
}

/* Career detail sticky Apply/Save — mobile only */
.cd-actions--mobile {
  display: none;
}

@media (max-width: 991.98px) {
  body.page-career-detail .cd-actions--mobile {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    inset: auto 0 0 0 !important;
    z-index: 2147483000 !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 !important;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    background: #fff !important;
    border-top: 1px solid #e6ebf0;
    box-shadow: 0 -10px 28px rgba(20, 56, 92, 0.14);
    transform: none !important;
  }

  body.page-career-detail.mobile-app-bar-visible .cd-actions--mobile {
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 64px !important;
    inset: auto 0 64px 0 !important;
    padding-bottom: 12px !important;
  }

  body.page-career-detail .cd-actions--mobile .cd-btn-apply,
  body.page-career-detail .cd-actions--mobile .cd-btn-save {
    flex: 1 1 0 !important;
    min-height: 46px !important;
  }

  body.page-career-detail:has(.careers-modal.is-open) .cd-actions--mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .cd-actions--mobile {
    display: none !important;
  }
}

/* Why � live photo collage */
.careers-why-live {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 48px;
  align-items: center;
}
.careers-why-live .careers-why-copy h2 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  margin: 0 0 20px;
}
.careers-why-live .careers-why-copy p {
  margin: 0 0 18px;
  font-size: 1.05rem;
  color: var(--cr-black);
  line-height: 1.7;
}
.careers-why-photos {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 160px 120px 150px;
  gap: 12px;
  min-height: 420px;
}
.careers-why-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 16px 40px rgba(20, 56, 92, 0.12);
}
.careers-why-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.careers-why-photo:hover img {
  transform: scale(1.06);
}
.careers-why-photo--a {
  grid-column: 1;
  grid-row: 1 / 3;
}
.careers-why-photo--b {
  grid-column: 2;
  grid-row: 1 / 2;
}
.careers-why-photo--c {
  grid-column: 2;
  grid-row: 2 / 4;
}
.careers-why-photo--d {
  grid-column: 1;
  grid-row: 3 / 4;
}
.careers-why-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(20,56,92,0.08), transparent 55%);
  pointer-events: none;
}
@media (max-width: 991px) {
  .careers-why-live {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .careers-why-photos {
    min-height: 340px;
    grid-template-rows: 120px 100px 120px;
  }
}
