:root {
  --ink: #162a27;
  --muted: #556561;
  --green: #123f38;
  --green-2: #1b5b50;
  --mint: #dcebe2;
  --cream: #fffaf0;
  --paper: #ffffff;
  --sand: #f2e6cd;
  --yellow: #f5b945;
  --coral: #a94731;
  --line: #dce3df;
  --shadow: 0 24px 60px rgba(18, 63, 56, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::selection { background: var(--yellow); color: var(--ink); }

a { color: var(--green-2); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--coral); }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 760; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.3rem; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 860px; }
.section { padding: 96px 0; }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; vertical-align: -.18em; }
.eyebrow { margin-bottom: 14px; color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.36rem); line-height: 1.55; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; transform: translateY(-150%); border-radius: 8px; background: var(--paper); color: var(--green); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid rgba(18, 63, 56, .09); background: rgba(255, 250, 240, .94); backdrop-filter: blur(18px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-mark { position: relative; width: 34px; height: 34px; display: inline-flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 10px; background: var(--green); }
.brand-mark span:first-child { width: 9px; height: 22px; margin-right: -1px; transform: skew(15deg); background: var(--yellow); }
.brand-mark span:last-child { width: 9px; height: 22px; margin-left: -1px; transform: skew(-15deg); background: var(--paper); }
.brand-name { font-size: 1.3rem; font-weight: 850; letter-spacing: -.045em; }
.brand-name span { color: var(--coral); }
.primary-nav { display: flex; align-items: center; gap: 8px; }
.primary-nav > a { padding: 10px 12px; border-radius: 10px; color: var(--ink); font-size: .88rem; font-weight: 680; text-decoration: none; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { background: rgba(18, 63, 56, .07); color: var(--green); }
.primary-nav .nav-cta { margin-left: 8px; padding-inline: 18px; background: var(--green); color: white; }
.primary-nav .nav-cta:hover { background: var(--green-2); color: white; }
.nav-toggle { display: none; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--ink); font-size: .88rem; font-weight: 750; }

.breadcrumbs { padding-block: 18px 0; font-size: .78rem; }
.breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 8px; color: #9aa8a4; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }

.button { min-height: 50px; padding: 13px 20px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; font-size: .94rem; font-weight: 760; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: white; box-shadow: 0 10px 22px rgba(169, 71, 49, .22); }
.button-primary:hover { background: #8f3928; color: white; }
.button-secondary { border-color: rgba(18, 63, 56, .22); background: rgba(255,255,255,.5); color: var(--green); }
.button-secondary:hover { background: white; color: var(--green); }
.button-light { background: white; color: var(--green); }
.button-light:hover { color: var(--coral); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.button-dark { background: var(--green); color: white; }
.button-dark:hover { background: #0c302a; color: white; }
.button-full { width: 100%; border: 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 780; }

.home-hero { position: relative; overflow: hidden; padding: 92px 0 0; background: radial-gradient(circle at 75% 35%, rgba(245,185,69,.2), transparent 21%), linear-gradient(180deg, #fffaf0 0%, #f7f0e2 100%); }
.home-hero::before { content: ''; position: absolute; width: 420px; height: 420px; top: -200px; left: -170px; border: 1px solid rgba(18,63,56,.11); border-radius: 50%; box-shadow: 0 0 0 48px rgba(18,63,56,.025), 0 0 0 96px rgba(18,63,56,.018); }
.home-hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.hero-copy { padding-bottom: 90px; }
.hero-copy h1 { margin-bottom: 26px; }
.hero-copy h1 em { color: var(--green-2); font-family: Georgia, serif; font-weight: 500; }
.hero-copy .lead { max-width: 650px; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; list-style: none; color: var(--muted); font-size: .82rem; font-weight: 650; }
.trust-list li { display: flex; align-items: center; gap: 6px; }
.trust-list .icon { color: var(--green-2); }
.hero-tool-card { position: relative; padding: 30px; transform: rotate(1.5deg); border: 1px solid rgba(18,63,56,.14); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.hero-tool-card::before { content: ''; position: absolute; z-index: -1; inset: 18px -18px -18px 18px; border-radius: inherit; background: var(--mint); }
.tool-card-top { margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.tool-card-top > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--sand); color: var(--green); }
.tool-card-top p { margin: 0; font-weight: 780; }
.mock-field { padding: 16px; border: 1px solid var(--line); border-radius: 12px; }
.mock-field small { display: block; color: var(--muted); font-size: .7rem; }
.mock-field strong { font-size: .93rem; }
.mock-lines { margin-block: 23px; display: grid; gap: 9px; }
.mock-lines i { height: 7px; border-radius: 20px; background: #e8edeb; }
.mock-lines i:nth-child(2) { width: 85%; }
.mock-lines i:nth-child(3) { width: 63%; }
.mock-pills { margin-bottom: 26px; display: flex; gap: 8px; }
.mock-pills span { padding: 7px 10px; border-radius: 20px; background: var(--mint); color: var(--green); font-size: .68rem; font-weight: 750; }
.hero-tool-card > a { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 780; }
.tool-card-stamp { position: absolute; right: -22px; bottom: -48px; padding: 10px 14px; transform: rotate(-5deg); border-radius: 8px; background: var(--yellow); color: var(--ink); font-size: .7rem; font-weight: 800; box-shadow: 0 10px 25px rgba(18,63,56,.14); }
.hero-strip { min-height: 72px; display: flex; align-items: center; gap: 23px; border-top: 1px solid rgba(18,63,56,.12); color: var(--green); font-size: .78rem; font-weight: 700; }
.hero-strip p { margin: 0 auto 0 0; color: var(--muted); font-weight: 600; }
.hero-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }

.section-heading { margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading.split > p { max-width: 480px; margin: 0; color: var(--muted); }
.section-heading.centered { max-width: 740px; margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { color: var(--muted); }
.categories-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { min-height: 170px; padding: 26px; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: transform .2s ease, border .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); border-color: rgba(18,63,56,.3); color: var(--ink); box-shadow: 0 18px 40px rgba(18,63,56,.1); }
.category-card > .icon { margin-top: 12px; }
.category-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--mint); color: var(--green); }
.category-card strong { display: block; margin: 3px 0 7px; font-size: 1.15rem; }
.category-card small { display: block; color: var(--muted); font-size: .83rem; line-height: 1.5; }

.method-section { background: var(--green); color: white; }
.method-section .eyebrow { color: #ffe0a0; }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 10vw, 130px); }
.method-copy h2, .method-copy h3 { color: white; }
.method-copy h2 { margin-bottom: 42px; }
.method-copy ol { margin: 0 0 30px; padding: 0; list-style: none; }
.method-copy li { padding-block: 20px; display: grid; grid-template-columns: 46px 1fr; gap: 14px; border-top: 1px solid rgba(255,255,255,.15); }
.method-copy li > span { color: var(--yellow); font-size: .76rem; font-weight: 800; }
.method-copy li h3 { margin-bottom: 5px; }
.method-copy li p { margin: 0; color: rgba(255,255,255,.7); font-size: .9rem; }
.method-copy .text-link { color: white; }
.method-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.method-visual::before { content: ''; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.018); }
.price-card { position: relative; z-index: 2; width: min(100%, 350px); padding: 36px; transform: rotate(-2deg); border-radius: 24px; background: var(--cream); color: var(--ink); box-shadow: 0 30px 60px rgba(0,0,0,.25); }
.price-card > small { color: var(--muted); font-weight: 650; }
.price-card > strong { margin: 12px 0 28px; display: block; font-size: 2.45rem; letter-spacing: -.05em; }
.price-card > strong span { font-size: .9rem; letter-spacing: 0; }
.price-card > div { padding: 13px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: .78rem; }
.float-note { position: absolute; z-index: 3; padding: 12px 16px; display: flex; align-items: center; gap: 8px; border-radius: 10px; background: white; color: var(--green); font-size: .76rem; font-weight: 800; box-shadow: 0 16px 35px rgba(0,0,0,.18); }
.note-one { top: 70px; right: 0; transform: rotate(5deg); }
.note-two { left: -5px; bottom: 75px; transform: rotate(-4deg); }

.tools-section { background: #f4ecdc; }
.tools-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature-tool { position: relative; min-height: 610px; padding: 44px; overflow: hidden; border-radius: 28px; }
.feature-tool.green { background: var(--green-2); color: white; }
.feature-tool.green .card-kicker { color: #ffe0a0; }
.feature-tool.sand { background: var(--sand); }
.feature-tool > div:first-child { position: relative; z-index: 2; max-width: 430px; }
.feature-tool.green h3 { color: white; }
.feature-tool h3 { margin: 12px 0 16px; font-size: 2.1rem; }
.feature-tool p { font-size: .94rem; }
.feature-tool.green > div > p:not(.card-kicker) { color: rgba(255,255,255,.75); }
.feature-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,255,255,.16); }
.feature-tool.sand .feature-icon { background: var(--paper); }
.feature-tool ul { margin: 25px 0 30px; padding: 0; list-style: none; }
.feature-tool li { margin: 9px 0; display: flex; align-items: center; gap: 8px; font-size: .83rem; }
.feature-tool.green li { color: rgba(255,255,255,.82); }
.feature-tool li .icon { color: var(--yellow); }
.mini-doc { position: absolute; right: -20px; bottom: -45px; width: 280px; height: 270px; padding: 52px 35px; transform: rotate(-8deg); border-radius: 22px; background: white; box-shadow: 0 25px 50px rgba(0,0,0,.2); }
.mini-doc i { height: 8px; margin-bottom: 12px; display: block; border-radius: 10px; background: #dce5e2; }
.mini-doc i:nth-child(2) { width: 80%; }
.mini-doc i:nth-child(3) { width: 92%; }
.mini-doc i:nth-child(4) { width: 61%; }
.mini-doc span { margin-top: 24px; padding: 8px 10px; display: inline-block; border-radius: 8px; background: var(--mint); color: var(--green); font-size: .66rem; font-weight: 800; }
.dial { position: absolute; right: -60px; bottom: -75px; width: 330px; height: 330px; padding: 94px 60px; border: 35px solid rgba(255,255,255,.72); border-radius: 50%; background: var(--yellow); box-shadow: 0 28px 50px rgba(18,63,56,.16); text-align: center; }
.dial span { display: block; font-size: .7rem; }
.dial strong { font-size: 1.55rem; }
.dial i { position: absolute; top: -22px; left: 50%; width: 4px; height: 43px; transform: rotate(38deg); transform-origin: bottom; background: var(--green); }

.latest-section { background: var(--paper); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card-grid-wide { grid-template-columns: repeat(3, 1fr); }
.guide-card { position: relative; min-height: 295px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(18,63,56,.09); }
.card-kicker { margin-bottom: 13px; color: var(--coral); font-size: .7rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h3 { margin-bottom: 14px; }
.guide-card h3 a { color: var(--ink); text-decoration: none; }
.guide-card h3 a::after { content: ''; position: absolute; inset: 0; }
.guide-card p:not(.card-kicker) { color: var(--muted); font-size: .84rem; }
.guide-card > span { margin-top: auto; display: flex; align-items: center; gap: 8px; color: var(--green-2); font-size: .74rem; font-weight: 750; }
.safety-cta { background: var(--paper); padding-top: 20px; }
.safety-box { padding: 46px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-radius: 24px; background: var(--green); color: white; }
.safety-box .eyebrow { color: #ffe0a0; }
.safety-box h2 { margin-bottom: 10px; color: white; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.safety-box p:last-child { margin: 0; color: rgba(255,255,255,.72); }
.safety-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; background: rgba(255,255,255,.12); color: var(--yellow); font-size: 1.5rem; }

.page-hero, .article-hero { position: relative; overflow: hidden; padding: 86px 0 78px; background: linear-gradient(145deg, #f7eedc, var(--cream)); }
.page-hero::after, .article-hero::after { content: ''; position: absolute; width: 300px; height: 300px; top: -180px; right: -100px; border: 1px solid rgba(18,63,56,.12); border-radius: 50%; box-shadow: 0 0 0 42px rgba(18,63,56,.025), 0 0 0 84px rgba(18,63,56,.018); }
.page-hero h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 4.6rem); }
.article-hero { padding-block: 70px; }
.article-hero-grid { display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 70px; }
.article-hero h1 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 4.4rem); }
.article-meta { margin-top: 25px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; color: var(--muted); font-size: .78rem; }
.article-meta span + span::before { content: '•'; margin-right: 22px; }
.hero-pattern { position: relative; height: 280px; display: grid; place-items: center; }
.hero-pattern > span { position: relative; z-index: 2; width: 115px; height: 115px; display: grid; place-items: center; transform: rotate(-6deg); border-radius: 28px; background: var(--green); color: var(--yellow); font-size: 2.5rem; box-shadow: var(--shadow); }
.hero-pattern i { position: absolute; border: 1px solid rgba(18,63,56,.13); border-radius: 50%; }
.hero-pattern i:nth-of-type(1) { width: 190px; height: 190px; }
.hero-pattern i:nth-of-type(2) { width: 250px; height: 250px; }
.hero-pattern i:nth-of-type(3) { width: 300px; height: 300px; }

.article-layout { padding-block: 72px 100px; display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: center; gap: 80px; }
.toc { align-self: start; position: sticky; top: 25px; }
.toc > p { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.toc ol { margin: 0; padding: 0; list-style: none; }
.toc li { border-top: 1px solid var(--line); }
.toc a { padding: 12px 0; display: grid; grid-template-columns: 30px 1fr; gap: 6px; color: var(--muted); font-size: .76rem; line-height: 1.35; text-decoration: none; }
.toc a:hover { color: var(--coral); }
.toc a span { color: #a2adaa; font-weight: 700; }
.article-content { min-width: 0; }
.article-content p, .article-content li { color: #43514e; }
.article-content a { font-weight: 650; }
.article-section { padding-top: 18px; margin-bottom: 55px; scroll-margin-top: 20px; }
.article-section h2, .source-box h2 { margin-bottom: 22px; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.key-points { margin-bottom: 46px; padding: 28px; border: 1px solid #c9dcd3; border-radius: 18px; background: #f1f8f4; }
.key-points h2 { margin-bottom: 15px; font-size: 1.2rem; }
.key-points ul { margin: 0; padding: 0; list-style: none; }
.key-points li { margin: 10px 0; display: flex; gap: 11px; font-size: .9rem; }
.key-points .icon { margin-top: 4px; color: var(--green-2); }
.tip { margin: 30px 0; padding: 22px 24px; border-left: 4px solid var(--yellow); background: #fff8e7; }
.tip strong { display: block; margin-bottom: 5px; }
.tip p { margin: 0; font-size: .9rem; }
.source-box { margin-top: 60px; padding: 28px; border-radius: 18px; background: #f2eee5; }
.source-box h2 { margin-bottom: 8px; font-size: 1.35rem; }
.source-box p, .source-box li { font-size: .82rem; }
.source-box ul { margin-bottom: 0; }
.article-note { margin-top: 30px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 14px; }
.article-note strong { font-size: .85rem; }
.article-note p { margin: 4px 0 0; font-size: .78rem; }
.related-section { padding-bottom: 100px; }

.filter-row { margin-bottom: 35px; display: flex; flex-wrap: wrap; gap: 9px; }
.filter-row span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 22px; background: white; color: var(--muted); font-size: .75rem; font-weight: 700; }
.filter-row span:first-child { border-color: var(--green); background: var(--green); color: white; }
.compact-cta { padding-top: 20px; }
.compact-cta-box { padding: 38px 44px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.compact-cta-box h2 { max-width: 760px; margin: 0; font-size: clamp(1.6rem, 3vw, 2.4rem); }

.tool-section { padding: 75px 0 95px; background: #f2e9d8; }
.tool-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .78fr); align-items: start; gap: 28px; }
.interactive-form, .tool-result { padding: 34px; border: 1px solid rgba(18,63,56,.12); border-radius: 22px; background: white; box-shadow: 0 18px 45px rgba(18,63,56,.07); }
.form-progress { margin-bottom: 28px; padding-bottom: 18px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.form-progress span { font-weight: 800; }
.form-progress small { color: var(--muted); }
.interactive-form label { margin-bottom: 20px; display: block; color: var(--ink); font-size: .83rem; font-weight: 720; }
.interactive-form label > span { float: right; color: var(--coral); }
.interactive-form input, .interactive-form select, .interactive-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd5d1; border-radius: 10px; outline: none; background: #fbfcfb; color: var(--ink); transition: border .15s, box-shadow .15s; }
.interactive-form textarea { resize: vertical; }
.interactive-form input:focus, .interactive-form select:focus, .interactive-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(27,91,80,.12); }
.interactive-form input[type="range"] { padding: 8px 0; accent-color: var(--coral); }
.interactive-form label > small { margin-top: 5px; display: block; color: var(--muted); font-weight: 450; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-privacy { margin: 14px 0 0; display: flex; justify-content: center; align-items: center; gap: 7px; color: var(--muted); font-size: .72rem; }
.tool-result { position: sticky; top: 25px; min-height: 430px; }
.result-empty { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--muted); }
.result-empty > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: var(--mint); color: var(--green); font-size: 1.5rem; }
.result-empty h2 { margin: 20px 0 9px; font-size: 1.45rem; }
.result-empty p { max-width: 330px; font-size: .84rem; }
.tool-result.result-ready { min-height: auto; }
.tool-result > h2 { font-size: 1.7rem; }
.generated-copy { margin: 24px 0; padding: 20px; border-radius: 12px; background: #f5f7f6; font-size: .86rem; }
.generated-copy p:last-child { margin-bottom: 0; }
.copy-status { min-height: 22px; margin: 8px 0; color: var(--green-2); font-size: .75rem; text-align: center; }
.big-result { margin: 10px 0 28px; display: block; color: var(--green); font-size: clamp(2.3rem, 5vw, 3.5rem); letter-spacing: -.055em; }
.result-breakdown { margin-bottom: 24px; }
.result-breakdown > div { padding: 13px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: .8rem; }
.result-breakdown span { color: var(--muted); }
.result-warning { margin: 20px 0; padding: 14px; display: flex; gap: 9px; border-radius: 10px; background: #fff4da; color: #654d1e; }
.result-warning p { margin: 0; font-size: .76rem; line-height: 1.45; }
.result-warning .icon { margin-top: 2px; }
.tool-result > a { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 750; }
.prose-section { background: white; }
.prose-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 9vw, 120px); }
.prose-grid h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.prose-grid h3 { margin-top: 35px; }
.prose-grid > div:last-child { max-width: 720px; }
.prose-grid > div:last-child p, .prose-grid > div:last-child li { color: #43514e; }

.safety-steps { background: var(--green); }
.safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.14); }
.safety-grid article { min-height: 310px; padding: 28px; background: var(--green); color: white; }
.safety-grid article > span { color: var(--yellow); font-size: .7rem; font-weight: 800; }
.safety-grid article > .icon { margin: 40px 0 18px; display: block; font-size: 1.4rem; color: var(--yellow); }
.safety-grid h2 { color: white; font-size: 1.28rem; }
.safety-grid p { color: rgba(255,255,255,.68); font-size: .82rem; }

.legal-section { background: white; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin: 52px 0 16px; font-size: 1.75rem; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: #43514e; }
.legal-alert { margin: 30px 0; padding: 18px 22px; border-left: 4px solid var(--coral); background: #fff2ed; color: #69443a; font-size: .86rem; }
.contact-card { margin-bottom: 45px; padding: 30px; display: flex; align-items: center; gap: 24px; border-radius: 18px; background: var(--mint); }
.contact-card > .icon { font-size: 2rem; color: var(--green); }
.contact-card h2 { margin: 0 0 14px; }
.contact-card p { margin: 0; }
.not-found { min-height: 65vh; padding: 100px 0; display: grid; place-items: center; text-align: center; background: linear-gradient(145deg, #f7eedc, var(--cream)); }
.error-code { margin: 0; color: var(--coral); font-size: 5rem; font-weight: 900; line-height: 1; }
.not-found h1 { margin: 18px 0; font-size: clamp(2.3rem, 5vw, 4rem); }
.not-found .hero-actions { justify-content: center; }

.site-footer { padding: 72px 0 24px; background: #0d312c; color: white; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.brand-light { color: white; }
.brand-light:hover { color: white; }
.brand-light .brand-name span { color: #f2a18d; }
.footer-brand p { max-width: 300px; margin-top: 20px; color: rgba(255,255,255,.58); font-size: .8rem; }
.footer-main h2 { margin: 8px 0 20px; color: white; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-main > div:not(:first-child) a { margin: 10px 0; display: block; color: rgba(255,255,255,.65); font-size: .77rem; text-decoration: none; }
.footer-main > div:not(:first-child) a:hover { color: white; }
.footer-bottom { margin-top: 60px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom span { margin-inline: 7px; color: #f2a18d; }

/* Marketplace */
.market-hero { padding: 88px 0 0; overflow: hidden; background: radial-gradient(circle at 85% 15%, rgba(245,185,69,.2), transparent 24%), var(--green); color: white; }
.market-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.market-hero h1 { max-width: 850px; margin-bottom: 24px; color: white; font-size: clamp(3rem, 6vw, 5.6rem); }
.market-hero .eyebrow { color: #ffe0a0; }
.market-hero .lead { color: rgba(255,255,255,.82); }
.market-hero .button-secondary { border-color: rgba(255,255,255,.35); color: white; }
.market-hero .button-secondary:hover { color: var(--green); }
.market-hero .hero-actions .button-dark { background: var(--yellow); color: var(--ink); }
.market-hero .hero-actions .button-dark:hover { background: #ffd06d; color: var(--ink); }
.market-search { margin-top: 34px; padding: 10px; display: grid; grid-template-columns: 1.15fr .8fr auto; gap: 8px; border-radius: 16px; background: white; box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.market-search label { padding: 2px 12px; display: grid; border-right: 1px solid var(--line); color: var(--muted); font-size: .67rem; font-weight: 760; }
.market-search input, .market-search select { width: 100%; padding: 3px 0; border: 0; outline: 0; background: white; color: var(--ink); font-size: .9rem; }
.market-search .button { min-height: 56px; }
.market-hero-card { position: relative; padding: 24px; transform: rotate(1.8deg); border-radius: 28px; background: var(--cream); color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.market-hero-card::before { content: ''; position: absolute; z-index: -1; inset: 16px -16px -16px 16px; border-radius: inherit; background: var(--yellow); opacity: .9; }
.market-hero-visual { min-height: 230px; display: grid; place-items: center; align-content: center; gap: 14px; border-radius: 18px; background: linear-gradient(145deg, var(--mint), #f2e6cd); color: var(--green); }
.market-hero-visual .icon { width: 58px; height: 58px; }
.market-hero-visual span { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.market-hero-card > div:last-child { padding: 23px 8px 5px; }
.market-hero-card p { margin-bottom: 14px; font-size: 1.08rem; font-weight: 800; }
.market-hero-card ul { margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .8rem; }
.market-hero-card li { margin: 8px 0; display: flex; align-items: center; gap: 8px; }
.market-hero-card li .icon { color: var(--green-2); }
.market-trust { min-height: 84px; margin-top: 85px; display: flex; justify-content: space-between; align-items: center; gap: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.8); font-size: .75rem; font-weight: 700; }
.market-trust span { display: flex; align-items: center; gap: 7px; }
.market-trust .icon { color: var(--yellow); }
.market-categories-section { background: white; }
.market-category-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.market-category { min-height: 155px; padding: 21px 14px; display: flex; align-items: center; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, border .2s; }
.market-category:hover { transform: translateY(-5px); border-color: rgba(18,63,56,.3); color: var(--ink); box-shadow: 0 16px 35px rgba(18,63,56,.1); }
.market-category > span { width: 48px; height: 48px; margin-bottom: 14px; display: grid; place-items: center; border-radius: 14px; background: var(--mint); color: var(--green); }
.market-category strong { font-size: .82rem; line-height: 1.25; }
.market-category small { margin-top: 7px; color: var(--muted); font-size: .65rem; }
.latest-market { background: #f4ecdc; }
.listing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.listing-card { min-width: 0; overflow: hidden; border: 1px solid rgba(18,63,56,.12); border-radius: 20px; background: white; box-shadow: 0 8px 28px rgba(18,63,56,.06); transition: transform .2s, box-shadow .2s; }
.listing-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(18,63,56,.12); }
.listing-cover { position: relative; aspect-ratio: 4 / 3; display: block; overflow: hidden; background: var(--mint); }
.listing-cover img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s; }
.listing-card:hover .listing-cover img { transform: scale(1.035); }
.listing-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--green); }
.listing-placeholder .icon { width: 48px; height: 48px; opacity: .55; }
.listing-card-body { padding: 19px; }
.listing-category { margin-bottom: 7px; color: var(--coral); font-size: .66rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.listing-card h2 { min-height: 2.5em; margin-bottom: 12px; font-size: 1.02rem; line-height: 1.25; letter-spacing: -.02em; }
.listing-card h2 a { color: var(--ink); text-decoration: none; }
.listing-price { display: block; color: var(--green); font-size: 1.2rem; }
.listing-location { margin: 12px 0 0; display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: .72rem; }
.listing-date { margin: 4px 0 0; color: #6d7d79; font-size: .65rem; }
.market-empty { grid-column: 1 / -1; padding: 65px 30px; border: 1px dashed rgba(18,63,56,.28); border-radius: 24px; background: rgba(255,255,255,.55); text-align: center; }
.market-empty > span { width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 18px; background: var(--mint); color: var(--green); }
.market-empty h2, .market-empty h3 { margin-bottom: 12px; }
.market-empty p { max-width: 560px; margin: 0 auto 24px; color: var(--muted); }
.market-how { background: white; }
.market-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.market-steps article { padding: 35px; border-top: 3px solid var(--green); border-radius: 0 0 18px 18px; background: var(--cream); }
.market-steps article > span { color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.market-steps h3 { margin: 18px 0 10px; }
.market-steps p { margin: 0; color: var(--muted); font-size: .86rem; }
.market-editorial { padding-top: 20px; background: white; }
.market-editorial .compact-cta-box { border: 0; background: var(--green); color: white; }
.market-editorial h2 { color: white; }
.market-editorial p:not(.eyebrow) { max-width: 740px; margin: 12px 0 0; color: rgba(255,255,255,.74); }
.market-editorial .eyebrow { color: #ffe0a0; }

.market-page-head { padding: 68px 0 48px; background: linear-gradient(145deg, #f7eedc, var(--cream)); }
.market-page-head h1 { margin-bottom: 14px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.market-page-head > div > p:last-child { color: var(--muted); }
.market-results { padding: 50px 0 100px; background: #f8f4eb; }
.market-results-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; gap: 36px; }
.market-filters { position: sticky; top: 18px; }
.market-filters form { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.market-filters h2 { margin-bottom: 22px; font-size: 1.35rem; }
.market-filters label, .listing-form label, .admin-login label, .admin-actions label { margin-bottom: 18px; display: block; color: var(--ink); font-size: .75rem; font-weight: 750; }
.market-filters input, .market-filters select, .listing-form input, .listing-form select, .listing-form textarea, .admin-login input, .admin-actions textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #c7d1cd; border-radius: 10px; outline: 0; background: #fbfcfb; color: var(--ink); }
.market-filters input:focus, .market-filters select:focus, .listing-form input:focus, .listing-form select:focus, .listing-form textarea:focus, .admin-login input:focus, .admin-actions textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(27,91,80,.13); }
.market-filters .field-row { gap: 9px; }
.filter-reset { margin-top: 13px; display: block; color: var(--muted); font-size: .72rem; text-align: center; }
.result-toolbar { margin-bottom: 23px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.market-result-list .listing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pagination { margin-top: 45px; display: flex; justify-content: center; gap: 8px; }
.pagination a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--green); text-decoration: none; }
.pagination a[aria-current="page"] { border-color: var(--green); background: var(--green); color: white; }

.listing-detail { padding: 28px 0 100px; background: #f8f4eb; }
.listing-gallery { margin-bottom: 42px; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, 190px); gap: 10px; overflow: hidden; border-radius: 24px; background: var(--mint); }
.gallery-item { padding: 0; overflow: hidden; border: 0; background: var(--mint); }
.gallery-item.is-main { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .2s; }
.gallery-item:hover img { transform: scale(1.025); }
.listing-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 55px; }
.listing-main { min-width: 0; }
.listing-main h1 { margin-bottom: 18px; font-size: clamp(2.3rem, 4.5vw, 4.3rem); }
.listing-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; color: var(--muted); font-size: .75rem; }
.listing-meta span { display: flex; align-items: center; gap: 6px; }
.listing-detail-price { margin: 30px 0; display: block; color: var(--green); font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.05em; }
.listing-facts, .listing-description { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--line); }
.listing-facts h2, .listing-description h2 { margin-bottom: 22px; font-size: 1.6rem; }
.listing-facts dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.listing-facts dl div { padding: 15px 18px; border-radius: 12px; background: white; }
.listing-facts dt { color: var(--muted); font-size: .68rem; }
.listing-facts dd { margin: 4px 0 0; font-size: .86rem; font-weight: 750; }
.listing-description > div { color: #43514e; line-height: 1.8; }
.seller-card { position: sticky; top: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.seller-card > p:first-child { margin: 0; color: var(--muted); font-size: .7rem; }
.seller-card > strong { margin: 4px 0 24px; display: block; color: var(--green); font-size: 1.75rem; }
.seller-name { margin-bottom: 22px; padding: 16px; display: flex; align-items: center; gap: 12px; border-radius: 12px; background: var(--cream); }
.seller-name .icon { color: var(--green); }
.seller-name small, .seller-name b { display: block; }
.seller-name small { color: var(--muted); font-size: .65rem; }
.seller-card .button + .button { margin-top: 9px; }
.button-whatsapp { border-color: #197b50; background: #e6f5ed; color: #145e3f; }
.seller-safety { margin: 22px 0 0; display: flex; gap: 9px; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.seller-safety .icon { color: var(--green); }
.listing-report { margin-top: 42px; padding: 20px; display: flex; gap: 14px; border-radius: 14px; background: #fff2ed; color: #69443a; }
.listing-report p { margin: 5px 0 0; font-size: .78rem; }
.gallery-lightbox { position: fixed; z-index: 1000; inset: 0; padding: 60px 25px 25px; display: grid; place-items: center; background: rgba(4,20,17,.92); }
.gallery-lightbox img { max-width: min(1100px, 100%); max-height: calc(100vh - 100px); border-radius: 12px; }
.gallery-lightbox button { position: absolute; top: 18px; right: 22px; padding: 10px 15px; border: 0; border-radius: 9px; background: white; color: var(--green); font-weight: 750; }

.submit-head { padding: 72px 0 58px; background: linear-gradient(145deg, #f7eedc, var(--cream)); }
.submit-head h1 { margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5rem); }
.submit-benefits { margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 22px; list-style: none; color: var(--green); font-size: .78rem; font-weight: 750; }
.submit-benefits li { display: flex; align-items: center; gap: 7px; }
.submit-section { padding: 55px 0 100px; background: #f8f4eb; }
.submit-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: center; align-items: start; gap: 45px; }
.listing-form fieldset { margin: 0 0 18px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.listing-form legend { padding: 0 10px 0 0; color: var(--ink); font-size: 1.2rem; font-weight: 820; }
.listing-form legend span { width: 30px; height: 30px; margin-right: 8px; display: inline-grid; place-items: center; border-radius: 9px; background: var(--green); color: white; font-size: .65rem; vertical-align: middle; }
.listing-form label > small { margin-top: 6px; display: block; color: var(--muted); font-size: .68rem; font-weight: 500; }
.listing-form textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.photo-drop { padding: 35px !important; display: grid !important; place-items: center; border: 2px dashed #a6bbb5; border-radius: 16px; background: #f7fbf8; color: var(--green) !important; text-align: center; cursor: pointer; }
.photo-drop .icon { width: 40px; height: 40px; margin-bottom: 10px; }
.photo-drop strong, .photo-drop span { display: block; }
.photo-drop span { color: var(--muted); font-size: .68rem; font-weight: 500; }
.photo-drop input { width: auto; max-width: 100%; margin-top: 17px; padding: 8px; background: white; }
.photo-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.photo-preview span { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 10px; background: var(--mint); }
.photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.photo-preview small { position: absolute; right: 5px; bottom: 5px; left: 5px; padding: 4px 6px; border-radius: 5px; background: rgba(13,49,44,.84); color: white; font-size: .58rem; text-align: center; }
.field-note { color: var(--muted); font-size: .7rem; }
.check-label { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 550 !important; line-height: 1.55; }
.check-label input { width: 18px; height: 18px; margin: 3px 0 0; flex: 0 0 auto; accent-color: var(--green); }
.publish-rules { margin-bottom: 20px; padding: 17px; border-left: 4px solid var(--coral); background: #fff2ed; color: #69443a; }
.publish-rules p { margin: 5px 0 0; font-size: .72rem; }
.form-errors, .success-message { margin-bottom: 22px; padding: 17px 20px; border-radius: 12px; background: #fff0ec; color: #793a2d; font-size: .78rem; }
.form-errors ul { margin-bottom: 0; }
.success-message { background: #e7f3ec; color: #174f43; }
.submit-aside { position: sticky; top: 18px; }
.submit-aside > div { padding: 28px; border-radius: 20px; background: var(--green); color: white; }
.submit-aside > div > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.13); color: var(--yellow); }
.submit-aside h2 { margin: 25px 0 18px; color: white; font-size: 1.5rem; }
.submit-aside ul { margin: 0; padding-left: 20px; color: rgba(255,255,255,.78); font-size: .78rem; }
.submit-aside > a { margin-top: 18px; display: flex; align-items: center; gap: 7px; font-size: .76rem; font-weight: 750; }

.manage-page { min-height: 70vh; padding: 80px 0 100px; background: #f8f4eb; }
.manage-page h1 { margin-bottom: 28px; font-size: clamp(2.3rem, 5vw, 4.1rem); }
.manage-status { margin-bottom: 28px; padding: 18px 22px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.manage-status > span { width: 12px; height: 12px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(245,185,69,.18); }
.manage-status.status-approved > span { background: #2a8c70; box-shadow: 0 0 0 5px rgba(42,140,112,.17); }
.manage-status.status-rejected > span { background: var(--coral); }
.manage-status small, .manage-status strong { display: block; }
.manage-status small { color: var(--muted); font-size: .65rem; }
.manage-photos { display: flex; gap: 8px; overflow-x: auto; }
.manage-photos img { width: 150px; height: 110px; flex: 0 0 auto; border-radius: 10px; object-fit: cover; }
.manage-summary { margin: 28px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.manage-summary div { padding: 15px; border-radius: 12px; background: white; }
.manage-summary dt { color: var(--muted); font-size: .64rem; }
.manage-summary dd { margin: 4px 0 0; font-size: .8rem; font-weight: 750; }
.manage-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.private-link { margin-top: 35px; padding: 24px; border: 1px dashed rgba(18,63,56,.35); border-radius: 16px; background: var(--cream); }
.private-link p { color: var(--muted); font-size: .78rem; }
.manage-help { margin-top: 30px; color: var(--muted); font-size: .75rem; }

.admin-login { min-height: 70vh; padding: 80px 20px; display: grid; place-items: center; background: #f8f4eb; }
.admin-login-card { width: min(100%, 440px); padding: 36px; border-radius: 22px; background: white; box-shadow: var(--shadow); }
.admin-login-card > .brand { margin-bottom: 35px; }
.admin-login-card h1 { font-size: 2.3rem; }
.admin-page { min-height: 75vh; padding: 65px 0 100px; background: #f8f4eb; }
.admin-head { display: flex; justify-content: space-between; align-items: start; gap: 30px; }
.admin-head h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.admin-head > div:last-child { display: flex; align-items: center; gap: 16px; font-size: .75rem; }
.admin-head form { margin: 0; }
.admin-head button { padding: 0; border: 0; background: none; color: var(--coral); text-decoration: underline; }
.admin-tabs { margin: 30px 0; display: flex; gap: 7px; overflow-x: auto; }
.admin-tabs a { padding: 10px 14px; display: flex; gap: 8px; border-radius: 10px; background: white; color: var(--green); font-size: .74rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.admin-tabs a[aria-current="page"] { background: var(--green); color: white; }
.admin-tabs span { min-width: 21px; padding: 1px 6px; border-radius: 10px; background: rgba(0,0,0,.1); text-align: center; }
.admin-list { display: grid; gap: 16px; }
.admin-listing { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.admin-listing-head { display: flex; justify-content: space-between; gap: 25px; }
.admin-listing-head p { margin: 0 0 4px; color: var(--coral); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.admin-listing-head h2 { margin-bottom: 5px; font-size: 1.35rem; }
.admin-listing-head small { color: var(--muted); }
.admin-listing-head > strong { color: var(--green); font-size: 1.2rem; white-space: nowrap; }
.admin-photos { margin: 20px 0 5px; display: flex; gap: 8px; overflow-x: auto; }
.admin-photos a { flex: 0 0 auto; }
.admin-photos img { width: 150px; height: 108px; display: block; border-radius: 9px; object-fit: cover; }
.admin-description { max-height: 150px; margin: 20px 0; overflow: auto; color: #43514e; font-size: .8rem; }
.admin-contact { padding: 12px; display: flex; flex-wrap: wrap; gap: 12px 25px; border-radius: 10px; background: var(--cream); font-size: .72rem; }
.admin-contact span { display: flex; align-items: center; gap: 6px; }
.admin-actions { margin-top: 20px; }
.admin-actions textarea { resize: vertical; }
.admin-actions > div { display: flex; flex-wrap: wrap; gap: 8px; }

@media (max-width: 980px) {
  .section { padding-block: 76px; }
  .nav-toggle { display: flex; }
  .primary-nav { position: absolute; top: 70px; right: 20px; left: 20px; padding: 14px; display: none; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav .nav-cta { margin: 4px 0 0; text-align: center; }
  .home-hero-grid { grid-template-columns: 1fr .72fr; gap: 45px; }
  .hero-copy { padding-bottom: 65px; }
  .category-grid, .card-grid, .card-grid-wide { grid-template-columns: repeat(2, 1fr); }
  .method-grid { gap: 50px; }
  .tools-grid { grid-template-columns: 1fr; }
  .feature-tool { min-height: 520px; }
  .article-hero-grid { grid-template-columns: 1fr 220px; gap: 35px; }
  .article-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 45px; }
  .tool-layout { grid-template-columns: 1fr; }
  .tool-result { position: static; }
  .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .market-hero-grid { grid-template-columns: 1fr .55fr; gap: 40px; }
  .market-hero-card { padding: 18px; }
  .market-category-grid { grid-template-columns: repeat(4, 1fr); }
  .listing-grid { grid-template-columns: repeat(3, 1fr); }
  .market-result-list .listing-grid { grid-template-columns: repeat(2, 1fr); }
  .listing-detail-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 35px; }
  .submit-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 28px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding-block: 62px; }
  .home-hero { padding-top: 62px; }
  .home-hero-grid, .method-grid, .article-hero-grid, .prose-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 30px; }
  .hero-tool-card { max-width: 480px; margin: 0 14px 65px 0; }
  .tool-card-stamp { right: -4px; }
  .hero-strip { padding-block: 20px; flex-wrap: wrap; gap: 10px 14px; }
  .hero-strip p { width: 100%; }
  .section-heading.split { align-items: start; flex-direction: column; gap: 18px; }
  .category-grid, .card-grid, .card-grid-wide { grid-template-columns: 1fr; }
  .category-card { min-height: auto; }
  .method-visual { min-height: 430px; order: 2; }
  .method-copy { order: 1; }
  .feature-tool { min-height: 610px; padding: 30px; }
  .mini-doc { width: 235px; height: 235px; }
  .dial { right: -90px; }
  .safety-box { padding: 32px; grid-template-columns: 1fr; }
  .page-hero, .article-hero { padding-block: 58px; }
  .hero-pattern { display: none; }
  .article-layout { padding-top: 50px; grid-template-columns: 1fr; }
  .toc { position: static; }
  .toc ol { columns: 2; column-gap: 20px; }
  .toc li { break-inside: avoid; }
  .article-meta span + span::before { display: none; }
  .filter-row { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .filter-row span { white-space: nowrap; }
  .compact-cta-box { padding: 30px; align-items: start; flex-direction: column; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .interactive-form, .tool-result { padding: 24px; }
  .form-progress { flex-direction: column; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-grid article { min-height: 240px; }
  .safety-grid article > .icon { margin-top: 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .market-hero { padding-top: 62px; }
  .market-hero-grid { grid-template-columns: 1fr; }
  .market-search { grid-template-columns: 1fr; }
  .market-search label { border-right: 0; border-bottom: 1px solid var(--line); }
  .market-hero-card { max-width: 470px; margin: 0 16px 20px 0; }
  .market-trust { margin-top: 60px; padding: 20px 0; flex-wrap: wrap; justify-content: flex-start; }
  .market-category-grid { grid-template-columns: repeat(2, 1fr); }
  .listing-grid, .market-result-list .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .market-steps { grid-template-columns: 1fr; }
  .market-results-layout { grid-template-columns: 1fr; }
  .market-filters { position: static; }
  .listing-gallery { grid-template-columns: 2fr 1fr; grid-template-rows: repeat(3, 135px); }
  .gallery-item.is-main { grid-row: 1 / 3; }
  .listing-detail-grid { grid-template-columns: 1fr; }
  .seller-card { position: static; }
  .submit-layout { grid-template-columns: 1fr; }
  .submit-aside { position: static; }
  .manage-summary { grid-template-columns: repeat(2, 1fr); }
  .admin-head { flex-direction: column; }
}

@media (max-width: 440px) {
  .nav-shell { min-height: 68px; }
  .brand-name { font-size: 1.15rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: 10px; }
  .hero-tool-card { padding: 22px; }
  .mock-pills { flex-wrap: wrap; }
  .toc ol { columns: 1; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .market-category-grid, .listing-grid, .market-result-list .listing-grid { grid-template-columns: 1fr; }
  .market-category { min-height: 110px; display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; text-align: left; }
  .market-category > span { grid-row: 1 / 3; margin: 0; }
  .market-category small { margin-top: 2px; }
  .listing-gallery { display: flex; overflow-x: auto; border-radius: 14px; }
  .gallery-item { width: 88%; height: 290px; flex: 0 0 auto; }
  .listing-facts dl, .photo-preview { grid-template-columns: 1fr 1fr; }
  .listing-form fieldset { padding: 22px; }
  .submit-benefits { gap: 10px 18px; }
  .result-toolbar { align-items: stretch; flex-direction: column; }
  .manage-summary { grid-template-columns: 1fr; }
  .admin-listing-head { flex-direction: column; }
  .admin-head > div:last-child { align-items: start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
