/* Landing individual: Gestion Publica e Inteligencia Artificial */
.program-detail-hero{
  position:relative;
  padding:96px 0 88px;
  overflow:hidden;
  background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 26%,rgba(255,255,255,.86) 47%,rgba(7,31,88,.36) 100%),var(--program-hero-bg);
  background-size:cover;
  background-position:center right;
}
.program-detail-hero .container{position:relative;z-index:2}
.program-breadcrumb{display:flex;gap:10px;align-items:center;margin-bottom:34px;font-size:13px;font-weight:700;color:var(--muted)}
.program-breadcrumb a{color:var(--blue)}
.program-detail-hero h1{font-size:clamp(40px,5vw,68px);line-height:1.02;letter-spacing:-.045em;max-width:760px;margin:0 0 22px;font-weight:950}
.program-detail-hero h1 span{color:var(--blue)}
.program-detail-hero p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.7;margin:0 0 30px}
.program-actions{display:flex;gap:16px;flex-wrap:wrap}
.program-actions .btn img{width:22px;height:22px}
.program-section-title{text-align:center;margin-bottom:34px}
.program-section-title h2{font-size:clamp(28px,3vw,42px);line-height:1.05;margin:0;color:var(--ink)}
.program-section-title .red-line{margin:14px auto 0;width:58px;height:4px}
.audience-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.audience-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 14px;text-align:center;min-height:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.25s ease}
.audience-card:hover{transform:translateY(-7px);border-color:rgba(31,102,223,.32);box-shadow:0 10px 20px rgba(7,31,88,.06)}
.audience-card img{width:48px;height:48px;margin-bottom:14px}
.audience-card h3{font-size:15px;line-height:1.2;margin:0;color:var(--ink)}
.modules-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.module-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 22px;text-align:center;min-height:210px;transition:.25s ease;overflow:hidden}
.module-card:hover{transform:translateY(-8px);box-shadow:0 14px 28px rgba(7,31,88,.07)}
.module-number{position:absolute;left:18px;top:18px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900;font-size:14px}
.module-card img{width:58px;height:58px;margin:28px auto 18px}
.module-card h3{font-size:18px;line-height:1.25;margin:0;color:var(--ink)}
.benefits-band{background:linear-gradient(135deg,var(--navy),var(--navy2));border-radius:20px;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:var(--shadow)}
.benefit-item{padding:34px 28px;text-align:center;border-right:1px solid rgba(255,255,255,.22)}
.benefit-item:last-child{border-right:0}
.benefit-item img{width:54px;height:54px;margin:0 auto 14px;filter:brightness(0) invert(1)}
.benefit-item h3{font-size:18px;line-height:1.35;margin:0;color:#fff}
.cert-program-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:42px;align-items:center}
.program-flyer-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)}
.program-flyer-card img{border-radius:16px;width:100%;height:auto}
.program-cert-content h2,.why-program h2{font-size:clamp(30px,3vw,42px);line-height:1.05;margin:0 0 12px}
.program-cert-content p{color:var(--muted);line-height:1.7;margin:0 0 20px}
.program-cert-list{display:grid;gap:12px;margin:22px 0 26px;padding:0}
.program-cert-list li{list-style:none;display:flex;gap:12px;align-items:flex-start;color:var(--muted);line-height:1.45;font-weight:600}
.program-cert-list li:before{content:"";width:16px;height:16px;border-radius:50%;background:var(--red);flex:0 0 16px;margin-top:4px}
.why-program-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.why-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;gap:16px;align-items:flex-start;transition:.25s ease}
.why-card:hover{transform:translateY(-6px);box-shadow:0 12px 26px rgba(7,31,88,.06)}
.why-card span{width:24px;height:24px;border-radius:50%;background:var(--red);flex:0 0 24px;margin-top:2px;position:relative}
.why-card span:after{content:"";position:absolute;left:8px;top:5px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.why-card h3{font-size:18px;margin:0 0 6px;color:var(--ink)}
.why-card p{color:var(--muted);line-height:1.55;margin:0}
.program-cta{
    background:linear-gradient(135deg,var(--navy),var(--navy2));
    border-radius:24px;
    color:#fff;
    padding:38px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:40px;
    align-items:center;
    box-shadow:var(--shadow);
}
.program-cta h2{font-size:clamp(28px,3vw,36px);line-height:1.08;margin:0 0 10px;color:#fff}
.program-cta p{color:rgba(255,255,255,.78);line-height:1.6;margin:0}
.program-cta-actions{
    display:flex;
    justify-content:center;
    align-items:center;
}
.program-cta .btn-outline{background:#fff;color:var(--navy)}
@media(max-width:1100px){
  .program-detail-hero{padding:76px 0;background-position:70% center}
  .audience-grid{grid-template-columns:repeat(3,1fr)}
  .modules-grid{grid-template-columns:repeat(2,1fr)}
  .benefits-band{grid-template-columns:repeat(2,1fr)}
  .benefit-item:nth-child(2){border-right:0}
  .benefit-item{border-bottom:1px solid rgba(255,255,255,.18)}
  .benefit-item:nth-child(n+3){border-bottom:0}
  .cert-program-grid,.why-program-grid,.program-cta{grid-template-columns:1fr}
}
@media(max-width:700px){
  .program-detail-hero{padding:58px 0 70px;background-image:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 62%,rgba(255,255,255,.58) 100%),var(--program-hero-bg);background-position:62% center}
  .program-breadcrumb{font-size:12px;flex-wrap:wrap;margin-bottom:24px}
  .program-detail-hero h1{font-size:36px;letter-spacing:-.035em}
  .program-detail-hero p{font-size:16px}
  .program-actions .btn{width:100%}
  .audience-grid,.modules-grid,.benefits-band,.program-cta-actions{grid-template-columns:1fr}
  .benefit-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}
  .benefit-item:last-child{border-bottom:0!important}
  .program-cta{padding:28px}
}
