﻿:root {
	--haku-pink: #ef3c8f;
	--haku-ink: #171743;
	--haku-soft: #fff0f7;
	--haku-shadow: 0 18px 45px rgba(35, 31, 72, 0.13);
}

body.haku-servicio-template {
	margin: 0;
	background: #fff;
	color: var(--haku-ink);
	font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.haku-servicio * {
	box-sizing: border-box;
}

.haku-servicio a {
	text-decoration: none;
}

.haku-servicio-hero {
	padding: 72px 24px 108px;
	text-align: center;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.72), rgba(255, 236, 247, 0.64)),
		linear-gradient(135deg, #eef8ff, #fff0f7 58%, #ffe6f2);
}

.haku-back-home {
	display: inline-flex;
	margin-bottom: 18px;
	color: var(--haku-pink);
	font-weight: 900;
}

.haku-servicio-hero p {
	margin: 0 0 8px;
	color: var(--haku-pink);
	font-family: "Comic Sans MS", "Trebuchet MS", cursive;
	font-size: 24px;
	font-weight: 900;
}

.haku-servicio-hero h1 {
	margin: 0 auto 16px;
	color: #202257;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive;
	font-size: clamp(44px, 7vw, 76px);
	line-height: 1;
}

.haku-servicio-hero span {
	display: block;
	max-width: 680px;
	margin: 0 auto;
	color: #424a66;
	font-size: 20px;
	line-height: 1.45;
}

.haku-servicio-wrap {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 28px;
	width: min(1140px, calc(100% - 48px));
	margin: -54px auto 80px;
	align-items: start;
}

.haku-servicio-intro,
.haku-quote-form {
	background: #fff;
	border-radius: 22px;
	box-shadow: var(--haku-shadow);
}

.haku-servicio-intro {
	padding: 30px;
}

.haku-servicio-intro h2 {
	margin: 0 0 18px;
	font-size: 28px;
}

.haku-servicio-intro ol {
	margin: 0;
	padding-left: 22px;
	color: #39405f;
	line-height: 1.7;
}

.haku-servicio-note {
	margin-top: 26px;
	padding: 18px;
	background: var(--haku-soft);
	border-radius: 16px;
}

.haku-servicio-note p {
	margin: 8px 0 0;
	line-height: 1.5;
}

.haku-quote-form {
	padding: 30px;
}

.haku-form-success {
	margin-bottom: 22px;
	padding: 16px 18px;
	background: #e9fff1;
	border: 1px solid #b9f2cc;
	border-radius: 14px;
	color: #136c35;
	font-weight: 900;
}

.haku-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.haku-quote-form label,
.haku-form-full {
	display: grid;
	gap: 8px;
	min-width: 0;
	color: #171743;
	font-size: 14px;
	font-weight: 900;
}

.haku-quote-form input,
.haku-quote-form select,
.haku-quote-form textarea {
	width: 100%;
	border: 1px solid #d8dbe6;
	border-radius: 12px;
	background: #fff;
	color: #171743;
	font: inherit;
	font-weight: 600;
	outline: none;
}

.haku-quote-form input,
.haku-quote-form select {
	height: 48px;
	padding: 0 14px;
}

.haku-quote-form textarea {
	padding: 14px;
	resize: vertical;
}

.haku-quote-form input:focus,
.haku-quote-form select:focus,
.haku-quote-form textarea:focus {
	border-color: var(--haku-pink);
	box-shadow: 0 0 0 3px rgba(239, 60, 143, 0.12);
}

.haku-form-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 24px 0;
	padding: 0;
	border: 0;
}

.haku-form-checks legend {
	width: 100%;
	margin-bottom: 2px;
	font-weight: 900;
}

.haku-form-checks label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	background: var(--haku-soft);
	border-radius: 999px;
	font-size: 13px;
}

.haku-form-checks input {
	width: auto;
	height: auto;
}

.haku-form-full {
	margin-bottom: 24px;
}

.haku-quote-form button,
.haku-servicio-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	border: 0;
	border-radius: 999px;
	background: var(--haku-pink);
	color: #fff;
	font: inherit;
	font-size: 17px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(239, 60, 143, 0.22);
}

.haku-servicio-whatsapp {
	margin-top: 20px;
	text-decoration: none;
}

.haku-site-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: min(1140px, calc(100% - 48px)); margin: 0 auto 34px; padding: 26px 0 0; border-top: 1px solid rgba(239,60,143,.18); color: #25265f; font-size: 14px; font-weight: 800; }
.haku-footer-brand { line-height: 1.35; }
.haku-footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.haku-footer-links a { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border: 1px solid rgba(239,60,143,.26); border-radius: 999px; background: #fff; color: var(--haku-pink); font-size: 13px; font-weight: 900; }

@media (max-width: 920px) {
	.haku-servicio-wrap,
	.haku-form-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.haku-servicio-hero {
		padding: 48px 18px 86px;
	}

	.haku-servicio-wrap {
		width: min(100% - 28px, 520px);
		margin-top: -42px;
	}

	.haku-servicio-intro,
	.haku-quote-form {
		padding: 22px;
	}

	.haku-site-footer { width: min(100% - 28px, 520px); flex-direction: column; text-align: center; }
	.haku-footer-links { justify-content: center; }
}

/* Haku visual layer */
body.haku-servicio-template {
	background:
		linear-gradient(180deg, #fff 0%, #fff 64%, #fff4fa 100%);
}

.haku-servicio-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.92) 78%),
		linear-gradient(135deg, #eef8ff 0%, #fff7fb 44%, #ffe6f2 100%);
}

