/* Generated by tools/build-theme-css.py. Do not edit directly. */
.cb-course-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  animation: livePulse 2s ease infinite;
}

/* Prototype-matched inner page sections */
.sub-hero {
  background: var(--navy-deep);
  padding: 72px 32px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(184, 41, 45, 0.06), transparent 50%);
}

.sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 40px 40px;
}

.sub-hero h1 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 500;
  animation: hStag 0.6s var(--ease-out) 0.1s both;
}

.sub-hero h1 .ri {
  color: var(--red);
  font-style: italic;
  font-weight: 600;
}

.sub-hero > p {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  line-height: 1.7;
  animation: hStag 0.6s var(--ease-out) 0.2s both;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(27, 38, 85, 0.04);
  border-radius: var(--radius-xl);
  background: var(--white);
  transition: all 0.4s var(--ease-spring);
}

.c-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--shadow-strong);
}

.c-thumb {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.c-thumb.has-image {
  overflow: hidden;
  padding: 0;
  font-size: 0;
}

.c-thumb.has-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.c-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.ct1 { background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid)); }
.ct2 { background: linear-gradient(135deg, #1a3d35, #2d7a5e); }
.ct3 { background: linear-gradient(135deg, #5a1520, var(--red)); }

.c-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.c-body h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 600;
}

.c-title-link {
  color: inherit;
  text-decoration: none;
}

.c-title-link:hover {
  color: var(--red);
}

.c-sub {
  margin-bottom: 10px;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-body > p {
  margin: 0 0 14px;
  color: var(--stone);
  font-size: 13.5px;
  line-height: 1.6;
}

.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 16px;
}

.c-tag {
  padding: 3px 9px;
  border-radius: 4px;
  background: var(--cream);
  color: var(--stone);
  font-size: 11px;
  font-weight: 500;
  transition: all 0.2s;
}

.c-tag:hover {
  background: var(--red-glow);
  color: var(--red);
}

.c-details-link {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
}

.c-details-link:hover {
  color: var(--navy);
}

.c-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  margin-top: auto;
  border-top: 1px solid rgba(27, 38, 85, 0.05);
}

.c-enroll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 36px;
  border-radius: var(--radius-md);
  background: var(--navy);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  transition: all 0.3s var(--ease-spring);
}

.c-enroll:hover {
  background: var(--red);
  transform: scale(1.05);
}

.cb-blog-intro {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cb-blog-intro .sec-eyebrow {
  justify-content: center;
}

.cb-blog-intro .sec-p {
  max-width: 680px;
}

.cb-blog-empty-state {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 48px 40px;
  border: 1px solid rgba(27, 38, 85, 0.06);
  border-radius: var(--radius-xl);
  background: var(--white);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.cb-blog-empty-state h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
}

.cb-blog-empty-state p {
  max-width: 560px;
  margin: 0;
  color: var(--stone);
  font-size: 15px;
  line-height: 1.7;
}

.cb-blog-empty-state-compact {
  justify-items: start;
  text-align: left;
}

.cb-blog-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 36px;
}

.cb-blog-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--stone);
  font-size: 12px;
  font-weight: 600;
}

.cb-blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(27, 38, 85, 0.04);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-strong);
}

.cb-blog-feature-media {
  min-height: 340px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
}

.cb-blog-feature-media img,
.cb-blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cb-blog-feature-media.is-placeholder,
.cb-blog-card-media.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cb-blog-feature-placeholder,
.cb-blog-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 42px;
}

.cb-blog-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 40px;
}

.cb-blog-feature-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 14px;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cb-blog-feature-copy h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.05;
  font-weight: 600;
}

.cb-blog-feature-copy p {
  margin: 0 0 18px;
  color: var(--stone);
  font-size: 15px;
  line-height: 1.8;
}

.cb-blog-feature-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.cb-blog-feature-notes span,
.cb-blog-card-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--red-glow);
  color: var(--red);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cb-blog-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.cb-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cb-blog-card {
  overflow: hidden;
  border: 1px solid rgba(27, 38, 85, 0.04);
  border-radius: var(--radius-xl);
  background: var(--white);
  transition: all 0.4s var(--ease-spring);
}

.cb-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-strong);
}

.cb-blog-card-media {
  min-height: 190px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
}

.cb-blog-card-body {
  padding: 24px 24px 22px;
}

.cb-blog-card-date {
  margin-bottom: 10px;
  color: var(--stone);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.cb-blog-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.15;
  font-weight: 600;
}

