/*
Theme Name: RS Hosting Theme
Theme URI: https://hostingbarato.online/
Author: Rikky Sanz Ecosystem
Author URI: https://rikkysanz.com/
Description: Tema premium y optimizado para HostingBarato.Online, preparado para planes de hosting, WHMCS, WhatsApp, SEO y el ecosistema RikkySanz.
Version: 1.1.2
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rs-hosting
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, e-commerce
*/

:root {
  --rsh-bg: #080a0d;
  --rsh-surface: #101419;
  --rsh-surface-2: #141a21;
  --rsh-gold: #e2b525;
  --rsh-gold-2: #ffcf3d;
  --rsh-blue: #1769ff;
  --rsh-orange: #ff8b2b;
  --rsh-text: #f7f8fa;
  --rsh-muted: #b6bec9;
  --rsh-border: rgba(226,181,37,.36);
  --rsh-radius: 16px;
  --rsh-max: 1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--rsh-bg);color:var(--rsh-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:var(--rsh-gold);text-decoration:none}a:hover{color:var(--rsh-gold-2)}
img{max-width:100%;height:auto;display:block}
.rsh-container{width:min(calc(100% - 32px),var(--rsh-max));margin-inline:auto}
.rsh-section{padding:76px 0}.rsh-section--compact{padding:48px 0}.rsh-surface{background:var(--rsh-surface)}
.rsh-kicker{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--rsh-orange);font-weight:800}
.rsh-title{font-size:clamp(2rem,5vw,4.5rem);line-height:1.05;margin:.35em 0;color:var(--rsh-gold-2);font-weight:900}
.rsh-section-title{font-size:clamp(1.8rem,4vw,3rem);line-height:1.1;margin:0 0 18px;color:var(--rsh-gold-2)}
.rsh-lead{font-size:clamp(1rem,2vw,1.24rem);color:var(--rsh-muted);max-width:720px}
.rsh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:10px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.rsh-btn--primary{background:var(--rsh-blue);color:white}.rsh-btn--primary:hover{transform:translateY(-2px);color:white;filter:brightness(1.12)}
.rsh-btn--gold{background:var(--rsh-gold);color:#0b0c0f}.rsh-btn--gold:hover{color:#0b0c0f;filter:brightness(1.08)}
.rsh-btn--ghost{border-color:var(--rsh-border);color:var(--rsh-gold-2)}
.rsh-grid{display:grid;gap:24px}.rsh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.rsh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.rsh-card{background:linear-gradient(180deg,var(--rsh-surface-2),#0c0f13);border:1px solid rgba(255,255,255,.08);border-radius:var(--rsh-radius);padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.22)}
.rsh-card--accent{border-color:var(--rsh-border)}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(8,10,13,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.rsh-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.site-branding{display:flex;align-items:center;gap:12px;min-width:210px}.custom-logo{max-height:58px;width:auto}.site-title{font-weight:900;color:white;font-size:1.15rem}
.primary-menu{display:flex;align-items:center;gap:20px;list-style:none;margin:0;padding:0}.primary-menu a{color:#f4f6f8;font-weight:700;font-size:.94rem}.primary-menu a:hover{color:var(--rsh-gold)}
.rsh-header-actions{display:flex;gap:10px}.rsh-menu-toggle{display:none;background:none;border:1px solid var(--rsh-border);color:white;border-radius:8px;padding:9px 11px}
.rsh-hero{min-height:720px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(8,10,13,.98) 0%,rgba(8,10,13,.83) 48%,rgba(8,10,13,.28) 100%),url('assets/images/hosting-server-tower.png') center right/cover no-repeat}
.rsh-hero:after{content:"";position:absolute;inset:auto 0 0;height:4px;background:linear-gradient(90deg,var(--rsh-gold),var(--rsh-blue),var(--rsh-gold))}
.rsh-hero-content{position:relative;z-index:2;max-width:700px}.rsh-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.rsh-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.rsh-badge{background:rgba(16,20,25,.82);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 12px;color:#d8dde5;font-size:.86rem}
.rsh-benefit-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(23,105,255,.15);color:#69a0ff;font-size:1.35rem;margin-bottom:14px}
.rsh-plan{display:flex;flex-direction:column;position:relative}.rsh-plan.is-featured{border-color:var(--rsh-gold);transform:translateY(-8px)}.rsh-plan-badge{position:absolute;right:16px;top:16px;background:var(--rsh-gold);color:#080a0d;font-weight:900;font-size:.72rem;padding:5px 9px;border-radius:999px}.rsh-plan h3{font-size:1.45rem;margin:0;color:var(--rsh-gold-2)}.rsh-plan-price{font-size:2.2rem;font-weight:900;margin:14px 0;color:white}.rsh-plan-price small{font-size:.82rem;color:var(--rsh-muted);font-weight:600}.rsh-plan ul{list-style:none;padding:0;margin:0 0 22px;flex:1}.rsh-plan li{padding:7px 0;border-bottom:1px solid rgba(255,255,255,.07);color:#d8dde5}.rsh-plan li:before{content:"✓";color:var(--rsh-gold);font-weight:900;margin-right:8px}
.rsh-split{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.rsh-media{border-radius:20px;overflow:hidden;border:1px solid var(--rsh-border);box-shadow:0 28px 80px rgba(0,0,0,.35)}
.rsh-ecosystem-logo{aspect-ratio:1;border-radius:50%;border:2px solid var(--rsh-gold);display:grid;place-items:center;font-weight:900;color:var(--rsh-gold);font-size:1.2rem;background:#050607}
.site-footer{background:#050607;border-top:1px solid rgba(255,255,255,.08);padding:48px 0 20px}.rsh-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.site-footer h3{color:var(--rsh-gold);font-size:1rem}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:8px 0}.site-footer a{color:#cbd2db}.rsh-copyright{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:#8e98a5;font-size:.85rem}
.entry-content,.entry-header{width:min(calc(100% - 32px),850px);margin-inline:auto}.entry-header{padding-top:56px}.entry-content{padding-bottom:70px}.entry-title{font-size:clamp(2rem,5vw,3.8rem);color:var(--rsh-gold-2);line-height:1.08}.post-card h2{font-size:1.3rem}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
@media(max-width:960px){.rsh-grid--4{grid-template-columns:repeat(2,1fr)}.rsh-grid--3{grid-template-columns:repeat(2,1fr)}.rsh-split{grid-template-columns:1fr}.rsh-footer-grid{grid-template-columns:repeat(2,1fr)}.rsh-menu-toggle{display:block}.primary-menu-wrap{display:none;position:absolute;top:76px;left:0;right:0;background:#0a0d11;border-bottom:1px solid rgba(255,255,255,.1);padding:18px}.primary-menu-wrap.is-open{display:block}.primary-menu{flex-direction:column;align-items:flex-start}.rsh-header-actions .rsh-btn--ghost{display:none}}
@media(max-width:640px){.rsh-section{padding:56px 0}.rsh-grid--3,.rsh-grid--4{grid-template-columns:1fr}.rsh-footer-grid{grid-template-columns:1fr}.rsh-hero{min-height:660px;background-position:62% center}.rsh-hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.26)}.rsh-plan.is-featured{transform:none}.rsh-header-actions .rsh-btn{padding:10px 12px;font-size:.85rem}.site-branding{min-width:0}.site-title{font-size:.95rem}}

/* v1.1.0 — Header digital y páginas internas */
.site-header{background:rgba(5,7,12,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(211,168,76,.18);position:sticky;top:0;z-index:9999;box-shadow:0 12px 35px rgba(0,0,0,.28)}
.rsh-header-accent{height:2px;background:linear-gradient(90deg,transparent,#d3a84c,#1473e6,#d3a84c,transparent)}
.rsh-header-inner{min-height:76px;gap:24px}.site-branding{flex:0 0 auto}.custom-logo{max-height:52px;width:auto}.site-title{font-weight:800;font-size:18px;line-height:1;color:#f5f7fb;letter-spacing:.4px}.site-title span{color:#d3a84c}.site-title small{display:block;font-size:10px;color:#7fb7ff;font-weight:600;margin-top:4px;letter-spacing:1.4px;text-transform:uppercase}
.primary-menu{gap:4px}.primary-menu>li>a{padding:28px 10px;font-size:13px;font-weight:650;color:#d9dee8}.primary-menu>li>a:hover{color:#d3a84c}.primary-menu .sub-menu{background:#090d16;border:1px solid rgba(211,168,76,.2);border-radius:0 0 14px 14px;padding:10px;min-width:220px;box-shadow:0 18px 45px rgba(0,0,0,.45)}.primary-menu .sub-menu a{padding:10px 12px;border-radius:8px;display:block}.primary-menu .sub-menu a:hover{background:rgba(20,115,230,.12)}
.rsh-header-actions{gap:12px}.rsh-client-link{font-size:13px;color:#e8ecf3;font-weight:650;white-space:nowrap}.rsh-header-cta{padding:11px 17px;font-size:13px}
.rsh-hero{background-image:linear-gradient(90deg,rgba(1,4,10,.96) 0%,rgba(1,4,10,.82) 48%,rgba(1,4,10,.25) 100%),url('assets/images/hero-hbo.png');background-size:cover;background-position:center;min-height:620px;display:flex;align-items:center}
.rsh-page-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:45px;background:linear-gradient(135deg,#070a11,#0d1524);border:1px solid rgba(211,168,76,.18);border-radius:24px;overflow:hidden;margin-bottom:42px;padding:44px;position:relative}.rsh-page-hero:before{content:"";position:absolute;width:360px;height:360px;background:rgba(20,115,230,.12);filter:blur(80px);right:-120px;top:-160px}.rsh-page-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.04;margin:10px 0 18px;color:#fff}.rsh-page-hero p{font-size:19px;color:#b9c3d5;max-width:700px}.rsh-page-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;position:relative;box-shadow:0 20px 55px rgba(0,0,0,.4)}
.page .entry-content,.single .entry-content{max-width:1180px;margin:0 auto;padding:52px 24px}.page .entry-header{display:none}.rsh-content-section{max-width:900px;margin:0 auto 42px}.rsh-content-section h2{font-size:clamp(28px,3.5vw,42px);color:#d3a84c;margin-bottom:18px}.rsh-content-section p{font-size:17px;line-height:1.8;color:#c5ccda}.rsh-highlight{border-left:4px solid #1473e6;background:linear-gradient(90deg,rgba(20,115,230,.14),rgba(211,168,76,.06));padding:22px 26px;margin:28px 0;border-radius:0 14px 14px 0;font-size:20px;color:#fff;font-weight:650}.rsh-content-cta{max-width:1000px;margin:55px auto 10px;padding:42px;text-align:center;background:linear-gradient(135deg,rgba(211,168,76,.13),rgba(20,115,230,.13));border:1px solid rgba(211,168,76,.28);border-radius:22px}.rsh-content-cta h2{font-size:36px;margin:0 0 12px}.rsh-content-cta p{color:#c6cfdf;font-size:18px;max-width:700px;margin:0 auto 24px}.rsh-faq-list{max-width:900px;margin:0 auto}.rsh-faq-list details{background:#0b101a;border:1px solid rgba(255,255,255,.09);border-radius:12px;margin-bottom:12px;padding:0 20px}.rsh-faq-list summary{cursor:pointer;padding:18px 0;font-weight:700;color:#fff}.rsh-faq-list details p{padding:0 0 18px;color:#bec7d6}.rsh-ecosystem-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.rsh-ecosystem-card{text-align:center;padding:18px}.rsh-ecosystem-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:16px;margin-bottom:14px}.rsh-ecosystem-card h3{font-size:16px;margin:0 0 6px}.rsh-ecosystem-card p{font-size:13px;margin:0}.rsh-plans-full{margin:28px auto 45px;max-width:1180px}
@media(max-width:1050px){.primary-menu-wrap{display:none}.rsh-menu-toggle{display:block}.rsh-header-actions .rsh-client-link{display:none}.rsh-ecosystem-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.rsh-header-inner{min-height:66px}.custom-logo{max-height:44px}.rsh-header-cta{display:none}.rsh-page-hero{grid-template-columns:1fr;padding:25px;border-radius:16px}.rsh-page-hero img{aspect-ratio:16/9}.rsh-hero{min-height:560px;background-position:62% center}.rsh-ecosystem-grid{grid-template-columns:repeat(2,1fr)}.rsh-content-cta{padding:28px 20px}.rsh-content-cta h2{font-size:29px}}

/* v1.1.1 — navegación corregida, hero HBO y ecosistema enlazado */
.site-header{height:auto!important}
.rsh-header-inner{min-height:68px!important;position:relative}
.custom-logo{max-height:44px!important}
.primary-menu-wrap{align-self:stretch;display:flex;align-items:center}
.primary-menu{height:100%}
.primary-menu>li{position:relative;display:flex;align-items:center;height:100%}
.primary-menu>li>a{display:flex;align-items:center;height:100%;padding:0 10px!important;white-space:nowrap}
.primary-menu .menu-item-has-children>a:after{content:"⌄";font-size:11px;margin-left:6px;color:var(--rsh-gold)}
.primary-menu .sub-menu{display:block!important;position:absolute;z-index:10020;top:calc(100% - 1px);left:0;visibility:hidden;opacity:0;transform:translateY(10px);pointer-events:none;list-style:none;margin:0!important;padding:10px!important;min-width:230px;background:#080d16!important;border:1px solid rgba(226,181,37,.28)!important;border-radius:0 0 14px 14px!important;box-shadow:0 22px 55px rgba(0,0,0,.58)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.primary-menu .sub-menu li{display:block;width:100%;position:relative}
.primary-menu .sub-menu a{display:block!important;width:100%;padding:11px 13px!important;color:#e9edf4!important;line-height:1.35}
.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu,.primary-menu li.is-submenu-open>.sub-menu{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto}
.rsh-hero{min-height:680px;background-image:linear-gradient(90deg,rgba(4,7,12,.97) 0%,rgba(4,7,12,.88) 43%,rgba(4,7,12,.35) 72%,rgba(4,7,12,.2) 100%),url('assets/images/hero-datacenter.webp')!important;background-position:center!important;background-size:cover!important}
.rsh-hero-content{max-width:760px}
.rsh-tech-strip{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(226,181,37,.2);background:#080d14}
.rsh-tech-strip-inner{display:flex;gap:22px;align-items:center;justify-content:space-between;overflow:auto;padding:14px 0;scrollbar-width:none}.rsh-tech-strip-inner::-webkit-scrollbar{display:none}.rsh-tech-strip span{white-space:nowrap;color:#dfe5ee;font-size:.86rem;font-weight:750}.rsh-tech-strip span:before{content:"✓";color:var(--rsh-gold);margin-right:7px}
.rsh-ecosystem-card{display:block;color:inherit;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.rsh-ecosystem-card:hover{color:inherit;transform:translateY(-6px);border-color:var(--rsh-gold);box-shadow:0 24px 70px rgba(0,0,0,.4)}
.rsh-ecosystem-link{display:inline-block;margin-top:12px;color:var(--rsh-gold);font-weight:800;font-size:.82rem}
.rsh-footer-brand{font-size:1.18rem;font-weight:900;color:var(--rsh-gold-2)}
.rsh-copyright{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.rsh-copyright a{color:var(--rsh-gold)}
@media(max-width:1050px){
 .rsh-header-inner{min-height:64px!important;flex-wrap:nowrap}
 .primary-menu-wrap{display:none;position:absolute;top:100%;left:0;right:0;height:auto;align-items:stretch;padding:12px 16px 18px;background:#070b12;border:1px solid rgba(226,181,37,.2);box-shadow:0 24px 55px rgba(0,0,0,.6);max-height:calc(100vh - 72px);overflow:auto}
 .primary-menu-wrap.is-open{display:block}
 .primary-menu{height:auto;display:flex;flex-direction:column;align-items:stretch;gap:0}
 .primary-menu>li{height:auto;display:block;border-bottom:1px solid rgba(255,255,255,.07)}
 .primary-menu>li>a{height:auto;padding:13px 4px!important;justify-content:space-between}
 .primary-menu .sub-menu{position:static!important;display:none!important;visibility:visible;opacity:1;transform:none;pointer-events:auto;min-width:0;background:rgba(255,255,255,.025)!important;border:0!important;border-radius:10px!important;box-shadow:none!important;margin:0 0 10px!important;padding:5px 10px!important}
 .primary-menu li.is-submenu-open>.sub-menu{display:block!important}
 .primary-menu .menu-item-has-children>a:after{content:"+";font-size:18px}
 .primary-menu .menu-item-has-children.is-submenu-open>a:after{content:"−"}
}
@media(max-width:640px){
 .rsh-hero{min-height:600px;background-image:linear-gradient(180deg,rgba(4,7,12,.72) 0%,rgba(4,7,12,.88) 55%,rgba(4,7,12,.98) 100%),url('assets/images/hero-datacenter.webp')!important;background-position:64% center!important}
 .rsh-header-actions{margin-left:auto}.rsh-header-actions .rsh-client-link{display:none}.rsh-menu-toggle{order:3}
 .rsh-tech-strip-inner{justify-content:flex-start}
 .rsh-copyright{display:block}.rsh-copyright span{display:block;margin-top:6px}
}


/* v1.1.2 — Ecosistema premium e imágenes temáticas */
.rsh-page-hero img{width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center;border-radius:18px;background:#07090d}
.rsh-home-ecosystem{background:radial-gradient(circle at 75% 25%,rgba(226,181,37,.11),transparent 34%),#07090d}
.rsh-home-ecosystem-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:center;margin-bottom:34px}
.rsh-home-ecosystem-art{border:1px solid rgba(226,181,37,.28);border-radius:22px;padding:8px;background:linear-gradient(145deg,#0c1118,#050608);box-shadow:0 30px 80px rgba(0,0,0,.4)}
.rsh-home-ecosystem-art img{border-radius:16px;aspect-ratio:4/3;object-fit:cover}
.rsh-ecosystem-premium-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:34px auto 46px;max-width:1180px}
.rsh-ecosystem-premium-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:390px;padding:28px 22px;border:1px solid rgba(226,181,37,.22);border-radius:22px;background:radial-gradient(circle at 50% 0,rgba(23,105,255,.12),transparent 42%),linear-gradient(180deg,#111820,#090c10);color:var(--rsh-text);overflow:hidden;transition:.25s ease;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.rsh-ecosystem-premium-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 25%,rgba(255,255,255,.04),transparent 70%);transform:translateX(-110%);transition:.55s ease}
.rsh-ecosystem-premium-card:hover{transform:translateY(-8px);color:var(--rsh-text);border-color:var(--rsh-gold);box-shadow:0 30px 90px rgba(0,0,0,.5),0 0 32px rgba(226,181,37,.1)}
.rsh-ecosystem-premium-card:hover:before{transform:translateX(110%)}
.rsh-ecosystem-premium-logo{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;padding:8px;margin-bottom:18px;background:#030405;border:2px solid var(--rsh-gold);box-shadow:0 0 0 7px rgba(226,181,37,.06),0 0 35px rgba(226,181,37,.14)}
.rsh-ecosystem-premium-logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.rsh-ecosystem-premium-role{color:var(--rsh-orange);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.rsh-ecosystem-premium-card h3{font-size:1.35rem;margin:8px 0 10px;color:var(--rsh-gold-2)}
.rsh-ecosystem-premium-card p{font-size:.96rem;color:var(--rsh-muted);margin:0 0 18px;flex:1}
.rsh-ecosystem-premium-card strong{color:var(--rsh-gold);font-size:.9rem}
.rsh-ecosystem-flow{max-width:1080px;margin:50px auto;padding:44px;border-radius:24px;background:radial-gradient(circle at center,rgba(23,105,255,.13),transparent 52%),linear-gradient(145deg,#0d131b,#07090d);border:1px solid rgba(226,181,37,.26);text-align:center}
.rsh-ecosystem-flow h2{font-size:clamp(1.8rem,4vw,3rem);color:var(--rsh-gold-2);margin:8px 0 14px}
.rsh-ecosystem-flow>p{max-width:850px;margin:0 auto;color:var(--rsh-muted);font-size:1.05rem}
.rsh-flow-steps{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:11px;margin-top:28px}
.rsh-flow-steps span{padding:10px 15px;border-radius:999px;background:#101923;border:1px solid rgba(226,181,37,.24);font-weight:800;color:#fff}
.rsh-flow-steps i{font-style:normal;color:var(--rsh-gold);font-size:1.3rem}
@media(max-width:960px){.rsh-home-ecosystem-intro{grid-template-columns:1fr}.rsh-ecosystem-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.rsh-ecosystem-premium-grid{grid-template-columns:1fr}.rsh-ecosystem-premium-card{min-height:auto}.rsh-ecosystem-premium-logo{width:130px;height:130px}.rsh-ecosystem-flow{padding:30px 18px}.rsh-flow-steps i{transform:rotate(90deg)}}
