.cg-home-hero {
	--cg-home-accent: #b4202a;
	--cg-home-bg: #f8f8f8;
	--cg-home-card-border: #e5e5e5;
	--cg-home-text: #1b1b1b;
	--cg-home-muted: #666666;
	--cg-home-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	--cg-home-radius: 16px;
	font-family: "Inter", sans-serif;
	background: var(--cg-home-bg);
	color: var(--cg-home-text);
	display: block;
	overflow: hidden;
}

.cg-home-hero,
.cg-home-hero *,
.cg-home-hero *::before,
.cg-home-hero *::after {
	box-sizing: border-box;
}

.cg-home-hero a {
	text-decoration: none;
	color: inherit;
}

.cg-home-hero figure,
.cg-home-hero h2,
.cg-home-hero h3,
.cg-home-hero h4,
.cg-home-hero p,
.cg-home-hero span,
.cg-home-hero small {
	margin: 0;
}

.cg-home-hero img {
	max-width: 100%;
	height: auto;
	display: block;
}

.cg-home-hero .cg-home-hero__featured-link,
.cg-home-hero .cg-home-hero__item-link,
.cg-home-hero .cg-home-hero__item-img {
	display: block;
}

.cg-home-hero__top-line {
	height: 6px;
	background: linear-gradient(
		90deg,
		var(--cg-home-accent) 0%,
		rgba(180, 32, 42, 0.55) 58%,
		rgba(180, 32, 42, 0.12) 78%,
		transparent 100%
	);
}

.cg-home-hero__hero-wrap {
	padding: 15px 24px 10px;
	display: flex;
	justify-content: center;
}

.cg-home-hero__grid {
	display: grid;
	grid-template-columns: 64% 36%;
	gap: 24px;
	max-width: 1280px;
	margin: 0 auto;
	align-items: start;
	width: 100%;
}

.cg-home-hero__main-group {
	background: #ffffff;
	padding: 20px;
	border-radius: var(--cg-home-radius);
	border: 1px solid var(--cg-home-card-border);
	box-shadow: var(--cg-home-shadow);
	min-width: 0;
}

.cg-home-hero__thumb {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	/* 16:9 equilibra melhor fotos editoriais do que 21:9 (menos faixa “cinemática” e corte vertical). */
	aspect-ratio: 16 / 9;
	min-height: 272px;
	margin-bottom: 20px;
	background: #ececec;
}

.cg-home-hero__thumb img,
.cg-home-hero__thumb-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cg-home-hero__thumb img {
	border-radius: 12px;
}

.cg-home-hero__thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent 60%);
	z-index: 1;
}

.cg-home-hero__text {
	position: absolute;
	right: 24px;
	bottom: 20px;
	left: 24px;
	color: #ffffff;
	z-index: 2;
	pointer-events: none;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cg-home-hero__pill {
	display: inline-block;
	background: var(--cg-home-accent);
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 4px 8px;
}

.cg-home-hero__magazine-pill {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--cg-home-accent);
	background: rgba(180, 32, 42, 0.08);
	border: 1px solid rgba(180, 32, 42, 0.28);
	border-radius: 999px;
	padding: 6px 12px;
}

.cg-home-hero__text h2 {
	font-family: "DM Sans", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.01em;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin: 8px 0 0;
}

.cg-home-hero__bullets {
	display: flex;
	flex-direction: column;
	padding: 0 5px;
}

.cg-home-hero__bullets-label {
	font-size: 13px;
	font-weight: 900;
	color: var(--cg-home-accent);
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cg-home-hero__bullets-label::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #f0f0f0;
}

.cg-home-hero__bullet-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #f5f5f5;
}

.cg-home-hero__bullet-item:last-child {
	border-bottom: 0;
}

.cg-home-hero__bullet-dot {
	width: 6px;
	height: 6px;
	background: var(--cg-home-accent);
	border-radius: 50%;
	flex-shrink: 0;
}

.cg-home-hero__bullet-item h4 {
	font-size: 14px;
	font-weight: 500;
	color: #2b2b2b;
	line-height: 1.42;
	margin: 0;
}

.cg-home-hero__side {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	align-items: stretch;
}

.cg-home-hero__magazine {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	padding: 22px 24px 24px;
	gap: 22px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 2px 8px rgba(0, 0, 0, 0.035),
		0 16px 40px -16px rgba(20, 20, 20, 0.09);
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.cg-home-hero__magazine:hover {
	border-color: rgba(0, 0, 0, 0.12);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 4px 12px rgba(0, 0, 0, 0.045),
		0 20px 48px -18px rgba(20, 20, 20, 0.11);
}

.cg-home-hero__magazine-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 11px;
	flex-shrink: 0;
	padding: 4px 8px 4px 0;
}