.cb-blog-card p {
  margin: 0 0 16px;
  color: var(--stone);
  font-size: 13.5px;
  line-height: 1.7;
}

.cb-blog-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.cb-blog-readmore {
  display: inline-flex;
  align-items: center;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}


.cb-blog-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cb-blog-topic-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--white);
  border: 1px solid rgba(27, 38, 85, 0.05);
  box-shadow: var(--shadow-soft);
}

.cb-blog-topic-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
}

.cb-blog-topic-card.cb-tone-red::before {
  background: var(--red);
}

.cb-blog-topic-card.cb-tone-navy::before {
  background: var(--navy);
}

.cb-blog-topic-card.cb-tone-gold::before {
  background: #d9a441;
}

.cb-blog-topic-eyebrow {
  margin-bottom: 10px;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cb-blog-topic-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 1.75rem;
  line-height: 1.12;
}

.cb-blog-topic-card p {
  margin: 0;
  color: var(--stone);
  font-size: 14px;
  line-height: 1.75;
}


.cb-blog-page .cb-blog-intro {
  max-width: 720px;
  margin: 0 auto 8px;
  text-align: center;
}

.cb-blog-page .cb-blog-intro .sec-eyebrow {
  justify-content: center;
}

.cb-blog-page .cb-blog-intro .sec-p {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.cb-blog-page .blog-chip-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cb-blog-page .blog-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1.5px solid rgba(27, 38, 85, 0.08);
  border-radius: 999px;
  background: var(--white);
  color: var(--stone);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.cb-blog-page .blog-feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  margin-top: 36px;
}

.cb-blog-page .blog-feature-copy {
  padding: 36px;
  border: 1px solid rgba(27, 38, 85, 0.05);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, var(--white), var(--cream));
  box-shadow: var(--shadow-soft);
}

.cb-blog-page .blog-feature-copy .sec-eyebrow {
  margin-bottom: 18px;
}

.cb-blog-page .blog-feature-copy h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  font-weight: 600;
}

.cb-blog-page .blog-feature-copy > p {
  margin: 0;
  color: var(--stone);
  font-size: 14px;
  line-height: 1.75;
}

.cb-blog-page .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cb-blog-page .blog-meta span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--red-glow);
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.cb-blog-page .blog-feature-copy .blog-meta {
  margin-top: 22px;
}

.cb-blog-page .blog-feature-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.cb-blog-page .blog-note {
  padding: 18px;
  border: 1px solid rgba(27, 38, 85, 0.05);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.cb-blog-page .blog-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1;
}

.cb-blog-page .blog-note span {
  color: var(--stone);
  font-size: 12.5px;
  line-height: 1.6;
}

.cb-blog-page .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cb-blog-page .hero-ctas .cta-ghost {
  border-color: rgba(27, 38, 85, 0.12);
  color: var(--navy);
}

.cb-blog-page .hero-ctas .cta-ghost:hover {
  border-color: var(--red);
  color: var(--red);
}

.cb-blog-page .blog-feature-media {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 420px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--navy-deep);
  box-shadow: var(--shadow-strong);
  text-decoration: none;
  isolation: isolate;
}

.cb-blog-page .blog-feature-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.5s var(--ease-out);
}

.cb-blog-page .blog-feature-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 17, 48, 0.14) 0%, rgba(10, 17, 48, 0.34) 44%, rgba(10, 17, 48, 0.78) 100%),
    linear-gradient(135deg, rgba(27, 38, 85, 0.2) 0%, rgba(184, 41, 45, 0.16) 100%);
}

.cb-blog-page .blog-feature-media::after {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: calc(var(--radius-xl) - 8px);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent 42%);
  pointer-events: none;
}

.cb-blog-page .blog-feature-media:hover .blog-feature-photo {
  transform: scale(1.05);
}

.cb-blog-page .blog-feature-panel {
  position: relative;
  z-index: 2;
  max-width: 430px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(23, 35, 84, 0.58) 0%, rgba(46, 24, 40, 0.72) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cb-blog-page .blog-feature-kicker {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.cb-blog-page .blog-feature-panel h4 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 500;
}

.cb-blog-page .blog-feature-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.cb-blog-page .blog-feature-panel .blog-meta {
  margin-top: 18px;
}

.cb-blog-page .blog-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}

.cb-blog-page .blog-section-head .sec-h2,
.cb-blog-page .blog-bottom-grid .sec-h2 {
  margin: 0;
  text-align: left;
}

.cb-blog-page .blog-section-head a {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: letter-spacing 0.2s ease;
}

