/* CVMondo Growth UI v2 — aligned with the original product identity. */
.content-body {
  --content-width: 1180px;
  --article-width: 920px;
  --content-radius: 28px;
  background:
    radial-gradient(circle at 8% 4%, rgba(91, 92, 240, .08), transparent 27rem),
    radial-gradient(circle at 92% 38%, rgba(45, 212, 191, .07), transparent 25rem),
    #f4f6fa;
}

.content-body .site-header {
  top: 12px;
}

.content-header .main-nav a[aria-current="page"] {
  color: var(--primary);
}

.content-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-links {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  background: #f4f6f9;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.language-links a {
  min-width: 36px;
  min-height: 34px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #667085;
  border-radius: 8px;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 800;
}

.language-links a:hover,
.language-links a[aria-current="true"] {
  color: #fff;
  background: var(--navy);
}

.content-shell,
.article-shell {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
}

.article-shell {
  max-width: var(--article-width);
}

.content-hero,
.article-hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 8% 15%, rgba(91, 92, 240, .38), transparent 26rem),
    radial-gradient(circle at 91% 90%, rgba(45, 212, 191, .16), transparent 24rem),
    linear-gradient(135deg, #071426, #0a1930 58%, #10243c);
  border: 1px solid rgba(255, 255, 255, .07);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.content-hero::after,
.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 95%);
  pointer-events: none;
}

.content-hero {
  min-height: 430px;
  margin: 18px 0 42px;
  padding: 64px 68px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  align-items: center;
  gap: 64px;
  border-radius: 34px;
}

.content-hero-copy,
.content-hero > :not(.hero-score-preview) {
  position: relative;
  z-index: 1;
}

.content-hero h1,
.article-hero h1 {
  margin: 9px 0 18px;
  color: #fff;
  font-size: clamp(2.55rem, 5vw, 4.45rem);
  font-weight: 790;
  line-height: 1.06;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.content-hero > p:not(.eyebrow),
.content-hero-copy > p:not(.eyebrow),
.article-lead {
  max-width: 700px;
  margin: 0;
  color: #cbd5e1;
  font-size: 1.04rem;
  line-height: 1.8;
}

.content-hero .eyebrow,
.article-hero .eyebrow {
  color: var(--lime);
}

.content-hero .primary-cta,
.article-hero .primary-cta,
.tool-guidance .primary-cta,
.article-cta .primary-cta {
  color: var(--navy);
  background: var(--lime);
}

.content-hero .secondary-cta,
.article-hero .secondary-cta {
  color: #fff;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.17);
}

.hero-score-preview {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(100%, 330px);
  padding: 25px;
  color: var(--ink);
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 25px;
  box-shadow: 0 28px 62px rgba(0,0,0,.28);
  transform: rotate(2deg);
}

html[dir="rtl"] .hero-score-preview {
  transform: rotate(-2deg);
}

.hero-score-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.hero-score-preview-head span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
}

.hero-score-preview-head strong {
  color: var(--primary);
  font-size: 2rem;
  line-height: 1;
}

.hero-score-preview ul {
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.hero-score-preview li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #475467;
  font-size: .82rem;
  font-weight: 680;
}

.hero-score-preview li b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #087e57;
  background: #e8faf4;
  border-radius: 50%;
  font-size: .7rem;
}

.privacy-pill {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: 24px;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d5fff2;
  background: rgba(45,212,191,.09);
  border: 1px solid rgba(45,212,191,.24);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 730;
}

