/*
Theme Name: Avalon Kunci Data
Theme URI: https://github.com/rizkiailham/data-kunci-avalon
Author: Rizkia Ilham Ramadhan
Description: Custom WordPress theme for the Kunci Data Indonesia homepage.
Version: 0.1.1
Text Domain: avalon-kunci-data
*/

:root {
	--akd-navy-950: #161825;
	--akd-navy-900: #23263a;
	--akd-navy-800: #2a2d46;
	--akd-navy-700: #313552;
	--akd-panel: #4c5068;
	--akd-text: #0a0a0a;
	--akd-muted: #565971;
	--akd-line: #eaebee;
	--akd-accent: #b8405e;
	--akd-accent-dark: #832d43;
	--akd-accent-soft: #d2879a;
	--akd-cream: #f1ead3;
	--akd-white: #ffffff;
	--akd-container: 1296px;
	--akd-gutter: 72px;
	--akd-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--akd-mono: "Space Mono", "SFMono-Regular", Consolas, monospace;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--akd-white);
	color: var(--akd-text);
	font-family: var(--akd-font);
	font-size: 16px;
	line-height: 1.55;
	overflow-x: hidden;
}

body.nav-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	background: var(--akd-white);
	color: var(--akd-text);
	clip: auto;
}

.akd-container {
	width: min(var(--akd-container), calc(100% - (var(--akd-gutter) * 2)));
	margin-inline: auto;
}

.site-header {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	color: var(--akd-white);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 34px;
	width: min(var(--akd-container), calc(100% - (var(--akd-gutter) * 2)));
	min-height: 128px;
	margin-inline: auto;
}

.brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	line-height: 1;
}

.brand__logo {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.primary-nav {
	justify-self: center;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 46px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu a,
.header-cta,
.button,
.micro-label,
.section-kicker,
.stat-card span,
.service-card__code,
.vision-card__eyebrow {
	font-family: var(--akd-mono);
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu a.is-active,
.primary-menu a[aria-current="page"] {
	color: var(--akd-white);
}

.language-switch {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--akd-white);
	font-size: 14px;
	font-weight: 700;
}

.language-switch__divider {
	width: 1px;
	height: 28px;
	background: rgba(255, 255, 255, 0.55);
}

.flag {
	display: block;
	height: 20px;
	object-fit: contain;
}

.flag--en {
	width: 30px;
}

.flag--id {
	width: 27px;
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	height: 46px;
	padding: 0 22px;
	background: var(--akd-accent);
	color: var(--akd-white);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-cta:hover,
.button--accent:hover {
	background: #c84a69;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: transparent;
	color: var(--akd-white);
}

.nav-toggle__bar {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: currentColor;
}

.hero {
	position: relative;
	min-height: 875px;
	overflow: hidden;
	background: var(--akd-navy-950);
	color: var(--akd-white);
}

.hero::before {
	content: "";
	position: absolute;
	top: -320px;
	left: 310px;
	width: 865px;
	height: 865px;
	border: 155px solid rgba(86, 89, 113, 0.22);
	border-radius: 50%;
}

.hero::after {
	content: "";
	position: absolute;
	right: -76px;
	bottom: -475px;
	width: 1340px;
	height: 1340px;
	border: 2px solid rgba(234, 235, 238, 0.06);
	border-radius: 50%;
}

.hero__pattern {
	position: absolute;
	pointer-events: none;
}

.hero__pattern--dots {
	inset: 0;
	background-image: image-set(
		url("assets/images/figma/figma-image-01.webp") type("image/webp"),
		url("assets/images/figma/figma-image-01.png") type("image/png")
	);
	background-size: 520px 520px;
	opacity: 0.08;
}

.hero__pattern--binary {
	top: 92px;
	right: -88px;
	width: 720px;
	height: 590px;
	background-image: image-set(
		url("assets/images/figma/figma-image-03.webp") type("image/webp"),
		url("assets/images/figma/figma-image-03.png") type("image/png")
	);
	background-position: center;
	background-size: cover;
	opacity: 0.13;
}

.hero__ring {
	position: absolute;
	border: 2px solid rgba(234, 235, 238, 0.06);
	border-radius: 50%;
	pointer-events: none;
}

.hero__ring--outer {
	bottom: -745px;
	left: 22px;
	width: 1290px;
	height: 1290px;
}

.hero__ring--inner {
	bottom: -605px;
	left: 220px;
	width: 930px;
	height: 930px;
}

.hero__content {
	position: relative;
	z-index: 3;
	padding-top: 204px;
}

.micro-label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 12px;
	background: rgba(83, 29, 42, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.94);
	font-size: 13px;
}

.hero h1 {
	max-width: 1040px;
	margin: 20px 0 18px;
	color: var(--akd-white);
	font-size: 46px;
	font-weight: 800;
	line-height: 1.34;
	text-transform: uppercase;
}

.hero__lede {
	max-width: 990px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 24px;
	line-height: 1.35;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 60px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	padding: 0 28px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.button svg {
	width: 22px;
	height: 22px;
	stroke-width: 2.2;
}

.button--accent {
	background: var(--akd-accent);
	color: var(--akd-white);
}

.button--outline {
	border-color: rgba(255, 255, 255, 0.82);
	color: var(--akd-white);
}

.button--outline:hover {
	background: rgba(255, 255, 255, 0.1);
}

.hero__orbit-icon {
	position: absolute;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(131, 45, 67, 0.62);
	color: var(--akd-white);
}

.hero__orbit-icon svg {
	width: 28px;
	height: 28px;
	stroke-width: 2.2;
}

.hero__orbit-icon--shield {
	bottom: 111px;
	left: 278px;
}

.hero__orbit-icon--lock {
	top: 451px;
	left: calc(50% - 30px);
}

.hero__orbit-icon--document {
	right: 314px;
	bottom: 240px;
}

.hero__shield {
	position: absolute;
	z-index: 3;
	bottom: -26px;
	left: 50%;
	width: 344px;
	height: 270px;
	transform: translateX(-50%);
}

.hero__shield::before,
.hero__shield::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -64px;
	width: 250px;
	height: 275px;
	transform: translateX(-50%) skewX(-12deg);
	border: 1px solid rgba(184, 64, 94, 0.62);
	border-radius: 20px 20px 0 0;
}

.hero__shield::after {
	width: 178px;
	height: 206px;
	transform: translateX(-50%) skewX(12deg);
	border-color: rgba(255, 255, 255, 0.13);
}

.hero__shield-plate {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	display: grid;
	place-items: center;
	width: 172px;
	height: 204px;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #7b253b, var(--akd-accent));
	clip-path: polygon(50% 0, 100% 18%, 93% 70%, 50% 100%, 7% 70%, 0 18%);
	color: #e8c0ca;
	filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.28));
}