.cb-blog-page .blog-section-head a:hover {
  letter-spacing: 1.2px;
}


.cb-blog-page .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.cb-blog-page .news-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(27, 38, 85, 0.04);
  border-radius: var(--radius-xl);
  background: var(--white);
  transition: all 0.4s var(--ease-spring);
}

.cb-blog-page .news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.cb-blog-page .n-thumb {
  position: relative;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 40px;
  background: rgba(27, 38, 85, 0.05);
  text-decoration: none;
}

.cb-blog-page .n-thumb-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 24, 63, 0.04) 0%, rgba(15, 24, 63, 0.28) 100%);
  pointer-events: none;
}

.cb-blog-page .n-thumb-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s var(--ease-out);
}

.cb-blog-page .news-card:hover .n-thumb-photo img {
  transform: scale(1.05);
}

.cb-blog-page .nt1 {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
}

.cb-blog-page .nt2 {
  background: linear-gradient(135deg, #1a3d35, #2d7a5e);
}

.cb-blog-page .nt3 {
  background: linear-gradient(135deg, #3a2050, #6a4090);
}

.cb-blog-page .n-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cb-blog-page .n-date {
  margin-bottom: 7px;
  color: var(--stone);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cb-blog-page .n-body h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.cb-blog-page .n-body h3 a,
.cb-blog-page .blog-side-item h4 a {
  color: inherit;
  text-decoration: none;
}

.cb-blog-page .n-body p {
  margin: 0;
  color: var(--stone);
  font-size: 13px;
  line-height: 1.6;
}

.cb-blog-page .n-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

.cb-blog-page .n-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--red-glow);
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cb-blog-page .blog-read-line {
  margin-top: auto;
  padding-top: 16px;
}

.cb-blog-page .blog-readmore {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}


.cb-blog-page .blog-bottom-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.cb-blog-page .blog-bottom-grid .sec-p {
  max-width: 620px;
}

.cb-blog-page .feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.cb-blog-page .feat-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(27, 38, 85, 0.04);
  border-radius: var(--radius-lg);
  background: var(--white);
  transition: all 0.4s var(--ease-spring);
}

.cb-blog-page .feat-card::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--red), var(--navy-mid));
  transition: transform 0.4s var(--ease-spring);
}

.cb-blog-page .feat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.cb-blog-page .feat-card:hover::after {
  transform: scaleX(1);
}

.cb-blog-page .ftico {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: var(--radius-md);
  font-size: 22px;
}

.cb-blog-page .ftico.r {
  background: var(--red-glow);
}

.cb-blog-page .ftico.b {
  background: rgba(27, 38, 85, 0.06);
}

.cb-blog-page .ftico.g {
  background: rgba(37, 211, 102, 0.09);
}

.cb-blog-page .feat-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
}

.cb-blog-page .feat-card p {
  margin: 0;
  color: var(--stone);
  font-size: 13.5px;
  line-height: 1.65;
}

.cb-blog-page .blog-side-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cb-blog-page .blog-side-item {
  padding: 22px;
  border: 1px solid rgba(27, 38, 85, 0.05);
  border-radius: var(--radius-lg);
  background: var(--cream);
  transition: all 0.3s var(--ease-spring);
}

.cb-blog-page .blog-side-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.cb-blog-page .blog-side-item h4 {
  margin: 14px 0 8px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.2;
}

.cb-blog-page .blog-side-item p {
  margin: 0;
  color: var(--stone);
  font-size: 13px;
  line-height: 1.65;
}


.cb-blog-single .article-hero {
  text-align: left;
  padding: 72px 32px 64px;
}

.cb-blog-single .article-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: stretch;
}

.cb-blog-single .article-hero-copy {
  padding-right: 10px;
}

.cb-blog-single .article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s var(--ease-spring);
}

.cb-blog-single .article-back:hover {
  border-color: rgba(184, 41, 45, 0.5);
  color: #fff;
  background: rgba(184, 41, 45, 0.12);
  transform: translateY(-2px);
}

.cb-blog-single .article-hero .blog-meta {
  margin: 0 0 18px;
}

.cb-blog-single .article-hero .blog-meta span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.cb-blog-single .article-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 16px;
  text-align: left;
}

.cb-blog-single .article-intro {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.72;
}

.cb-blog-single .article-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.cb-blog-single .article-hero-actions .cta-ghost {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.cb-blog-single .article-hero-actions .cta-ghost:hover {
  border-color: var(--red);
  color: #fff;
}

.cb-blog-single .article-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background: var(--navy-deep);
  box-shadow: var(--shadow-soft);
}

