/*
Theme Name: LOKOK
Theme URI: https://www.mylokok.com
Author: LOKOK LLC
Description: Tema institucional da LOKOK LLC — operacao de marketplaces (Amazon, Walmart, Mercado Libre) nos EUA, Canada e Mexico. Convertido do layout HTML original para WordPress, com paginas de Home, About, Services, Brands, paginas legais e formulario de contato.
Version: 1.3.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lokok
Tags: business, one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* =========================================================
   1. Tokens
   ========================================================= */

:root {
	--lk-navy: #0a1b3a;
	--lk-navy-deep: #08152e;
	--lk-navy-mid: #16345c;
	--lk-navy-alt: #0f2447;
	--lk-yellow: #e9dd00;
	--lk-yellow-hi: #fff34d;
	--lk-yellow-mid: #f5ea25;
	--lk-cream: #f5f4f0;
	--lk-white: #ffffff;
	--lk-ink: #14181f;
	--lk-muted: #55606e;
	--lk-muted-soft: #6c7480;
	--lk-muted-faint: #8a919c;

	--lk-line-light: rgba(10, 27, 58, 0.14);
	--lk-line-dark: rgba(255, 255, 255, 0.12);

	--lk-font-head: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--lk-font-body: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--lk-font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

	--lk-max: 1280px;
	--lk-pad: 48px;
	--lk-header-h: 84px;
}

/* =========================================================
   2. Base
   ========================================================= */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	background: var(--lk-cream);
	color: var(--lk-ink);
	font-family: var(--lk-font-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

a {
	color: var(--lk-navy);
	text-decoration: none;
	transition: color 180ms ease;
}

a:hover,
a:focus {
	color: var(--lk-yellow);
}

img,
video {
	max-width: 100%;
}

::selection {
	background: var(--lk-yellow);
	color: var(--lk-navy);
}

:focus-visible {
	outline: 2px solid var(--lk-yellow);
	outline-offset: 3px;
}

.lk-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	background: var(--lk-yellow);
	color: var(--lk-navy);
	padding: 12px 20px;
	font-family: var(--lk-font-head);
	font-weight: 600;
}

.lk-skip-link:focus {
	left: 12px;
	top: 12px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* =========================================================
   3. Layout helpers
   ========================================================= */

.lk-container {
	max-width: var(--lk-max);
	margin: 0 auto;
	padding: 44px var(--lk-pad);
}

.lk-section {
	position: relative;
}

.lk-section--cream {
	background-color: var(--lk-cream);
	background-image: linear-gradient(rgba(245, 244, 240, 0.93), rgba(245, 244, 240, 0.93)), url(assets/img/network.png);
	background-size: auto, 560px;
	background-repeat: repeat, repeat;
}

.lk-section--white {
	background-color: var(--lk-white);
	background-image: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), url(assets/img/network.png);
	background-size: auto, 560px;
	background-repeat: repeat, repeat;
}

.lk-section--navy {
	background-color: var(--lk-navy);
	background-image: linear-gradient(rgba(10, 27, 58, 0.94), rgba(10, 27, 58, 0.94)), url(assets/img/network-light.png);
	background-size: auto, 560px;
	background-repeat: repeat, repeat;
}

.lk-section--divider-light {
	border-top: 1px solid rgba(10, 27, 58, 0.08);
}

.lk-section--divider-dark {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================================
   4. Tipografia
   ========================================================= */

.lk-eyebrow {
	font-family: var(--lk-font-mono);
	font-size: 18px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--lk-yellow);
	margin-bottom: 26px;
}

.lk-eyebrow--navy {
	color: var(--lk-navy);
}

.lk-eyebrow--small {
	font-size: 11px;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 12px;
}

.lk-h1 {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: clamp(34px, 5.6vw, 60px);
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: var(--lk-white);
	margin: 0 0 28px;
	text-wrap: balance;
}

.lk-h2 {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: clamp(28px, 4.2vw, 44px);
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin: 0 0 32px;
}

.lk-h2--center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.lk-h2--light,
.lk-h1--light {
	color: var(--lk-white);
}

.lk-h3 {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.14;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
}

.lk-hl {
	color: var(--lk-yellow);
}

.lk-nowrap {
	white-space: nowrap;
}

/* Quebra de linha que so existe na tela pequena. */
.lk-break-mobile {
	display: none;
}

.lk-lead {
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.65;
	color: var(--lk-muted);
	margin: 0 0 32px;
}

.lk-lead--light {
	color: rgba(255, 255, 255, 0.74);
}

.lk-lead--center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-wrap: pretty;
}

.lk-rule {
	height: 2px;
	width: 56px;
	background: rgba(10, 27, 58, 0.85);
	margin-bottom: 26px;
	transition: width 300ms ease, background 260ms ease;
}

.lk-rule--yellow {
	background: var(--lk-yellow);
	width: 96px;
}

/* =========================================================
   5. Botoes
   ========================================================= */

.lk-btn {
	display: inline-block;
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.04em;
	color: var(--lk-navy);
	background: var(--lk-yellow);
	padding: 20px 38px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	text-decoration: none;
	animation: lk-pulse 2.2s ease-in-out infinite;
	transition: transform 220ms ease, background 220ms ease;
}

