/* === Resum&eacute; page-specific styles === */

    .resume-hero { padding: 8rem 0 3rem; text-align: center; }
    .resume-hero h1 {
      font-family: 'Newsreader', Georgia, serif;
      font-size: 2.75rem; font-weight: 500; letter-spacing: -0.03em;
      color: #fff; margin-bottom: 0.75rem;
    }
    .resume-hero p { font-size: 1.05rem; color: #777C8B; max-width: 600px; margin: 0 auto; line-height: 1.6; }

    /* Impact numbers banner */
    .impact-banner {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
      padding: 2.5rem 0; border-top: 1px solid rgba(255,255,255,0.06);
      border-bottom: 1px solid rgba(255,255,255,0.06);
      margin-bottom: 3rem; text-align: center;
    }
    .impact-num {
      font-family: 'Newsreader', Georgia, serif;
      font-size: 2.5rem; font-weight: 600; color: #5EE7FF;
      display: block; line-height: 1.1;
    }
    .impact-label { font-size: 0.75rem; color: #777C8B; margin-top: 0.4rem; display: block; }

    /* Timeline */
    .career-timeline {
      position: relative; max-width: 760px; margin: 0 auto;
    }
    .career-timeline::before {
      content: ''; position: absolute; left: 28px; top: 0; bottom: 0;
      width: 2px; background: linear-gradient(to bottom, #5EE7FF, #3b82f6, #8b5cf6, #555);
    }

    .career-item {
      padding-left: 72px; margin-bottom: 3rem; position: relative;
    }

    /* Company logo monogram */
    .career-logo {
      position: absolute; left: 6px; top: 0;
      width: 46px; height: 46px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.85rem; font-weight: 700; letter-spacing: 0.02em;
      border: 2px solid rgba(255,255,255,0.1);
      z-index: 1;
    }
    .logo-stealth { background: linear-gradient(135deg, #0f172a, #1e293b); color: #5EE7FF; border-color: rgba(94,231,255,0.3); }
    .logo-amazon { background: linear-gradient(135deg, #1a1207, #2d1f0a); color: #FF9900; border-color: rgba(255,153,0,0.3); }
    .logo-aws { background: linear-gradient(135deg, #0a1628, #0f2240); color: #FF9900; border-color: rgba(255,153,0,0.3); font-size: 0.7rem; }
    .logo-msft { background: linear-gradient(135deg, #0a1a0a, #0f2a14); color: #00A4EF; border-color: rgba(0,164,239,0.3); }
    .logo-startup { background: linear-gradient(135deg, #1a0a2e, #2d0f4a); color: #a78bfa; border-color: rgba(167,139,250,0.3); }
    .logo-alcatel { background: linear-gradient(135deg, #0a0a28, #14143a); color: #7c8cf5; border-color: rgba(124,140,245,0.3); font-size: 0.65rem; }

    .career-date {
      font-family: ui-monospace, monospace;
      font-size: 0.7rem; font-weight: 600; color: #5EE7FF;
      letter-spacing: 0.05em; margin-bottom: 0.4rem;
    }
    .career-title {
      font-family: 'Newsreader', Georgia, serif;
      font-size: 1.3rem; font-weight: 500; color: #F5F7FA;
      line-height: 1.3; margin-bottom: 0.2rem;
    }
    .career-org { font-size: 0.9rem; color: #ADB2C2; margin-bottom: 0.6rem; font-weight: 500; }
    .career-desc { font-size: 0.88rem; color: #777C8B; line-height: 1.6; margin-bottom: 0.75rem; }

    /* Inline impact chips */
    .career-impacts { display: flex; gap: 0.5rem; flex-wrap: wrap; }
    .career-impact {
      display: flex; align-items: center; gap: 6px;
      background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
      border-radius: 8px; padding: 6px 12px;
    }
    .career-impact-num {
      font-family: 'Newsreader', Georgia, serif;
      font-size: 1.1rem; font-weight: 600; color: #5EE7FF;
    }
    .career-impact-label { font-size: 0.65rem; color: #ADB2C2; line-height: 1.2; }

    /* Education & Patents side by side */
    .side-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 760px; margin: 0 auto; }
    .side-section-label {
      font-family: 'Inter', system-ui, sans-serif;
      font-size: 0.7rem; font-weight: 600; text-transform: uppercase;
      letter-spacing: 0.12em; color: #5EE7FF; margin-bottom: 1.5rem;
    }
    .edu-item { margin-bottom: 1.5rem; }
    .edu-degree {
      font-family: 'Newsreader', Georgia, serif;
      font-size: 1.1rem; font-weight: 500; color: #F5F7FA; margin-bottom: 0.2rem;
    }
    .edu-school { font-size: 0.85rem; color: #ADB2C2; margin-bottom: 0.3rem; }
    .edu-detail { font-size: 0.8rem; color: #777C8B; }
    .edu-detail a { color: #5EE7FF; }

    .patent-card {
      background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
      border-radius: 10px; padding: 1rem 1.25rem; margin-bottom: 0.75rem;
    }
    .patent-card h4 {
      font-family: 'Newsreader', Georgia, serif;
      font-size: 0.95rem; font-weight: 500; color: #F5F7FA;
      margin-bottom: 0.25rem; line-height: 1.3;
    }
    .patent-card p { font-size: 0.72rem; color: #777C8B; line-height: 1.4; }
    .patent-badge {
      font-size: 0.55rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.06em; padding: 2px 6px; border-radius: 3px;
      display: inline-block; margin-bottom: 0.4rem;
    }
    .patent-granted { background: rgba(34,197,94,0.15); color: #4ADE80; }
    .patent-filed { background: rgba(245,158,11,0.15); color: #FBAF24; }

    /* Arc closing (like code.html) */
    .arc-closing {
      max-width: 600px; margin: 0 auto; text-align: center; padding: 2rem 0;
    }
    .arc-closing p {
      font-family: 'Newsreader', Georgia, serif;
      font-size: 1.2rem; font-style: italic; color: #888; line-height: 1.6;
    }
    .arc-path {
      display: flex; align-items: center; justify-content: center;
      gap: 0.75rem; flex-wrap: wrap; margin-top: 1.5rem;
      font-family: ui-monospace, monospace; font-size: 0.75rem; color: #555;
    }
    .arc-path span { white-space: nowrap; }
    .arc-now { color: #5EE7FF; font-weight: 600; }

    @media (max-width: 767px) {
      .impact-banner { grid-template-columns: repeat(2, 1fr); }
      .impact-num { font-size: 1.75rem; }
      .resume-hero h1 { font-size: 2rem; }
      .career-timeline::before { left: 20px; }
      .career-item { padding-left: 58px; }
      .career-logo { left: 0; width: 38px; height: 38px; font-size: 0.7rem; }
      .side-grid { grid-template-columns: 1fr; gap: 2rem; }
    }

.linkedin-link {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #5EE7FF;
  border: 1px solid rgba(94,231,255,0.3);
  padding: 6px 18px;
  border-radius: 8px;
}
.resume-section-flush { padding: 0; }
.resume-section-bordered { border-top: 1px solid rgba(255,255,255,0.06); }
.resume-section-compact { padding: 4rem 0; }
.footer-blue-link { color: #3b82f6; }
