* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Poppins, Arial, sans-serif; color: #111827; background: #f7faf8; }
a { color: inherit; text-decoration: none; }
.scrap-shell { max-width: 1500px; margin: 12px auto; background: #fff; border: 1px solid #dfe8e2; border-radius: 16px; box-shadow: 0 12px 38px rgba(17,24,39,.08); overflow: hidden; }
.scrap-nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 42px; border-bottom: 1px solid #e5e7eb; }
.scrap-brand { display: flex; align-items: center; gap: 14px; color: #007f31; font-size: 30px; font-weight: 800; letter-spacing: 0; transition: color .22s ease, transform .22s ease; }
.scrap-brand i { font-size: 34px; transition: transform .28s ease; }
.scrap-brand:hover { color: #005f25; transform: translateY(-1px); }
.scrap-brand:hover i { transform: rotate(-10deg) scale(1.06); }
.scrap-menu { display: flex; align-items: center; gap: 42px; font-weight: 700; font-size: 14px; color: #0f172a; }
.scrap-menu a { position: relative; transition: color .2s ease; }
.scrap-menu a.active, .scrap-menu a:hover { color: #008934; }
.scrap-menu a.active::after, .scrap-menu a::after { content: ""; display: block; width: 0; height: 3px; border-radius: 999px; background: #008934; margin-top: 12px; transition: width .22s ease; }
.scrap-menu a.active::after, .scrap-menu a:hover::after { width: 38px; }
.scrap-actions { display: flex; gap: 14px; }
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 6px; padding: 12px 26px; border: 1px solid #008934; font-weight: 800; cursor: pointer; font-size: 15px; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease; }
.btn i { transition: transform .22s ease; }
.btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.22) 45%, transparent 70%); transform: translateX(-120%); transition: transform .45s ease; pointer-events: none; }
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn:hover::before { transform: translateX(120%); }
.btn:hover i { transform: translateX(3px); }
.btn-primary { background: linear-gradient(180deg, #00a640, #007d30); color: #fff; box-shadow: 0 8px 16px rgba(0,137,52,.2); }
.btn-primary:hover { background: linear-gradient(180deg, #02bd4b, #006f2b); color: #fff; border-color: #006f2b; box-shadow: 0 14px 28px rgba(0,137,52,.28); }
.btn-outline { background: #fff; color: #007d30; }
.btn-outline:hover { background: #eaf8ef; color: #005f25; border-color: #005f25; box-shadow: 0 10px 22px rgba(0,137,52,.14); }
.btn:disabled, .btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
.btn:disabled::before, .btn[disabled]::before { display: none; }
.scrap-main { padding: 26px 42px 0; }
.scrap-alert { margin-bottom: 16px; padding: 12px 16px; border-radius: 8px; font-weight: 800; }
.scrap-alert-success { background: #eaf8ef; color: #087a31; }
.scrap-alert-error { background: #fff1f1; color: #b42318; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .95fr; gap: 28px; align-items: stretch; }
.hero-left { min-width: 0; }
.hero-copy { min-height: 365px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: center; overflow: hidden; }
.eyebrow { width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; background: #eef9ef; border: 1px solid #cfe9d2; border-radius: 6px; color: #087a31; font-weight: 800; font-size: 14px; }
.hero-copy h1 { margin: 20px 0 14px; max-width: 560px; font-size: clamp(38px, 4.1vw, 58px); line-height: 1.08; font-weight: 900; letter-spacing: 0; }
.hero-copy h1 span { color: #008934; }
.hero-copy p { max-width: 510px; margin: 0 0 20px; font-size: 18px; line-height: 1.55; color: #233046; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 20px; width: 100%; }
.trust-card { width: 100%; min-height: 74px; border: 1px solid #e0e6e2; border-radius: 8px; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; padding: 12px 14px; background: #fff; box-shadow: 0 8px 20px rgba(17,24,39,.04); font-size: 13px; line-height: 1.25; font-weight: 800; text-align: left; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.trust-card i { color: #008934; font-size: 26px; transition: transform .22s ease; }
.trust-card:hover { transform: translateY(-2px); border-color: #bfe4c8; box-shadow: 0 12px 26px rgba(0,137,52,.11); }
.trust-card:hover i { transform: scale(1.08); }
.hero-art { position: relative; height: 330px; align-self: center; margin-top: -18px; background: linear-gradient(180deg, #f2f8f0, #e2f2dd); border-radius: 16px; overflow: hidden; }
.hero-art.has-upload { display: flex; align-items: flex-start; justify-content: center; background: transparent; }
.hero-art.has-upload::before { display: none; }
.hero-upload { width: 100%; height: 100%; object-fit: contain; object-position: center top; display: block; }
.hero-art::before { content: ""; position: absolute; left: 10%; right: 8%; bottom: 36px; height: 34px; background: #d3e8c8; border-radius: 50%; }
.skyline { position: absolute; inset: 48px 22px auto 70px; height: 120px; opacity: .34; background: linear-gradient(90deg, transparent 0 8%, #9ec7a1 8% 13%, transparent 13% 21%, #9ec7a1 21% 27%, transparent 27% 36%, #9ec7a1 36% 45%, transparent 45% 52%, #9ec7a1 52% 58%, transparent 58% 68%, #9ec7a1 68% 75%, transparent 75% 84%, #9ec7a1 84% 92%, transparent 92%); }
.truck { position: absolute; left: 24%; top: 132px; width: 300px; height: 118px; }
.truck-body { position: absolute; right: 0; bottom: 20px; width: 160px; height: 92px; background: #007f31; border: 6px solid #006325; border-radius: 8px; display: grid; place-items: center; color: #fff; font-size: 52px; }
.truck-cab { position: absolute; left: 30px; bottom: 20px; width: 112px; height: 82px; background: #f8fafc; border: 5px solid #263238; border-radius: 15px 8px 8px 8px; }
.truck-cab::before { content: ""; position: absolute; left: 16px; top: 12px; width: 46px; height: 30px; background: #cde7e7; border: 4px solid #263238; transform: skewX(-12deg); }
.wheel { position: absolute; bottom: 5px; width: 42px; height: 42px; border-radius: 50%; background: #17202a; border: 8px solid #3a4653; }
.wheel.one { left: 72px; }
.wheel.two { right: 36px; }
.tree { position: absolute; bottom: 42px; width: 38px; height: 96px; background: #77ba54; clip-path: ellipse(48% 36% at 50% 35%); }
.tree.left { left: 24px; }
.tree.right { right: 26px; transform: scale(.8); }
.booking-panel { padding: 24px 26px 26px; border: 1px solid #dde5df; border-radius: 16px; box-shadow: 0 14px 34px rgba(17,24,39,.08); }
.booking-panel h2 { margin: 0 0 8px; font-size: 20px; }
.booking-description { color: #405047; }
.step-line { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; margin: 18px 0 24px; position: relative; }
.step-line::before { content: ""; position: absolute; left: 7%; right: 7%; top: 22px; height: 1px; background: #d9e0dc; }
.step-dot { position: relative; z-index: 1; margin: 0 auto; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid #d5ded8; display: grid; place-items: center; font-weight: 800; }
.step-dot.active { color: #fff; background: linear-gradient(180deg, #00a640, #007d30); border: 0; box-shadow: 0 7px 15px rgba(0,137,52,.3); }
.login-choice { display: flex; gap: 18px; margin: 18px 0 26px; flex-wrap: wrap; }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.booking-form .full { grid-column: 1 / -1; }
.booking-actions { display: flex; justify-content: space-between; gap: 14px; }
.field label { display: block; font-size: 12px; font-weight: 800; color: #405047; margin-bottom: 5px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d9e2dc; border-radius: 7px; padding: 11px 12px; font: inherit; color: #111827; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #008934; box-shadow: 0 0 0 3px rgba(0,137,52,.12); outline: none; }
.field textarea { min-height: 76px; resize: vertical; }
.dynamic-parameters { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.section-box { margin-top: 18px; border: 1px solid #e0e7e2; border-radius: 16px; padding: 16px 28px; }
.section-box h2 { margin: 0 0 12px; font-size: 22px; }
.scrap-cards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
.scrap-card { min-height: 168px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; border: 1px solid #dde5df; border-radius: 10px; padding: 16px; background: #fff; box-shadow: 0 9px 20px rgba(17,24,39,.04); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.scrap-card i { font-size: 54px; color: #008934; transition: transform .22s ease; }
.scrap-card img { height: 58px; max-width: 88px; object-fit: contain; transition: transform .22s ease; }
.scrap-card strong { font-size: 16px; }
.scrap-card span { font-size: 12px; line-height: 1.45; color: #26364d; }
.scrap-card:hover { transform: translateY(-3px); border-color: #bfe4c8; box-shadow: 0 14px 30px rgba(0,137,52,.12); }
.scrap-card:hover i, .scrap-card:hover img { transform: scale(1.08); }
.why-row { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr) .95fr; gap: 0; margin-top: 18px; border: 1px solid #d9e5dc; border-radius: 10px; background: linear-gradient(180deg, #fbfffb, #f2f8f1); overflow: hidden; }
.why-title, .why-item, .help-box { min-height: 108px; display: flex; align-items: center; gap: 16px; padding: 18px 24px; border-right: 1px solid #d9e5dc; }
.why-title { color: #008934; font-size: 22px; font-weight: 900; }
.why-item i, .help-box i { width: 54px; height: 54px; border: 1px solid #bfdac5; border-radius: 50%; display: grid; place-items: center; color: #008934; font-size: 26px; flex: 0 0 auto; transition: transform .22s ease, background .22s ease; }
.why-item strong, .help-box strong { display: block; font-size: 13px; margin-bottom: 5px; }
.why-item span, .help-box span { display: block; font-size: 12px; color: #405047; line-height: 1.35; }
.why-item:hover i, .help-box:hover i { background: #eaf8ef; transform: translateY(-2px); }
.help-box { border-right: 0; color: #008934; }
.help-phone { font-size: 20px; color: #008934; font-weight: 900; }
.scrap-footer { margin-top: 16px; padding: 28px 32px 34px; border-top: 1px solid #e5e7eb; display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.1fr 1fr; gap: 32px; }
.scrap-footer h3 { margin: 0 0 16px; font-size: 14px; }
.scrap-footer a, .scrap-footer p { display: block; margin: 0 0 10px; color: #27364a; font-size: 13px; line-height: 1.5; }
.scrap-footer a { transition: color .2s ease, transform .2s ease; }
.scrap-footer a:hover { color: #008934; transform: translateX(2px); }
.store-badge { display: grid; place-items: center; width: 156px; height: 50px; margin-bottom: 10px; border-radius: 6px; background: #050505; color: #fff; font-weight: 800; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.scrap-footer-brand { font-size: 25px; }
.scrap-copyright { margin-top: 28px; }
.store-badge:hover { transform: translateY(-2px); background: #101827; box-shadow: 0 10px 20px rgba(17,24,39,.18); }
.category-main { padding-top: 18px; }
.category-panel { max-width: 1220px; margin: 0 auto 22px; padding: 24px 34px 22px; border: 1px solid #dde5df; border-radius: 14px; box-shadow: 0 14px 34px rgba(17,24,39,.08); background: #fff; }
.category-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; color: #008934; font-weight: 900; }
.category-panel h1 { margin: 0; font-size: 21px; line-height: 1.3; }
.category-back { display: inline-flex; align-items: center; gap: 8px; color: #008934; font-size: 13px; transition: color .2s ease, transform .2s ease; }
.category-back:hover { color: #005f25; transform: translateX(-2px); }
.category-booking-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 44px; align-items: center; }
.category-auth-card h2 { margin: 0 0 10px; font-size: 24px; }
.category-auth-card p { margin: 0 0 18px; color: #344256; line-height: 1.5; }
.auth-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #d9e2dc; border-radius: 7px; overflow: hidden; margin-bottom: 18px; }
.auth-tab { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 900; transition: background .22s ease, color .22s ease; }
.auth-tab.active, .auth-tab:hover { background: linear-gradient(180deg, #00a640, #007d30); color: #fff; }
.auth-form { display: grid; gap: 14px; }
.input-wrap { display: grid; grid-template-columns: 30px minmax(0, 1fr) 26px; align-items: center; border: 1px solid #d9e2dc; border-radius: 7px; padding: 0 11px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.input-wrap:focus-within { border-color: #008934; box-shadow: 0 0 0 3px rgba(0,137,52,.12); }
.input-wrap i { color: #344256; }
.input-wrap input { border: 0; min-height: 45px; padding: 0; box-shadow: none; }
.input-wrap input:focus { box-shadow: none; }
.auth-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 13px; color: #344256; }
.auth-meta label { display: inline-flex; align-items: center; gap: 8px; margin: 0; }
.auth-meta a { color: #008934; font-weight: 800; }
.or-line { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; margin: 15px 0; color: #6b7280; font-size: 13px; }
.or-line::before, .or-line::after { content: ""; height: 1px; background: #d9e2dc; }
.register-line { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #d9e2dc; border-radius: 7px; color: #344256; font-weight: 700; transition: border-color .22s ease, color .22s ease, background .22s ease; }
.register-line strong { color: #008934; }
.register-line:hover { border-color: #bfe4c8; background: #f3fbf5; color: #008934; }
.logged-in-box { display: flex; align-items: center; gap: 14px; min-height: 86px; padding: 16px; border: 1px solid #d9e2dc; border-radius: 8px; background: #f6fbf7; }
.logged-in-box i { color: #008934; font-size: 30px; }
.logged-in-box strong, .logged-in-box span { display: block; }
.category-visual { min-width: 0; }
.screen-illustration { position: relative; height: 320px; display: grid; place-items: center; overflow: hidden; }
.screen-illustration::before { content: ""; position: absolute; width: 430px; height: 250px; border-radius: 48% 52% 45% 55%; background: linear-gradient(180deg, #edf8ef, #dfeedd); }
.screen { position: relative; z-index: 2; width: 305px; height: 185px; border: 9px solid #007d30; border-radius: 8px; background: #fff; display: grid; place-items: center; color: #94cf93; font-size: 88px; box-shadow: 0 22px 0 -7px #bcd7bd; }
.screen::after { content: ""; position: absolute; left: 104px; right: 104px; bottom: -52px; height: 52px; background: #bedbc0; clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%); }
.screen span { position: absolute; bottom: 34px; width: 132px; height: 14px; border-top: 5px solid #cce5de; border-bottom: 5px solid #cce5de; }
.lock { position: absolute; z-index: 3; right: 90px; bottom: 58px; width: 82px; height: 78px; border-radius: 12px; background: linear-gradient(180deg, #22af4f, #007d30); color: #fff; display: grid; place-items: center; font-size: 28px; box-shadow: 0 10px 20px rgba(0,137,52,.22); }
.lock::before { content: ""; position: absolute; top: -46px; width: 54px; height: 58px; border: 10px solid #007d30; border-bottom: 0; border-radius: 36px 36px 0 0; }
.plant { position: absolute; z-index: 1; bottom: 54px; width: 58px; height: 140px; background: #79be78; clip-path: ellipse(35% 47% at 50% 50%); }
.plant-left { left: 72px; }
.plant-right { right: 36px; transform: scale(.86); }
.category-mini-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #d9e5dc; border-radius: 9px; background: linear-gradient(180deg, #fbfffb, #f2f8f1); overflow: hidden; }
.category-mini-trust div { min-height: 82px; display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; align-items: center; padding: 14px 18px; border-right: 1px solid #d9e5dc; }
.category-mini-trust div:last-child { border-right: 0; }
.category-mini-trust i { grid-row: span 2; color: #008934; font-size: 28px; }
.category-mini-trust strong { font-size: 13px; }
.category-mini-trust span { color: #405047; font-size: 12px; line-height: 1.35; }
.category-pickup-form { margin-top: 22px; padding-top: 22px; border-top: 1px solid #e0e7e2; }
.category-form-title h2 { margin: 0 0 6px; font-size: 20px; }
.category-form-title p { margin: 0; color: #405047; }
@media (max-width: 1200px) {
    .hero-grid, .hero-copy { grid-template-columns: 1fr; }
    .scrap-cards { grid-template-columns: repeat(3, 1fr); }
    .why-row, .scrap-footer { grid-template-columns: repeat(2, 1fr); }
    .why-title, .why-item, .help-box { border-bottom: 1px solid #d9e5dc; }
    .category-booking-grid { grid-template-columns: 1fr; }
    .screen-illustration { height: 280px; }
}
@media (max-width: 760px) {
    .scrap-shell { margin: 0; border-radius: 0; }
    .scrap-nav { align-items: flex-start; padding: 18px; flex-direction: column; gap: 16px; }
    .scrap-menu { width: 100%; overflow-x: auto; gap: 22px; padding-bottom: 4px; }
    .scrap-actions { width: 100%; }
    .btn { flex: 1; padding: 11px 14px; }
    .scrap-main { padding: 20px 16px 0; }
    .trust-row, .booking-form, .dynamic-parameters, .scrap-cards, .why-row, .scrap-footer { grid-template-columns: 1fr; }
    .hero-art { height: 250px; margin-top: 0; }
    .truck { transform: scale(.72); transform-origin: left top; left: 18%; top: 95px; }
    .category-panel { padding: 18px 16px; }
    .category-panel-head { align-items: flex-start; flex-direction: column; }
    .category-mini-trust { grid-template-columns: 1fr; }
    .category-mini-trust div { border-right: 0; border-bottom: 1px solid #d9e5dc; }
    .category-mini-trust div:last-child { border-bottom: 0; }
    .screen { width: 250px; height: 155px; }
    .lock { right: 18px; bottom: 52px; }
    .plant-left { left: 22px; }
    .plant-right { right: 6px; }
}

/* Full-width landing hero; category booking pages retain their own layout. */
.scrap-landing .hero-grid { grid-template-columns: minmax(0, 1fr); min-height: calc(100vh - 124px); min-height: calc(100svh - 124px); padding-bottom: 28px; }
.scrap-landing .hero-left { display: flex; flex-direction: column; justify-content: center; }
.scrap-landing .hero-copy { flex: 1; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); }
.scrap-landing .hero-copy > div { min-width: 0; }
.scrap-landing .hero-art { height: clamp(330px, 48vh, 520px); width: 100%; margin-top: 0; }
.scrap-landing .hero-upload { object-position: center; }
.scrap-landing .truck { left: 50%; transform: translateX(-50%); }
.scrap-landing .trust-row { margin-top: 28px; }
@media (max-width: 760px) {
    .scrap-landing .hero-grid { min-height: calc(100svh - 220px); padding-bottom: 24px; }
    .scrap-landing .hero-copy { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .scrap-landing .hero-copy h1 { font-size: clamp(32px, 8vw, 48px); overflow-wrap: anywhere; }
    .scrap-landing .hero-copy p { font-size: 16px; }
    .scrap-landing .hero-art { height: clamp(220px, 65vw, 340px); }
    .scrap-landing .truck { transform: translateX(-50%) scale(.72); transform-origin: center top; }
    .scrap-landing .trust-row { gap: 10px; margin-top: 20px; }
    .scrap-landing .trust-card { min-height: 60px; }
    .scrap-landing .scrap-brand { font-size: clamp(22px, 7vw, 30px); }
    .scrap-landing .scrap-menu a { white-space: nowrap; }
}

/* Pickup process: green theme with a connected, responsive timeline. */
.scrap-how { margin: 48px 0 36px; padding: clamp(24px, 4vw, 52px); background: #f5faf6; border: 1px solid #dfebe2; border-radius: 16px; }
.scrap-how-heading { max-width: 620px; margin: 0 auto 48px; text-align: center; }
.scrap-how-heading .eyebrow { background: transparent; border: 0; padding: 0; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #008934; }
.scrap-how h2 { margin: 14px 0 16px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.15; letter-spacing: -1px; font-weight: 800; color: #142d20; }
.scrap-how h2 span { color: #008934; }
.scrap-how-heading p { max-width: 490px; margin: 0 auto; font-size: 15px; line-height: 1.75; color: #5b6b61; }
.scrap-how-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.scrap-how-steps li { position: relative; min-width: 0; text-align: center; padding: 0 4px; }
.scrap-how-steps li:not(:last-child)::after { content: ''; position: absolute; top: 41px; left: calc(50% + 52px); width: calc(100% - 76px); height: 1px; background: #b9d7c2; }
.scrap-how-steps li > i { position: relative; display: grid; place-items: center; width: 84px; height: 84px; margin: 0 auto; background: #fff; border: 1px solid #cfe3d5; border-radius: 50%; color: #008934; font-size: 29px; box-shadow: 0 6px 16px rgba(20,65,37,.05); }
.scrap-how-number { position: absolute; z-index: 1; top: 0; left: calc(50% + 20px); display: grid; place-items: center; width: 26px; height: 26px; border: 3px solid #f5faf6; border-radius: 50%; background: #008934; color: #fff; font-size: 10px; font-weight: 800; }
.scrap-how h3 { margin: 25px 0 12px; color: #173724; font-size: 17px; font-weight: 800; line-height: 1.45; }
.scrap-how-steps p { max-width: 245px; margin: 0 auto; color: #5b6b61; font-size: 14px; line-height: 1.8; }
.scrap-how-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 38px; padding-top: 28px; border-top: 1px solid #dbe8df; }
.scrap-how-footer p { max-width: 540px; margin: 0; font-size: 14px; line-height: 1.75; color: #5b6b61; }
.scrap-how-footer .btn { flex-shrink: 0; padding: 14px 24px; border-radius: 8px; }
@media (max-width: 1000px) {
    .scrap-how-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 28px; }
    .scrap-how-steps li:nth-child(2)::after { display: none; }
}
@media (max-width: 600px) {
    .scrap-how { margin: 30px 0; padding: 30px 20px; }
    .scrap-how-heading { margin-bottom: 32px; text-align: left; }
    .scrap-how-heading p { margin: 0; }
    .scrap-how-steps { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .scrap-how-steps li { text-align: left; padding: 0 0 28px 78px; min-height: 112px; }
    .scrap-how-steps li:last-child { padding-bottom: 0; }
    .scrap-how-steps li > i { position: absolute; top: 0; left: 0; width: 56px; height: 56px; font-size: 21px; }
    .scrap-how-number { top: -4px; left: 36px; width: 24px; height: 24px; font-size: 9px; }
    .scrap-how-steps li:not(:last-child)::after { display: block; top: 66px; left: 27px; height: calc(100% - 76px); width: 1px; }
    .scrap-how h3 { margin: 0 0 8px; font-size: 16px; }
    .scrap-how-steps p { max-width: none; font-size: 13px; line-height: 1.75; }
    .scrap-how-footer { flex-direction: column; align-items: stretch; gap: 18px; margin-top: 26px; padding-top: 22px; }
}

.scrap-pricing { margin: 48px 0; scroll-margin-top: 24px; }
.scrap-pricing-heading { max-width: 650px; margin-bottom: 28px; }
.scrap-pricing-heading .eyebrow { font-size: 11px; letter-spacing: 1.5px; }
.scrap-pricing h2 { font-size: clamp(28px, 3vw, 40px); margin: 16px 0 12px; color: #163923; }
.scrap-pricing h2 span { color: #008934; }
.scrap-pricing-heading p { color: #526459; line-height: 1.7; }
.scrap-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.scrap-price-card { display: flex; flex-direction: column; padding: 26px; border: 1px solid #dce8df; border-radius: 12px; background: #fff; }
.scrap-price-top { display: flex; gap: 14px; align-items: center; }
.scrap-price-icon { display: grid; place-items: center; width: 68px; height: 68px; flex-shrink: 0; border-radius: 18px; background: linear-gradient(145deg, #f1faf3, #e1f2e6); border: 1px solid #cde4d3; color: #008934; font-size: 30px; box-shadow: inset 0 1px 0 #fff; }
.scrap-price-title { min-width: 0; }
.scrap-price-category { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; color: #617568; overflow-wrap: anywhere; }
.scrap-price-rate { margin: 24px 0 18px; padding: 18px; border-radius: 10px; background: #f5faf6; }
.scrap-price-label { font-size: 11px; font-weight: 600; color: #617568; }
.scrap-price-rate .scrap-price-amount { margin: 5px 0 0; }
.scrap-price-card { transition: border-color .2s ease, box-shadow .2s ease; }
.scrap-price-card:hover, .scrap-price-card:focus-within { border-color: #a3cdb0; box-shadow: 0 10px 28px rgba(16,70,35,.07); }
.scrap-price-link:focus-visible { outline: 2px solid #008934; outline-offset: 5px; }
@media (max-width: 600px) { .scrap-price-icon { width: 58px; height: 58px; font-size: 26px; border-radius: 14px; } }
.scrap-price-top h3 { margin: 0; font-size: 18px; overflow-wrap: anywhere; }
.scrap-price-amount { margin: 24px 0 8px; font-size: clamp(25px, 2.8vw, 36px); font-weight: 800; color: #087a31; overflow-wrap: anywhere; }
.scrap-price-amount span, .scrap-price-amount small { font-size: 14px; font-weight: 500; }
.scrap-price-card p { font-size: 14px; line-height: 1.7; color: #526459; margin: 0 0 22px; }
.scrap-price-link { margin-top: auto; padding-top: 16px; border-top: 1px solid #e7eee9; display: flex; justify-content: space-between; color: #008934; font-size: 14px; font-weight: 700; }
.scrap-price-link:hover { color: #004d20; text-decoration: underline; }
@media (max-width: 1000px) { .scrap-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .scrap-price-grid { grid-template-columns: minmax(0, 1fr); } .scrap-pricing { margin: 30px 0; } }

/* Decorative category watermark stays behind the card content. */
.scrap-price-card { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(145deg, #fff 45%, #f2f8f4); }
.scrap-price-watermark { position: absolute; z-index: -1; top: 22px; right: -16px; font-size: 148px; line-height: 1; color: #008934; opacity: .065; transform: rotate(-14deg); pointer-events: none; user-select: none; }
.scrap-price-top { min-height: 56px; padding-right: 46px; }
.scrap-price-rate { background: rgba(235, 246, 238, .72); border: 1px solid rgba(204, 225, 210, .55); }
@media (max-width: 600px) { .scrap-price-watermark { font-size: 128px; right: -8px; } }

/* Compact pricing cards. */
.scrap-price-grid { gap: 16px; }
.scrap-price-card { padding: 20px; }
.scrap-price-top { min-height: 42px; }
.scrap-price-rate { margin: 16px 0 12px; padding: 12px 14px; }
.scrap-price-rate .scrap-price-amount { font-size: clamp(25px, 2.5vw, 32px); }
.scrap-price-card p { margin-bottom: 14px; line-height: 1.55; }
.scrap-price-link { padding-top: 12px; }
.scrap-price-watermark { top: 18px; font-size: 125px; }

/* Tighter pricing layout with an unboxed rate. */
.scrap-price-card { padding: 16px 18px; }
.scrap-price-top { min-height: 36px; }
.scrap-price-category { margin-bottom: 4px; }
.scrap-price-rate { margin: 10px 0 8px; padding: 0; background: transparent; border: 0; border-radius: 0; }
.scrap-price-rate .scrap-price-amount { margin-top: 3px; font-size: clamp(24px, 2.3vw, 29px); }
.scrap-price-card p { margin-bottom: 10px; line-height: 1.5; }
.scrap-price-link { padding-top: 9px; }

/* Category form illustration and relocated trust strip. */
.category-panel > .category-auth-card { max-width: 560px; margin: 28px 0; }
.category-pickup-form { position: relative; isolation: isolate; overflow: hidden; padding: 28px 22px; border: 1px solid #e0e9e2; border-radius: 12px; background: #f9fcfa; }
.category-form-art { position: absolute; z-index: -1; pointer-events: none; right: -30px; top: 50%; width: 520px; max-width: 100%; transform: translateY(-50%); opacity: .09; }
.category-form-art .screen-illustration { height: 360px; }
.category-pickup-form input, .category-pickup-form select, .category-pickup-form textarea { background: rgba(255,255,255,.92); }
.category-panel > .category-mini-trust { margin-top: 22px; }
@media (max-width: 760px) {
    .category-pickup-form { padding: 20px 14px; }
    .category-form-art { right: -60px; width: 420px; max-width: none; opacity: .06; }
}

/* Category booking: allow controls and content to shrink on narrow screens. */
.scrap-category-page .field, .scrap-category-page .category-form-title,
.scrap-category-page .category-auth-card, .scrap-category-page .scrap-footer > div { min-width: 0; }
.scrap-category-page .field input, .scrap-category-page .field select,
.scrap-category-page .field textarea { min-width: 0; max-width: 100%; }
.scrap-category-page .category-mini-trust > div { grid-template-columns: 36px minmax(0, 1fr); }
.scrap-category-page .category-mini-trust strong, .scrap-category-page .category-mini-trust span,
.scrap-category-page .scrap-footer, .scrap-category-page .category-form-title { overflow-wrap: anywhere; }
@media (max-width: 1000px) {
    .scrap-category-page .scrap-nav { padding: 18px 20px; flex-wrap: wrap; gap: 16px; }
    .scrap-category-page .scrap-menu { order: 3; width: 100%; gap: 22px; overflow-x: auto; }
    .scrap-category-page .scrap-menu a { white-space: nowrap; flex-shrink: 0; }
    .scrap-category-page .scrap-main { padding: 20px 16px 0; }
}
@media (max-width: 760px) {
    .scrap-category-page .scrap-shell { border: 0; }
    .scrap-category-page .scrap-nav { padding: 16px; }
    .scrap-category-page .scrap-brand { font-size: 26px; gap: 10px; }
    .scrap-category-page .scrap-brand i { font-size: 28px; }
    .scrap-category-page .category-panel { padding: 18px 12px; border-radius: 12px; }
    .scrap-category-page .category-panel-head { flex-direction: row; flex-wrap: wrap; gap: 8px; }
    .scrap-category-page .category-panel h1 { font-size: 22px; margin-top: 12px; }
    .scrap-category-page .category-auth-card h2 { font-size: 20px; }
    .scrap-category-page .category-pickup-form { grid-template-columns: minmax(0, 1fr); padding: 18px 10px; gap: 16px; }
    .scrap-category-page .dynamic-parameters { grid-template-columns: minmax(0, 1fr); }
    .scrap-category-page .field input, .scrap-category-page .field select,
    .scrap-category-page .field textarea { font-size: 16px; min-height: 46px; }
    .scrap-category-page .field input[type=checkbox] { width: auto; min-height: auto; }
    .scrap-category-page .auth-meta { flex-wrap: wrap; }
    .scrap-category-page .booking-actions { display: flex; flex-direction: column-reverse; gap: 10px; }
    .scrap-category-page .booking-actions .btn { width: 100%; min-height: 46px; flex: auto; white-space: normal; }
    .scrap-category-page .category-mini-trust { grid-template-columns: minmax(0, 1fr); }
    .scrap-category-page .category-mini-trust > div { padding: 14px; min-height: 76px; }
    .scrap-category-page .scrap-footer { padding: 24px 16px; gap: 24px; }
    .scrap-category-page .category-form-art { right: -90px; width: 360px; }
}

.scrap-content-main { padding-bottom: 40px; }
.scrap-content-article { max-width: 920px; margin: 30px auto; padding: clamp(20px, 4vw, 42px); border: 1px solid #dfeae2; border-radius: 14px; background: #f8fcf9; }
.scrap-content-article h1 { color: #087a31; font-size: clamp(28px, 4vw, 40px); margin: 0 0 24px; }
.scrap-content-copy { white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.85; color: #344b3d; }

.scrap-content-copy { white-space: normal; }
.scrap-content-copy p { margin: 0 0 16px; }
.scrap-content-copy ul, .scrap-content-copy ol { padding-left: 26px; margin: 16px 0; }
.scrap-content-copy h2, .scrap-content-copy h3, .scrap-content-copy h4 { margin: 24px 0 12px; color: #163923; line-height: 1.35; }
.scrap-content-copy a { color: #008934; text-decoration: underline; }
.scrap-content-copy blockquote { margin: 20px 0; padding: 12px 20px; border-left: 3px solid #008934; background: #eef7f0; }

.scrap-contact { margin: 32px 0 20px; }
.scrap-contact-intro { max-width: 710px; margin: 0 auto 36px; text-align: center; }
.scrap-contact-intro h1 { font-size: clamp(32px,4vw,48px); color: #123f28; margin: 16px 0; }
.scrap-contact-intro .scrap-content-copy { color: #596c60; line-height: 1.8; }
.scrap-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid #dbe7df; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 45px rgba(20,60,35,.06); }
.scrap-contact-info { padding: clamp(24px,4vw,44px); background: #075b32; color: #fff; }
.scrap-contact-kicker { color: #abe0be; font-size: 11px; letter-spacing: 2px; font-weight: 700; }
.scrap-contact-info h2 { font-size: clamp(25px,2.7vw,34px); line-height: 1.3; margin: 20px 0 16px; }
.scrap-contact-info > p { color: #d0e5d8; font-size: 14px; line-height: 1.8; margin-bottom: 28px; }
.scrap-contact-detail { display: flex; gap: 16px; align-items: center; padding: 18px 0; }
.scrap-contact-detail > i { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; background: rgba(255,255,255,.1); border-radius: 12px; }
.scrap-contact-detail div { min-width: 0; overflow-wrap: anywhere; }
.scrap-contact-detail small { display: block; margin-bottom: 6px; color: #b7d6c4; }
.scrap-contact-book { display: block; margin-top: 24px; padding-top: 22px; border-top: 1px solid #36835a; font-size: 14px; line-height: 1.7; }
.scrap-contact-book i { margin-left: 8px; }
.scrap-contact-form { padding: clamp(24px,4vw,44px); background: #fff; min-width: 0; }
.scrap-contact-form h2 { color: #173e28; font-size: 26px; margin: 0 0 10px; }
.scrap-contact-form > p { color: #657369; font-size: 14px; line-height: 1.7; margin: 0 0 28px; }
.scrap-contact-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-bottom: 24px; }
.scrap-contact-fields .full { grid-column: 1 / -1; }
.scrap-contact-fields .field { min-width: 0; }
.scrap-contact-fields input, .scrap-contact-fields textarea { min-width: 0; font-size: 16px; }
.scrap-contact-fields textarea { min-height: 145px; }
@media(max-width:900px) { .scrap-contact-grid { grid-template-columns: minmax(0,1fr); } }
@media(max-width:600px) { .scrap-contact-fields { grid-template-columns: minmax(0,1fr); gap: 16px; } .scrap-contact-form .btn { width: 100%; } .scrap-contact-intro { text-align: left; } }

.scrap-content-article.scrap-pricing-intro { max-width: none; margin: 18px 0; padding: 18px 24px; }
.scrap-pricing-intro h1 { margin: 0 0 8px; font-size: clamp(26px, 3vw, 32px); }
.scrap-pricing-intro .scrap-content-copy { font-size: 14px; line-height: 1.6; }
.scrap-pricing-intro .scrap-content-copy > :last-child { margin-bottom: 0; }
.scrap-pricing-intro + .scrap-pricing { margin-top: 20px; }
@media (max-width: 600px) { .scrap-content-article.scrap-pricing-intro { padding: 16px; } }

.pickup-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.6; }
.pickup-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 3px; accent-color: #008934; }
.pickup-consent a { color: #007d30; text-decoration: underline; }
.pickup-captcha-image { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 8px 0 12px; }
.pickup-captcha-image img { max-width: 100%; height: auto; border: 1px solid #cce0d1; border-radius: 6px; }
.pickup-captcha small { display: block; margin-top: 6px; color: #526459; }

@media (min-width: 761px) {
    .pickup-captcha { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 16px; row-gap: 8px; align-items: center; }
    .pickup-captcha > label { grid-column: 1 / -1; margin-bottom: 0; }
    .pickup-captcha > input { grid-column: 1; grid-row: 2; min-height: 48px; }
    .pickup-captcha-image { grid-column: 2; grid-row: 2; flex-wrap: nowrap; margin: 0; }
    .pickup-captcha-image .btn { white-space: nowrap; }
    .pickup-captcha > small { grid-column: 1 / -1; margin-top: 0; }
}
