/* ReadyBinder — landing + success pages. Self-contained, no external fonts. */

:root {
  --paper: #faf7f0;
  --card: #ffffff;
  --ink: #2b2721;
  --muted: #7a7266;
  --line: #e6dfd2;
  --brand: #2f5d50;
  --brand-dark: #234a3f;
  --accent: #c0662b;
  --soft: #f4efe4;
  --serif: "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.15; }
a { color: var(--brand); }

.btn {
  display: inline-block; font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer;
  padding: 10px 18px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--card); color: var(--ink);
  font-family: var(--sans);
}
.btn:hover { border-color: #cfc4ae; }
.btn-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.btn-big { font-size: 17px; padding: 14px 26px; }
.btn-ghost { border-color: var(--brand); color: var(--brand); }
.btn-lg { font-size: 16px; padding: 12px 20px; }

/* header */
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 16px clamp(18px, 5vw, 56px); }
.brand { font-family: var(--serif); font-weight: 700; font-size: 21px; color: var(--ink); text-decoration: none; }
.site-header nav { display: flex; gap: 22px; align-items: center; }
.site-header nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: 15px; }
.site-header nav a:hover { color: var(--brand); }

/* hero */
.hero { padding: clamp(30px, 6vw, 70px) clamp(18px, 5vw, 56px) 30px; }
.hero-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; color: var(--accent); margin-bottom: 14px; }
.hero h1 { font-size: clamp(30px, 4.2vw, 46px); margin: 0 0 18px; }
.lede { font-size: 18px; color: #4a443a; max-width: 560px; }
.hero-ctas { display: flex; gap: 12px; margin: 26px 0 14px; flex-wrap: wrap; }
.trust-line { color: var(--muted); font-size: 13.5px; }

/* binder mock */
.hero-visual { display: flex; justify-content: center; }
.binder-mock { display: flex; filter: drop-shadow(0 24px 40px rgba(43, 39, 33, .18)); transform: rotate(1.5deg); }
.binder-spine { width: 26px; background: var(--brand); border-radius: 8px 0 0 8px; background-image: repeating-linear-gradient(to bottom, transparent 0 44px, rgba(255,255,255,.35) 44px 52px); }
.binder-page { width: 300px; background: #fffdf8; border: 1px solid var(--line); border-left: none; border-radius: 0 10px 10px 0; padding: 34px 26px; }
.bp-title { font-family: var(--serif); font-size: 21px; font-weight: 700; }
.bp-family { color: var(--muted); margin: 6px 0 22px; font-family: var(--serif); }
.bp-line { height: 9px; border-radius: 5px; background: #e9e2d2; margin: 12px 0; }
.w80 { width: 80%; } .w60 { width: 60%; } .w70 { width: 70%; }
.bp-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.bp-tabs span { font-size: 11px; background: var(--soft); border: 1px solid var(--line); padding: 4px 9px; border-radius: 999px; }

/* strips & sections */
.strip { background: var(--brand); color: #f2efe6; padding: 34px clamp(18px, 5vw, 56px); }
.strip-inner { max-width: 860px; margin: 0 auto; font-size: 18px; line-height: 1.65; }
.strip strong { color: #fff; }
.strip em { color: #d8e6df; }

.section { padding: clamp(44px, 7vw, 80px) clamp(18px, 5vw, 56px); max-width: 1080px; margin: 0 auto; }
.section.alt { max-width: none; background: var(--soft); }
.section.alt > * { max-width: 1080px; margin-left: auto; margin-right: auto; }
.section h2 { font-size: clamp(24px, 3.2vw, 34px); margin: 0 0 12px; }
.section-sub { color: var(--muted); max-width: 640px; margin-bottom: 8px; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.step-num { width: 34px; height: 34px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.step h3 { margin: 14px 0 8px; font-size: 19px; }
.step p { color: #4a443a; font-size: 15px; margin: 0; }

/* what's inside grid */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; margin-top: 28px; }
.cell { background: var(--card); border: 1px solid var(--line); border-radius: 13px; padding: 16px; font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.cell span { font-size: 20px; display: block; margin-bottom: 6px; }
.cell b { display: block; color: var(--ink); font-size: 15px; margin-bottom: 3px; }

/* privacy */
.privacy-box { background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--brand); border-radius: 16px; padding: clamp(24px, 4vw, 44px); }
.privacy-box h2 { margin-top: 0; }
.privacy-box ul { padding-left: 20px; }
.privacy-box li { margin: 12px 0; color: #4a443a; }

/* comparison */
.compare { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 18px; margin-top: 28px; align-items: start; }
.cmp { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.cmp.featured { border: 2px solid var(--brand); position: relative; box-shadow: 0 18px 44px rgba(47, 93, 80, .14); }
.cmp-flag { position: absolute; top: -13px; left: 22px; background: var(--brand); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 12px; border-radius: 999px; }
.cmp h3 { margin: 4px 0 4px; font-size: 18px; }
.cmp-price { font-family: var(--serif); font-size: 26px; font-weight: 700; margin-bottom: 8px; }
.cmp-price span { font-size: 14px; color: var(--muted); font-family: var(--sans); font-weight: 500; }
.cmp ul { padding-left: 18px; margin: 0; }
.cmp li { margin: 8px 0; font-size: 14.5px; color: #4a443a; }

/* pricing */
.pricing { display: grid; grid-template-columns: 1fr 1.2fr; gap: 22px; margin-top: 28px; max-width: 820px; }
.price-card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 28px; }
.price-card.featured { border: 2px solid var(--brand); box-shadow: 0 18px 44px rgba(47, 93, 80, .14); }
.price-card h3 { margin: 0; font-size: 20px; }
.price { font-family: var(--serif); font-size: 38px; font-weight: 700; margin: 8px 0 14px; }
.price span { font-size: 14px; color: var(--muted); font-family: var(--sans); font-weight: 500; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.price-card li { margin: 9px 0; font-size: 15px; }
.price-card .btn { width: 100%; text-align: center; }
.tiny { color: var(--muted); font-size: 12.5px; margin-top: 10px; }

/* FAQ */
details { background: var(--card); border: 1px solid var(--line); border-radius: 13px; padding: 16px 20px; margin: 10px auto; max-width: 760px; }
summary { font-weight: 600; cursor: pointer; font-size: 16px; }
details p { color: #4a443a; margin-bottom: 4px; }

/* final CTA + footer */
.final-cta { text-align: center; padding: clamp(50px, 8vw, 90px) 20px; }
.final-cta h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 26px; }
.site-footer { border-top: 1px solid var(--line); padding: 28px clamp(18px, 5vw, 56px) 40px; color: var(--muted); font-size: 14px; display: flex; flex-direction: column; gap: 8px; }

/* success page bits */
.box { max-width: 560px; margin: 8vh auto; text-align: center; padding: 0 22px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 40px; box-shadow: 0 20px 50px rgba(43, 39, 33, .08); }
.keyrow { display: flex; gap: 8px; margin: 8px 0 4px; }
.keyrow input { flex: 1; font-family: ui-monospace, Menlo, monospace; font-size: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); }
.status { color: var(--muted); margin: 18px 0; }
.small { color: var(--muted); font-size: 13px; margin-top: 18px; }
.spin { display: inline-block; width: 18px; height: 18px; border: 2px solid var(--line); border-top-color: var(--brand); border-radius: 50%; animation: sp .8s linear infinite; vertical-align: -3px; }
@keyframes sp { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .steps, .compare, .pricing { grid-template-columns: 1fr; }
  .site-header nav a:not(.btn) { display: none; }
}
