:root {
  --red: #d71920;
  --dark-red: #a60f16;
  --orange: #ff7a18;
  --bg: #f8fafc;
  --white: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --border: #e5e7eb;
  --shadow: 0 18px 50px rgba(31, 41, 55, .10);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

body.settlement-focus-active {
  overflow-x: hidden;
}

body.settlement-focus-active::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(17, 24, 39, .68);
  pointer-events: auto;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

.brand {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--dark-red);
}

.brand span { color: var(--red); }

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

.site-nav a {
  padding: 10px 13px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
}

.site-nav a:hover, .site-nav .nav-cta {
  color: var(--dark-red);
  background: #fff2f0;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--border);
  background: var(--white);
  padding: 9px 12px;
  border-radius: 8px;
  font-weight: 700;
}

.hero {
  display: flex;
  align-items: center;
  padding: 56px clamp(18px, 5vw, 64px);
  background:
    linear-gradient(115deg, rgba(166, 15, 22, .92), rgba(215, 25, 32, .80) 48%, rgba(255, 122, 24, .62)),
    url("../img/hirdetolap-hero.png");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.hero-content { width: min(980px, 100%); }

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .78rem;
}

.hero .eyebrow, .cta-band .eyebrow { color: #ffd7b4; }

h1, h2, h3, p { margin-top: 0; }

h1 {
  font-size: clamp(1.2rem, 3vw, 4.9rem);
  line-height: 1.02;
  max-width: 900px;
  margin-bottom: 18px;
}

h2 { font-size: clamp(1.45rem, 3vw, 2.15rem); line-height: 1.15; }
h3 { font-size: 1.08rem; }

.lead {
  max-width: 760px;
  color: inherit;
  font-size: 1.16rem;
}

.search-panel {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  max-width: 960px;
  margin: 30px 0 18px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  color: var(--text);
  box-shadow: var(--shadow);
}

.search-panel.narrow { margin-bottom: 0; }

.settlement-search {
  grid-template-columns: minmax(240px, 1fr) auto;
  position: relative;
  scroll-margin-top: 104px;
}

body.settlement-focus-active .settlement-search {
  z-index: 60;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .34), 0 0 0 4px rgba(255, 255, 255, .22);
}

body.settlement-focus-active .settlement-search input {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(215, 25, 32, .16);
}

.settlement-results {
  grid-column: 1 / -1;
}

.settlement-result-list {
  display: grid;
  gap: 8px;
}

.settlement-result,
.empty-result {
  width: 100%;
  min-height: 0;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px;
  background: var(--white);
  color: var(--text);
  text-align: left;
  box-shadow: none;
}

.settlement-result {
  display: flex;
  cursor: pointer;
}

.settlement-result:hover {
  border-color: #ffb199;
  background: #fff7f5;
}

.settlement-result.is-active {
  border-color: var(--red);
  background: #fff2f0;
  box-shadow: 0 0 0 2px rgba(215, 25, 32, .12);
}

.settlement-result strong,
.settlement-result span {
  display: block;
}

.settlement-result span,
.empty-result {
  color: var(--muted);
}

label span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0 12px;
  font: inherit;
}

button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: var(--red);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.button.secondary { background: var(--text); }
.button.light { background: var(--white); color: var(--dark-red); }

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.form-note.success { color: #13834b; font-weight: 800; }

.quick-links, .city-list, .local-nav, .badges, .related-links, .meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-links a, .city-list a, .local-nav a, .badges span, .related-links a, .meta-line span {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 11px;
  background: var(--white);
  color: var(--text);
  font-weight: 700;
}

.quick-links a { background: rgba(255, 255, 255, .18); color: var(--white); border-color: rgba(255, 255, 255, .32); }

.free-ad-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 960px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  background: rgba(255, 255, 255, .16);
  box-shadow: 0 16px 40px rgba(59, 12, 16, .26);
  backdrop-filter: blur(6px);
}

.free-ad-panel h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
}

.free-ad-panel p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
}

