.portfolio-hero { padding-bottom: clamp(4rem, 8vw, 7.5rem); }
.portfolio-hero .hub-lead { max-width: 860px; }
.portfolio-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.portfolio-path { position: relative; display: flex; min-height: 250px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.5rem); border-radius: 28px; color: #fff; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.portfolio-path::after { position: absolute; inset: 0; background: linear-gradient(135deg, transparent 35%, rgba(255,255,255,.13)); content: ""; }
.portfolio-path > * { position: relative; z-index: 1; }
.portfolio-path:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(8,34,45,.18); }
.healthcare-path { background: linear-gradient(140deg, #126d69, #1f8c7a 55%, #75aa70); }
.ict-path { background: linear-gradient(140deg, #0b2f44, #145974 58%, #297f93); }
.portfolio-path-label, .product-status { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-path strong { max-width: 520px; font-family: Manrope, sans-serif; font-size: clamp(1.45rem, 2.6vw, 2.25rem); line-height: 1.15; }
.portfolio-path-link { font-weight: 700; }
.portfolio-section { padding: clamp(4.5rem, 8vw, 8rem) 0; scroll-margin-top: 125px; }
.portfolio-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.portfolio-heading h2 { max-width: 690px; margin: .45rem 0 0; font-family: Manrope, sans-serif; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.08; }
.portfolio-heading > p { max-width: 580px; margin: 0; color: #547078; font-size: 1.08rem; line-height: 1.75; }
.project-card h3 { margin: .75rem 0; font-family: Manrope, sans-serif; font-size: 1.45rem; line-height: 1.25; }
.ict-portfolio-section { background: #082f3a; color: #fff; }
.light-heading > p { color: #bdd0d3; }
.light-heading .eyebrow { color: #74d6c7; }
.ict-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ict-project-card { display: flex; min-height: 300px; flex-direction: column; padding: 1.75rem; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.065); transition: transform .25s ease, background .25s ease; }
.ict-project-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.ict-project-card.featured-product { grid-column: span 2; background: linear-gradient(135deg, #108478, #17677b); }
.product-status { color: #82ddce; }
.featured-product .product-status { color: #d7fff6; }
.ict-project-card h3 { margin: auto 0 .8rem; padding-top: 2.5rem; font-family: Manrope, sans-serif; font-size: 1.5rem; line-height: 1.25; }
.ict-project-card p { margin: 0; color: #c7d8da; line-height: 1.68; }
.featured-product p { max-width: 720px; color: #efffff; }
.ict-project-card a { margin-top: 1.25rem; color: #fff; font-weight: 700; text-decoration: none; }
.portfolio-disclosure { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; margin-top: 1.25rem; padding: 1.5rem; border-radius: 18px; background: rgba(255,255,255,.08); }
.portfolio-disclosure p { margin: 0; color: #c7d8da; line-height: 1.65; }
.portfolio-cta .shell { text-align: center; }
.portfolio-cta .eyebrow { margin-bottom: .5rem; }
.portfolio-cta .cta-actions { display: flex; justify-content: center; gap: .75rem; flex-wrap: wrap; }
.button.outline-dark { border: 1px solid #0b2f44; color: #0b2f44; background: transparent; }
.button.outline-dark:hover { background: #0b2f44; color: #fff; }
@media (max-width: 900px) {
  .portfolio-heading { grid-template-columns: 1fr; }
  .ict-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .portfolio-paths, .ict-project-grid { grid-template-columns: 1fr; }
  .portfolio-path { min-height: 220px; }
  .ict-project-card.featured-product { grid-column: auto; }
  .portfolio-disclosure { grid-template-columns: 1fr; gap: .5rem; }
}