.hero__shield-plate::before {
	content: "";
	position: absolute;
	inset: 22px 24px 34px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	clip-path: polygon(50% 0, 100% 16%, 91% 69%, 50% 100%, 9% 69%, 0 16%);
}

.hero__shield-plate svg {
	width: 76px;
	height: 76px;
	stroke: #f1d5dc;
	stroke-width: 1.6;
}

.trusted {
	background: var(--akd-white);
	padding: 58px 0 82px;
	color: var(--akd-text);
	text-align: center;
}

.trusted p {
	margin: 0 0 39px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

.trusted__logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
	width: min(100%, 1418px);
	margin-inline: auto;
}

.trusted__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
}

.trusted__logo img {
	width: auto;
	object-fit: contain;
}

.trusted__logo--sinatria-farm img {
	width: 116px;
}

.trusted__logo--dijita img {
	width: 153px;
}

.trusted__logo--laksa-andaru-prima img {
	width: 133px;
}

.trusted__logo--avalon-star img {
	width: 264px;
}

.trusted__logo--strategis-group img {
	width: 183px;
}

.section {
	background: var(--akd-white);
	padding: 96px 0;
}

.section--split {
	padding-top: 0;
}

.split-grid {
	display: grid;
	grid-template-columns: minmax(280px, 404px) minmax(0, 1fr);
	gap: 92px;
	align-items: start;
}

.section-kicker {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 26px;
	color: var(--akd-text);
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}

.section-kicker::before {
	content: "";
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	background: linear-gradient(90deg, var(--akd-accent), var(--akd-accent-dark));
}

.section-kicker--light {
	color: var(--akd-white);
}

.section h2,
.vision-band h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.34;
}

.section-copy {
	max-width: 846px;
	color: var(--akd-text);
	font-size: 20px;
	line-height: 1.4;
}

.section-copy p {
	margin: 0;
}

.section-copy p + p {
	margin-top: 28px;
}

.section-rule {
	display: block;
	width: 113px;
	height: 4px;
	margin: 3px 0 25px;
	background: var(--akd-navy-700);
}

.section-copy--light {
	color: rgba(255, 255, 255, 0.9);
}

.section-rule--light {
	background: rgba(255, 255, 255, 0.82);
}

.about {
	padding-bottom: 82px;
}

.impact {
	padding-top: 38px;
	padding-bottom: 92px;
}

.impact__intro {
	margin-bottom: 50px;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card {
	min-height: 128px;
	padding: 0 48px 0 24px;
	border-right: 1px solid rgba(184, 64, 94, 0.72);
}

.stat-card:first-child {
	padding-left: 24px;
}

.stat-card:last-child {
	border-right: 0;
}

.stat-card strong {
	display: block;
	color: var(--akd-text);
	font-size: 76px;
	font-weight: 600;
	line-height: 0.9;
}

.stat-card strong span {
	display: inline;
	max-width: none;
	margin: 0;
	color: var(--akd-accent);
	font: inherit;
	line-height: inherit;
}

.stat-card > span {
	display: block;
	max-width: 210px;
	margin-top: 22px;
	color: #2a3641;
	font-size: 18px;
	line-height: 1.28;
	text-transform: uppercase;
}

.vision-band {
	position: relative;
	overflow: hidden;
	padding: 88px 0 78px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		var(--akd-navy-700);
	background-size: 48px 48px;
	color: var(--akd-white);
}

.vision-band__intro {
	grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
	gap: 64px;
	margin-bottom: 58px;
}

.vision-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
}

.vision-card {
	min-height: 302px;
	padding: 42px 44px;
	background: rgba(86, 89, 113, 0.78);
}

.icon-box,
.service-card__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 45%),
		var(--akd-accent);
	color: var(--akd-white);
}

.icon-box svg,
.service-card__icon svg {
	width: 26px;
	height: 26px;
	stroke-width: 1.8;
}

.vision-card__eyebrow {
	display: inline-block;
	margin: 22px 0 38px;
	padding-bottom: 11px;
	border-bottom: 4px solid var(--akd-accent);
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}

.vision-card h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 1.2;
}

.vision-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	line-height: 1.35;
}

.check-list {
	display: grid;
	gap: 13px;
	padding: 0;
	margin: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.92);
	font-size: 20px;
	line-height: 1.35;
}

.check-list li {
	position: relative;
	padding-left: 34px;
}

.check-list li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 18px;
	background: var(--akd-accent);
}

.check-list li::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 4px;
	width: 10px;
	height: 6px;
	border: solid var(--akd-white);
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.section-heading {
	margin-bottom: 50px;
}

.expertise {
	padding: 51px 0 66px;
	background: var(--akd-white);
	overflow: hidden;
}

.expertise .section-heading {
	grid-template-columns: minmax(450px, 560px) minmax(360px, 1fr);
	gap: 64px;
	margin-bottom: 43px;
}

.expertise-panel-stage {
	display: flex;
	gap: 8px;
	min-height: 429px;
}

.expertise-panel-card {
	position: relative;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	justify-content: space-between;
	min-width: 112px;
	min-height: 429px;
	overflow: hidden;
	padding: 32px;
	background: var(--akd-navy-700);
	color: var(--akd-white);
	cursor: pointer;
	transition:
		flex-basis 360ms cubic-bezier(0.22, 1, 0.36, 1),
		flex-grow 360ms cubic-bezier(0.22, 1, 0.36, 1),
		background 220ms ease,
		transform 220ms ease;
}

.expertise-panel-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(140deg, rgba(210, 135, 154, 0.22), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
	opacity: 0;
	transition: opacity 240ms ease;
}

.expertise-panel-card.is-active {
	flex: 3.6 1 0;
	transform: translateY(-1px);
}

.expertise-panel-card.is-active::before,
.expertise-panel-card:hover::before,
.expertise-panel-card:focus-visible::before {
	opacity: 1;
}

.expertise-panel-card:focus-visible {
	outline: 2px solid var(--akd-accent);
	outline-offset: -4px;
}

.expertise-panel-card__top,
.expertise-panel-card__body {
	position: relative;
	z-index: 1;
}

