/* North Albania Hotel Plugin — front-end styles
   Self-contained, scoped under .nahp-root so it never leaks into the theme. */

.nahp-root, .nahp-root * , .nahp-footer-strip, .nahp-footer-strip * {
	box-sizing: border-box;
}

.nahp-root {
	--nahp-accent: #b8874b;
	--nahp-accent-dark: #a3763f;
	--nahp-panel-bg: #f7f5f0;
	--nahp-text-dark: #2b2620;

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
}

/* Try to remove common theme padding/margins around the page content so the
   section really goes edge to edge. Safe no-ops if those elements don't exist. */
body:has(.nahp-root) {
	margin: 0;
}
.nahp-main {
	display: flex;
	flex: 1 1 auto;
	min-height: 640px;
	position: relative;
}

/* ---------------- Hero (left photo) ---------------- */
.nahp-hero {
	flex: 1 1 58%;
	position: relative;
	background-color: #1b1712;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	min-height: 100%;
	padding: 48px;
}

.nahp-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 8, 6, 0.15) 0%, rgba(10, 8, 6, 0.35) 55%, rgba(10, 8, 6, 0.72) 100%);
}

.nahp-hero-content {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 560px;
}

.nahp-hero-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
	font-weight: 400;
	margin: 0 0 16px;
}

.nahp-hero-subtitle {
	font-size: 1.05rem;
	opacity: 0.92;
	margin: 0 0 24px;
}

.nahp-hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	border: 1.5px solid #fff;
	color: #fff;
	text-decoration: none;
	padding: 13px 26px;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	font-weight: 600;
	border-radius: 2px;
	transition: background 0.2s ease, color 0.2s ease;
}
.nahp-hero-btn:hover {
	background: #fff;
	color: #1b1712;
}
.nahp-hero-btn .nahp-icon-chevron svg {
	width: 12px;
	height: 12px;
	transform: rotate(-90deg);
}

.nahp-features {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.nahp-feature {
	display: flex;
	align-items: center;
	gap: 12px;
}
.nahp-feature-text {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}
.nahp-feature-text strong {
	font-size: 0.88rem;
	font-weight: 600;
}
.nahp-feature-text small {
	font-size: 0.78rem;
	opacity: 0.85;
}

.nahp-icon-circle {
	flex: none;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1.5px solid var(--nahp-accent);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.nahp-icon-circle svg {
	width: 18px;
	height: 18px;
}

/* ---------------- Panel (right booking form) ---------------- */
.nahp-panel {
	flex: 1 1 42%;
	max-width: 620px;
	background: var(--nahp-panel-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	overflow-y: auto;
}

.nahp-panel-inner {
	width: 100%;
	max-width: 460px;
}

.nahp-panel-header {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 26px;
}
.nahp-panel-icon {
	flex: none;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(184, 135, 75, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--nahp-accent);
}
.nahp-panel-icon svg {
	width: 22px;
	height: 22px;
}
.nahp-panel-header h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 4px 0 4px;
	color: var(--nahp-text-dark);
}
.nahp-panel-header p {
	margin: 0;
	font-size: 0.88rem;
	color: #6b645a;
}

.nahp-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

.nahp-field {
	display: flex;
	flex-direction: column;
}
.nahp-field label {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--nahp-text-dark);
	margin-bottom: 6px;
}

.nahp-input-icon {
	position: relative;
	display: flex;
	align-items: center;
}
.nahp-input-icon .nahp-icon {
	position: absolute;
	left: 12px;
	color: #a39c8e;
	display: flex;
}
.nahp-input-icon .nahp-icon svg {
	width: 16px;
	height: 16px;
}
.nahp-input-icon input,
.nahp-input-icon select {
	width: 100%;
	padding: 11px 12px 11px 36px;
	border: 1px solid #ded7c9;
	border-radius: 6px;
	background: #fff;
	font-size: 0.92rem;
	color: var(--nahp-text-dark);
	appearance: none;
	-webkit-appearance: none;
}
.nahp-input-icon select {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a39c8e' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	padding-right: 32px;
}
.nahp-input-icon input:focus,
.nahp-input-icon select:focus {
	outline: none;
	border-color: var(--nahp-accent);
	box-shadow: 0 0 0 3px rgba(184, 135, 75, 0.15);
}
.nahp-input-icon input::placeholder {
	color: #b3ab9c;
}

.nahp-children-details {
	background: #fff;
	border: 1px solid #ede7d9;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
}
.nahp-children-details-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--nahp-text-dark);
	margin-bottom: 12px;
}
.nahp-child-row {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	margin-bottom: 12px;
}
.nahp-child-row .nahp-field {
	flex: 1;
}
.nahp-child-row label {
	font-size: 0.78rem;
	color: #6b645a;
	font-weight: 600;
}
.nahp-child-remove {
	flex: none;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #f0d8d8;
	background: #fdf3f3;
	color: #c0554f;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.nahp-child-remove svg {
	width: 16px;
	height: 16px;
}
.nahp-child-remove:hover {
	background: #fbe6e6;
}

.nahp-add-child-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid var(--nahp-accent);
	color: var(--nahp-accent-dark);
	font-size: 0.82rem;
	font-weight: 600;
	padding: 9px 16px;
	border-radius: 6px;
	cursor: pointer;
}
.nahp-add-child-btn:hover {
	background: rgba(184, 135, 75, 0.08);
}

.nahp-form-message {
	font-size: 0.85rem;
	margin-bottom: 14px;
	display: none;
	padding: 10px 14px;
	border-radius: 6px;
}
.nahp-form-message.is-success {
	display: block;
	background: #e9f6ec;
	color: #2c6b3f;
	border: 1px solid #cdeed6;
}
.nahp-form-message.is-error {
	display: block;
	background: #fbeaea;
	color: #a3312a;
	border: 1px solid #f3d0ce;
}

.nahp-submit-btn {
	width: 100%;
	background: var(--nahp-accent);
	border: none;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 15px 20px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: background 0.2s ease;
}
.nahp-submit-btn svg {
	width: 16px;
	height: 16px;
}
.nahp-submit-btn:hover {
	background: var(--nahp-accent-dark);
}
.nahp-submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

/* ---------------- Footer strip ---------------- */
.nahp-footer-strip {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 24px;
	background: #f2f0eb;
	padding: 22px 32px;
}
.nahp-footer-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 200px;
}
.nahp-footer-item span:last-child {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}
.nahp-footer-item strong {
	font-size: 0.85rem;
	color: var(--nahp-text-dark);
	font-weight: 600;
}
.nahp-footer-item small {
	font-size: 0.76rem;
	color: #7a7365;
}
.nahp-icon-circle-sm {
	width: 34px;
	height: 34px;
	color: var(--nahp-accent);
}
.nahp-icon-circle-sm svg {
	width: 16px;
	height: 16px;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 900px) {
	.nahp-main {
		flex-direction: column;
	}
	.nahp-hero {
		min-height: 380px;
		flex: none;
		padding: 32px 24px;
	}
	.nahp-panel {
		max-width: 100%;
		padding: 28px 20px;
	}
	.nahp-form-row {
		grid-template-columns: 1fr;
	}
	.nahp-footer-strip {
		justify-content: flex-start;
	}
}