.cg-home-hero__magazine-info {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
	gap: 14px;
	padding: 16px 18px 18px;
	background: rgba(27, 27, 27, 0.028);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 11px;
}

.cg-home-hero__magazine img {
	width: 108px;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.05),
		0 10px 28px rgba(0, 0, 0, 0.12);
}

.cg-home-hero__magazine-title {
	font-family: "DM Sans", "Inter", system-ui, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.32;
	letter-spacing: -0.03em;
	color: #121212;
	display: block;
	margin: 0;
}

.cg-home-hero__magazine-info p {
	font-family: "Inter", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.58;
	letter-spacing: 0.01em;
	color: #4a4a4a;
	margin: 0;
}

.cg-home-hero__magazine-link {
	font-family: "Inter", system-ui, sans-serif;
	color: var(--cg-home-accent) !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	text-transform: none !important;
	letter-spacing: 0.01em !important;
	display: inline-block;
	align-self: flex-start;
	margin-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(180, 32, 42, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.cg-home-hero .cg-home-hero__magazine-link:link,
.cg-home-hero .cg-home-hero__magazine-link:visited,
.cg-home-hero .cg-home-hero__magazine-link:active,
.cg-home-hero .cg-home-hero__magazine-link:focus {
	color: var(--cg-home-accent) !important;
	text-decoration: none !important;
}

.cg-home-hero .cg-home-hero__magazine-link:hover {
	color: #8f1f28 !important;
	border-bottom-color: var(--cg-home-accent) !important;
	text-decoration: none !important;
}

.cg-home-hero__adblock {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	overflow: visible;
}

.cg-home-hero__adbox {
	width: 100%;
	background: transparent;
	border-radius: 0;
	border: 0;
	overflow: visible;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	box-shadow: none;
	padding-top: 0;
}

.cg-home-hero__adbox > * {
	width: 100%;
	max-width: 100%;
}

.cg-home-hero__bottom {
	background: #ffffff;
	padding: 15px 24px 40px;
	margin-top: 0;
}

.cg-home-hero__bottom-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.cg-home-hero__bottom-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 32px;
}

.cg-home-hero__bottom-header h3 {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	color: var(--cg-home-accent);
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.cg-home-hero__icon {
	width: 10px;
	height: 10px;
	background: var(--cg-home-accent);
	border-radius: 50%;
	display: inline-block;
}

.cg-home-hero__bottom-line {
	flex: 1;
	height: 2px;
	background: linear-gradient(to right, var(--cg-home-accent), rgba(180, 32, 42, 0));
	border-radius: 2px;
}

.cg-home-hero__see-all-btn {
	font-family: "DM Sans", sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: var(--cg-home-accent);
	text-transform: uppercase;
	border: 1px solid var(--cg-home-accent);
	padding: 6px 14px;
	border-radius: 20px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.cg-home-hero__see-all-btn:hover {
	background: var(--cg-home-accent);
	color: #ffffff;
}

.cg-home-hero .cg-home-hero__see-all-btn:link,
.cg-home-hero .cg-home-hero__see-all-btn:visited,
.cg-home-hero .cg-home-hero__see-all-btn:active,
.cg-home-hero .cg-home-hero__see-all-btn:focus {
	color: var(--cg-home-accent);
	text-decoration: none;
}

.cg-home-hero .cg-home-hero__see-all-btn:hover {
	color: #ffffff;
}

.cg-home-hero__news-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	width: 100%;
}

.cg-home-hero__item {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	display: block;
	transition: all 0.3s ease;
	min-width: 0;
}

.cg-home-hero__item-img {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	background: #ececec;
}

.cg-home-hero__item-img img,
.cg-home-hero__item-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 0;
	background: #ececec;
}

.cg-home-hero__item-text {
	padding: 12px 15px;
	min-width: 0;
}

.cg-home-hero__item-text span {
	color: var(--cg-home-accent);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 5px;
	display: block;
}

.cg-home-hero__item-text h4 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.38;
	color: #222222;
	margin: 0;
	overflow-wrap: anywhere;
}

.cg-home-hero__meta-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}

.cg-home-hero__date {
	font-size: 10.5px;
	color: #888888;
	font-weight: 400;
}

.cg-home-hero__share-btn {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999 !important;
	transition: color 0.3s ease;
}

.cg-home-hero__share-btn:hover {
	color: var(--cg-home-accent) !important;
	background: transparent !important;
}

.cg-home-hero__share-btn svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.cg-home-hero .cg-home-hero__share-btn,
.cg-home-hero .cg-home-hero__share-btn:hover,
.cg-home-hero .cg-home-hero__share-btn:focus,
.cg-home-hero .cg-home-hero__share-btn:active {
	text-decoration: none !important;
}

