/* ==========================================================================
   Ramos Guesthouse TIP — estilos gerais
   Ficheiro construído fase a fase; as secções de cada página (home, quartos,
   ficha de quarto, etc.) são adicionadas à medida que os templates avançam.
   ========================================================================== */

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.rgh-notice-banner {
	background: var(--rgh-verde);
	color: #fffdf9;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 24px;
}

/* ---------- Header ---------- */

.rgh-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 253, 249, 0.96);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--rgh-borda);
}

.rgh-header__inner {
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.rgh-header__nav {
	margin-left: auto;
}

.rgh-logo-fallback,
.rgh-header__logo .custom-logo-link {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--rgh-verde);
}

.rgh-header__logo .custom-logo-link img {
	max-height: 42px;
	width: auto;
	display: block;
}

.rgh-logo-monograma {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--rgh-verde);
	color: var(--rgh-creme);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-titulos);
	font-size: 18px;
	flex-shrink: 0;
}

.rgh-logo-nome {
	font-family: var(--font-titulos);
	font-size: 20px;
	letter-spacing: 0.5px;
}

.rgh-header__nav {
	display: flex;
	align-items: center;
	gap: 28px;
	font-size: 15px;
	font-weight: 500;
}

.rgh-header__menu {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
}

.rgh-header__menu a {
	color: var(--rgh-verde);
}

.rgh-header__menu a:hover {
	color: var(--rgh-terracota);
}

.rgh-header__cta {
	white-space: nowrap;
}

.rgh-lang-switcher {
	display: flex;
	align-items: center;
	gap: 4px;
}

.rgh-lang-switcher__item {
	font-size: 18px;
	line-height: 1;
	padding: 5px;
	border-radius: 6px;
	opacity: 0.5;
	filter: grayscale(60%);
	transition: opacity 0.15s ease, filter 0.15s ease, background 0.15s ease;
}

.rgh-lang-switcher__item:hover {
	opacity: 0.85;
	filter: grayscale(0%);
}

.rgh-lang-switcher__item.is-active {
	opacity: 1;
	filter: grayscale(0%);
	background: var(--rgh-borda);
}


.rgh-header__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	flex-shrink: 0;
}

.rgh-header__toggle-bar {
	width: 24px;
	height: 2px;
	background: var(--rgh-verde);
	transition: transform 0.25s ease, opacity 0.2s ease;
	transform-origin: center;
}

.rgh-header.is-mobile-open .rgh-header__toggle-bar:nth-child(2) {
	transform: translateY(7px) rotate(45deg);
}

.rgh-header.is-mobile-open .rgh-header__toggle-bar:nth-child(3) {
	opacity: 0;
}

.rgh-header.is-mobile-open .rgh-header__toggle-bar:nth-child(4) {
	transform: translateY(-7px) rotate(-45deg);
}

.rgh-header__mobile-menu {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 24px;
	border-top: 0 solid var(--rgh-borda);
	transition: max-height 0.32s ease, opacity 0.22s ease, padding 0.32s ease;
}

.rgh-header__mobile-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
	font-size: 16px;
}

.rgh-header__mobile-list a {
	color: var(--rgh-verde);
	display: block;
}

.rgh-header.is-mobile-open .rgh-header__mobile-menu {
	max-height: 420px;
	opacity: 1;
	padding: 20px 24px 28px;
	border-top: 1px solid var(--rgh-borda);
}

@media (max-width: 900px) {
	.rgh-header__nav {
		display: none;
	}
	.rgh-header__toggle {
		display: flex;
	}
}

/* ---------- Footer ---------- */

.rgh-footer {
	background: var(--rgh-verde-escuro);
	color: rgba(255, 253, 249, 0.85);
}

.rgh-footer__grid {
	padding: 64px 24px 28px;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1.3fr;
	gap: 44px;
	margin-bottom: 44px;
}

