.agh-home {
	background: #ffffff;
	color: #14171a;
	font-family: 'Work Sans', system-ui, -apple-system, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.agh-home * {
	box-sizing: border-box;
}

.agh-home h1,.agh-home h2,.agh-home h3 {
	font-family: 'Newsreader', Georgia, serif;
	letter-spacing: -.01em;
	text-wrap: balance;
	margin: 0;
}

.agh-home a {
	color: inherit;
}

.agh-container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 32px;
}

.agh-eyebrow {
	font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #b8862f;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.agh-eyebrow::before {
	content: "";
	width: 20px;
	height: 1px;
	background: #b8862f;
	flex: none;
}

.agh-btn {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	background: #145c3a;
	color: #ffffff !important;
	padding: 13px 24px;
	border-radius: 99px;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	border: 1px solid #145c3a;
}

.agh-btn.agh-ghost {
	background: transparent;
	color: #14171a !important;
	border: 1px solid #e4e8e3;
}

.agh-hero {
	padding: 72px 0 64px;
}

.agh-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 56px;
	align-items: center;
}

.agh-headline {
	font-size: clamp(30px,4.4vw,54px);
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 22px;
}

.agh-sub {
	font-size: 18px;
	color: #69706b;
	max-width: 46ch;
	margin-bottom: 32px;
}

.agh-hero-ctas {
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
}

.agh-chart-card {
	background: #f4f6f4;
	border: 1px solid #e4e8e3;
	border-radius: 16px;
	padding: 26px 26px 20px;
}

.agh-chart-label {
	font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #69706b;
	margin-bottom: 14px;
}

.agh-chart-card svg {
	display: block;
	width: 100%;
	height: auto;
}

.agh-chart-foot {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 10px;
	font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 11.5px;
	color: #69706b;
}

.agh-chart-foot b {
	color: #14171a;
	font-size: 20px;
	font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-variant-numeric: tabular-nums;
}

.agh-statbar {
	border-top: 1px solid #e4e8e3;
	border-bottom: 1px solid #e4e8e3;
	background: #f4f6f4;
}

.agh-stat-row {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}

.agh-stat-cell {
	padding: 30px 32px;
	border-left: 1px solid #e4e8e3;
}

.agh-stat-cell:first-child {
	border-left: none;
}

.agh-stat-cell .agh-n {
	font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-variant-numeric: tabular-nums;
	font-size: 26px;
	font-weight: 600;
}

.agh-stat-cell .agh-l {
	font-size: 13.5px;
	color: #69706b;
	margin-top: 4px;
}

.agh-statbar-cap {
	text-align: center;
	font-size: 13.5px;
	color: #69706b;
	padding: 16px 20px;
}

.agh-statbar-cap a {
	color: #b8862f;
	text-decoration: none;
	font-weight: 600;
}

.agh-services {
	padding: 88px 0;
}

.agh-section-head {
	margin-bottom: 44px;
	max-width: 56ch;
}

.agh-section-head .agh-eyebrow {
	margin-bottom: 14px;
}

.agh-section-title {
	font-size: 30px;
	font-weight: 500;
}

.agh-service-list {
	border-top: 1px solid #e4e8e3;
}

.agh-service-row {
	display: grid;
	grid-template-columns: 56px 1fr;
	grid-template-rows: auto auto;
	column-gap: 24px;
	padding: 24px 16px;
	margin: 0 -16px;
	border-bottom: 1px solid #e4e8e3;
	align-items: start;
	text-decoration: none !important;
	color: inherit;
	border-radius: 10px;
	transition: background .25s ease;
}

.agh-service-row .agh-idx {
	grid-column: 1;
	grid-row: 1;
	padding-top: 3px;
	font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	color: #b8862f;
	font-weight: 600;
	transition: transform .3s ease;
}

.agh-service-row h3 {
	grid-column: 2;
	grid-row: 1;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}

.agh-service-row h3::after {
	content: "\2192";
	color: #b8862f;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity .25s ease, transform .25s ease;
	font-size: 15px;
}

.agh-service-row p {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	color: #69706b;
	font-size: 15px;
	max-width: 48ch;
}

