/* ==========================================================================
   Day Pass Landing Page - V2 Bold
   Mobile-first | No border-radius | lp-dp- prefix
   ========================================================================== */

/* ---------------------------------------------------------------------------
   Base / Reset
   --------------------------------------------------------------------------- */
.altitude-lp-day-pass .site-inner {
	max-width: none;
	padding: 0;
	margin-top: 48px; /* offset for sticky sub-header */
}

.altitude-lp-day-pass .content-sidebar-wrap,
.altitude-lp-day-pass .content {
	max-width: none;
	padding: 0;
	width: 100%;
}

.altitude-lp-day-pass .entry {
	margin: 0;
	padding: 0;
	border: none;
}


/* ---------------------------------------------------------------------------
   Theme button override: neutralize global button styles on LP
   --------------------------------------------------------------------------- */
.altitude-lp-day-pass button,
.altitude-lp-day-pass button:hover,
.altitude-lp-day-pass button:focus {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: inherit;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	width: auto;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}

/* ---------------------------------------------------------------------------
   Shared
   --------------------------------------------------------------------------- */
.lp-dp-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.lp-dp-section-heading {
	font-family: 'Zuume', 'Poppins', sans-serif;
	font-size: clamp(36px, 7vw, 60px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	text-align: center;
	margin: 0 0 16px;
	color: #1a1a1a;
	line-height: 1;
}

.lp-dp-section-heading-light {
	color: #ffffff;
}

.lp-dp-section-sub {
	font-size: 17px;
	color: #515251;
	text-align: center;
	margin: 0 0 40px;
}

/* CTA Buttons */
.lp-dp-btn {
	display: inline-block;
	border-radius: 34px 0px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 500;
	font-size: 16px;
	padding: 19px 42px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s;
}

.lp-dp-btn:hover {
	opacity: 0.85;
}

.lp-dp-btn-primary {
	background-color: #D73930;
	color: #ffffff;
	border: 2px solid #D73930;
}

/* ---------------------------------------------------------------------------
   1. Sticky Sub-header
   --------------------------------------------------------------------------- */
.lp-dp-subheader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: #1a1a1a;
	border-top: 3px solid #D73930;
	border-bottom: 2px solid #D73930;
	height: 48px;
}

.lp-dp-subheader-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.lp-dp-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
}

.lp-dp-logo-img {
	height: 28px;
	width: auto;
	filter: brightness(0) invert(1);
}

.lp-dp-logo:hover {
	opacity: 0.85;
}

.lp-dp-context {
	display: none;
	color: #d1d5db;
	font-size: 13px;
	letter-spacing: 1px;
}

.lp-dp-phone {
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	text-decoration: none;
}

.lp-dp-phone:hover {
	color: #D73930;
}

.lp-dp-phone svg {
	width: 20px;
	height: 20px;
}

/* ---------------------------------------------------------------------------
   2. Hero
   --------------------------------------------------------------------------- */
.lp-dp-hero {
	position: relative;
	background-color: #1a1a1a;
	background-image: url('/wp-content/uploads/2026/04/lp-brand-hero.webp');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 64px 20px;
}

.lp-dp-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.lp-dp-hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 800px;
}

.lp-dp-hero-headline {
	font-family: 'Zuume', 'Poppins', sans-serif;
	font-size: clamp(44px, 10vw, 100px);
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin: 0 0 20px;
	line-height: 1;
}

.lp-dp-hero-sub {
	font-size: 17px;
	color: #FFFFFF;
	line-height: 1.6;
	margin: 0 0 32px;
}

/* ---------------------------------------------------------------------------
   3. What's Included
   --------------------------------------------------------------------------- */
.lp-dp-included {
	padding: 48px 0;
	background: #ffffff;
}

.lp-dp-included-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	max-width: 800px;
	margin: 24px auto 0;
}

.lp-dp-included-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.lp-dp-included-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-top: 2px;
}

.lp-dp-included-text {
	font-size: 16px;
	color: #515251;
	line-height: 1.5;
}

/* ---------------------------------------------------------------------------
   4. Summary + CTA
   --------------------------------------------------------------------------- */
.lp-dp-summary {
	padding: 48px 0;
	background: #f5f5f5;
	text-align: center;
}

