.section-card{background:#fff;border-radius:36px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:24px 24px 16px;}
.pdf-container{height:clamp(70vh, calc(100vh - 220px), 90vh);max-width:1100px;margin:0 auto;}
.pdf-container iframe{width:100%;height:100%;border:0;border-radius:36px;display:block;}
.pdf-wrap{height:calc(100vh - 120px);max-width:1100px;margin:0 auto;}

/* Two views: PDF embed (default desktop) and text resume (default hidden) */
.cv-embed { display: block; }
.cv-text  { display: none; max-width: 1100px; margin: 0 auto; }

/* On phones: show text, hide PDF */
@media (max-width: 575.98px){
  .cv-embed { display: none; }
  .cv-text  { display: block; }
}

/* Optional: nicer spacing & readability for the text version */
.cv-text h2, .cv-text h3 { color: #111; }
.cv-text p, .cv-text li  { color: #222; line-height: 1.6; }
.cv-text ul { padding-left: 1.25rem; }