@media (hover:hover) and (pointer:fine) {
	.agh-service-row p {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		margin-top: 0;
		transition: max-height .4s cubic-bezier(.4,0,.2,1), opacity .3s ease, margin-top .3s ease;
	}
	
	.agh-service-row:hover,
																									  .agh-service-row:focus-visible {
		background: #f4f6f4;
	}
	
	.agh-service-row:hover p,
																									  .agh-service-row:focus-visible p {
		max-height: 100px;
		opacity: 1;
		margin-top: 8px;
	}
	
	.agh-service-row:hover h3::after,
																									  .agh-service-row:focus-visible h3::after {
		opacity: 1;
		transform: translateX(0);
	}
	
	.agh-service-row:hover .agh-idx,
																									  .agh-service-row:focus-visible .agh-idx {
		transform: translateX(4px);
	}
}

.agh-case {
	padding: 88px 0;
	background: #f4f6f4;
	border-top: 1px solid #e4e8e3;
	border-bottom: 1px solid #e4e8e3;
}

.agh-case-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.agh-case-quote {
	font-family: 'Newsreader', serif;
	font-style: italic;
	font-size: 23px;
	line-height: 1.4;
	margin-bottom: 18px;
}

.agh-case-meta {
	font-size: 14px;
	color: #69706b;
}

.agh-case-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #e4e8e3;
	border: 1px solid #e4e8e3;
	border-radius: 12px;
	overflow: hidden;
}

.agh-case-stats .agh-cs {
	background: #ffffff;
	padding: 18px 20px;
}

.agh-case-stats .agh-cs .agh-n {
	font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	font-size: 19px;
}

.agh-case-stats .agh-cs .agh-l {
	font-size: 12.5px;
	color: #69706b;
	margin-top: 3px;
}

.agh-case-link {
	display: inline-block;
	margin-top: 20px;
	font-size: 14.5px;
	font-weight: 600;
	color: #b8862f !important;
	text-decoration: none !important;
}

.agh-testimonial {
	padding: 88px 0;
}

.agh-testimonial blockquote {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Newsreader', serif;
	font-size: 24px;
	font-style: italic;
	line-height: 1.45;
}

.agh-testimonial cite {
	display: block;
	margin-top: 22px;
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #69706b;
}

.agh-final-cta {
	background: #14171a;
	color: #ffffff;
	padding: 80px 0;
	text-align: center;
}

.agh-final-cta h2 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 24px;
}

.agh-final-cta .agh-btn {
	background: #145c3a;
	color: #fff !important;
	font-size: 15px;
	padding: 15px 30px;
	border-color: #145c3a;
}

@media (max-width:820px) {
	.agh-container {
		padding: 0 20px;
	}
	
	.agh-hero {
		padding: 48px 0 44px;
	}
	
	.agh-hero-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	
	.agh-stat-row {
		grid-template-columns: 1fr;
	}
	
	.agh-stat-cell {
		border-left: none;
		border-top: 1px solid #e4e8e3;
		padding: 22px 20px;
	}
	
	.agh-stat-cell:first-child {
		border-top: none;
	}
	
	.agh-services,.agh-case,.agh-testimonial {
		padding: 56px 0;
	}
	
	.agh-service-row {
		grid-template-columns: 32px 1fr;
		column-gap: 16px;
		padding: 20px 12px;
		margin: 0 -12px;
	}
	
	.agh-case-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	
	.agh-svc-case-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.agh-case-quote {
		font-size: 21px;
	}
	
	.agh-testimonial blockquote {
		font-size: 21px;
	}
	
	.agh-final-cta {
		padding: 56px 0;
	}
	
	.agh-final-cta h2 {
		font-size: 27px;
	}
}

@media (max-width:480px) {
	.agh-case-stats {
		grid-template-columns: 1fr;
	}
	
	.agh-hero-ctas .agh-btn, .agh-hero-ctas .agh-ghost {
		width: 100%;
		justify-content: center;
	}
	
	.agh-hero-ctas {
		flex-direction: column;
		align-items: stretch;
	}
}

.agh-about-hero {
	padding: 72px 0 20px;
}

.agh-about-headline {
	font-family: 'Newsreader', Georgia, serif;
	letter-spacing: -.01em;
	text-wrap: balance;
	font-size: clamp(28px,4vw,46px);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 20px;
	max-width: 18ch;
}

