:root {
  --course-navy:#123b72;
  --course-teal:#0f8c72;
  --course-blue:#386bd2;
  --course-violet:#8b53b5;
  --course-orange:#f07d47;
  --course-pink:#dc4b78;
  --course-line:#dbe6ec;
  --course-muted:#566f80;
  --course-paper:#ffffff;
}
.course-page{background:#fff;color:var(--ink)}
.course-page .site-header{background:rgba(255,255,255,.95);backdrop-filter:blur(10px)}
.course-main{padding-bottom:30px}
.course-topline{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:20px;padding-bottom:18px;font-size:.92rem}
.course-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#597285}
.course-breadcrumb a{color:#28568d;text-decoration:none}
.course-breadcrumb a:hover{text-decoration:underline}
.back-to-area{color:var(--course-teal);font-weight:800;text-decoration:none;white-space:nowrap}
.back-to-area:hover{text-decoration:underline}
.course-hero{position:relative;overflow:hidden;padding:14px 0 24px;background:linear-gradient(180deg,#fff 0%,#fbfdfd 100%)}
.course-hero::after{content:"";position:absolute;right:-100px;bottom:-130px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(16,145,123,.07),transparent 68%);pointer-events:none}
.course-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:42px;align-items:center}
.course-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}
.course-badge{display:inline-flex;align-items:center;padding:8px 15px;border-radius:8px;font-size:.82rem;font-weight:850;letter-spacing:.02em;text-transform:uppercase;background:var(--badge-bg,#e9f7f2);color:var(--badge-color,#0f8c72);border:1px solid color-mix(in srgb,var(--badge-color,#0f8c72) 18%, transparent)}
.course-badge.secondary{--badge-bg:#eef8f5;--badge-color:#1a876e;font-weight:750}
.course-hero h1{max-width:820px;margin:0 0 10px;font-size:clamp(3rem,5.2vw,5.25rem);line-height:.98;letter-spacing:-.045em;color:var(--course-navy)}
.course-subhead{margin:0 0 13px;font-size:clamp(1.25rem,2vw,1.7rem);color:#183f76;line-height:1.28}
.course-intro{max-width:760px;margin:0;color:#34556b;font-size:1.11rem;line-height:1.58}
.course-meta{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0 15px}
.meta-card{display:flex;align-items:center;gap:9px;min-height:50px;padding:10px 15px;border:1px solid var(--course-line);border-radius:8px;background:#fff;box-shadow:0 6px 14px rgba(20,50,73,.025);font-size:.94rem;color:#425e72}
.meta-card img{width:25px;height:25px;flex:none}
.meta-card strong{color:#1a3f72}
.course-tags{display:flex;flex-wrap:wrap;gap:10px}
.course-tags span{padding:9px 14px;border:1px solid var(--course-line);border-radius:7px;background:#fff;color:#28517d;font-size:.88rem;font-weight:650}
.course-hero-visual{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#f3fbf9,#f6f9fb);border:1px solid #e1ecef;box-shadow:0 16px 34px rgba(20,50,73,.08)}
.course-hero-visual>img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}
.course-logo-float{position:absolute;left:22px;top:22px;width:76px;height:76px;display:grid;place-items:center;border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 10px 24px rgba(20,50,73,.13);border:1px solid rgba(255,255,255,.9)}
.course-logo-float img{max-width:58px;max-height:58px}
.course-overview{padding:10px 0 12px}
.overview-grid{display:grid;grid-template-columns:1.32fr .86fr 1.15fr;gap:18px}
.overview-card{min-height:100%;padding:20px 22px;border:1px solid var(--course-line);border-radius:12px;background:#fff;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}
.overview-card .overview-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#f7fbfb;flex:none}
.overview-card .overview-icon img{width:52px;height:52px}
.overview-card h2{margin:4px 0 7px;font-size:1.18rem;color:var(--overview-accent,var(--course-teal))}
.overview-card p{margin:0;color:#3f5b70;line-height:1.5;font-size:.95rem}
.learn-list{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.learn-list li{position:relative;padding-left:21px;color:#3f5b70;font-size:.91rem;line-height:1.38}
.learn-list li::before{content:"✓";position:absolute;left:0;top:0;width:15px;height:15px;border-radius:50%;display:grid;place-items:center;background:#15966a;color:#fff;font-size:.64rem;font-weight:900}
.course-program{padding:10px 0 16px}
.course-program h2{margin:0 0 17px;font-size:1.55rem;color:#153c70}
.module-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.module-card{--module-color:#15966a;position:relative;display:flex;flex-direction:column;min-height:270px;padding:17px 16px 18px;border:1px solid var(--course-line);border-radius:12px;background:#fff;overflow:hidden}
.module-card::after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:var(--module-color)}
.module-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}
.module-number{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:var(--module-color);color:#fff;font-weight:900;font-size:1rem}
.module-icon{width:48px;height:48px;color:var(--module-color)}
.module-card h3{margin:0 0 10px;color:#123b72;font-size:1.03rem;line-height:1.25}
.module-card p{margin:0;color:#4f6879;font-size:.9rem;line-height:1.46}
.module-card:nth-child(1){--module-color:#15966a}.module-card:nth-child(2){--module-color:#1392a1}.module-card:nth-child(3){--module-color:#386bd2}.module-card:nth-child(4){--module-color:#8b53b5}.module-card:nth-child(5){--module-color:#f07d47}.module-card:nth-child(6){--module-color:#dc4b78}
.course-note{margin-top:18px;padding:16px 20px;border:1px solid #d9ebe6;border-radius:11px;background:linear-gradient(90deg,#f8fdfb,#fbfdfd);display:flex;align-items:center;gap:15px;color:#28755f}
.course-note::before{content:"✦";width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#eaf7f2;color:#15966a;font-size:1.4rem;flex:none}
.course-note p{margin:0;line-height:1.5}
.course-footer-cta{padding:12px 0 44px;text-align:center}
.course-footer-cta .button{min-width:240px}
.course-footer-cta p{margin:12px 0 0;color:#60798a}
.course-card{position:relative}
.course-card .stretched-link{position:absolute;inset:0;z-index:4;border-radius:inherit}
.course-card:has(.stretched-link:focus-visible){outline:3px solid #0d8d97;outline-offset:3px}
.course-card .course-icon,.course-card h4,.course-card p,.course-card .chip-row,.course-card .course-level{pointer-events:none}
@media(max-width:1250px){.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.module-card{min-height:235px}}
@media(max-width:980px){.course-hero-grid{grid-template-columns:1fr}.course-hero-visual{max-width:760px}.overview-grid{grid-template-columns:1fr 1fr}.overview-card:first-child{grid-column:1/-1}.course-topline{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.course-topline{font-size:.84rem}.course-hero h1{font-size:clamp(2.65rem,13vw,4rem)}.course-hero-grid{gap:25px}.course-meta{display:grid;grid-template-columns:1fr}.meta-card{width:100%}.overview-grid{grid-template-columns:1fr}.overview-card:first-child{grid-column:auto}.module-grid{grid-template-columns:1fr}.module-card{min-height:0}.course-hero-visual>img{min-height:230px}.course-logo-float{width:64px;height:64px}.course-logo-float img{max-width:48px;max-height:48px}}
.module-card:nth-child(1) .module-icon{filter:brightness(0) saturate(100%) invert(42%) sepia(63%) saturate(877%) hue-rotate(116deg) brightness(91%) contrast(89%)}
.module-card:nth-child(2) .module-icon{filter:brightness(0) saturate(100%) invert(43%) sepia(92%) saturate(522%) hue-rotate(136deg) brightness(88%) contrast(92%)}
.module-card:nth-child(3) .module-icon{filter:brightness(0) saturate(100%) invert(37%) sepia(89%) saturate(1124%) hue-rotate(198deg) brightness(90%) contrast(86%)}
.module-card:nth-child(4) .module-icon{filter:brightness(0) saturate(100%) invert(39%) sepia(26%) saturate(2527%) hue-rotate(232deg) brightness(86%) contrast(86%)}
.module-card:nth-child(5) .module-icon{filter:brightness(0) saturate(100%) invert(60%) sepia(67%) saturate(1788%) hue-rotate(334deg) brightness(98%) contrast(91%)}
.module-card:nth-child(6) .module-icon{filter:brightness(0) saturate(100%) invert(42%) sepia(64%) saturate(1750%) hue-rotate(303deg) brightness(91%) contrast(88%)}

/* Material descargable y llamados a la acción */
.course-download{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-top:20px;padding:22px 24px;border:1px solid var(--course-line);border-radius:14px;background:linear-gradient(135deg,#f8fbfc,#fff)}
.course-download h2{margin:3px 0 8px;font-size:1.28rem;color:#153c70}
.course-download p{margin:0;max-width:820px;color:#5a7181;line-height:1.55}
.download-kicker{font-size:.76rem;font-weight:850;letter-spacing:.08em;color:var(--course-teal)}
.pdf-download{min-width:220px;text-align:center}
.pdf-download.is-pending{pointer-events:none;opacity:.62;filter:grayscale(.15)}
.pdf-download.is-ready{opacity:1;filter:none}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.course-footer-cta p a{color:var(--course-teal);font-weight:750}
@media(max-width:760px){.course-download{grid-template-columns:1fr}.pdf-download{width:100%}.cta-buttons{display:grid}.cta-buttons .button{width:100%}}

.course-crosslink{margin-top:18px;padding:11px 14px;border-left:4px solid var(--course-accent);background:#f6fafc;border-radius:0 10px 10px 0;color:#405a6d;font-size:.92rem}.course-crosslink a{font-weight:800;color:var(--course-accent)}
