/* Landing CSS - Static-specific styles */
/* Note: CSS variables are in theme.css */

/* ============================================
   BASE STYLES
   ============================================ */
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

a,
button {
	touch-action: manipulation;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Outfit', sans-serif;
	color: var(--ink);
	/* subtle background gradient */
	background: radial-gradient(900px 600px at 50% -10%, rgba(0, 214, 50, .04), transparent 60%), linear-gradient(360deg, rgba(0, 0, 0, .02) 0%, var(--bg) 55%);
	min-height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

/* ============================================
   LAYOUT COMPONENTS
   ============================================ */
.wrap {
	max-width: 420px;
	margin: 0 auto;
	padding: 20px 16px 34px;
	width: 100%;
}

/* ============================================
   HEADER / APP BAR
   ============================================ */
.appbar {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.icon {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: linear-gradient(135deg, #1c1c1e, #2c2c2e);
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

.brand {
	font-weight: 800;
	letter-spacing: .2px;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1 {
	margin: 18px 0 8px;
	line-height: 1.15;
	font-weight: 800;
	font-size: 32px;
	letter-spacing: .2px;
}

.grad {
	background: linear-gradient(90deg, #111, #3a3a3c);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.sub {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 18px;
}

.section-title {
	margin: 26px 0 8px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}

/* ============================================
   BUTTONS / CTAs
   ============================================ */
.cta {
	display: block;
	width: 100%;
	border: none;
	border-radius: 999px;
	padding: 14px 18px;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: .3px;
	background: linear-gradient(90deg, var(--ios-blue), var(--ios-blue-dark));
	box-shadow: 0 10px 26px rgba(0, 122, 255, .28);
	cursor: pointer;
	transition: transform .06s ease, opacity .15s ease;
	min-height: 52px;
	text-align: center;
	text-decoration: none;
}

.cta:hover {
	filter: brightness(.98);
}

.cta:active {
	transform: translateY(1px);
}

.urgency {
	text-align: center;
	font-size: 13px;
	color: #1d57a6;
	margin-top: 15px;
}

/* ============================================
   BADGES
   ============================================ */
.badges {
	display: flex;
	gap: 14px;
	justify-content: center;
	margin: 18px 0 26px;
	flex-wrap: wrap;
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1c1c1e;
	font-size: 13px;
}

.tick {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #eaf9ef;
	display: grid;
	place-items: center;
	color: var(--good);
	font-weight: 900;
	font-size: 12px;
	border: 1px solid #d2f2db;
}

/* ============================================
   PANEL / HOW IT WORKS
   ============================================ */
.panel {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 18px;
	margin: 22px 0 10px;
	box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
}

.panel h3 {
	margin: 0 0 8px;
	font-size: 20px;
}

.steps {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.steps li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 0;
	border-top: 1px solid var(--line);
}

.steps li:first-child {
	border-top: none;
}

.num {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, #1f1f21, #2c2c2e);
	color: #fff;
	font-weight: 800;
	display: grid;
	place-items: center;
	font-size: 14px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.t {
	font-weight: 700;
}

.d {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
}

/* ============================================
   BENEFITS LIST / FAQ SECTION
   ============================================ */
.benefits-list {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.benefits-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 0;
	border-top: 1px solid var(--line);
}

.benefits-list li:first-child {
	border-top: none;
}

.benefits-list li > div {
	flex: 1;
}

.faq-section {
	margin-top: 22px;
}

/* ============================================
   TESTIMONIALS (Facebook)
   ============================================ */
.tcard {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 16px;
	margin: 14px 0;
	box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
}

.trow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.avatar {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: linear-gradient(135deg, #007aff, #4da3ff);
	color: #fff;
	font-weight: 800;
	display: grid;
	place-items: center;
}

.name {
	font-weight: 800;
}

.earn {
	color: #0b5bd3;
	font-weight: 700;
	font-size: 14px;
}

.copy {
	color: #1f1f1f;
	font-size: 14px;
	line-height: 1.6;
	margin: 10px 0;
}

.stars {
	letter-spacing: 1px;
	color: #ffb43f;
	font-size: 16px;
}

/* ============================================
   META / FOOTER TEXT
   ============================================ */
.meta {
	color: var(--muted);
	text-align: center;
	margin-top: 18px;
	font-size: 13px;
}

/* ============================================
   REWARDS SECTION (Google)
   ============================================ */
.rewards-section {
	background: linear-gradient(135deg, #1c1c1e 0%, #2c2c2e 100%);
	border-radius: 0;
	padding: 0;
	margin: 0;
	position: relative;
	left: calc(-50vw + 50%);
	width: 100vw;
	margin-bottom: calc(-1 * 1.125rem);
	box-shadow: 0 8px 26px rgba(0, 0, 0, .15);
	box-sizing: border-box;
}

.rewards-section-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px 60px;
	position: relative;
	left: calc(50vw - 50%);
	width: 100%;
}

.rewards-section h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 20px;
	text-align: center;
}

.rewards-section p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 24px;
	text-align: center;
}

.rewards-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
}

.rewards-text {
	flex: 1;
	max-width: 100%;
	width: 100%;
}

.rewards-table {
	flex: 1;
	width: 100%;
	text-align: center;
}

.rewards-table img {
	width: 100%;
	max-width: 800px;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
	display: block;
	margin: 0 auto;
}

.rewards-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 999px;
	padding: 16px 24px;
	color: #fff;
	font-weight: 800;
	font-size: 17px;
	letter-spacing: .3px;
	background: linear-gradient(90deg, var(--ios-blue), var(--ios-blue-dark));
	box-shadow: 0 10px 26px rgba(0, 122, 255, .28);
	cursor: pointer;
	transition: transform .06s ease, opacity .15s ease;
	min-height: 56px;
	text-decoration: none;
	margin: 0 auto;
}

.rewards-cta:hover {
	filter: brightness(.98);
}

.rewards-cta:active {
	transform: translateY(1px);
}

/* Rewards Section - Responsive */
@media (min-width: 768px) {
	.rewards-section-inner {
		padding: 60px 40px 80px;
	}

	.rewards-cta {
		max-width: 320px;
		margin-left: 0;
		margin-right: auto;
	}

	.rewards-content {
		flex-direction: row;
		align-items: flex-start;
		gap: 48px;
	}

	.rewards-section h2 {
		text-align: left;
		font-size: 36px;
		margin-bottom: 24px;
	}

	.rewards-section p {
		text-align: left;
		font-size: 18px;
		margin-bottom: 32px;
	}

	.rewards-text {
		flex: 1;
		max-width: 50%;
	}

	.rewards-table {
		flex: 1;
		max-width: 50%;
	}

	.rewards-table img {
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.rewards-section-inner {
		padding: 80px 40px 100px;
	}

	.rewards-section h2 {
		font-size: 42px;
	}

	.rewards-section p {
		font-size: 19px;
	}
}

/* ============================================
   UTILITIES
   ============================================ */
/* Sticky CTA bar */
.sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, .86);
	backdrop-filter: saturate(180%) blur(16px);
	border-top: 1px solid var(--line);
	box-shadow: 0 -8px 22px rgba(0, 0, 0, .08);
	display: block;
	z-index: 999;
}

.sticky-cta .cta {
	margin: 0;
}

.page-spacer {
	height: 100px;
}

@supports(padding:max(0px)) {
	.page-spacer {
		height: calc(100px + env(safe-area-inset-bottom));
	}
}


/* ============================================
   FOOTER
   ============================================ */
.site-footer {
	background: #007aff;
	border-top: none;
	position: relative;
	left: calc(-50vw + 50%);
	width: 100vw;
	align-self: stretch;
	margin-top: 0;
	font-size: 13px;
	color: #ffffff;
	box-sizing: border-box;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 16px;
	padding-bottom: calc(32px + 76px + env(safe-area-inset-bottom));
	position: relative;
	left: calc(50vw - 50%);
	width: 100%;
}

.footer-disclaimers {
	margin-bottom: 32px;
}

.footer-disclaimers p {
	margin: 0 0 12px;
	line-height: 1.6;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

.footer-disclaimers p:last-child {
	margin-bottom: 0;
}

.footer-disclaimers a {
	color: rgba(255, 255, 255, 0.95);
	text-decoration: underline;
}

.footer-disclaimers a:hover {
	color: #ffffff;
}

.footer-copyright {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}

.footer-copyright p {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
}

.footer-nav {
	margin-bottom: 24px;
}

.footer-links-simple {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.footer-links-simple a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: underline;
	transition: color 0.2s ease;
	font-size: 12px;
}

.footer-links-simple a:hover {
	color: #ffffff;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
	width: 100%;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	flex: 1;
	text-align: center;
}

.footer-logo {
	width: 48px;
	height: 48px;
	display: block;
}

.footer-brand-text {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.4;
}

.footer-section {
	flex: 1;
	text-align: center;
}

.footer-section h4 {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 12px;
	text-align: center;
}

.footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-section li {
	margin: 0 0 8px;
}

.footer-section li:last-child {
	margin-bottom: 0;
}

.footer-section a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: underline;
	transition: color 0.2s ease;
}

.footer-section a:hover {
	color: #ffffff;
}

.footer-disclaimer {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
	text-align: center;
}

.footer-disclaimer p {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

/* Footer - Responsive */
@media (min-width: 768px) {
	.footer-container {
		padding: 25px 24px;
		padding-bottom: calc(40px + 76px + env(safe-area-inset-bottom));
	}

	.footer-links {
		flex-direction: row;
		gap: 48px;
		align-items: flex-start;
		justify-content: space-between;
	}

	.footer-brand {
		align-items: flex-start;
		text-align: left;
	}

	.footer-section {
		text-align: left;
	}

	.footer-section h4 {
		text-align: left;
	}

	.footer-disclaimers p {
		font-size: 10px;
		margin-bottom: 0;
	}

	.footer-disclaimer p {
		font-size: 13px;
	}
}