.free-ad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.section, .split-section, .article-layout, .info-row, .trust-strip, .steps, .ad-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section { padding: 62px 0; }
.muted { width: 100%; padding-inline: max(18px, calc((100% - 1180px) / 2)); background: #fff7f5; }

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.category-grid, .listing-grid, .article-grid, .content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.listing-grid, .article-grid, .content-grid { grid-template-columns: repeat(3, 1fr); }
.content-grid.two { grid-template-columns: repeat(2, 1fr); }

.top-search-section {
  padding-bottom: 36px;
}

.top-search-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.top-search-card {
  padding: 16px;
}

.top-search-card strong {
  font-size: 1rem;
}

.settlement-category-grid .category-card span,
.top-search-card span {
  color: var(--muted);
  font-size: .9rem;
}

.service-stat-strip {
  margin-top: 18px;
  padding: 0;
}

.settlement-focus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
  margin-bottom: 34px;
}

.settlement-news-box {
  position: sticky;
  top: 92px;
  border-color: #fecdd3;
  background: #fff7f5;
}

.settlement-news-box .eyebrow {
  margin-bottom: 8px;
}

.settlement-news-box h3 {
  line-height: 1.15;
}

.category-filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(31, 41, 55, .05);
}

.category-search-panel {
  min-height: 100%;
  padding: 22px;
  border-color: #fecdd3;
  background: linear-gradient(135deg, #ffffff, #fff7ed);
  box-shadow: var(--shadow);
  align-content: start;
}

.category-filter-panel .form-note {
  grid-column: 1 / -1;
}

.category-search-results {
  grid-column: 1 / -1;
}

.category-search-result-list {
  display: grid;
  gap: 9px;
}

.category-search-result,
.category-search-results .empty-result {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, .92);
  color: var(--text);
  text-align: left;
  box-shadow: none;
}

.category-search-result {
  display: grid;
  gap: 4px;
  cursor: pointer;
}

.category-search-result:hover,
.category-search-result.is-active {
  border-color: var(--red);
  background: #fff2f0;
  box-shadow: 0 0 0 2px rgba(215, 25, 32, .12);
}

.category-search-result strong,
.category-search-result span,
.category-search-result small {
  display: block;
}

.category-search-result span {
  color: var(--muted);
  font-size: .92rem;
}

.category-search-result small {
  color: var(--dark-red);
  font-weight: 800;
}

.category-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.category-filter-tabs button {
  min-height: 38px;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 13px;
  background: var(--white);
  color: var(--text);
  font-weight: 800;
}

.category-filter-tabs button.is-active,
.category-filter-tabs button:hover {
  border-color: #ffc8c3;
  background: #fff2f0;
  color: var(--dark-red);
}

.settlement-category-card {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.settlement-category-card.is-hidden {
  display: none;
}

.settlement-category-card small {
  color: var(--dark-red);
  font-size: .82rem;
  font-weight: 800;
}

.settlement-category-card:hover,
.settlement-category-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(215, 25, 32, .34);
  box-shadow: 0 14px 34px rgba(31, 41, 55, .12);
}