.agh-about-sub {
	font-size: 18px;
	color: #69706b;
	max-width: 62ch;
	margin: 0 0 32px;
}

.agh-about-checks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 32px;
}

.agh-about-checks li {
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	color: #14171a;
	font-weight: 500;
}

.agh-about-checks li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #145c3a;
	font-weight: 700;
}

.agh-about-cards-section {
	padding: 56px 0 88px;
}

.agh-about-cards {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1px;
	background: #e4e8e3;
	border: 1px solid #e4e8e3;
	border-radius: 16px;
	overflow: hidden;
}

.agh-about-card {
	background: #ffffff;
	padding: 36px 32px;
}

.agh-about-card .agh-idx {
	font-family: 'Noto Sans Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	color: #b8862f;
	font-weight: 600;
	display: block;
	margin-bottom: 14px;
}

.agh-about-card h3 {
	font-family: 'Newsreader', Georgia, serif;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 12px;
}

.agh-about-card p {
	margin: 0;
	color: #69706b;
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width:820px) {
	.agh-about-hero {
		padding: 48px 0 8px;
	}
	
	.agh-about-headline {
		max-width: none;
	}
	
	.agh-about-cards-section {
		padding: 40px 0 56px;
	}
	
	.agh-about-cards {
		grid-template-columns: 1fr;
	}
}

.agh-solutions .agh-about-headline {
	max-width: 26ch;
}

.agh-solutions .agh-about-sub {
	max-width: 60ch;
}

.agh-solutions-list {
	padding-top: 8px;
}

.agh-svc-hero {
	background: #145c3a;
	color: #ffffff;
	padding: 72px 0;
	overflow: hidden;
}

.agh-svc-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}

.agh-svc-eyebrow-light {
	color: #e7d9a8;
}

.agh-svc-eyebrow-light::before {
	background: #e7d9a8;
}

.agh-svc-headline {
	font-family: 'Newsreader', Georgia, serif;
	letter-spacing: -.01em;
	font-size: clamp(30px,4.2vw,48px);
	font-weight: 500;
	line-height: 1.12;
	margin: 0 0 28px;
	color: #ffffff;
	text-wrap: balance;
}

.agh-svc-ctas {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.agh-svc-ctas .agh-btn {
	background: #b8862f;
	border-color: #b8862f;
	color: #14171a !important;
	font-weight: 700;
}

.agh-svc-link {
	color: #ffffff !important;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(255,255,255,.4);
	padding-bottom: 2px;
}

.agh-svc-badge {
	display: inline-block;
	font-size: 13px;
	color: #cdd6cd;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 99px;
	padding: 7px 16px;
}

.agh-svc-hero-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 24px;
}

.agh-svc-faq {
	padding: 88px 0;
}

.agh-svc-faq-title {
	max-width: none;
	margin-top: 8px;
}

.agh-svc-faq-list {
	margin-top: 32px;
	border-top: 1px solid #e4e8e3;
}

.agh-svc-faq-item {
	border-bottom: 1px solid #e4e8e3;
	padding: 20px 0;
}

.agh-svc-faq-item summary {
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.agh-svc-faq-item summary::-webkit-details-marker {
	display: none;
}

.agh-svc-faq-item summary::after {
	content: "+";
	font-family: 'Noto Sans Mono', monospace;
	color: #b8862f;
	font-size: 20px;
	flex: none;
	transition: transform .25s ease;
}

.agh-svc-faq-item[open] summary::after {
	transform: rotate(45deg);
}

.agh-svc-faq-item p {
	margin: 14px 0 0;
	color: #69706b;
	font-size: 15px;
	line-height: 1.6;
	max-width: 70ch;
}

@media (max-width:820px) {
	.agh-svc-hero-grid {
		grid-template-columns: 1fr;
	}
	
	.agh-svc-hero {
		padding: 48px 0;
	}
	
	.agh-svc-hero-img {
		order: -1;
		margin-bottom: 8px;
	}
}

.agh-about-card .agh-card-icon {
	width: 44px;
	height: 44px;
	margin-bottom: 14px;
	display: block;
}

.agh-svc-hero--noimg .agh-svc-hero-grid {
	grid-template-columns: 1fr;
}

.agh-svc-hero--noimg .agh-svc-headline {
	max-width: 22ch;
}

.agh-svc-why {
	padding: 16px 0 72px;
}

.agh-svc-why ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.agh-svc-why li {
	font-family: 'Newsreader', Georgia, serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}

.agh-svc-why li::before {
	content: '— ';
	color: #b8862f;
}

.agh-svc-why-note {
	color: #69706b;
	font-size: 16px;
	max-width: 64ch;
	margin-top: 16px;
}

.agh-svc-case {
	padding: 56px 0 72px;
	background: #f4f6f4;
	border-top: 1px solid #e4e8e3;
	border-bottom: 1px solid #e4e8e3;
}

.agh-svc-case-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 40px;
	align-items: start;
}