.cb-blog-single .article-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cb-blog-single .article-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 28, 0.08) 0%, rgba(8, 12, 28, 0.14) 34%, rgba(8, 12, 28, 0.78) 100%);
}

.cb-blog-single .article-hero-card {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}

.cb-blog-single .article-hero-copybox {
  max-width: 430px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(8, 12, 28, 0.44);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cb-blog-single .article-hero-copybox .blog-feature-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(184, 41, 45, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cb-blog-single .article-hero-copybox h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.26;
  font-weight: 500;
}

.cb-blog-single .article-hero-copybox p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
}

.cb-blog-single .article-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  align-items: start;
}

.cb-blog-single .article-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 46px 54px 56px;
  border: 1px solid rgba(27, 38, 85, 0.06);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.cb-blog-single .article-summary-grid {
  display: none;
}

.cb-blog-single .article-summary-card {
  display: none;
}

.cb-blog-single .article-summary-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.cb-blog-single .article-summary-card span {
  display: block;
  color: var(--stone);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.cb-blog-single .article-lead {
  position: relative;
  max-width: 690px;
  margin: 0 0 34px;
  padding-top: 22px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.8;
}

.cb-blog-single .article-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 2px;
  background: var(--red);
  border-radius: 999px;
}

.cb-blog-single .article-prose {
  max-width: 690px;
  color: var(--stone);
}

.cb-blog-single .article-prose > *:first-child {
  margin-top: 0;
}

.cb-blog-single .article-prose h2 {
  position: relative;
  margin: 46px 0 14px;
  padding-top: 22px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
}

.cb-blog-single .article-prose h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background: rgba(184, 41, 45, 0.55);
}

.cb-blog-single .article-prose h3 {
  margin: 30px 0 10px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}

.cb-blog-single .article-prose h4 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.cb-blog-single .article-prose p {
  margin: 0 0 20px;
  color: var(--stone);
  font-size: 14px;
  line-height: 1.86;
}

.cb-blog-single .article-prose strong {
  color: var(--navy);
}

.cb-blog-single .article-prose ul,
.cb-blog-single .article-prose ol,
.cb-blog-single .article-prose blockquote,
.cb-blog-single .article-prose figure {
  margin: 0 0 24px;
}

.cb-blog-single .article-prose ul,
.cb-blog-single .article-prose ol {
  margin-left: 20px;
  padding: 0;
}

.cb-blog-single .article-prose li {
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.86;
}

.cb-blog-single .article-prose a {
  color: var(--red);
  text-decoration-color: rgba(184, 41, 45, 0.3);
  text-underline-offset: 3px;
}

.cb-blog-single .article-prose blockquote {
  margin: 34px 0;
  padding: 26px 28px;
  border-left: 4px solid var(--red);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, #fff, rgba(248, 245, 240, 0.92));
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.55;
  box-shadow: var(--shadow-soft);
}

.cb-blog-single .article-prose img {
  width: 100%;
  height: 340px;
  display: block;
  border-radius: var(--radius-xl);
  object-fit: cover;
}

.cb-blog-single .article-prose figure {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 1px solid rgba(27, 38, 85, 0.06);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  background: #fff;
}

.cb-blog-single .article-prose figure.wp-block-image {
  display: none;
}

.cb-blog-single .article-prose figcaption {
  margin-top: 0;
  padding: 12px 16px 14px;
  color: var(--stone);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}


.cb-blog-single .article-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cb-blog-single .article-side-card {
  padding: 22px;
  border: 1px solid rgba(27, 38, 85, 0.05);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.cb-blog-single .article-side-card h4 {
  margin: 0 0 14px;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.cb-blog-single .article-side-card p {
  margin: 0 0 12px;
  color: var(--stone);
  font-size: 14px;
  line-height: 1.75;
}

.cb-blog-single .article-toc {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.cb-blog-single .article-toc a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 14px;
  border-radius: var(--radius-md);
  background: var(--cream);
  color: var(--navy);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s var(--ease-spring);
}

.cb-blog-single .article-toc a:hover {
  background: var(--red-glow);
  color: var(--red);
  transform: translateX(4px);
}

.cb-blog-single .article-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cb-blog-single .article-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  background: var(--cream);
  color: var(--navy);
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s var(--ease-spring);
}

.cb-blog-single .article-share a:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px);
}

