/* ==========================================================================
   Clarity Home — landing-only styles
   Loaded on index.html after styles.css
   ========================================================================== */

/* Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  padding: 26px 0 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: start;
  border-radius: 12px;
}

.hero-left { min-width: 0; }

.hero-title {
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 14ch;
  color: var(--ink);
}
.hero-title em {
  font-style: normal;
  color: var(--brand);
}

.hero-description {
  margin-top: 26px;
  max-width: 46ch;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--text);
  position: relative;
  padding-left: 20px;
}
.hero-description::before {
  content: "";
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 3px;
  background: repeating-linear-gradient(to bottom, var(--ink) 0 6px, transparent 6px 10px);
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

/* Hero sheet — the notebook page on the right
   -------------------------------------------------------------------------- */
.sheet {
  position: relative;
  padding: 30px 26px 30px 60px;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--card);
  min-height: 560px;
  box-shadow: 10px 12px 0 var(--ink);
  transform: rotate(1deg);
}
.sheet::before {
  content: "";
  position: absolute;
  left: 42px; top: 0; bottom: 0;
  width: 2px;
  background: rgba(52, 128, 182, 0.5);
}
.sheet .holes {
  position: absolute;
  left: 14px; top: 30px; bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sheet .holes i {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--bg);
  border: 1.5px solid rgba(18, 16, 25, 0.35);
  display: block;
}

.sheet h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}
.sheet h2::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; bottom: -4px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 8'><path d='M1 5 C 16 1, 34 8, 60 4 S 105 1, 119 5' stroke='%233480b6' stroke-width='2.2' fill='none'/></svg>") repeat-x;
}

.todo {
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 16px;
}
.todo li {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.3;
  position: relative;
}
.todo .strike {
  text-decoration: line-through;
  color: var(--muted);
  font-style: italic;
}
.todo .hand {
  margin-left: auto;
  font-style: italic;
  font-size: 13px;
  color: var(--brand-2);
}

