.entry-title a:hover {
	color: #ffe4e6;
}

#masthead {
	display: none;
}

.entry-title {
	display: flex;
	justify-content: center;
}

.entry-title {
	background: linear-gradient(to bottom,
		#ffffff 0%,
		#ffe4e6 40%,
		#940808 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-decoration: none;
}

p {
	color: white;
}

.site-title {
	color: white;
}

a {
	color: #940808;
	text-decoration: none;
}

.wrap {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 24px;
	color: white;
}

.nav {
	position: sticky;
	top: 0;
	background: rgba(18,18,18,.8);
	border-bottom: 1px solid var(--charcoal);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	height: 90px;
}

.brand img {
	height: 160px;
	width: auto;
	object-fit: contain;
}

@media (max-width: 768px) {
    body .sgy {
        max-width: 90% !important;
    }
}

.main-menu {
	display: flex ;
	gap: 18px;
	flex-wrap: wrap;
	margin-right: 16px;
	justify-content: center;
	align-items: center;
}

.main-menu a {
	color: #9ca3af;
}

.main-menu a:hover {
	color: white !important;
}

.hero {
	padding: 96px 0;
	background: radial-gradient(80% 80% at 50% 15%, rgba(148,8,8,.14), transparent 60%);
	text-align: center;
}

.hero img {
	height: 100px;
	width: auto;
	margin-bottom: 20px;
}

.hero h1 {
	font-size: 46px;
	line-height: 1.05;
	margin: 0 0 10px;
	color: #ffe4e6;
}

.hero p {
	margin: 0 auto;
	max-width: 800px;
	color: #9ca3af;
	font-size: 18px;
}

.cta {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 18px;
}

.btn {
	display: inline-block;
	padding: 12px 18px;
	border-radius: 12px;
	border: 1px solid var(--brand);
	font-weight: 700;
	transition: .2s ease;
}

.btn.primary {
	background: #940808;
	color: #fff;
	border-color: transparent;
}

.btn.primary:hover {
	filter: brightness(.92);
}

.btn.ghost {
	color: #940808;
	background: transparent;
}

.btn.ghost:hover {
	background: rgba(148,8,8,.1);
}

.section {
	padding: 64px 0;
	border-top: 1px solid #2a2a2a;
}

.grid {
	display: grid;
	gap: 20px;
}

.grid-2 {
	grid-template-columns: repeat(2,minmax(0,1fr));
}

.grid-3 {
	grid-template-columns: repeat(3,minmax(0,1fr));
}

.grid-4 {
	grid-template-columns: repeat(4,minmax(0,1fr));
}

.card {
	background: linear-gradient(180deg,var(--card),var(--card2));
	border: 1px solid #2a2a2a;
	border-radius: 16px;
	padding: 20px;
}

.card h1,
.card h2,
.card h3 {
	margin: 0 0 12px;
	line-height: 1.2;
	max-width: 100%;
	word-break: break-word;
}

.h2 {
	margin: 0 0 10px;
	color: #940808;
}

.muted {
	color: #9ca3af;
}

.list {
	padding-left: 20px;
	margin: 8px 0 0;
}

.list li {
	margin: 6px 0;
}

.pill {
	display: inline-block;
	border: 1px solid var(--charcoal);
	padding: 8px 12px;
	border-radius: 999px;
	background: #171717;
	color: #ffffff;
	font-size: 14px;
}

.kpis {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.kpi {
	background: #ffe4e6;
	border: 1px solid #2a2a2a;
	border-radius: 12px;
	padding: 12px 14px;
	color: black;
}

.badge {
	display: inline-block;
	background: rgba(148,8,8,.12);
	border: 1px solid rgba(148,8,8,.38);
	color: #fecaca;
	font-weight: 700;
	padding: 6px 10px;
	border-radius: 999px;
	margin-bottom: 20px;
}

.entry-footer {
	padding: 28px 0;
	border-top: 1px solid #2a2a2a;
	font-size: 14px;
	color: #9ca3af;
}

@media (max-width:1000px) {
	.grid-4 {
		grid-template-columns: repeat(2,1fr);
	}
	
	.grid-3 {
		grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width:720px) {
	.grid-3,.grid-2 {
		grid-template-columns: 1fr;
	}
	
	.hero {
		padding: 72px 0;
	}
	
	.hero h1 {
		font-size: 32px;
	}
	
	.hero img {
		height: 70px;
	}
}

#quienes,
#servicios,
#valor,
#entregables,
#clientes,
#contacto {
	scroll-margin-top: 90px;
}

html {
	scroll-behavior: smooth;
}

body,
.wp-site-blocks {
	background: radial-gradient(80% 50% at 50% 0%,
      rgba(148, 8, 8, 0.12),
      rgba(18, 18, 18, 0) 60%), linear-gradient(to bottom,
      #121212 0%,
      #121212 100%);
}

/* Quitar límite de ancho SOLO para la landing */
.sgy,
.sgy .default-max-width,
.sgy .entry-content > *,
.sgy .wrap {
	max-width: 80% !important;
}

/* Evitar márgenes forzados del theme */
.sgy .entry-content > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.logos {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin: 10px;
}

.logos img {
	width: 120px;
/* tamaño del logo */
	height: 120px;
	object-fit: contain;
/* no deforma la imagen */
	border-radius: 50%;
/* circular */
	background: #fff;
/* fondo blanco por si el logo es PNG */
	padding: 10px;
/* aire interno */
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.logos img:hover {
	transform: scale(1.05);
	transition: .2s;
}

@media (max-width: 992px) {
	.nav-inner {
		height: auto;
		flex-direction: row;
		gap: 100px;
	
		padding: 0px 0;
	}
	
	.main-menu {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-right: 0;
	}
}
.menu-toggle {
  display: none;
}
@media (max-width: 992px) {

  .menu-toggle {
    display: block;
		margin-left: auto;
  }

  .main-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(18,18,18,.98);
    flex-direction: column;
    padding: 20px 0;
  }

  .main-menu.active {
    display: flex;
  }

  .main-menu a {
    padding: 10px 0;
  }

}