.haku-servicio-hero::before {
	content: "";
	position: absolute;
	left: max(18px, calc(50% - 620px));
	top: 58px;
	width: 230px;
	height: 116px;
	border: 2px dashed rgba(239, 60, 143, 0.52);
	border-color: rgba(239, 60, 143, 0.52) transparent transparent rgba(239, 60, 143, 0.52);
	border-radius: 50%;
	transform: rotate(-14deg);
	z-index: -1;
}

.haku-servicio-hero::after {
	content: "✈";
	position: absolute;
	right: max(36px, calc(50% - 570px));
	top: 76px;
	color: var(--haku-pink);
	font-size: 38px;
	transform: rotate(-18deg);
	z-index: -1;
}

.haku-servicio-hero h1::after {
	content: "";
	display: block;
	width: min(260px, 54%);
	height: 3px;
	margin: 18px auto 0;
	background: linear-gradient(90deg, transparent, #f48ab9, transparent);
	border-radius: 999px;
}

.haku-servicio-hero p::after {
	content: "♡";
	display: inline-block;
	margin-left: 12px;
	color: var(--haku-pink);
	font-size: 28px;
	transform: rotate(14deg);
}

.haku-servicio-intro,
.haku-quote-form {
	border: 1px solid rgba(239, 60, 143, 0.08);
}

.haku-servicio-wrap {
	position: relative;
}

.haku-servicio-wrap::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -28px;
	width: min(620px, 86vw);
	height: 16px;
	background: linear-gradient(90deg, transparent, rgba(239, 60, 143, 0.16), transparent);
	transform: translateX(-50%);
	pointer-events: none;
}

.haku-servicio-note {
	box-shadow: inset 0 0 0 1px rgba(239, 60, 143, 0.08);
}

.haku-servicio-intro h2::before {
	content: "✦";
	margin-right: 8px;
	color: var(--haku-pink);
}

@media (max-width: 760px) {
	.haku-servicio-hero::before {
		left: -72px;
		top: 78px;
		opacity: 0.45;
	}

	.haku-servicio-hero::after {
		right: 18px;
		top: 42px;
		font-size: 28px;
		opacity: 0.7;
	}
}

/* Immersive visual refresh for the bespoke trip form */
.haku-servicio-hero {
	min-height: 440px;
	display: grid;
	align-content: center;
	background:
		linear-gradient(90deg, rgba(20,22,62,.88), rgba(28,29,74,.54) 55%, rgba(26,28,67,.24)),
		url("../images/personalizado.jpg") center / cover no-repeat,
		linear-gradient(135deg, #5d6595, #f583b8);
}

.haku-servicio-hero h1,
.haku-servicio-hero p,
.haku-servicio-hero span,
.haku-servicio-hero .haku-back-home {
	position: relative;
	z-index: 1;
	color: #fff;
}

.haku-servicio-hero p,
.haku-servicio-hero .haku-back-home {
	color: #ffd2e6;
}

.haku-servicio-hero h1 {
	text-shadow: 0 3px 20px rgba(13,14,44,.35);
}

.haku-servicio-wrap {
	gap: 32px;
}

.haku-servicio-intro,
.haku-quote-form {
	border: 1px solid rgba(239,60,143,.10);
	box-shadow: 0 24px 54px rgba(35,31,72,.14);
}

.haku-servicio-intro {
	position: sticky;
	top: 24px;
	background: linear-gradient(160deg, #fff 0%, #fff4fa 100%);
}

.haku-servicio-intro ol {
	counter-reset: haku-steps;
	padding: 0;
	list-style: none;
}

.haku-servicio-intro li {
	position: relative;
	padding: 0 0 18px 42px;
}

.haku-servicio-intro li::before {
	counter-increment: haku-steps;
	content: "0" counter(haku-steps);
	position: absolute;
	left: 0;
	top: 1px;
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: var(--haku-pink);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.haku-quote-form {
	background: linear-gradient(180deg, #fff 0%, #fffafd 100%);
}

.haku-quote-form button:hover,
.haku-servicio-whatsapp:hover {
	background: #d82e79;
	transform: translateY(-2px);
}

@media (max-width: 920px) {
	.haku-servicio-intro { position: static; }
}

@media (max-width: 640px) {
	.haku-servicio-hero { min-height: 390px; background-position: 58% center; }
}