.lk-btn:hover,
.lk-btn:focus {
	background: var(--lk-yellow-hi);
	color: var(--lk-navy);
	transform: scale(1.045);
}

.lk-btn--sm {
	font-size: 14px;
	padding: 14px 26px;
}

.lk-btn--mono {
	font-family: var(--lk-font-mono);
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 15px 28px;
}

.lk-btn--ghost {
	font-family: var(--lk-font-head);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--lk-white);
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 13px 28px;
	border-radius: 999px;
	animation: none;
	transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
}

.lk-btn--ghost:hover,
.lk-btn--ghost:focus {
	color: var(--lk-navy);
	background: var(--lk-yellow);
	border-color: var(--lk-yellow);
	transform: none;
}

/* =========================================================
   6. Header
   ========================================================= */

.lk-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--lk-navy);
	border-bottom: 1px solid var(--lk-line-dark);
}

.lk-header__inner {
	max-width: var(--lk-max);
	margin: 0 auto;
	padding: 0 var(--lk-pad);
	height: var(--lk-header-h);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.lk-logo {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.lk-logo img {
	height: 46px;
	width: auto;
	display: block;
}

.lk-nav {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-left: auto;
}

.lk-nav ul {
	display: flex;
	align-items: center;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lk-nav a {
	font-family: var(--lk-font-head);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	white-space: nowrap;
}

.lk-nav a:hover,
.lk-nav a:focus,
.lk-nav .current-menu-item > a,
.lk-nav .current_page_item > a {
	color: var(--lk-yellow);
}

.lk-header__cta {
	flex: 0 0 auto;
}

/* O CTA dentro da gaveta so aparece no menu mobile. */
.lk-nav > .lk-btn {
	display: none;
}

.lk-burger {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
	padding: 0;
	position: relative;
	flex: 0 0 auto;
}

.lk-burger span {
	position: absolute;
	left: 50%;
	width: 18px;
	height: 1.5px;
	background: var(--lk-white);
	transform: translateX(-50%);
	transition: transform 220ms ease, opacity 180ms ease;
}

.lk-burger span:nth-child(1) {
	top: 16px;
}

.lk-burger span:nth-child(2) {
	top: 22px;
}

.lk-burger span:nth-child(3) {
	top: 28px;
}

.lk-burger[aria-expanded="true"] span:nth-child(1) {
	transform: translateX(-50%) translateY(6px) rotate(45deg);
}

.lk-burger[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.lk-burger[aria-expanded="true"] span:nth-child(3) {
	transform: translateX(-50%) translateY(-6px) rotate(-45deg);
}

/* =========================================================
   7. Hero
   ========================================================= */

.lk-hero {
	position: relative;
	overflow: hidden;
	background: var(--lk-navy);
}

.lk-hero__bg {
	position: absolute;
	inset: 0;
	background-image: url(assets/img/warehouse.png);
	background-size: cover;
	background-position: center;
}

.lk-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lk-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 27, 58, 0.62);
}

.lk-hero__fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40%;
	background: linear-gradient(to bottom, rgba(8, 21, 46, 0) 0%, rgba(8, 21, 46, 0.75) 100%);
}

.lk-hero__inner {
	position: relative;
	max-width: var(--lk-max);
	margin: 0 auto;
	padding: 64px var(--lk-pad) 56px;
}

.lk-hero .lk-lead {
	max-width: 52ch;
	margin-bottom: 44px;
}

.lk-hero__title-break {
	white-space: nowrap;
}

/* =========================================================
   8. Metricas
   ========================================================= */

.lk-metrics {
	background: var(--lk-navy);
	position: relative;
	overflow: hidden;
	border-top: 1px solid var(--lk-line-dark);
}

.lk-metrics__pattern {
	position: absolute;
	inset: 0;
	background-image: url(assets/img/network.png);
	background-size: 620px;
	background-repeat: repeat;
	opacity: 0.05;
	filter: invert(1);
}

.lk-metrics .lk-container {
	position: relative;
}

.lk-metrics__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 20px;
}

.lk-metric {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.04);
	padding: 28px 18px 26px;
	text-align: center;
}

.lk-metric svg {
	display: block;
	margin: 0 auto 18px;
}

.lk-metric__value {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 42px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--lk-yellow);
	font-variant-numeric: tabular-nums;
}

.lk-metric__label {
	font-size: 15px;
	line-height: 1.4;
	color: var(--lk-white);
	margin-top: 14px;
}

/* =========================================================
   9. Cards "What we do"
   ========================================================= */

.lk-cards3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.lk-card {
	border: 1px solid var(--lk-line-light);
	border-radius: 40px;
	background: var(--lk-white);
	padding: 44px 36px 40px;
	transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}

.lk-card:hover {
	background: var(--lk-yellow);
	border-color: var(--lk-yellow);
	transform: scale(1.03);
}

.lk-card svg {
	display: block;
	margin: 0 auto;
}

