.home-page { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }

/* MOBILE TOP */
.mobile-top { display: none; flex-direction: column; align-items: center; padding: var(--spacing-lg) var(--spacing-md) var(--spacing-md); background: var(--bg-primary); }
.mobile-top-logo { margin-bottom: var(--spacing-lg); width: 100%; display: flex; justify-content: center; }
.mobile-top-logo img { width: 280px; max-width: 80%; height: auto; }
@media (max-width: 768px) { .mobile-top { display: flex; } }

/* HERO */
.hero-section { position: relative; width: 100%; min-height: 520px; display: flex; align-items: center; overflow: hidden; background-color: var(--bg-secondary); }
.hero-bg { position: absolute; inset: 0; background-image: url('/assets/team-scavenger-hunt-no-download.jpg'); background-size: cover; background-position: center 30%; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,14,23,0.92) 0%, rgba(10,14,23,0.80) 50%, rgba(10,14,23,0.55) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: var(--spacing-xxl) var(--spacing-lg); width: 100%; }
.hero-inner { max-width: 860px; }
.hero-eyebrow { display: inline-block; background: rgba(0,180,216,0.15); border: 1px solid rgba(0,180,216,0.4); color: var(--teal-light); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px; border-radius: var(--radius-full); margin-bottom: var(--spacing-md); }
@media (max-width: 768px) { .hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.04em; } .eyebrow-break { display: block; } }
.hero-h1 { font-size: 2rem; font-weight: 800; line-height: 1.15; color: var(--text-primary); margin-bottom: var(--spacing-md); }
.hero-h1 span { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subhead { font-size: 1.1rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: var(--spacing-lg); max-width: 560px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: var(--spacing-sm) var(--spacing-lg); margin-bottom: var(--spacing-xl); }
.hero-check { display: flex; align-items: center; gap: 6px; color: var(--text-secondary); font-size: 0.9rem; font-weight: 500; }
.hero-check-icon { color: var(--teal); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: var(--spacing-md); margin-bottom: var(--spacing-lg); }
.hero-btn-primary { background: var(--gradient-primary); color: white; padding: 14px 28px; border-radius: var(--radius-md); font-weight: 700; font-size: 1rem; text-decoration: none; transition: all var(--transition-normal); display: inline-flex; align-items: center; gap: 8px; box-shadow: var(--shadow-md); border: none; cursor: pointer; font-family: var(--font-family); }
.hero-btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow-teal); color: white; }
.hero-btn-secondary { background: transparent; color: var(--teal); padding: 14px 28px; border-radius: var(--radius-md); font-weight: 700; font-size: 1rem; text-decoration: none; border: 2px solid var(--teal); transition: all var(--transition-normal); display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-family: var(--font-family); }
.hero-btn-secondary:hover { background: rgba(0,180,216,0.1); color: var(--teal-light); }
.hero-proof-line { font-size: 0.85rem; color: var(--text-muted); font-style: italic; }
.hero-proof-line strong { color: var(--teal-light); font-style: normal; }
@media (min-width: 769px) { .hero-h1 { font-size: 3rem; } .hero-section { min-height: 580px; } }

/* STAT BAR */
.stat-bar { width: 100%; background: var(--bg-card); border-bottom: 1px solid var(--border-color); }
.stat-bar-heading { text-align: center; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); font-weight: 700; padding-top: var(--spacing-md); }
.stat-bar-inner { max-width: 1200px; margin: 0 auto; padding: var(--spacing-md) var(--spacing-lg) var(--spacing-lg); display: flex; flex-wrap: wrap; justify-content: center; gap: var(--spacing-lg) var(--spacing-xxl); }
.stat-item { text-align: center; }
.stat-number { font-size: 1.8rem; font-weight: 800; color: var(--teal); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 0.78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; }
.stat-divider { width: 1px; background: var(--border-color); align-self: stretch; display: none; }
@media (min-width: 640px) { .stat-divider { display: block; } }
@media (max-width: 639px) {
    .stat-bar-inner { display: grid; grid-template-columns: 1fr 1fr; gap: var(--spacing-lg); padding: var(--spacing-md); }
    .stat-item:last-child { grid-column: 1 / -1; }
    .stat-divider { display: none !important; }
}

