/* =========================================================
   SOBRE A KS — PÁGINA INSTITUCIONAL
========================================================= */

.ksc-about-main {
	background: #fff;
	color: var(--ksc-text);
}

.ksc-about-main h1,
.ksc-about-main h2,
.ksc-about-main h3,
.ksc-about-main p,
.ksc-about-main figure,
.ksc-about-main ul {
	margin-top: 0;
}

.ksc-about-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 30px 0 46px;
	background:
		radial-gradient(circle at 86% 16%, rgba(2, 163, 232, 0.28), transparent 29%),
		linear-gradient(128deg, var(--ksc-navy-deep) 0%, var(--ksc-navy) 62%, #176b9b 135%);
	color: #fff;
}

.ksc-about-hero::before,
.ksc-about-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	pointer-events: none;
}

.ksc-about-hero::before {
	top: -280px;
	right: -190px;
	width: 620px;
	height: 620px;
	box-shadow: 0 0 0 88px rgba(255, 255, 255, 0.025);
}

.ksc-about-hero::after {
	bottom: -220px;
	left: -210px;
	width: 430px;
	height: 430px;
}

.ksc-about-breadcrumb {
	margin-bottom: 28px;
}

.ksc-about-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
	align-items: center;
	gap: clamp(36px, 5vw, 64px);
}

