/* Homepage component styles (non-Tailwind) */

.home-header-nav {
	margin-right: 15px;
}

html[data-theme="light"] .home-header-nav {
	color: #000000;
}

html[data-theme="light"] .home-header-nav a:hover {
	color: rgba(0, 0, 0, 0.65) !important;
}

html[data-theme="light"] #login-btn {
	background: #3a3a3a !important;
	color: #ffffff !important;
	border-color: transparent !important;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
}

html[data-theme="light"] #login-btn:hover {
	background: #2a2a2a !important;
	border-color: transparent !important;
	color: #ffffff !important;
}

html[data-theme="light"] #mobile-menu-toggle {
	border-color: rgba(0, 0, 0, 0.2) !important;
	color: #000000 !important;
}

html[data-theme="light"] #mobile-menu-toggle span {
	background: #000000 !important;
}

html[data-theme="light"] #mobile-menu-content {
	background: rgba(255, 255, 255, 0.92) !important;
	border-color: rgba(0, 0, 0, 0.12) !important;
	color: #000000 !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1) !important;
}

html[data-theme="light"] #mobile-menu-content a,
		html[data-theme="light"] #mobile-menu-content button {
	color: #000000 !important;
}

html[data-theme="light"] #mobile-menu-content a:hover,
		html[data-theme="light"] #mobile-menu-content button:hover {
	color: rgba(0, 0, 0, 0.65) !important;
}

html[data-theme="light"] .hero-content .text-white,
		html[data-theme="light"] .hero-title,
		html[data-theme="light"] .hero-lead,
		html[data-theme="light"] .hero-monitor-copy,
		html[data-theme="light"] .hero-usp,
		html[data-theme="light"] .hero-metric-value {
	color: #000000 !important;
}

html[data-theme="light"] .hero-monitor-title {
	color: #c80000 !important;
}

html[data-theme="light"] .hero-lead,
		html[data-theme="light"] .hero-monitor-copy {
	color: rgba(0, 0, 0, 0.85) !important;
}

html[data-theme="light"] .hero-metric-label {
	color: rgba(0, 0, 0, 0.7) !important;
}

html[data-theme="light"] .hero-title {
	text-shadow: none;
}

html[data-theme="light"] .hero-metric-card {
	background: rgba(255, 255, 255, 0.55);
}

.hero-metrics {
	width: 100%;
	max-width: 42rem;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
}

@media (min-width: 768px) {
.hero-metrics {
	max-width: 46rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}
}

.hero-metric-card {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	border: 1px solid rgba(200, 0, 0, 0.85);
	background: rgba(0, 0, 0, 0.4);
	padding: 0.65rem 0.5rem;
	min-height: 3.5rem;
}

@media (min-width: 640px) {
.hero-metric-card {
	padding: 0.95rem 0.85rem;
	min-height: 4.5rem;
}
}

.hero-metric-inner {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	min-width: 0;
	max-width: 100%;
}

@media (min-width: 640px) {
.hero-metric-inner {
	gap: 0.7rem;
}
}

.hero-metric-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 0;
}

.hero-metric-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

html[data-theme="dark"] .hero-metric-icon img,
		:root:not([data-theme="light"]) .hero-metric-icon img {
	filter: brightness(0) invert(1);
}

html[data-theme="light"] .hero-metric-icon img {
	filter: none;
}

@media (min-width: 640px) {
.hero-metric-icon {
	width: 2rem;
	height: 2rem;
}
}

.hero-metric-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 0;
	gap: 0.2rem;
}

@media (min-width: 640px) {
.hero-metric-text {
	gap: 0.28rem;
}
}

.hero-metric-value {
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.1;
	white-space: normal;
	overflow-wrap: anywhere;
}

@media (min-width: 640px) {
.hero-metric-value {
	font-size: 1.6rem;
	line-height: 1;
	white-space: nowrap;
	overflow-wrap: normal;
}
}

.hero-metric-label {
	font-size: 0.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.15;
	white-space: normal;
}

@media (min-width: 640px) {
.hero-metric-label {
	font-size: 0.625rem;
	letter-spacing: 0.16em;
	line-height: 1;
}
}

.hero-usp-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.35rem;
	height: 1rem;
	line-height: 0;
}

.hero-usp-check img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.packages-annual-pill {
	border-radius: 4px;
}

.package-card {
	border: 1px solid rgba(200, 0, 0, 0.8);
	border-radius: 1.25rem;
	padding: 1.25rem 1.25rem 1.35rem;
}

.package-card--featured {
	border-color: #c80000;
	background: linear-gradient(145deg, rgba(200, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.95) 58%);
	box-shadow: 0 16px 32px rgba(200, 0, 0, 0.18);
}

.package-card-top {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.package-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3.25rem;
	height: 2.1rem;
	line-height: 0;
}

.package-card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.package-card-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.package-card-name {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.1;
}

.package-card-sub {
	font-size: 0.75rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.2;
}