.cb-blog-single .article-side-cta h4 {
  margin-bottom: 8px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.cb-blog-single .article-side-cta p {
  margin-bottom: 16px;
}

.cb-blog-single .article-side-cta .cta-main,
.cb-blog-single .article-side-cta .cta-ghost {
  width: 100%;
  justify-content: center;
}

.cb-blog-single .article-side-cta .cta-ghost {
  margin-top: 10px;
  border-color: rgba(27, 38, 85, 0.1);
  color: var(--navy);
}

.cb-blog-single .article-side-cta .cta-ghost:hover {
  border-color: var(--red);
  color: var(--red);
  background: var(--red-glow);
}

.cb-blog-single .article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}


.legal-content {
  max-width: 780px;
  margin: 0 auto;
}

.legal-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  background: var(--cream);
  color: var(--stone);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.legal-content h3 {
  margin: 32px 0 10px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
}

.legal-content h3:first-of-type {
  margin-top: 0;
}

.legal-content h4 {
  margin: 20px 0 6px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
}

.legal-content p,
.legal-content li {
  margin-bottom: 8px;
  color: var(--stone);
  font-size: 14px;
  line-height: 1.8;
}

.legal-content strong {
  color: var(--navy);
  font-weight: 600;
}

.legal-content ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.legal-content li {
  margin-bottom: 4px;
}

.legal-content a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-content > *:last-child {
  margin-bottom: 0;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.sitemap-col h4 {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--red);
  color: var(--navy);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sitemap-col a {
  display: block;
  padding: 5px 0;
  color: var(--stone);
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.sitemap-col a:hover {
  color: var(--red);
  transform: translateX(4px);
}


.gal-carousel-wrap {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.gal-carousel {
  display: flex;
  transition: transform 0.5s var(--ease);
  will-change: transform;
}

.gal-item {
  flex: 0 0 calc(33.333% - 8px);
  margin-right: 12px;
  height: 240px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background-color: var(--navy-deep);
  cursor: pointer;
  transition: box-shadow 0.4s var(--ease-spring), transform 0.4s var(--ease-spring);
}

.cb-gallery-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gal-item:hover {
  transform: scale(1.03);
  z-index: 2;
  box-shadow: var(--shadow-strong);
}

.gal-item.has-image {
  align-items: flex-end;
  justify-content: flex-start;
}

.gal-ov {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  opacity: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(14, 22, 50, 0.85));
  transition: opacity 0.4s;
}

.gal-item:hover .gal-ov {
  opacity: 1;
}

.gal-ov span {
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  transform: translateY(8px);
  transition: transform 0.3s;
}

.gal-item:hover .gal-ov span {
  transform: none;
}

.cb-gallery-card.has-image::before,
.gal-item.has-image .cb-gallery-icon {
  display: none;
}

.gal-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.gal-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.gal-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: rgba(27, 38, 85, 0.15);
  cursor: pointer;
  transition: all 0.3s var(--ease-spring);
}

.gal-dot.active {
  background: var(--red);
  transform: scale(1.3);
}

.vol-cta {
  position: relative;
  overflow: hidden;
  margin-top: 44px;
  padding: 48px;
  border-radius: var(--radius-xl);
  background: var(--navy);
  text-align: center;
}

.vol-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(184, 41, 45, 0.08), transparent 55%);
}

.vol-cta h2,
.vol-cta > p,
.vol-perks,
.vol-cta .cta-main {
  position: relative;
  z-index: 2;
}

.vol-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
}

.vol-cta > p {
  max-width: 420px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14.5px;
}

.vol-perks {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.vol-perk {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.vol-perk .chk {
  color: var(--red);
}


.cal-year {
  margin-bottom: 8px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.cal-legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.cal-leg {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--stone);
  font-size: 12.5px;
  font-weight: 500;
}

.cal-leg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.cal-leg-start { background: var(--red); }
.cal-leg-end { background: var(--navy); }
.cal-leg-holiday { background: #c9a030; }

.cal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.cal-month {
  overflow: hidden;
  border: 1px solid rgba(27, 38, 85, 0.06);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: 0 1px 4px rgba(27, 38, 85, 0.03);
  transition: all 0.4s var(--ease-spring);
}

.cal-month:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-med);
}

.cal-mhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
}

