@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #17221d;
  --muted: #647168;
  --green: #0b6847;
  --green-dark: #064a34;
  --lime: #d9f36a;
  --cream: #f6f5ed;
  --paper: #fff;
  --line: #dfe4dc;
  --shadow: 0 18px 55px rgba(17, 46, 33, .10);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 19px "Manrope", sans-serif; }
.brand span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: var(--lime); background: var(--green); font-size: 21px; }
.brand-logo { width: auto; max-width: 180px; height: 46px; object-fit: contain; }
.brand-name { font: inherit; }
.brand.centered { justify-content: center; margin-bottom: 28px; }
.nav nav { display: flex; gap: 28px; font-weight: 600; font-size: 14px; }
.nav nav a:hover { color: var(--green); }
.hero { overflow: hidden; color: #fff; background: linear-gradient(180deg, var(--green), var(--green-dark)); padding: 92px 0 86px; position: relative; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -300px; border-radius: 50%; border: 90px solid rgba(217,243,106,.10); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr); gap: 76px; align-items: center; position: relative; z-index: 1; }
.kicker, .eyebrow { color: var(--lime); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.kicker.dark, .eyebrow { color: var(--green); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.13; }
.hero h1 { max-width: 760px; margin: 16px 0 20px; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero > .shell > div > p, .hero-grid > div > p { max-width: 620px; margin: 0 0 32px; color: #d2e0d8; font-size: 19px; }
.search { display: flex; max-width: 660px; background: #fff; border-radius: 15px; padding: 6px; box-shadow: var(--shadow); }
.search input { min-width: 0; flex: 1; padding: 13px 17px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search button, .primary-button { border: 0; border-radius: 11px; color: white; background: var(--green); padding: 13px 22px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.hero .search button { color: var(--green-dark); background: var(--lime); }
.stats { display: flex; gap: 30px; margin-top: 34px; color: #b9cabf; font-size: 13px; }
.stats span { display: flex; align-items: baseline; gap: 5px; }
.stats b { color: #fff; font: 700 22px "Manrope"; }
.hero-panel { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); padding: 34px; border-radius: 28px; box-shadow: 0 20px 50px rgba(0,0,0,.18); transform: rotate(1.5deg); }
.pulse { display: grid; place-items: center; width: 65px; height: 65px; border-radius: 20px; background: var(--lime); color: var(--green-dark); font: 800 20px "Manrope"; box-shadow: 0 0 0 12px rgba(217,243,106,.09); }
.hero-panel h2 { margin: 25px 0 18px; font-size: 25px; }
.hero-panel ul { list-style: none; margin: 0; padding: 0; color: #dbe6df; }
.hero-panel li { padding: 13px 0 13px 27px; border-top: 1px solid rgba(255,255,255,.1); position: relative; }
.hero-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 800; }
.offer-hero { overflow: hidden; position: relative; padding: 78px 0 74px; color: #fff; background: linear-gradient(180deg, var(--green), var(--green-dark)); }
.offer-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -220px; top: -320px; border: 96px solid rgba(217,243,106,.10); border-radius: 50%; }
.offer-hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); align-items: center; gap: 76px; position: relative; z-index: 1; }
.offer-hero-copy h1 { max-width: 760px; margin: 16px 0 22px; font-size: clamp(42px,5.6vw,68px); letter-spacing: -.055em; }
.offer-hero-copy h1 em { display: block; color: var(--lime); font-size: .754em; font-style: normal; line-height: 1.12; }
.offer-hero-copy > p { max-width: 690px; margin: 0; color: #d2e0d8; font-size: 19px; line-height: 1.7; }
.offer-hero-copy > p a { color: #fff; font-weight: 700; text-decoration: none; }
.offer-hero-copy > p a:hover { color: var(--lime); }
.offer-hero-card { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.09); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.offer-badge { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 20px; color: var(--green-dark); background: var(--lime); font: 800 16px "Manrope"; letter-spacing: .08em; box-shadow: 0 0 0 12px rgba(217,243,106,.09); }
.offer-hero-card h2 { margin: 26px 0 16px; font-size: 22px; }
.offer-panel-text { color: #dbe6df; font-size: 14px; line-height: 1.7; }
.offer-panel-text strong { color: #fff; }
.offer-section { max-width: 1000px; }
.offer-content { padding: 48px 54px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.offer-content p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.offer-content strong { color: var(--ink); }
.offer-banner { margin: 38px 0 0; padding-top: 30px; border-top: 1px solid var(--line); text-align: center; overflow: hidden; }
.offer-banner a { display: inline-block; max-width: 100%; }
.offer-banner img { width: auto; max-width: 100%; height: auto; margin: 0 auto; border-radius: 14px; }
.section { padding: 84px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2 { font-size: 36px; letter-spacing: -.035em; margin: 8px 0 0; }
.text-link { color: var(--green); font-weight: 700; font-size: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.category-card { min-height: 210px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.category-card:nth-child(3n) { border-right: 0; }
.category-card:nth-last-child(-n+3) { border-bottom: 0; }
.category-card:hover { background: var(--cream); }
.category-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--green); background: #e5f2e9; font-size: 21px; font-weight: 800; }
.category-card h3 { margin: 3px 0 4px; font-size: 18px; }
.category-card p { margin: 0 0 15px; color: var(--muted); font-size: 13px; }
.mini-links { display: flex; flex-wrap: wrap; gap: 5px 13px; }
.mini-links a { color: var(--muted); font-size: 12px; }
.mini-links a:hover { color: var(--green); }
.latest { padding-top: 74px; background: var(--cream); }
.company-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.company-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.company-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.screen { height: auto; aspect-ratio: 16/10; background: #e8ede8; overflow: hidden; display: block; border-bottom: 1px solid var(--line); }
.screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.screen-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #e5eee8, #f5f6ef); }
.screen-placeholder span { color: #8da397; font: 800 26px "Manrope"; letter-spacing: .1em; }
.company-body { padding: 25px; }
.company-body h3 { margin: 7px 0 10px; font-size: 20px; }
.company-body > p { height: 72px; overflow: hidden; color: var(--muted); margin: 0 0 18px; font-size: 14px; }
.nap { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 14px 0 4px; margin-bottom: 4px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.empty { grid-column: 1/-1; text-align: center; padding: 60px 25px; border: 1px dashed #bdc7bf; border-radius: var(--radius); color: var(--muted); }
.empty strong { display: block; color: var(--ink); font: 700 20px "Manrope"; }
.page-hero, .admin-head { color: #fff; background: linear-gradient(180deg, var(--green), var(--green-dark)); }
.page-hero { padding: 54px 0 64px; }
.admin-head { padding: 64px 0; }
.page-hero h1, .admin-head h1 { margin: 12px 0 8px; font-size: clamp(36px,5vw,54px); letter-spacing: -.045em; }
.page-hero p { color: #c5d4cb; }
.search.compact { margin-top: 26px; max-width: 580px; }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 36px; }
.pagination a { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 10px; }
.pagination a.active { color: white; border-color: var(--green); background: var(--green); }
.breadcrumbs { color: #bdcdc4; font-size: 13px; margin-bottom: 10px; }
.breadcrumbs a { color: var(--lime); }
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.chip { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; }
.chip span { color: var(--muted); margin-left: 5px; }
.chip:hover, .chip.selected { color: #fff; border-color: var(--green); background: var(--green); }
.chip.selected span { color: #cfe4d8; }
.detail-top { background: var(--cream); padding: 50px 0 70px; }
.detail-top .breadcrumbs { color: var(--muted); }
.detail-top .breadcrumbs a { color: var(--green); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-top: 19px; }
.detail-grid h1 { font-size: clamp(30px,3vw,42px); letter-spacing: -.035em; margin: 10px 0 24px; }
.lead { color: var(--muted); font-size: 18px; margin-bottom: 28px; }
.detail-screen { width: calc(100% - 18px); height: auto; aspect-ratio: 16/10; overflow: hidden; border: 9px solid #fff; border-radius: 22px; box-shadow: var(--shadow); background: #e4eae5; box-sizing: content-box; }
.detail-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.screen-placeholder.large { min-height: 100%; }
.info-layout { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: start; }
.prose { max-width: 740px; }
.prose h2 { margin: 0 0 14px; font-size: 29px; }
.prose h2:not(:first-child) { margin-top: 42px; }
.prose p { color: var(--muted); font-size: 17px; white-space: normal; }
.prose strong { color: var(--ink); font-weight: 700; }
.company-description h3 { margin: 30px 0 10px; font-size: 23px; line-height: 1.3; }
.company-description h4 { margin: 24px 0 9px; font-size: 18px; line-height: 1.35; }
.company-description p { margin: 0 0 17px; line-height: 1.75; }
.company-description > :first-child { margin-top: 0; }
.company-sidebar { position: sticky; top: 100px; display: grid; gap: 18px; }
.contact-card { padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card h2 { margin: 0 0 22px; }
.contact-card dl { margin: 0; }
.contact-card dt { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; margin-top: 17px; }
.contact-card dd { margin: 4px 0 0; overflow-wrap: anywhere; }
.contact-card a { color: var(--green); font-weight: 600; }
.contact-reveal { display: inline-flex; align-items: center; gap: 9px; max-width: 100%; padding: 0; border: 0; background: transparent; color: var(--green); font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.contact-reveal:hover span, .contact-reveal:focus-visible span { text-decoration: underline; }
.contact-reveal:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; border-radius: 3px; }
.contact-reveal small { display: inline-flex; flex: 0 0 auto; padding: 3px 7px; border-radius: 999px; background: #e9f3ec; color: var(--green-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.contact-revealed { overflow-wrap: anywhere; }
.additional-info-card { background: #f7faf7; }
.opening-hours { white-space: pre-line; }
.hours-card { background: #fff; }
.hours-current { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: -4px 0 14px; padding: 11px 0 14px; border-bottom: 1px solid var(--line); font-size: 12px; }
.hours-current span { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.hours-current strong { padding: 5px 9px; border-radius: 999px; font-size: 11px; }
.hours-current strong.open { color: #24734c; background: #e2f3e8; }
.hours-current strong.closed { color: #9b4940; background: #fbe7e3; }
.hours-list { display: grid; margin: 0; }
.hours-row { display: grid; grid-template-columns: minmax(112px,1fr) auto; align-items: baseline; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.hours-row:last-child { border-bottom: 0; }
.contact-card .hours-row dt { margin: 0; color: var(--muted); text-transform: none; letter-spacing: 0; font-size: 13px; font-weight: 600; }
.contact-card .hours-row dd { margin: 0; color: var(--ink); text-align: right; white-space: nowrap; font-size: 13px; font-weight: 700; }
.hours-note { padding: 8px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.social-links { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.social-links h3 { margin: 0 0 12px; font-size: 14px; }
.social-links a { display: inline-flex; margin: 0 7px 7px 0; padding: 7px 10px; border-radius: 999px; background: #e9f3ec; font-size: 12px; }
.reviews-card { background: #fff; }
.review-profiles { display: grid; gap: 4px; }
.review-profile-row { display: grid; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.review-profile-row:first-child { padding-top: 0; }
.review-profile-row:last-child { padding-bottom: 0; border-bottom: 0; }
.review-profile-row > strong { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.contact-card .review-profile-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 8px; width: fit-content; padding: 8px 12px 8px 9px; border: 1px solid var(--line); border-radius: 999px; background: #f8faf8; text-decoration: none; font-size: 12px; transition: border-color .2s, transform .2s, box-shadow .2s; }
.contact-card .review-profile-link:hover { border-color: var(--green); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(22,58,40,.09); }
.review-service-icon { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; font-size: 14px; font-weight: 900; line-height: 1; }
.review-service-google { color: #4285f4; background: conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0); box-shadow: inset 0 0 0 5px #fff; }
.review-service-trustpilot { color: #fff; background: #00b67a; font-size: 17px; }
.login-page { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 50px 20px; background: var(--cream); }
.login-card { width: min(460px,100%); padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.login-card h1 { margin: 10px 0 8px; font-size: 32px; }
.login-card > p { color: var(--muted); margin-bottom: 25px; }
label { display: grid; gap: 7px; font-weight: 700; font-size: 13px; }
input, textarea, select { width: 100%; border: 1px solid #ccd5cd; border-radius: 11px; background: #fff; padding: 12px 13px; color: var(--ink); outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,104,71,.1); }
.login-card label + label { margin-top: 16px; }
.full { width: 100%; margin-top: 24px; }
.alert { padding: 12px 14px; border-radius: 10px; margin: 18px 0; font-size: 14px; }
.alert.error { color: #862e25; background: #fff0ed; border: 1px solid #ffd2ca; }
.alert.success { color: var(--green); background: #e7f5eb; border: 1px solid #bfe2c9; }
.admin-head .section-head { margin-bottom: 0; }
.admin-buttons { display: flex; align-items: center; gap: 12px; }
.admin-buttons form { margin: 0; }
.admin-search-row { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.search.compact.admin-search { width: min(580px,100%); margin-top: 0; }
.ghost-button { display: inline-flex; justify-content: center; border: 1px solid #bfcac1; border-radius: 11px; padding: 12px 19px; color: var(--ink); background: transparent; font-weight: 700; }
.admin-head .ghost-button { color: white; border-color: rgba(255,255,255,.35); }
.admin-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 30px; }
.admin-summary div { display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 16px; }
.admin-summary b { font: 800 32px "Manrope"; color: var(--green); }
.admin-summary span { color: var(--muted); font-size: 13px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 17px 19px; text-align: left; border-bottom: 1px solid var(--line); }
th { color: var(--muted); background: #f8f9f5; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
td small { display: block; color: var(--muted); }
tbody tr:last-child td { border-bottom: 0; }
.status { display: inline-block; padding: 5px 9px; color: #755d19; background: #fff6ce; border-radius: 999px; font-size: 11px; font-weight: 700; }
.status.live { color: var(--green); background: #e2f3e8; }
.actions { display: flex; align-items: center; gap: 13px; font-size: 12px; }
.actions a { color: var(--green); font-weight: 700; }
.actions form { display: inline; }
.actions button { border: 0; color: #a13a2f; background: transparent; padding: 0; font-weight: 700; }
.permalink-cell { min-width: 260px; max-width: 360px; overflow-wrap: anywhere; font-size: 11px; }
.permalink-cell a { color: var(--green); }
.date-cell { min-width: 118px; white-space: nowrap; font-size: 12px; }
.empty-cell { text-align: center; color: var(--muted); padding: 35px; }
.form-shell { max-width: 900px; }
.company-form fieldset { padding: 26px; margin: 0 0 20px; border: 1px solid var(--line); border-radius: 16px; }
.company-form legend { padding: 0 9px; font: 700 18px "Manrope"; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.wide { grid-column: 1/-1; }
textarea { resize: vertical; min-height: 120px; }
.code-field { font-family: Consolas, "Courier New", monospace; font-size: 12px; line-height: 1.6; }
label small { color: var(--muted); font-weight: 400; }
.form-preview { width: 210px; height: 125px; object-fit: cover; object-position: top; border: 1px solid var(--line); border-radius: 10px; margin: 8px 0; }
.switch { display: flex; grid-template-columns: 22px 1fr; align-items: center; }
.switch input { width: 18px; height: 18px; accent-color: var(--green); }
.form-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 28px; }
.settings-logo { width: auto; max-width: 260px; max-height: 90px; object-fit: contain; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.hero-choice-help { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.template-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.template-option { position: relative; display: grid; gap: 7px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; }
.template-option:hover { border-color: var(--green); }
.template-option:has(input:checked) { border-color: var(--green); background: #f3f8f5; box-shadow: 0 0 0 2px color-mix(in srgb, var(--green) 15%, transparent); }
.template-option input { position: absolute; top: 18px; right: 18px; width: 18px; height: 18px; accent-color: var(--green); }
.template-option strong { padding-right: 30px; font-size: 15px; }
.template-option small { max-width: 520px; color: var(--muted); font-weight: 400; line-height: 1.55; }
.hero-choice-groups { display: grid; gap: 24px; }
.hero-choice-group { display: grid; gap: 12px; }
.hero-choice-group h3 { margin: 0; font-size: 15px; }
.hero-choice-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.hero-option { position: relative; display: grid; gap: 9px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; cursor: pointer; }
.hero-option:hover { border-color: var(--green); box-shadow: 0 8px 20px rgba(22,58,40,.08); }
.hero-option:has(input:checked) { border-color: var(--green); background: #f3f8f5; box-shadow: 0 0 0 2px color-mix(in srgb, var(--green) 15%, transparent); }
.hero-option input { position: absolute; top: 9px; right: 9px; z-index: 2; width: 18px; height: 18px; accent-color: var(--green); }
.hero-option-preview { display: block; overflow: hidden; aspect-ratio: 3/2; border-radius: 10px; background: #f8f6f1; }
.hero-option-preview img { width: 100%; height: 100%; object-fit: cover; }
.hero-option strong { font-size: 12px; line-height: 1.35; }
.catalog-description { max-width: none; margin: 84px 0 0; color: var(--muted); text-align: left; font-size: 17px; }
.catalog-description strong { color: var(--ink); font-weight: 700; }
.rich-field { display: grid; gap: 7px; }
.format-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.format-toolbar small { flex-basis: 100%; color: var(--muted); }
.format-button { border: 1px solid #ccd5cd; border-radius: 8px; padding: 7px 11px; color: var(--ink); background: #f8faf8; font-size: 12px; font-weight: 700; }
.format-button:hover { border-color: var(--green); color: var(--green); }
.legal-content { max-width: 900px; }
.legal-content p { white-space: normal; color: var(--muted); font-size: 16px; line-height: 1.75; }
.category-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
.tool-card { display: grid; gap: 16px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; }
.tool-card h2 { margin: 0; font-size: 21px; }
.category-admin-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.category-admin-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.category-admin-head { margin-bottom: 15px; }
.category-item-title { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; }
.category-admin-head h3 { margin: 3px 0 12px; }
.category-admin-card ul { list-style: none; padding: 0; margin: 0; }
.category-admin-card li { padding: 9px 0; border-top: 1px solid var(--line); font-size: 13px; }
.category-admin-card form { margin: 0; }
.inline-delete-form { display: inline; }
.delete-inline { border: 0; color: #a13a2f; background: transparent; padding: 0; font-size: 10px; font-weight: 700; cursor: pointer; }
.description-editor { display: grid; gap: 8px; margin: 8px 0 2px; }
.description-editor textarea { min-height: 74px; padding: 10px; font-size: 12px; }
.description-editor button { justify-self: start; padding: 8px 12px; font-size: 11px; }
.subcategory-description { margin-top: 7px; color: var(--muted); }
.subcategory-description summary { cursor: pointer; font-size: 11px; }
.subcategory-inline { margin-top: 11px; font-size: 12px; line-height: 1.75; color: #c5d4cb; }
.subcategory-inline a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.category-page-description { max-width: 850px; margin: 15px 0 0; color: #d8e3dc !important; font-size: 15px; line-height: 1.7; }
.location-filter { max-width: 850px; margin-top: 26px; padding: 18px; color: var(--ink); background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.location-filter-grid { display: grid; grid-template-columns: minmax(220px,1.5fr) minmax(190px,1fr) auto; align-items: end; gap: 13px; }
.location-filter-actions { display: flex; align-items: center; gap: 8px; }
.location-filter-actions .primary-button, .location-filter-actions .ghost-button { min-height: 43px; white-space: nowrap; }
.filter-error { margin-top: 12px; padding: 9px 11px; color: #862e25; background: #fff0ed; border-radius: 9px; font-size: 13px; }
.map-attribution { display: block; margin-top: 11px; color: var(--muted); font-size: 10px; }
.map-attribution a { color: var(--green); text-decoration: underline; }
.location-admin-help { padding: 13px 15px; color: var(--muted); background: #f6f8f6; border-radius: 11px; font-size: 12px; }
.location-admin-help p { margin: 0 0 10px; }
.success-card { max-width: 720px; }
.success-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; color: #fff; background: var(--green); border-radius: 50%; font-size: 30px; font-weight: 800; }
.permalink-box { display: block; padding: 14px; margin-top: 10px; color: var(--green); background: #f3f8f5; border: 1px solid var(--line); border-radius: 10px; overflow-wrap: anywhere; font-size: 13px; font-weight: 700; }
.centered-actions { justify-content: center; }
.center { text-align: center; }
.error-code { color: var(--green); font: 800 72px "Manrope"; }
footer { color: #e3ebe6; background: var(--green-dark); padding: 55px 0 22px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-grid > div:first-child { width: 100%; max-width: 620px; }
.footer-grid strong { color: white; font: 700 20px "Manrope"; }
.footer-grid p { color: #95aa9f; font-size: 13px; }
.footer-grid > div:last-child { display: grid; gap: 8px; font-size: 13px; }
.fine { border-top: 1px solid rgba(255,255,255,.1); margin-top: 35px; padding-top: 20px; color: #758e81; font-size: 11px; }

@media (max-width: 900px) {
  .hero-grid, .offer-hero-grid, .detail-grid, .info-layout { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .category-grid, .company-grid { grid-template-columns: repeat(2,1fr); }
  .category-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .category-card:nth-child(2n) { border-right: 0; }
  .category-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .category-card:nth-last-child(-n+2) { border-bottom: 0; }
  .company-sidebar { position: static; }
  .category-admin-grid { grid-template-columns: 1fr; }
  .location-filter-grid { grid-template-columns: 1fr 1fr; }
  .location-filter-actions { grid-column: 1/-1; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { height: 66px; }
  .nav nav a { display: none; }
  .nav nav .nav-add-company, .nav nav a:last-child { display: inline-flex; }
  .nav nav { gap: 12px; }
  .hero { padding: 65px 0 60px; }
  .offer-hero { padding: 65px 0 60px; }
  .hero h1 { font-size: 43px; }
  .offer-hero-copy h1 { font-size: 41px; }
  .offer-hero-copy h1 em { display: inline; font-size: 1em; line-height: inherit; }
  .offer-hero-card { padding: 28px 24px; }
  .offer-content { padding: 32px 24px; }
  .stats { gap: 13px; flex-wrap: wrap; }
  .search { flex-direction: column; background: transparent; box-shadow: none; padding: 0; gap: 8px; }
  .search input { background: white; border-radius: 11px; padding: 15px; }
  .category-grid, .company-grid { grid-template-columns: 1fr; }
  .category-card { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .category-card:last-child { border-bottom: 0 !important; }
  .section { padding: 60px 0; }
  .section-head { align-items: start; }
  .company-body > p { height: auto; }
  .detail-screen { height: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .login-card { padding: 30px 23px; }
  .admin-head .section-head, .admin-buttons, .admin-search-row, .footer-grid { align-items: start; flex-direction: column; }
  .admin-summary { grid-template-columns: 1fr; }
  .category-tools { grid-template-columns: 1fr; }
  .location-filter-grid { grid-template-columns: 1fr; }
  .location-filter-actions { grid-column: auto; flex-wrap: wrap; }
  .brand-name { display: none; }
}

/* ==========================================================================
   Nowoczesna warstwa pastelowa
   Kolory pochodne są wyliczane z barwy ustawionej w panelu administratora.
   ========================================================================== */

:root {
  --page-bg: #f7f9fb;
  --surface-soft: #f2f7f4;
  --surface-soft: color-mix(in srgb, var(--green) 7%, #fff);
  --surface-accent: #e8f1eb;
  --surface-accent: color-mix(in srgb, var(--green) 12%, #fff);
  --surface-highlight: #f5f8e8;
  --surface-highlight: color-mix(in srgb, var(--lime) 17%, #fff);
  --line-soft: #e6ebe7;
  --line-soft: color-mix(in srgb, var(--green) 13%, #fff);
  --shadow-soft: 0 12px 34px rgba(25, 44, 35, .07);
  --shadow-lift: 0 22px 54px rgba(25, 44, 35, .12);
}

body {
  background: var(--page-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main {
  overflow: clip;
}

a,
button,
.company-card,
.category-card,
.contact-card {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease,
              box-shadow .24s ease, transform .24s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--green) 32%, transparent);
  outline-offset: 3px;
}

.site-header {
  background: rgba(255, 255, 255, .88);
  border-bottom-color: rgba(24, 44, 34, .08);
  box-shadow: 0 8px 30px rgba(21, 38, 30, .045);
}

.nav {
  height: 82px;
}

.brand {
  letter-spacing: -.025em;
}

.brand span {
  border-radius: 13px;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--green) 20%, transparent);
}

.nav nav {
  align-items: center;
  gap: 8px;
}

.nav nav a {
  padding: 10px 13px;
  border-radius: 999px;
}

.nav nav a:hover {
  background: var(--surface-soft);
}

.nav nav .nav-add-company {
  margin-left: 5px;
  padding: 11px 17px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 9px 24px color-mix(in srgb, var(--green) 20%, transparent);
}

.nav nav .nav-add-company:hover {
  color: #fff;
  background: var(--green-dark);
  transform: translateY(-1px);
}

.hero {
  min-height: 570px;
  display: grid;
  align-items: center;
  padding: 84px 0 82px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 24%, color-mix(in srgb, var(--lime) 22%, transparent) 0 9%, transparent 28%),
    linear-gradient(125deg, var(--surface-soft) 0%, #fff 54%, var(--surface-highlight) 100%);
  border-bottom: 1px solid var(--line-soft);
}

.hero::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: 8%;
  bottom: -150px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--green) 8%, transparent);
  filter: blur(2px);
}

.hero::after {
  width: 460px;
  height: 460px;
  right: -120px;
  top: -180px;
  border: 76px solid color-mix(in srgb, var(--green) 7%, transparent);
}

.hero-grid {
  grid-template-columns: minmax(0, 650px) minmax(380px, 1fr);
  gap: 48px;
  align-items: center;
}

.template-2 .hero::before,
.template-2 .hero::after {
  display: none;
}

.hero-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 30px;
  background: #fffaf2;
  box-shadow: 0 24px 64px rgba(39, 59, 49, .12);
  transform: rotate(1deg);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.hero-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

#kategorie {
  position: relative;
  isolation: isolate;
}

.template-2 #kategorie::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 470px;
  height: 470px;
  right: -250px;
  top: 80px;
  border: 76px solid color-mix(in srgb, var(--green) 6%, transparent);
  border-radius: 50%;
}

.template-2 #kategorie::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  left: -190px;
  bottom: 90px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--green) 5%, transparent);
}

.hero .kicker {
  color: var(--green);
}

.hero h1 {
  max-width: 720px;
  margin: 18px 0 22px;
  color: #15221c;
  font-size: clamp(42px, 5.2vw, 62px);
  letter-spacing: -.05em;
}

.hero h1 em {
  color: var(--green);
}

.hero > .shell > div > p,
.hero-grid > div > p {
  max-width: 590px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.search {
  padding: 7px;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(30, 50, 40, .10);
}

.search input {
  padding: 14px 18px;
}

.search button,
.primary-button {
  border-radius: 13px;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--green) 16%, transparent);
}

.search button:hover,
.primary-button:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.hero .search button {
  color: #fff;
  background: var(--green);
}

.hero .search button:hover {
  background: var(--green-dark);
}

.stats {
  gap: 10px;
  margin-top: 25px;
  color: var(--muted);
}

.stats span {
  min-height: 39px;
  padding: 7px 12px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}

.stats b {
  color: var(--green-dark);
  font-size: 18px;
}

.section {
  padding: 92px 0;
}

.section-head {
  margin-bottom: 40px;
}

.section-head h2 {
  color: #16231d;
  font-size: clamp(30px, 3.2vw, 41px);
}

.kicker.dark,
.eyebrow {
  color: var(--green);
}

.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.category-card,
.category-card:nth-child(3n),
.category-card:nth-last-child(-n+3) {
  min-height: 224px;
  padding: 27px;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(24, 43, 34, .045);
}

.category-card:hover {
  z-index: 1;
  border-color: color-mix(in srgb, var(--green) 24%, #fff);
  background: #fff;
  box-shadow: var(--shadow-lift);
  transform: translateY(-4px);
}

.category-icon {
  width: 46px;
  height: 46px;
  border: 1px solid color-mix(in srgb, var(--green) 11%, #fff);
  border-radius: 15px;
  background: linear-gradient(145deg, var(--surface-accent), var(--surface-highlight));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.category-card h3 {
  margin: 2px 0 7px;
  color: #1b2822;
  font-size: 18px;
  letter-spacing: -.02em;
}

.category-card h3 a:hover,
.mini-links a:hover,
.text-link:hover {
  color: var(--green-dark);
}

.mini-links {
  gap: 6px 12px;
}

.mini-links a {
  line-height: 1.45;
}

.catalog-description {
  padding: 28px 32px;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: var(--surface-soft);
}

.latest {
  padding-top: 74px;
  background:
    linear-gradient(180deg, var(--surface-soft) 0%, color-mix(in srgb, var(--surface-soft) 48%, #fff) 100%);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.company-grid {
  gap: 24px;
}

.company-card {
  border-color: var(--line-soft);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.company-card:hover {
  border-color: color-mix(in srgb, var(--green) 22%, #fff);
  box-shadow: var(--shadow-lift);
  transform: translateY(-6px);
}

.screen {
  border-bottom-color: var(--line-soft);
  background: var(--surface-accent);
}

.screen img {
  transition: transform .45s ease;
}

.company-card:hover .screen img {
  transform: scale(1.025);
}

.screen-placeholder {
  background: linear-gradient(145deg, var(--surface-accent), var(--surface-highlight));
}

.screen-placeholder span {
  color: color-mix(in srgb, var(--green) 55%, #8da397);
}

.company-body {
  padding: 27px;
}

.company-body .eyebrow {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--surface-soft);
  letter-spacing: .08em;
  line-height: 1.3;
}

.company-body h3 {
  margin: 13px 0 9px;
  color: #17241e;
  font-size: 19px;
  letter-spacing: -.025em;
}

.company-body > p {
  color: #6b756f;
}

.nap {
  padding-top: 13px;
  border-top-color: var(--line-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.page-hero {
  padding: 62px 0 72px;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 15%, color-mix(in srgb, var(--lime) 20%, transparent), transparent 28%),
    linear-gradient(130deg, var(--surface-accent), #fff 72%);
  border-bottom: 1px solid var(--line-soft);
}

.page-hero h1 {
  color: #16231d;
  font-size: clamp(34px, 4.4vw, 50px);
}

.page-hero p {
  color: var(--muted);
}

.page-hero .breadcrumbs {
  color: var(--muted);
}

.page-hero .breadcrumbs a {
  color: var(--green);
}

.subcategory-inline {
  color: var(--muted);
}

.subcategory-inline a {
  color: var(--green-dark);
  text-decoration-color: color-mix(in srgb, var(--green) 32%, transparent);
}

.category-page-description {
  color: var(--muted) !important;
}

.location-filter {
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.chips {
  gap: 10px;
}

.chip {
  border-color: var(--line-soft);
  background: #fff;
}

.chip:hover,
.chip.selected {
  border-color: var(--green);
  box-shadow: 0 7px 18px color-mix(in srgb, var(--green) 11%, transparent);
}

.pagination a {
  border-color: var(--line-soft);
  border-radius: 12px;
  background: #fff;
}

.pagination a:hover {
  border-color: var(--green);
  color: var(--green);
  transform: translateY(-1px);
}

.detail-top {
  padding: 28px 0 73px;
  background:
    radial-gradient(circle at 8% 15%, color-mix(in srgb, var(--lime) 16%, transparent), transparent 27%),
    linear-gradient(125deg, var(--surface-soft), #fff 68%);
  border-bottom: 1px solid var(--line-soft);
}

.detail-grid {
  gap: 76px;
}

.detail-grid h1 {
  color: #15221c;
  font-size: clamp(30px, 3.2vw, 43px);
}

.detail-screen {
  border-width: 8px;
  border-radius: 26px;
  box-shadow: var(--shadow-lift);
}

.info-layout {
  gap: 54px;
}

.section.info-layout {
  padding-top: 72px;
  padding-bottom: 82px;
}

.prose {
  max-width: none;
  padding: 38px 42px;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.prose p {
  color: #626e67;
}

.company-description h3,
.company-description h4 {
  color: #19261f;
}

.company-sidebar {
  gap: 16px;
}

.contact-card {
  padding: 28px;
  border-color: var(--line-soft);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.contact-card:hover {
  border-color: color-mix(in srgb, var(--green) 20%, #fff);
}

.additional-info-card,
.hours-card,
.reviews-card {
  background: #fff;
}

.contact-reveal small,
.social-links a {
  background: var(--surface-soft);
}

.review-profile-link {
  background: var(--page-bg) !important;
}

.offer-hero {
  padding: 76px 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 12%, color-mix(in srgb, var(--lime) 20%, transparent), transparent 28%),
    linear-gradient(125deg, var(--surface-soft), #fff 65%, var(--surface-highlight));
  border-bottom: 1px solid var(--line-soft);
}

.offer-hero::after {
  border-color: color-mix(in srgb, var(--green) 7%, transparent);
}

.offer-hero-copy h1 {
  color: #15221c;
}

.offer-hero-copy h1 em,
.offer-hero-copy > p a {
  color: var(--green);
}

.offer-hero-copy > p {
  color: var(--muted);
}

.offer-hero-copy > p a:hover {
  color: var(--green-dark);
}

.offer-hero-card {
  border-color: var(--line-soft);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-lift);
  backdrop-filter: blur(12px);
}

.offer-badge {
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 12px color-mix(in srgb, var(--green) 8%, transparent);
}

.offer-panel-text {
  color: var(--muted);
}

.offer-panel-text strong {
  color: var(--ink);
}

.offer-content,
.legal-content {
  border-color: var(--line-soft);
  box-shadow: var(--shadow-soft);
}

footer {
  position: relative;
  margin-top: 0;
  padding-top: 64px;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 -12px 38px rgba(25, 44, 35, .06);
}

.footer-grid > div:last-child a {
  width: fit-content;
  color: #d9e3dd;
}

.footer-grid > div:last-child a:hover {
  color: #fff;
  transform: translateX(3px);
}

.fine {
  border-top-color: rgba(255, 255, 255, .12);
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(650px, 100%);
    margin: 6px auto 0;
    transform: none;
  }

  .hero-choice-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .category-grid,
  .company-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card,
  .category-card:nth-child(3n),
  .category-card:nth-child(2n),
  .category-card:nth-last-child(-n+3),
  .category-card:nth-last-child(-n+2) {
    border: 1px solid var(--line-soft);
  }

  .detail-grid,
  .info-layout {
    gap: 42px;
  }

  .prose {
    padding: 34px;
  }
}

@media (max-width: 620px) {
  .nav {
    height: 70px;
  }

  .nav nav {
    gap: 5px;
  }

  .nav nav a {
    padding: 9px 10px;
  }

  .nav nav .nav-add-company {
    margin-left: 0;
    padding: 9px 12px;
    font-size: 11px;
  }

  .hero {
    padding: 58px 0 54px;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 47px);
  }

  .hero-visual {
    margin-top: 12px;
    border-radius: 22px;
  }

  .hero-choice-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .template-choice-grid {
    grid-template-columns: 1fr;
  }

  .template-2 #kategorie::before {
    width: 330px;
    height: 330px;
    right: -240px;
    border-width: 55px;
  }

  .template-2 #kategorie::after {
    width: 180px;
    height: 180px;
    left: -135px;
  }

  .hero > .shell > div > p,
  .hero-grid > div > p {
    font-size: 17px;
  }

  .search {
    border: 0;
  }

  .search input {
    border: 1px solid var(--line-soft);
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
  }

  .stats span {
    padding: 6px 10px;
  }

  .section {
    padding: 66px 0;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .category-grid,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .category-card,
  .category-card:nth-child(3n),
  .category-card:nth-child(2n),
  .category-card:nth-last-child(-n+3),
  .category-card:nth-last-child(-n+2) {
    min-height: auto;
    padding: 24px;
    border: 1px solid var(--line-soft) !important;
  }

  .catalog-description {
    padding: 23px;
  }

  .company-body {
    padding: 24px;
  }

  .page-hero {
    padding: 55px 0;
  }

  .detail-top {
    padding: 18px 0 53px;
  }

  .detail-grid {
    gap: 34px;
  }

  .detail-screen {
    width: calc(100% - 12px);
    border-width: 6px;
    border-radius: 20px;
  }

  .info-layout {
    gap: 30px;
  }

  .section.info-layout {
    padding-top: 46px;
    padding-bottom: 56px;
  }

  .prose {
    padding: 27px 23px;
    border-radius: 20px;
  }

  .contact-card {
    padding: 24px;
  }

  .offer-hero {
    padding: 56px 0;
  }

  .offer-hero-card {
    border-radius: 22px;
  }

  footer {
    border-radius: 23px 23px 0 0;
  }
}

.advanced-search { max-width: 1080px; margin-top: 26px; padding: 16px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid var(--line-soft); border-radius: 18px; box-shadow: var(--shadow); }
.advanced-search-main { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr) 76px max-content; gap: 10px; align-items: end; }
.advanced-search label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; }
.advanced-search input:not([type=checkbox]), .advanced-search select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fff; font: inherit; font-size: 13px; }
.advanced-search-main > button { min-height: 46px; padding: 0 17px; border: 0; border-radius: 11px; color: #fff; background: var(--green); font-weight: 800; }
.advanced-search-options { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; padding-top: 13px; }
.advanced-search-options > label:not(.search-sort) { display: flex; grid-template-columns: none; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.advanced-search-options input[type=checkbox] { width: 15px; height: 15px; accent-color: var(--green); }
.advanced-search-options .search-sort { display: flex; grid-template-columns: none; align-items: center; gap: 7px; margin-left: auto; }
.advanced-search-options .search-sort select { min-height: 34px; width: auto; padding: 5px 28px 5px 9px; }
.search-clear { color: var(--green); font-size: 11px; font-weight: 800; }
.hero-search { max-width: 920px; }
.hero-search + .stats { margin-top: 20px; }
.nap .hours-state.open { color: #24734c; }
.nap .hours-state.closed { color: #9b4940; }
.public-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-bottom: 0; }
.copy-address { display: inline-flex; margin-top: 8px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--green); background: #fff; font-size: 11px; font-weight: 800; }
.company-map { margin-top: 34px; overflow: hidden; }
.company-map h2, .share-box > strong { display: block; margin: 0 0 12px; font: inherit; font-weight: 700; }
.company-map iframe { display: block; width: 100%; height: 340px; border: 0; border-radius: 16px; background: var(--cream); }
.company-map > a { display: inline-block; margin-top: 10px; color: var(--green); font-size: 12px; font-weight: 700; }
.share-box { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.share-box > div { display: flex; flex-wrap: wrap; gap: 8px; }
.share-box a, .share-box button { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); background: #fff; font-size: 11px; font-weight: 800; }
.report-box { margin-top: 24px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 13px; background: #fafbf9; }
.report-box summary { color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 800; }
.report-box form { display: grid; gap: 12px; margin-top: 14px; }
.report-box textarea { min-height: 80px; }
.similar-companies { background: var(--cream); }
.admin-filter-form { display: grid; grid-template-columns: minmax(220px,1.4fr) minmax(180px,.8fr) minmax(230px,1fr) auto auto; gap: 10px; margin-top: 24px; }
.admin-filter-form input, .admin-filter-form select { min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.admin-list-tools { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.admin-table-shell { width: min(1480px,calc(100% - 32px)); margin: 0 auto; }
.admin-list-section .table-wrap { overflow-x: visible; }
.admin-companies-table { min-width: 0; table-layout: fixed; }
.admin-companies-table th, .admin-companies-table td { padding: 12px 10px; }
.admin-companies-table th:nth-child(1) { width: 4%; }
.admin-companies-table th:nth-child(2) { width: 15%; }
.admin-companies-table th:nth-child(3) { width: 12%; }
.admin-companies-table th:nth-child(4) { width: 9%; }
.admin-companies-table th:nth-child(5) { width: 5%; }
.admin-companies-table th:nth-child(6) { width: 27%; }
.admin-companies-table th:nth-child(7) { width: 8%; }
.admin-companies-table th:nth-child(8) { width: 20%; }
.admin-companies-table .number-cell { padding-left: 7px; padding-right: 5px; font-size: 10px; }
.admin-companies-table .completeness-cell { padding-left: 4px; padding-right: 4px; text-align: center; font-size: 9px; }
.admin-companies-table .completeness-cell strong { font-size: 10px; }
.admin-company-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 8px 12px; }
.admin-company-actions .action-column { display: grid; align-content: start; gap: 7px; }
.admin-company-actions form { display: block; margin: 0; }
.admin-company-actions button { text-align: left; font-size: 11px; }
.status.warning { color: #755d19; background: #fff0b8; }
.danger-link { color: #a13a2f !important; }

@media (max-width: 900px) {
  .advanced-search-main { grid-template-columns: 1fr 1fr; }
  .advanced-search-main > button { width: 100%; }
  .admin-filter-form { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1180px) {
  .admin-list-section .table-wrap { overflow-x: auto; }
  .admin-companies-table { min-width: 1040px; }
}

@media (max-width: 620px) {
  .advanced-search { padding: 13px; }
  .advanced-search-main, .admin-filter-form { grid-template-columns: 1fr; }
  .advanced-search-options { align-items: flex-start; flex-direction: column; }
  .advanced-search-options .search-sort { margin-left: 0; }
  .admin-list-tools { align-items: stretch; flex-direction: column; }
}

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