.lk-card__title {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 28px 0 14px;
	text-align: center;
}

.lk-card p {
	font-size: 17px;
	line-height: 1.65;
	color: var(--lk-muted);
	margin: 0;
}

.lk-card:hover p {
	color: var(--lk-navy);
}

/* =========================================================
   10. Roda operacional
   ========================================================= */

.lk-wheel__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	text-align: center;
}

.lk-wheel__head .lk-h2 {
	margin-bottom: 0;
}

.lk-wheel__head .lk-eyebrow {
	margin-bottom: 0;
	white-space: nowrap;
}

.lk-wheel {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	opacity: 0;
	transition: opacity 700ms ease;
}

.lk-wheel.is-in {
	opacity: 1;
}

.lk-wheel__svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.lk-wheel__seg {
	transform-box: view-box;
	transform-origin: 50px 50px;
	transition: transform 260ms ease, fill 220ms ease;
	cursor: default;
}

.lk-wheel__seg.is-hot {
	transform: scale(1.045);
}

.lk-wheel__ring {
	transform-origin: 50px 50px;
	transform-box: view-box;
	animation: lk-spin 22s linear infinite;
}

.lk-wheel.is-paused .lk-wheel__ring {
	animation-play-state: paused;
}

.lk-wheel__seg.is-hot {
	fill: #1b3d6b;
}

.lk-wheel__seg--first.is-hot {
	fill: #f4ea3d;
}

.lk-wheel__label {
	position: absolute;
	width: 158px;
	transform: translate(-50%, -50%);
	text-align: center;
	pointer-events: auto;
	color: var(--lk-yellow);
}

.lk-wheel__label--first {
	color: var(--lk-navy);
}

.lk-wheel__label-top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.lk-wheel__n {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 27px;
	line-height: 1;
	color: var(--lk-yellow);
}

.lk-wheel__title {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--lk-white);
	margin-top: 8px;
}

.lk-wheel__sub {
	font-size: 15px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.92);
	margin-top: 6px;
}

.lk-wheel__label--first .lk-wheel__n,
.lk-wheel__label--first .lk-wheel__title {
	color: var(--lk-navy);
}

.lk-wheel__label--first .lk-wheel__sub {
	color: rgba(10, 27, 58, 0.8);
}

.lk-wheel__hub {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 46%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: var(--lk-white);
	display: flex;
	align-items: center;
	justify-content: center;
}

.lk-wheel__hub-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.lk-wheel__hub-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 0 22%;
}

.lk-wheel__hub-title {
	font-family: var(--lk-font-head);
	font-weight: 700;
	font-size: clamp(18px, 3vw, 30px);
	line-height: 1.02;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--lk-navy);
	text-align: center;
}

/* Lista alternativa da roda em telas pequenas. */
.lk-wheel-list {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lk-wheel-list li {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.04);
	padding: 22px 20px;
}

/* =========================================================
   11. Marcas
   ========================================================= */

/* Carrossel infinito: a lista e duplicada no HTML e a trilha volta em -50%
   exatos, o que torna a emenda invisivel. */
.lk-brands {
	overflow: hidden;
	margin-left: calc(var(--lk-pad) * -1);
	margin-right: calc(var(--lk-pad) * -1);
	padding-left: var(--lk-pad);
	-webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
	mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.lk-brands__grid {
	display: flex;
	width: max-content;
	animation: lk-marquee 70s linear infinite;
}

.lk-brands:hover .lk-brands__grid,
.lk-brands:active .lk-brands__grid,
.lk-brands:focus-within .lk-brands__grid {
	animation-play-state: paused;
}

.lk-brand {
	flex: 0 0 auto;
	width: 224px;
	background: var(--lk-cream);
	height: 118px;
	/* margin no lugar de gap: o gap desalinharia o loop em -50%. */
	margin-right: 16px;
	border: 1px solid var(--lk-line-light);
	border-radius: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-family: var(--lk-font-head);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: var(--lk-navy);
	text-align: center;
	line-height: 1.3;
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.lk-section--white .lk-brand {
	background: var(--lk-white);
}

.lk-brand:hover {
	background: var(--lk-yellow);
	border-color: var(--lk-yellow);
	transform: scale(1.06);
}

/* Cards com logo: a imagem se ajusta a caixa sem distorcer.
   Marcas sem arquivo em assets/img/brands/ continuam mostrando o nome. */
.lk-brand--logo {
	padding: 18px 24px;
}

/* Dois limites em vez de um: logos largas travam na largura e logos quadradas
   na altura, o que deixa o peso visual parecido entre elas. */
.lk-brand--logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 76%;
	max-height: 72px;
	object-fit: contain;
}

/* =========================================================
   12. Blocos divididos (imagem + texto)
   ========================================================= */

.lk-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.lk-split--tight {
	gap: 56px;
}

.lk-split + .lk-split {
	margin-top: 40px;
}

.lk-split__media {
	aspect-ratio: 4 / 3;
	border: 1px solid var(--lk-line-light);
	border-radius: 48px;
	overflow: hidden;
	background-color: #e8e6e0;
	background-size: cover;
	background-position: center;
	transition: transform 320ms ease, box-shadow 340ms ease, border-color 260ms ease;
}

.lk-split__media--sm {
	border-radius: 40px;
}

.lk-split__media:hover {
	transform: scale(1.02);
	border-color: var(--lk-yellow);
	box-shadow: 0 0 0 8px rgba(233, 221, 0, 0.18);
}

.lk-split__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lk-split__body p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--lk-muted);
	margin: 0 0 20px;
	text-wrap: pretty;
	max-width: 52ch;
}