/* Mini calendar inside hero sheet */
.sketch-cal {
  margin-top: 30px;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--bg-2);
  position: relative;
}
.sketch-cal .hd {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.sketch-cal .hd b { font-size: 18px; }
.sketch-cal .hd small { font-style: italic; color: var(--muted); }
.sketch-cal .grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  font-size: 12px;
  text-align: center;
}
.sketch-cal .grid span {
  padding: 6px 0;
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.sketch-cal .grid span.today { color: #fff; }
.sketch-cal .grid span.today::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: var(--brand);
  border-radius: 50%;
  z-index: -1;
  transform: rotate(-3deg);
}
.sketch-cal .grid span.has::after {
  content: "·";
  position: absolute;
  bottom: -4px; left: 50%;
  transform: translateX(-50%);
  color: var(--brand);
  font-weight: 900;
  font-size: 18px;
}

/* Annotations */
.annot {
  position: absolute;
  font-style: italic;
  color: var(--brand-2);
  font-size: 14px;
  transform: rotate(-4deg);
  max-width: 180px;
  line-height: 1.25;
}
.annot.a1 { left: calc(100% - 40px); top: 36px; }
.annot.a1 svg {
  position: absolute;
  top: 20px; left: -54px;
  width: 60px; height: 60px;
  overflow: visible;
}
.annot.a1 path {
  stroke: var(--brand-2);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: stroke-draw 1.6s ease-out 1.4s forwards;
}
.annot.a2 {
  right: -140px;
  bottom: 120px;
  max-width: 210px;
  transform: rotate(3deg);
}
.annot.a2 svg {
  position: absolute;
  top: -6px; left: -70px;
  width: 80px; height: 50px;
  overflow: visible;
}
.annot.a2 path {
  stroke: var(--brand-2);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  animation: stroke-draw 1.8s ease-out 1.8s forwards;
}

/* Margin doodles */
.doodle {
  position: absolute;
  pointer-events: none;
}
.doodle path {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
}
.doodle.arrow {
  top: 10%; right: -40px;
  width: 70px; height: 70px;
}
.doodle.arrow path {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  animation: stroke-draw 1.6s ease-out 1.1s forwards;
  stroke: var(--brand);
}
.doodle.star {
  top: 54%; right: -30px;
  width: 40px; height: 40px;
}
.doodle.star path {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: stroke-draw 1.2s ease-out 1.6s forwards;
  stroke: var(--brand-2);
}

/* Break divider
   -------------------------------------------------------------------------- */
.brk {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-style: italic;
}
.brk svg { width: 220px; height: 30px; }
.brk path {
  stroke: var(--brand);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
}
.brk.in path { animation: stroke-draw 1.6s ease-out forwards; }

/* Chapters
   -------------------------------------------------------------------------- */
.chapter {
  padding: 60px 0;
  border-top: 2px dashed var(--ink);
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 40px;
  align-items: start;
}
.chapter:first-of-type { border-top: 0; }
.chapter .num {
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--brand);
  position: relative;
}
.chapter .num small {
  font-size: 12px;
  display: block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-top: 6px;
}
.chapter h3 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  max-width: 24ch;
}
.chapter p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  max-width: 62ch;
}
.chapter p + p { margin-top: 10px; }
.chapter .aside {
  margin-top: 22px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Sketched iPhone mockups
   -------------------------------------------------------------------------- */
.mockups {
  padding: 60px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.mockup { text-align: center; }
.phone {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 9 / 17;
  margin: 0 auto;
  border: 2.5px solid var(--ink);
  border-radius: 36px;
  background: var(--card);
  box-shadow: 8px 10px 0 var(--ink);
  padding: 40px 14px 20px;
  position: relative;
  transform: rotate(var(--r, -1deg));
  overflow: hidden;
}
.mockup:nth-child(2) .phone { --r: 1deg; }
.mockup:nth-child(3) .phone { --r: -0.5deg; }
.phone::before {
  content: "";
  position: absolute;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 18px;
  background: var(--ink);
  border-radius: 10px;
}
.phone::after {
  content: "";
  position: absolute;
  bottom: 8px; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 4px;
  background: var(--ink);
  border-radius: 2px;
  opacity: 0.5;
}
.phone h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
  padding-bottom: 6px;
  border-bottom: 1.5px dashed rgba(18, 16, 25, 0.25);
}
.phone .row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 11px;
  text-align: left;
}
.phone .row .ink-check {
  width: 14px; height: 14px;
  border-width: 1.5px;
  border-radius: 3px;
}
.phone .row .ink-check.done::after {
  width: 20px; height: 20px;
  left: -2px; top: -3px;
  background-size: contain;
}
.phone .row .label { flex: 1; }
.phone .row .who {
  font-style: italic;
  font-size: 10px;
  color: var(--muted);
}
.phone .row.done .label {
  text-decoration: line-through;
  color: var(--muted);
  font-style: italic;
}

/* calendar mini inside phone */
.phone-cal {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  font-size: 10px;
  text-align: center;
}
.phone-cal span {
  padding: 4px 0;
  position: relative;
}
.phone-cal .hdr { font-weight: 700; color: var(--muted); }
.phone-cal .has { font-weight: 600; color: var(--brand); }
.phone-cal .today {
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  line-height: 1;
  margin: 0 auto;
}

/* shopping row in phone 3 */
.phone .section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-2);
  margin: 10px 0 4px;
  text-align: left;
}

.mockup .caption {
  margin-top: 18px;
  font-weight: 700;
  font-size: 15px;
}
.mockup .subcap {
  margin-top: 4px;
  color: var(--muted);
  font-style: italic;
  font-size: 13px;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}

/* Testimonials
   -------------------------------------------------------------------------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 40px 0;
}
.testimonials-grid .quote-card { margin: 0; }
.testimonials-grid .meta {
  display: block;
  margin-top: 12px;
  font-style: italic;
  color: var(--muted);
  font-size: 13px;
}

/* Pricing
   -------------------------------------------------------------------------- */
.pricing {
  padding: 60px 0 40px;
  border-top: 2px dashed var(--ink);
}
.pricing-header {
  text-align: center;
  max-width: 54ch;
  margin: 0 auto 28px;
}
.pricing-header h2 {
  font-size: clamp(30px, 3.6vw, 48px);
  margin-bottom: 10px;
}
.pricing-header h2 .mark {
  position: relative;
  display: inline-block;
}
.pricing-header h2 .mark::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; bottom: -6px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 8'><path d='M1 5 C 16 1, 34 8, 60 4 S 105 1, 119 5' stroke='%233480b6' stroke-width='2.2' fill='none'/></svg>") repeat-x;
}
.pricing-header p { color: var(--muted); font-size: 17px; }