.lp-dp-summary-text {
	font-size: clamp(20px, 3vw, 28px);
	font-weight: 600;
	color: #1a1a1a;
	max-width: 680px;
	margin: 0 auto 32px;
	line-height: 1.4;
	letter-spacing: -0.2px;
}

/* ---------------------------------------------------------------------------
   5. Reviews (Trustindex widget)
   --------------------------------------------------------------------------- */
.lp-dp-reviews {
	padding: 60px 0;
	background: #ffffff;
}

.lp-dp-reviews-widget {
	margin-top: 16px;
}

/* ---------------------------------------------------------------------------
   6. How It Works
   --------------------------------------------------------------------------- */
.lp-dp-how {
	padding: 48px 0;
	background: #f5f5f5;
}

.lp-dp-how-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	max-width: 900px;
	margin: 24px auto 0;
}

.lp-dp-how-step {
	text-align: center;
}

.lp-dp-how-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #D73930;
	color: #ffffff;
	font-family: 'Zuume', 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
}

.lp-dp-how-heading {
	font-family: 'Zuume', 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 8px;
}

.lp-dp-how-desc {
	font-size: 15px;
	color: #515251;
	line-height: 1.6;
	margin: 0;
}

/* ---------------------------------------------------------------------------
   7. FAQ accordion
   --------------------------------------------------------------------------- */
.lp-dp-faq {
	padding: 48px 0;
	background: #000000;
	color: #ffffff;
}

.lp-dp-faq-list {
	max-width: 800px;
	margin: 0 auto;
}

.lp-dp-faq-item {
	border-bottom: 1px solid #333333;
}

.lp-dp-faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: none;
	color: #ffffff;
	font-family: 'Zuume', 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px 0;
	cursor: pointer;
	text-align: left;
	min-height: 48px;
	gap: 16px;
}

.lp-dp-faq-q:hover,
.lp-dp-faq-q:focus {
	color: #D73930;
	background: transparent;
	border-radius: 0;
	border: none;
	outline: none;
}

.lp-dp-faq-icon {
	font-size: 22px;
	line-height: 1;
	flex-shrink: 0;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
}

.lp-dp-faq-a {
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.lp-dp-faq-a p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
	padding: 0 0 20px;
	margin: 0;
}

/* ---------------------------------------------------------------------------
   8. Final CTA
   --------------------------------------------------------------------------- */
.lp-dp-final-cta {
	padding: 80px 0;
	background: #ffffff;
	text-align: center;
}

.lp-dp-final-buttons {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	margin-bottom: 32px;
}

.lp-dp-soft-alt {
	margin: 0;
}

.lp-dp-soft-link {
	font-size: 14px;
	color: #515251;
	text-decoration: underline;
}

.lp-dp-soft-link:hover {
	color: #D73930;
}

/* ---------------------------------------------------------------------------
   9. Minimal footer
   --------------------------------------------------------------------------- */
.lp-dp-footer {
	padding: 24px 0;
	background: #f5f5f5;
	text-align: center;
}

.lp-dp-copyright {
	font-size: 13px;
	color: #515251;
	margin: 0;
}

/* ==========================================================================
   Tablet (768px)
   ========================================================================== */
@media (min-width: 768px) {
	.lp-dp-context {
		display: inline;
	}

	.lp-dp-included-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lp-dp-testimonial-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.lp-dp-how-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ==========================================================================
   Small screens: FAQ readability
   ========================================================================== */
@media (max-width: 768px) {
	.lp-dp-hero-headline {
		font-size: 44px;
		letter-spacing: 3px;
	}
}

@media (max-width: 767px) {
	.lp-dp-faq-q {
		letter-spacing: 1px;
		font-size: 14px;
	}
}

/* ==========================================================================
   Desktop (1024px)
   ========================================================================== */
@media (min-width: 1024px) {
	.lp-dp-hero {
		min-height: 600px;
		padding: 80px 20px;
	}

	.lp-dp-included {
		padding: 80px 0;
	}

	.lp-dp-summary {
		padding: 80px 0;
	}

	.lp-dp-testimonials {
		padding: 60px 0;
	}

	.lp-dp-how {
		padding: 80px 0;
	}

	.lp-dp-faq {
		padding: 80px 0;
	}

	.lp-dp-final-cta {
		padding: 100px 0;
	}
}