.cg-home-hero__empty {
	padding: 24px;
	border: 1px dashed #d8d8d8;
	border-radius: 12px;
	color: var(--cg-home-muted);
	background: #ffffff;
}

.cg-home-hero__empty--bullets {
	padding: 12px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

@media (min-width: 769px) {
	.cg-home-hero__hero-wrap {
		padding: 18px 44px 14px 28px;
	}

	.cg-home-hero__bottom {
		padding: 18px 44px 40px 28px;
	}

	.cg-home-hero__side {
		align-self: stretch;
		justify-content: center;
		gap: 16px;
		padding-right: 8px;
	}

	.cg-home-hero__magazine {
		flex: 0 0 auto;
	}

	.cg-home-hero__adblock {
		flex: 0 0 auto;
		align-items: center;
		max-width: 100%;
	}

	.cg-home-hero__thumb {
		margin-bottom: 28px;
	}

	.cg-home-hero__bullets {
		padding: 10px 5px 0;
	}
}

@media (max-width: 768px) {
	.cg-home-hero__grid {
		display: flex;
		flex-direction: column;
		width: 92% !important;
		margin: 0 auto !important;
	}

	.cg-home-hero__hero-wrap {
		padding: 15px 0 10px !important;
	}

	.cg-home-hero__bottom {
		padding: 10px 0 30px !important;
	}

	.cg-home-hero__bottom-inner,
	.cg-home-hero__side {
		width: 92% !important;
		margin: 0 auto !important;
	}

	.cg-home-hero__bottom-header {
		gap: 10px;
		margin-bottom: 20px;
	}

	.cg-home-hero__bottom-header h3 {
		font-size: 18px;
	}

	.cg-home-hero__see-all-btn {
		font-size: 10px;
		padding: 4px 10px;
	}

	.cg-home-hero__main-group {
		padding: 24px 20px !important;
		width: 100% !important;
		border-radius: 12px !important;
		overflow: hidden !important;
	}

	.cg-home-hero__thumb {
		width: calc(100% + 40px) !important;
		max-width: none !important;
		margin-top: -24px !important;
		margin-right: -20px !important;
		margin-bottom: 20px !important;
		margin-left: -20px !important;
		min-height: 280px !important;
		aspect-ratio: 16/9;
		border-radius: 0 !important;
	}

	.cg-home-hero__text h2 {
		font-size: 21px !important;
		line-height: 1.28 !important;
	}

	.cg-home-hero__bullets {
		padding-top: 6px;
	}

	.cg-home-hero__pill {
		font-size: 9px !important;
		padding: 3px 6px !important;
	}

	.cg-home-hero__magazine {
		order: 2;
		width: 100% !important;
		border-radius: 14px !important;
		padding: 20px 16px 22px !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 18px !important;
	}

	.cg-home-hero__magazine-left {
		flex-direction: column !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: 10px !important;
		width: 100% !important;
		padding: 0 !important;
	}

	.cg-home-hero__magazine img {
		width: min(148px, 46vw) !important;
		max-width: 160px;
	}

	.cg-home-hero__magazine-info {
		width: 100% !important;
		flex: none !important;
		padding: 16px 14px 18px !important;
		gap: 12px !important;
	}

	.cg-home-hero__magazine-title {
		font-size: 1.05rem !important;
		text-align: left;
	}

	.cg-home-hero__magazine-info p {
		font-size: 14px !important;
		text-align: left;
	}

	.cg-home-hero__magazine-link {
		align-self: flex-start !important;
	}

	.cg-home-hero__adblock {
		order: 1;
		margin-bottom: 20px;
		width: 100% !important;
	}

	.cg-home-hero__news-list {
		grid-template-columns: 1fr !important;
		gap: 15px !important;
	}

	.cg-home-hero__item {
		display: flex !important;
		flex-direction: row !important;
		align-items: stretch !important;
		border: 1px solid #eeeeee !important;
		border-bottom: 1px solid #e0e0e0 !important;
		min-height: 105px;
		border-radius: 8px !important;
		overflow: hidden !important;
	}

	.cg-home-hero__item-img {
		width: 125px !important;
		min-width: 125px !important;
		flex-shrink: 0;
		height: auto !important;
		aspect-ratio: auto !important;
		border-radius: 0 !important;
	}

	.cg-home-hero__item-img img,
	.cg-home-hero__item-placeholder {
		position: static !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		border-radius: 0 !important;
	}

	.cg-home-hero__item-text {
		padding: 12px 14px !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-grow: 1;
	}

	.cg-home-hero__item-text h4 {
		font-size: 14px !important;
		line-height: 1.35 !important;
	}

	.cg-home-hero__item-text span {
		margin-bottom: 4px !important;
	}

	.cg-home-hero__meta-row {
		margin-top: auto !important;
	}

	.cg-home-hero__date {
		font-size: 10px !important;
	}
}