.rgh-footer__logo {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.rgh-footer__logo .rgh-logo-monograma {
	background: var(--rgh-creme);
	color: var(--rgh-verde);
}

.rgh-footer__logo .rgh-logo-nome {
	color: #fffdf9;
	font-size: 19px;
}

.rgh-footer__texto {
	margin: 0 0 20px;
	font-size: 14.5px;
	line-height: 1.7;
	color: rgba(255, 253, 249, 0.65);
}

.rgh-footer__link {
	font-size: 13.5px;
	color: var(--rgh-dourado);
}

.rgh-footer__link:hover {
	color: #fffdf9;
}

.rgh-footer__social {
	display: flex;
	gap: 16px;
	margin-top: 16px;
}

.rgh-footer__social a {
	color: var(--rgh-dourado);
	font-size: 13.5px;
	font-weight: 600;
}

.rgh-footer__social a:hover {
	color: #fffdf9;
}

.rgh-footer__contacto h3,
.rgh-footer__mapa h3 {
	margin: 0 0 16px;
	font-size: 13px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--rgh-dourado);
	font-family: var(--font-corpo);
}

.rgh-footer__contacto {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 15px;
}

.rgh-footer__contacto a,
.rgh-footer__contacto span {
	color: rgba(255, 253, 249, 0.85);
}

.rgh-footer__contacto a:hover {
	color: #fffdf9;
}

.rgh-footer__mapa iframe {
	width: 100%;
	height: 200px;
	border: 0;
	border-radius: 12px;
}

.rgh-footer__base {
	border-top: 1px solid rgba(255, 253, 249, 0.14);
	padding: 22px 24px;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: rgba(255, 253, 249, 0.5);
	flex-wrap: wrap;
	gap: 10px;
}

.rgh-footer__base-links a {
	color: rgba(255, 253, 249, 0.5);
}

.rgh-footer__base-links a:hover {
	color: #fffdf9;
}

@media (max-width: 900px) {
	.rgh-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- WhatsApp flutuante ---------- */

.rgh-whatsapp-float {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 60;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	transition: transform 0.2s ease;
}

.rgh-whatsapp-float:hover {
	transform: scale(1.07);
}

/* ---------- Genéricos de secção ---------- */

.rgh-section {
	padding: 76px 0;
}

.rgh-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--rgh-terracota);
}

.rgh-eyebrow--claro {
	color: var(--rgh-dourado);
}

.rgh-eyebrow--dourado {
	color: var(--rgh-dourado);
}

.rgh-titulo-claro {
	color: #fffdf9;
}

.rgh-section__cabecalho {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
	flex-wrap: wrap;
}

.rgh-section__cabecalho--centrado {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.rgh-section__descricao {
	margin: 12px 0 0;
	font-size: 16px;
	color: var(--rgh-verde-suave);
	max-width: 520px;
	line-height: 1.6;
}

.rgh-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #f2ead9;
	color: #4b5a4e;
	border-radius: 999px;
	padding: 4px 11px;
	font-size: 12.5px;
	font-weight: 500;
}

/* ---------- Hero ---------- */

.rgh-hero {
	position: relative;
	height: 620px;
	background-color: var(--rgh-verde);
	overflow: hidden;
}

.rgh-hero__slides {
	position: absolute;
	inset: 0;
}

.rgh-hero__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.4s ease;
}

.rgh-hero__slide.is-active {
	opacity: 1;
}

.rgh-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20,32,24,0.35) 0%, rgba(20,32,24,0.15) 45%, rgba(20,32,24,0.55) 88%, rgba(20,32,24,0.2) 100%);
	pointer-events: none;
}

.rgh-hero__conteudo {
	position: relative;
	padding-top: 110px;
	color: #fffdf9;
}

.rgh-hero__conteudo h1 {
	margin: 0 0 18px;
	font-size: 56px;
	line-height: 1.1;
	max-width: 640px;
}

.rgh-hero__subtitulo {
	margin: 0 0 30px;
	font-size: 19px;
	line-height: 1.6;
	max-width: 520px;
	color: rgba(255, 253, 249, 0.92);
}

.rgh-hero__ctas {
	display: flex;
	gap: 14px;
}