.expertise-panel-card__top {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

.expertise-panel-card__icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.expertise-panel-card__visual {
	width: 215px;
	max-width: 44%;
	height: auto;
	margin: 22px 6px 0 auto;
	opacity: 0;
	transform: translateY(16px) scale(0.96);
	transition:
		opacity 260ms ease,
		transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.expertise-panel-card.is-active .expertise-panel-card__visual {
	opacity: 0.8;
	transform: translateY(0) scale(1);
}

.expertise-panel-card__body {
	display: grid;
	gap: 0;
	align-content: end;
}

.expertise-panel-card h3 {
	max-width: 420px;
	margin: 0;
	color: var(--akd-white);
	font-size: 33px;
	font-weight: 500;
	line-height: 1.28;
}

.expertise-panel-card p {
	max-width: 500px;
	margin: 122px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 25px;
	line-height: 1.32;
	opacity: 0;
	transform: translateY(10px);
	transition:
		opacity 220ms ease,
		transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.expertise-panel-card.is-active p {
	opacity: 1;
	transform: translateY(0);
}

.expertise-panel-card:not(.is-active) {
	align-items: center;
	padding: 32px 24px;
}

.expertise-panel-card:not(.is-active) .expertise-panel-card__top {
	order: 2;
	display: grid;
	margin-top: 26px;
	place-items: center;
}

.expertise-panel-card:not(.is-active) .expertise-panel-card__visual {
	display: none;
}

.expertise-panel-card:not(.is-active) .expertise-panel-card__body {
	order: 1;
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	justify-content: center;
}

.expertise-panel-card:not(.is-active) h3 {
	max-height: 295px;
	font-size: 29px;
	line-height: 1.2;
	text-align: center;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.expertise-panel-card:not(.is-active) p {
	display: none;
}

.services {
	padding-top: 150px;
	padding-bottom: 86px;
}

.services .section-heading {
	grid-template-columns: minmax(280px, 404px) minmax(0, 1fr);
	gap: 30px;
	margin-bottom: 42px;
}

.services .section-copy {
	max-width: 570px;
	color: var(--akd-muted);
}

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

.service-card {
	position: relative;
	min-height: 253px;
	padding: 28px 24px 18px;
	border: 1px solid var(--akd-line);
	background: var(--akd-white);
}

.service-card:first-child {
	background:
		linear-gradient(#2a3641, #2a3641) 0 0 / 100% 8px no-repeat,
		linear-gradient(#2a3641, #2a3641) 0 0 / 8px 8px no-repeat,
		linear-gradient(#2a3641, #2a3641) 100% 0 / 8px 8px no-repeat,
		linear-gradient(#2a3641, #2a3641) 0 100% / 8px 8px no-repeat,
		linear-gradient(#2a3641, #2a3641) 100% 100% / 8px 8px no-repeat,
		#fafbfc;
}

.service-card__code {
	position: absolute;
	top: 30px;
	right: 24px;
	padding: 6px 8px;
	background: #f1f1f3;
	color: var(--akd-text);
	font-family: var(--akd-font);
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.service-card__icon {
	display: block;
	width: 42px;
	height: 42px;
	margin-bottom: 34px;
	background: transparent;
	object-fit: contain;
}

.service-card:nth-child(4) .service-card__icon {
	width: 46px;
	height: 46px;
	margin-bottom: 30px;
}

.service-card:nth-child(6) .service-card__icon {
	height: 36px;
	margin-bottom: 40px;
}

.service-card h3,
.value-card h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
}

.service-card h3 {
	margin: 0 0 9px;
}

.value-card h3 {
	margin: 0 0 16px;
}

.service-card p,
.value-card p {
	margin: 0;
	color: #3d3d3d;
	font-size: 17px;
	line-height: 1.35;
}

.values {
	padding-top: 76px;
	padding-bottom: 108px;
}

.values h2 {
	max-width: 510px;
	margin-bottom: 44px;
}

.values-grid {
	display: grid;
	grid-template-columns: minmax(340px, 1.06fr) repeat(2, minmax(0, 0.94fr));
	gap: 16px;
}

.values-grid__picture {
	grid-row: span 2;
	display: block;
}

.values-grid__image {
	width: 100%;
	height: 316px;
	object-fit: cover;
}

.value-card {
	min-height: 150px;
	padding: 28px 26px;
	border: 1px solid var(--akd-line);
	background: var(--akd-white);
}

.page-hero {
	position: relative;
	min-height: 875px;
	overflow: hidden;
	background: var(--akd-navy-950);
	color: var(--akd-white);
}

.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 38%, rgba(76, 80, 104, 0.2), transparent 38%),
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		var(--akd-navy-950);
	background-size: auto, 24px 24px, 24px 24px, auto;
}

.page-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.page-hero .akd-container {
	position: relative;
	z-index: 3;
}

.page-hero__content {
	padding-top: 236px;
}

.page-hero__content--left {
	max-width: 770px;
}

.page-hero__content--center {
	max-width: 900px;
	margin-inline: auto;
	padding-top: 230px;
	text-align: center;
}

.page-hero h1 {
	margin: 0 0 20px;
	color: var(--akd-white);
	font-size: 46px;
	font-weight: 800;
	line-height: 1.34;
	text-transform: uppercase;
}

.page-hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 22px;
	line-height: 1.6;
}

.page-hero .button-row {
	margin-top: 58px;
}

.page-hero__globe {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 58%;
	max-width: 720px;
	opacity: 0.88;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
	pointer-events: none;
}

.page-hero--keahlian::before {
	background:
		radial-gradient(circle at 52% -18%, rgba(76, 80, 104, 0.28), transparent 38%),
		linear-gradient(116deg, rgba(255, 255, 255, 0.08) 0, transparent 16%),
		var(--akd-navy-950);
}

.page-hero--keahlian::after {
	inset: 0;
	background-image: radial-gradient(rgba(84, 154, 196, 0.52) 1.4px, transparent 1.4px);
	background-size: 72px 72px;
	opacity: 0.18;
}

.page-hero--layanan::after {
	left: -14%;
	right: -14%;
	bottom: -515px;
	height: 760px;
	border: 3px solid rgba(255, 255, 255, 0.35);
	border-radius: 50% 50% 0 0;
	box-shadow: 0 0 42px rgba(255, 255, 255, 0.14);
}

.page-hero--layanan .button-row {
	justify-content: center;
	margin-top: 38px;
}

.page-hero--layanan p {
	max-width: 880px;
	margin-inline: auto;
}

.hero-pill {
	position: absolute;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 21px 0 14px;
	border: 1px solid rgba(210, 135, 154, 0.2);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(210, 135, 154, 0.3), transparent 54%),
		rgba(126, 39, 65, 0.9);
	box-shadow: 0 14px 24px rgba(184, 64, 94, 0.28);
	color: var(--akd-white);
	font-family: var(--akd-mono);
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	pointer-events: none;
}

.hero-pill img {
	width: 30px;
	height: 32px;
	object-fit: contain;
}

.hero-pill--studi {
	top: 436px;
	left: 4.8%;
}

.hero-pill--privacy {
	top: 614px;
	left: 18.7%;
}

.hero-pill--iso {
	top: 487px;
	right: 4.8%;
}

.hero-pill--masterplan {
	top: 682px;
	left: 58.6%;
}

.expertise-detail {
	padding-top: 48px;
	padding-bottom: 70px;
}

.expertise-detail h2,
.approach-section h2,
.services-showcase h2,
.process-section h2 {
	max-width: 1180px;
	margin: 0;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.32;
}

.expertise-detail__grid {
	display: grid;
	grid-template-columns: minmax(360px, 620px) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
	margin-top: 64px;
}

.expertise-detail__media {
	margin: 0;
}

.expertise-detail__media img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.expertise-detail__list {
	display: grid;
	gap: 0;
}

.expertise-detail__item {
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
	gap: 38px;
	padding-bottom: 27px;
	margin-bottom: 27px;
	border-bottom: 1px solid var(--akd-line);
}

.expertise-detail__item h3 {
	margin: 0;
	color: #24242a;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.22;
}

.expertise-detail__item p {
	max-width: 430px;
	margin: 0 0 24px;
	color: #24242a;
	font-size: 17px;
	line-height: 1.38;
}

.expertise-detail__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.expertise-detail__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 2px 7px;
	background: #e8e9ec;
	color: #111;
	font-size: 16px;
	line-height: 1.18;
	text-transform: uppercase;
}

.approach-section {
	padding-top: 74px;
	padding-bottom: 96px;
}

.approach-list {
	display: grid;
	gap: 24px;
	margin-top: 58px;
}

.approach-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(160px, 220px) minmax(150px, 220px) minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	min-height: 114px;
	padding: 28px 34px;
	border: 1px solid #cfd3dc;
	background: var(--akd-white);
	color: var(--akd-text);
	transition:
		background 220ms ease,
		border-color 220ms ease,
		color 220ms ease,
		transform 220ms ease;
}

.approach-card:hover,
.approach-card:focus-within,
.approach-card.is-active {
	border-color: var(--akd-navy-700);
	background: var(--akd-navy-700);
	color: var(--akd-white);
	transform: translateY(-2px);
}

.approach-card.is-active::before,
.approach-card.is-active::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #cfd3dc;
}

.approach-card.is-active::before {
	top: 0;
	left: 0;
}

.approach-card.is-active::after {
	right: 0;
	bottom: 0;
}

.approach-card__label {
	font-family: var(--akd-mono);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.approach-card h3 {
	margin: 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}

.approach-card p {
	max-width: 560px;
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
}

.services-showcase {
	padding-top: 48px;
	padding-bottom: 96px;
}

.services-showcase .section-kicker,
.process-section .section-kicker,
.expertise-detail .section-kicker,
.approach-section .section-kicker {
	margin-bottom: 27px;
}

.service-photo-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 411px));
	gap: 32px;
	justify-content: space-between;
	margin-top: 64px;
}

