/* TempoLife landing page styles — extracted from landing.php (v2.60.1) */
:root{--teal:#4fa3a5;--teal-dark:#2b6466;--coral:#e88a76;--ink:#244246;--muted:#5b7a7d;--bg:#f4f8f7;}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
a{color:var(--teal-dark)}
.wrap{max-width:1040px;margin:0 auto;padding:0 24px}
header.site{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;padding:20px 0}
header.site img{width:40px;height:40px;border-radius:10px}
header.site .name{font-weight:700;font-size:1.25rem}
header.site nav{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:100%}
header.site nav a{font-size:.85rem;text-decoration:none;color:var(--muted);padding:4px 8px}
header.site nav a.active{color:var(--teal-dark);font-weight:600}
.hero{text-align:center;padding:48px 0 28px}
.hero h1{font-size:clamp(1.85rem,4.5vw,2.8rem);line-height:1.16;max-width:720px;margin:0 auto 16px;text-wrap:balance}
.hero p{font-size:1.1rem;color:var(--muted);max-width:650px;margin:0 auto 16px}
.hero-wear{font-size:clamp(1.05rem,2.4vw,1.28rem)!important;font-weight:800;color:var(--teal-dark)!important;max-width:720px;margin:0 auto 22px!important;line-height:1.35;text-wrap:balance}
.cta{display:inline-block;background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;font-size:1.15rem;font-weight:700;padding:16px 44px;border-radius:14px;text-decoration:none;box-shadow:0 6px 18px rgba(79,163,165,.35)}
.cta.google-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px}
.cta.google-cta[aria-busy="true"]{opacity:.72;pointer-events:none}
.cta.google-cta svg{flex:0 0 20px;width:20px;height:20px}
.cta:hover{filter:brightness(1.06)}
.cta:focus-visible,.playlink:focus-visible,.privacy-choice:focus-visible{outline:3px solid var(--coral);outline-offset:3px}
.cta-sub{font-size:.85rem;color:var(--muted);margin-top:12px}
/* v2.61.9 — iOS install CTA. Navy instead of the teal Play gradient so the two
   never read as the same action; only iPhone visitors ever see it. */