.ksc-about-hero-copy h1 {
	max-width: 680px;
	margin: 12px 0 20px;
	color: #fff;
	font-size: clamp(36px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -1.7px;
}

.ksc-about-hero-copy > p {
	max-width: 660px;
	margin-bottom: 0;
	color: #d9e9f4;
	font-size: 16px;
	line-height: 1.68;
}

.ksc-about-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.ksc-about-hero-actions .ksc-button-outline {
	box-shadow: none;
}

.ksc-about-hero-media {
	position: relative;
	width: 100%;
	max-width: 460px;
	aspect-ratio: 1 / 1;
	align-self: center;
	justify-self: end;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.ksc-about-hero-media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.ksc-about-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ksc-about-hero-media figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(9, 38, 69, 0.84);
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.04em;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.ksc-about-section {
	padding: clamp(70px, 7vw, 96px) 0;
}

.ksc-about-section-heading {
	max-width: 780px;
	margin-bottom: 42px;
}

.ksc-about-section-heading h2,
.ksc-about-operations-copy h2,
.ksc-about-leadership-copy h2,
.ksc-about-location-copy h2 {
	margin: 12px 0 0;
	color: var(--ksc-navy);
	font-size: clamp(34px, 4.4vw, 54px);
	line-height: 1.08;
	letter-spacing: -1.6px;
}

.ksc-about-section-heading > p {
	max-width: 690px;
	margin: 18px 0 0;
	color: var(--ksc-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ksc-about-section-heading-centered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ksc-about-section-heading-centered > p {
	margin-right: auto;
	margin-left: auto;
}

.ksc-about-intro {
	background: #fff;
}

.ksc-about-intro-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	align-items: start;
	gap: clamp(54px, 8vw, 112px);
}

.ksc-about-intro-grid .ksc-about-section-heading {
	position: sticky;
	top: 144px;
	margin-bottom: 0;
}

.ksc-about-intro-copy > p {
	margin-bottom: 22px;
	color: #405a71;
	font-size: 17px;
	line-height: 1.78;
}

.ksc-about-service-note {
	margin-top: 40px;
	padding: 30px 32px;
	border-left: 5px solid var(--ksc-cyan);
	border-radius: 0 16px 16px 0;
	background: var(--ksc-ice);
}

.ksc-about-service-note > span {
	display: block;
	margin-bottom: 8px;
	color: #008fce;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.ksc-about-service-note strong {
	display: block;
	color: var(--ksc-navy);
	font-size: 22px;
	line-height: 1.25;
}

.ksc-about-service-note p {
	margin: 12px 0 0;
	color: var(--ksc-muted);
	font-size: 14px;
	line-height: 1.7;
}

.ksc-about-stats {
	padding: clamp(72px, 8vw, 96px) 0;
	background: #eef7fb;
}

.ksc-about-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.ksc-about-stat-grid li {
	display: flex;
	min-height: 184px;
	padding: 28px 24px;
	border: 1px solid rgba(18, 54, 95, 0.1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(18, 54, 95, 0.06);
	flex-direction: column;
}

.ksc-about-stat-grid li::before {
	content: "";
	width: 38px;
	height: 4px;
	margin-bottom: 34px;
	border-radius: 999px;
	background: var(--ksc-cyan);
}

.ksc-about-stat-grid strong {
	color: var(--ksc-navy);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 850;
	line-height: 1;
	letter-spacing: -1px;
}

.ksc-about-stat-grid span {
	margin-top: 12px;
	color: var(--ksc-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ksc-about-solutions {
	background: #fff;
}

.ksc-about-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ksc-about-portfolio-card {
	display: flex;
	min-height: 210px;
	margin: 0;
	padding: 26px;
	border: 1px solid rgba(18, 54, 95, 0.12);
	border-radius: 18px;
	background: linear-gradient(145deg, #fff 0%, #f4f8fb 100%);
	color: var(--ksc-navy);
	flex-direction: column;
}

.ksc-about-brand-card:focus-visible,
.ksc-about-portfolio-cta:focus-visible {
	outline: 3px solid rgba(2, 163, 232, 0.32);
	outline-offset: 4px;
}

.ksc-about-portfolio-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 30px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: rgba(2, 163, 232, 0.1);
	color: #008fce;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.ksc-about-portfolio-card h3 {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.25;
}

.ksc-about-portfolio-card p {
	margin-bottom: 0;
	color: var(--ksc-muted);
	font-size: 14px;
	line-height: 1.62;
}

.ksc-about-portfolio-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	color: #008fce;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.ksc-about-portfolio-cta:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.ksc-about-brands {
	border-top: 1px solid rgba(18, 54, 95, 0.08);
	background: #f7fafc;
}

.ksc-about-brand-grid {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.ksc-about-brand-card {
	display: flex;
	flex: 0 0 calc((100% - 80px) / 6);
	min-width: 0;
	min-height: 150px;
	padding: 20px 18px 16px;
	border: 1px solid rgba(18, 54, 95, 0.1);
	border-radius: 14px;
	background: #fff;
	color: var(--ksc-navy);
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	flex-direction: column;
}

.ksc-about-brand-card:hover,
.ksc-about-brand-card:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(2, 163, 232, 0.5);
	box-shadow: 0 14px 32px rgba(18, 54, 95, 0.09);
}

.ksc-about-brand-visual {
	display: grid;
	min-height: 82px;
	place-items: center;
}

.ksc-about-brand-visual > img {
	display: block;
	width: min(140px, 100%);
	height: 58px;
	object-fit: contain;
}

.ksc-about-brand-visual .ksc-catalog-media-placeholder {
	gap: 4px;
	min-height: 78px;
	padding: 8px;
	background: transparent;
	font-size: 7px;
}

.ksc-about-brand-visual .ksc-catalog-media-placeholder img {
	width: 86px;
	height: auto;
	max-height: 42px;
	opacity: 0.55;
}

.ksc-about-brand-card > strong {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid rgba(18, 54, 95, 0.08);
	font-size: 12px;
	line-height: 1.35;
}

.ksc-about-operations {
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 18%, rgba(2, 163, 232, 0.18), transparent 26%),
		var(--ksc-navy-deep);
	color: #fff;
}

.ksc-about-operations-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	align-items: center;
	gap: clamp(58px, 8vw, 110px);
}

.ksc-about-operations-media {
	position: relative;
	min-height: 540px;
}

.ksc-about-operations-media picture,
.ksc-about-operations-media > img {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	background: #12365f;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.ksc-about-operations-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ksc-about-operations-stock {
	width: 84%;
	height: 430px;
}

.ksc-about-operations-delivery {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 52%;
	height: 235px;
	border: 8px solid var(--ksc-navy-deep);
}

.ksc-about-logistics-badge {
	position: absolute;
	bottom: 28px;
	left: 22px;
	display: flex;
	max-width: 230px;
	padding: 16px 18px;
	border-radius: 12px;
	background: var(--ksc-cyan);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
	color: #fff;
	flex-direction: column;
}

.ksc-about-logistics-badge strong {
	font-size: 17px;
}

.ksc-about-logistics-badge span {
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.45;
}

.ksc-about-operations-copy .ksc-product-catalog-eyebrow {
	color: #68d1ff;
}

.ksc-about-operations-mobile-eyebrow {
	display: none;
}

.ksc-about-operations-copy h2 {
	color: #fff;
}

.ksc-about-operations-copy > p {
	margin: 22px 0 0;
	color: #d9e9f4;
	font-size: 16px;
	line-height: 1.75;
}

.ksc-about-feature-list {
	display: grid;
	gap: 13px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.ksc-about-feature-list li {
	position: relative;
	padding: 17px 18px 17px 48px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.055);
}

.ksc-about-feature-list li::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 20px;
	width: 10px;
	height: 10px;
	border: 3px solid var(--ksc-cyan);
	border-radius: 50%;
}

.ksc-about-feature-list strong,
.ksc-about-feature-list span {
	display: block;
}

.ksc-about-feature-list strong {
	color: #fff;
	font-size: 14px;
}

.ksc-about-feature-list span {
	margin-top: 3px;
	color: #bcd0df;
	font-size: 12px;
	line-height: 1.55;
}

.ksc-about-leadership {
	background: #fff;
}

.ksc-about-leadership-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	align-items: center;
	gap: clamp(52px, 9vw, 124px);
}

.ksc-about-leadership-copy > p {
	max-width: 700px;
	margin: 22px 0 0;
	color: #405a71;
	font-size: 17px;
	line-height: 1.78;
}

.ksc-about-leadership-card {
	position: relative;
	display: flex;
	min-height: clamp(410px, 42vw, 500px);
	margin: 0;
	overflow: hidden;
	border-radius: 24px;
	background: var(--ksc-navy);
	box-shadow: 0 28px 65px rgba(18, 54, 95, 0.2);
	color: #fff;
	flex-direction: column;
}

.ksc-about-leadership-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(9, 38, 69, 0.18) 66%, rgba(9, 38, 69, 0.94) 100%);
	pointer-events: none;
}