.service-photo-column {
	display: grid;
	gap: 32px;
	align-content: start;
}

.service-photo-column--middle {
	padding-top: 201px;
}

.service-photo-card {
	position: relative;
	display: grid;
	min-height: 500px;
	overflow: hidden;
	background: var(--akd-navy-950);
	color: var(--akd-white);
}

.service-photo-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(22, 24, 37, 0.1) 0%, rgba(22, 24, 37, 0.36) 45%, rgba(22, 24, 37, 0.9) 100%),
		linear-gradient(90deg, rgba(22, 24, 37, 0.4), transparent 42%);
	pointer-events: none;
}

.service-photo-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
}

.service-photo-card:hover .service-photo-card__image {
	transform: scale(1.035);
}

.service-photo-card__body {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 500px;
	padding: 28px 24px 24px;
}

.service-photo-card__icon {
	width: 42px;
	height: 42px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.service-photo-card__code {
	position: absolute;
	top: 30px;
	right: 24px;
	padding: 6px 9px;
	background: rgba(255, 255, 255, 0.94);
	color: #0a0a0a;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.service-photo-card h3 {
	align-self: end;
	max-width: 330px;
	margin: 0 0 12px;
	color: var(--akd-white);
	font-size: 25px;
	font-weight: 800;
	line-height: 1.24;
	text-transform: uppercase;
}

.service-photo-card p {
	max-width: 350px;
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.35;
}

.process-section {
	padding-top: 84px;
	padding-bottom: 94px;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
	margin-top: 58px;
}

.process-step {
	min-height: 243px;
	border: 1px solid #cfd3dc;
	background: var(--akd-white);
}

.process-step + .process-step {
	margin-left: -1px;
}

.process-step:nth-child(2) {
	margin-top: 48px;
}

.process-step:nth-child(3) {
	margin-top: 96px;
}

.process-step:nth-child(4) {
	margin-top: 144px;
}

.process-step__number {
	display: grid;
	height: 48px;
	place-items: center;
	background: var(--akd-accent);
	color: var(--akd-white);
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
}

.process-step__body {
	padding: 66px 24px 28px;
}

.process-step h3 {
	margin: 0 0 16px;
	color: var(--akd-text);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
}

.process-step p {
	margin: 0;
	color: #6c6c6c;
	font-size: 19px;
	line-height: 1.32;
}

.page-hero--sertifikasi::before {
	background:
		radial-gradient(circle at 86% 28%, rgba(84, 154, 196, 0.18), transparent 32%),
		linear-gradient(117deg, rgba(255, 255, 255, 0.08) 0, transparent 17%),
		var(--akd-navy-950);
}

.page-hero--sertifikasi::after,
.contact-hero::after {
	inset: 0;
	background-image: radial-gradient(rgba(84, 154, 196, 0.48) 1.4px, transparent 1.4px);
	background-size: 72px 72px;
	opacity: 0.14;
}

.page-hero__locks {
	position: absolute;
	z-index: 1;
	top: 120px;
	right: 0;
	width: min(620px, 52%);
	opacity: 0.92;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
	pointer-events: none;
}

.certification-flow {
	padding-top: 48px;
	padding-bottom: 78px;
	background: var(--akd-white);
}

.certification-flow__heading {
	margin-bottom: 64px;
}

.certification-flow__heading h2 {
	max-width: 1080px;
	margin: 0;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.32;
}

.certification-flow__heading .section-kicker {
	margin-bottom: 27px;
}

.certification-state-stage {
	display: grid;
	grid-template-columns: minmax(290px, 372px) minmax(0, 1fr);
	gap: 64px;
	width: min(100%, 1296px);
	margin-inline: auto;
	background: var(--akd-white);
}

.certification-tabs {
	position: relative;
	display: grid;
	align-content: start;
	min-height: 386px;
	padding: 0;
	border-left: 12px solid #eff0f3;
	background: transparent;
}

.certification-tab {
	position: relative;
	display: block;
	width: 100%;
	min-height: 58px;
	padding: 0 0 0 32px;
	border: 0;
	background: transparent;
	color: #a4a7af;
	font: 500 24px/1.22 var(--akd-font);
	text-align: left;
	cursor: pointer;
	transition:
		color 180ms ease,
		transform 180ms ease;
}

.certification-tab::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: -12px;
	width: 12px;
	background: transparent;
	transition: background 180ms ease;
}

