.kantataksi-page {
	background: #fffdf7;
	color: #111111;
	margin-block-start: 0;
}

.kantataksi-page a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.kantataksi-page,
.kantataksi-page > *,
.kantataksi-footer {
	margin-block-start: 0 !important;
}

:where(.wp-site-blocks) > .kantataksi-page,
:where(.wp-site-blocks) > .kantataksi-footer {
	margin-block-start: 0 !important;
}

:where(.wp-site-blocks) > .wp-block-template-part:has(.kantataksi-footer) {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.kantataksi-section {
	padding: 72px 24px;
}

.kantataksi-section--soft {
	background: #f6f0e4;
}

.kantataksi-section--dark {
	background: #151515;
	color: #fffdf7;
}

.kantataksi-container {
	max-width: 1180px;
	margin-inline: auto;
}

.kantataksi-eyebrow {
	margin: 0 0 12px;
	color: #8a6400;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.kantataksi-heading {
	max-width: 760px;
	margin: 0;
	font-size: clamp(34px, 5vw, 64px);
	font-weight: 850;
	line-height: 0.98;
	letter-spacing: 0;
}

.kantataksi-section-title {
	max-width: 700px;
	margin: 0;
	font-size: clamp(28px, 3.4vw, 44px);
	font-weight: 850;
	line-height: 1.06;
	letter-spacing: 0;
}

.kantataksi-lead {
	max-width: 640px;
	margin: 22px 0 0;
	color: #49443b;
	font-size: 19px;
	line-height: 1.65;
}

.kantataksi-section--dark .kantataksi-lead {
	color: rgba(255, 253, 247, 0.78);
}

.kantataksi-hero {
	padding-top: 92px;
	padding-bottom: 82px;
}

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

.kantataksi-actions {
	margin-top: 30px;
	gap: 12px;
}

.kantataksi-button-primary .wp-block-button__link,
.kantataksi-button-secondary .wp-block-button__link {
	border-radius: 4px;
	padding: 13px 20px;
	font-size: 16px;
	font-weight: 800;
}

.kantataksi-button-primary .wp-block-button__link {
	background: #f2c230;
	color: #111111;
}

.kantataksi-button-primary .wp-block-button__link:hover,
.kantataksi-button-primary .wp-block-button__link:focus {
	background: #dfae16;
	color: #111111;
}

.kantataksi-button-secondary .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 0.22);
	color: #111111;
}

.kantataksi-button-secondary .wp-block-button__link:hover,
.kantataksi-button-secondary .wp-block-button__link:focus {
	border-color: #8a6400;
	color: #8a6400;
}

.kantataksi-hero-card {
	background: #111111;
	color: #fffdf7;
	border-radius: 6px;
	padding: 30px;
	box-shadow: 0 22px 55px rgba(17, 17, 17, 0.12);
}

.kantataksi-hero-card__title {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.15;
}

.kantataksi-hero-card__text {
	margin: 0;
	color: rgba(255, 253, 247, 0.74);
	font-size: 16px;
	line-height: 1.65;
}

.kantataksi-hero-card__list {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.kantataksi-hero-card__list li {
	display: flex;
	gap: 10px;
	align-items: baseline;
	padding: 11px 0;
	border-top: 1px solid rgba(255, 253, 247, 0.14);
	font-size: 15px;
}

.kantataksi-hero-card__list li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f2c230;
	flex: 0 0 auto;
	transform: translateY(-1px);
}

.kantataksi-trust {
	padding: 0 24px 56px;
}

.kantataksi-trust__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(17, 17, 17, 0.1);
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.kantataksi-trust__item {
	margin: 0;
	padding: 18px 20px;
	color: #3f3a32;
	font-size: 15px;
	font-weight: 750;
	text-align: center;
	border-left: 1px solid rgba(17, 17, 17, 0.1);
}

.kantataksi-trust__item:first-child {
	border-left: 0;
}

.kantataksi-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
	gap: 58px;
	align-items: start;
}

.kantataksi-copy p {
	margin: 0 0 18px;
	color: #49443b;
	font-size: 18px;
	line-height: 1.7;
}

.kantataksi-copy p:last-child {
	margin-bottom: 0;
}

.kantataksi-feature-list {
	display: grid;
	gap: 14px;
}

.kantataksi-feature {
	padding: 22px;
	background: #fffdf7;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 6px;
}

.kantataksi-feature__number {
	margin: 0 0 10px;
	color: #8a6400;
	font-size: 14px;
	font-weight: 850;
}

.kantataksi-feature__title {
	margin: 0 0 7px;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
}

.kantataksi-feature__text {
	margin: 0;
	color: #514b42;
	font-size: 16px;
	line-height: 1.6;
}

.kantataksi-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: 36px;
	background: rgba(255, 253, 247, 0.18);
}

.kantataksi-process__step {
	background: #151515;
	padding: 26px 22px;
}

.kantataksi-process__number {
	margin: 0 0 22px;
	color: #f2c230;
	font-size: 15px;
	font-weight: 850;
}

.kantataksi-process__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
}