.cal-mhead h4 {
  margin: 0;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.cal-mhead span {
  color: rgba(255, 255, 255, 0.15);
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
}

.cal-table {
  width: 100%;
  padding: 6px 10px 10px;
  border-collapse: separate;
  border-spacing: 0 2px;
}

.cal-table th {
  padding: 10px 0 6px;
  color: var(--stone);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cal-table td {
  width: 14.28%;
  height: 32px;
  padding: 0;
  color: var(--charcoal);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}

.cal-table td.empty {
  color: transparent;
  pointer-events: none;
}

.cal-table td:not(.empty):not(.term-start):not(.term-end):not(.holiday) {
  transition: background 0.2s, color 0.2s;
  border-radius: 50%;
}

.cal-table td:not(.empty):not(.term-start):not(.term-end):not(.holiday):hover {
  background: rgba(27, 38, 85, 0.04);
}

.cal-table td.term-start {
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(184, 41, 45, 0.25);
}

.cal-table td.term-end {
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(27, 38, 85, 0.2);
}

.cal-table td.holiday {
  border-radius: 50%;
  background: linear-gradient(135deg, #fef7e0, #fdf0c8);
  color: #8a6d15;
  font-weight: 600;
}

.visa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.visa-card {
  padding: 26px;
  border: 1px solid rgba(27, 38, 85, 0.04);
  border-radius: var(--radius-lg);
  background: var(--white);
  text-align: center;
  transition: all 0.4s var(--ease-spring);
}

.visa-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-strong);
}

.visa-card .vi {
  margin-bottom: 10px;
  font-size: 32px;
  transition: all 0.3s var(--ease-spring);
}

.visa-card:hover .vi {
  transform: scale(1.2) rotate(-10deg);
}

.visa-card h4 {
  margin: 0 0 5px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 600;
}

.visa-card p {
  margin: 0;
  color: var(--stone);
  font-size: 12.5px;
  line-height: 1.5;
}


.faq-cats {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.faq-cat {
  padding: 7px 18px;
  border: 1.5px solid rgba(27, 38, 85, 0.08);
  border-radius: 50px;
  background: transparent;
  color: var(--stone);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.faq-cat:hover,
.faq-cat.active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 800px;
  margin: 36px auto 0;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(27, 38, 85, 0.05);
  border-radius: var(--radius-lg);
  background: var(--white);
  transition: all 0.3s var(--ease-spring);
}

.faq-item:hover {
  box-shadow: var(--shadow-soft);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}

.faq-q:hover {
  background: rgba(27, 38, 85, 0.015);
}

.faq-q h4 {
  flex: 1;
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.faq-q .faq-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--navy);
  font-size: 14px;
  flex-shrink: 0;
  transition: all 0.3s var(--ease-spring);
}

.faq-item.open .faq-q .faq-icon {
  background: var(--red);
  color: #fff;
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-out);
}

.faq-item.open .faq-a {
  max-height: 320px;
}

.faq-a-inner {
  padding: 0 24px 20px;
  color: var(--stone);
  font-size: 14px;
  line-height: 1.75;
}

.career-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-out);
}

.career-details.open {
  max-height: 600px;
}

.career-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 8px 18px;
  border: 1.5px solid rgba(27, 38, 85, 0.08);
  border-radius: var(--radius-md);
  background: none;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.career-toggle:hover,
.career-toggle:focus-visible {
  border-color: var(--red);
  background: var(--red-glow);
  color: var(--red);
}

.career-toggle .arrow {
  display: inline-block;
  transition: transform 0.3s;
}

.career-toggle.open .arrow {
  transform: rotate(180deg);
}

.career-app-form {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
  padding: 48px 40px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
}

.career-app-form::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 30px 30px;
}

.career-app-form h3,
.career-app-form > p,
.career-form-grid,
.career-form-btns {
  position: relative;
  z-index: 2;
}

.career-app-form h3 {
  margin: 0 0 6px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
}

.career-app-form > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.career-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.career-form-field label {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11.5px;
  font-weight: 600;
}

.career-form-field input,
.career-form-field select,
.career-form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: all 0.3s;
}

.career-form-field input::placeholder,
.career-form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.career-form-field input:focus,
.career-form-field select:focus,
.career-form-field textarea:focus {
  border-color: var(--red);
  background: rgba(255, 255, 255, 0.1);
}

.career-form-field textarea {
  resize: vertical;
  min-height: 80px;
}

.career-form-full {
  grid-column: 1 / -1;
}

.career-form-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}


.cb-calendar-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 28px 36px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
}

.cb-calendar-summary-copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cb-calendar-summary-copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
}

.cb-calendar-summary-copy p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

.cb-visa-steps {
  position: relative;
  margin: 36px 0 52px;
  padding: 0 20px;
}

.cb-visa-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--red), var(--navy), var(--red), var(--navy));
}