.rgh-btn-contorno-claro {
	background: rgba(255, 253, 249, 0.14);
	border: 1px solid rgba(255, 253, 249, 0.6);
	color: #fffdf9;
}

.rgh-btn-contorno-claro:hover {
	background: rgba(255, 253, 249, 0.28);
	color: #fffdf9;
}

@media (max-width: 700px) {
	.rgh-hero {
		height: auto;
		padding-bottom: 90px;
	}
	.rgh-hero__conteudo h1 {
		font-size: 38px;
	}
}

/* ---------- Barra de pesquisa ---------- */

.rgh-search-bar {
	position: relative;
	z-index: 5;
	max-width: 1040px;
	margin: -56px auto 0;
	padding: 0 24px;
}

.rgh-search-bar__caixa {
	background: var(--rgh-creme-claro);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(34, 57, 43, 0.16);
	padding: 22px 26px;
}

.rgh-search-bar__form {
	display: grid;
	grid-template-columns: 1fr 1fr 0.7fr 0.7fr auto;
	gap: 16px;
	align-items: end;
}

.rgh-search-bar__form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--rgh-verde-suave);
}

.rgh-search-bar__form input,
.rgh-search-bar__form select {
	border: 1px solid var(--rgh-borda-clara);
	border-radius: 10px;
	padding: 11px 12px;
	font-size: 15px;
	color: var(--rgh-verde);
	background: var(--rgh-creme-claro);
}

.rgh-search-bar__form button {
	white-space: nowrap;
}

@media (max-width: 900px) {
	.rgh-search-bar__form {
		grid-template-columns: 1fr 1fr;
	}
	.rgh-search-bar {
		margin-top: 24px;
	}
}

/* ---------- Grelha de quartos ---------- */

.rgh-rooms-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

@media (max-width: 1100px) {
	.rgh-rooms-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.rgh-rooms-grid { grid-template-columns: 1fr; }
}

.rgh-room-card {
	background: var(--rgh-creme-claro);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(34, 57, 43, 0.08);
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rgh-room-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(34, 57, 43, 0.14);
}

.rgh-room-card__foto {
	display: block;
	height: 180px;
	background: var(--rgh-borda);
}