.package-price-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: calc(100% - 0.5rem);
	max-width: 100%;
	padding: 0.35rem 0.75rem;
	background: var(--color-brand-red, #c80000);
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	border-radius: 9999px;
}

.package-feature-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.05rem;
	height: 0.8rem;
	margin-top: 0.15rem;
	line-height: 0;
}

.package-feature-check img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

html[data-theme="dark"] #packages .package-card-icon img,
		html[data-theme="dark"] #packages .package-feature-check img,
		:root:not([data-theme="light"]) #packages .package-card-icon img,
		:root:not([data-theme="light"]) #packages .package-feature-check img {
	filter: brightness(0) invert(1);
}

html[data-theme="light"] #packages .package-card-icon img,
		html[data-theme="light"] #packages .package-feature-check img {
	filter: none;
}

.package-select-btn {
	border-radius: 10px;
}

.package-select-btn--muted {
	background: rgba(255, 255, 255, 0.12);
}

.package-select-btn--muted:hover {
	background: rgba(255, 255, 255, 0.18);
}

.extras-note {
	border-radius: 4px;
}

.extras-panel {
	overflow: hidden;
	border: 1px solid rgba(200, 0, 0, 0.8);
	border-radius: 1.25rem;
	background: rgba(0, 0, 0, 0.45);
}

#extras .table-header {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.04);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#extras .table-row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#extras .table-row:last-child {
	border-bottom: none;
}

#extras .extra-checkbox {
	accent-color: #c80000;
}

#extras .extra-details {
	color: rgba(255, 255, 255, 0.8);
}

html[data-theme="light"] .extras-panel {
	background: #fff;
	border-color: rgba(200, 0, 0, 0.55);
}

html[data-theme="light"] #extras .table-header {
	color: #c80000 !important;
	background: rgba(0, 0, 0, 0.03);
	border-bottom-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] #extras .table-header > * {
	color: #c80000 !important;
}

html[data-theme="light"] #extras .table-row {
	color: #000;
	border-bottom-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] #extras .extra-details {
	color: #334155 !important;
}

html[data-theme="light"] #extras .extra-status,
		html[data-theme="light"] #extras .text-slate-300 {
	color: rgba(0, 0, 0, 0.55) !important;
}

html[data-theme="light"] #booking .section-heading {
	color: #000000 !important;
}

html[data-theme="light"] #booking .booking-copy {
	color: rgba(0, 0, 0, 0.75) !important;
}

html[data-theme="light"] #booking .booking-list {
	color: #000000 !important;
}

html[data-theme="light"] #booking .booking-actions .btn-secondary {
	color: #000000 !important;
	border-color: rgba(200, 0, 0, 0.55) !important;
	background: #ffffff !important;
}

html[data-theme="light"] #booking .booking-actions .btn-secondary:hover {
	border-color: #c80000 !important;
	background: rgba(0, 0, 0, 0.04) !important;
}

html[data-theme="light"] .package-card,
		html[data-theme="light"] #packages .package-card {
	background: #ffffff !important;
	border-color: rgba(200, 0, 0, 0.55) !important;
}

html[data-theme="light"] .package-card-name,
		html[data-theme="light"] .package-feature-list {
	color: #000000;
}

html[data-theme="light"] .package-card-sub {
	color: rgba(0, 0, 0, 0.55);
}

html[data-theme="light"] .package-select-btn--muted {
	background: #9ca3af !important;
	color: #ffffff !important;
	box-shadow: none !important;
}

html[data-theme="light"] .package-select-btn--muted:hover {
	background: #6b7280 !important;
}

html[data-theme="light"] #packages .package-card--featured {
	background: linear-gradient(180deg, #ffffff 0%, #fff8f8 22%, #ffe8e8 60%, #ffd4d4 100%) !important;
	border-color: #c80000 !important;
	box-shadow: 0 14px 32px rgba(200, 0, 0, 0.16) !important;
}

.included-note {
	border-radius: 4px;
}