.lk-split__body:hover .lk-rule {
	width: 104px;
	background: var(--lk-yellow);
}

.lk-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.lk-tag {
	font-family: var(--lk-font-head);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.02em;
	color: var(--lk-white);
	background: var(--lk-navy);
	border: 1px solid var(--lk-navy);
	border-radius: 999px;
	padding: 12px 22px;
	transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.lk-tag:hover {
	transform: scale(1.06);
	color: var(--lk-navy);
	background: var(--lk-yellow);
	border-color: var(--lk-yellow);
}

/* =========================================================
   13. Prova social + carrossel
   ========================================================= */

.lk-proof {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

.lk-proof__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.lk-proofcard {
	border: 1px solid var(--lk-line-light);
	border-radius: 36px;
	background: var(--lk-navy);
	padding: 44px 34px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 26px;
	transition: transform 240ms ease, box-shadow 260ms ease, border-color 240ms ease;
}

.lk-proofcard:hover {
	transform: translateY(-6px);
	border-color: var(--lk-yellow);
	box-shadow: 0 0 0 10px rgba(233, 221, 0, 0.22);
}

.lk-proofcard svg {
	display: block;
	margin: 0 auto;
}

.lk-proofcard__title {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.01em;
	color: var(--lk-white);
	margin-top: 22px;
}

.lk-proofcard__text {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 10px;
}

.lk-reviews {
	min-width: 0;
	max-width: 100%;
}

.lk-reviews__viewport {
	overflow: hidden;
	min-width: 0;
	max-width: 100%;
	padding: 2px;
}

.lk-reviews__track {
	display: flex;
	gap: 0;
	transition: transform 420ms cubic-bezier(0.4, 0, 0.2, 1);
}

.lk-reviews__slide {
	flex: 0 0 33.3333%;
	min-width: 0;
	padding-right: 20px;
	display: flex;
}

.lk-review {
	border: 1px solid var(--lk-line-light);
	border-radius: 32px;
	background: var(--lk-white);
	padding: 30px 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1;
	min-width: 0;
}

.lk-review__stars {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.lk-review__stars span:first-child {
	font-size: 15px;
	letter-spacing: 0.16em;
	color: #ff9900;
}

.lk-review__badge {
	font-family: var(--lk-font-mono);
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--lk-muted);
	border: 1px solid rgba(10, 27, 58, 0.2);
	border-radius: 999px;
	padding: 4px 10px;
	white-space: nowrap;
	flex: 0 0 auto;
}

.lk-review__title {
	font-family: var(--lk-font-head);
	font-weight: 500;
	font-size: 17px;
	line-height: 1.3;
	color: var(--lk-navy);
}

.lk-review p {
	font-size: 16px;
	line-height: 1.6;
	color: var(--lk-ink);
	margin: 0;
	flex: 1;
}

.lk-review__meta {
	font-size: 13px;
	color: var(--lk-muted-faint);
}

.lk-reviews__nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-width: 0;
	gap: 14px;
	margin-top: 28px;
}

.lk-reviews__dots {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.lk-dot {
	width: 26px;
	height: 5px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	cursor: pointer;
	background: rgba(10, 27, 58, 0.22);
	transition: background 200ms ease;
}

.lk-dot.is-active {
	background: var(--lk-navy);
}

.lk-reviews__arrows {
	display: flex;
	gap: 12px;
	margin-left: auto;
}

.lk-arrow-btn {
	width: 52px;
	height: 52px;
	border: 1px solid rgba(10, 27, 58, 0.2);
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
	font-size: 18px;
	color: var(--lk-navy);
	line-height: 1;
	transition: border-color 200ms ease, background 200ms ease;
}

.lk-arrow-btn:hover {
	border-color: var(--lk-navy);
}

/* =========================================================
   14. Pilares (Services)
   ========================================================= */

.lk-pillars {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}

.lk-pillar {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 40px;
	background: var(--lk-navy);
	padding: 34px 32px 32px;
	transition: transform 260ms ease, box-shadow 300ms ease, border-color 260ms ease;
}

.lk-pillar:hover {
	transform: translateY(-6px);
	border-color: var(--lk-yellow);
	box-shadow: 0 0 0 8px rgba(233, 221, 0, 0.18);
}

.lk-pillar__n {
	position: absolute;
	top: 26px;
	right: 30px;
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 44px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: rgba(233, 221, 0, 0.55);
}

.lk-iconbubble {
	width: 60px;
	height: 60px;
	border-radius: 999px;
	background: var(--lk-white);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
	transition: background 260ms ease, transform 260ms ease;
}

.lk-iconbubble svg {
	display: block;
	stroke: var(--lk-navy);
}

.lk-pillar:hover .lk-iconbubble {
	background: var(--lk-yellow);
	transform: scale(1.08);
}

.lk-pillar__title {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.01em;
	margin: 0 0 12px;
	color: var(--lk-white);
}

.lk-pillar__rule {
	height: 2px;
	width: 40px;
	background: rgba(255, 255, 255, 0.45);
	margin-bottom: 16px;
	transition: width 300ms ease, background 260ms ease;
}

.lk-pillar:hover .lk-pillar__rule {
	width: 88px;
	background: var(--lk-yellow);
}

.lk-pillar p {
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
	text-wrap: pretty;
}

/* =========================================================
   15. Value cards (Brands)
   ========================================================= */

.lk-value {
	display: grid;
	gap: 0;
}

.lk-vcard {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--lk-navy);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 44px;
	overflow: hidden;
	transition: transform 260ms ease, border-color 240ms ease, box-shadow 300ms ease;
}

.lk-vcard:hover {
	transform: translateY(-5px);
	border-color: var(--lk-yellow);
	box-shadow: 0 0 0 8px rgba(233, 221, 0, 0.16);
}

.lk-vcard--alt {
	background: var(--lk-white);
	border-color: rgba(10, 27, 58, 0.12);
}

.lk-vcard__body {
	grid-column: 1;
	grid-row: 1;
	padding: 44px;
	display: flex;
	align-items: flex-start;
	gap: 22px;
}

.lk-vcard--alt .lk-vcard__body {
	grid-column: 2;
}

.lk-vcard__icon {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: var(--lk-white);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 260ms ease, transform 260ms ease;
}

.lk-vcard__icon svg {
	display: block;
	stroke: var(--lk-navy);
}

.lk-vcard--alt .lk-vcard__icon {
	background: var(--lk-navy);
}

.lk-vcard--alt .lk-vcard__icon svg {
	stroke: var(--lk-white);
}

.lk-vcard:hover .lk-vcard__icon {
	background: var(--lk-yellow);
	transform: scale(1.08);
}

.lk-vcard:hover .lk-vcard__icon svg {
	stroke: var(--lk-navy);
}

.lk-vcard__text {
	min-width: 0;
}

.lk-vcard__n {
	font-family: var(--lk-font-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	color: rgba(233, 221, 0, 0.75);
	margin-bottom: 10px;
}

.lk-vcard--alt .lk-vcard__n {
	color: rgba(10, 27, 58, 0.4);
}

.lk-vcard__title {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 24px;
	line-height: 1.24;
	letter-spacing: -0.01em;
	margin: 0 0 12px;
	color: var(--lk-white);
}

.lk-vcard--alt .lk-vcard__title {
	color: var(--lk-ink);
}

.lk-vcard__rule {
	height: 2px;
	width: 44px;
	background: rgba(255, 255, 255, 0.45);
	margin-bottom: 16px;
	transition: width 300ms ease, background 260ms ease;
}

.lk-vcard--alt .lk-vcard__rule {
	background: rgba(10, 27, 58, 0.85);
}

.lk-vcard:hover .lk-vcard__rule {
	width: 92px;
	background: var(--lk-yellow);
}

.lk-vcard p {
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
	max-width: 46ch;
	text-wrap: pretty;
}

.lk-vcard--alt p {
	color: var(--lk-muted);
}

.lk-vcard__media {
	grid-column: 2;
	grid-row: 1;
	min-height: 280px;
	overflow: hidden;
	position: relative;
	transition: transform 420ms ease;
}

.lk-vcard--alt .lk-vcard__media {
	grid-column: 1;
}

.lk-vcard:hover .lk-vcard__media {
	transform: scale(1.05);
}

.lk-vcard__shot {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	animation: lk-drift 22s ease-in-out infinite;
	will-change: transform;
}

.lk-vcard__sheen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 32%;
	background: linear-gradient(100deg, rgba(233, 221, 0, 0) 0%, rgba(233, 221, 0, 0.09) 45%, rgba(255, 255, 255, 0.12) 55%, rgba(233, 221, 0, 0) 100%);
	animation: lk-sheen 9s ease-in-out infinite;
	pointer-events: none;
}

.lk-value__arrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px 0;
}