.rgh-room-card__foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rgh-room-card__corpo {
	padding: 18px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.rgh-room-card__titulo-preco {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rgh-room-card__titulo-preco h3 {
	font-size: 21px;
}

.rgh-room-card__titulo-preco h3 a {
	color: var(--rgh-verde);
}

.rgh-room-card__preco {
	font-size: 13px;
	color: var(--rgh-verde-suave);
}

.rgh-room-card__preco strong {
	color: var(--rgh-terracota);
	font-size: 17px;
}

.rgh-room-card__amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rgh-room-card__cta {
	margin-top: auto;
	text-align: center;
	font-size: 14.5px;
}

/* ---------- Sobre ---------- */

.rgh-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.rgh-about-grid__foto {
	border-radius: 18px;
	overflow: hidden;
}

.rgh-about-grid__foto img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.rgh-about-section p {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.75;
	color: var(--rgh-verde-texto);
}

.rgh-about-stats {
	display: flex;
	gap: 36px;
	margin-top: 12px;
}

.rgh-about-stats__numero {
	font-family: var(--font-titulos);
	font-size: 34px;
	color: var(--rgh-verde);
}

.rgh-about-stats__label {
	font-size: 14px;
	color: var(--rgh-verde-suave);
}

@media (max-width: 900px) {
	.rgh-about-grid { grid-template-columns: 1fr; }
	.rgh-about-grid__foto img { height: 280px; }
}

/* ---------- Serviços ---------- */

.rgh-services-section {
	background: var(--rgh-verde);
	padding: 72px 0;
}

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

@media (max-width: 800px) {
	.rgh-services-grid { grid-template-columns: 1fr; }
}

.rgh-service-card {
	background: rgba(255, 253, 249, 0.06);
	border: 1px solid rgba(255, 253, 249, 0.14);
	border-radius: 16px;
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rgh-service-card__icon {
	font-size: 30px;
	line-height: 1;
}

.rgh-service-card h3 {
	font-size: 22px;
	color: #fffdf9;
}

.rgh-service-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 253, 249, 0.75);
	flex: 1;
}

.rgh-service-card__link {
	color: var(--rgh-dourado);
	font-weight: 600;
	font-size: 15px;
}

.rgh-service-card__link:hover {
	color: #fffdf9;
}

/* ---------- Avaliações ---------- */

.rgh-reviews-section {
	text-align: center;
}

/* ---------- Newsletter ---------- */

.rgh-newsletter-section {
	padding: 0 0 76px;
}

.rgh-newsletter-caixa {
	max-width: 1040px;
	margin: 0 auto;
	background: var(--rgh-dourado);
	border-radius: 20px;
	padding: 44px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	flex-wrap: wrap;
}

.rgh-newsletter-caixa h2 {
	margin: 0 0 8px;
	font-size: 28px;
	color: var(--rgh-verde);
}

.rgh-newsletter-caixa p {
	margin: 0;
	font-size: 15.5px;
	color: #5a5033;
}

.rgh-newsletter-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.rgh-newsletter-form input[type="email"] {
	border: 1px solid #d9c58e;
	border-radius: 10px;
	padding: 13px 16px;
	font-size: 15px;
	width: 260px;
	background: var(--rgh-creme-claro);
	color: var(--rgh-verde);
}

.rgh-newsletter-form__msg {
	flex-basis: 100%;
	font-size: 13.5px;
	color: var(--rgh-verde);
}

.rgh-newsletter-form__msg.is-error {
	color: #b32d2e;
}

/* ---------- Blog ---------- */

.rgh-blog-section .rgh-section__cabecalho {
	margin-bottom: 32px;
}

.rgh-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

@media (max-width: 800px) {
	.rgh-blog-grid { grid-template-columns: 1fr; }
}

.rgh-blog-card {
	background: var(--rgh-creme-claro);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(34, 57, 43, 0.08);
	display: flex;
	flex-direction: column;
	color: var(--rgh-verde);
}

.rgh-blog-card__foto {
	height: 160px;
	background: var(--rgh-borda);
}

.rgh-blog-card__foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rgh-blog-card__corpo {
	padding: 18px 20px 22px;
}

.rgh-blog-card__data {
	font-size: 12.5px;
	color: #8a927f;
	margin-bottom: 8px;
}

.rgh-blog-card__titulo {
	font-family: var(--font-titulos);
	font-size: 19px;
	line-height: 1.35;
}

/* ---------- Cabeçalho de páginas internas ---------- */

.rgh-page-header {
	padding: 64px 0 20px;
	text-align: center;
}

.rgh-page-header h1 {
	font-size: 42px;
	margin-bottom: 12px;
}

.rgh-page-header__descricao {
	max-width: 620px;
	margin: 0 auto;
	font-size: 16px;
	color: var(--rgh-verde-suave);
	line-height: 1.6;
}

.rgh-pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.rgh-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--rgh-borda-clara);
	color: var(--rgh-verde);
}

.rgh-pagination .page-numbers.current {
	background: var(--rgh-verde);
	color: #fffdf9;
	border-color: var(--rgh-verde);
}

/* ---------- Galeria da ficha de quarto ---------- */

.rgh-single-room__galeria-wrap {
	padding-top: 20px;
}

.rgh-gallery__principal {
	border-radius: 18px;
	overflow: hidden;
	height: 480px;
	background: var(--rgh-borda);
}

