/* ScreenSet — screenset.app
   Dark, quiet, Mac-utility. Product site; the studio identity lives on motivefx.com. */

:root {
  --bg: #0b0c0e;
  --bg-soft: #141619;
  --line: rgba(255, 255, 255, .09);
  --text: #f2f4f7;
  --dim: #9aa2ad;
  --accent: #5b9dff;
  --accent-soft: rgba(91, 157, 255, .12);
  --radius: 14px;
  --max: 1080px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

a { color: inherit; }

/* ---------- nav ---------- */

nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 10;
  background: rgba(11, 12, 14, .82);
  backdrop-filter: saturate(160%) blur(12px);
}

.logo { font-weight: 650; letter-spacing: -.02em; text-decoration: none; font-size: 18px; }
.logo b { color: var(--accent); font-weight: 650; }

nav .links { display: flex; align-items: center; gap: 26px; }
nav .l { color: var(--dim); text-decoration: none; font-size: 15px; }
nav .l:hover { color: var(--text); }

.pill {
  background: var(--accent); color: #0b0c0e; text-decoration: none;
  padding: 8px 16px; border-radius: 999px; font-size: 15px; font-weight: 600;
}
.pill:hover { filter: brightness(1.08); }

/* ---------- hero ---------- */

.hero { padding: 84px 0 60px; text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--dim); font-size: 14px; letter-spacing: .01em;
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px;
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

h1 {
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.05; letter-spacing: -.03em; font-weight: 680;
  margin: 26px 0 0;
}
h1 .a { color: var(--accent); }

.sub {
  color: var(--dim); font-size: clamp(17px, 2.2vw, 20px);
  max-width: 620px; margin: 22px auto 0;
}
.sub b { color: var(--text); font-weight: 600; }

.cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 34px 0 14px; }

.btn {
  text-decoration: none; padding: 13px 24px; border-radius: 10px;
  font-weight: 600; font-size: 16px; border: 1px solid transparent;
  display: inline-block;
}
.btn.primary { background: var(--accent); color: #0b0c0e; }
.btn.primary:hover { filter: brightness(1.08); }
.btn.ghost { border-color: var(--line); color: var(--text); }
.btn.ghost:hover { border-color: var(--dim); }

.note { color: var(--dim); font-size: 14px; }

.shot { margin: 52px auto 0; max-width: 760px; }
.shot img, .shot video {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius); border: 1px solid var(--line);
  background: var(--bg-soft);
}

/* ---------- sections ---------- */

section { padding: 76px 0; border-top: 1px solid var(--line); }

.label {
  display: block; color: var(--accent); font-size: 13px;
  text-transform: uppercase; letter-spacing: .12em; font-weight: 650;
  margin-bottom: 12px;
}

h2 {
  font-size: clamp(28px, 4vw, 38px); line-height: 1.15;
  letter-spacing: -.02em; font-weight: 660; margin: 0;
}

.lede { color: var(--dim); max-width: 620px; margin: 14px 0 0; }

.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }

/* ---------- feature cards ---------- */

.feat {
  display: grid; gap: 18px; margin-top: 42px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  text-align: left;
}

.fcard {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 24px;
}
.fcard h3 { margin: 0 0 8px; font-size: 18px; font-weight: 640; letter-spacing: -.01em; }
.fcard p { margin: 0; color: var(--dim); font-size: 15.5px; }

.ficon {
  width: 38px; height: 38px; border-radius: 10px; margin-bottom: 16px;
  background: var(--accent-soft); display: grid; place-items: center;
}
.ficon svg { width: 20px; height: 20px; fill: none; stroke: var(--accent); stroke-width: 1.7; }

.badge {
  background: var(--accent-soft); color: var(--accent);
  font-size: 12px; font-weight: 650; padding: 3px 9px;
  border-radius: 999px; margin-left: 7px; vertical-align: middle;
}

kbd {
  background: var(--bg); border: 1px solid var(--line); border-bottom-width: 2px;
  border-radius: 6px; padding: 1px 6px; font-size: 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--text);
}

/* ---------- pricing ---------- */

.price-grid {
  display: grid; gap: 18px; margin-top: 42px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  text-align: left; max-width: 760px; margin-inline: auto;
}

.tier {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px;
}
.tier.paid { border-color: rgba(91, 157, 255, .38); }

.tier .name { font-size: 15px; color: var(--dim); font-weight: 600; }
.tier .amt { font-size: 42px; font-weight: 680; letter-spacing: -.03em; margin: 6px 0 2px; }
.tier .per { color: var(--dim); font-size: 14px; }

.tier ul { list-style: none; padding: 0; margin: 22px 0 0; }
.tier li { color: var(--dim); font-size: 15.5px; padding: 7px 0 7px 26px; position: relative; }
.tier li::before {
  content: ""; position: absolute; left: 4px; top: 15px;
  width: 11px; height: 6px; border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent); transform: rotate(-45deg);
}
.tier .btn { margin-top: 24px; width: 100%; text-align: center; }

/* ---------- faq ---------- */

.faq { max-width: 720px; margin: 42px auto 0; text-align: left; }
.faq details {
  border-bottom: 1px solid var(--line); padding: 18px 0;
}
.faq summary {
  cursor: pointer; font-weight: 600; font-size: 16.5px; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 20px; font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq p { color: var(--dim); margin: 12px 0 0; font-size: 15.5px; }

/* ---------- footer ---------- */

footer {
  border-top: 1px solid var(--line); padding: 40px 0 56px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px; flex-wrap: wrap;
}
footer .flinks { display: flex; gap: 22px; flex-wrap: wrap; }
footer a { color: var(--dim); text-decoration: none; font-size: 14.5px; }
footer a:hover { color: var(--text); }
footer .by { color: var(--dim); font-size: 14.5px; }
footer .by a { color: var(--text); }

@media (max-width: 640px) {
  .hero { padding: 56px 0 40px; }
  section { padding: 56px 0; }
  nav .links { gap: 16px; }
  nav .l { display: none; }
}