.lk-value__arrow i {
	width: 1.5px;
	height: 26px;
	background: var(--lk-yellow);
}

.lk-value__arrow b {
	width: 0;
	height: 0;
	border-top: 10px solid var(--lk-yellow);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.lk-center {
	display: flex;
	justify-content: center;
	margin-top: 52px;
}

/* =========================================================
   16. Mission / Vision / Values
   ========================================================= */

.lk-mv {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.lk-mvcard {
	position: relative;
	overflow: hidden;
	background: var(--lk-white);
	border: 1px solid var(--lk-line-light);
	border-radius: 44px;
	padding: 40px 36px 38px;
	transition: transform 280ms ease, border-color 240ms ease, box-shadow 320ms ease;
}

.lk-mvcard:hover {
	transform: translateY(-8px);
	border-color: var(--lk-yellow);
	box-shadow: 0 0 0 8px rgba(233, 221, 0, 0.16);
}

.lk-mvcard__blob {
	position: absolute;
	top: -46px;
	right: -46px;
	width: 130px;
	height: 130px;
	border-radius: 999px;
	background: rgba(233, 221, 0, 0.14);
	transition: transform 420ms cubic-bezier(0.4, 0, 0.2, 1);
}

.lk-mvcard:hover .lk-mvcard__blob {
	transform: scale(1.6);
}

.lk-mvcard__icon {
	position: relative;
	width: 62px;
	height: 62px;
	border-radius: 999px;
	background: var(--lk-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
	transition: background 260ms ease, transform 280ms ease;
}

.lk-mvcard__icon svg {
	display: block;
	stroke: var(--lk-yellow);
	transition: stroke 260ms ease;
}

.lk-mvcard:hover .lk-mvcard__icon {
	background: var(--lk-yellow);
	transform: scale(1.08) rotate(-6deg);
}

.lk-mvcard:hover .lk-mvcard__icon svg {
	stroke: var(--lk-navy);
}

.lk-mvcard__title {
	position: relative;
	font-family: var(--lk-font-mono);
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.lk-mvcard__rule {
	height: 2px;
	width: 48px;
	background: rgba(10, 27, 58, 0.85);
	margin-bottom: 20px;
	transition: width 300ms ease, background 260ms ease;
}

.lk-mvcard:hover .lk-mvcard__rule {
	width: 96px;
	background: var(--lk-yellow);
}

.lk-mvcard p {
	position: relative;
	font-family: var(--lk-font-head);
	font-weight: 400;
	font-size: 21px;
	line-height: 1.5;
	color: var(--lk-ink);
	margin: 0;
	text-wrap: pretty;
}

/* =========================================================
   17. Time
   ========================================================= */

.lk-team {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 34px 22px;
}

.lk-member {
	grid-column: span 2;
}

.lk-member:nth-child(7) {
	grid-column: 2 / span 2;
}

.lk-member__inner {
	text-align: center;
	border-radius: 40px;
	transition: transform 240ms ease, box-shadow 260ms ease;
}

.lk-member__inner:hover {
	transform: scale(1.05);
	box-shadow: 0 0 0 10px rgba(233, 221, 0, 0.22);
}

.lk-member__photo {
	aspect-ratio: 1 / 1;
	border-radius: 40px;
	background-color: #e8e6e0;
	background-size: cover;
	background-position: center top;
	display: block;
}

.lk-member__name {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 19px;
	letter-spacing: -0.01em;
	margin: 22px 0 6px;
	text-align: center;
}

.lk-member__role {
	font-size: 15px;
	color: var(--lk-muted-soft);
	text-align: center;
}

/* =========================================================
   18. Operacoes
   ========================================================= */

.lk-ops {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 32px;
	align-items: stretch;
}

.lk-ops__item {
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	padding-top: 22px;
	transition: border-color 220ms ease, transform 220ms ease;
	transform-origin: left center;
}

.lk-ops__item:hover {
	border-top-color: var(--lk-yellow);
	transform: scaleX(1.03);
}

.lk-ops__value {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	color: var(--lk-white);
}

/* =========================================================
   19. Contato
   ========================================================= */

.lk-contact {
	background: var(--lk-navy-deep);
	position: relative;
	overflow: hidden;
	scroll-margin-top: var(--lk-header-h);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lk-contact__pattern {
	position: absolute;
	inset: 0;
	background-image: url(assets/img/network.png);
	background-size: 620px;
	background-repeat: repeat;
	opacity: 0.1;
	filter: invert(1);
}

.lk-contact .lk-container {
	position: relative;
}

.lk-contact .lk-lead {
	max-width: 44ch;
}

.lk-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px;
	align-items: start;
	width: 100%;
	max-width: 1040px;
}

.lk-form__col {
	display: flex;
	flex-direction: column;
	gap: 38px;
	min-width: 0;
}

.lk-form__col--right {
	gap: 32px;
	align-items: flex-start;
}

.lk-field {
	display: block;
	width: 100%;
}

.lk-field__label {
	display: block;
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--lk-yellow);
	margin-bottom: 12px;
}

.lk-field input {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	padding: 8px 0 12px;
	font-family: var(--lk-font-body);
	font-size: 17px;
	color: var(--lk-white);
	outline: none;
	transition: border-color 200ms ease;
}

.lk-field input:focus {
	border-bottom-color: var(--lk-yellow);
}

.lk-field textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.22);
	padding: 16px 18px;
	font-family: var(--lk-font-body);
	font-size: 17px;
	line-height: 1.6;
	color: var(--lk-white);
	outline: none;
	resize: vertical;
	border-radius: 28px;
	transition: border-color 200ms ease;
}

.lk-field textarea:focus {
	border-color: var(--lk-yellow);
}

/* O selo do reCAPTCHA e fixo no canto inferior direito, onde fica o botao do
   WhatsApp. O Google permite escondê-lo desde que o aviso apareca junto ao
   formulario — e o que .lk-recaptcha-note faz. */
.grecaptcha-badge {
	visibility: hidden;
}

.lk-recaptcha-note {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.5);
	margin: 4px 0 0;
	max-width: 46ch;
}

