/**
 * ==========================================
 * GSTORE - PAGINA: SOBRE NOS
 * ==========================================
 * Pagina institucional com foco em confianca, compra legal e SEO.
 */

.wp-site-blocks > .wp-block-group.Gstore-about-shell,
.wp-site-blocks > main.Gstore-about-shell,
main.Gstore-about-shell,
.wp-block-group.Gstore-about-shell {
	background: #ffffff !important;
	color: var(--gstore-color-text-primary, #111827);
	padding: clamp(32px, 4vw, 72px) clamp(18px, 5vw, 48px);
	min-height: 100vh;
}

.Gstore-about-shell .wp-block-post-content,
.Gstore-about-shell .is-layout-constrained,
.Gstore-about-shell .wp-block-group.is-layout-constrained,
main.Gstore-about-shell .wp-block-post-content,
main.Gstore-about-shell .is-layout-constrained,
main.Gstore-about-shell .wp-block-group.is-layout-constrained {
	margin: 0 !important;
	padding: 0 !important;
}

.Gstore-about-container {
	width: min(100%, 1280px) !important;
	max-width: 1280px !important;
	margin: 0 auto !important;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.Gstore-about-container a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.Gstore-about-container .Gstore-btn--secondary {
	color: var(--gstore-color-text-primary, #111827) !important;
	border-color: var(--gstore-color-border, #e5e7eb);
}

.Gstore-about-container .Gstore-btn--secondary:hover {
	color: var(--gstore-color-accent, #b5a642) !important;
	border-color: var(--gstore-color-accent, #b5a642);
}

.Gstore-about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
	padding: clamp(36px, 5vw, 64px);
	background: #ffffff;
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
}

.Gstore-about-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.Gstore-about-eyebrow,
.Gstore-about-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: var(--gstore-color-accent, #b5a642);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.Gstore-about-hero h1 {
	max-width: 920px;
	margin: 0 0 14px;
	color: var(--gstore-color-text-primary, #111827);
	font-size: clamp(2.35rem, 4.4vw, 4.15rem);
	line-height: 1.14;
	letter-spacing: 0;
}

.Gstore-about-hero__subtitle {
	max-width: 760px;
	margin: 0;
	color: var(--gstore-color-text-secondary, #4b5563);
	font-size: clamp(1rem, 1.6vw, 1.12rem);
	line-height: 1.65;
}

.Gstore-about-hero__actions,
.Gstore-about-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 22px;
}

.Gstore-about-trust {
	display: flex;
	flex-direction: column;
	gap: 0;
	align-self: center;
	justify-content: flex-start;
	min-width: 0;
	padding: clamp(22px, 3vw, 30px);
	background: #ffffff;
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.Gstore-about-trust__logo {
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0 24px;
	margin-bottom: 6px;
	border-bottom: 1px solid var(--gstore-color-border, #e5e7eb);
}

.Gstore-about-trust__logo img {
	max-width: min(100%, 260px);
	max-height: 96px;
	height: auto;
	object-fit: contain;
}

.Gstore-about-trust__items {
	display: grid;
	gap: 10px;
}

.Gstore-about-trust__items div,
.Gstore-about-data__row {
	display: grid;
	grid-template-columns: minmax(118px, 0.42fr) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 14px 0;
	border-top: 1px solid var(--gstore-color-border, #e5e7eb);
}

.Gstore-about-trust__items span,
.Gstore-about-data__row span {
	color: var(--gstore-color-text-secondary, #6b7280);
	font-size: 0.86rem;
	font-weight: 700;
	text-transform: uppercase;
}

.Gstore-about-trust__items strong,
.Gstore-about-data__row strong {
	min-width: 0;
	color: var(--gstore-color-text-primary, #111827);
	font-size: 0.98rem;
	line-height: 1.45;
	word-break: break-word;
}

.Gstore-about-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding: 12px;
	background: #ffffff;
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
}

.Gstore-about-nav span {
	margin-right: 4px;
	color: var(--gstore-color-text-primary, #111827);
	font-size: 0.86rem;
	font-weight: 800;
	text-transform: uppercase;
}

.Gstore-about-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 11px;
	background: var(--gstore-color-bg-muted, #f8f8f6);
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
	color: var(--gstore-color-text-primary, #111827);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.Gstore-about-nav a:hover {
	border-color: var(--gstore-color-accent, #b5a642);
	color: var(--gstore-color-accent, #b5a642);
}

.Gstore-about-section {
	padding: clamp(26px, 4vw, 44px);
	background: #ffffff;
	border-top: 1px solid var(--gstore-color-border, #e5e7eb);
}

.Gstore-about-sources {
	padding: clamp(26px, 4vw, 44px);
	background: var(--gstore-color-bg-muted, #f8f8f6);
	border: 0;
	border-radius: 0;
}

.Gstore-about-section__head {
	max-width: 900px;
	margin-bottom: 22px;
}

.Gstore-about-section__head h2,
.Gstore-about-sources h2 {
	margin: 0 0 10px;
	color: var(--gstore-color-text-primary, #111827);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.25;
	letter-spacing: 0;
}

.Gstore-about-section__head p,
.Gstore-about-card p,
.Gstore-about-mini p,
.Gstore-about-steps p,
.Gstore-about-shipping p,
.Gstore-about-faq__item p,
.Gstore-about-sources p {
	color: var(--gstore-color-text-secondary, #4b5563);
	line-height: 1.65;
}

.Gstore-about-section__head p,
.Gstore-about-card p,
.Gstore-about-mini p,
.Gstore-about-steps p,
.Gstore-about-shipping p,
.Gstore-about-sources p {
	margin: 0;
}

.Gstore-about-intro__grid,
.Gstore-about-doc-grid,
.Gstore-about-shipping {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.Gstore-about-doc-grid,
.Gstore-about-shipping {
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.Gstore-about-card,
.Gstore-about-mini,
.Gstore-about-shipping > div {
	min-width: 0;
	padding: 22px;
	background: var(--gstore-color-bg-muted, #f8f8f6);
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
}

.Gstore-about-card--story {
	background: #ffffff;
}

.Gstore-about-card p + p {
	margin-top: 12px;
}

.Gstore-about-card h3,
.Gstore-about-mini h3,
.Gstore-about-shipping h3 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	color: var(--gstore-color-text-primary, #111827);
	font-size: 1.1rem;
	line-height: 1.35;
}

.Gstore-about-card h3 i,
.Gstore-about-mini i,
.Gstore-about-shipping h3 i {
	color: var(--gstore-color-accent, #b5a642);
}

.Gstore-about-mini > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 14px;
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
	background: #ffffff;
	font-size: 1.05rem;
}

.Gstore-about-checklist {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.Gstore-about-checklist li {
	position: relative;
	padding-left: 24px;
	color: var(--gstore-color-text-secondary, #4b5563);
	line-height: 1.55;
}

.Gstore-about-checklist li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 1px;
	color: var(--gstore-color-accent, #b5a642);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.Gstore-about-data {
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
	overflow: hidden;
}

.Gstore-about-data__row {
	padding: 16px 20px;
	border-top: 1px solid var(--gstore-color-border, #e5e7eb);
}

.Gstore-about-data__row:first-child {
	border-top: 0;
}

.Gstore-about-data__row:nth-child(even) {
	background: var(--gstore-color-bg-muted, #f8f8f6);
}

.Gstore-about-steps {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.Gstore-about-steps li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 18px;
	background: var(--gstore-color-bg-muted, #f8f8f6);
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
}

.Gstore-about-steps li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: var(--gstore-color-accent, #b5a642);
	border-radius: 4px;
	color: var(--gstore-color-text-primary, #111827);
	font-weight: 900;
}

.Gstore-about-steps h3 {
	margin: 0 0 6px;
	color: var(--gstore-color-text-primary, #111827);
	font-size: 1.05rem;
	line-height: 1.35;
}

.Gstore-about-callout {
	margin-top: 16px;
	padding: 16px 18px;
	background: rgba(181, 166, 66, 0.11);
	border: 1px solid rgba(181, 166, 66, 0.34);
	border-radius: 4px;
	color: var(--gstore-color-text-primary, #111827);
	line-height: 1.6;
}

.Gstore-about-faq__items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.Gstore-about-faq__item {
	padding: 0 20px;
	background: var(--gstore-color-bg-muted, #f8f8f6);
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
}

.Gstore-about-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	cursor: pointer;
	color: var(--gstore-color-text-primary, #111827);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	list-style: none;
}

.Gstore-about-faq__item summary::-webkit-details-marker {
	display: none;
}

.Gstore-about-faq__item summary::after {
	content: "\f107";
	flex: 0 0 auto;
	color: var(--gstore-color-accent, #b5a642);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	transition: transform 0.18s ease;
}

.Gstore-about-faq__item[open] summary::after {
	transform: rotate(180deg);
}

.Gstore-about-faq__item p {
	margin: 0;
	padding: 0 0 18px;
}

.Gstore-about-sources__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.Gstore-about-sources__links a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 12px;
	background: #ffffff;
	border: 1px solid var(--gstore-color-border, #e5e7eb);
	border-radius: 4px;
	color: var(--gstore-color-text-primary, #111827);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.Gstore-about-sources__links a:hover {
	border-color: var(--gstore-color-accent, #b5a642);
	color: var(--gstore-color-accent, #b5a642);
}

@media (max-width: 980px) {
	.Gstore-about-hero,
	.Gstore-about-intro__grid {
		grid-template-columns: 1fr;
	}

	.Gstore-about-hero {
		padding: clamp(28px, 5vw, 42px);
	}
}

@media (max-width: 640px) {
	.wp-site-blocks > .wp-block-group.Gstore-about-shell,
	.wp-site-blocks > main.Gstore-about-shell,
	main.Gstore-about-shell,
	.wp-block-group.Gstore-about-shell {
		padding: 24px 14px 48px;
	}

	.Gstore-about-hero,
	.Gstore-about-sources {
		padding: 22px 16px;
	}

	.Gstore-about-section {
		padding: 22px 0;
	}

	.Gstore-about-hero__actions,
	.Gstore-about-section__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.Gstore-about-hero__actions .Gstore-btn,
	.Gstore-about-section__actions .Gstore-btn {
		justify-content: center;
		width: 100%;
	}

	.Gstore-about-trust__items div,
	.Gstore-about-data__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.Gstore-about-nav {
		align-items: stretch;
		flex-direction: column;
	}

	.Gstore-about-nav a {
		justify-content: center;
	}

	.Gstore-about-steps li {
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 16px;
	}
}