/* PROOF BLOCK */
.proof-section { width: 100%; padding: var(--spacing-xl) var(--spacing-lg); background: var(--bg-secondary); border-bottom: 1px solid var(--border-color); }
.proof-inner { max-width: 900px; margin: 0 auto; background: rgba(0,180,216,0.07); border: 1px solid rgba(0,180,216,0.25); border-radius: var(--radius-lg); padding: var(--spacing-xl); }
.proof-body { flex: 1; min-width: 240px; }
.proof-label { display: flex; align-items: center; gap: 8px; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--teal); font-weight: 700; margin-bottom: 6px; }
.proof-label-icon { font-size: 1rem; }
@media (max-width: 768px) { .proof-label-icon { display: none; } }
.proof-title { font-size: 1rem; font-weight: 700; color: var(--text-primary); margin-bottom: var(--spacing-sm); }
.proof-quote { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.65; font-style: italic; margin-bottom: var(--spacing-sm); }
.proof-attribution { font-size: 0.78rem; color: var(--text-muted); margin-bottom: var(--spacing-lg); }
.proof-footer { display: flex; align-items: center; gap: var(--spacing-md); flex-wrap: wrap; }
.proof-listed-label { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; }
.proof-listed-badges { display: flex; gap: var(--spacing-sm); flex-wrap: wrap; }
.proof-listed-badge { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-sm); padding: 4px 10px; font-size: 0.75rem; color: var(--text-secondary); font-weight: 500; }

/* FEATURES — inline icons */
.features-section { width: 100%; padding: var(--spacing-xxl) var(--spacing-lg); background: var(--bg-primary); }
.features-inner { max-width: 1200px; margin: 0 auto; }
.features-heading { text-align: center; font-size: 1.5rem; font-weight: 700; color: var(--text-primary); margin-bottom: var(--spacing-xxl); max-width: 800px; margin-left: auto; margin-right: auto; }
.features-heading span { color: var(--teal); }
.features-grid { display: grid; grid-template-columns: 1fr; gap: var(--spacing-lg); }
@media (min-width: 640px) { .features-grid { grid-template-columns: repeat(3, 1fr); } }
.feature-card { background: var(--bg-card); border-radius: var(--radius-lg); padding: var(--spacing-xl); border: 1px solid var(--border-color); transition: border-color var(--transition-normal), box-shadow var(--transition-normal); }
.feature-card:hover { border-color: var(--teal); box-shadow: var(--shadow-glow-teal); }
.feature-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: var(--spacing-md); }
.feature-card-header svg { width: 22px; height: 22px; flex-shrink: 0; stroke: var(--teal); fill: none; }
.feature-card-title { font-size: 0.95rem; font-weight: 700; color: var(--teal-light); text-transform: uppercase; letter-spacing: 0.05em; margin: 0; }
.feature-card-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* SLIDER */
.slider-section { width: 100%; background: var(--bg-secondary); padding: var(--spacing-xxl) var(--spacing-lg); }
.slider-section-inner { max-width: 1200px; margin: 0 auto; }
.slider-heading { text-align: center; font-size: 1.5rem; font-weight: 700; color: var(--text-primary); margin-bottom: var(--spacing-lg); }
.slider-heading span { color: var(--teal); }
.hunt-slider { border-radius: var(--radius-lg); overflow: hidden; position: relative; background: var(--bg-card); max-width: 900px; margin: 0 auto; }
.hunt-slider-track { display: flex; transition: transform 0.5s ease; width: 100%; }
.hunt-slide { min-width: 100%; }
.hunt-slide img { width: 100%; height: 320px; object-fit: cover; object-position: center; display: block; }
.hunt-slider-dots { display: flex; justify-content: center; gap: 8px; padding: 12px 0; background: var(--bg-card); }
.hunt-dot { width: 8px; height: 8px; border-radius: var(--radius-full); background: var(--border-light); cursor: pointer; transition: background var(--transition-fast); }
.hunt-dot.active { background: var(--teal); }