.lk-recaptcha-note a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: underline;
}

.lk-recaptcha-note a:hover {
	color: var(--lk-yellow);
}

.lk-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.lk-notice-area:empty {
	display: none;
}

.lk-notice {
	border-radius: 24px;
	padding: 16px 22px;
	margin-bottom: 28px;
	font-size: 16px;
	max-width: 1040px;
}

.lk-notice--ok {
	background: rgba(233, 221, 0, 0.14);
	border: 1px solid var(--lk-yellow);
	color: var(--lk-yellow);
}

.lk-notice--error {
	background: rgba(255, 90, 90, 0.12);
	border: 1px solid rgba(255, 120, 120, 0.6);
	color: #ffb4b4;
}

/* =========================================================
   20. WhatsApp
   ========================================================= */

.lk-whatsapp {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 60;
	width: 62px;
	height: 62px;
	border-radius: 999px;
	background: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 220ms ease;
}

.lk-whatsapp:hover {
	transform: scale(1.08);
}

/* =========================================================
   21. Rodape
   ========================================================= */

.lk-footer {
	background: var(--lk-navy);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lk-footer__inner {
	max-width: var(--lk-max);
	margin: 0 auto;
	padding: 52px var(--lk-pad) 40px;
}

.lk-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 48px;
}

.lk-footer__brand img {
	height: 44px;
	width: auto;
	display: block;
	margin-bottom: 24px;
}