.certification-tab:hover,
.certification-tab:focus,
.certification-tab.is-active {
	color: var(--akd-text);
}

.certification-tab:hover,
.certification-tab:focus-visible {
	transform: translateX(4px);
}

.certification-tab.is-active::before {
	background: var(--akd-navy-700);
}

.certification-tab:focus-visible {
	outline: 2px solid var(--akd-accent);
	outline-offset: -4px;
}

.certification-detail-panel {
	position: relative;
	min-width: 0;
	min-height: 386px;
	background: #f6f7f9;
}

.certification-detail {
	display: none;
	grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1fr);
	gap: 42px;
	align-items: center;
	min-height: 386px;
	padding: 38px 24px;
	opacity: 0;
	transform: translateY(8px);
}

.certification-detail.is-active {
	display: grid;
	animation: akd-fade-slide 280ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes akd-fade-slide {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.certification-detail__copy {
	display: grid;
	align-content: start;
	min-width: 0;
}

.certification-detail__icon {
	width: 52px;
	height: 52px;
	margin-bottom: 35px;
	object-fit: contain;
}

.certification-detail h3 {
	margin: 0 0 10px;
	color: var(--akd-text);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

.certification-detail__number {
	margin: 0 0 24px;
	color: var(--akd-text);
	font-size: 20px;
	line-height: 1.28;
}

.certification-detail__description {
	display: none;
}

.certification-detail ul {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
	color: var(--akd-text);
	font-size: 18px;
	line-height: 1.35;
}

.certification-detail li {
	position: relative;
	padding-left: 32px;
}

.certification-detail li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 19px;
	height: 19px;
	background: var(--akd-accent);
}

.certification-detail li::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	width: 9px;
	height: 5px;
	border: solid var(--akd-white);
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.certification-detail__certificate {
	margin: 0;
}

.certification-detail__certificate img {
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 12px 24px rgba(22, 24, 37, 0.08));
}

.partners-showcase h2,
.contact-location h2,
.contact-faq h2 {
	max-width: 860px;
	margin: 0;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.32;
}

.partners-showcase .section-kicker,
.contact-location .section-kicker,
.contact-faq .section-kicker {
	margin-bottom: 27px;
}

.partners-showcase {
	padding-top: 70px;
	padding-bottom: 126px;
	background: var(--akd-white);
}

.partners-showcase h2 {
	margin-bottom: 42px;
}

.partner-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.partner-card {
	display: grid;
	grid-template-rows: minmax(0, 170px) auto;
	min-height: 253px;
	overflow: hidden;
	background: var(--akd-white);
	border: 1px solid var(--akd-line);
	transition:
		transform 260ms ease,
		border-color 260ms ease,
		box-shadow 260ms ease;
}

.partner-card:hover,
.partner-card:focus-within {
	border-color: #cfd3dc;
	box-shadow: 0 12px 28px rgba(22, 24, 37, 0.08);
	transform: translateY(-2px);
}

.partner-card__logo {
	display: grid;
	place-items: center;
	min-height: 170px;
	padding: 24px 28px 8px;
}

.partner-card__logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 132px;
	object-fit: contain;
}

.partner-card h3 {
	margin: 0;
	padding: 20px 20px 24px;
	color: #111111;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
}

.contact-hero {
	position: relative;
	min-height: 875px;
	overflow: hidden;
	padding-top: 170px;
	padding-bottom: 80px;
	background:
		linear-gradient(118deg, rgba(255, 255, 255, 0.08) 0, transparent 17%),
		radial-gradient(circle at 94% 16%, rgba(76, 80, 104, 0.32), transparent 28%),
		var(--akd-navy-950);
	color: var(--akd-white);
}

.contact-hero::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 96px;
	right: -138px;
	width: 540px;
	height: 540px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	transform: rotate(22deg);
	pointer-events: none;
}

.contact-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.contact-hero__grid {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(460px, 550px);
	gap: 74px;
	align-items: start;
}

.contact-hero__content {
	padding-top: 44px;
}

.contact-hero h1 {
	max-width: 660px;
	margin: 0 0 24px;
	color: var(--akd-white);
	font-size: 46px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.contact-hero p {
	max-width: 640px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 21px;
	line-height: 1.55;
}

.contact-info-list {
	display: grid;
	gap: 18px;
	max-width: 620px;
	padding: 0;
	margin: 118px 0 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.94);
	font-size: 19px;
	line-height: 1.38;
}

.contact-info-list li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.contact-info-list img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.contact-info-list a:hover,
.contact-info-list a:focus {
	color: var(--akd-white);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.contact-form {
	width: 100%;
	padding: 42px 40px;
	background: #f6f6f7;
	color: var(--akd-text);
}

.contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 26px;
}

