/* usetightship.com: landing, privacy and terms. Static, no scripts of our own. The one
   third-party request is Cloudflare's cookieless visit counter (see /privacy); fonts are
   self-hosted.
   Colors match the app's tokens (src/index.css), including the AA-tuned muted ink. */

@font-face { font-family: 'Figtree'; font-weight: 700; font-display: swap; src: url('fonts/figtree-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Figtree'; font-weight: 800; font-display: swap; src: url('fonts/figtree-latin-800-normal.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans'; font-weight: 400; font-display: swap; src: url('fonts/noto-sans-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans'; font-weight: 600; font-display: swap; src: url('fonts/noto-sans-latin-600-normal.woff2') format('woff2'); }

:root {
  --navy: #0a1a2f;
  --navy-700: #122844;
  --navy-600: #1b3a5e;
  --gold: #c9a44a;
  --gold-bright: #d9b85f;
  --soft-gold: #e4c98a;
  --ink: #2b2b2b;
  --muted: #646e83;
  --canvas: #f6f7f9;
  --surface: #ffffff;
  --line: #e2e6ec;
  --pass: #1c7c44;
  --fail: #c0392b;
  --on-navy-muted: #b9c3d3;
  --display: 'Figtree', ui-sans-serif, system-ui, sans-serif;
  --sans: 'Noto Sans', ui-sans-serif, system-ui, sans-serif;
  --shadow: 0 1px 2px rgba(10, 26, 47, 0.06), 0 4px 16px rgba(10, 26, 47, 0.06);
  --shadow-pop: 0 18px 50px rgba(10, 26, 47, 0.35);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 17px/1.6 var(--sans); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-600); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { font-family: var(--display); color: var(--navy); line-height: 1.15; margin: 0 0 0.5em; }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--gold); color: var(--navy); padding: 8px 14px; border-radius: 8px; font-weight: 600; z-index: 10; }
.skip:focus { left: 16px; }

.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* Header */
.top { background: var(--navy); color: #fff; }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font: 800 21px/1 var(--display); letter-spacing: -0.01em; }
.brand:hover { color: #fff; }
.brand img { width: 34px; height: 34px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border-radius: 12px; font: 700 17px/1.1 var(--display); text-decoration: none; border: 2px solid transparent; transition: background-color .15s, transform .15s; }
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-bright); color: var(--navy); }
.btn-ghost { border-color: rgba(255, 255, 255, 0.35); color: #fff; }
.btn-ghost:hover { border-color: var(--soft-gold); color: #fff; }
.btn-sm { min-height: 40px; padding: 8px 16px; font-size: 15px; }

/* Hero */
.hero { background: var(--navy); color: #fff; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; padding-top: 56px; padding-bottom: 0; }
.hero h1 { color: #fff; font-size: clamp(40px, 6vw, 64px); font-weight: 800; letter-spacing: -0.02em; }
.hero h1 .accent { color: var(--gold); }
.hero .lede { font-size: clamp(18px, 2.2vw, 21px); color: #dfe5ee; max-width: 34em; margin: 0 0 28px; }
.hero .ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.hero .fine { color: var(--on-navy-muted); font-size: 15px; margin: 0 0 56px; }
.hero .phone { align-self: end; justify-self: center; width: min(340px, 100%); }

/* Phone frame around real screenshots */
.phone { border-radius: 34px 34px 0 0; background: #050d18; padding: 10px 10px 0; box-shadow: var(--shadow-pop); }
.phone img { border-radius: 26px 26px 0 0; }
.phone.full { border-radius: 34px; padding: 10px; }
.phone.full img { border-radius: 26px; }
/* Gallery shots are cropped mid-screen; fade the cut edge instead of showing it. */
.phone.fade { padding-bottom: 0; border-radius: 34px 34px 0 0; -webkit-mask-image: linear-gradient(#000 78%, transparent); mask-image: linear-gradient(#000 78%, transparent); }
.phone.fade img { border-radius: 26px 26px 0 0; }

/* Sections */
section { padding: 72px 0; }
.eyebrow { font: 700 13px/1 var(--display); letter-spacing: 0.12em; text-transform: uppercase; color: #8a6d24; margin: 0 0 12px; }
.section-title { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -0.015em; max-width: 20em; }
.section-lede { color: var(--muted); max-width: 40em; margin: 0 0 36px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; margin: 0; padding: 0; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: var(--shadow); }
.step .num { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--navy); color: var(--gold); font: 800 17px/1 var(--display); margin-bottom: 14px; }
.step h3 { font-size: 21px; }
.step p { margin: 0; color: #4a4a4a; }

.shots { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 0; padding: 0; list-style: none; }
.gallery figure { margin: 0; }
.gallery figcaption { margin-top: 14px; text-align: center; color: var(--muted); font-size: 15px; }

.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 40px; list-style: none; margin: 0; padding: 0; }
.features li { padding-left: 34px; position: relative; }
.features li::before { content: ''; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 6px; background: var(--pass) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3.2L15 7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/20px no-repeat; }
.features strong { color: var(--navy); font-family: var(--display); font-size: 18px; display: block; }

.privacy-band { background: var(--navy-700); color: #dfe5ee; }
.privacy-band h2 { color: #fff; }
.privacy-band .eyebrow { color: var(--gold); }
.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.privacy-grid div { border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 16px; padding: 22px; }
.privacy-grid h3 { color: var(--soft-gold); font-size: 19px; }
.privacy-grid p { margin: 0; }
.privacy-band a { color: var(--soft-gold); }

.cta-final { text-align: center; }
.cta-final .section-title, .cta-final .section-lede { margin-left: auto; margin-right: auto; }
.cta-final .btn-gold { font-size: 19px; padding: 16px 30px; }

/* Footer */
footer { background: var(--navy); color: var(--on-navy-muted); font-size: 15px; padding: 32px 0; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between; }
footer nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
footer a { color: #fff; }
footer a:hover { color: var(--soft-gold); }

/* Legal pages */
.doc { max-width: 760px; padding-top: 48px; padding-bottom: 72px; }
.doc h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 800; }
.doc .meta { color: var(--muted); margin: 0 0 28px; }
.doc h2 { font-size: 24px; margin-top: 44px; padding-top: 8px; }
.doc h3 { font-size: 19px; margin-top: 26px; }
.doc p, .doc li { max-width: 68ch; }
.doc li + li { margin-top: 6px; }
.summary { background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: 12px; padding: 18px 24px; box-shadow: var(--shadow); }
.summary h2 { margin-top: 0; padding-top: 0; font-size: 20px; }
.summary ul { margin: 0; padding-left: 20px; }
.toc { columns: 2; column-gap: 32px; padding-left: 20px; margin: 0 0 8px; }
.caps { text-transform: none; font-weight: 600; }

@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 8px; padding-top: 40px; }
  .hero .fine { margin-bottom: 36px; }
  .hero .phone { width: min(300px, 86%); }
  .steps, .privacy-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .features { grid-template-columns: 1fr; }
  section { padding: 56px 0; }
  .toc { columns: 1; }
}
@media (max-width: 420px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .top .btn-sm { padding: 8px 12px; }
  .hero .ctas .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