.rgh-gallery__principal img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rgh-gallery__miniaturas {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.rgh-gallery__miniatura {
	width: 92px;
	height: 68px;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid transparent;
	padding: 0;
	cursor: pointer;
	background: none;
}

.rgh-gallery__miniatura img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rgh-gallery__miniatura.is-active {
	border-color: var(--rgh-terracota);
}

@media (max-width: 700px) {
	.rgh-gallery__principal {
		height: 260px;
	}
	.rgh-single-room__principal,
	.rgh-single-room__reserva {
		padding: 0 4px;
	}
}


/* ---------- Ficha de quarto: layout principal + caixa de reserva ---------- */

.rgh-single-room__grid {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 48px;
	padding: 48px 0 80px;
	align-items: start;
}

.rgh-single-room__principal h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

.rgh-single-room__descricao {
	font-size: 16px;
	line-height: 1.75;
	color: var(--rgh-verde-texto);
	margin-bottom: 12px;
}

.rgh-single-room__subtitulo {
	font-size: 20px;
	margin: 32px 0 14px;
}

.rgh-single-room__amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rgh-single-room__horario {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 15px;
	color: var(--rgh-verde-texto);
}

.rgh-booking-box {
	position: sticky;
	top: 100px;
	background: var(--rgh-creme-claro);
	border: 1px solid var(--rgh-borda);
	border-radius: 16px;
	padding: 26px;
	box-shadow: 0 6px 18px rgba(34, 57, 43, 0.08);
}

.rgh-booking-box__preco {
	font-size: 15px;
	color: var(--rgh-verde-suave);
	margin-bottom: 16px;
}

.rgh-booking-box__preco strong {
	font-family: var(--font-titulos);
	font-size: 32px;
	color: var(--rgh-terracota);
	margin-right: 4px;
}

.rgh-booking-box__detalhes {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 14.5px;
	color: var(--rgh-verde-texto);
	border-top: 1px solid var(--rgh-borda);
	padding-top: 16px;
}

.rgh-booking-box__extras {
	font-size: 13px;
	color: var(--rgh-verde-suave);
}

.rgh-booking-box__cta {
	display: block;
	text-align: center;
	width: 100%;
}

.rgh-booking-box__nota {
	margin: 10px 0 0;
	font-size: 12.5px;
	color: var(--rgh-verde-suave);
	text-align: center;
}

@media (max-width: 900px) {
	.rgh-single-room__grid {
		grid-template-columns: 1fr;
	}
	.rgh-booking-box {
		position: static;
	}
}

.rgh-booking-box__whatsapp {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 13.5px;
	font-weight: 600;
}

/* ---------- Modal de reserva ---------- */

body.rgh-no-scroll {
	overflow: hidden;
}

.rgh-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.rgh-modal.is-open {
	display: flex;
}

.rgh-modal__fundo {
	position: absolute;
	inset: 0;
	background: rgba(22, 40, 29, 0.55);
}

.rgh-modal__caixa {
	position: relative;
	background: var(--rgh-creme-claro);
	border-radius: 18px;
	padding: 34px 32px;
	max-width: 480px;
	width: 100%;
	max-height: 88vh;
	overflow-y: auto;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.rgh-modal__caixa h2 {
	font-size: 26px;
	margin-bottom: 6px;
}

.rgh-modal__subtitulo {
	margin: 0 0 22px;
	font-size: 14.5px;
	color: var(--rgh-verde-suave);
}

.rgh-modal__fechar {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	background: var(--rgh-borda);
	color: var(--rgh-verde);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.rgh-booking-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rgh-booking-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: var(--rgh-verde-suave);
}

.rgh-booking-form input,
.rgh-booking-form select,
.rgh-booking-form textarea {
	border: 1px solid var(--rgh-borda-clara);
	border-radius: 10px;
	padding: 11px 12px;
	font-size: 15px;
	color: var(--rgh-verde);
	background: var(--rgh-creme-claro);
	font-family: var(--font-corpo);
}

/* ---------- Data + hora em linha (aluguer de viaturas) ---------- */

.rgh-datetime-inline {
	display: flex;
	gap: 6px;
}

.rgh-datetime-inline .rgh-date-field {
	flex: 1.3;
	min-width: 0;
}

.rgh-time-select {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--rgh-borda-clara);
	border-radius: 10px;
	padding: 11px 6px;
	font-size: 14px;
	color: var(--rgh-verde);
	background: var(--rgh-creme-claro);
	font-family: var(--font-corpo);
}

/* ---------- Campo de data dd/mm/aaaa (reutilizável) ---------- */

.rgh-date-field {
	position: relative;
}

.rgh-date-field .rgh-date-input {
	width: 100%;
	padding-right: 38px;
}

.rgh-date-field__pick {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 16px;
	line-height: 1;
	padding: 6px;
	cursor: pointer;
}

.rgh-date-native {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
	border: none;
}

/* ---------- Resumo de preço (reserva de quarto / aluguer) ---------- */

.rgh-price-summary {
	background: #f2ead9;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 14px;
	color: var(--rgh-verde);
	display: none;
}

.rgh-price-summary.is-visible {
	display: block;
}

.rgh-price-summary__linha {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.rgh-price-summary__total {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid rgba(34, 57, 43, 0.15);
	font-weight: 700;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}

.rgh-booking-form__linha {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.rgh-booking-form__policy {
	flex-direction: row !important;
	align-items: flex-start;
	gap: 8px !important;
	font-size: 13.5px !important;
	font-weight: 400 !important;
	color: var(--rgh-verde-texto);
	text-transform: none !important;
	letter-spacing: normal !important;
}

.rgh-booking-form__policy input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin-top: 2px;
	flex-shrink: 0;
	accent-color: var(--rgh-terracota);
}

.rgh-booking-form__policy a {
	font-weight: 600;
}

.rgh-booking-form__submit {
	width: 100%;
	margin-top: 6px;
}

.rgh-booking-form__submit:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.rgh-booking-form__submit:disabled:hover {
	background: var(--rgh-terracota);
}

.rgh-booking-form__msg {
	margin: 0;
	font-size: 13.5px;
	text-align: center;
	color: var(--rgh-verde);
	min-height: 18px;
}

.rgh-booking-form__msg.is-error {
	color: #b32d2e;
}

@media (max-width: 480px) {
	.rgh-booking-form__linha {
		grid-template-columns: 1fr;
	}
}

/* ---------- Conteúdo de página (prosa) ---------- */

.rgh-page-content__prosa {
	max-width: 760px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.8;
	color: var(--rgh-verde-texto);
}

.rgh-page-content__prosa h2,
.rgh-page-content__prosa h3 {
	color: var(--rgh-verde);
	margin: 32px 0 14px;
}

.rgh-page-content__prosa p {
	margin: 0 0 18px;
}

.rgh-page-content__imagem {
	max-width: 760px;
	margin: 0 auto 32px;
	border-radius: 16px;
	overflow: hidden;
}

.rgh-page-content__imagem img {
	width: 100%;
}

/* ---------- Contacto ---------- */

.rgh-contacto__grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 48px;
	align-items: start;
}

.rgh-contacto__info {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.rgh-contacto__item h3 {
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--rgh-terracota);
	margin-bottom: 10px;
	font-family: var(--font-corpo);
}

.rgh-contacto__item a,
.rgh-contacto__item p {
	display: block;
	font-size: 17px;
	color: var(--rgh-verde);
	margin: 0 0 6px;
}

.rgh-contacto__whatsapp-btn {
	display: inline-block;
	margin-top: 10px;
}

.rgh-contacto__mapa iframe {
	width: 100%;
	height: 420px;
	border: 0;
	border-radius: 16px;
}

@media (max-width: 900px) {
	.rgh-contacto__grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- Post individual do blog ---------- */

.rgh-single-post__imagem-wrap {
	margin-bottom: 40px;
}

.rgh-single-post__imagem {
	max-width: 900px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
}

.rgh-single-post__imagem img {
	width: 100%;
}

.rgh-single-post__voltar {
	max-width: 760px;
	margin: 40px auto 80px;
	font-weight: 600;
}

/* ---------- Fallback (pesquisa/arquivos) ---------- */

.rgh-post {
	max-width: 760px;
	margin: 0 auto 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid var(--rgh-borda);
}

.rgh-post__titulo a {
	color: var(--rgh-verde);
}

.rgh-post__conteudo {
	color: var(--rgh-verde-texto);
	line-height: 1.7;
}