.kantataksi-process__text {
	margin: 0;
	color: rgba(255, 253, 247, 0.72);
	font-size: 15px;
	line-height: 1.6;
}

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

.kantataksi-service {
	padding: 24px;
	background: #fffdf7;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 6px;
}

.kantataksi-service__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
}

.kantataksi-service__text {
	margin: 0;
	color: #514b42;
	font-size: 16px;
	line-height: 1.6;
}

.kantataksi-contact {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
	gap: 52px;
	align-items: start;
}

.kantataksi-contact-list {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.kantataksi-contact-item {
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
	color: #49443b;
	font-size: 17px;
	line-height: 1.5;
}

.kantataksi-contact-item strong {
	display: block;
	color: #111111;
	font-size: 14px;
	font-weight: 850;
}

.kantataksi-contact-box {
	padding: 30px;
	background: #111111;
	color: #fffdf7;
	border-radius: 6px;
}

.kantataksi-contact-box p {
	margin: 0 0 18px;
	color: rgba(255, 253, 247, 0.76);
	font-size: 17px;
	line-height: 1.65;
}

.kantataksi-contact-box p:last-child {
	margin-bottom: 0;
}

.kantataksi-contact-box a {
	color: #f2c230;
	font-weight: 850;
}

.kantataksi-footer {
	background: #111111;
	color: #fffdf7;
	padding: 34px 24px;
	border-top: 1px solid rgba(242, 194, 48, 0.22);
	margin-block-start: 0;
}

.kantataksi-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1180px;
	margin-inline: auto;
	flex-wrap: wrap;
}

.kantataksi-footer__brand {
	margin: 0;
	color: #fffdf7;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.1;
}

.kantataksi-footer__text {
	margin: 7px 0 0;
	color: rgba(255, 253, 247, 0.62);
	font-size: 14px;
	line-height: 1.45;
}

.kantataksi-footer__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kantataksi-footer__list li {
	margin: 0;
	color: rgba(255, 253, 247, 0.7);
	font-size: 14px;
	line-height: 1.5;
}

.kantataksi-footer__list a {
	color: #fffdf7;
	text-decoration: none;
}

.kantataksi-footer__list a:hover,
.kantataksi-footer__list a:focus {
	color: #f2c230;
}

.kantataksi-cover {
	min-height: 680px;
	margin-block-start: 0 !important;
}

.kantataksi-cover .wp-block-cover__inner-container {
	max-width: 1180px;
	margin-inline: auto;
	width: 100%;
}

.kantataksi-cover__eyebrow {
	margin: 0 0 14px;
	color: #f2c230;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.kantataksi-cover__heading {
	max-width: 760px;
	margin: 0;
	color: #fffdf7;
	font-size: clamp(40px, 6vw, 76px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.kantataksi-cover__lead {
	max-width: 620px;
	margin: 24px 0 0;
	color: rgba(255, 253, 247, 0.84);
	font-size: 20px;
	line-height: 1.65;
}

.kantataksi-cover__actions {
	margin-top: 34px;
	gap: 12px;
}

.kantataksi-anchor-section {
	scroll-margin-top: 96px;
}

.kantataksi-business-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 58px;
	align-items: start;
}

.kantataksi-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.kantataksi-benefit {
	padding: 22px;
	background: #fffdf7;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 6px;
}

.kantataksi-benefit__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
}

.kantataksi-benefit__text {
	margin: 0;
	color: #514b42;
	font-size: 16px;
	line-height: 1.6;
}

.kantataksi-note {
	max-width: 720px;
	margin: 28px 0 0;
	color: #49443b;
	font-size: 17px;
	line-height: 1.7;
}

.kantataksi-driver-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	gap: 58px;
	align-items: center;
}

.kantataksi-check-list {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.kantataksi-check-list li {
	position: relative;
	margin: 0;
	padding: 13px 0 13px 28px;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
	color: #49443b;
	font-size: 17px;
	line-height: 1.55;
}

.kantataksi-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 23px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f2c230;
}

.kantataksi-requirements {
	margin-top: 30px;
	padding: 24px;
	background: #fffdf7;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 6px;
}

.kantataksi-requirements__title {
	margin: 0 0 12px;
	color: #8a6400;
	font-size: 15px;
	font-weight: 850;
}

.kantataksi-requirements ul {
	margin: 0;
	padding-left: 20px;
	color: #49443b;
	font-size: 16px;
	line-height: 1.7;
}

.kantataksi-image-card {
	margin: 0;
}

.kantataksi-image-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
}

.kantataksi-image-card figcaption {
	margin-top: 12px;
	color: #5f5a50;
	font-size: 14px;
	line-height: 1.45;
}

.kantataksi-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
	gap: 58px;
	align-items: start;
}

.kantataksi-info-panel {
	background: #111111;
	color: #fffdf7;
	border-radius: 6px;
	padding: 28px;
}

.kantataksi-info-panel__title {
	margin: 0 0 18px;
	color: #f2c230;
	font-size: 16px;
	font-weight: 850;
}