.cb-visa-steps-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cb-visa-step {
  text-align: center;
}

.cb-visa-step-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  box-shadow: 0 8px 25px rgba(27, 38, 85, 0.24);
  transition: transform 0.4s var(--ease-spring);
}

.cb-visa-step:hover .cb-visa-step-icon {
  transform: scale(1.08) rotate(-4deg);
}

.cb-visa-step-icon--red {
  background: linear-gradient(135deg, var(--red), var(--red-bright));
}

.cb-visa-step-icon--navy {
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
}

.cb-visa-step-index {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 700;
}

.cb-visa-step-icon--navy .cb-visa-step-index {
  background: var(--red);
}

.cb-visa-step h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
}

.cb-visa-step p {
  max-width: 180px;
  margin: 0 auto;
  color: var(--stone);
  font-size: 12.5px;
  line-height: 1.6;
}

.cb-visa-step-duration {
  margin-top: 10px;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cb-visa-step-icon--navy + h3 + p + .cb-visa-step-duration {
  color: var(--navy);
}

.cb-job-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.cb-careers-intro {
  display: grid;
  justify-items: start;
  gap: 0;
  max-width: 720px;
}

.cb-careers-intro .sec-h2,
.cb-careers-intro .sec-p {
  width: 100%;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.cb-careers-intro .sec-p {
  max-width: 640px;
}

.cb-job-card {
  overflow: hidden;
  border: 1px solid rgba(27, 38, 85, 0.04);
  border-radius: var(--radius-xl);
  background: var(--white);
  transition: transform 0.4s var(--ease-spring), box-shadow 0.4s var(--ease-spring);
}

.cb-job-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
}

.cb-job-head {
  position: relative;
  overflow: hidden;
  padding: 24px 28px 20px;
}

.cb-job-head::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(255, 255, 255, 1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 1) 1px, transparent 1px);
  background-size: 30px 30px;
}

.cb-job-head--navy {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
}

.cb-job-head--red {
  background: linear-gradient(135deg, #5a1520, var(--red));
}

.cb-job-head-inner {
  position: relative;
  z-index: 1;
}

.cb-job-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding: 3px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cb-job-head--navy .cb-job-badge {
  background: rgba(184, 41, 45, 0.15);
  border-color: rgba(184, 41, 45, 0.25);
  color: var(--red-bright);
}

.cb-job-head--navy .cb-job-badge-dot {
  background: var(--red);
}

.cb-job-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  animation: livePulse 1.5s ease infinite;
}

.cb-job-head h3 {
  margin: 0 0 2px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
}

.cb-job-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
}

.cb-job-head--navy p {
  color: rgba(255, 255, 255, 0.45);
}

.cb-job-body {
  padding: 22px 28px;
}

.cb-job-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.cb-job-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--cream);
  color: var(--stone);
  font-size: 11px;
  font-weight: 500;
}

.cb-job-copy h4 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 600;
}

.cb-job-copy p {
  margin: 0 0 14px;
  color: var(--stone);
  font-size: 13px;
  line-height: 1.7;
}

.cb-career-select.is-selected {
  color: #fff;
}

.career-app-form .cb-form-status {
  position: relative;
  z-index: 2;
  min-height: 20px;
  margin-top: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
}

.cb-faq-answer a {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}

.cb-faq-answer strong {
  color: var(--charcoal);
}

.cb-gallery-card {
  position: relative;
  isolation: isolate;
}

.cb-gallery-card.has-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cb-gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.22;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.24), transparent 26%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.14), transparent 28%);
}