.pricing-toggle {
  display: inline-flex;
  margin: 0 auto 32px;
  padding: 5px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: var(--card);
  box-shadow: 3px 3px 0 var(--ink);
  gap: 4px;
}
.pricing-toggle-wrap { text-align: center; }
.toggle-option {
  padding: 9px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  color: var(--muted);
  cursor: pointer;
  border: 0;
}
.toggle-option.active {
  background: var(--brand);
  color: #fff;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  max-width: 880px;
  margin: 0 auto;
}
.pricing-card {
  position: relative;
  padding: 32px 28px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--card);
  box-shadow: 10px 10px 0 var(--ink);
  transform: rotate(-0.6deg);
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.pricing-card.premium { transform: rotate(0.8deg); }
.pricing-card:hover {
  transform: translate(-1px, -1px) rotate(-0.6deg);
  box-shadow: 12px 12px 0 var(--ink);
}
.pricing-card.premium:hover {
  transform: translate(-1px, -1px) rotate(0.8deg);
}
.pricing-badge {
  position: absolute;
  left: 50%;
  top: -14px;
  z-index: 2;
  transform: translateX(-50%) rotate(-2deg);
  padding: 6px 14px;
  background: #e6f2fb;
  border: 1px dashed var(--brand-2);
  box-shadow: 0 0 0 8px var(--bg);
  font-size: 12px;
  font-style: italic;
  color: var(--brand-2);
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
}
.pricing-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.pricing-price {
  margin: 14px 0 8px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.price-amount {
  font-size: 44px;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.02em;
}
.price-period { color: var(--muted); font-style: italic; font-size: 15px; }
.pricing-description {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 2.6em;
}
.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  flex: 1;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.feature-check {
  color: var(--brand);
  flex: 0 0 auto;
}
.feature-item.featured { font-weight: 600; }
.pricing-action { margin-top: auto; }
.pricing-action .btn-primary,
.pricing-action .btn-secondary {
  width: 100%;
  justify-content: center;
}
.trial-note {
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  text-align: center;
}

/* FAQ
   -------------------------------------------------------------------------- */
.faq {
  padding: 60px 0;
  border-top: 2px dashed var(--ink);
}
.faq-header {
  text-align: center;
  margin-bottom: 36px;
}
.faq-header h2 {
  font-size: clamp(30px, 3.6vw, 48px);
  margin-bottom: 10px;
}
.faq-header h2 .mark {
  position: relative;
  display: inline-block;
}
.faq-header h2 .mark::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; bottom: -6px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 8'><path d='M1 5 C 16 1, 34 8, 60 4 S 105 1, 119 5' stroke='%233480b6' stroke-width='2.2' fill='none'/></svg>") repeat-x;
}
.faq-header p { color: var(--muted); font-size: 16px; }
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}
.faq-item {
  position: relative;
  padding: 24px 22px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--card);
  box-shadow: 5px 6px 0 var(--ink);
  transform: rotate(var(--r, -0.4deg));
}
.faq-item:nth-child(even) { --r: 0.6deg; }
.faq-item::before {
  content: "";
  position: absolute;
  left: 20px; top: -11px;
  width: 60px; height: 18px;
  background: rgba(52, 128, 182, 0.25);
  border: 1px dashed var(--brand-2);
  transform: rotate(-4deg);
}
.faq-question {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.faq-question::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; bottom: -4px;
  height: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 6'><path d='M1 3 C 16 0, 34 6, 60 3 S 105 0, 119 3' stroke='%233480b6' stroke-width='1.6' fill='none'/></svg>") repeat-x;
}
.faq-answer {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text);
}

/* Calm Home Checklist — email capture
   -------------------------------------------------------------------------- */