.included-card {
	background: #111111;
	border: 1px solid rgba(200, 0, 0, 0.8);
	border-radius: 1.25rem;
	padding: 1.5rem 1.35rem 1.5rem;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

html[data-theme="light"] .included-card {
	background: #fff;
	border-color: rgba(200, 0, 0, 0.55);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

html[data-theme="light"] .included-card-title,
		html[data-theme="light"] .included-list {
	color: #000;
}

.process-card {
	background: transparent;
	border: 1px solid rgba(200, 0, 0, 0.8);
	border-radius: 1.25rem;
	padding: 1.75rem 1.5rem 1.75rem;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.process-media {
	border-radius: 1rem;
	background: #0a0a0a url('../images/Hero_Dark.jpeg') center / cover no-repeat;
}

html[data-theme="dark"] .process-icon img,
		:root:not([data-theme="light"]) .process-icon img {
	filter: brightness(0) invert(1);
}

html[data-theme="light"] .process-icon img {
	filter: none;
}

html[data-theme="light"] .process-card {
	background: #fff;
	border-color: rgba(200, 0, 0, 0.55);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

html[data-theme="light"] .process-heading,
		html[data-theme="light"] .process-copy,
		html[data-theme="light"] .process-list {
	color: #000;
}

html[data-theme="light"] .process-note {
	color: rgba(0, 0, 0, 0.6);
}

.env-media-grid figure {
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

html[data-theme="light"] .env-copy {
	color: rgba(0, 0, 0, 0.75);
}

html[data-theme="light"] .env-media-grid figure {
	border-color: rgba(0, 0, 0, 0.12);
}

.security-media-grid figure {
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

html[data-theme="light"] .security-list,
		html[data-theme="light"] .security-tagline {
	color: #000;
}

html[data-theme="light"] .security-media-grid figure {
	border-color: rgba(0, 0, 0, 0.12);
}

.savings-panel {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 1.25rem;
	padding: 1.15rem 1.25rem;
	border-radius: 1.25rem;
	border: 1px solid rgba(200, 0, 0, 0.75);
	background:
				radial-gradient(ellipse 80% 90% at 0% 100%, rgba(200, 0, 0, 0.28), transparent 55%),
				radial-gradient(ellipse 50% 60% at 15% 80%, rgba(120, 0, 0, 0.35), transparent 50%),
				#0a0a0a;
}

@media (min-width: 768px) {
.savings-panel {
	grid-template-columns: 1.2fr 0.8fr;
	padding: 1.25rem 1.35rem;
	gap: 1.5rem;
}
}

.savings-prices {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.85rem;
}

html[data-theme="light"] .savings-panel {
	background: linear-gradient(90deg, #fff5f5 0%, #ffe3e3 42%, #ffb8b8 100%);
	border-color: rgba(200, 0, 0, 0.55);
	box-shadow: 0 12px 28px rgba(200, 0, 0, 0.12);
}

html[data-theme="light"] .savings-eyebrow {
	color: #c80000 !important;
}

html[data-theme="light"] .savings-heading {
	color: #000000 !important;
}

html[data-theme="light"] .savings-copy,
		html[data-theme="light"] .savings-price-row {
	color: #000000 !important;
}

html[data-theme="light"] .savings-price-row span:last-child {
	color: #000000 !important;
}

html[data-theme="light"] .savings-prices {
	background: rgba(255, 255, 255, 0.55);
	border-color: rgba(200, 0, 0, 0.12);
	box-shadow: none;
}

html[data-theme="light"] .savings-prices-note {
	color: rgba(0, 0, 0, 0.65) !important;
}

.valet-panel {
	border: 1px solid rgba(200, 0, 0, 0.8);
	border-radius: 1.25rem;
	padding: 1.5rem 1.5rem 1.65rem;
	background: transparent;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

html[data-theme="light"] .valet-panel {
	background: #fff;
	border-color: rgba(200, 0, 0, 0.55);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

html[data-theme="light"] .valet-heading,
		html[data-theme="light"] .valet-col-title,
		html[data-theme="light"] .valet-list {
	color: #000;
}

html[data-theme="light"] .valet-copy {
	color: rgba(0, 0, 0, 0.75);
}

.faq-note {
	border-radius: 4px;
}

.faq-item {
	border: 1px solid rgba(200, 0, 0, 0.8);
	border-radius: 0.85rem;
	padding: 0.7rem 1rem;
	background: transparent;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

html[data-theme="light"] .faq-heading {
	color: #000000 !important;
}

html[data-theme="light"] .faq-item {
	background: #ffffff;
	border-color: rgba(200, 0, 0, 0.55);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

html[data-theme="light"] .faq-item summary {
	color: #000000 !important;
}

html[data-theme="light"] .faq-item p {
	color: rgba(0, 0, 0, 0.72) !important;
}

html[data-theme="light"] .viewing-heading {
	color: #000000 !important;
}

html[data-theme="light"] .viewing-copy {
	color: rgba(0, 0, 0, 0.75) !important;
}

.cta-panel {
	padding: 1.75rem 1.75rem;
	border-radius: 1.5rem;
	background: linear-gradient(90deg, #c80000 0%, #8f0000 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
.cta-panel {
	padding: 2rem 2.25rem;
}
}

.cta-btn {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.contact-panel {
	border: 1px solid rgba(200, 0, 0, 0.8);
	border-radius: 1.25rem;
	padding: 1.5rem 1.5rem 1.65rem;
	background: transparent;
}

.contact-btn {
	color: #ffffff !important;
}

html[data-theme="light"] .contact-btn,
		html[data-theme="light"] .contact-btn:hover {
	color: #ffffff !important;
	background-color: #c80000 !important;
}

html[data-theme="light"] .contact-btn:hover {
	background-color: #a30000 !important;
}

html[data-theme="light"] .contact-panel {
	background: #fff;
	border-color: rgba(200, 0, 0, 0.55);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

html[data-theme="light"] .contact-heading {
	color: #000000 !important;
}

html[data-theme="light"] .contact-copy {
	color: rgba(0, 0, 0, 0.75) !important;
}
