@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-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 { 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)); 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: 60px 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: 34px; }
.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-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 { font-size: 14px; }
.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; }
.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; }
}
