/* Seller start — built from the same visual grammar as the Mama's home and buyer pages. */
.seller-start-page{
  --seller-wrap:min(1200px,calc(100% - 40px));
  --seller-ink:#1f1b18;
  --seller-muted:#69615b;
  --seller-line:#ddd5ce;
  --seller-cream:#fff7f1;
  --seller-coral:#f0603f;
  --seller-pink:#f43b7d;
  --seller-amber:#ffb93f;
  background:#fff;
  color:var(--seller-ink);
}
.seller-start-page main{overflow:hidden}
.seller-start-page h1,.seller-start-page h2,.seller-start-page h3,.seller-start-page strong{
  font-family:'Schibsted Grotesk',sans-serif;
}
.seller-start-page p{font-family:'DM Sans',sans-serif}
.seller-crumbs{
  width:var(--seller-wrap);margin:25px auto 0;display:flex;align-items:center;gap:9px;
  color:#8b837d;font-size:12px;line-height:1.3;
}
.seller-crumbs a{color:inherit;text-decoration:none}
.seller-crumbs a:hover{color:var(--seller-ink)}

/* Shared inset hero: warm material, editorial type, real photography and an embedded route. */
.seller-hero{
  position:relative;width:var(--seller-wrap);min-height:650px;margin:18px auto 0;
  display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.72fr);
  align-items:center;gap:clamp(42px,6vw,92px);
  padding:clamp(50px,6vw,78px) clamp(38px,5.5vw,72px) 132px;
  overflow:hidden;border-radius:40px;
  background:
    radial-gradient(66% 100% at 0 0,rgba(255,185,63,.29),transparent 68%),
    radial-gradient(74% 100% at 100% 100%,rgba(244,59,125,.18),transparent 70%),
    #fff8f3;
}
.seller-hero:before{
  content:"";position:absolute;right:-170px;top:-230px;width:570px;height:570px;
  border:1px solid rgba(31,27,24,.11);border-radius:50%;pointer-events:none;
}
.seller-hero-copy{position:relative;z-index:2}
.seller-kicker{
  display:block;color:#b84636;
  font:700 14px/1.2 'Schibsted Grotesk',sans-serif;letter-spacing:-.01em;
}
.seller-hero h1{
  max-width:11ch;margin:21px 0 0;font:750 clamp(48px,5.35vw,72px)/.97 'Schibsted Grotesk',sans-serif;
  letter-spacing:-.06em;
}
.seller-hero-copy>p:not(.seller-updated){
  max-width:620px;margin:27px 0 0;color:var(--seller-muted);
  font-size:clamp(17px,1.5vw,20px);line-height:1.58;
}
.seller-updated{margin:19px 0 0;color:#918881;font-size:13px}
.seller-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin-top:32px}
.seller-button{
  display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:50px;
  padding:0 17px 0 23px;border:0;border-radius:999px;background:var(--seller-ink);color:#fff;
  font:700 14px/1 'Schibsted Grotesk',sans-serif;text-decoration:none;
  box-shadow:0 10px 22px rgba(31,27,24,.14);transition:transform .2s var(--curve),box-shadow .2s var(--curve);
}
.seller-button span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.13)}
.seller-button:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(31,27,24,.18)}
.seller-text-link{
  display:inline-flex;align-items:center;gap:9px;padding-bottom:4px;border-bottom:1px solid currentColor;
  color:inherit;font:700 14px/1.25 'Schibsted Grotesk',sans-serif;text-decoration:none;
}
.seller-hero-media{position:relative;z-index:1;align-self:stretch;min-height:425px;margin:0}
.seller-hero-media>img{
  display:block;width:100%;height:100%;object-fit:cover;object-position:center 50%;
  border-radius:30px;box-shadow:0 30px 64px rgba(63,38,23,.17);
}
.seller-hero-media figcaption{
  position:absolute;left:18px;bottom:17px;max-width:54%;padding:8px 11px;border-radius:11px;
  background:rgba(255,255,255,.9);backdrop-filter:blur(12px);color:#4f4741;font-size:11px;line-height:1.35;
}
.seller-media-note{
  position:absolute;right:-19px;top:34px;width:min(224px,62%);padding:19px 20px 18px;border-radius:20px;
  background:#1f1b18;color:#fff;box-shadow:0 18px 42px rgba(31,27,24,.25);
}
.seller-media-note small{display:block;color:#aaa19a;font:700 11px/1.2 'Schibsted Grotesk',sans-serif}
.seller-media-note strong{display:block;margin-top:9px;font-size:34px;line-height:1;letter-spacing:-.045em}
.seller-media-note span{display:block;margin-top:8px;color:#ddd5ce;font-size:12px;line-height:1.42}
.seller-route{
  position:absolute;z-index:3;left:clamp(38px,5.5vw,72px);right:clamp(38px,5.5vw,72px);bottom:26px;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;gap:24px;
}
.seller-route a{display:flex;align-items:center;gap:9px;color:#716961;text-decoration:none}
.seller-route a:nth-of-type(2){justify-self:center}
.seller-route a:nth-of-type(3){justify-self:end}
.seller-route a span{color:#a49b94;font:700 11px/1 'Schibsted Grotesk',sans-serif}
.seller-route a strong{font-size:13px;line-height:1.2;white-space:nowrap}
.seller-route a[aria-current="page"]{color:var(--seller-ink)}
.seller-route a[aria-current="page"] span{color:var(--seller-coral)}
.seller-route i{display:none}

/* Each page gets a distinct material while keeping the same frame. */
.seller-hero-application{background:radial-gradient(75% 95% at 100% 0,rgba(240,96,63,.25),transparent 70%),radial-gradient(56% 82% at 0 100%,rgba(255,185,63,.13),transparent 70%),#211e1b;color:#fff}
.seller-hero-application:before{border-color:rgba(255,255,255,.11)}
.seller-hero-application .seller-kicker{color:#ff9f8d}
.seller-hero-application .seller-hero-copy>p:not(.seller-updated){color:#d1c8c0}
.seller-hero-application .seller-button{background:#fff;color:#211e1b}
.seller-hero-application .seller-button span{background:rgba(31,27,24,.1)}
.seller-hero-application .seller-text-link{color:#fff}
.seller-hero-application .seller-route a{color:#9d958f}
.seller-hero-application .seller-route a[aria-current="page"]{color:#fff}
.seller-hero-application .seller-media-note{background:#fff;color:#211e1b}
.seller-hero-application .seller-media-note small{color:#9d5b4f}
.seller-hero-application .seller-media-note span{color:#625a54}
.seller-hero-media-wide>img{object-position:58% center}
.seller-hero-rules{background:radial-gradient(60% 90% at 8% 0,rgba(255,185,63,.19),transparent 70%),#f1f2ef}
.seller-rules-media>img{object-position:57% center}
.seller-rule-note-hero strong{font-size:21px;line-height:1.08}

/* White editorial sections: same sticky lead + ruled content rhythm used in buyer guides. */
.seller-section,.seller-band,.seller-setup,.seller-privacy-note,.seller-review-statement,.seller-legal-links,.seller-next,.seller-rules-layout{
  width:var(--seller-wrap);margin-left:auto;margin-right:auto;
}
.seller-section{padding:clamp(88px,9vw,126px) clamp(10px,3.5vw,42px)}
.seller-section-heading{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.15fr);align-items:end;gap:clamp(40px,8vw,120px);margin-bottom:clamp(45px,6vw,74px)}
.seller-section-heading .seller-kicker{grid-column:1/-1}
.seller-section-heading h2,.seller-band h2,.seller-setup h2,.seller-review-statement h2,.seller-privacy-note h2,.seller-legal-links h2,.seller-next h2{
  margin:0;font:750 clamp(38px,4.4vw,58px)/.99 'Schibsted Grotesk',sans-serif;letter-spacing:-.055em;
}
.seller-section-heading>p{margin:0;color:var(--seller-muted);font-size:17px;line-height:1.62}

.seller-ruled-list{border-top:2px solid var(--seller-ink);border-bottom:1px solid var(--seller-line)}
.seller-ruled-list article{
  display:grid;grid-template-columns:46px minmax(190px,.75fr) minmax(260px,1.25fr) auto;
  align-items:center;gap:26px;padding:25px 0;border-bottom:1px solid var(--seller-line);
}
.seller-ruled-list article:last-child{border-bottom:0}
.seller-ruled-list article>span{color:#b3aaa3;font:700 11px/1 'Schibsted Grotesk',sans-serif}
.seller-ruled-list h3{margin:0;font-size:24px;line-height:1.06;letter-spacing:-.035em}
.seller-ruled-list p{margin:0;color:var(--seller-muted);font-size:15px;line-height:1.55}
.seller-ruled-list a{display:flex;align-items:center;gap:8px;color:inherit;font:700 13px/1.2 'Schibsted Grotesk',sans-serif;text-decoration:none;white-space:nowrap}

.seller-economy{padding-top:0}
.seller-economy-strip{display:grid;grid-template-columns:1.1fr repeat(3,minmax(0,.7fr));border:1px solid var(--seller-line);border-radius:28px;overflow:hidden;background:#fff}
.seller-economy-intro,.seller-economy-strip>dl{padding:clamp(27px,3vw,38px)}
.seller-economy-intro{background:linear-gradient(135deg,#fff0e6,#ffe9ef)}
.seller-economy-intro h3{margin:13px 0 0;font-size:27px;line-height:1.08;letter-spacing:-.04em}
.seller-economy-intro p{margin:13px 0 0;color:var(--seller-muted);font-size:14px;line-height:1.55}
.seller-economy-strip>dl{margin:0;border-left:1px solid var(--seller-line)}
.seller-economy-strip dt{color:#8c837d;font-size:12px}
.seller-economy-strip dd{margin:14px 0 0;font:750 clamp(25px,2.5vw,36px)/1 'Schibsted Grotesk',sans-serif;letter-spacing:-.04em}
.seller-economy-note{margin:16px 0 0;color:#827a74;font-size:12px;line-height:1.5}

.seller-two-column{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.15fr);gap:clamp(52px,9vw,132px)}
.seller-two-column .seller-section-heading{display:block;margin:0;align-self:start;position:sticky;top:126px}
.seller-two-column .seller-section-heading h2{margin-top:19px}
.seller-benefit-lines{border-top:2px solid var(--seller-ink);border-bottom:1px solid var(--seller-line)}
.seller-benefit-lines article{padding:25px 0;border-bottom:1px solid var(--seller-line)}
.seller-benefit-lines article:last-child{border-bottom:0}
.seller-benefit-lines h3{margin:0;font-size:25px;line-height:1.08;letter-spacing:-.035em}
.seller-benefit-lines p{margin:10px 0 0;color:var(--seller-muted);font-size:15px;line-height:1.58}

.seller-review-statement{
  position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,.8fr);align-items:end;
  gap:clamp(55px,10vw,140px);min-height:520px;padding:clamp(58px,7vw,88px);overflow:hidden;border-radius:40px;color:#fff;
  background:url('/assets/foto/seglet-pakking-ren.jpg') center 45%/cover no-repeat;
}
.seller-review-statement:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(22,17,14,.92),rgba(22,17,14,.69) 55%,rgba(22,17,14,.28))}
.seller-review-statement .seller-kicker{color:#ffac97}
.seller-review-statement p{margin:0;color:#ded5ce;font-size:16px;line-height:1.65}
.seller-review-statement .seller-text-link{margin-top:24px}

/* Application page */
.seller-prepare{padding-bottom:clamp(60px,7vw,90px)}
.seller-prep-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.72fr);border-top:2px solid var(--seller-ink);border-bottom:1px solid var(--seller-line)}
.seller-prep-main,.seller-prep-detail{padding:clamp(30px,4vw,52px) 0}
.seller-prep-main{padding-right:clamp(36px,7vw,100px)}
.seller-prep-detail{padding-left:clamp(34px,5vw,68px);border-left:1px solid var(--seller-line)}
.seller-prep-main>span{display:block;color:var(--seller-coral);font:750 clamp(48px,6vw,80px)/1 'Schibsted Grotesk',sans-serif;letter-spacing:-.06em}
.seller-prep-grid h3{margin:17px 0 0;font-size:26px;line-height:1.08;letter-spacing:-.04em}
.seller-prep-grid p{margin:16px 0 0;color:var(--seller-muted);font-size:15px;line-height:1.62}
.seller-band{padding:clamp(58px,7vw,90px) clamp(30px,6vw,84px);border-radius:40px;background:radial-gradient(70% 85% at 100% 0,rgba(244,59,125,.13),transparent 72%),radial-gradient(60% 85% at 0 100%,rgba(255,185,63,.17),transparent 72%),#fff7f2}
.seller-band-heading{display:grid;grid-template-columns:minmax(0,.95fr) minmax(260px,.55fr);align-items:end;gap:50px;padding-bottom:45px}
.seller-band-heading .seller-kicker{grid-column:1/-1}
.seller-band-heading p{margin:0;color:var(--seller-muted);font-size:16px;line-height:1.58}
.seller-band-dark{background:radial-gradient(70% 85% at 100% 0,rgba(240,96,63,.15),transparent 72%),#211e1b;color:#fff}
.seller-band-dark .seller-kicker{color:#ff9f8d}.seller-ledger{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.24)}.seller-ledger article{padding:28px 28px 0 0}.seller-ledger article+article{padding-left:28px;border-left:1px solid rgba(255,255,255,.17)}.seller-ledger h3{margin:0;font-size:21px;line-height:1.12;letter-spacing:-.035em}.seller-ledger h3 a{display:flex;justify-content:space-between;gap:12px;color:inherit;text-decoration:none}.seller-ledger h3 span{color:#ff9f8d}.seller-ledger p{margin:12px 0 0;color:#bdb5af;font-size:13px;line-height:1.56}.seller-band-note{max-width:780px;margin:35px 0 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.17);color:#a9a19b;font-size:12px;line-height:1.55}
.seller-application-flow{list-style:none;margin:0;padding:0;border-top:2px solid var(--seller-ink);border-bottom:1px solid var(--seller-line)}
.seller-application-flow li{display:grid;grid-template-columns:48px minmax(240px,.9fr) minmax(220px,.75fr);gap:28px;padding:24px 0;border-bottom:1px solid var(--seller-line)}
.seller-application-flow li:last-child{border-bottom:0}
.seller-flow-number{color:#b8aea7;font:700 11px/1.3 'Schibsted Grotesk',sans-serif;padding-top:3px}
.seller-application-flow h3{margin:0;font-size:21px;line-height:1.15;letter-spacing:-.03em}
.seller-application-flow p{margin:7px 0 0;color:var(--seller-muted);font-size:14px;line-height:1.52}
.seller-application-flow small{color:#837b75;font-size:13px;line-height:1.52}
.seller-review-outcomes{padding-bottom:clamp(70px,8vw,104px)}
.seller-outcome-lines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:2px solid var(--seller-ink);border-bottom:1px solid var(--seller-line)}
.seller-outcome-lines article{padding:28px clamp(22px,3vw,42px) 35px 0}
.seller-outcome-lines article+article{padding-left:clamp(22px,3vw,42px);border-left:1px solid var(--seller-line)}
.seller-outcome-lines>article>span{color:#a34d41;font:700 13px/1.2 'Schibsted Grotesk',sans-serif}
.seller-outcome-lines h3{margin:17px 0 0;font-size:23px;line-height:1.1;letter-spacing:-.035em}
.seller-outcome-lines p{margin:12px 0 0;color:var(--seller-muted);font-size:14px;line-height:1.58}
.seller-setup{padding:clamp(58px,7vw,88px);border-radius:40px;background:#1f5b45;color:#fff}
.seller-setup-copy{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.7fr);align-items:end;gap:clamp(50px,8vw,120px)}
.seller-setup .seller-kicker{grid-column:1/-1;color:#9edabf}
.seller-setup-copy p{margin:0;color:#d3e7de;font-size:15px;line-height:1.66}
.seller-setup-sequence{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:13px;margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}
.seller-setup-sequence span{font:700 12px/1.25 'Schibsted Grotesk',sans-serif;white-space:nowrap}
.seller-setup-sequence i{height:1px;background:rgba(255,255,255,.25)}
.seller-privacy-note{display:grid;grid-template-columns:minmax(250px,.65fr) minmax(0,1fr);gap:clamp(48px,9vw,130px);padding:clamp(74px,8vw,110px) clamp(10px,3.5vw,42px)}
.seller-privacy-note h2{font-size:clamp(32px,3.8vw,49px)}
.seller-privacy-note p{margin:20px 0 0;color:var(--seller-muted);font-size:15px;line-height:1.62}
.seller-privacy-note .seller-text-link{margin-top:23px}

/* Rules page */
.seller-pledge{padding-bottom:clamp(70px,8vw,100px)}
.seller-check-list{list-style:none;margin:0;padding:0;border-top:2px solid var(--seller-ink);border-bottom:1px solid var(--seller-line)}
.seller-check-list li{display:grid;grid-template-columns:44px 1fr;align-items:center;padding:22px 0;border-bottom:1px solid var(--seller-line);font:700 clamp(18px,2vw,24px)/1.25 'Schibsted Grotesk',sans-serif;letter-spacing:-.025em}
.seller-check-list li:last-child{border-bottom:0}
.seller-check-list li span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#fbe7e0;color:#b84636;font-size:13px}
.seller-rules-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:clamp(55px,8vw,118px);padding:0 clamp(10px,3.5vw,42px) clamp(80px,9vw,124px)}
.seller-rules-index{align-self:start;position:sticky;top:120px;padding-top:4px}
.seller-rules-index nav{display:grid;margin-top:22px;border-top:1px solid var(--seller-line)}
.seller-rules-index a{padding:12px 0;border-bottom:1px solid var(--seller-line);color:#69615b;font:650 13px/1.25 'Schibsted Grotesk',sans-serif;text-decoration:none}
.seller-rules-index a:hover{color:var(--seller-ink)}
.seller-rules-content{border-top:2px solid var(--seller-ink)}
.seller-rules-content>section{scroll-margin-top:120px;padding:32px 0 37px;border-bottom:1px solid var(--seller-line)}
.seller-rule-number{color:#aaa19a;font:700 11px/1 'Schibsted Grotesk',sans-serif}
.seller-rules-content h2{margin:14px 0 0;font:750 clamp(28px,3.4vw,43px)/1.02 'Schibsted Grotesk',sans-serif;letter-spacing:-.048em}
.seller-rules-content p{max-width:760px;margin:18px 0 0;color:var(--seller-muted);font-size:16px;line-height:1.68}
.seller-rule-note{max-width:760px;margin-top:24px;padding:20px 22px;border-radius:17px;background:#fff1e8;color:#574b43;font-size:14px;line-height:1.55}
.seller-legal-links{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(55px,10vw,142px);padding:clamp(58px,7vw,88px);border-radius:40px;background:#211e1b;color:#fff}
.seller-legal-links .seller-kicker{color:#ff9f8d}
.seller-legal-links h2{margin-top:18px;font-size:clamp(35px,4.1vw,53px)}
.seller-legal-links>div:last-child{border-top:1px solid rgba(255,255,255,.2)}
.seller-legal-links a{display:grid;grid-template-columns:minmax(130px,.55fr) minmax(0,1fr);gap:25px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none}
.seller-legal-links a strong{font-size:16px}
.seller-legal-links a span{display:flex;justify-content:space-between;gap:15px;color:#bbb2ab;font-size:13px;line-height:1.4}
.seller-legal-links a b{color:#fff}

/* Shared closing surface */
.seller-next{margin-top:20px;margin-bottom:20px;padding:clamp(56px,7vw,84px);overflow:hidden;border-radius:40px;background:linear-gradient(125deg,#f0603f 0%,#ef4a68 55%,#d92675 100%);color:#fff}
.seller-next .seller-kicker{color:#541a21}
.seller-next h2{max-width:800px;margin-top:18px}
.seller-next p{max-width:650px;margin:19px 0 0;color:rgba(255,255,255,.88);font-size:16px;line-height:1.6}
.seller-next .seller-button{margin-top:29px;background:#fff;color:var(--seller-ink)}
.seller-next .seller-button span{background:rgba(31,27,24,.1)}
.seller-next-light{background:linear-gradient(135deg,#fff0e4,#f9edf1);color:var(--seller-ink)}
.seller-next-light .seller-kicker{color:#b84636}

@media(max-width:920px){
  .seller-hero{grid-template-columns:1fr;min-height:auto;padding-bottom:136px}
  .seller-hero-copy{max-width:680px}
  .seller-hero-media{min-height:440px}
  .seller-section-heading,.seller-band-heading,.seller-setup-copy{grid-template-columns:1fr;align-items:start;gap:22px}
  .seller-section-heading .seller-kicker,.seller-band-heading .seller-kicker,.seller-setup .seller-kicker{grid-column:auto}
  .seller-two-column{grid-template-columns:1fr;gap:42px}
  .seller-two-column .seller-section-heading{position:static}
  .seller-ruled-list article{grid-template-columns:40px minmax(170px,.7fr) minmax(0,1fr)}
  .seller-ruled-list article a{grid-column:2/-1}
  .seller-economy-strip{grid-template-columns:repeat(3,1fr)}
  .seller-economy-intro{grid-column:1/-1}
  .seller-economy-strip>dl:first-of-type{border-left:0}
  .seller-review-statement{grid-template-columns:1fr;align-content:end}
  .seller-application-flow li{grid-template-columns:42px minmax(0,1fr)}
  .seller-application-flow small{grid-column:2}
  .seller-rules-layout{grid-template-columns:1fr;gap:38px}
  .seller-rules-index{position:static}
  .seller-rules-index nav{grid-template-columns:repeat(2,1fr);column-gap:28px}
  .seller-legal-links{grid-template-columns:1fr}
  .seller-ledger{grid-template-columns:repeat(2,1fr)}.seller-ledger article:nth-child(3){padding-left:0;border-left:0}.seller-ledger article:nth-child(n+3){margin-top:28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.17)}
}

@media(max-width:650px){
  .seller-start-page{--seller-wrap:calc(100% - 20px)}
  .seller-crumbs{margin-top:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .seller-hero{margin-top:12px;padding:45px 18px 26px;border-radius:28px;gap:38px}
  .seller-hero:before{right:-340px;top:-210px}
  .seller-kicker{font-size:13px}
  .seller-hero h1{font-size:clamp(39px,10.8vw,47px);line-height:.98}
  .seller-hero-copy>p:not(.seller-updated){font-size:16px;line-height:1.54}
  .seller-actions{align-items:flex-start;gap:18px;margin-top:28px}
  .seller-button{min-height:48px}
  .seller-hero-media{min-height:365px}
  .seller-hero-media>img{border-radius:22px}
  .seller-hero-media figcaption{left:12px;bottom:12px;max-width:60%;font-size:10px}
  .seller-media-note{right:-4px;top:20px;width:min(205px,68%);padding:17px;border-radius:17px}
  .seller-media-note strong{font-size:28px}
  .seller-route{position:relative;left:auto;right:auto;bottom:auto;grid-template-columns:repeat(3,1fr);gap:0;margin-top:2px;padding-top:0}
  .seller-route a{display:grid;gap:7px;align-content:start;padding-right:8px}
  .seller-route a strong{font-size:10px;white-space:normal}
  .seller-route a span{font-size:9px}
  .seller-section{padding:72px 8px}
  .seller-section-heading{margin-bottom:35px}
  .seller-section-heading h2,.seller-band h2,.seller-setup h2,.seller-review-statement h2,.seller-privacy-note h2,.seller-legal-links h2,.seller-next h2{font-size:clamp(34px,9vw,42px)}
  .seller-section-heading>p{font-size:15px}
  .seller-ruled-list article{grid-template-columns:34px minmax(0,1fr);gap:10px 12px;padding:21px 0}
  .seller-ruled-list h3{font-size:22px}
  .seller-ruled-list p,.seller-ruled-list article a{grid-column:2}
  .seller-economy{padding-top:0}
  .seller-economy-strip{grid-template-columns:1fr;border-radius:23px}
  .seller-economy-intro,.seller-economy-strip>dl{padding:24px}
  .seller-economy-strip>dl{border-top:1px solid var(--seller-line);border-left:0}
  .seller-two-column{gap:34px}
  .seller-benefit-lines article{padding:22px 0}
  .seller-review-statement{min-height:600px;padding:42px 20px;border-radius:28px;background-position:64% center}
  .seller-review-statement:before{background:linear-gradient(180deg,rgba(22,17,14,.2),rgba(22,17,14,.9) 62%)}
  .seller-prep-grid{grid-template-columns:1fr}
  .seller-prep-main{padding-right:0}
  .seller-prep-detail{padding-left:0;border-top:1px solid var(--seller-line);border-left:0}
  .seller-band{padding:50px 18px;border-radius:28px}
  .seller-band-heading{padding-bottom:34px}
  .seller-application-flow li{grid-template-columns:31px minmax(0,1fr);gap:12px;padding:21px 0}
  .seller-application-flow small{font-size:12px}
  .seller-outcome-lines{grid-template-columns:1fr}
  .seller-outcome-lines article,.seller-outcome-lines article+article{padding:24px 0;border-left:0;border-bottom:1px solid var(--seller-line)}
  .seller-outcome-lines article:last-child{border-bottom:0}
  .seller-setup{padding:48px 18px;border-radius:28px}
  .seller-setup-sequence{grid-template-columns:1fr;gap:0}
  .seller-setup-sequence span{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.16)}
  .seller-setup-sequence i{display:none}
  .seller-privacy-note{grid-template-columns:1fr;gap:24px;padding:70px 8px}
  .seller-check-list li{grid-template-columns:38px 1fr;font-size:18px}
  .seller-rules-layout{padding:0 8px 74px}
  .seller-rules-index nav{grid-template-columns:1fr}
  .seller-rules-content h2{font-size:clamp(30px,8vw,38px)}
  .seller-rules-content p{font-size:15px}
  .seller-legal-links{gap:34px;padding:48px 18px;border-radius:28px}
  .seller-legal-links a{grid-template-columns:1fr;gap:8px}
  .seller-next{margin-top:10px;margin-bottom:10px;padding:48px 18px;border-radius:28px}
  .seller-ledger{grid-template-columns:1fr}.seller-ledger article,.seller-ledger article+article,.seller-ledger article:nth-child(3){margin:0;padding:23px 0;border-left:0;border-top:1px solid rgba(255,255,255,.17)}
}

@media(prefers-reduced-motion:reduce){.seller-button{transition:none}}