.cb-gallery-card--red {
  background: linear-gradient(135deg, #7d1821, #c83f44);
}

.cb-gallery-card--navy {
  background: linear-gradient(135deg, #102145, #314c8a);
}

.cb-gallery-card--green {
  background: linear-gradient(135deg, #18493d, #2d7a5e);
}

.cb-gallery-card--gold {
  background: linear-gradient(135deg, #7f5017, #c9973d);
}

.cb-gallery-card--purple {
  background: linear-gradient(135deg, #41204f, #7b4a90);
}

.cb-gallery-icon {
  position: relative;
  z-index: 1;
  font-size: 54px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.lb-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(10, 14, 30, 0.92);
  backdrop-filter: blur(20px);
  transition: opacity 0.35s;
}

.lightbox.open {
  display: flex;
  opacity: 1;
}

.lb-inner {
  position: relative;
  width: min(85vw, 720px);
  height: min(70vh, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius-xl);
  font-size: 72px;
  animation: lbIn 0.4s var(--ease-spring);
}

@keyframes lbIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lb-inner.has-image .cb-gallery-icon {
  display: none;
}

.lb-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 24px;
  background: linear-gradient(transparent, rgba(10, 14, 30, 0.9));
  color: #fff;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
}

.lb-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}

.lb-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.lb-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.lb-arrow:hover {
  background: rgba(255, 255, 255, 0.18);
}

.lb-arrow.prev {
  left: 16px;
}

.lb-arrow.next {
  right: 16px;
}

.lb-counter {
  position: absolute;
  top: 18px;
  left: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.lb-caption strong {
  display: block;
}

.lb-caption small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


@media (max-width: 640px) {
  .sub-hero {
    padding: 64px 24px 48px;
  }
}

@media (max-width: 1024px) {
  .cb-blog-feature {
    grid-template-columns: 1fr;
  }

  .cb-blog-page .blog-feature,
  .cb-blog-page .blog-bottom-grid {
    grid-template-columns: 1fr;
  }

  .cb-blog-page .news-grid,
  .cb-blog-grid,
  .cb-blog-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-blog-page .blog-feature-notes,
  .cb-blog-page .feat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-blog-page .blog-feature-copy,
  .cb-blog-page .blog-feature-media {
    padding: 32px 28px;
  }
}

@media (max-width: 640px) {
  .cb-blog-page .blog-feature,
  .cb-blog-page .blog-bottom-grid,
  .cb-blog-page .news-grid,
  .cb-blog-page .feat-grid,
  .cb-blog-page .blog-feature-notes,
  .cb-blog-feature,
  .cb-blog-grid,
  .cb-blog-topic-grid {
    grid-template-columns: 1fr;
  }

  .cb-blog-page .blog-feature-copy,
  .cb-blog-page .blog-feature-media,
  .cb-blog-page .blog-side-item,
  .cb-blog-feature-copy,
  .cb-blog-card-body,
  .cb-blog-topic-card {
    padding: 24px;
  }

  .cb-blog-empty-state {
    padding: 32px 24px;
    justify-items: stretch;
    text-align: left;
  }

  .cb-blog-page .blog-chip-row {
    justify-content: flex-start;
  }

  .cb-blog-page .blog-section-head {
    align-items: flex-start;
  }

  .cb-blog-page .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .cb-blog-page .hero-ctas .cta-main,
  .cb-blog-page .hero-ctas .cta-ghost {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .cb-blog-single .article-hero-inner,
  .cb-blog-single .article-shell {
    grid-template-columns: 1fr;
  }

  .cb-blog-single .article-sidebar {
    position: static;
  }

  .cb-blog-single .article-summary-grid,
  .cb-blog-single .article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-blog-single .article-hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .cb-blog-single .article-hero,
  .cb-blog-single .article-shell {
    padding-left: 0;
    padding-right: 0;
  }

  .cb-blog-single .article-hero-inner,
  .cb-blog-single .article-summary-grid,
  .cb-blog-single .article-related-grid {
    grid-template-columns: 1fr;
  }

  .cb-blog-single .article-hero-visual {
    min-height: 380px;
  }

  .cb-blog-single .article-hero-card,
  .cb-blog-single .article-main,
  .cb-blog-single .article-side-card {
    padding: 22px;
  }

  .cb-blog-single .article-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cb-blog-single .article-hero-actions .cta-main,
  .cb-blog-single .article-hero-actions .cta-ghost {
    width: 100%;
    justify-content: center;
  }

  .cb-blog-single .article-lead {
    font-size: 17px;
    padding-top: 18px;
  }

  .cb-blog-single .article-main {
    padding: 30px 24px 34px;
  }

  .cb-blog-single .article-prose img {
    height: 240px;
  }
}

@media (max-width: 1024px) {
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .course-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .cal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cal-grid {
    grid-template-columns: 1fr;
  }

  .cb-calendar-summary {
    padding: 24px;
  }
}

@media (max-width: 1024px) {
  .cb-visa-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-visa-steps::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .cb-visa-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .cb-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cb-job-grid {
    grid-template-columns: 1fr;
  }

  .career-app-form {
    padding: 32px 24px;
  }

  .career-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .gal-item {
    flex: 0 0 calc(50% - 9px);
  }
}

@media (max-width: 640px) {
  .gal-item {
    flex: 0 0 100%;
    margin-right: 0;
  }

  .vol-cta {
    padding: 32px 24px;
  }
}

@media (max-width: 1024px) {
  .sitemap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
  }
}