.lk-footer__address {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
}

.lk-footer__col {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lk-footer__title {
	font-family: var(--lk-font-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
	margin-bottom: 6px;
}

.lk-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lk-footer__col a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.lk-footer__col a:hover,
.lk-footer__col a:focus {
	color: var(--lk-yellow);
}

.lk-footer__bottom {
	margin-top: 64px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.5);
}

.lk-footer__bottom p {
	margin: 0;
	max-width: 60ch;
}

/* =========================================================
   22. Paginas legais / conteudo padrao
   ========================================================= */

.lk-legal {
	min-height: 100vh;
	background-color: var(--lk-navy);
	background-image: linear-gradient(rgba(10, 27, 58, 0.94), rgba(10, 27, 58, 0.94)), url(assets/img/network-light.png);
	background-size: auto, 560px;
	background-repeat: repeat, repeat;
}

.lk-legal__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 44px var(--lk-pad) 96px;
}

.lk-legal__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
	margin-bottom: 64px;
}

.lk-legal__top img {
	height: 46px;
	width: auto;
	display: block;
}

.lk-legal__updated {
	font-family: var(--lk-font-mono);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.lk-legal__content {
	margin-top: 34px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
	line-height: 1.75;
}

.lk-legal__content h2 {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 25px;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: var(--lk-white);
	margin: 46px 0 4px;
}

.lk-legal__content h3 {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: 19px;
	line-height: 1.45;
	color: var(--lk-yellow);
	margin: 32px 0 0;
}

.lk-legal__content p {
	margin: 18px 0 0;
	text-wrap: pretty;
}

.lk-legal__content ul {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.lk-legal__content li {
	position: relative;
	padding-left: 21px;
	line-height: 1.6;
	margin-top: 8px;
}

.lk-legal__content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--lk-yellow);
}

.lk-legal__content a {
	color: var(--lk-yellow);
	text-decoration: underline;
	word-break: break-word;
}

.lk-legal__nav {
	margin-top: 64px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	align-items: center;
}

.lk-legal__nav a {
	font-family: var(--lk-font-mono);
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

.lk-legal__nav a:hover,
.lk-legal__nav a[aria-current="page"] {
	color: var(--lk-yellow);
}

.lk-legal__copy {
	margin-top: 44px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.42);
}

/* Paginas e posts padrao do WordPress. */
.lk-page {
	background: var(--lk-cream);
}

.lk-page__inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 64px var(--lk-pad) 80px;
}

.lk-page__title {
	font-family: var(--lk-font-head);
	font-weight: 600;
	font-size: clamp(30px, 4.4vw, 46px);
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin: 0 0 12px;
}

.lk-page__meta {
	font-family: var(--lk-font-mono);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--lk-muted-soft);
	margin-bottom: 32px;
}

.lk-prose {
	font-size: 18px;
	line-height: 1.75;
	color: var(--lk-ink);
}

.lk-prose h2,
.lk-prose h3,
.lk-prose h4 {
	font-family: var(--lk-font-head);
	font-weight: 600;
	letter-spacing: -0.01em;
	margin: 40px 0 12px;
}

.lk-prose img {
	height: auto;
	border-radius: 24px;
}

.lk-prose a {
	color: var(--lk-navy);
	text-decoration: underline;
}

.lk-prose a:hover {
	color: var(--lk-muted);
}

.lk-prose blockquote {
	margin: 32px 0;
	padding: 4px 0 4px 24px;
	border-left: 2px solid var(--lk-yellow);
	color: var(--lk-muted);
}