.cta-ios{background:linear-gradient(135deg,#123a63,#0C2342);border:0;cursor:pointer;font-family:inherit;margin-bottom:12px;box-shadow:0 6px 18px rgba(12,35,66,.32)}
.cta-ios:hover{filter:brightness(1.12)}
/* v2.61.1 — secondary on-ramp to the free guest scan (/try.php). Ghost style
   on purpose: it must never compete with the solid primary Play CTA above. */
.cta-try{display:inline-block;margin-top:14px;background:transparent;color:var(--teal-dark);font-size:1rem;font-weight:600;padding:12px 28px;border:2px solid var(--teal);border-radius:14px;text-decoration:none}
.cta-try:hover{background:rgba(79,163,165,.10)}
.cta-try:focus-visible{outline:3px solid var(--coral);outline-offset:3px}
.try-sub{font-size:.8rem;color:var(--muted);margin-top:8px}
.playlink{display:inline-block;margin-top:18px;font-size:.95rem;text-decoration:none;border:1.5px solid var(--teal);border-radius:10px;padding:10px 20px;color:var(--teal-dark)}
.trust-row{display:flex;justify-content:center;gap:10px 22px;flex-wrap:wrap;padding:0 0 42px;color:var(--muted);font-size:.88rem}
.trust-row span{display:inline-flex;align-items:center;gap:7px}
/* v2.59.7 — the tick was a bold tag used purely as decoration (it already carried
   aria-hidden), which is what "repeated bold tags" was flagging. Draw it in
   CSS instead: identical pixels, no decorative glyph in the text content, and
   the only bold tags left on the page are ones that actually mean something. */
.trust-row span::before{content:"\2713";color:var(--teal-dark);font-size:1rem;font-weight:700;line-height:1}
.wear{margin:0 0 8px;padding:28px 22px 24px;border-radius:22px;background:linear-gradient(135deg,#16393b 0%,#2b6466 52%,#4fa3a5 100%);color:#fff;text-align:center;box-shadow:0 16px 40px rgba(36,66,70,.22);scroll-margin-top:20px}
.wear-kicker{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;background:rgba(255,255,255,.16);border-radius:999px;padding:6px 12px;margin:0 0 12px}
.wear h2{font-size:clamp(1.4rem,3.5vw,2.1rem);line-height:1.2;margin:0 auto 12px;max-width:740px;text-wrap:balance;color:#fff}
.wear p{font-size:1.05rem;line-height:1.5;max-width:720px;margin:0 auto 16px;color:rgba(255,255,255,.94)}
.wear-brands{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0;padding:0}
.wear-brands li{font-size:.82rem;font-weight:700;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 12px}
.proof{padding:38px 0 46px;border-top:1px solid rgba(79,163,165,.15);content-visibility:auto;contain-intrinsic-size:860px}
.proof-copy{text-align:center;max-width:650px;margin:0 auto 26px}
.proof-copy h2{font-size:clamp(1.45rem,3vw,2rem);line-height:1.25;margin-bottom:8px;text-wrap:balance}
.proof-copy p{color:var(--muted)}
.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start;max-width:850px;margin:0 auto}
.phone-shot{margin:0;min-width:0}
.phone-shot img{display:block;width:100%;height:auto;aspect-ratio:430/932;object-fit:cover;border-radius:25px;border:1px solid rgba(36,66,70,.12);background:#fff;box-shadow:0 18px 42px rgba(36,66,70,.14)}
.phone-shot figcaption{margin-top:10px;color:var(--ink);font-size:.82rem;font-weight:800;text-align:center}
section.feat{display:flex;gap:28px;align-items:center;padding:36px 0;border-top:1px solid rgba(79,163,165,.15);scroll-margin-top:20px;content-visibility:auto;contain-intrinsic-size:190px}
section.feat:nth-of-type(even){flex-direction:row-reverse}
section.feat .icon{flex:0 0 96px;height:96px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:44px;background:#fff;box-shadow:0 4px 14px rgba(36,66,70,.08)}
section.feat h2{font-size:1.35rem;margin-bottom:8px}
section.feat p{color:var(--muted)}
/* v2.59.5 — the page carried ~200 words, under the 250 a content audit wants
   and under what a first-time visitor needs to judge the product. These three
   blocks are the answers people actually look for: the flow, the honest limits
   of a photo estimate, and where it runs. No new sections BEFORE the .feat run,
   so section.feat:nth-of-type(even) keeps alternating as before. */
section.steps,section.note{padding:36px 0;border-top:1px solid rgba(79,163,165,.15);content-visibility:auto;contain-intrinsic-size:280px}
section.steps h2,section.note h2{font-size:1.35rem;margin-bottom:14px;text-wrap:balance}
.steps-grid{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0;padding:0}
.steps-grid h3{font-size:1rem;margin-bottom:6px;color:var(--teal-dark)}
.steps-grid p{color:var(--muted);font-size:.95rem}
.qa h3{font-size:1.02rem;margin:20px 0 4px}
.qa p+h3{margin-top:20px}
.qa-more{margin-top:20px;font-weight:600}
section.note{max-width:760px}
section.note p{color:var(--muted)}
section.note p+p{margin-top:12px}
.bottom{text-align:center;padding:56px 0 64px}
.bottom h2{font-size:1.6rem;margin-bottom:24px}
footer.site{padding:24px 0 40px;font-size:.85rem;color:var(--muted);display:flex;align-items:center;gap:8px 16px;flex-wrap:wrap}
.privacy-choice{appearance:none;border:0;background:none;padding:0;color:var(--teal-dark);font:inherit;text-decoration:underline;cursor:pointer}
@media (max-width:700px){
  .wrap{padding:0 16px}
  header.site nav{margin-left:0;width:100%}
  .hero{padding:34px 0 24px}
  .hero p{font-size:1rem}
  .hero-wear{font-size:1.08rem!important;margin-bottom:18px!important}
  .wear{padding:22px 16px 20px;margin-bottom:4px}
  .wear h2{font-size:1.35rem}
  .wear p{font-size:.98rem}
  .cta{width:100%;max-width:360px;padding:15px 24px}
  .cta-try{width:100%;max-width:360px;padding:12px 24px}
  .trust-row{padding-bottom:32px;gap:8px 14px}
  .proof{padding:32px 0 38px;contain-intrinsic-size:720px}
  .proof-grid{display:flex;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:4px 16px 22px;margin:0 -16px}
  .phone-shot{flex:0 0 min(76vw,280px);scroll-snap-align:center}
  section.feat,section.feat:nth-of-type(even){flex-direction:column;text-align:center}
  .steps-grid{grid-template-columns:1fr;gap:18px}
}
@media (max-width:700px) and (max-height:380px){
  header.site{padding:8px 0}
  .hero{padding:8px 0 12px}
  .hero h1{font-size:1.45rem;margin-bottom:8px}
  .hero p{font-size:.9rem;line-height:1.35;margin-bottom:12px}
  .hero-wear{font-size:.98rem!important;margin-bottom:12px!important}
  .cta{padding:11px 20px}
  .cta-try{padding:10px 18px;font-size:.92rem}
  .try-sub{margin-top:6px;line-height:1.25}
  .cta-sub{margin-top:6px;line-height:1.25}
}
@media (prefers-reduced-motion:reduce){.proof-grid{scroll-behavior:auto}.cta{transition:none}}

/* v2.58.5 — X-style 'scan to get the app' QR card (desktop only) */
.app-qr{position:fixed;right:20px;bottom:20px;z-index:60;width:190px;background:#fff;
  border:1px solid #e6e8eb;border-radius:16px;padding:14px 14px 12px;text-align:center;
  box-shadow:0 12px 34px rgba(15,20,19,.18);font-family:inherit}
.app-qr-x{position:absolute;top:6px;right:8px;width:22px;height:22px;border:0;background:transparent;
  color:#9aa2a0;font-size:17px;line-height:1;cursor:pointer;border-radius:6px}
.app-qr-x:hover{background:#f1f3f2;color:#111}
.app-qr-head{font-size:.92rem;font-weight:700;color:#0f1413;margin:2px 0 10px;letter-spacing:-.01em}
.app-qr-code{position:relative;width:150px;height:150px;margin:0 auto}
.app-qr-code img.qr{width:100%;height:100%;display:block;image-rendering:pixelated}
.app-qr-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:18px;height:18px;border-radius:5px;background:#fff;padding:2px;box-shadow:0 0 0 2px #fff}
.app-qr-sub{font-size:.72rem;color:#6b7280;margin-top:9px;line-height:1.35}
.app-qr-store{display:inline-block;margin-top:8px;font-size:.74rem;font-weight:600;color:#0c6152;text-decoration:none}
.app-qr-store:hover{text-decoration:underline}
@media (max-width:900px){.app-qr{position:static;right:auto;bottom:auto;width:auto;max-width:280px;margin:22px auto 4px;box-shadow:0 6px 20px rgba(15,20,19,.12)}.app-qr .app-qr-x{display:none}.app-qr-code{width:170px;height:170px}}
.app-qr-d{}@media (max-width:900px){.app-qr-d{display:none!important}}.app-qr-m{display:none}@media (max-width:900px){.app-qr-m{display:block;position:static;right:auto;bottom:auto;width:auto;max-width:280px;margin:20px auto 2px;box-shadow:0 6px 20px rgba(15,20,19,.12)}.app-qr-m .app-qr-x{display:none}.app-qr-m .app-qr-code{width:170px;height:170px}}@media (prefers-reduced-motion:reduce){.app-qr{transition:none}}
.app-only-note{font-size:.95rem;color:var(--muted);margin-top:8px;font-weight:600;text-align:center}
.x-feed{padding:28px 0 8px;border-top:1px solid rgba(79,163,165,.15)}
.x-feed h2{font-size:1.35rem;margin-bottom:8px;text-wrap:balance}
.x-feed-lede{color:var(--muted);margin-bottom:18px}
.x-feed-list{list-style:none;display:grid;gap:12px;margin:0;padding:0}
.x-feed-card{display:block;background:#fff;border:1px solid rgba(36,66,70,.12);border-radius:16px;padding:16px 18px;text-decoration:none;color:inherit;box-shadow:0 4px 14px rgba(36,66,70,.06)}
.x-feed-card:hover{border-color:var(--teal)}
.x-feed-kind{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-dark);background:rgba(79,163,165,.12);border-radius:999px;padding:3px 8px;margin-bottom:8px}
.x-feed-card p{color:var(--ink);margin:0 0 8px;white-space:pre-wrap}
.x-feed-card time{font-size:.8rem;color:var(--muted)}
.x-feed-more{margin-top:16px;font-weight:600}
@media (max-width:700px){.x-feed-card{padding:14px}}
.play-badge{height:44px;width:auto;vertical-align:middle}
