/* === Global Times — acento NARANJA + CELESTE (logo GT) ===
   Encolado por el plugin FUNAJIT Páginas solo donde hay shortcodes [globaltimes_...]. */

/* Naranjas: profundo #CC5200 · principal #FF6600 · celeste del logo #4A9FD8 */
.gt-hero { --fjx-accent: #FF6600; }
.fjx-hero.gt-hero { padding-top:180px !important; padding-bottom:44px !important; min-height:0 !important; }
.gt-hero .fjx-eyebrow { color: #E65C00 !important; }
.gt-hero .fjx-btn { background:#E65C00 !important; }
.gt-hero .fjx-btn:hover { background:#CC5200 !important; }
@media (max-width:760px){ .fjx-hero.gt-hero { padding-top:120px !important; } }

.gt-visual{position:relative;width:min(420px,78vw);aspect-ratio:1;margin:0 auto}
.gt-ring{position:absolute;inset:8%;border-radius:50%;border:1.5px dashed rgba(74,159,216,.45);animation:gt-spin 50s linear infinite}
.gt-core{position:absolute;top:50%;left:50%;width:56%;height:56%;transform:translate(-50%,-50%);display:grid;place-items:center;animation:gt-float 5.5s ease-in-out infinite}
.gt-core img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 40px rgba(204,82,0,.25))}
@keyframes gt-spin{to{transform:rotate(360deg)}}
@keyframes gt-float{0%,100%{margin-top:0}50%{margin-top:-10px}}

/* proyecto: texto + tarjeta del sitio */
.gt-prog-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:center; }
.gt-site-card { display:flex; flex-direction:column; align-items:center; gap:16px; padding:36px 28px; border-radius:24px; background:linear-gradient(160deg,#fdf5ee,#fceadd); border:1px solid rgba(255,102,0,.22); box-shadow:0 20px 50px rgba(204,82,0,.12); text-align:center; }
.gt-site-card img { width:150px; height:150px; object-fit:contain; }
.gt-site-badge { display:inline-flex; align-items:center; gap:8px; padding:6px 14px; border-radius:999px; background:#fff; border:1px solid rgba(255,102,0,.25); color:#8a3d0a; font-weight:800; font-size:13px; }
.gt-site-badge i { width:8px; height:8px; border-radius:50%; background:#4A9FD8; box-shadow:0 0 0 3px rgba(74,159,216,.25); }
.gt-btn { background:#E65C00 !important; color:#fff !important; }
.gt-btn:hover { background:#CC5200 !important; }
@media (max-width:900px){ .gt-prog-grid { grid-template-columns:1fr; gap:28px; } }

/* fila CTA — degradado naranja */
.fjx-cta-row { background:linear-gradient(135deg,#CC5200 0%, #FF6600 100%) !important; }
.fjx-cta-row .fjx-title { max-width:none !important; margin-left:auto !important; margin-right:auto !important; text-align:center !important; color:#fff !important; }
.fjx-cta-row .fjx-lead { margin-left:auto !important; margin-right:auto !important; text-align:center !important; max-width:62ch; }
.fjx-cta-row .fjx-btn-light { color:#CC5200 !important; }
.fjx-cta-row .fjx-btn-outline { color:#fff !important; border:2px solid rgba(255,255,255,.75) !important; background:transparent !important; }
.fjx-cta-row .fjx-btn-outline:hover { background:rgba(255,255,255,.16) !important; border-color:#fff !important; color:#fff !important; }
