/* ==========================================================================
   Infopork 2026 – estética del esquema visual "WEB INFOPORK"
   ========================================================================== */
:root {
	--ipk-navy: #04367d;
	--ipk-navy-2: #032e73;
	--ipk-blue: #1753be;
	--ipk-teal: #00d099;
	--ipk-gray: #e7e7e7;
	--ipk-dark: #2b2e32;
	--ipk-ink: #13203b;
	--ipk-white: #fff;
	--ipk-r: clamp(48px, 9vw, 130px);
	--ipk-wrap: 1180px;
	--ipk-font-h: "Montserrat", system-ui, sans-serif;
	--ipk-font-b: "Inter", system-ui, sans-serif;
}

body.ipk {
	font-family: var(--ipk-font-b);
	color: var(--ipk-ink);
	background: #f2f4f8;
	-webkit-font-smoothing: antialiased;
}
body.ipk h1, body.ipk h2, body.ipk h3, body.ipk h4 { font-family: var(--ipk-font-h); color: var(--ipk-navy); }
body.ipk a { color: var(--ipk-blue); }
body.ipk a:hover { color: var(--ipk-navy); }
.ipk-wrap { max-width: var(--ipk-wrap); margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.ipk img { max-width: 100%; }
.ipk-hp { position: absolute !important; left: -9999px; }

/* ---------- Logo ---------- */
.ipk-logo { display: inline-flex; flex-direction: column; font-family: var(--ipk-font-h); font-weight: 900; line-height: .86; color: #fff; letter-spacing: -.01em; font-size: 26px; }
.ipk-logo__row { display: flex; align-items: center; white-space: nowrap; }
.ipk-logo__o { height: .78em; width: auto; margin: 0 .02em; position: relative; top: .02em; }
.ipk-logo--sm { font-size: 19px; }
.ipk-logo--xl { font-size: clamp(64px, 11vw, 150px); }
.ipk-logo--inline { flex-direction: row; font-size: 15px; gap: .15em; }

/* ---------- Pastilla con flecha ---------- */
.ipk-pill { display: inline-flex; color: var(--ipk-teal); line-height: 0; }
.ipk-pill svg { width: 44px; height: 20px; }
.ipk-pill--solid svg rect { fill: currentColor; }
.ipk-pill--solid svg circle { fill: #fff; }
.ipk-pill--solid svg path { stroke: var(--ipk-navy); }
.ipk-pill--teal { color: var(--ipk-teal); }
.ipk-pill--blue { color: var(--ipk-blue); }
.ipk-pill--blue svg path { stroke: var(--ipk-teal); }

/* ---------- Botones ---------- */
.ipk-btn { display: inline-flex; align-items: center; justify-content: center; gap: .4em; padding: .8em 2.2em; border-radius: 999px; font-family: var(--ipk-font-h); font-weight: 700; font-size: 15px; text-decoration: none !important; border: 0; cursor: pointer; transition: transform .15s, background .15s, color .15s; }
.ipk-btn:hover { transform: translateY(-1px); }
.ipk-btn--ghost { background: rgba(255,255,255,.08); color: rgba(255,255,255,.75) !important; }
.ipk-btn--ghost:hover { background: var(--ipk-blue); color: #fff !important; }
.ipk-btn--ghost-light { background: rgba(255,255,255,.1); color: #fff !important; }
.ipk-btn--white { background: #fff; color: #9aa3b2 !important; box-shadow: 0 6px 18px rgba(4,54,125,.08); }
.ipk-btn--white:hover { color: var(--ipk-navy) !important; }
.ipk-btn--teal { background: var(--ipk-teal); color: var(--ipk-navy) !important; }
.ipk-btn--blue { background: var(--ipk-blue); color: #fff !important; border-radius: 10px; }
.ipk-btn--blue:hover { background: var(--ipk-navy); }

/* ==========================================================================
   Cabecera
   ========================================================================== */
.ipk .site-header { display: none; }
.ipk-topbar { background: var(--ipk-navy-2); color: #fff; font-size: 12px; }
.ipk-topbar__inner { display: flex; align-items: center; gap: 12px; min-height: 34px; }
.ipk-topbar__label { font-weight: 700; color: var(--ipk-teal); white-space: nowrap; font-family: var(--ipk-font-h); }
.ipk-topbar__ticker { position: relative; flex: 1; height: 34px; overflow: hidden; }
.ipk-topbar__ticker a { position: absolute; inset: 0; display: flex; align-items: center; color: #fff !important; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s; pointer-events: none; }
.ipk-topbar__ticker a.is-active { opacity: 1; transform: none; pointer-events: auto; }
.ipk-topbar__tools { display: flex; align-items: center; gap: 4px; }
.ipk-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,.1); border: 0; color: #fff !important; padding: 0; cursor: pointer; font-size: 16px; line-height: 1; }
.ipk-icon-btn:hover { background: var(--ipk-blue); }
.ipk-social { display: flex; gap: 6px; align-items: center; }
.ipk-social a { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; color: #fff !important; background: rgba(255,255,255,.1); }
.ipk-social a:hover { background: var(--ipk-teal); color: var(--ipk-navy) !important; }
.ipk-social svg { width: 13px; height: 13px; }
.ipk-social--top { margin: 0 4px; }

.ipk-header { background: var(--ipk-navy); border-bottom: 1px solid rgba(255,255,255,.12); position: relative; z-index: 50; }
.ipk-header__inner { display: flex; align-items: center; gap: 16px; min-height: 58px; }
.ipk-nav .ipk-search { flex: 0 0 auto; }
.ipk-header__brand { display: inline-flex; text-decoration: none; }
.ipk-nav { display: flex; align-items: center; flex: 1; gap: 16px; }
.ipk-menu { list-style: none; display: flex; flex-wrap: nowrap; margin: 0; padding: 0; flex: 1; }
.ipk-menu > li { position: relative; margin: 0; }
.ipk-menu a { display: block; padding: 20px 9px; color: #fff !important; font-family: var(--ipk-font-h); font-size: 12.5px; white-space: nowrap; font-weight: 700; text-decoration: none; letter-spacing: .01em; }
.ipk-menu > li:hover > a, .ipk-menu .current-menu-item > a, .ipk-menu .current-menu-ancestor > a { background: var(--ipk-blue); color: var(--ipk-teal) !important; }
.ipk-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; background: var(--ipk-navy); list-style: none; margin: 0; padding: 6px 0; box-shadow: 0 12px 24px rgba(0,0,0,.2); }
.ipk-menu li:hover > .sub-menu, .ipk-menu li:focus-within > .sub-menu { display: block; }
.ipk-menu .sub-menu a { padding: 10px 16px; }
.ipk-search { display: flex; align-items: center; background: rgba(255,255,255,.14); border-radius: 999px; padding: 3px 3px 3px 14px; }
.ipk-search input[type="search"] { background: transparent; border: 0; color: #fff; width: 110px; padding: 4px 0; font-size: 13px; outline: none; }
.ipk-search input::placeholder { color: rgba(255,255,255,.6); }
.ipk-search button { width: 26px; height: 26px; border-radius: 50%; border: 0; padding: 0; background: var(--ipk-teal); color: var(--ipk-navy); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.ipk-burger { display: none; margin-left: auto; background: transparent; border: 0; padding: 10px; cursor: pointer; }
.ipk-burger span:not(.screen-reader-text) { display: block; width: 24px; height: 3px; margin: 4px 0; border-radius: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.ipk-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ipk-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ipk-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* En la home la cabecera va sobre la foto */
.ipk-home .ipk-header { position: absolute; left: 0; right: 0; background: rgba(8, 20, 45, .55); backdrop-filter: blur(4px); }
.ipk-home .ipk-header__brand { display: none; }
.ipk-home .ipk-topbar { position: relative; z-index: 51; }

/* ---------- Barra de cotizaciones ---------- */
.ipk-prices { background: var(--ipk-blue); color: #fff; overflow: hidden; font-size: 12px; white-space: nowrap; }
.ipk-prices__track { display: inline-flex; animation: ipk-marquee 45s linear infinite; }
.ipk-prices:hover .ipk-prices__track { animation-play-state: paused; }
.ipk-prices__group { display: inline-flex; gap: 28px; padding: 11px 14px; }
.ipk-quote b { font-family: var(--ipk-font-h); font-weight: 700; }
.ipk-quote em { font-style: normal; color: var(--ipk-teal); font-weight: 700; font-family: var(--ipk-font-h); text-transform: uppercase; }
.ipk-quote small { opacity: .8; font-size: 11px; }
@keyframes ipk-marquee { to { transform: translateX(-50%); } }

/* ==========================================================================
   Home: contenedor a ancho completo
   ========================================================================== */
.ipk-home .site.grid-container, .ipk-home #page { max-width: none; padding: 0; }
.ipk-home .site-content { display: block; padding: 0; }
.ipk-main { background: var(--ipk-gray); overflow: hidden; }

/* ---------- Hero ---------- */
.ipk-hero { position: relative; z-index: 3; background: #1a1a1a var(--hero) center/cover no-repeat; border-bottom-right-radius: var(--ipk-r); padding: 150px 0 90px; }
.ipk-hero::before { content: ""; position: absolute; inset: 0; border-bottom-right-radius: inherit; background: linear-gradient(90deg, rgba(10,14,24,.72) 0%, rgba(10,14,24,.35) 55%, rgba(10,14,24,.15) 100%); }
.ipk-hero__inner { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 40px; }
.ipk-hero__tagline { color: #fff; font-family: var(--ipk-font-h); font-weight: 700; font-size: 17px; line-height: 1.3; margin: 10px 0 14px; }
.ipk-hero__logo { margin: 0; line-height: 0; }
.ipk-new { position: relative; background: var(--ipk-navy); border-radius: 0 0 36px 0; padding: 40px 22px 22px; color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.ipk-new__badge { position: absolute; top: -18px; left: -12px; background: var(--ipk-blue); color: var(--ipk-teal); font-family: var(--ipk-font-h); font-weight: 800; font-size: 16px; padding: 8px 26px; border-radius: 999px; }
.ipk-new ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.ipk-new li { margin: 0; }
.ipk-new a { display: flex; gap: 14px; align-items: center; color: #fff !important; text-decoration: none; }
.ipk-new__img { flex: 0 0 110px; height: 72px; border-radius: 8px; overflow: hidden; background: var(--ipk-blue); }
.ipk-new__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.ipk-new a:hover img { transform: scale(1.06); }
.ipk-new time { display: block; font-size: 10px; font-weight: 700; color: var(--ipk-teal); letter-spacing: .03em; }
.ipk-new strong { display: block; font-size: 15px; font-weight: 600; line-height: 1.25; }

/* ---------- Bandas de anunciantes ---------- */
.ipk-band--navy { background: var(--ipk-navy); position: relative; z-index: 2; margin-top: calc(-1 * var(--ipk-r)); padding-top: calc(var(--ipk-r) + 22px); }
.ipk-band--pad { margin-top: 0; padding: 40px 0; }
.ipk-band--navy .ipk-sponsors { margin-bottom: 22px; }
.ipk-sponsors { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.ipk-sponsors__track { display: flex; gap: 8px; width: max-content; animation: ipk-marquee 40s linear infinite; }
.ipk-sponsors:hover .ipk-sponsors__track { animation-play-state: paused; }
.ipk-sponsors__item { flex: 0 0 auto; width: 98px; height: 98px; border-radius: 6px; overflow: hidden; background: #fff; }
.ipk-sponsors__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ipk-sponsors--lg .ipk-sponsors__item { width: 138px; height: 138px; border-radius: 8px; }

/* ---------- Secciones genéricas ---------- */
.ipk-section { position: relative; padding: 70px 0 60px; }
.ipk-section__head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 36px; }
.ipk-section__title { font-size: clamp(40px, 6vw, 72px); font-weight: 800 !important; line-height: 1; margin: 0; letter-spacing: -.02em; }
.ipk-section__title--center { text-align: center; }
.ipk-section__title--blue { color: var(--ipk-blue) !important; }
.ipk-section__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 34px; gap: 16px; }
.ipk-section__foot--center { justify-content: center; }

/* ---------- Carrusel ---------- */
.ipk-carousel { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-padding-left: max(20px, calc((100vw - var(--ipk-wrap)) / 2 + 20px)); }
.ipk-carousel::-webkit-scrollbar { display: none; }
.ipk-carousel__track { display: flex; gap: 22px; padding: 6px max(20px, calc((100vw - var(--ipk-wrap)) / 2 + 20px)) 24px; width: max-content; }
.ipk-carousel__nav { display: flex; gap: 8px; }
.ipk-carousel__nav button { width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255,255,255,.1); color: #fff; font-size: 22px; cursor: pointer; line-height: 1; }
.ipk-carousel__nav button:hover { background: var(--ipk-blue); }

/* ---------- Noticias ---------- */
.ipk-noticias { background: var(--ipk-navy); z-index: 2; border-bottom-right-radius: var(--ipk-r); }
.ipk-noticias .ipk-section__title { color: var(--ipk-gray) !important; }
.ipk-ncard { scroll-snap-align: start; width: 280px; flex: 0 0 auto; }
.ipk-ncard--wide { width: min(540px, 82vw); }
.ipk-ncard a { display: flex; flex-direction: column; height: 100%; text-decoration: none; border-radius: 18px; overflow: hidden; background: var(--ipk-blue); transition: transform .2s, box-shadow .2s; }
.ipk-ncard a:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.ipk-ncard__img { display: block; height: 170px; overflow: hidden; }
.ipk-ncard__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ipk-ncard__body { display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: 18px 18px 22px; flex: 1; min-height: 150px; }
.ipk-ncard__title { color: #fff; font-size: 18px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.ipk-ncard--wide .ipk-ncard__title { font-size: 21px; }
.ipk .hl { color: var(--ipk-teal); }
.ipk-ncard .ipk-pill { color: rgba(255,255,255,.35); }

/* ---------- Artículos técnicos ---------- */
.ipk-tecnicos { background: var(--ipk-gray); margin-top: calc(-1 * var(--ipk-r)); padding-top: calc(var(--ipk-r) + 40px); padding-bottom: 170px; border-bottom-right-radius: var(--ipk-r); z-index: 1; }
.ipk-tecnicos .ipk-section__title { color: var(--ipk-navy) !important; margin-bottom: 40px; }
.ipk-tecnicos .ipk-section__title span { color: var(--ipk-blue); display: block; }
/* Carrusel centrado en el ancho del contenido: 4 tarjetas visibles */
.ipk-tecnicos .ipk-carousel, .ipk-noticias .ipk-carousel { width: calc(min(100%, var(--ipk-wrap)) - 40px); margin: 0 auto; padding: 0; scroll-padding-left: 0; }
.ipk-tecnicos .ipk-carousel__track, .ipk-noticias .ipk-carousel__track { padding: 6px 0 28px; }
/* Noticias: tarjeta grande (2 columnas) + tarjetas de 1 columna, en una grilla de 4 */
.ipk-noticias .ipk-ncard { width: calc((min(100vw, var(--ipk-wrap)) - 40px - 3 * 22px) / 4); min-width: 240px; }
.ipk-noticias .ipk-ncard--wide { width: calc((min(100vw, var(--ipk-wrap)) - 40px - 3 * 22px) / 2 + 22px); }
.ipk-tcard { scroll-snap-align: start; flex: 0 0 auto; width: calc((min(100vw, var(--ipk-wrap)) - 40px - 3 * 22px) / 4); min-width: 240px; }
.ipk-carousel__nav--dark { align-items: center; gap: 14px; }
.ipk-carousel__nav--dark button { background: var(--ipk-navy); }
.ipk-tcard a { display: flex; flex-direction: column; height: 100%; background: var(--ipk-navy); border-radius: 22px 22px 60px 22px; padding: 12px 12px 22px; text-decoration: none; box-shadow: 10px 12px 18px rgba(4,54,125,.18); transition: transform .2s; }
.ipk-tcard a:hover { transform: translateY(-4px); }
.ipk-tcard__img { display: block; height: 210px; border-radius: 12px; overflow: hidden; }
.ipk-tcard__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ipk-tcard__title { color: #fff; font-size: 15px; line-height: 1.35; padding: 18px 8px 16px; flex: 1; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.ipk-readmore { align-self: flex-start; margin-left: 8px; display: inline-flex; align-items: center; gap: 10px; background: var(--ipk-blue); color: #fff; border-radius: 999px; padding: 3px 3px 3px 12px; font-family: var(--ipk-font-h); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ipk-readmore i { width: 22px; height: 22px; border-radius: 50%; background: var(--ipk-teal); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 9px; }

/* ---------- Videos ---------- */
.ipk-videos { background: var(--ipk-dark); color: #fff; margin-top: -110px; padding: 0 0 60px; position: relative; }
.ipk-videos__inner { display: grid; grid-template-columns: 120px 1fr 240px; gap: 32px; align-items: end; position: relative; z-index: 2; }
.ipk-videos__label { display: flex; flex-direction: column; gap: 10px; padding-bottom: 18px; font-family: var(--ipk-font-h); font-weight: 800; color: var(--ipk-teal); letter-spacing: .02em; text-transform: uppercase; }
.ipk-videos__label .ipk-pill { color: #fff; }
.ipk-videos__main { min-width: 0; }
.ipk-yt { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; padding: 0; border-radius: 22px 22px 0 22px; overflow: hidden; background: #000; cursor: pointer; box-shadow: 0 25px 60px rgba(0,0,0,.4); }
.ipk-yt > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ipk-yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ipk-yt__play { position: absolute; left: 50%; top: 50%; width: 96px; height: 96px; margin: -48px 0 0 -48px; border-radius: 50%; background: var(--ipk-navy); box-shadow: 0 8px 30px rgba(0,0,0,.35); transition: transform .2s; }
.ipk-yt__play::after { content: ""; position: absolute; left: 38px; top: 28px; border-style: solid; border-width: 20px 0 20px 30px; border-color: transparent transparent transparent var(--ipk-teal); border-radius: 4px; }
.ipk-yt:hover .ipk-yt__play { transform: scale(1.08); }
.ipk-yt__play--sm { width: 40px; height: 40px; margin: -20px 0 0 -20px; }
.ipk-yt__play--sm::after { left: 16px; top: 12px; border-width: 8px 0 8px 12px; }
.ipk-yt__badge { position: absolute; top: 14px; right: 14px; background: var(--ipk-navy); padding: 8px 14px; border-radius: 999px; }
.ipk-videos__title { display: block; margin-top: 14px; color: #fff !important; font-family: var(--ipk-font-h); font-weight: 700; font-size: 18px; text-decoration: none; }
.ipk-videos__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.ipk-videos__list li { margin: 0; }
.ipk-videos__list a { display: block; color: #fff !important; text-decoration: none; font-size: 12px; line-height: 1.3; }
.ipk-videos__thumb { position: relative; display: block; aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; margin-bottom: 6px; }
.ipk-videos__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ipk-videos__small-title { opacity: .85; }

/* ---------- Revista ---------- */
.ipk-revista { background: linear-gradient(180deg, var(--ipk-navy) 0 58%, var(--ipk-blue) 58% 100%); color: #fff; padding: 60px 0; overflow: hidden; }
.ipk-revista__inner { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 30px; align-items: center; }
.ipk-revista__stack { position: relative; height: 420px; }
.ipk-revista__stack img { position: absolute; width: 230px; left: 20px; top: 40px; border-radius: 4px 4px 22px 4px; box-shadow: 0 10px 30px rgba(0,0,0,.35); transform-origin: bottom left; }
.ipk-revista__stack img:nth-child(1) { transform: rotate(-16deg); }
.ipk-revista__stack img:nth-child(2) { transform: rotate(-8deg); left: 40px; }
.ipk-revista__stack img:nth-child(3) { left: 70px; }
.ipk-revista__text h2 { color: #fff !important; font-size: clamp(34px, 4vw, 52px); font-weight: 800; line-height: 1.02; margin: 14px 0 20px; }
.ipk-revista__text h2 .t { color: var(--ipk-teal); display: block; }
.ipk-revista__text h2 .n { color: var(--ipk-blue); display: block; }
.ipk-revista__claim { font-family: var(--ipk-font-h); font-size: clamp(20px, 2.2vw, 28px); line-height: 1.25; margin: 150px 0 26px; }
.ipk-revista__claim .t { color: var(--ipk-teal); }
.ipk-revista__claim strong { font-weight: 800; }
.ipk-revista__cover { display: block; align-self: start; }
.ipk-revista__cover img { width: 100%; max-width: 300px; border-radius: 4px 4px 26px 4px; box-shadow: 16px 20px 40px rgba(0,0,0,.35); transition: transform .25s; }
.ipk-revista__cover:hover img { transform: translateY(-6px) rotate(1deg); }

/* ---------- Redes ---------- */
.ipk-redes { background: var(--ipk-navy); padding: 60px 0 90px; border-bottom-right-radius: var(--ipk-r); position: relative; z-index: 2; }
.ipk-redes .ipk-section__head { flex-direction: row; align-items: center; gap: 16px; }
.ipk-redes .ipk-pill svg { width: 64px; height: 30px; }
.ipk-phones { position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; }
.ipk-phones__stage { position: relative; width: 100%; height: 470px; }
.ipk-phone { position: absolute; left: 50%; top: 50%; width: 300px; display: flex; flex-direction: column; background: #0d1321; border-radius: 16px; overflow: hidden; text-decoration: none !important; color: #fff !important; box-shadow: 0 25px 50px rgba(0,0,0,.4); transition: transform .45s ease, opacity .45s, filter .45s; transform: translate(-50%, -50%) scale(.6); opacity: 0; }
.ipk-phone__bar { display: flex; align-items: center; gap: 8px; padding: 12px 14px; font-weight: 600; font-size: 13px; }
.ipk-phone__avatar { width: 26px; height: 26px; border-radius: 50%; background: var(--ipk-blue); color: var(--ipk-teal); font: 800 9px/26px var(--ipk-font-h); text-align: center; }
.ipk-phone__menu { margin-left: auto; opacity: .8; }
.ipk-phone__post { position: relative; display: block; background: var(--ipk-blue); aspect-ratio: 4 / 4.4; }
.ipk-phone__post img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ipk-phone__caption { position: absolute; left: 12px; right: 12px; bottom: 12px; background: #fff; color: var(--ipk-navy); font: 800 14px/1.2 var(--ipk-font-h); text-transform: uppercase; padding: 12px; border-radius: 4px 4px 14px 4px; }
.ipk-phone__actions { padding: 10px 14px 12px; font-size: 16px; letter-spacing: 2px; }
.ipk-phone.is-pos-0 { transform: translate(-50%, -50%) scale(1); opacity: 1; z-index: 5; }
.ipk-phone.is-pos-1 { transform: translate(calc(-50% + 190px), -50%) scale(.82); opacity: 1; z-index: 4; filter: brightness(.8); }
.ipk-phone.is-pos--1 { transform: translate(calc(-50% - 190px), -50%) scale(.82); opacity: 1; z-index: 4; filter: brightness(.8); }
.ipk-phone.is-pos-2 { transform: translate(calc(-50% + 340px), -50%) scale(.68); opacity: 1; z-index: 3; filter: brightness(.6); }
.ipk-phone.is-pos--2 { transform: translate(calc(-50% - 340px), -50%) scale(.68); opacity: 1; z-index: 3; filter: brightness(.6); }
.ipk-phones__arrow { position: absolute; top: 50%; z-index: 10; width: 48px; height: 48px; margin-top: -24px; border-radius: 50%; border: 2px solid var(--ipk-blue); background: rgba(4,54,125,.8); color: var(--ipk-blue); font-size: 16px; cursor: pointer; }
.ipk-phones__arrow:hover { background: var(--ipk-blue); color: #fff; }
.ipk-phones__arrow--prev { left: 0; }
.ipk-phones__arrow--next { right: 0; }
.ipk-social--big a { width: 42px; height: 42px; background: var(--ipk-blue); }
.ipk-social--big svg { width: 20px; height: 20px; }

/* ---------- Newsletter ---------- */
.ipk-newsletter { position: relative; z-index: 1; margin-top: calc(-1 * var(--ipk-r)); padding: calc(var(--ipk-r) + 50px) 0 60px; background: #3a2c24 var(--bg) center/cover no-repeat; border-bottom-right-radius: var(--ipk-r); }
.ipk-newsletter::before { content: ""; position: absolute; inset: 0; background: rgba(40, 26, 18, .55); border-bottom-right-radius: inherit; }
.ipk-newsletter__inner { position: relative; display: grid; grid-template-columns: auto 1fr 300px; gap: 50px; align-items: center; }
.ipk-newsletter__title h2 { color: #fff !important; font-size: clamp(46px, 6vw, 72px); font-weight: 800; line-height: .92; text-transform: uppercase; margin: 10px 0 6px; }
.ipk-newsletter__title p { color: #fff; font-family: var(--ipk-font-h); font-size: 21px; line-height: 1.05; margin: 0; }
.ipk-newsletter__icon { width: 26px; height: auto; }
.ipk-newsletter__form { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.ipk-newsletter__form input[type="email"] { width: 100%; max-width: 440px; padding: 16px 16px; border-radius: 10px; border: 0; background: #fff; font-size: 17px; color: var(--ipk-ink); }
.ipk-newsletter__msg { margin: 0; color: #fff; background: rgba(0,0,0,.4); padding: 6px 12px; border-radius: 6px; }
.ipk-newsletter__msg.is-ok { background: var(--ipk-teal); color: var(--ipk-navy); font-weight: 700; }
.ipk-newsletter__pig { width: 100%; margin-bottom: -70px; filter: drop-shadow(0 10px 20px rgba(0,0,0,.35)); }

/* ---------- Anunciantes destacados ---------- */
.ipk-featured-ads { background: var(--ipk-gray); padding: 70px 0; border-bottom-right-radius: var(--ipk-r); position: relative; z-index: 1; }
.ipk-featured-ads__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ipk-featured-ads__item { border-radius: 18px; overflow: hidden; aspect-ratio: 1; background: #fff; }
.ipk-featured-ads__item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ==========================================================================
   Pie
   ========================================================================== */
.ipk .site-footer { background: var(--ipk-navy); }
.ipk-footer { position: relative; background: var(--ipk-navy); color: #fff; padding: 60px 0 24px; overflow: hidden; }
.ipk-home .ipk-footer { margin-top: calc(-1 * var(--ipk-r)); padding-top: calc(var(--ipk-r) + 50px); }
.ipk-home .site-footer, .ipk-home .ipk-main + * { position: relative; }
.ipk-footer__ring { position: absolute; right: -40px; bottom: -50px; width: 220px; opacity: .95; pointer-events: none; }
.ipk-footer__inner { position: relative; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.ipk-footer__col { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.ipk-footer__title { color: #fff !important; font-size: 17px !important; font-weight: 800; text-transform: uppercase; margin: 0 0 8px; }
.ipk-footer a { color: #fff !important; text-decoration: none; font-size: 14px; }
.ipk-footer a:hover { color: var(--ipk-teal) !important; }
.ipk-footer__brand { margin-top: 36px; }
.ipk-footer__menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.ipk-footer__menu li { margin: 0; }
.ipk-social--footer a { width: 36px; height: 36px; }
.ipk-social--footer svg { width: 17px; height: 17px; }
.ipk-footer__legal { position: relative; margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: rgba(255,255,255,.65); }

/* ==========================================================================
   Páginas internas (entradas, archivos, búsqueda)
   ========================================================================== */
.ipk:not(.ipk-home) .site-content { padding-top: 40px; padding-bottom: 60px; }
.ipk .inside-article, .ipk .page-header, .ipk .comments-area, .ipk .widget { border-radius: 16px; }
.ipk .entry-title, .ipk .page-title { font-weight: 800; letter-spacing: -.01em; }
.ipk .entry-title a { color: var(--ipk-navy); }
.ipk .entry-title a:hover { color: var(--ipk-blue); }
.ipk .entry-meta { color: #6b7690; font-size: 13px; }
.ipk .entry-meta a { color: var(--ipk-blue); }
.ipk .cat-links a, .ipk .tags-links a { display: inline-block; background: var(--ipk-gray); color: var(--ipk-navy); padding: 2px 10px; border-radius: 999px; font-size: 12px; margin: 2px; text-decoration: none; }
.ipk .entry-content a { text-decoration: underline; text-decoration-color: rgba(23,83,190,.35); }
.ipk .post-image img, .ipk .featured-image img { border-radius: 14px; }
.ipk .page-header { background: var(--ipk-navy); color: #fff; padding: 30px 40px; margin-bottom: 20px; }
.ipk .page-header .page-title { color: #fff; }
.ipk .page-header .taxonomy-description { color: rgba(255,255,255,.8); }
.ipk .widget-title { color: var(--ipk-navy); font-family: var(--ipk-font-h); font-weight: 800; }
.ipk button:not(.ipk-icon-btn):not(.ipk-burger):not(.ipk-yt):not([data-ipk-scroll]):not(.ipk-phones__arrow):not(.ipk-search button), .ipk input[type="submit"] { background: var(--ipk-blue); border-radius: 999px; }
.ipk .paging-navigation a, .ipk .nav-links a { color: var(--ipk-blue); }
.ipk .nav-links .current { background: var(--ipk-navy); color: #fff; border-radius: 6px; padding: 2px 8px; }

/* Archivos en grilla de tarjetas */
.ipk.archive .site-main, .ipk.blog .site-main, .ipk.search .site-main { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.ipk.archive .site-main > .page-header, .ipk.search .site-main > .page-header, .ipk.archive .site-main > .paging-navigation, .ipk.blog .site-main > .paging-navigation, .ipk.search .site-main > .paging-navigation, .ipk.archive .site-main > nav, .ipk.search .site-main > nav, .ipk.blog .site-main > nav { grid-column: 1 / -1; }
.ipk.archive .site-main > article, .ipk.blog .site-main > article, .ipk.search .site-main > article { margin: 0; }
.ipk.archive .inside-article, .ipk.blog .inside-article, .ipk.search .inside-article { height: 100%; display: flex; flex-direction: column; padding: 0 0 20px; overflow: hidden; box-shadow: 0 6px 20px rgba(4,54,125,.06); }
.ipk.archive .post-image, .ipk.blog .post-image, .ipk.search .post-image { order: -1; margin: 0 0 14px !important; }
.ipk.archive .post-image img, .ipk.blog .post-image img, .ipk.search .post-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 0; }
.ipk.archive .entry-header, .ipk.archive .entry-summary, .ipk.archive footer.entry-meta,
.ipk.blog .entry-header, .ipk.blog .entry-summary, .ipk.blog footer.entry-meta,
.ipk.search .entry-header, .ipk.search .entry-summary, .ipk.search footer.entry-meta { padding: 0 20px; }
.ipk.archive .entry-title, .ipk.blog .entry-title, .ipk.search .entry-title { font-size: 19px; line-height: 1.3; }
.ipk.archive .entry-summary, .ipk.blog .entry-summary, .ipk.search .entry-summary { font-size: 14px; color: #4b5570; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1240px) {
	.ipk-menu a { padding: 20px 6px; font-size: 11.5px; }
	.ipk-search input[type="search"] { width: 80px; }
}
@media (max-width: 1080px) {
	.ipk-videos__inner { grid-template-columns: 1fr 220px; }
	.ipk-videos__label { grid-column: 1 / -1; flex-direction: row; align-items: center; padding: 0; }
	.ipk-revista__inner { grid-template-columns: 1fr 1fr; }
	.ipk-revista__stack { display: none; }
}
@media (max-width: 980px) {
	.ipk-burger { display: block; }
	.ipk-header__inner { flex-wrap: wrap; }
	.ipk-home .ipk-header__brand { display: inline-flex; }
	.ipk-nav { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; padding-bottom: 14px; }
	.ipk-nav.is-open { display: flex; }
	.ipk-menu { flex-direction: column; flex-wrap: wrap; }
	.ipk-menu a { white-space: normal; }
	.ipk-menu a { padding: 12px 6px; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
	.ipk-menu .sub-menu { position: static; display: block; box-shadow: none; background: transparent; padding-left: 14px; }
	.ipk-search input[type="search"] { width: 100%; }
	.ipk-home .ipk-header { background: rgba(4, 30, 70, .92); }
	.ipk-topbar__tools .ipk-social, .ipk-topbar__tools [data-ipk-prev], .ipk-topbar__tools [data-ipk-next] { display: none; }
	.ipk-hero { padding: 120px 0 70px; }
	.ipk-hero__inner { grid-template-columns: 1fr; }
	.ipk-new { margin-top: 20px; }
	.ipk-videos { margin-top: -80px; }
	.ipk-videos__inner { grid-template-columns: 1fr; }
	.ipk-videos__list { grid-template-columns: repeat(3, 1fr); }
	.ipk-revista__inner { grid-template-columns: 1fr; text-align: left; }
	.ipk-revista { background: linear-gradient(180deg, var(--ipk-navy) 0 50%, var(--ipk-blue) 50% 100%); }
	.ipk-revista__claim { margin-top: 20px; }
	.ipk-revista__cover { order: -1; }
	.ipk-revista__cover img { max-width: 220px; }
	.ipk-newsletter__inner { grid-template-columns: 1fr; gap: 26px; }
	.ipk-newsletter__pig { width: 220px; justify-self: end; margin-bottom: -60px; }
	.ipk-featured-ads__grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
	.ipk-footer__inner { grid-template-columns: 1fr; gap: 30px; }
	.ipk-phone.is-pos-2, .ipk-phone.is-pos--2 { opacity: 0; }
	.ipk-phone.is-pos-1 { transform: translate(calc(-50% + 130px), -50%) scale(.75); }
	.ipk-phone.is-pos--1 { transform: translate(calc(-50% - 130px), -50%) scale(.75); }
}
@media (max-width: 560px) {
	.ipk-videos__list { grid-template-columns: repeat(2, 1fr); }
	.ipk-noticias .ipk-ncard, .ipk-noticias .ipk-ncard--wide { width: 78vw; min-width: 0; }
	.ipk-tcard { width: 76vw; min-width: 0; }
	.ipk-phone { width: 240px; }
	.ipk-phones__stage { height: 420px; }
	.ipk-featured-ads__grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
	.ipk-section__foot { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
	.ipk-prices__track, .ipk-sponsors__track { animation: none; }
	.ipk-phone, .ipk-topbar__ticker a { transition: none; }
}

/* Opciones del panel */
.ipk-band--first { margin-top: 0; padding-top: 130px; }
.ipk-revista__claim strong { color: var(--ipk-teal); }
