/* Single — Ferramentas */

.vcomint-tools-single {
	width: min(1280px, calc(100vw - 32px));
	margin: 0 auto;
	padding: clamp(72px, 9vw, 124px) 0 72px;
	color: var(--off-white, #f7f2ff);
}

.vcomint-tools-single * {
	box-sizing: border-box;
}

.vcomint-tools-single__article {
	display: grid;
	gap: 28px;
}

.vcomint-tools-single__hero {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.vcomint-tools-single__logo {
	width: 190px;
	height: 190px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(43,189,189,0.28);
	border-radius: 22px;
	background: rgba(255,255,255,0.04);
	color: var(--teal-light, #35bfba);
	overflow: hidden;
}

.vcomint-tools-single__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vcomint-tools-single__logo span {
	font-family: var(--font-display, Georgia, serif);
	font-size: 5rem;
	font-weight: 900;
}

.vcomint-tools-breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: rgba(255,255,255,0.46);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vcomint-tools-breadcrumb a {
	color: var(--teal-light, #35bfba);
	text-decoration: none;
}

.vcomint-tools-breadcrumb strong {
	color: rgba(255,255,255,0.66);
}

.vcomint-tools-single__eyebrow,
.vcomint-tools-section-label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	color: var(--teal-light, #35bfba);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.vcomint-tools-single__eyebrow::before,
.vcomint-tools-section-label::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
}

.vcomint-tools-single__hero h1 {
	max-width: 980px;
	margin: 0;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(4rem, 8vw, 7.2rem);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: -0.06em;
}

.vcomint-tools-single__lead {
	max-width: 860px;
	margin-top: 22px;
	color: rgba(255,255,255,0.72);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.85;
}

.vcomint-tools-single__lead p {
	margin: 0 0 16px;
}

.vcomint-tools-single__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.vcomint-tools-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 18px;
	border: 1px solid rgba(43,189,189,0.42);
	border-radius: 8px;
	background: var(--teal, #2da3a3);
	color: var(--purple-deep, #180727);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.vcomint-tools-button:hover,
.vcomint-tools-button.is-copied {
	background: var(--teal-light, #35bfba);
	color: var(--purple-deep, #180727);
}

.vcomint-tools-button--ghost {
	background: rgba(43,189,189,0.08);
	color: var(--teal-light, #35bfba);
}

.vcomint-tools-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.vcomint-tools-stats div {
	padding: 22px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 14px;
	background: rgba(255,255,255,0.04);
}

.vcomint-tools-stats span {
	display: block;
	margin-bottom: 10px;
	color: var(--teal-light, #35bfba);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vcomint-tools-stats strong {
	display: block;
	color: var(--gold-light, #f4c430);
	font-family: var(--font-display, Georgia, serif);
	font-size: 3rem;
	line-height: 1;
}

.vcomint-tools-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.vcomint-tools-profile-card,
.vcomint-tools-resources,
.vcomint-tools-users,
.vcomint-tools-related {
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 18px;
	background: rgba(255,255,255,0.04);
	box-shadow: 0 20px 70px rgba(0,0,0,0.18);
	padding: 26px;
}

.vcomint-tools-profile-card {
	position: sticky;
	top: 96px;
}

.vcomint-tools-profile-card dl {
	display: grid;
	gap: 0;
	margin: 0;
}

.vcomint-tools-profile-card dl div {
	padding: 16px 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.vcomint-tools-profile-card dl div:last-child {
	border-bottom: 0;
}

.vcomint-tools-profile-card dt {
	margin-bottom: 6px;
	color: rgba(255,255,255,0.52);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vcomint-tools-profile-card dd {
	margin: 0;
	color: rgba(255,255,255,0.86);
	line-height: 1.55;
}

.vcomint-tools-profile-card a {
	color: var(--teal-light, #35bfba);
	text-decoration: none;
}

.vcomint-tools-content-column {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.vcomint-tools-resources > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vcomint-tools-resources span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid rgba(43,189,189,0.28);
	border-radius: 999px;
	background: rgba(43,189,189,0.08);
	color: var(--teal-light, #35bfba);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vcomint-tools-content {
	color: rgba(255,255,255,0.82);
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	line-height: 1.9;
}

.vcomint-tools-content p {
	margin: 0 0 24px;
}

.vcomint-tools-content h2,
.vcomint-tools-content h3 {
	margin: 42px 0 16px;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.vcomint-tools-content h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
}

.vcomint-tools-content h3 {
	font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.vcomint-tools-users__head h2 {
	margin: 0 0 20px;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: clamp(1.9rem, 3.6vw, 3rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.vcomint-tools-users__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.vcomint-tools-user-card {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 14px;
	border: 1px solid rgba(255,255,255,0.09);
	border-radius: 14px;
	background: rgba(255,255,255,0.035);
	color: var(--off-white, #f7f2ff);
	text-decoration: none;
}

.vcomint-tools-user-card span {
	grid-row: span 2;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: rgba(43,189,189,0.1);
	color: var(--teal-light, #35bfba);
	overflow: hidden;
	font-family: var(--font-display, Georgia, serif);
	font-size: 1.25rem;
	font-weight: 900;
}

.vcomint-tools-user-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vcomint-tools-user-card strong {
	min-width: 0;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vcomint-tools-user-card em {
	min-width: 0;
	color: rgba(255,255,255,0.58);
	font-size: 0.82rem;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vcomint-tools-related > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.vcomint-tools-related a {
	display: block;
	padding: 18px;
	border: 1px solid rgba(255,255,255,0.09);
	border-radius: 14px;
	background: rgba(255,255,255,0.035);
	text-decoration: none;
}

.vcomint-tools-related strong {
	display: block;
	margin-bottom: 8px;
	color: var(--off-white, #f7f2ff);
	font-family: var(--font-display, Georgia, serif);
	font-size: 1.5rem;
	line-height: 1.08;
}

.vcomint-tools-related span {
	color: rgba(255,255,255,0.62);
	font-family: var(--font-mono, ui-monospace, monospace);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.vcomint-tools-single {
		width: min(100% - 24px, 1280px);
		padding-top: 56px;
	}

	.vcomint-tools-single__hero,
	.vcomint-tools-layout {
		grid-template-columns: 1fr;
	}

	.vcomint-tools-profile-card {
		position: static;
	}

	.vcomint-tools-single__logo {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 720px) {
	.vcomint-tools-single__hero h1 {
		font-size: clamp(3.1rem, 15vw, 5rem);
	}

	.vcomint-tools-stats,
	.vcomint-tools-users__grid,
	.vcomint-tools-related > div {
		grid-template-columns: 1fr;
	}
}