.agh-svc-video {
	position: relative;
	padding-top: 56.25%;
	border-radius: 16px;
	overflow: hidden;
	background: #14171a;
}

.agh-svc-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.agh-svc-mini-quote {
	background: #ffffff;
	border: 1px solid #e4e8e3;
	border-radius: 16px;
	padding: 28px 30px;
}

.agh-svc-mini-quote p {
	font-family: 'Newsreader', Georgia, serif;
	font-style: italic;
	font-size: 19px;
	margin: 0 0 10px;
}

.agh-svc-mini-quote cite {
	font-style: normal;
	font-size: 13.5px;
	color: #69706b;
}

.agh-svc-quotes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 40px;
}

@media (max-width:820px) {
	.agh-svc-quotes {
		grid-template-columns: 1fr;
	}
}

.page-id-1 .wp-block-group.alignfull {
	padding-top: 72px !important;
	padding-bottom: 96px !important;
}

.page-id-1 .wp-block-columns {
	column-gap: 64px;
}

.page-id-1 h2.wp-block-heading {
	font-family: 'Newsreader', Georgia, serif;
	letter-spacing: -.01em;
	font-size: clamp(30px,4vw,46px);
	font-weight: 500;
	line-height: 1.15;
	max-width: 14ch;
}

.page-id-1 .is-contact-description {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	color: #69706b;
	max-width: 46ch;
}

.page-id-1 .wp-block-column p {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #14171a;
}

.page-id-1 .agh-contact-line {
	margin-top: 4px;
	margin-bottom: 4px;
}

.page-id-1 .agh-contact-line a {
	font-family: 'Noto Sans Mono', ui-monospace, monospace;
	font-size: 16.5px;
	font-weight: 600;
	color: #145c3a;
	text-decoration: none;
}

.page-id-1 .agh-contact-line a:hover {
	color: #b8862f;
}

.page-id-1 .wp-block-jetpack-contact-form {
	margin-top: 12px;
}

.page-id-1 .wp-block-jetpack-contact-form label {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #14171a;
}

.page-id-1 .wp-block-jetpack-contact-form input,
.page-id-1 .wp-block-jetpack-contact-form textarea {
	border-color: #e4e8e3 !important;
	border-radius: 10px !important;
	font-family: 'Work Sans', sans-serif;
}

.page-id-1 .wp-block-jetpack-contact-form input:focus,
.page-id-1 .wp-block-jetpack-contact-form textarea:focus {
	border-color: #145c3a !important;
	outline: none;
}

.page-id-1 .wp-block-button__link {
	background: #b8862f !important;
	border-color: #b8862f !important;
	color: #14171a !important;
	font-weight: 700 !important;
	border-radius: 99px !important;
}

@media (max-width:820px) {
	.page-id-1 .wp-block-group.alignfull {
		padding-top: 48px !important;
		padding-bottom: 56px !important;
	}
	
	.page-id-1 h2.wp-block-heading {
		max-width: none;
	}
}

.page-id-820 .wp-block-post-title {
	display: none;
}

/* ===== Main navigation restyle ===== */
.wp-block-navigation .wp-block-navigation-item__content {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #14171a;
}

.wp-block-navigation .wp-block-navigation-item__content:hover {
	color: #145c3a;
}

.wp-block-navigation-submenu > .wp-block-navigation-item__content {
	display: flex;
	align-items: center;
	gap: 4px;
}

.wp-block-navigation__submenu-container {
	background: #ffffff;
	border: 1px solid #e4e8e3;
	border-radius: 12px;
	padding: 8px;
	box-shadow: 0 16px 40px rgba(20,23,26,.10);
}