.category-card.category-tone-a { background: #fff7ed; border-color: #fed7aa; }
.category-card.category-tone-b { background: #fff1f2; border-color: #fecdd3; }
.category-card.category-tone-c { background: #f0fdf4; border-color: #bbf7d0; }
.category-card.category-tone-d { background: #fdf2f8; border-color: #fbcfe8; }
.category-card.category-tone-e { background: #eef2ff; border-color: #c7d2fe; }
.category-card.category-tone-f { background: #eff6ff; border-color: #bfdbfe; }
.category-card.category-tone-g { background: #f5f3ff; border-color: #ddd6fe; }
.category-card.category-tone-default { background: #ffffff; }
.category-card, .listing-card, .article-card, .panel, .feature-article, .top-list, .info-box, .activation-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(31, 41, 55, .06);
}

.category-card.category-kind-marketplace {
  border-left: 4px solid #0f766e;
}

.category-card strong { display: block; margin-bottom: 8px; color: var(--dark-red); font-size: 1.12rem; }
.category-card span, .listing-card p, .article-card p, .panel p, .top-list a { color: var(--muted); }

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 24px;
  padding: 62px 0;
}

.news-highlight-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 10px;
}

.news-highlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 24px;
  align-items: start;
}

.featured-news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.featured-news-list .ad-slot-home-news-after-featured {
  grid-column: 1 / -1;
  min-height: 300px;
  margin: 0;
}

.ad-slot-home-news-after-featured .adsbygoogle {
  min-height: 300px;
}

.ad-slot-settlement-before-categories {
  min-height: 300px;
  margin: 0 0 30px;
}

.ad-slot-settlement-before-categories .adsbygoogle {
  min-height: 300px;
}

.ad-slot-category {
  min-height: 300px;
  margin: 18px 0 22px;
}

.ad-slot-category .adsbygoogle {
  min-height: 300px;
}

.featured-article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.featured-article .article-visual {
  display: flex;
  align-items: flex-end;
  min-height: 280px;
  padding: 24px;
  background-size: cover;
  background-position: center;
}

.article-body.compact {
  padding: 24px;
}

.article-body.compact h2 {
  margin-bottom: 10px;
}

.article-body.compact h2 a:hover,
.top-list a:hover {
  color: var(--red);
}

.meta-line.single {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
}

.top-list h3 {
  margin-bottom: 16px;
}

.top-list ol {
  list-style: none;
  counter-reset: top-news;
  padding-left: 0;
}

.top-list li {
  counter-increment: top-news;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 0 0 12px;
  border-bottom: 1px solid #f1f5f9;
}

.top-list li + li {
  margin-top: 12px;
}

.top-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.top-list li::before {
  content: counter(top-news);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff2f0;
  color: var(--dark-red);
  font-weight: 900;
}

.top-list a {
  display: block;
  color: var(--text);
  font-weight: 800;
  line-height: 1.25;
}

.top-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .85rem;
}

.feature-article {
  background: linear-gradient(135deg, #ffffff, #fff4ef);
}

.feature-article h2 a:hover, .text-link:hover { color: var(--red); }

.text-link {
  color: var(--dark-red);
  font-weight: 800;
}

.top-list ol { margin: 0; }

.tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff2f0;
  color: var(--dark-red);
  font-size: .78rem;
  font-weight: 800;
}

.tag.gold { background: #fff0cf; color: #8a5200; }
.recommended { border-color: #ffc861; }

.ad-slot {
  display: block;
  width: 100%;
  margin: 24px 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.ad-slot-label {
  display: block;
  padding: 7px 10px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid #f1f5f9;
}

.ad-slot-article-after-title {
  min-height: 300px;
}

.ad-slot-article-after-title .adsbygoogle {
  min-height: 300px;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 42px clamp(18px, 5vw, 64px);
  background: linear-gradient(135deg, var(--dark-red), var(--red) 58%, var(--orange));
  color: var(--white);
}

.cta-band h2 { max-width: 760px; margin: 0; }

.url-guide-band {
  align-items: center;
  gap: 22px;
}

.url-guide-band h2 {
  margin-bottom: 14px;
}

.mini-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .13);
  color: var(--white);
  font-weight: 800;
}

.mini-steps strong {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white);
  color: var(--dark-red);
  font-size: .84rem;
}

.page-hero {
  padding: 58px clamp(18px, 5vw, 64px);
  background: linear-gradient(135deg, #fff, #fff3ef);
  border-bottom: 1px solid var(--border);
}

.page-hero.compact h1 { color: var(--dark-red); }

.settlement-hero {
  padding-top: 34px;
  padding-bottom: 28px;
}

.settlement-hero h1 {
  margin-bottom: 10px;
}

.settlement-hero .lead {
  margin-bottom: 0;
}

.breadcrumb {
  width: min(1180px, calc(100% - 36px));
  margin: 22px auto 0;
  color: var(--muted);
  font-size: .92rem;
}

.breadcrumb a { color: var(--dark-red); font-weight: 700; }

.info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 28px 0 0;
}

.settlement-info-bottom {
  padding: 0 0 52px;
}

.info-box strong, .info-box span { display: block; }
.info-box span { color: var(--muted); }

.local-nav { width: min(1180px, calc(100% - 36px)); margin: 24px auto 0; }

.panel.accent {
  background: #fff2f0;
  border-color: #ffc8c3;
}

.stack-list {
  display: grid;
  gap: 12px;
}

.stack-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
}

.trust-strip {
  gap: 10px;
  padding: 0 0 54px;
}

.trust-strip span {
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--muted);
  font-weight: 700;
}

.ad-submit-section {
  padding-top: 18px;
}

.ad-submit-form {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(31, 41, 55, .06);
}

.ad-submit-form label {
  display: grid;
  gap: 8px;
  color: var(--dark);
  font-weight: 800;
}

.ad-submit-form input,
.ad-submit-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: var(--dark);
  background: #fff;
}