.contact-form label {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.contact-form label span {
	color: #24242a;
	font-family: var(--akd-mono);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	min-width: 0;
	border: 0;
	border-bottom: 1px solid #d4d6dc;
	border-radius: 0;
	background: transparent;
	color: #111;
	font: 500 16px/1.35 var(--akd-font);
}

.contact-form input,
.contact-form select {
	height: 40px;
}

.contact-form textarea {
	min-height: 112px;
	padding-top: 6px;
	resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #8a8e99;
	opacity: 1;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: var(--akd-accent);
	outline: 0;
}

.contact-form__wide {
	grid-column: 1 / -1;
}

.contact-form .button {
	margin-top: 32px;
}

.contact-form__status {
	margin: 18px 0 0;
	color: #36533a;
	font-size: 15px;
	line-height: 1.4;
}

.contact-location {
	padding-top: 48px;
	padding-bottom: 94px;
	background: var(--akd-white);
}

.contact-location h2,
.contact-faq h2 {
	margin-bottom: 64px;
}

.contact-location__map-wrap {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--akd-line);
	background: #e9ecf2;
}

.contact-location__map-frame {
	display: block;
	width: 100%;
	aspect-ratio: 1296 / 413;
	border: 0;
}

.contact-location__map-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 20px;
	background: var(--akd-white);
	color: var(--akd-muted);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
}

.contact-location__map-caption a {
	flex: 0 0 auto;
	color: var(--akd-burgundy);
	font-weight: 700;
}

.contact-faq {
	padding-top: 50px;
	padding-bottom: 92px;
	background: var(--akd-white);
}

.contact-faq__grid {
	display: grid;
	grid-template-columns: minmax(340px, 626px) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
}

.contact-faq__media {
	display: block;
}

.contact-faq__image {
	width: 100%;
	aspect-ratio: 626 / 360;
	object-fit: cover;
}

.faq-list {
	display: grid;
	gap: 0;
}

.faq-item {
	border-bottom: 1px solid var(--akd-line);
}

.faq-item:first-child {
	border-top: 1px solid var(--akd-line);
}

.faq-item button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 24px 0;
	border: 0;
	background: transparent;
	color: #111;
	font: 800 22px/1.28 var(--akd-font);
	text-align: left;
	cursor: pointer;
}

.faq-item__arrow {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 28px;
	height: 28px;
	color: var(--akd-accent);
	transition: transform 220ms ease;
}

.faq-item__arrow svg {
	width: 24px;
	height: 24px;
}

.faq-item__answer {
	display: none;
	max-width: 610px;
	padding: 0 56px 24px 0;
}

.faq-item__answer p {
	margin: 0;
	color: #565971;
	font-size: 17px;
	line-height: 1.5;
}

.faq-item.is-open .faq-item__answer {
	display: block;
}

.faq-item.is-open .faq-item__arrow {
	transform: rotate(45deg);
}

.figma-cta {
	position: relative;
	display: grid;
	min-height: 620px;
	overflow: hidden;
	place-items: center;
	background: var(--akd-navy-900);
	color: var(--akd-white);
	text-align: center;
}

.figma-cta::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(22, 24, 37, 0.1) 0%, rgba(22, 24, 37, 0.72) 62%, rgba(35, 38, 58, 0.96) 100%),
		linear-gradient(90deg, rgba(22, 24, 37, 0.46), rgba(22, 24, 37, 0.16), rgba(22, 24, 37, 0.46));
	pointer-events: none;
}

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

.figma-cta__content {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	padding: 84px 0;
}

.figma-cta h2 {
	max-width: 620px;
	margin: 0 auto 22px;
	color: var(--akd-white);
	font-size: 40px;
	font-weight: 800;
	line-height: 1.24;
}

.figma-cta p {
	max-width: 640px;
	margin: 0 auto 34px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 20px;
	line-height: 1.45;
}

.figma-cta--keahlian {
	min-height: 520px;
}

.figma-cta--layanan {
	min-height: 678px;
}

.figma-cta--sertifikasi {
	min-height: 620px;
}

.figma-cta--hubungi {
	min-height: 650px;
}

.cta-band {
	position: relative;
	display: grid;
	min-height: 690px;
	overflow: hidden;
	place-items: center;
	background: var(--akd-navy-950);
	color: var(--akd-white);
	text-align: center;
}

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

.cta-band__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(22, 24, 37, 0.22) 0%, rgba(22, 24, 37, 0.86) 78%, var(--akd-navy-900) 100%),
		linear-gradient(90deg, rgba(22, 24, 37, 0.62), rgba(22, 24, 37, 0.08), rgba(22, 24, 37, 0.62));
}

.cta-band__content {
	position: relative;
	z-index: 2;
	max-width: 760px;
	padding-top: 94px;
}

.cta-band h2 {
	margin: 0 auto 24px;
	color: var(--akd-white);
	font-size: 40px;
	font-weight: 800;
	line-height: 1.26;
}

.cta-band p {
	margin: 0 auto 36px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 20px;
	line-height: 1.42;
}

.site-footer {
	background: var(--akd-navy-900);
	color: var(--akd-white);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(300px, 455px) minmax(0, 1fr);
	gap: 120px;
	padding: 88px 0 64px;
}

.brand--footer {
	width: 138px;
}

.site-footer__brand p {
	max-width: 470px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 20px;
	line-height: 1.35;
}

.social-links {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 82px;
}

.social-links a {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	color: var(--akd-white);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.social-links svg {
	width: 22px;
	height: 22px;
	fill: var(--akd-white);
	stroke: none;
}

.footer-nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 45px;
}