.hub-jump {
  margin: -7px 0 58px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

.hub-jump a {
  min-height: 41px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: #475467;
  border-radius: 10px;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 760;
}

.hub-jump a:hover {
  color: var(--primary-deep);
  background: #eef0ff;
}

.content-section {
  padding: 58px 0 66px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.content-section:first-of-type {
  border-top: 0;
}

.content-section .section-heading {
  margin-bottom: 28px;
}

.content-section .section-heading h2 {
  font-size: clamp(1.9rem, 3.3vw, 2.75rem);
}

.content-section .section-heading p:last-child {
  margin-inline: 0;
}

.resource-grid,
.tool-grid,
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.resource-card,
.tool-card,
.download-card {
  position: relative;
  min-height: 240px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(16,24,40,.035);
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.resource-card::after,
.tool-card::after,
.download-card::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  inset-inline-end: -55px;
  bottom: -62px;
  background: var(--primary);
  border-radius: 50%;
  opacity: .035;
}

.resource-card:hover,
.tool-card:hover,
.download-card:hover {
  transform: translateY(-5px);
  border-color: #cbd0ff;
  box-shadow: 0 20px 45px rgba(16,24,40,.09);
}

.resource-card h3,
.tool-card h2,
.download-card h3 {
  margin: 18px 0 10px;
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 780;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.resource-card h3 a,
.tool-card h2 a {
  text-decoration: none;
}

.resource-card p,
.tool-card p,
.download-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: .89rem;
  line-height: 1.7;
}

.resource-card .text-link,
.tool-card .text-link,
.download-card > a {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: auto;
  color: var(--primary-deep);
  text-decoration: none;
  font-size: .84rem;
  font-weight: 800;
}

.resource-type,
.file-badge {
  width: fit-content;
  padding: 6px 9px;
  display: inline-flex;
  color: #4b4ccc;
  background: #eeefff;
  border-radius: 8px;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.resource-type.is-example {
  color: #087e57;
  background: #e9faf4;
}

.download-card {
  min-height: 220px;
}

.download-card > a {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 10px;
}

.tool-card {
  min-height: 270px;
}

.tool-card.is-featured {
  grid-column: span 2;
  min-height: 280px;
  padding: 31px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(91,92,240,.4), transparent 18rem),
    linear-gradient(145deg, #101f36, #071426);
  border-color: #172a45;
}

.tool-card.is-featured h2,
.tool-card.is-featured h2 a {
  color: #fff;
  font-size: 1.55rem;
}

.tool-card.is-featured p {
  max-width: 620px;
  color: #bdc8d6;
}

.tool-card.is-featured .text-link {
  color: var(--lime);
}

.tool-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: #eeefff;
  border-radius: 15px 15px 15px 5px;
}

.tool-card.is-featured .tool-icon {
  color: var(--navy);
  background: var(--lime);
}

.tool-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.breadcrumbs {
  padding: 31px 4px 15px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: .8rem;
}

.breadcrumbs a {
  color: #475467;
  text-decoration: none;
  font-weight: 720;
}

.breadcrumbs > span:last-child {
  max-width: 52ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-hero {
  margin: 0 0 28px;
  padding: 50px 54px;
  border-radius: 28px;
}

.article-hero > * {
  position: relative;
  z-index: 1;
}

.article-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.25rem, 5vw, 3.85rem);
}

.article-actions {
  margin-top: 27px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.article-section,
.takeaway-box,
.checklist,
.example-box,
.article-cta,
.tool-guidance {
  margin: 0 0 16px;
  padding: 30px 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(16,24,40,.025);
}

.article-section h2,
.takeaway-box h2,
.checklist h2,
.example-box h2,
.article-cta h2,
.tool-guidance h2 {
  margin: 0 0 13px;
  color: var(--navy);
  font-size: 1.45rem;
  font-weight: 780;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.article-section p,
.takeaway-box li,
.checklist li,
.example-box p,
.tool-guidance p {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.82;
}

.article-section ul,
.takeaway-box ul,
.checklist ul {
  padding-inline-start: 22px;
}

.article-section li,
.takeaway-box li,
.checklist li {
  margin: 8px 0;
}

.takeaway-box {
  background: linear-gradient(135deg, #f2f3ff, #f8f8ff);
  border-color: #dcdcff;
}

.checklist {
  background: linear-gradient(135deg, #effbf7, #f7fffc);
  border-color: #cfe8df;
}

.checklist ul {
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding-inline-start: 29px;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  top: .06em;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #087e57;
  background: #dff7ee;
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 900;
}

.example-box {
  color: #fff;
  background: linear-gradient(145deg, #101f36, #071426);
  border-color: #172a45;
}

.example-box h2,
.example-box p {
  color: #fff;
}

.article-cta {
  margin-top: 26px;
  padding: 42px;
  text-align: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(91,92,240,.11), transparent 15rem),
    linear-gradient(135deg, #f0f1ff, #edfbf7);
}

.article-cta p {
  max-width: 620px;
  margin: 0 auto 22px;
  color: var(--ink-soft);
}

.skill-list {
  margin: 18px 0 0;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.skill-list li {
  margin: 0;
  padding: 8px 11px;
  color: #475467;
  background: #f2f4f7;
  border: 1px solid #e7eaf0;
  border-radius: 9px;
  font-size: .84rem;
  font-weight: 680;
}

.tool-shell {
  max-width: 1040px;
}

.tool-workspace {
  margin-bottom: 18px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(7,20,38,.1);
}

.tool-form {
  display: grid;
  gap: 17px;
}

.tool-form label {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: .86rem;
  font-weight: 760;
}

.tool-form input,
.tool-form textarea,
.tool-form select {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  outline: none;
  font-size: .94rem;
  font-weight: 520;
  transition: border-color .18s, box-shadow .18s;
}

.tool-form textarea {
  min-height: 124px;
  resize: vertical;
}

.tool-form input:focus,
.tool-form textarea:focus,
.tool-form select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(91,92,240,.1);
}

.file-drop {
  min-height: 176px;
  padding: 27px;
  display: grid !important;
  place-content: center;
  gap: 6px !important;
  color: var(--ink) !important;
  background: linear-gradient(180deg, #fbfbff, #f6f7ff);
  border: 1.5px dashed #bfc4e9;
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
}

.file-drop::before {
  content: "↑";
  width: 45px;
  height: 45px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: #e9eaff;
  border-radius: 13px;
  font-size: 1.25rem;
}

.file-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.file-drop strong {
  font-size: 1rem;
}

.file-drop small {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 520;
}

.tool-buttons {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.tool-form button,
.tool-results button,
.copy-button {
  min-height: 47px;
  padding: 0 19px;
  color: #fff;
  background: var(--navy);
  border: 0;
  border-radius: 11px;
  font-weight: 780;
  cursor: pointer;
  transition: transform .18s, background .18s;
}

.tool-form button:hover,
.tool-results button:hover,
.copy-button:hover {
  transform: translateY(-1px);
  background: #172945;
}

.tool-form button.secondary,
.tool-buttons .secondary {
  color: var(--ink-soft);
  background: #eef0f4;
}

.tool-results,
.generated-box {
  margin-top: 24px;
  padding: 25px;
  background: #f8f9fc;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.score-ring {
  width: 144px;
  height: 144px;
  margin: 0 auto 23px;
  display: grid;
  place-content: center;
  text-align: center;
  background: conic-gradient(var(--primary) var(--score-angle, 0deg), #e6e8ef 0);
  border-radius: 50%;
  box-shadow: inset 0 0 0 13px #fff;
}

.score-ring strong {
  font-size: 2.65rem;
  line-height: 1;
}

.score-ring small {
  display: block;
  color: var(--muted);
  font-size: .74rem;
}

.metric-grid {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric-grid > div {
  padding: 15px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid strong {
  color: var(--navy);
  font-size: 1.4rem;
}

.metric-grid span {
  color: var(--muted);
  font-size: .76rem;
}

.result-sections {
  margin: 18px 0;
  display: grid;
  gap: 10px;
}

.result-block {
  padding: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.result-block h3 {
  margin: 0 0 7px;
  font-size: .96rem;
}

.result-block ul {
  margin: 0;
  padding-inline-start: 20px;
}

.result-block.is-good {
  border-inline-start: 4px solid #12a36d;
}

.result-block.is-warning {
  border-inline-start: 4px solid #d99a16;
}

.generated-box {
  position: relative;
}

.generated-box h2 {
  margin-top: 0;
  font-size: 1.25rem;
}

.generated-box p,
.letter-output {
  white-space: pre-wrap;
  line-height: 1.85;
}

.copy-button {
  margin-top: 14px;
}

.photo-analysis {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: 20px;
}

.photo-analysis img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
}

.printable-cv {
  width: min(100%, 760px);
  min-height: 950px;
  margin: 24px auto 0;
  padding: 52px;
  color: #171717;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.printable-cv h1 {
  margin: 0 0 6px;
  font-size: 2rem;
}

.printable-cv h2 {
  margin: 24px 0 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bbb;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.printable-cv p {
  white-space: pre-wrap;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid .span-2 {
  grid-column: 1 / -1;
}

.content-footer {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 46px auto 22px;
}

/* Homepage growth section */
.career-library {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto 105px;
  padding: 58px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgba(91,92,240,.33), transparent 25rem),
    radial-gradient(circle at 92% 82%, rgba(45,212,191,.13), transparent 22rem),
    linear-gradient(145deg, #101f36, #071426);
  border: 1px solid #172a45;
  border-radius: 32px;
  box-shadow: var(--shadow-lg);
}

.career-library .section-heading {
  max-width: 760px;
  margin: 0 0 31px;
  text-align: start;
}

.career-library .section-heading h2 {
  color: #fff;
  font-size: clamp(2rem, 3.7vw, 3.15rem);
}

.career-library .section-heading p:last-child {
  margin-inline: 0;
  color: #bdc8d6;
}

.career-library .eyebrow {
  color: var(--lime);
}

.home-resource-grid {
  grid-template-columns: 1.15fr .925fr .925fr;
}

.career-library .resource-card {
  min-height: 245px;
  background: rgba(255,255,255,.96);
}

.career-library .resource-card.featured-card {
  color: #fff;
  background: linear-gradient(150deg, var(--primary), #4243c8);
  border-color: rgba(255,255,255,.1);
}

.career-library .resource-card.featured-card h3,
.career-library .resource-card.featured-card p,
.career-library .resource-card.featured-card strong {
  color: #fff;
}

.career-library .resource-card strong {
  margin-top: auto;
  font-size: .84rem;
}

html[lang="ar"] .content-body,
html[lang="ar"] .content-body button,
html[lang="ar"] .content-body input,
html[lang="ar"] .content-body select,
html[lang="ar"] .content-body textarea {
  font-family: "Cairo Variable", "Noto Sans Arabic Variable", Tahoma, Arial, sans-serif;
}

html[lang="ar"] .content-hero h1,
html[lang="ar"] .article-hero h1,
html[lang="ar"] .resource-card h3,
html[lang="ar"] .tool-card h2,
html[lang="ar"] .article-section h2,
html[lang="ar"] .takeaway-box h2,
html[lang="ar"] .checklist h2,
html[lang="ar"] .example-box h2,
html[lang="ar"] .article-cta h2,
html[dir="rtl"] .content-hero h1,
html[dir="rtl"] .article-hero h1 {
  letter-spacing: 0;
}

html[lang="ar"] .content-hero h1,
html[lang="ar"] .article-hero h1 {
  line-height: 1.32;
}

html[lang="ar"] .resource-card h3,
html[lang="ar"] .tool-card h2,
html[lang="ar"] .article-section h2 {
  line-height: 1.55;
}

@media (max-width: 960px) {
  .content-header .main-nav {
    display: none;
  }

  .content-hero {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-score-preview {
    justify-self: start;
  }

  .resource-grid,
  .tool-grid,
  .download-grid,
  .home-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-card.is-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .content-shell,
  .article-shell,
  .content-footer {
    width: min(100% - 24px, var(--content-width));
  }

  .content-body .site-header {
    width: calc(100% - 24px);
    min-height: 64px;
    padding: 0 9px 0 11px;
    gap: 10px;
    border-radius: 16px;
  }

  .content-header-actions .header-cta {
    display: none;
  }

  .language-links a {
    min-width: 31px;
    padding: 0 6px;
    font-size: .66rem;
  }

  .content-hero {
    min-height: 0;
    margin-top: 14px;
    padding: 39px 25px;
    gap: 30px;
    border-radius: 24px;
  }

  .content-hero h1,
  .article-hero h1 {
    font-size: 2.2rem;
  }

  .content-hero > p:not(.eyebrow),
  .content-hero-copy > p:not(.eyebrow),
  .article-lead {
    font-size: .95rem;
  }

  .hero-score-preview {
    width: 100%;
    transform: none;
  }

  html[dir="rtl"] .hero-score-preview {
    transform: none;
  }

  .hub-jump {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hub-jump a {
    flex: 0 0 auto;
  }

  .resource-grid,
  .tool-grid,
  .download-grid,
  .home-resource-grid,
  .form-grid,
  .photo-analysis {
    grid-template-columns: 1fr;
  }

  .form-grid .span-2,
  .tool-card.is-featured {
    grid-column: auto;
  }

  .content-section {
    padding: 44px 0 50px;
  }

  .resource-card,
  .tool-card,
  .download-card {
    min-height: 0;
    padding: 21px;
  }

  .breadcrumbs {
    padding-top: 24px;
  }

  .article-hero {
    padding: 36px 24px;
    border-radius: 22px;
  }

  .article-section,
  .takeaway-box,
  .checklist,
  .example-box,
  .article-cta,
  .tool-guidance,
  .tool-workspace {
    padding: 22px;
    border-radius: 17px;
  }

  .metric-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .metric-grid > div {
    padding: 12px 5px;
  }

  .printable-cv {
    min-height: 700px;
    padding: 27px;
  }

  .career-library {
    width: calc(100% - 24px);
    margin-bottom: 75px;
    padding: 35px 20px;
    border-radius: 24px;
  }
}

@media (max-width: 390px) {
  .brand {
    font-size: 1rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }
}

@media print {
  body * { visibility: hidden; }
  .printable-cv,
  .printable-cv * { visibility: visible; }
  .printable-cv {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 18mm;
    box-shadow: none;
  }
  .site-header,
  .site-footer,
  .breadcrumbs,
  .article-hero,
  .tool-guidance,
  .tool-form { display: none !important; }
}
