:root {
	--rankora-ink: #151519;
	--rankora-muted: #656872;
	--rankora-line: #e5e7eb;
	--rankora-surface: #f7f8fb;
	--rankora-white: #ffffff;
	--rankora-lime: #b8f23c;
	--rankora-teal: #0f8f7a;
	--rankora-coral: #ff6b57;
	--rankora-blue: #4d7cff;
	--rankora-radius: 8px;
	--rankora-container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--rankora-white);
	color: var(--rankora-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

button,
input,
textarea,
select {
	font: inherit;
}

.rankora-container {
	margin: 0 auto;
	max-width: var(--rankora-container);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.screen-reader-text:focus {
	background: var(--rankora-white);
	box-shadow: 0 0 0 3px var(--rankora-lime);
	clip: auto;
	clip-path: none;
	color: var(--rankora-ink);
	height: auto;
	left: 16px;
	padding: 12px 16px;
	top: 16px;
	width: auto;
	z-index: 100000;
}

.site-header {
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid var(--rankora-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.site-header__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: auto 1fr auto;
	min-height: 78px;
}

.site-branding {
	display: grid;
	line-height: 1.1;
}

.site-branding__name {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
}

.site-branding__tagline {
	color: var(--rankora-muted);
	font-size: 12px;
	margin-top: 4px;
}

.main-navigation {
	justify-self: end;
}

.main-navigation ul {
	align-items: center;
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation a {
	color: var(--rankora-ink);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: var(--rankora-teal);
}

.menu-toggle {
	align-items: center;
	background: var(--rankora-ink);
	border: 0;
	border-radius: var(--rankora-radius);
	color: var(--rankora-white);
	cursor: pointer;
	display: none;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.menu-toggle__bar,
.menu-toggle__bar::before,
.menu-toggle__bar::after {
	background: currentColor;
	content: "";
	display: block;
	height: 2px;
	width: 18px;
}

.menu-toggle__bar {
	position: relative;
}

.menu-toggle__bar::before,
.menu-toggle__bar::after {
	left: 0;
	position: absolute;
}

.menu-toggle__bar::before {
	top: -6px;
}

.menu-toggle__bar::after {
	top: 6px;
}

.rankora-button {
	align-items: center;
	background: var(--rankora-lime);
	border: 1px solid var(--rankora-lime);
	border-radius: var(--rankora-radius);
	color: var(--rankora-ink);
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 52px;
	padding: 0 22px;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.rankora-button:hover,
.rankora-button:focus {
	background: #a8df31;
	border-color: #a8df31;
	transform: translateY(-1px);
}

.rankora-button--small {
	min-height: 44px;
	padding: 0 18px;
}

.rankora-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.28);
	color: var(--rankora-white);
}

.rankora-button--ghost:hover,
.rankora-button--ghost:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.46);
}

.rankora-hero {
	background: var(--rankora-ink);
	color: var(--rankora-white);
	overflow: hidden;
	padding: 96px 0 72px;
}

.rankora-hero__grid {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.rankora-eyebrow {
	color: var(--rankora-teal);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.rankora-hero .rankora-eyebrow,
.rankora-section--dark .rankora-eyebrow,
.rankora-cta .rankora-eyebrow {
	color: var(--rankora-lime);
}

.rankora-hero h1,
.rankora-section__header h2,
.rankora-cta h2 {
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.rankora-hero h1 {
	font-size: clamp(52px, 8vw, 104px);
	max-width: 900px;
}

.rankora-hero p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 20px;
	margin: 24px 0 0;
	max-width: 690px;
}

.rankora-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.rankora-hero__visual {
	position: relative;
}

.rankora-dashboard {
	background: #222329;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--rankora-radius);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
	display: grid;
	gap: 22px;
	min-height: 460px;
	padding: 24px;
}

.rankora-dashboard__top {
	display: flex;
	gap: 8px;
}

.rankora-dashboard__top span {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	height: 10px;
	width: 10px;
}

.rankora-dashboard__metric {
	align-items: end;
	background: var(--rankora-lime);
	border-radius: var(--rankora-radius);
	color: var(--rankora-ink);
	display: flex;
	justify-content: space-between;
	padding: 28px;
}

.rankora-dashboard__metric strong {
	font-size: 64px;
	line-height: 0.95;
}

.rankora-dashboard__chart {
	align-items: end;
	background: #17181d;
	border-radius: var(--rankora-radius);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, 1fr);
	min-height: 150px;
	padding: 18px;
}

.rankora-dashboard__chart span {
	background: var(--rankora-blue);
	border-radius: 4px 4px 0 0;
	display: block;
}

.rankora-dashboard__chart span:nth-child(even) {
	background: var(--rankora-coral);
}

.rankora-dashboard__bar--one {
	height: 38%;
}

.rankora-dashboard__bar--two {
	height: 58%;
}

.rankora-dashboard__bar--three {
	height: 46%;
}

.rankora-dashboard__bar--four {
	height: 78%;
}

.rankora-dashboard__bar--five {
	height: 66%;
}

.rankora-dashboard__bar--six {
	height: 92%;
}

.rankora-dashboard__rows {
	display: grid;
	gap: 12px;
}

.rankora-dashboard__rows span {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	display: block;
	height: 14px;
}

.rankora-dashboard__rows span:nth-child(2) {
	width: 72%;
}

.rankora-dashboard__rows span:nth-child(3) {
	width: 54%;
}

.rankora-proof {
	background: var(--rankora-lime);
}

.rankora-proof__grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 1px;
	padding-top: 1px;
}

.rankora-proof__grid div {
	background: var(--rankora-lime);
	padding: 36px 26px;
}

.rankora-proof span {
	display: block;
	font-size: 44px;
	font-weight: 900;
	line-height: 1;
}

.rankora-proof p {
	font-size: 15px;
	font-weight: 700;
	margin: 10px 0 0;
}

.rankora-section {
	padding: 96px 0;
}

.rankora-section--dark {
	background: var(--rankora-ink);
	color: var(--rankora-white);
}

.rankora-section__header {
	margin-bottom: 44px;
	max-width: 820px;
}

.rankora-section__header h2,
.rankora-cta h2 {
	font-size: clamp(38px, 5vw, 72px);
}

.rankora-section__header p:not(.rankora-eyebrow),
.rankora-cta p {
	color: var(--rankora-muted);
	font-size: 18px;
	margin: 18px 0 0;
}

.rankora-section--dark .rankora-section__header p:not(.rankora-eyebrow),
.rankora-cta p {
	color: rgba(255, 255, 255, 0.72);
}

.rankora-service-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.rankora-service-grid article {
	background: var(--rankora-surface);
	border: 1px solid var(--rankora-line);
	border-radius: var(--rankora-radius);
	min-height: 320px;
	padding: 28px;
}

.rankora-service-grid span,
.rankora-process span {
	color: var(--rankora-teal);
	display: block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 36px;
}

.rankora-service-grid h3,
.rankora-case-list h3,
.rankora-process h3 {
	font-size: 24px;
	line-height: 1.1;
	margin: 0;
}

.rankora-service-grid p,
.rankora-case-list p,
.rankora-process p {
	color: var(--rankora-muted);
	margin: 18px 0 0;
}

.rankora-case-layout {
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
}

.rankora-case-list {
	display: grid;
	gap: 16px;
}

.rankora-case-list article {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--rankora-radius);
	padding: 28px;
}

.rankora-case-list strong {
	color: var(--rankora-lime);
	display: block;
	font-size: 52px;
	line-height: 1;
	margin-bottom: 18px;
}

.rankora-case-list p {
	color: rgba(255, 255, 255, 0.68);
}

.rankora-process {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.rankora-process ol {
	counter-reset: rankora-process;
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rankora-process li {
	border-bottom: 1px solid var(--rankora-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 64px 170px 1fr;
	padding: 0 0 24px;
}

.rankora-logo-band {
	background: var(--rankora-surface);
	padding-bottom: 72px;
	padding-top: 72px;
}

.rankora-logos {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, 1fr);
}

.rankora-logos span {
	align-items: center;
	background: var(--rankora-white);
	border: 1px solid var(--rankora-line);
	border-radius: var(--rankora-radius);
	color: var(--rankora-muted);
	display: flex;
	font-weight: 900;
	justify-content: center;
	min-height: 88px;
	padding: 14px;
	text-align: center;
}

.rankora-cta {
	background: var(--rankora-ink);
	color: var(--rankora-white);
	padding: 96px 0;
}

.rankora-cta__grid {
	align-items: start;
	display: grid;
	gap: 56px;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
}

.rankora-audit-form {
	background: var(--rankora-white);
	border-radius: var(--rankora-radius);
	color: var(--rankora-ink);
	display: grid;
	gap: 16px;
	padding: 24px;
}

.rankora-audit-form label {
	display: grid;
	gap: 8px;
}

.rankora-audit-form span {
	font-size: 13px;
	font-weight: 800;
}

.rankora-audit-form input {
	background: var(--rankora-surface);
	border: 1px solid var(--rankora-line);
	border-radius: var(--rankora-radius);
	min-height: 52px;
	padding: 0 14px;
	width: 100%;
}

.rankora-content-area {
	padding-bottom: 80px;
	padding-top: 80px;
}

.rankora-content-area--narrow {
	max-width: 860px;
}

.rankora-entry {
	border-bottom: 1px solid var(--rankora-line);
	margin-bottom: 36px;
	padding-bottom: 36px;
}

.rankora-entry__media {
	border-radius: var(--rankora-radius);
	display: block;
	margin-bottom: 24px;
	overflow: hidden;
}

.entry-title {
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.04;
	margin: 0 0 16px;
}

.entry-title a {
	text-decoration: none;
}

.entry-meta,
.entry-footer {
	color: var(--rankora-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 12px;
}

.entry-content {
	font-size: 18px;
}

.rankora-post-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer {
	background: #111114;
	color: var(--rankora-white);
	padding: 64px 0 28px;
}

.site-footer__grid {
	display: grid;
	gap: 36px;
	grid-template-columns: 1.2fr 1fr 1fr;
}

.site-footer__brand p {
	color: rgba(255, 255, 255, 0.65);
	max-width: 380px;
}

.site-footer__nav ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__nav a,
.site-footer__contact a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.site-footer__contact {
	display: grid;
	gap: 10px;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	margin-top: 48px;
	padding-top: 24px;
}

.comments-area,
.rankora-empty-state,
.rankora-error-page {
	background: var(--rankora-surface);
	border-radius: var(--rankora-radius);
	padding: 32px;
}

@media (max-width: 1024px) {
	.rankora-hero__grid,
	.rankora-case-layout,
	.rankora-process,
	.rankora-cta__grid {
		grid-template-columns: 1fr;
	}

	.rankora-service-grid,
	.rankora-proof__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rankora-logos {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 760px) {
	.rankora-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.site-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 68px;
	}

	.menu-toggle {
		display: inline-flex;
		justify-self: end;
	}

	.main-navigation {
		background: var(--rankora-white);
		border-bottom: 1px solid var(--rankora-line);
		box-shadow: 0 20px 40px rgba(21, 21, 25, 0.08);
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		padding: 0 0 18px;
	}

	.main-navigation.is-open {
		display: block;
	}

	.main-navigation ul {
		align-items: stretch;
		display: grid;
		gap: 8px;
	}

	.site-header .rankora-button {
		display: none;
	}

	.rankora-hero {
		padding: 68px 0 52px;
	}

	.rankora-hero h1 {
		font-size: 46px;
	}

	.rankora-hero p {
		font-size: 18px;
	}

	.rankora-dashboard {
		min-height: 380px;
	}

	.rankora-dashboard__metric strong {
		font-size: 48px;
	}

	.rankora-section,
	.rankora-cta {
		padding: 68px 0;
	}

	.rankora-service-grid,
	.rankora-proof__grid,
	.rankora-post-grid,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.rankora-process li {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.rankora-logos {
		grid-template-columns: repeat(2, 1fr);
	}
}