.ksc-about-leadership-photo {
	position: absolute;
	inset: 0;
	display: block;
}

.ksc-about-leadership-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.ksc-about-leadership-card figcaption {
	position: relative;
	z-index: 1;
	display: flex;
	margin-top: auto;
	padding: 32px;
	flex-direction: column;
}

.ksc-about-leadership-card figcaption strong {
	font-size: 28px;
	line-height: 1.1;
}

.ksc-about-leadership-card figcaption span {
	margin-top: 8px;
	color: #a9dbf3;
	font-size: 13px;
	font-weight: 700;
}

.ksc-about-location {
	background: var(--ksc-ice);
}

.ksc-about-location-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr);
	align-items: center;
	gap: clamp(52px, 8vw, 108px);
}

.ksc-about-location-copy > p {
	max-width: 620px;
	margin: 22px 0 0;
	color: var(--ksc-muted);
	font-size: 16px;
	line-height: 1.75;
}

.ksc-about-address-card {
	position: relative;
	display: flex;
	min-height: 330px;
	overflow: hidden;
	padding: 36px;
	border: 1px solid rgba(18, 54, 95, 0.1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 22px 52px rgba(18, 54, 95, 0.1);
	flex-direction: column;
}

.ksc-about-location-pin {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: rgba(2, 163, 232, 0.12);
	color: var(--ksc-cyan);
	font-size: 17px;
}

.ksc-about-address-card address {
	display: flex;
	margin: 28px 0 30px;
	color: var(--ksc-muted);
	font-style: normal;
	line-height: 1.6;
	flex-direction: column;
}

.ksc-about-address-card address strong {
	margin-bottom: 8px;
	color: var(--ksc-navy);
	font-size: 23px;
}

.ksc-about-address-card address span {
	font-size: 15px;
}

.ksc-about-address-card address small {
	margin-top: 10px;
	color: #008fce;
	font-size: 12px;
	font-weight: 750;
}

.ksc-about-address-card .ksc-button {
	align-self: flex-start;
	margin-top: auto;
}

.ksc-about-final-cta {
	padding: clamp(72px, 8vw, 96px) 0;
	background: #fff;
}

.ksc-about-cta {
	max-width: none;
	margin: 0;
	padding: clamp(34px, 5vw, 54px);
	border-radius: 20px;
}

.ksc-about-cta h2 {
	max-width: 720px;
	font-size: clamp(29px, 3.5vw, 43px);
}

.ksc-about-cta p {
	max-width: 700px;
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 1100px) {
	.ksc-about-brand-card {
		flex-basis: calc((100% - 48px) / 4);
	}
}

@media (max-width: 900px) {
	.ksc-about-hero {
		padding: 28px 0 42px;
	}

	.ksc-about-hero-grid,
	.ksc-about-intro-grid,
	.ksc-about-operations-grid,
	.ksc-about-leadership-grid,
	.ksc-about-location-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ksc-about-hero-grid {
		gap: 30px;
	}

	.ksc-about-hero-copy {
		max-width: 760px;
	}

	.ksc-about-hero-media {
		width: min(520px, 100%);
		max-width: 520px;
		aspect-ratio: 4 / 3;
		justify-self: start;
	}

	.ksc-about-intro-grid .ksc-about-section-heading {
		position: static;
	}

	.ksc-about-intro-copy {
		max-width: 760px;
	}

	.ksc-about-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ksc-about-portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ksc-about-brand-card {
		flex-basis: calc((100% - 32px) / 3);
	}

	.ksc-about-operations-grid {
		gap: 62px;
	}

	.ksc-about-operations-media {
		width: min(720px, 100%);
	}

	.ksc-about-operations-copy,
	.ksc-about-leadership-copy,
	.ksc-about-location-copy {
		max-width: 760px;
	}

	.ksc-about-leadership-card,
	.ksc-about-address-card {
		width: min(560px, 100%);
	}
}

@media (max-width: 767px) {
	.ksc-about-hero {
		padding-bottom: 36px;
	}

	.ksc-about-breadcrumb {
		margin-bottom: 28px;
	}

	.ksc-about-hero-copy h1 {
		font-size: clamp(34px, 9vw, 45px);
		letter-spacing: -1.2px;
	}

	.ksc-about-hero-copy > p,
	.ksc-about-intro-copy > p,
	.ksc-about-leadership-copy > p {
		font-size: 16px;
	}

	.ksc-about-section-heading h2,
	.ksc-about-operations-copy h2,
	.ksc-about-leadership-copy h2,
	.ksc-about-location-copy h2 {
		font-size: clamp(31px, 8.5vw, 43px);
		letter-spacing: -1px;
	}

	.ksc-about-service-note {
		padding: 26px 24px;
	}

	.ksc-about-portfolio-card {
		min-height: 200px;
	}

	.ksc-about-operations-media {
		min-height: 490px;
	}

	.ksc-about-operations-stock {
		height: 380px;
	}

	.ksc-about-operations-delivery {
		height: 210px;
	}

	.ksc-about-leadership-card {
		min-height: 410px;
	}

	.ksc-about-address-card {
		min-height: 310px;
		padding: 30px;
	}

	.ksc-about-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ksc-about-cta .ksc-button {
		width: 100%;
		white-space: normal;
	}
}

@media (max-width: 600px) {
	.ksc-about-hero {
		padding-top: 24px;
	}

	.ksc-about-hero-grid {
		gap: 26px;
	}

	.ksc-about-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ksc-about-hero-actions .ksc-button {
		width: 100%;
	}

	.ksc-about-hero-media {
		border-radius: 18px;
	}

	.ksc-about-hero-media img {
		object-position: center;
	}

	.ksc-about-hero-media figcaption {
		right: 12px;
		bottom: 12px;
	}

	.ksc-about-stat-grid {
		gap: 12px;
	}

	.ksc-about-stat-grid li {
		min-height: 164px;
		padding: 22px 18px;
	}

	.ksc-about-stat-grid li::before {
		margin-bottom: 26px;
	}

	.ksc-about-portfolio-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ksc-about-brand-grid {
		gap: 12px;
	}

	.ksc-about-brand-card {
		flex-basis: calc((100% - 12px) / 2);
		min-height: 138px;
		padding: 16px 12px 14px;
	}

	.ksc-about-operations-grid {
		gap: 32px;
	}

	.ksc-about-operations-copy {
		order: 1;
	}

	.ksc-about-operations-media {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 0;
		gap: 10px;
		order: 2;
	}

	.ksc-about-operations-stock,
	.ksc-about-operations-delivery {
		position: static;
		width: 100%;
		height: auto;
		border: 0;
		border-radius: 14px;
	}

	.ksc-about-operations-media img {
		height: auto;
		aspect-ratio: 16 / 9;
		object-fit: cover;
		object-position: center;
	}

	.ksc-about-logistics-badge {
		display: none;
	}

	.ksc-about-operations-mobile-eyebrow {
		display: inline-block;
	}

	.ksc-about-operations-desktop-eyebrow {
		display: none;
	}

	.ksc-about-feature-list li {
		padding-right: 15px;
	}

	.ksc-about-leadership-card {
		min-height: 380px;
	}

	.ksc-about-leadership-card figcaption {
		padding: 26px;
	}

	.ksc-about-address-card .ksc-button {
		width: 100%;
	}
}

@media (max-width: 410px) {
	.ksc-about-stat-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ksc-about-stat-grid li {
		min-height: 150px;
	}

	.ksc-about-brand-card > strong {
		font-size: 11px;
	}

	.ksc-about-address-card {
		padding: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ksc-about-brand-card,
	.ksc-about-main .ksc-button {
		transition: none;
	}

	.ksc-about-brand-card:hover,
	.ksc-about-brand-card:focus-visible,
	.ksc-about-main .ksc-button:hover {
		transform: none;
	}
}
