/* GA Agopyme — hoja de estilos para Blog y Podcast (estilo teal-slate) */
:root{
  --navy:#10202E;
  --navy-dark:#08141B;
  --teal:#00A8B8;
  --teal-hover:#007E8C;
  --green:#3fcf9e;
  --bg-soft:#F7FAF9;
  --bg-soft-2:#F1F6F4;
  --border:#E9F0EE;
  --text:#465A56;
  --text-2:#566763;
  --muted:#8A9A96;
  --footer-muted:#90a39e;
  --footer-muted-2:#7e928d;
  --footer-line:#6e827d;
}
*{box-sizing:border-box}
body{margin:0;font-family:'Inter',system-ui,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:'Sora',system-ui,sans-serif;color:var(--navy);letter-spacing:-.02em;line-height:1.1;margin:0}
a{color:inherit}
::selection{background:var(--teal);color:#fff}
img{max-width:100%;display:block}

/* ---- header (adaptado de SiteNav.dc.html) ---- */
.ga-hide{display:flex}
.ga-mobile{display:none}
@media(max-width:980px){.ga-hide{display:none!important}.ga-mobile{display:flex!important}}

.ga-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid #EBF0EE}
.ga-nav{max-width:1240px;margin:0 auto;padding:13px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ga-logo{display:flex;align-items:center;gap:11px;text-decoration:none;flex-shrink:0}
.ga-logo-name{font-family:'Sora';font-weight:700;font-size:18px;color:var(--navy);letter-spacing:-.01em;display:block}
.ga-logo-tag{font-size:10px;letter-spacing:.22em;color:var(--teal);font-weight:600;text-transform:uppercase;display:block}
.ga-links{align-items:center;gap:4px}
.ga-links a{text-decoration:none;color:#33433F;font-weight:500;font-size:15px;padding:9px 14px;border-radius:9px;transition:background .2s,color .2s}
.ga-links a:hover,.ga-links a.active{background:#F1F6F4;color:var(--navy)}
.ga-links a.active{background:#E1F6F8;color:var(--teal);font-weight:700}
.ga-cta{align-items:center;gap:12px}
.ga-btn{text-decoration:none;display:inline-flex;align-items:center;gap:8px;background:var(--teal);color:#fff;font-weight:600;font-size:15px;padding:11px 20px;border-radius:11px;box-shadow:0 10px 22px -10px rgba(0,168,184,.6);transition:transform .2s,background .2s;border:none;cursor:pointer}
.ga-btn:hover{background:var(--teal-hover);transform:translateY(-2px)}
.ga-burger{background:var(--navy);border:none;border-radius:10px;width:44px;height:44px;align-items:center;justify-content:center;cursor:pointer}
.ga-mobile-panel{position:fixed;inset:0;z-index:80;background:rgba(16,32,46,.5);backdrop-filter:blur(4px);display:none}
.ga-mobile-panel.open{display:block}
.ga-mobile-sheet{position:absolute;top:0;right:0;width:84%;max-width:360px;height:100%;background:#fff;padding:22px;display:flex;flex-direction:column;gap:6px;box-shadow:-20px 0 50px rgba(16,32,46,.25);overflow-y:auto}
.ga-mobile-sheet a{text-decoration:none;color:var(--navy);font-weight:600;font-size:18px;padding:13px 8px;border-bottom:1px solid #EFF3F1;display:block}

/* ---- footer (adaptado de SiteFooter.dc.html) ---- */
.ga-footer{background:var(--navy-dark);color:var(--footer-muted);padding:64px 0 28px;font-family:'Inter',sans-serif}
.ga-footer-inner{max-width:1240px;margin:0 auto;padding:0 24px}
.ga-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:36px;margin-bottom:48px}
.ga-footer-grid h4{font-family:'Sora';font-weight:700;color:#fff;font-size:15px;margin-bottom:16px}
.ga-footer-grid ul{list-style:none;display:flex;flex-direction:column;gap:11px;font-size:14px;margin:0;padding:0}
.ga-footer-grid ul a{text-decoration:none;color:var(--footer-muted);transition:color .2s}
.ga-footer-grid ul a:hover{color:#fff}
.ga-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--footer-line)}
@media(max-width:880px){.ga-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.ga-footer-grid{grid-template-columns:1fr}}

/* ---- blog / podcast index ---- */
.ct-hero{position:relative;background:linear-gradient(180deg,var(--bg-soft),#fff);overflow:hidden}
.ct-hero-inner{position:relative;max-width:1100px;margin:0 auto;padding:60px 24px 50px;text-align:center}
.ct-kicker{display:inline-block;font-size:13px;font-weight:700;color:var(--teal);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}
.ct-hero h1{font-size:48px;font-weight:800;margin-bottom:18px;max-width:820px;margin-left:auto;margin-right:auto}
.ct-hero p{font-size:18px;line-height:1.6;color:#4B5D59;max-width:620px;margin:0 auto}
.ct-section{background:#fff;padding:44px 0 80px}
.ct-inner{max-width:1240px;margin:0 auto;padding:0 24px}
.ct-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:900px){.ct-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.ct-grid{grid-template-columns:1fr}}
.ct-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;transition:transform .3s,box-shadow .3s;text-decoration:none}
.ct-card:hover{transform:translateY(-6px);box-shadow:0 26px 50px -30px rgba(16,32,46,.4)}
.ct-card-cover{position:relative;height:150px;background:linear-gradient(135deg,#00A8B8,#10202E);display:flex;align-items:center;justify-content:center}
.ct-card-cover img{width:100%;height:100%;object-fit:cover}
.ct-card-emoji{font-size:44px}
.ct-card-tag{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);color:var(--teal);font-size:11.5px;font-weight:700;padding:5px 11px;border-radius:100px}
.ct-card-body{padding:22px;display:flex;flex-direction:column;flex:1}
.ct-card-body h3{font-size:18.5px;line-height:1.25;margin-bottom:10px;color:var(--navy)}
.ct-card-body p{font-size:14px;line-height:1.6;color:var(--text-2);margin-bottom:18px;flex:1}
.ct-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--muted);border-top:1px solid #EEF3F1;padding-top:14px}
.ct-empty{text-align:center;color:var(--muted);font-size:16px;padding:40px 0}

/* ---- single post / episode ---- */
.post-hero{background:linear-gradient(135deg,#00A8B8,#10202E);color:#fff;padding:56px 0 48px}
.post-hero-inner{max-width:760px;margin:0 auto;padding:0 24px}
.post-tag{display:inline-block;background:rgba(255,255,255,.16);color:#fff;font-size:12px;font-weight:700;padding:6px 13px;border-radius:100px;margin-bottom:16px}
.post-hero h1{color:#fff;font-size:38px;margin-bottom:14px}
.post-meta{font-size:13.5px;color:#cfe4e8;display:flex;gap:16px;flex-wrap:wrap}
.post-body{max-width:760px;margin:0 auto;padding:44px 24px 70px;font-size:17px;line-height:1.75;color:var(--text)}
.post-body h2{font-size:26px;margin:36px 0 14px}
.post-body h3{font-size:20px;margin:28px 0 12px}
.post-body p{margin:0 0 18px}
.post-body ul,.post-body ol{margin:0 0 18px;padding-left:22px}
.post-body li{margin-bottom:8px}
.post-body blockquote{margin:22px 0;padding:16px 20px;border-left:4px solid var(--teal);background:var(--bg-soft-2);border-radius:0 10px 10px 0;color:var(--text-2)}
.post-body a{color:var(--teal);font-weight:600}
.post-body img{border-radius:14px;margin:18px 0}
.post-body code{background:var(--bg-soft-2);padding:2px 6px;border-radius:6px;font-size:.9em}
.post-back{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--teal);font-weight:700;font-size:14.5px;margin-bottom:26px}

.ep-player{background:var(--bg-soft-2);border-radius:16px;padding:18px 20px;margin:24px 0}
.ep-player a.ep-listen{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:var(--teal);color:#fff;font-weight:700;font-size:14.5px;padding:11px 18px;border-radius:10px}