.lk-postnav {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 56px;
	flex-wrap: wrap;
}

.lk-postlist {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lk-postcard {
	border: 1px solid var(--lk-line-light);
	border-radius: 32px;
	background: var(--lk-white);
	padding: 32px 28px;
	transition: transform 220ms ease, border-color 220ms ease;
}

.lk-postcard:hover {
	transform: translateY(-4px);
	border-color: var(--lk-yellow);
}

.lk-postcard h2 {
	font-family: var(--lk-font-head);
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 10px;
}

/* =========================================================
   23. Animacoes
   ========================================================= */

@keyframes lk-sheen {
	0% {
		transform: translateX(-120%) skewX(-12deg);
		opacity: 0;
	}
	12% {
		opacity: 0.5;
	}
	50% {
		opacity: 0.5;
	}
	88% {
		opacity: 0;
	}
	100% {
		transform: translateX(220%) skewX(-12deg);
		opacity: 0;
	}
}

@keyframes lk-drift {
	0% {
		transform: scale(1.04) translate3d(-0.6%, 0.4%, 0);
	}
	50% {
		transform: scale(1.07) translate3d(0.6%, -0.5%, 0);
	}
	100% {
		transform: scale(1.04) translate3d(-0.6%, 0.4%, 0);
	}
}

@keyframes lk-pulse {
	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(233, 221, 0, 0.45);
	}
	50% {
		transform: scale(1.055);
		box-shadow: 0 0 0 16px rgba(233, 221, 0, 0);
	}
}

@keyframes lk-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes lk-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* =========================================================
   24. Responsivo
   ========================================================= */

@media (min-width: 1200px) {
	/* 11 metricas em grade de 12 colunas, com a segunda linha centralizada. */
	.lk-metrics__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.lk-metric {
		grid-column: span 2;
	}

	.lk-metric:nth-child(7) {
		grid-column: 2 / span 2;
	}
}

@media (max-width: 1100px) {
	.lk-reviews__slide {
		flex-basis: 50%;
	}
}

@media (max-width: 959px) {
	:root {
		--lk-pad: 28px;
	}

	.lk-nav {
		position: fixed;
		top: var(--lk-header-h);
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: var(--lk-navy);
		padding: 24px var(--lk-pad) 40px;
		overflow-y: auto;
		border-top: 1px solid var(--lk-line-dark);
	}

	.lk-nav.is-open {
		display: flex;
	}

	.lk-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.lk-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.lk-nav a {
		display: block;
		padding: 18px 0;
		font-size: 16px;
	}

	.lk-burger {
		display: block;
	}

	.lk-header__cta {
		display: none;
	}

	.lk-nav > .lk-btn {
		display: block;
		margin-top: 24px;
		text-align: center;
	}

	.lk-cards3 {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.lk-split,
	.lk-split--tight {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}

	.lk-split--reverse .lk-split__media {
		order: -1;
	}

	.lk-proof__links {
		grid-template-columns: minmax(0, 1fr);
	}

	.lk-mv {
		grid-template-columns: minmax(0, 1fr);
	}

	.lk-team {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lk-member,
	.lk-member:nth-child(7) {
		grid-column: auto;
	}

	.lk-vcard,
	.lk-vcard--alt {
		grid-template-columns: minmax(0, 1fr);
	}

	.lk-vcard__body,
	.lk-vcard--alt .lk-vcard__body {
		grid-column: 1;
		grid-row: 2;
		padding: 32px 28px;
	}

	.lk-vcard__media,
	.lk-vcard--alt .lk-vcard__media {
		grid-column: 1;
		grid-row: 1;
		min-height: 220px;
	}

	.lk-form {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}

	.lk-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px;
	}
}

@media (max-width: 860px) {
	.lk-wheel {
		display: none;
	}

	.lk-wheel-list {
		display: grid;
	}
}

@media (max-width: 760px) {
	.lk-reviews__slide {
		flex-basis: 100%;
		padding-right: 0;
	}

	/* Cards menores e ritmo um pouco mais calmo na tela pequena. */
	.lk-brands__grid {
		animation-duration: 54s;
	}

	.lk-brand {
		width: 152px;
		height: 104px;
		margin-right: 14px;
		font-size: 15px;
	}

	.lk-brand--logo {
		padding: 14px 18px;
	}

	.lk-brand--logo img {
		max-width: 78%;
		max-height: 56px;
	}

	.lk-hero__inner {
		padding-top: 48px;
		padding-bottom: 44px;
	}

	.lk-hero__title-break {
		white-space: normal;
	}

	.lk-break-mobile {
		display: inline;
	}

	.lk-container {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.lk-vcard__body {
		flex-direction: column;
		gap: 16px;
	}

	.lk-footer__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.lk-whatsapp {
		right: 16px;
		bottom: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	/* Sem movimento automatico: o carrossel de marcas vira rolagem manual. */
	.lk-brands {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.lk-brands__grid {
		animation: none !important;
	}

	.lk-brands__grid .lk-brand--clone {
		display: none !important;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}
