/* Páginas de sitelinks: extensão minimalista da Home PINUT. */
.sitelink-main {
	min-height: 100vh;
	padding: 64px max(24px, calc((100vw - var(--side) - var(--max)) / 2 + 24px));
	background: #f5f6f7;
}
.sitelink-hero {
	max-width: 760px;
	padding: 48px 0 40px;
}
.sitelink-kicker {
	margin: 0 0 12px;
	color: #249d05;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.sitelink-hero h1 {
	margin: 0;
	font-size: clamp(44px, 7vw, 84px);
	line-height: .96;
	letter-spacing: -.055em;
}
.sitelink-intro {
	max-width: 640px;
	margin: 22px 0 0;
	color: #52606a;
	font-size: 16px;
	line-height: 1.75;
}
.sitelink-section {
	margin: 0 0 56px;
}
.sitelink-section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}
.sitelink-section h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 38px);
	letter-spacing: -.035em;
}
.sitelink-section-header p {
	max-width: 480px;
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.6;
}
.genre-grid,
.product-grid,
.support-grid,
.account-grid,
.order-grid {
	display: grid;
	gap: 14px;
}
.genre-grid {
	grid-template-columns: repeat(3, 1fr);
}
.genre-card,
.product-card,
.panel,
.faq-list details {
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(18, 24, 30, .07);
}
.genre-card {
	display: flex;
	min-height: 180px;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px;
	transition: transform .2s ease, border-color .2s ease;
}
.genre-card:hover {
	transform: translateY(-3px);
	border-color: #45f20d;
}
.genre-card strong {
	font-size: 22px;
	letter-spacing: -.025em;
}
.genre-card p {
	margin: 28px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.6;
}
.product-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}
.product-toolbar label {
	font-size: 12px;
	font-weight: 700;
}
.product-toolbar select {
	margin-left: 8px;
	padding: 10px 34px 10px 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	color: var(--text);
	font: inherit;
}
.product-count {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
}
.product-grid {
	grid-template-columns: repeat(3, 1fr);
}
.product-card {
	overflow: hidden;
}
.product-card a {
	display: block;
}
.product-media {
	aspect-ratio: 460 / 215;
	background: #12191f center / cover no-repeat;
}
.product-copy {
	padding: 18px;
}
.product-copy h2 {
	margin: 0;
	font-size: 17px;
	letter-spacing: -.02em;
}
.product-copy p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 11px;
}
.product-copy strong {
	display: block;
	margin-top: 18px;
	font-size: 15px;
}
.pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}
.pagination button {
	min-width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	color: var(--text);
	cursor: pointer;
}
.pagination button[aria-current="page"] {
	border-color: #45f20d;
	background: #45f20d;
	color: #071006;
	font-weight: 800;
}
.support-grid,
.account-grid {
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
}
.panel {
	padding: clamp(24px, 4vw, 42px);
}
.panel h2 {
	margin: 0 0 10px;
	font-size: 26px;
}
.panel > p {
	margin: 0 0 28px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.7;
}
.field {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}
.field label {
	font-size: 11px;
	font-weight: 800;
}
.field input,
.field select,
.field textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid #ccd3d8;
	border-radius: 8px;
	background: #fff;
	color: var(--text);
	font: inherit;
}
.field textarea {
	min-height: 150px;
	resize: vertical;
}
.primary-action,
.secondary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 8px;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}
.primary-action {
	border: 0;
	background: #45f20d;
	color: #071006;
}
.secondary-action {
	border: 1px solid #ccd3d8;
	background: #fff;
	color: var(--text);
}
.form-note {
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.6;
}
.faq-list {
	display: grid;
	gap: 10px;
}
.faq-list details {
	padding: 0 22px;
}
.faq-list summary {
	padding: 20px 0;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}
.faq-list p {
	margin: -4px 0 22px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.7;
}
.account-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
}
.account-tabs a {
	padding: 9px 14px;
	border-radius: 999px;
	background: #eef1f3;
	font-size: 11px;
	font-weight: 700;
}
.account-tabs a[aria-current="page"] {
	background: #12191f;
	color: #fff;
}
.order-grid {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 24px;
}
.order-stat {
	padding: 20px;
	border-radius: 10px;
	background: #f4f6f7;
}
.order-stat strong,
.order-stat span {
	display: block;
}
.order-stat strong {
	font-size: 28px;
}
.order-stat span {
	margin-top: 5px;
	color: var(--muted);
	font-size: 10px;
}
.empty-state {
	margin-top: 18px;
	padding: 24px;
	border: 1px dashed #ccd3d8;
	border-radius: 10px;
}
.empty-state h3 {
	margin: 0 0 8px;
	font-size: 16px;
}
.empty-state p {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.6;
}
@media (max-width: 980px) {
	.genre-grid,
	.product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.support-grid,
	.account-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 760px) {
	.sitelink-main {
		padding-top: 72px;
	}
	.sitelink-section-header,
	.product-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}
}
@media (max-width: 560px) {
	.genre-grid,
	.product-grid,
	.order-grid {
		grid-template-columns: 1fr;
	}
	.sitelink-hero {
		padding-top: 34px;
	}
}
.breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #66737c;
	font-size: 10px;
	font-weight: 700;
}
.breadcrumb a {
	color: #249d05;
}
.breadcrumb span::before {
	content: '/';
	margin-right: 10px;
	color: #a4adb3;
}
/* Renderização progressiva abaixo da dobra. */
.sitelink-section,
.support-grid,
.account-grid {
	content-visibility: auto;
	contain-intrinsic-size: 1px 640px;
}