/* HOW IT WORKS */
.hiw-section { width: 100%; padding: var(--spacing-xxl) var(--spacing-lg); background: var(--bg-primary); }
.hiw-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.hiw-heading { font-size: 1.5rem; font-weight: 700; color: var(--text-primary); margin-bottom: var(--spacing-sm); }
.hiw-subhead { color: var(--text-muted); font-size: 0.95rem; margin-bottom: var(--spacing-xxl); }
@media (max-width: 639px) { .hiw-subhead { font-size: 0.9rem; } .hiw-subhead .hiw-subhead-break::before { content: '\A'; white-space: pre; } }
.hiw-steps { display: grid; grid-template-columns: 1fr; gap: var(--spacing-xl); margin-bottom: var(--spacing-xxl); }
@media (min-width: 640px) { .hiw-steps { grid-template-columns: repeat(3, 1fr); } }
/* Mobile: left-aligned step with number inline */
.hiw-step { text-align: left; display: flex; flex-direction: column; }
@media (max-width: 639px) {
    .hiw-step { flex-direction: row; align-items: flex-start; gap: var(--spacing-md); }
    .hiw-step-num { margin: 0; flex-shrink: 0; width: 40px; height: 40px; font-size: 1rem; }
    .hiw-step-content { flex: 1; }
}
@media (min-width: 640px) {
    .hiw-step { text-align: center; align-items: center; }
    .hiw-step-content { width: 100%; }
}
.hiw-step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--gradient-primary); color: white; font-size: 1.2rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--spacing-md); flex-shrink: 0; }
.hiw-step-title { font-size: 1rem; font-weight: 700; color: var(--text-primary); margin-bottom: var(--spacing-sm); }
.hiw-step-desc { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.hiw-cta { display: flex; flex-wrap: wrap; gap: var(--spacing-md); justify-content: center; }

/* PRICING — fully clickable cards */
.pricing-section { width: 100%; padding: var(--spacing-xxl) var(--spacing-lg); background: var(--bg-secondary); }
.pricing-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.pricing-heading { font-size: 1.5rem; font-weight: 700; color: var(--text-primary); margin-bottom: var(--spacing-sm); }
.pricing-subhead { color: var(--text-muted); font-size: 0.95rem; margin-bottom: var(--spacing-xxl); max-width: 600px; margin-left: auto; margin-right: auto; }
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: var(--spacing-md); max-width: 960px; margin: 0 auto var(--spacing-xl); }
@media (min-width: 640px) { .pricing-grid { grid-template-columns: repeat(4, 1fr); } }
.p-card { background: var(--bg-card); border-radius: var(--radius-lg); padding: var(--spacing-xl) var(--spacing-lg); border: 2px solid var(--border-color); text-align: center; transition: all var(--transition-normal); position: relative; cursor: pointer; display: flex; flex-direction: column; }
.p-card:hover { border-color: var(--teal); transform: translateY(-4px); box-shadow: var(--shadow-glow-teal); }
.p-card-featured { border-color: var(--gold); }
.p-card-featured:hover { border-color: var(--gold); box-shadow: var(--shadow-glow-gold); }
.p-card-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--bg-primary); font-size: 0.7rem; font-weight: 800; padding: 3px 14px; border-radius: var(--radius-full); text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.p-card-title { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: var(--spacing-sm); }
.p-card-price { font-size: 2.2rem; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: 4px; }
.p-card-price-sub { font-size: 0.78rem; color: var(--text-muted); margin-bottom: var(--spacing-md); }
.p-card-features { list-style: none; margin: 0 0 var(--spacing-lg); padding: 0; text-align: left; font-size: 0.82rem; color: var(--text-secondary); line-height: 2; flex: 1; }
.p-card-features li::before { content: '✓ '; color: var(--teal); font-weight: 700; }
.p-card-btn { display: block; width: 100%; text-align: center; padding: 10px; border-radius: var(--radius-md); font-weight: 700; font-size: 0.9rem; border: none; cursor: pointer; font-family: var(--font-family); text-decoration: none; margin-top: auto; pointer-events: none; }
.p-card-btn-free { background: transparent; border: 2px solid var(--teal); color: var(--teal); pointer-events: auto; }
.p-card-btn-free:hover { background: rgba(0,180,216,0.1); color: var(--teal-light); }
.p-card-btn-paid { background: var(--gradient-primary); color: white; }
.pricing-note { font-size: 0.82rem; color: var(--text-muted); font-style: italic; }

/* DESKTOP CODE BOX */
.desktop-code-section { display: none; width: 100%; padding: var(--spacing-xxl) var(--spacing-lg); background: var(--bg-primary); }
@media (min-width: 769px) { .desktop-code-section { display: block; } }
.desktop-code-inner { max-width: 440px; margin: 0 auto; text-align: center; }
.desktop-code-label { font-size: 0.85rem; color: var(--text-muted); margin-bottom: var(--spacing-md); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }

/* EXISTING PRESERVED */
.info-box { background: var(--bg-card); border-radius: var(--radius-lg); padding: var(--spacing-lg); margin: var(--spacing-md) 0; text-align: left; }
.info-box h2 { font-size: 1.25rem; font-weight: 700; color: var(--teal-light); margin-bottom: 6px; text-align: center; }
.info-box .info-subtitle { font-size: 1.05rem; font-weight: 600; color: var(--teal); margin-bottom: var(--spacing-md); text-align: center; }
.info-box .tagline-quote { font-style: italic; color: var(--text-secondary); font-size: 0.95rem; line-height: 1.7; }
.info-box .tagline-quote p { margin-bottom: var(--spacing-sm); }
.info-box .tagline-quote p:last-child { margin-bottom: 0; }
.info-box .brand-name { font-weight: 700; font-style: italic; color: var(--teal-light); }
.use-case-section { width: 100%; padding: var(--spacing-xxl) var(--spacing-lg); background: var(--bg-secondary); border-top: 1px solid var(--border-color); }
.use-case-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.use-case-section h2 { font-size: 1.125rem; color: var(--text-secondary); text-align: center; margin-bottom: var(--spacing-lg); font-weight: 500; }
.use-case-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--spacing-sm); }
.use-case-tag { background: var(--bg-card); color: var(--text-secondary); padding: var(--spacing-sm) var(--spacing-md); border-radius: var(--radius-full); font-size: 0.85rem; border: 1px solid var(--border-color); transition: all var(--transition-fast); }
.use-case-tag:hover { border-color: var(--teal); color: var(--text-primary); }
.feature-list { display: flex; flex-direction: column; gap: var(--spacing-sm); margin: var(--spacing-lg) 0; }
.feature-item { display: flex; align-items: center; gap: var(--spacing-sm); color: var(--text-secondary); }
.feature-item-icon { color: var(--success); }
.input-pulse { animation: inputPulse 2s ease-in-out infinite; }
.input-pulse:focus { animation: none; }
@keyframes inputPulse { 0%, 100% { box-shadow: 0 0 0 2px var(--teal); } 50% { box-shadow: 0 0 12px 2px var(--teal); } }
.scan-btn { position: relative; overflow: hidden; }
.scan-btn::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255,255,255,0.2); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s; }
.scan-btn:active::after { width: 200px; height: 200px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--spacing-sm) var(--spacing-lg); padding: var(--spacing-lg); color: var(--text-muted); font-size: 0.875rem; }
.footer-links a { white-space: nowrap; }
.contact-toast-wrapper { position: relative; display: inline-block; }
.contact-toast { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px); background: var(--bg-card); border: 1px solid var(--border-light); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg), 0 0 40px rgba(0,0,0,0.4); padding: var(--spacing-md); min-width: 220px; opacity: 0; visibility: hidden; transition: opacity var(--transition-normal), transform var(--transition-normal), visibility var(--transition-normal); z-index: 100; }
.contact-toast.active { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.contact-toast::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 8px solid transparent; border-top-color: var(--border-light); }
.contact-toast::before { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 7px solid transparent; border-top-color: var(--bg-card); z-index: 1; }
.contact-toast-btn { display: flex; align-items: center; gap: var(--spacing-sm); width: 100%; padding: var(--spacing-md); background: transparent; border: none; border-radius: var(--radius-md); color: var(--text-primary); font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: background var(--transition-fast); font-family: var(--font-family); white-space: nowrap; }
.contact-toast-btn:hover { background: var(--bg-secondary); }
.contact-toast-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.contact-toast-divider { height: 1px; background: var(--border-color); margin: var(--spacing-xs) 0; }
.contact-toast-btn.copied { color: var(--success-light); pointer-events: none; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
/* Container to keep the subtext aligned to the button */
/* Container for both sections */
/* Container for both sections */
.hero-buttons, .hiw-cta {
    display: flex;
    align-items: flex-start; /* Keeps $75 button from stretching */
    gap: 20px; 
    flex-wrap: wrap; 
}

/* Wrapper for the Free button and subtext only */
.cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cta-subtext {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 8px;
    font-weight: 400;
}