.footer-nav h2 {
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.footer-nav a {
	display: block;
	margin-bottom: 19px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.2;
}

.footer-nav a:hover,
.footer-nav a:focus {
	color: var(--akd-white);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 0 0 66px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer__bottom div {
	display: flex;
	gap: 44px;
}

.default-page {
	min-height: 65vh;
	padding: 180px 0 100px;
	background: var(--akd-white);
}

.default-page .entry-card {
	padding: 32px 0;
	border-bottom: 1px solid var(--akd-line);
}

.default-page h1 {
	margin: 0 0 16px;
	color: var(--akd-text);
}

.default-page a {
	color: var(--akd-accent);
}

@media (max-width: 1180px) {
	:root {
		--akd-gutter: 40px;
	}

	.site-header__inner {
		grid-template-columns: 180px minmax(0, 1fr) auto auto;
		gap: 24px;
	}

	.primary-menu {
		gap: 28px;
	}

	.hero h1 {
		font-size: 42px;
	}

	.page-hero h1 {
		font-size: 42px;
	}

	.page-hero p {
		font-size: 20px;
	}

	.page-hero__locks {
		width: 50%;
		opacity: 0.62;
	}

	.expertise-detail__grid {
		grid-template-columns: minmax(320px, 48%) minmax(0, 1fr);
		gap: 40px;
	}

	.expertise-detail__item {
		grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
		gap: 28px;
	}

	.service-photo-columns {
		gap: 24px;
	}

	.brand {
		width: 106px;
	}

	.trusted__logos {
		gap: 28px;
	}

	.trusted__logo--sinatria-farm img {
		width: 102px;
	}

	.trusted__logo--dijita img {
		width: 134px;
	}

	.trusted__logo--laksa-andaru-prima img {
		width: 116px;
	}

	.trusted__logo--avalon-star img {
		width: 220px;
	}

	.trusted__logo--strategis-group img {
		width: 160px;
	}

	.contact-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(430px, 500px);
		gap: 48px;
	}

	.contact-hero h1 {
		font-size: 42px;
	}

	.partner-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.site-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 96px;
	}

	.nav-toggle {
		display: block;
		justify-self: end;
	}

	.primary-nav {
		position: fixed;
		z-index: 40;
		top: 96px;
		left: 24px;
		right: 24px;
		display: none;
		padding: 24px;
		background: rgba(35, 38, 58, 0.98);
		border: 1px solid rgba(255, 255, 255, 0.12);
	}

	.nav-open .primary-nav {
		display: block;
	}

	.primary-menu {
		display: grid;
		gap: 10px;
	}

	.primary-menu a {
		width: 100%;
	}

	.language-switch,
	.header-cta {
		display: none;
	}

	.hero {
		min-height: 820px;
	}

	.hero__content {
		padding-top: 160px;
	}

	.hero h1 {
		max-width: 760px;
		font-size: 38px;
		line-height: 1.22;
	}

	.hero__lede {
		max-width: 720px;
		font-size: 20px;
	}

	.page-hero {
		min-height: 760px;
	}

	.page-hero__content,
	.page-hero__content--center {
		padding-top: 164px;
	}

	.page-hero h1 {
		font-size: 38px;
		line-height: 1.24;
	}

	.page-hero p {
		font-size: 18px;
		line-height: 1.52;
	}

	.page-hero__globe {
		width: 70%;
		opacity: 0.44;
	}

	.page-hero__locks {
		width: 68%;
		opacity: 0.36;
	}

	.hero::before {
		left: 28%;
	}

	.hero__orbit-icon--document {
		right: 80px;
	}

	.hero__orbit-icon--shield {
		left: 80px;
	}

	.trusted__logos {
		flex-wrap: wrap;
		justify-content: center;
		gap: 28px 46px;
		max-width: 650px;
	}

	.split-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.vision-band__intro,
	.expertise .section-heading {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.expertise-detail h2,
	.approach-section h2,
	.services-showcase h2,
	.process-section h2 {
		font-size: 34px;
	}

	.section h2,
	.vision-band h2,
	.cta-band h2 {
		font-size: 34px;
	}

	.section-copy {
		font-size: 18px;
	}

	.stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 36px;
	}

	.stat-card:nth-child(2) {
		border-right: 0;
	}

	.vision-cards {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.expertise {
		padding: 82px 0;
	}

	.expertise .section-heading {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.expertise-panel-stage {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 0;
	}

	.expertise-panel-card,
	.expertise-panel-card.is-active,
	.expertise-panel-card:not(.is-active) {
		display: flex;
		align-items: stretch;
		min-width: 0;
		min-height: 250px;
		padding: 28px;
		transform: none;
	}

	.expertise-panel-card:not(.is-active) .expertise-panel-card__top,
	.expertise-panel-card:not(.is-active) .expertise-panel-card__body {
		order: initial;
		display: grid;
		margin: 0;
		place-items: initial;
	}

	.expertise-panel-card:not(.is-active) .expertise-panel-card__body {
		align-items: end;
		justify-content: start;
	}

	.expertise-panel-card:not(.is-active) h3 {
		max-height: none;
		font-size: 25px;
		line-height: 1.24;
		text-align: left;
		writing-mode: initial;
		transform: none;
	}

	.expertise-panel-card p,
	.expertise-panel-card:not(.is-active) p {
		display: block;
		margin-top: 20px;
		font-size: 18px;
		opacity: 1;
		transform: none;
	}

	.expertise-panel-card__visual {
		display: none;
	}

	.certification-flow {
		padding-top: 82px;
		padding-bottom: 82px;
	}

	.certification-state-stage {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.certification-tabs {
		min-height: 0;
	}

	.certification-detail {
		grid-template-columns: 1fr;
	}

	.certification-detail__certificate {
		max-width: 560px;
	}

	.certification-flow__heading h2,
	.partners-showcase h2,
	.contact-location h2,
	.contact-faq h2 {
		font-size: 34px;
	}

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

	.contact-hero {
		min-height: 0;
		padding-top: 124px;
	}

	.contact-hero__grid,
	.contact-faq__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.contact-hero__content {
		padding-top: 0;
	}

	.contact-info-list {
		margin-top: 50px;
	}

	.expertise-detail__grid {
		grid-template-columns: 1fr;
	}

	.expertise-detail__media {
		max-width: 620px;
	}

	.expertise-detail__item {
		grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	}

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

	.service-photo-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
	}

	.service-photo-column--middle {
		padding-top: 0;
	}

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

	.process-step,
	.process-step:nth-child(2),
	.process-step:nth-child(3),
	.process-step:nth-child(4) {
		margin-top: 0;
	}

	.process-step:nth-child(odd) {
		margin-left: 0;
	}

	.values-grid {
		grid-template-columns: 1fr 1fr;
	}

	.values-grid__picture {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.values-grid__image {
		height: 330px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 64px;
	}
}

@media (max-width: 700px) {
	:root {
		--akd-gutter: 20px;
	}

	body {
		font-size: 15px;
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.site-header__inner {
		min-height: 86px;
	}

	.brand {
		width: 94px;
	}

	.primary-nav {
		top: 86px;
		left: 20px;
		right: 20px;
	}

	.hero {
		min-height: 840px;
	}

	.hero__content {
		padding-top: 138px;
	}

	.hero h1 {
		font-size: 32px;
	}

	.hero__lede {
		font-size: 18px;
	}

	.page-hero {
		min-height: 720px;
	}

	.page-hero__content,
	.page-hero__content--center {
		padding-top: 138px;
	}

	.page-hero h1 {
		font-size: 32px;
	}

	.page-hero p {
		font-size: 17px;
	}

	.page-hero__globe,
	.page-hero__locks,
	.hero-pill {
		opacity: 0.2;
	}

	.hero-pill {
		display: none;
	}

	.button-row {
		gap: 14px;
		margin-top: 38px;
	}

	.button {
		width: 100%;
		min-height: 48px;
		padding: 0 18px;
		white-space: normal;
		text-align: center;
	}

	.hero__shield {
		width: 250px;
		height: 210px;
		z-index: 1;
		bottom: -8px;
	}

	.hero__shield-plate {
		width: 132px;
		height: 158px;
	}

	.hero__shield-plate svg {
		width: 54px;
		height: 54px;
	}

	.hero__orbit-icon {
		width: 48px;
		height: 48px;
	}

	.hero__orbit-icon--lock {
		top: auto;
		bottom: 265px;
	}

	.hero__orbit-icon--shield {
		left: 28px;
		bottom: 126px;
	}

	.hero__orbit-icon--document {
		right: 28px;
		bottom: 206px;
	}

	.trusted {
		padding: 44px 0 64px;
	}

	.trusted p {
		margin-bottom: 28px;
		font-size: 16px;
	}

	.trusted__logos {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 250px;
		gap: 20px;
	}

	.trusted__logo {
		min-height: 56px;
	}

	.trusted__logo--sinatria-farm img {
		width: 104px;
	}

	.trusted__logo--dijita img {
		width: 134px;
	}

	.trusted__logo--laksa-andaru-prima img {
		width: 122px;
	}

	.trusted__logo--avalon-star img {
		width: 218px;
	}

	.trusted__logo--strategis-group img {
		width: 156px;
	}

	.section,
	.expertise,
	.values,
	.vision-band {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.about {
		padding-top: 0;
	}

	.impact {
		padding-top: 20px;
	}

	.section-kicker {
		font-size: 17px;
	}

	.section h2,
	.vision-band h2,
	.cta-band h2 {
		font-size: 30px;
	}

	.expertise-detail h2,
	.approach-section h2,
	.services-showcase h2,
	.process-section h2 {
		font-size: 30px;
	}

	.section-copy {
		font-size: 17px;
	}

	.stats-grid,
	.services-grid,
	.values-grid,
	.service-photo-columns,
	.process-grid,
	.footer-nav {
		grid-template-columns: 1fr;
	}

	.stat-card {
		min-height: 0;
		padding: 0 0 26px;
		border-right: 0;
		border-bottom: 1px solid rgba(184, 64, 94, 0.44);
	}

	.stat-card:first-child {
		padding-left: 0;
	}

	.stat-card:last-child {
		border-bottom: 0;
	}

	.stat-card strong {
		font-size: 64px;
	}

	.vision-card,
	.expertise-panel-card,
	.service-card,
	.value-card {
		padding: 28px;
	}

	.vision-card h3 {
		font-size: 26px;
	}

	.vision-card p,
	.check-list {
		font-size: 17px;
	}

	.expertise-panel-stage {
		grid-template-columns: 1fr;
	}

	.partner-card-grid,
	.contact-form__grid {
		grid-template-columns: 1fr;
	}

	.expertise-panel-card,
	.expertise-panel-card.is-active,
	.expertise-panel-card:not(.is-active) {
		min-height: 0;
	}

	.expertise-panel-card h3,
	.expertise-panel-card:not(.is-active) h3 {
		font-size: 24px;
	}

	.expertise-panel-card p,
	.expertise-panel-card:not(.is-active) p {
		font-size: 17px;
	}

	.certification-flow__heading h2,
	.partners-showcase h2,
	.contact-location h2,
	.contact-faq h2 {
		font-size: 30px;
	}

	.certification-flow,
	.partners-showcase,
	.contact-location,
	.contact-faq {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.contact-hero {
		padding-top: 118px;
		padding-bottom: 64px;
	}

	.contact-hero h1 {
		font-size: 32px;
		line-height: 1.28;
	}

	.contact-hero p,
	.contact-info-list {
		font-size: 17px;
	}

	.contact-form {
		padding: 30px 24px;
	}

	.contact-form__wide {
		grid-column: auto;
	}

	.contact-location h2,
	.contact-faq h2 {
		margin-bottom: 38px;
	}

	.contact-location__map-frame {
		aspect-ratio: 1 / 0.78;
	}

	.contact-location__map-caption {
		display: grid;
		gap: 10px;
		padding: 14px 16px;
		font-size: 13px;
	}

	.certification-tabs {
		border-left-width: 8px;
	}

	.certification-tab {
		min-height: 52px;
		padding-left: 24px;
		font-size: 20px;
	}

	.certification-tab::before {
		left: -8px;
		width: 8px;
	}

	.certification-detail {
		min-height: 0;
		padding: 28px 22px;
	}

	.certification-detail h3 {
		font-size: 24px;
	}

	.certification-detail__number {
		font-size: 17px;
	}

	.certification-detail ul {
		font-size: 16px;
	}

	.service-photo-card,
	.service-photo-card__body {
		min-height: 430px;
	}

	.figma-cta,
	.figma-cta--keahlian,
	.figma-cta--layanan,
	.figma-cta--sertifikasi,
	.figma-cta--hubungi {
		min-height: 560px;
	}

	.figma-cta h2 {
		font-size: 30px;
	}

	.figma-cta p {
		font-size: 17px;
	}

	.faq-item button {
		padding: 20px 0;
		font-size: 19px;
	}

	.faq-item__answer {
		padding-right: 0;
	}

	.expertise-detail__grid,
	.service-photo-columns {
		margin-top: 42px;
	}

	.expertise-detail__item {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.expertise-detail__item h3 {
		font-size: 23px;
	}

	.expertise-detail__tags span {
		font-size: 13px;
	}

	.approach-card {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 24px;
	}

	.approach-card p,
	.process-step p {
		font-size: 17px;
	}

	.process-step + .process-step {
		margin-left: 0;
	}

	.process-step__body {
		padding: 34px 22px 24px;
	}

	.values-grid__image {
		height: 250px;
	}

	.cta-band {
		min-height: 610px;
	}

	.cta-band__content {
		padding-top: 42px;
	}

	.cta-band p {
		font-size: 17px;
	}

	.site-footer__grid {
		padding-top: 64px;
	}

	.site-footer__brand p {
		font-size: 17px;
	}

	.social-links {
		margin-top: 42px;
	}

	.site-footer__bottom {
		display: grid;
		gap: 26px;
		padding-bottom: 42px;
	}

	.site-footer__bottom div {
		display: grid;
		gap: 12px;
	}
}
