/* LittleCam high-conversion landing pages (keyword-targeted, upload-first).
   Shared by every page generated from src/landing-data.mjs via build-landings.mjs.
   Mobile-first, responsive, no app-download anything — web purchase only. */
:root {
  --ink: #1f3026;
  --muted: #5f7168;
  --soft: #edf6ee;
  --soft-2: #f6fbf3;
  --paper: #fffdf8;
  --line: #dce9dc;
  --brand: #66966f;
  --brand-dark: #3f7551;
  --brand-light: #d9ead9;
  --bright: #2fa45a;
  --gold: #f0a500;
  --shadow: 0 24px 60px rgba(36, 62, 41, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
h1, h2, h3 { letter-spacing: -0.01em; }

/* ---- promo / urgency bar ---- */
.promo-bar {
  background: var(--ink); color: #fff; text-align: center;
  font-size: 13.5px; font-weight: 650; padding: 9px 16px;
}
.promo-bar strong { color: #ffd779; }

/* ---- header (minimal: logo + pricing only, no app links) ---- */
.site-header {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 64px; padding: 10px max(18px, calc((100vw - 1120px) / 2));
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid rgba(102, 150, 111, 0.18);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  display: grid; width: 42px; height: 42px; place-items: center; overflow: hidden;
  border-radius: 9px; background: var(--brand); color: #fff; font-weight: 800;
  box-shadow: 0 10px 24px rgba(63, 117, 81, 0.18);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { color: var(--muted); font-size: 11.5px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-link { color: var(--muted); font-size: 14px; font-weight: 700; padding: 8px 12px; border-radius: 999px; }
.header-link:hover { color: var(--ink); background: var(--soft); }
.header-cta { color: #fff; background: var(--brand-dark); padding: 9px 18px; border-radius: 999px; font-size: 14px; font-weight: 800; }
.header-cta:hover { background: #346843; }

/* ---- buttons ---- */
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 999px; padding: 0 26px; font-weight: 850;
  font-family: inherit; font-size: 16px; cursor: pointer; text-align: center;
}
.button.primary { color: #fff; background: var(--brand-dark); box-shadow: 0 14px 30px rgba(63, 117, 81, 0.28); }
.button.primary:hover { background: #346843; }
.button.big { min-height: 60px; font-size: 18px; padding: 0 34px; }
.button.block { width: 100%; }

/* ---- hero ---- */
.hero { background: linear-gradient(180deg, var(--soft), var(--paper)); padding: 40px 0 56px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 46px; align-items: center; }
.rating-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0 0 16px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px; font-size: 12.5px; font-weight: 800; color: var(--brand-dark);
  box-shadow: 0 6px 16px rgba(36, 62, 41, 0.08);
}
.stars { color: var(--gold); letter-spacing: 1px; }
.rating-text { color: var(--muted); font-size: 13px; font-weight: 700; }
.hero h1 { margin: 0; font-size: clamp(33px, 5vw, 56px); line-height: 1.04; max-width: 600px; }
.hero h1 .hl { color: var(--brand-dark); }
.hero-lead { margin: 16px 0 0; color: #40504a; font-size: 19px; font-weight: 650; max-width: 540px; }
.hero-proof { margin: 22px 0 0; }
.hero-proof img { width: 100%; height: auto; border-radius: 16px; box-shadow: var(--shadow); background: #fff; }
.hero-proof figcaption { margin-top: 8px; color: var(--muted); font-size: 12.5px; text-align: center; }

/* ---- upload card ---- */
.upload-card {
  background: #fff; border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow); padding: 30px 26px 22px; text-align: center; cursor: pointer; transition: .2s;
}
.upload-card.drag { background: var(--soft-2); border: 2px dashed var(--brand-dark); }
.upload-title { margin: 0 0 14px; font-size: 19px; font-weight: 850; }
.upload-card .button { width: 100%; }
.upload-drop { margin: 12px 0 4px; color: var(--muted); font-size: 13.5px; }
.upload-privacy { margin: 0; color: var(--brand-dark); font-size: 13px; font-weight: 750; }
.upload-samples { display: flex; align-items: center; justify-content: center; gap: 9px; border-top: 1px solid var(--line); margin-top: 18px; padding-top: 16px; }
.upload-samples-label { color: var(--muted); font-size: 12.5px; font-weight: 700; text-align: left; line-height: 1.3; }
.upload-samples img { width: 50px; height: 64px; object-fit: cover; border-radius: 8px; cursor: pointer; border: 1px solid var(--line); box-shadow: 0 6px 16px rgba(36, 62, 41, .14); transition: .15s; }
.upload-samples img:hover { transform: scale(1.4); }
.upload-legal { margin: 14px 0 0; color: #8aa190; font-size: 11px; line-height: 1.5; }

/* ---- generic section ---- */
.section { padding: 52px 0; }
.section.band { background: var(--soft-2); border-block: 1px solid rgba(102, 150, 111, 0.18); }
.section.dark { background: var(--ink); color: #fff; }
.section-label { margin: 0 0 12px; color: var(--brand-dark); font-size: 12.5px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.section.dark .section-label { color: #c7e1ca; }
.section h2 { margin: 0 0 12px; font-size: clamp(26px, 3.4vw, 36px); line-height: 1.12; max-width: 760px; }
.section .lead { color: var(--muted); font-size: 17px; max-width: 720px; }
.center { text-align: center; }
.center h2, .center .lead { margin-inline: auto; }
.cta-center { display: flex; justify-content: center; margin-top: 28px; }

/* ---- trust strip ---- */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 8px; }
.trust-strip .t { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; text-align: center; box-shadow: 0 10px 26px rgba(36, 62, 41, .06); }
.trust-strip .t b { display: block; font-size: 24px; color: var(--brand-dark); }
.trust-strip .t span { color: var(--muted); font-size: 13.5px; font-weight: 650; }

/* ---- steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.steps article { border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 22px; box-shadow: 0 16px 40px rgba(36, 50, 53, .07); }
.steps span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 13px; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 850; }
.steps h3 { margin: 0 0 6px; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* ---- scenes ---- */
.scenes { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 24px; }
.scenes figure { margin: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 12px 28px rgba(36, 62, 41, .08); }
.scenes img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: .2s; }
.scenes figure:hover img { transform: scale(1.06); }

/* ---- comparison ---- */
.compare { margin-top: 24px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 16px 40px rgba(36,50,53,.07); }
.compare .row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; }
.compare .row + .row { border-top: 1px solid var(--line); }
.compare .row > div { padding: 14px 16px; font-size: 14.5px; }
.compare .row.head > div { background: var(--soft); font-weight: 850; font-size: 13.5px; }
.compare .row .me { background: var(--soft-2); font-weight: 700; color: var(--ink); }
.compare .row .me::before { content: "✓ "; color: var(--bright); font-weight: 900; }
.compare .row .them { color: var(--muted); }

/* ---- pricing ---- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; align-items: stretch; }
.plan { position: relative; border: 1.5px solid var(--line); border-radius: 18px; background: #fff; padding: 26px 22px; box-shadow: 0 14px 36px rgba(36,62,41,.07); display: flex; flex-direction: column; }
.plan.featured { border: 2px solid var(--brand-dark); box-shadow: 0 20px 48px rgba(63,117,81,.18); transform: translateY(-6px); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--brand-dark); color: #fff; font-size: 11.5px; font-weight: 800; border-radius: 999px; padding: 5px 14px; }
.plan h3 { margin: 0 0 8px; font-size: 17px; }
.plan .price { font-size: 40px; font-weight: 900; color: var(--ink); line-height: 1; }
.plan .price small { font-size: 15px; font-weight: 700; color: var(--muted); }
.plan .sub { margin: 8px 0 16px; color: var(--brand-dark); font-size: 13.5px; font-weight: 750; min-height: 20px; }
.plan ul { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 9px; }
.plan li { position: relative; padding-left: 24px; color: #40504a; font-size: 14px; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--bright); font-weight: 900; }
.plan .button { margin-top: auto; }
.plan.featured .button { background: var(--brand-dark); }
.plan.muted .button { color: var(--brand-dark); background: var(--soft); box-shadow: none; }
.pricing-foot { margin: 18px 0 0; text-align: center; color: var(--muted); font-size: 13px; }

/* ---- testimonials ---- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.review { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 22px; box-shadow: 0 12px 30px rgba(36,62,41,.06); }
.review .stars { font-size: 14px; }
.review p { margin: 10px 0 16px; font-size: 14.5px; color: #36463e; }
.review .who { display: flex; align-items: center; gap: 11px; }
.review .who .avatar {
  flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: 14px; line-height: 1; text-align: center;
  background: var(--brand); overflow: hidden;
}
.review .who .who-text { display: block; }
.review .who .who-text b { font-size: 14px; color: var(--ink); }
.review .who .who-text span { display: block; color: var(--muted); font-size: 12px; font-weight: 650; }

/* ---- privacy ---- */
.privacy-block { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.privacy-block .p { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; box-shadow: 0 10px 26px rgba(36,62,41,.06); }
.privacy-block .p b { display: block; font-size: 15px; margin-bottom: 6px; }
.privacy-block .p span { color: var(--muted); font-size: 14px; }

/* ---- faq ---- */
.faq { display: grid; gap: 12px; margin-top: 24px; max-width: 820px; }
.faq details { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.faq summary { cursor: pointer; padding: 18px 20px; font-weight: 800; }
.faq p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 15.5px; }

/* ---- final cta ---- */
.final-cta { padding: 56px 0; background: var(--ink); color: #fff; text-align: center; }
.final-cta h2 { margin: 0 auto 8px; max-width: 640px; }
.final-cta p { color: rgba(255,255,255,.82); margin: 0 auto 24px; max-width: 560px; }

/* ---- footer (no app links) ---- */
footer { padding: 36px 0 96px; background: #17241b; color: rgba(255, 255, 255, 0.76); }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
footer strong { color: #fff; }
footer p { max-width: 460px; margin: 8px 0 0; font-size: 14.5px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-links a { color: #fff; font-weight: 650; font-size: 14px; }

/* ---- mobile sticky CTA ---- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,253,248,.96); border-top: 1px solid var(--line);
  backdrop-filter: blur(16px); box-shadow: 0 -8px 24px rgba(36,62,41,.1);
}
.sticky-cta .button { width: 100%; min-height: 54px; }

/* ---- responsive ---- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-proof { order: 3; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .scenes { grid-template-columns: repeat(3, 1fr); }
  .pricing { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
  .reviews { grid-template-columns: 1fr; }
  .privacy-block { grid-template-columns: 1fr; }
  .compare .row { grid-template-columns: 1fr 1fr; }
  .compare .row .topic-h { display: none; }
  .footer-grid { flex-direction: column; }
  .sticky-cta { display: block; }
  footer { padding-bottom: 110px; }
}