.kantataksi-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kantataksi-info-list li {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 13px 0;
	border-top: 1px solid rgba(255, 253, 247, 0.14);
	color: rgba(255, 253, 247, 0.78);
	font-size: 15px;
	line-height: 1.45;
}

.kantataksi-info-list strong {
	color: #fffdf7;
	font-weight: 850;
	text-align: right;
}

.kantataksi-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
	gap: 52px;
	align-items: start;
}

.kantataksi-cf7 {
	padding: clamp(24px, 4vw, 42px);
	background: #fffdf7;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 6px;
}

.kantataksi-cf7 .wpcf7-form {
	display: grid;
	gap: 0;
}

.kantataksi-cf7 .wpcf7-form p {
	margin: 0;
}

.kantataksi-cf7-form {
	display: grid;
	gap: 20px;
}

.kantataksi-cf7-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 18px;
}

.kantataksi-cf7-form__field,
.kantataksi-cf7-form__wide {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.kantataksi-cf7-form label,
.kantataksi-cf7-form__label {
	color: #5f5a50;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kantataksi-cf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.kantataksi-cf7-form__required {
	color: #8a6400;
}

.kantataksi-cf7 input,
.kantataksi-cf7 textarea,
.kantataksi-cf7 select {
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.16);
	border-radius: 4px;
	background: #ffffff;
	color: #111111;
	box-sizing: border-box;
	min-height: 58px;
	padding: 15px 16px;
	font: inherit;
	font-size: 17px;
	line-height: 1.35;
}

.kantataksi-cf7 input:focus,
.kantataksi-cf7 textarea:focus,
.kantataksi-cf7 select:focus {
	border-color: #f2c230;
	outline: 2px solid rgba(242, 194, 48, 0.18);
	outline-offset: 0;
}

.kantataksi-cf7 textarea {
	height: 150px;
	min-height: 150px;
	resize: none;
}

.kantataksi-cf7 .wpcf7-list-item {
	margin: 0 22px 0 0;
}

.kantataksi-cf7 .wpcf7-radio {
	display: block;
}

.kantataksi-cf7 .wpcf7-radio label {
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.kantataksi-cf7 input[type="radio"] {
	width: auto;
	min-height: 0;
	margin-right: 7px;
	padding: 0;
}

.kantataksi-cf7 input[type="submit"],
.kantataksi-cf7 button {
	width: auto;
	border: 0;
	background: #f2c230;
	color: #111111;
	min-height: 56px;
	padding: 15px 24px;
	border-radius: 4px;
	font-size: 17px;
	font-weight: 850;
	cursor: pointer;
}

.kantataksi-cf7-form__submit {
	margin-top: 2px;
}

.kantataksi-cf7 .wpcf7-spinner {
	margin: 0 0 0 12px;
}

.kantataksi-cf7 .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #9f1d1d;
	font-size: 14px;
}

.kantataksi-cf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 12px 14px;
	border-radius: 4px;
	font-size: 15px;
}

.kantataksi-cf7 input[type="submit"]:hover,
.kantataksi-cf7 button:hover {
	background: #dfae16;
}

@media (max-width: 920px) {
	.kantataksi-hero__grid,
	.kantataksi-two-col,
	.kantataksi-contact {
		grid-template-columns: 1fr;
		gap: 34px;
	}

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

	.kantataksi-footer__inner {
		gap: 30px;
	}

	.kantataksi-business-grid,
	.kantataksi-driver-grid,
	.kantataksi-about-grid,
	.kantataksi-contact-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.kantataksi-trust__item:nth-child(3) {
		border-left: 0;
	}
}

@media (max-width: 640px) {
	.kantataksi-section {
		padding: 54px 18px;
	}

	.kantataksi-hero {
		padding-top: 58px;
	}

	.kantataksi-heading {
		font-size: clamp(36px, 12vw, 48px);
	}

	.kantataksi-lead {
		font-size: 17px;
	}

	.kantataksi-actions {
		width: 100%;
	}

	.kantataksi-actions .wp-block-button,
	.kantataksi-actions .wp-block-button__link {
		width: 100%;
	}

	.kantataksi-process,
	.kantataksi-services,
	.kantataksi-trust__inner,
	.kantataksi-benefits {
		grid-template-columns: 1fr;
	}

	.kantataksi-cover {
		min-height: 620px;
	}

	.kantataksi-cover__lead {
		font-size: 17px;
	}

	.kantataksi-info-list li {
		display: block;
	}

	.kantataksi-info-list strong {
		display: block;
		margin-top: 4px;
		text-align: left;
	}

	.kantataksi-cf7 {
		padding: 22px;
	}

	.kantataksi-cf7-form__row {
		grid-template-columns: 1fr;
	}

	.kantataksi-footer {
		padding-inline: 18px;
	}

	.kantataksi-footer__inner {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.kantataksi-trust__item {
		border-left: 0;
		border-top: 1px solid rgba(17, 17, 17, 0.1);
	}

	.kantataksi-trust__item:first-child {
		border-top: 0;
	}
}