.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 10px 16px !important;
	border-radius: 8px;
	font-weight: 500;
	font-size: 14.5px;
	white-space: nowrap;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item:hover > .wp-block-navigation-item__content {
	background: #f4f6f4;
	color: #145c3a;
}

.agh-nav-cta .wp-block-navigation-item__content {
	background: #145c3a;
	color: #ffffff !important;
	padding: 10px 22px !important;
	border-radius: 99px;
	font-weight: 700;
}

.agh-nav-cta .wp-block-navigation-item__content:hover {
	background: #0f4530;
	color: #ffffff !important;
}

/* ===== Service hero — inspirational photo treatment ===== */
.agh-svc-hero--photo {
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 24px;
}

.agh-svc-hero--photo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(120deg, rgba(10,12,11,.68) 0%, rgba(14,42,29,.62) 50%, rgba(10,12,11,.68) 100%);
	z-index: 1;
}

.agh-svc-hero--photo > .agh-container {
	position: relative;
	z-index: 2;
}

.agh-svc-hero--photo .agh-svc-hero-grid {
	grid-template-columns: 1fr;
}

.agh-svc-hero--photo .agh-svc-headline {
	max-width: 24ch;
}

.page-id-415 .agh-svc-hero--photo {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/consultoria-marketing-estrategia-negocio-artgest.jpg');
}

.page-id-311 .agh-svc-hero--photo {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/branding-identidade-visual-design-marca-artgest.jpg');
}

.page-id-416 .agh-svc-hero--photo {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/marketing-digital-redes-sociais-gestao-artgest.jpg');
}

.page-id-417 .agh-svc-hero--photo {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/web-design-criacao-sites-programacao-artgest.jpg');
}

.page-id-420 .agh-svc-hero--photo {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/relacoes-publicas-eventos-corporativos-artgest.jpg');
}

.page-id-421 .agh-svc-hero--photo {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/influencer-marketing-criacao-conteudo-ugc-artgest.jpg');
}

/* ===== Home services — horizontal photo card gallery ===== */
.agh-svc-gallery {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	padding: 8px 4px 20px;
	margin-top: 8px;
}

.agh-svc-gcard {
	position: relative;
	flex: 0 0 300px;
	height: 420px;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	scroll-snap-align: start;
	text-decoration: none !important;
	transition: transform .35s ease;
}

.agh-svc-gcard:hover {
	transform: translateY(-6px);
}

.agh-svc-gcard::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(10,12,11,0) 0%, rgba(10,12,11,.45) 50%, rgba(10,12,11,.94) 100%);
	z-index: 1;
}

.agh-svc-gcard-body {
	position: relative;
	z-index: 2;
	padding: 24px;
}

.agh-svc-gcard-body h3 {
	font-family: 'Newsreader', Georgia, serif;
	font-size: 23px;
	font-weight: 500;
	margin: 0 0 8px;
	color: #ffffff;
	line-height: 1.2;
}

.agh-svc-gcard-body p {
	font-size: 13.5px;
	line-height: 1.5;
	color: #e3e7e2;
	margin: 0 0 16px;
}

.agh-svc-gcard-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.agh-svc-gcard-tags span {
	font-family: 'Noto Sans Mono', ui-monospace, monospace;
	font-size: 10px;
	letter-spacing: .03em;
	text-transform: uppercase;
	background: rgba(255,255,255,.16);
	border: 1px solid rgba(255,255,255,.3);
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 99px;
}

.agh-svc-gallery .agh-svc-gcard:nth-child(1) {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/consultoria-marketing-estrategia-negocio-artgest.jpg');
}

.agh-svc-gallery .agh-svc-gcard:nth-child(2) {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/branding-identidade-visual-design-marca-artgest.jpg');
}

.agh-svc-gallery .agh-svc-gcard:nth-child(3) {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/marketing-digital-redes-sociais-gestao-artgest.jpg');
}

.agh-svc-gallery .agh-svc-gcard:nth-child(4) {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/web-design-criacao-sites-programacao-artgest.jpg');
}

.agh-svc-gallery .agh-svc-gcard:nth-child(5) {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/relacoes-publicas-eventos-corporativos-artgest.jpg');
}

