:root {
  color-scheme: light;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #111;
  background: #fbfaf7;
}

* { box-sizing: border-box; }
body { margin: 0; background: #fbfaf7; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { border-bottom: 3px solid #111; background: #fff; }
.site-header .wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; width: auto; height: 42px; }
.nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 800; }
.nav a { text-decoration: none; }
.nav a:hover { text-decoration: underline; }
.hero { border-bottom: 4px solid #111; background: #fef3c7; }
.hero .wrap { padding: 72px 0 64px; }
.eyebrow { margin: 0 0 16px; color: #db2777; font-size: 13px; font-weight: 900; text-transform: uppercase; }
h1 { max-width: 900px; margin: 0; font-size: clamp(46px, 7vw, 82px); line-height: 0.98; font-weight: 900; letter-spacing: 0; }
.hero-copy { max-width: 760px; margin: 24px 0 0; color: #374151; font-size: 19px; line-height: 1.7; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 3px solid #111; background: #facc15; box-shadow: 5px 5px 0 #111; font-weight: 900; text-decoration: none; }
.button.secondary { background: #fff; box-shadow: none; }
.band { padding: 64px 0; border-bottom: 2px solid #111; background: #fff; }
.band.alt { background: #e0f2fe; }
.section-heading { max-width: 760px; margin: 0 0 28px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
.intro { max-width: 760px; color: #4b5563; font-size: 17px; line-height: 1.75; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.panel { border: 3px solid #111; padding: 24px; background: #fff; box-shadow: 6px 6px 0 #ec4899; }
.panel h3 { margin: 0 0 12px; font-size: 21px; }
.panel p { margin: 0; color: #4b5563; line-height: 1.65; }
.steps { display: grid; gap: 0; margin: 32px 0 0; border: 3px solid #111; background: #fff; }
.step { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 22px; border-bottom: 2px solid #111; }
.step:last-child { border-bottom: 0; }
.step strong { font-size: 28px; color: #db2777; }
.step h3 { margin: 0 0 6px; }
.step p { margin: 0; color: #4b5563; line-height: 1.65; }
.faq { margin: 28px 0 0; }
.faq details { padding: 18px 0; border-top: 2px solid #111; }
.faq details:last-child { border-bottom: 2px solid #111; }
.faq summary { cursor: pointer; font-weight: 900; }
.faq p { max-width: 780px; color: #4b5563; line-height: 1.7; }
.related { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.related a { padding: 10px 14px; border: 2px solid #111; background: #fff; font-weight: 800; text-decoration: none; }
.site-footer { padding: 38px 0; background: #0b0b0f; color: #fff; }
.site-footer .wrap { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.site-footer img { width: auto; height: 40px; }
.site-footer p { color: #d1d5db; font-size: 13px; }
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .nav a:not(.create-link) { display: none; }
  .hero .wrap { padding: 54px 0 48px; }
  .grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 48px 1fr; }
  .site-footer .wrap { align-items: flex-start; flex-direction: column; }
}
