/* ScriptAssist marketing + legal site — SlideSource brand (navy #143C5C, orange #F58220, Poppins). */
:root {
  --navy: #143C5C;
  --navy-2: #0e2c43;
  --orange: #F58220;
  --ink: #1f2a33;
  --muted: #5b6b78;
  --line: #e3e9ef;
  --bg: #ffffff;
  --bg-soft: #f4f7fa;
  --radius: 10px;
  --maxw: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--orange); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 800px; }

/* Header */
header.site {
  background: var(--navy);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
header.site .container { display: flex; align-items: center; justify-content: space-between; height: 90px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 58px; width: auto; display: block; }
header.site nav a { color: #cfe0ec; margin-left: 22px; font-size: 14px; font-weight: 500; }
header.site nav a:hover { color: #fff; text-decoration: none; }

/* Buttons */
.btn {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.btn:hover { background: #e0741a; text-decoration: none; }
.btn.ghost { background: transparent; border: 1.5px solid #cfe0ec; color: #fff; } /* white text — for DARK backgrounds (hero) only */
.btn.outline { background: #fff; border: 1.5px solid #cfd8e0; color: var(--navy); } /* secondary CTA for LIGHT backgrounds */
.btn.outline:hover { background: #f1f5f8; }
.btn.navy { background: var(--navy); }

/* Hero */
.hero { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; padding: 84px 0 92px; }
.hero h1 { font-size: 44px; line-height: 1.12; margin: 0 0 18px; font-weight: 700; max-width: 760px; }
.hero p.lead { font-size: 19px; color: #d3e2ee; max-width: 640px; margin: 0 0 30px; }
.hero .cta-row a { margin-right: 14px; }
.hero .micro { margin-top: 16px; font-size: 13px; color: #9fb8c9; }

/* Sections */
section.block { padding: 72px 0; }
section.soft { background: var(--bg-soft); }
.eyebrow { color: var(--orange); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; margin: 0 0 10px; }
h2.section { font-size: 30px; margin: 0 0 14px; color: var(--navy); font-weight: 700; }
.sub { color: var(--muted); max-width: 640px; margin: 0 0 40px; }

/* Feature grid */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.card h3 { margin: 0 0 8px; font-size: 17px; color: var(--navy); }
.card p { margin: 0; color: var(--muted); font-size: 14.5px; }
.card .ic { font-size: 24px; margin-bottom: 12px; }

/* Pricing */
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 760px; margin: 0 auto; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px; display: flex; flex-direction: column; }
.plan.featured { border: 2px solid var(--orange); box-shadow: 0 12px 30px rgba(20,60,92,.10); }
.plan .tag { display: inline-block; background: #fff2e6; color: var(--orange); font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; }
.plan h3 { margin: 0 0 6px; font-size: 20px; color: var(--navy); }
.plan .tagline { margin: 0 0 14px; font-size: 13.5px; color: var(--muted); line-height: 1.45; min-height: 38px; }
.plan .price { font-size: 38px; font-weight: 700; color: var(--navy); }
.plan .price span { font-size: 15px; font-weight: 500; color: var(--muted); }
.plan .annual { color: var(--muted); font-size: 13.5px; margin: 4px 0 18px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; }
.plan li { padding: 7px 0 7px 28px; position: relative; font-size: 14.5px; line-height: 1.45; color: var(--ink); }
.plan li:before { content: "✓"; color: var(--orange); position: absolute; left: 4px; top: 7px; font-weight: 700; }
.plan ul { flex: 1 0 auto; }
.plan .btn { width: 100%; text-align: center; margin-top: auto; }
.trial-note { text-align: center; color: var(--muted); font-size: 14px; margin-top: 26px; }

/* Monthly/Annual billing toggle */
.billing-toggle { display: inline-flex; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 4px; margin: 0 auto 36px; }
.billing-toggle button { border: none; background: transparent; padding: 9px 22px; border-radius: 999px; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--muted); cursor: pointer; }
.billing-toggle button.active { background: var(--navy); color: #fff; }
.billing-toggle .save { font-size: 11px; color: var(--orange); font-weight: 700; margin-left: 4px; }
.billing-toggle button.active .save { color: #ffd9b3; }

/* Account form (set password) */
.authcard { max-width: 440px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 34px 30px; box-shadow: 0 12px 30px rgba(20,60,92,.08); text-align: left; }
.authcard h2 { font-size: 24px; color: var(--navy); margin: 0 0 6px; font-weight: 700; }
.authcard p.lead { color: var(--muted); font-size: 14.5px; margin: 0 0 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field input { width: 100%; box-sizing: border-box; font-family: inherit; font-size: 15px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); }
.field input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,32,.15); }
.field input[readonly] { background: var(--bg-soft); color: var(--muted); }
.hint { font-size: 12.5px; color: var(--muted); margin-top: 5px; }
.notice { border-radius: 8px; padding: 12px 14px; font-size: 14px; margin-bottom: 16px; }
.notice.error { background: #fdecec; border: 1px solid #f5c6c6; color: #962b2b; }
.notice.success { background: #e9f7ec; border: 1px solid #bfe6c8; color: #1f6b35; }

/* Comparison matrix */
.compare-wrap { overflow-x: auto; }
.compare { width: 100%; max-width: 780px; margin: 0 auto; border-collapse: collapse; font-size: 14.5px; }
.compare th, .compare td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: center; white-space: nowrap; }
.compare thead th { font-weight: 700; color: var(--navy); border-bottom: 2px solid var(--line); }
.compare td:first-child, .compare th:first-child { text-align: left; color: var(--ink); white-space: normal; }
.compare .us { background: #fff7f0; color: var(--orange); font-weight: 700; }
.compare thead .us { color: var(--orange); }
.compare tbody td.us { font-size: 16px; }

/* FAQ (collapsible, no JS) */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 2px; }
.faq summary { font-weight: 600; color: var(--navy); cursor: pointer; font-size: 16px; list-style: none; position: relative; padding-right: 30px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: -2px; color: var(--orange); font-size: 24px; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq p { color: var(--muted); margin: 12px 0 0; font-size: 15px; line-height: 1.65; }

/* Legal / content pages */
.legal { padding: 56px 0 80px; }
.legal h1 { font-size: 32px; color: var(--navy); margin: 0 0 6px; }
.legal .updated { color: var(--muted); font-size: 14px; margin: 0 0 32px; }
.legal h2 { font-size: 20px; color: var(--navy); margin: 36px 0 10px; }
.legal h3 { font-size: 16px; color: var(--navy); margin: 22px 0 8px; }
.legal p, .legal li { color: var(--ink); font-size: 15.5px; }
.legal ul { padding-left: 22px; }
.legal .note { background: var(--bg-soft); border-left: 4px solid var(--orange); padding: 14px 18px; border-radius: 6px; margin: 20px 0; font-size: 14.5px; color: var(--muted); }

/* Footer */
footer.site { background: var(--navy-2); color: #b9cdda; padding: 40px 0; font-size: 14px; margin-top: 40px; }
footer.site .row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
footer.site a { color: #cfe0ec; margin-right: 18px; }
footer.site .legal-links { margin-top: 6px; }
footer.site .fine { color: #7f97a8; font-size: 12.5px; margin-top: 14px; }

@media (max-width: 820px) {
  .grid { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .hero h1 { font-size: 33px; }
  header.site nav a { margin-left: 14px; }
}

/* Hero supporting line (the demoted "teleprompter only you can see" tagline) */
.hero .hero-sub { font-size: 19px; color: #fff; font-weight: 600; opacity: .92; margin: 4px 0 14px; max-width: 700px; }

/* Product screenshots / media bands */
.media { max-width: 900px; margin: 0 auto; }
.media .frame { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 40px rgba(20,60,92,.20); border: 1px solid #dfe5ea; background: #fff; }
.media .frame img { display: block; width: 100%; }
.media .play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(20,60,92,.22); }
.media .play b { width: 74px; height: 74px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 24px; padding-left: 5px; box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.media .vid-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 12px; }
.callout-row { display: flex; gap: 14px 28px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.callout { display: flex; align-items: center; gap: 9px; font-weight: 600; color: var(--navy); font-size: 15.5px; }
.callout::before { content: "●"; color: var(--orange); font-size: 11px; }

/* Team / Enterprise callout (pricing page) */
.team-callout { max-width: 760px; margin: 34px auto 0; text-align: center; background: #f4f6f8; border: 1px solid #e3e9ef; border-radius: 12px; padding: 24px; }
.team-callout h3 { margin: 0 0 6px; color: var(--navy); font-size: 19px; }
.team-callout p { margin: 0 0 14px; color: var(--muted); font-size: 14.5px; }

/* Before -> After workflow ("Why presenters switch") */
.switch { max-width: 720px; margin: 0 auto; }
.switch-head, .switch-row { display: grid; grid-template-columns: 1fr 44px 1fr; align-items: center; gap: 12px; }
.switch-head { margin-bottom: 4px; }
.switch-head span { font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.switch-head .h-from { text-align: right; color: var(--muted); }
.switch-head .h-to { color: var(--orange); }
.switch-row { padding: 15px 0; border-top: 1px solid var(--line); }
.switch-row .from { text-align: right; color: var(--muted); }
.switch-row .arr { text-align: center; color: var(--orange); font-weight: 700; font-size: 18px; }
.switch-row .to { font-weight: 600; color: var(--navy); }
@media (max-width: 600px) {
  .switch-head { display: none; }
  .switch-row { grid-template-columns: 1fr; gap: 3px; padding: 12px 0; text-align: center; }
  .switch-row .from { text-align: center; }
  .switch-row .arr { transform: rotate(90deg); }
}