.agh-svc-gallery .agh-svc-gcard:nth-child(6) {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/influencer-marketing-criacao-conteudo-ugc-artgest.jpg');
}

.agh-svc-gallery .agh-svc-gcard:nth-child(7) {
	background-image: url('https://agenciartgest.com/wp-content/uploads/2026/08/criacao-conteudo-video-fotografia-producao-artgest.jpg');
}

@media (max-width:820px) {
	.agh-svc-gcard {
		flex-basis: 260px;
		height: 380px;
	}
}

/* ===== Service video — Reels/vertical format for Short embeds ===== */
.agh-svc-video--reels {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	padding-top: 177.78%;
	border-radius: 20px;
}

@media (max-width:600px) {
	.agh-svc-video--reels {
		max-width: 300px;
	}
}

/* ===== Service video — clickable Reels-style thumbnail card ===== */
.agh-svc-video--thumb {
	display: block;
	text-decoration: none !important;
}

.agh-svc-video--thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.agh-svc-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(20,23,26,.55);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding-left: 4px;
	z-index: 2;
	transition: transform .25s ease, background .25s ease;
}

.agh-svc-video--thumb:hover .agh-svc-play-btn {
	background: #b8862f;
	transform: translate(-50%,-50%) scale(1.08);
}

.agh-pp-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 28px;
}

.agh-pp-pills span {
	font-family: 'Noto Sans Mono', ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: .03em;
	text-transform: uppercase;
	background: #f4f6f4;
	border: 1px solid #e4e8e3;
	color: #145c3a;
	padding: 6px 14px;
	border-radius: 99px;
}

.agh-pp-gallery {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding: 8px 4px 20px;
}

.agh-pp-gcard {
	position: relative;
	flex: 0 0 260px;
	height: 340px;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	scroll-snap-align: start;
}

.agh-pp-logo-card {
	flex: 0 0 260px;
	height: 340px;
	border-radius: 16px;
	background: #F3EBDD;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	scroll-snap-align: start;
}

.agh-pp-logo-card img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width:820px) {
	.agh-pp-gcard, .agh-pp-logo-card {
		flex-basis: 220px;
		height: 290px;
	}
}

.agh-footer-legal {
	font-size: .78rem;
	opacity: .85;
}

.agh-footer-legal p {
	margin: 0;
}

.agh-footer-book a {
	display: inline-block;
	border: 1px solid #e4e8e3;
	border-radius: 99px;
	padding: 3px 12px;
	font-family: 'Noto Sans Mono', ui-monospace, monospace;
	font-size: 10.5px;
	letter-spacing: .02em;
	text-transform: uppercase;
	transition: border-color .2s ease, color .2s ease;
}

.agh-footer-book a:hover {
	border-color: #b8862f;
	color: #b8862f;
}

.agh-clients {
	padding: 56px 0;
}

.agh-clients-title {
	text-align: center;
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 500;
	font-size: 26px;
	margin: 0 0 32px;
	color: #14171a;
}

.agh-clients-gallery {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding: 6px 4px 14px;
}

.agh-clients-card {
	flex: 0 0 184px;
	height: 118px;
	border-radius: 14px;
	border: 1px solid #e4e8e3;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	scroll-snap-align: start;
}

.agh-clients-card img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

@media (max-width:600px) {
	.agh-clients-card {
		flex-basis: 150px;
		height: 98px;
		padding: 10px;
	}
	
	.agh-clients-title {
		font-size: 22px;
	}
}

@media (max-width:820px) {
	.agh-svc-case-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.agh-ig-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 32px 0 8px;
	justify-items: center;
}

.agh-ig-card {
	width: 100%;
	max-width: 380px;
}

.agh-ig-card iframe,
.agh-ig-card .instagram-media {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.agh-ig-follow {
	text-align: center;
	margin-top: 28px;
}

@media (max-width:820px) {
	.agh-ig-grid {
		grid-template-columns: 1fr;
		justify-items: stretch;
	}
	
	.agh-ig-card {
		max-width: 420px;
		margin: 0 auto;
	}
}

.agh-clients-card a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.agh-clients-card img {
	max-width: 85%;
	max-height: 78%;
	width: auto;
	height: auto;
	object-fit: contain;
}