/**
 * The Taco Stand — Get App Landing Page
 * Divi child theme | Brand greens: #116C4E, #004f11, #046444
 */

@font-face {
	font-family: 'OverusedGrotesk-Bold';
	src: url('https://tacostandhtx.com/storage/2025/02/OverusedGrotesk-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--ts-green: #116C4E;
	--ts-green-dark: #004f11;
	--ts-green-accent: #046444;
	--ts-black: #1e1e1e;
	--ts-white: #ffffff;
	--ts-off-white: #fcfcfc;
	--ts-body-text: #3d3d3d;
	--ts-font-display: 'Francois One', 'OverusedGrotesk-Bold', Helvetica, Arial, sans-serif;
	--ts-font-script: 'Dosis', 'Montserrat', Arial, sans-serif;
	--ts-font-body: 'Montserrat', 'Open Sans', Arial, sans-serif;
}

/* ── Divi full-width overrides ── */
body.ts-get-app-template,
body.page-template-template-get-app-php {
	overflow-x: hidden;
}

body.ts-get-app-template #page-container,
body.page-template-template-get-app-php #page-container {
	padding-top: 0 !important;
}

body.ts-get-app-template #main-content,
body.page-template-template-get-app-php #main-content {
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

body.ts-get-app-template #main-content > .container,
body.page-template-template-get-app-php #main-content > .container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.ts-get-app-template .ts-get-app-page,
body.page-template-template-get-app-php .ts-get-app-page {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Full-bleed sections */
.ts-get-app-hero,
.ts-get-app-promo,
.ts-get-app-features,
.ts-get-app-cta {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
}

/* ── Hero ── */
.ts-get-app-hero {
	min-height: 52vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: var(--ts-green-dark);
}

.ts-get-app-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ts-get-app-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(175 175 175 / 50%) 0%, rgb(75 75 75 / 65%) 50%, rgb(0 0 0 / 75%) 100%);
    z-index: 1;
}

.ts-get-app-hero__content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 4rem 1.5rem;
	max-width: 820px;
}

.ts-get-app-hero__eyebrow {
	font-family: var(--ts-font-body);
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ts-white);
	margin: 0 0 1rem;
	opacity: 0.92;
}

.ts-get-app-hero__title {
	margin: 0 0 1.25rem;
	line-height: 1.1;
}

.ts-get-app-hero__title-script {
	display: block;
	font-family: var(--ts-font-script);
	font-size: clamp(2.5rem, 7vw, 4.5rem);
	font-weight: 400;
	color: var(--ts-white);
	margin-bottom: 0.25rem;
}

.ts-get-app-hero__title-sans {
	display: block;
	font-family: var(--ts-font-display);
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ts-white);
}

.ts-get-app-hero__lead {
	font-family: var(--ts-font-body);
	font-size: clamp(1rem, 2.5vw, 1.2rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
	margin: 0 auto;
	max-width: 600px;
}

/* ── Promo ── */
.ts-get-app-promo {
	background-color: var(--ts-green);
	color: var(--ts-white);
	padding: 3.5rem 1.5rem;
}

.ts-get-app-promo__inner {
	max-width: 1140px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: center;
}

.ts-get-app-promo__headline {
	font-family: var(--ts-font-display);
	font-size: clamp(1.5rem, 3.5vw, 2.25rem);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 1rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color:#ffffff;
}

.ts-get-app-promo__headline span {
	display: block;
	font-family: var(--ts-font-script);
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	text-transform: none;
	letter-spacing: 0;
	margin-top: 0.35rem;
	font-weight: 400;
}

.ts-get-app-promo__text {
	font-family: var(--ts-font-body);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 0 1.75rem;
	opacity: 0.95;
}

.ts-get-app-promo__visual {
	text-align: center;
}

.ts-get-app-promo__visual img {
	max-width: min(100%, 420px);
	height: auto;
	display: inline-block;
}

/* ── Download buttons ── */
.ts-get-app-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.ts-get-app-buttons--centered {
	justify-content: center;
}

.ts-get-app-buttons__link {
	display: inline-block;
	transition: transform 0.2s ease, opacity 0.2s ease;
	line-height: 0;
}

.ts-get-app-buttons__link:hover,
.ts-get-app-buttons__link:focus {
	transform: translateY(-2px);
	opacity: 0.92;
}

.ts-get-app-buttons__link img {
	width: auto;
	max-width: 220px;
	height: auto;
	display: block;
}

/* ── Features ── */
.ts-get-app-features {
	background-color: var(--ts-off-white);
	padding: 4rem 1.5rem;
}

.ts-get-app-features__header {
	text-align: center;
	margin-bottom: 2.5rem;
}

.ts-get-app-features__title {
	font-family: var(--ts-font-display);
/* 	font-size: clamp(1.5rem, 3.5vw, 2rem) !important; */
	font-size: 40px !important;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ts-green-dark);
	margin: 0;
}
.ts-get-app-features__title span{
	font-size: 40px !important;
}

.ts-get-app-features__title-accent {
	font-family: var(--ts-font-script);
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	color: var(--ts-green);
	margin-right: 0.35rem;
}

.ts-get-app-features__grid {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

.ts-get-app-feature {
	background: var(--ts-white);
	border-top: 4px solid var(--ts-green);
	padding: 1.75rem 1.5rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.ts-get-app-feature h3 {
	font-family: var(--ts-font-display);
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ts-green);
	margin: 0 0 0.75rem;
}

.ts-get-app-feature p {
	font-family: var(--ts-font-body);
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--ts-body-text);
	margin: 0;
}

/* ── Bottom CTA ── */
.ts-get-app-cta {
	background-color: #ffffff !important;
/* 	background-color: #046444!important */
	color: var(--ts-white);
	padding: 3.5rem 1.5rem;
	text-align: center;
}

.ts-get-app-cta__inner {
	max-width: 720px;
	margin: 0 auto;
}

.ts-get-app-cta h2 {
	font-family: var(--ts-font-display);
/* 	font-size: clamp(1.5rem, 3.5vw, 2rem) !important; */
	font-size: 40px !important;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 0 0.75rem;
	color: #004f11; 
}

.ts-get-app-cta p {
	font-family: var(--ts-font-body);
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0 0 1.75rem;
	opacity: 0.95;
	color:var(--ts-body-text);
}

/* ── Tablet ── */
@media (max-width: 991px) {
	.ts-get-app-promo__inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.ts-get-app-promo__visual {
		order: -1;
	}

	.ts-get-app-features__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ── Mobile ── */
@media (max-width: 767px) {
	.ts-get-app-hero {
		min-height: 60vh;
	}

	.ts-get-app-hero__content {
		padding: 3rem 1.25rem;
	}

	.ts-get-app-promo,
	.ts-get-app-features,
	.ts-get-app-cta {
		padding: 2.5rem 1.25rem;
	}

	.ts-get-app-buttons {
		flex-direction: column;
		align-items: flex-start;
	}

	.ts-get-app-buttons--centered {
		align-items: center;
	}

	.ts-get-app-buttons__link img {
		max-width: 200px;
	}

	.ts-get-app-features__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.ts-get-app-feature {
		padding: 1.25rem;
	}
}

@media (max-width: 480px) {
	.ts-get-app-hero__title-script {
		font-size: 2.25rem;
	}

	.ts-get-app-buttons__link {
		width: 100%;
		max-width: 220px;
	}

	.ts-get-app-buttons__link img {
		width: 100%;
		max-width: 100%;
	}
}