.checklist-cta {
  margin-top: 60px;
  padding: 44px;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--bg-2);
  box-shadow: 10px 10px 0 var(--ink);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.checklist-cta.in {
  opacity: 1;
  transform: translateY(0);
}
.checklist-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: center;
}
.checklist-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(52, 128, 182, 0.1);
  border: 1.5px solid var(--brand);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 14px;
}
.checklist-title {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.checklist-title em {
  font-style: normal;
  color: var(--brand);
}
.checklist-desc {
  margin-top: 14px;
  font-size: 16px;
  color: var(--muted);
  max-width: 40ch;
  line-height: 1.6;
}
.checklist-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checklist-email-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--card);
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  transition: box-shadow 0.15s, border-color 0.15s;
  outline: none;
  box-sizing: border-box;
}
.checklist-email-input:focus {
  box-shadow: 5px 5px 0 var(--brand);
  border-color: var(--brand);
}
.checklist-email-input::placeholder { color: var(--muted); }
.checklist-submit {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  background: var(--ink);
  color: var(--bg);
  border: 2px solid var(--ink);
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 5px 5px 0 rgba(18, 16, 25, 0.35);
  transition: box-shadow 0.15s, transform 0.15s;
}
.checklist-submit:hover {
  box-shadow: 6px 6px 0 rgba(18, 16, 25, 0.35);
  transform: translate(-1px, -1px);
}
.checklist-submit:active {
  box-shadow: 2px 2px 0 rgba(18, 16, 25, 0.35);
  transform: translate(2px, 2px);
}
.checklist-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.checklist-fine {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.checklist-success {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--card);
  box-shadow: 4px 4px 0 var(--ink);
}
.checklist-success svg {
  flex-shrink: 0;
  color: #22a05c;
  margin-top: 1px;
}
.checklist-success strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.checklist-success p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.checklist-download-link {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid var(--brand);
}
.checklist-download-link:hover { color: var(--brand-2); border-bottom-color: var(--brand-2); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Sign-off / download
   -------------------------------------------------------------------------- */
.signoff {
  margin-top: 60px;
  padding: 44px;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--brand);
  color: #fff;
  box-shadow: 10px 10px 0 var(--ink);
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 28px;
  align-items: center;
}
.signoff h3 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  max-width: 22ch;
}
.signoff p {
  margin-top: 14px;
  opacity: 0.92;
  font-size: 16px;
  max-width: 48ch;
}
.signoff .btn {
  background: #fff;
  color: var(--ink);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
}
.signoff .btn:hover {
  color: var(--ink);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
}
.signoff .signoff-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.signature {
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.95;
  text-align: right;
}
.signature svg {
  width: 180px;
  height: 50px;
  display: block;
  margin-top: 4px;
  margin-left: auto;
}
.signature path {
  stroke: #fff;
  stroke-width: 2.2;
  fill: none;
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.signoff.in .signature path { animation: stroke-draw 2.2s ease-out 0.4s forwards; }

.app-store-link { display: inline-block; }
.app-store-link img { height: 54px; display: block; }

/* Fade-in behaviors tied to IntersectionObserver
   -------------------------------------------------------------------------- */
.chapter,
.mockup,
.faq-item,
.quote-card,
.signoff {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.chapter.in,
.mockup.in,
.faq-item.in,
.quote-card.in,
.signoff.in {
  opacity: 1;
  transform: translateY(0);
}
.chapter.in,
.quote-card.in { transform: translateY(0) rotate(0); }

/* Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 20px;
  }
  .sheet { transform: none; }
  .annot.a2 { display: none; }
  .chapter {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 40px 0;
  }
  .chapter .num { font-size: 64px; }
  .mockups {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pricing-cards { grid-template-columns: 1fr; }
  .pricing-card,
  .pricing-card.premium { transform: none; }
  .faq-list { grid-template-columns: 1fr; }
  .faq-item { transform: none; }
  .checklist-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .checklist-cta { padding: 32px 24px; }
  .checklist-submit { align-self: stretch; justify-content: center; }
  .signoff {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
  .signoff .signoff-right { align-items: flex-start; }
  .signature,
  .signature svg { margin-left: 0; text-align: left; }
  .doodle { display: none; }
  .annot.a1 { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .chapter,
  .mockup,
  .faq-item,
  .quote-card,
  .signoff,
  .checklist-cta {
    opacity: 1;
    transform: none;
  }
}
