/* =========================================================================
   Sellers Sanity — theme: SOFT ROUNDED  (heyssa.com)
   Peach pastels · pill shapes · gentle shadows · centered
   ========================================================================= */

:root {
  --brand: #ff7a2f;
  --brand-ink: #d85c14;
  --brand-soft: #ffe9db;

  --ink: #241c17;
  --ink-soft: #52463d;
  --muted: #8a7d72;
  --line: #f0e2d6;

  --bg: #fffaf5;
  --bg-alt: #fff0e6;
  --card: #ffffff;

  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 4px 18px rgba(210, 130, 70, 0.10);
  --shadow-md: 0 20px 50px rgba(210, 130, 70, 0.16);
  --container: 1080px;
  --font-head: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color-scheme: light;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); background: var(--bg); color: var(--ink); line-height: 1.68; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 800; line-height: 1.18; letter-spacing: -0.02em; color: var(--ink); }
img, svg { max-width: 100%; display: block; }
a { color: var(--brand-ink); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 8px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 12px 0; }
.skip-link:focus { left: 0; }

/* header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 250, 245, 0.9); backdrop-filter: blur(10px); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-head); font-weight: 800; font-size: 17px; color: var(--ink); text-decoration: none; }
.brand__mark { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 12px; box-shadow: var(--shadow-sm); }
.nav__links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav__links a { font-family: var(--font-head); font-weight: 600; font-size: 14px; color: var(--ink-soft); text-decoration: none; padding: 9px 16px; border-radius: 999px; }
.nav__links a:hover { color: var(--brand-ink); background: var(--brand-soft); text-decoration: none; }
.nav__links a[aria-current="page"] { color: var(--brand-ink); background: var(--brand-soft); }
.nav__toggle { display: none; background: #fff; border: none; border-radius: 14px; width: 44px; height: 44px; cursor: pointer; color: var(--ink); box-shadow: var(--shadow-sm); }
.nav__toggle svg { margin: 0 auto; }
@media (max-width: 760px) {
  .nav__toggle { display: grid; place-items: center; }
  .nav__links { position: absolute; left: 12px; right: 12px; top: 68px; flex-direction: column; align-items: stretch; gap: 4px; background: #fff; border-radius: 20px; padding: 12px; box-shadow: var(--shadow-md); }
  .nav__links[hidden] { display: none; }
  .nav__links a { padding: 13px 16px; font-size: 15.5px; border-radius: 12px; }
}

/* sections */
.section { padding: 74px 0; }
.section--alt { background: var(--bg-alt); }
.section__head { max-width: 640px; margin: 0 auto 44px; text-align: center; }
.section__head--left { margin-left: 0; text-align: left; }
.eyebrow { display: inline-block; font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-ink); background: var(--brand-soft); border-radius: 999px; padding: 7px 16px; margin-bottom: 18px; }
h2.section__title { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; }
.section__lead { color: var(--muted); font-size: 16.5px; margin-top: 14px; }

.prose p { color: var(--ink-soft); font-size: 16px; }
.prose p + p { margin-top: 16px; }
.prose h3 { font-size: 20px; font-weight: 800; margin: 30px 0 8px; }
.prose > h3:first-child { margin-top: 0; }

/* hero */
.hero { padding: 82px 0 74px; text-align: center; background: radial-gradient(620px 300px at 50% -12%, rgba(255, 140, 60, 0.16), transparent 62%); }
.hero .container { max-width: 800px; }
.hero h1 { font-size: clamp(34px, 5vw, 52px); font-weight: 800; }
.hero p { margin: 20px auto 0; font-size: 18px; color: var(--muted); max-width: 56ch; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 30px; }
.chips--left { justify-content: flex-start; }
.chip { background: #fff; border-radius: 999px; padding: 9px 18px; font-size: 13px; font-weight: 600; color: var(--ink-soft); box-shadow: var(--shadow-sm); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 999px; border: 2px solid transparent; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: linear-gradient(180deg, #ff8a3d, #ff7a2f); color: #fff; box-shadow: 0 12px 26px rgba(255, 122, 47, 0.35); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand-ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn-row--center { justify-content: center; }

/* grids */
.grid { display: grid; gap: 20px; margin-top: 36px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--card); border: none; border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.card__num { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: var(--brand-soft); color: var(--brand-ink); font-family: var(--font-head); font-size: 13px; font-weight: 800; }
.card h3 { font-size: 17px; font-weight: 800; margin: 14px 0 8px; }
.card p { font-size: 14px; color: var(--muted); }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; margin-top: 8px; }
.step { background: #fff; border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 14px; background: linear-gradient(180deg, #ff8a3d, #ff7a2f); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 16px; margin-bottom: 12px; }
.step h3 { font-size: 17px; font-weight: 800; margin: 0 0 6px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* split + facts */
.split { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 44px; align-items: start; }
.facts { background: #fff; border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.facts h3 { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.facts ul { list-style: none; display: grid; gap: 12px; }
.facts li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink-soft); }
.facts li::before { content: ""; flex: 0 0 8px; width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: var(--brand); }

/* deflist */
.deflist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.deflist > div { background: #fff; border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.deflist dt { font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.deflist dd { font-size: 16px; font-weight: 700; color: var(--ink); }

.note { margin-top: 34px; background: #fff; border-radius: var(--radius-lg); padding: 22px 24px; box-shadow: var(--shadow-sm); color: var(--ink-soft); font-size: 14.5px; }

/* footer */
.site-footer { background: #fff; padding: 52px 0 28px; border-top: 1px solid var(--line); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 34px; }
.footer__brand p { margin-top: 12px; font-size: 14px; color: var(--muted); max-width: 34ch; }
.footer__col h4 { font-family: var(--font-head); font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; }
.footer__col ul { list-style: none; }
.footer__col li { padding: 4px 0; }
.footer__col a { color: var(--muted); font-size: 14px; text-decoration: none; }
.footer__col a:hover { color: var(--brand-ink); }
.footer__bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: 13px; color: var(--muted); }

@media (max-width: 900px) {
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 26px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .section { padding: 56px 0; }
  .hero { padding: 60px 0 52px; }
  .grid--2, .grid--3, .deflist { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