.ad-submit-form textarea {
  resize: vertical;
  min-height: 150px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.template-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.template-picker button {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 13px;
  background: #fff;
  color: var(--dark);
  font-weight: 800;
  cursor: pointer;
}

.template-picker button.is-active,
.template-picker button:hover {
  border-color: rgba(215, 25, 32, .38);
  background: #fff2f0;
  color: var(--dark-red);
}

.image-upload-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.image-upload-row label {
  padding: 16px;
  border: 1px dashed #f0a18d;
  border-radius: 8px;
  background: #fff9f7;
}

.image-upload-row strong,
.image-upload-row span {
  display: block;
}

.image-upload-row span {
  color: var(--muted);
  font-weight: 600;
}

.form-message {
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 800;
}

.form-message.success {
  color: #166534;
  background: #dcfce7;
  border: 1px solid #86efac;
}

.form-message.error {
  color: #991b1b;
  background: #fee2e2;
  border: 1px solid #fecaca;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  padding: 44px 0 70px;
}

.article-body {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: clamp(22px, 5vw, 48px);
}

.article-body h1 { color: var(--dark-red); font-size: clamp(2rem, 5vw, 3.2rem); }
.article-body h2 { margin-top: 30px; }
.featured-article .article-body.compact h2 { margin-top: 0; }
.article-cover {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 8px;
  margin: 26px 0;
}
.article-content img {
  max-width: 100%;
  height: auto;
}
.sticky { align-self: start; position: sticky; top: 86px; }

.dual-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.dual-cta > div {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px;
  background: var(--bg);
}

.ad-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 26px;
  align-items: start;
  padding: 44px 0;
}

.ad-hero h1 { color: var(--dark-red); }

.activation-box {
  position: sticky;
  top: 86px;
}

.activation-box label { display: block; margin-bottom: 14px; }
.activation-box.activated { border-color: #62c587; background: #f1fff6; }

.check-list { padding-left: 20px; }
.check-list li + li { margin-top: 8px; }
.quote { font-size: 1.15rem; color: var(--text); }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0 0 62px;
}

.steps div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--border);
}

.steps strong {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 64px);
  color: var(--muted);
  background: #111827;
}

.site-footer p { margin: 0; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    inset: 64px 18px auto 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .search-panel, .split-section, .news-highlight-grid, .article-layout, .ad-hero, .dual-cta, .category-filter-panel, .settlement-focus-layout, .form-grid, .image-upload-row, .free-ad-panel { grid-template-columns: 1fr; }
  .category-filter-tabs { justify-content: flex-start; }
  .free-ad-actions { justify-content: flex-start; }
  .settlement-news-box { position: static; }
  .category-grid, .listing-grid, .article-grid, .content-grid, .content-grid.two, .info-row, .steps, .top-search-grid { grid-template-columns: 1fr 1fr; }
  .activation-box, .sticky { position: static; }
}

@media (max-width: 620px) {
  .hero { min-height: auto; padding-top: 44px; }
  .featured-news-list { grid-template-columns: 1fr; }
  .category-grid, .listing-grid, .article-grid, .content-grid, .content-grid.two, .info-row, .steps, .top-search-grid { grid-template-columns: 1fr; }
  .cta-band, .site-footer, .section-head, .stack-list a { flex-direction: column; align-items: flex-start; }
  .site-header { padding-inline: 18px; }
  .free-ad-actions, .free-ad-actions .button, .url-guide-band .button { width: 100%; }
  h1 { font-size: 2.15rem; }
}
