:root {
  --page: #f4faf6;
  --surface: #ffffff;
  --surface-soft: #effbf3;
  --surface-bright: #e2ffeb;
  --ink: #112219;
  --muted: #56665d;
  --line: #cfe0d5;
  --line-strong: #9bb9a6;
  --green: #21e56f;
  --green-bright: #9dffbc;
  --green-soft: #d9ffe6;
  --green-deep: #087339;
  --green-dark: #073d23;
  --shadow: 0 18px 48px rgba(9, 62, 34, .09);
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 15%, rgba(33, 229, 111, .08), transparent 23rem),
    radial-gradient(circle at 92% 36%, rgba(157, 255, 188, .16), transparent 28rem),
    var(--page);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  word-break: keep-all;
}
body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .45;
  background-image: radial-gradient(rgba(8, 115, 57, .16) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: #041a0d;
  background: var(--green-bright);
  border: 2px solid var(--green-dark);
  border-radius: 10px;
  font-weight: 900;
}
:focus-visible { outline: 3px solid #0a7b40; outline-offset: 3px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(8, 115, 57, .18);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 26px rgba(9, 62, 34, .06);
  backdrop-filter: blur(18px);
}
.header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}
.brand-link, .footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 0 rgba(7, 61, 35, .14));
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 25px; font-weight: 950; letter-spacing: -.075em; }
.brand-copy small { margin-top: 7px; color: var(--green-deep); font-size: 10px; font-weight: 800; letter-spacing: -.01em; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 3vw, 42px); }
.primary-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #324139;
  font-size: 14px;
  font-weight: 780;
  white-space: nowrap;
}
.primary-nav a:hover { color: var(--green-deep); }
.primary-nav a[aria-current="page"] { color: var(--green-deep); box-shadow: inset 0 -3px 0 var(--green); }
.contact-button, .primary-action, .ranking-contact {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #051b0e;
  background: linear-gradient(135deg, var(--green-bright), var(--green) 70%);
  border: 2px solid var(--green-dark);
  border-radius: 13px;
  box-shadow: 4px 4px 0 var(--green-dark);
  font-size: 13px;
  font-weight: 950;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.contact-button:hover, .primary-action:hover, .ranking-contact:hover {
  transform: translate(-1px, -2px);
  box-shadow: 6px 6px 0 var(--green-dark), 0 0 22px rgba(33, 229, 111, .27);
  filter: saturate(1.08);
}

main { overflow: hidden; }
.page-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
  padding: clamp(42px, 6vw, 72px);
  background:
    radial-gradient(circle at 86% 18%, rgba(33, 229, 111, .16), transparent 17rem),
    linear-gradient(135deg, rgba(255,255,255,.99), rgba(238,255,244,.96));
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.page-hero--compact { max-width: 980px; }
.page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.15; letter-spacing: -.07em; }
.page-hero > p:last-child { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.page-hero .directory-search { max-width: 720px; }
.hero {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 530px;
  margin: 34px auto 0;
  padding: clamp(42px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(340px, .86fr);
  align-items: center;
  gap: 36px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 255, 244, .96)),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(8, 115, 57, .05) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(8, 115, 57, .05) 50%, transparent 50.2%);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent 20%, #000 90%);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .section-kicker {
  margin: 0 0 14px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.01em;
}
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow span { width: 10px; height: 10px; background: var(--green); border: 2px solid var(--green-dark); border-radius: 50%; box-shadow: 0 0 0 5px rgba(33, 229, 111, .17); }
.hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.13;
  letter-spacing: -.075em;
  font-weight: 950;
}
.hero h1 em { color: var(--green-deep); font-style: normal; }
.hero-description {
  max-width: 650px;
  margin: 24px 0 0;
  color: #48584f;
  font-size: 16px;
  line-height: 1.8;
}
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.primary-action, .secondary-action { min-height: 50px; padding-inline: 21px; }
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
}
.secondary-action:hover { border-color: var(--green-deep); background: var(--surface-soft); }
.directory-search { max-width: 620px; margin-top: 30px; }
.directory-search > label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 850; }
.search-control {
  min-height: 56px;
  padding: 0 8px 0 16px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  box-shadow: 0 10px 26px rgba(9, 62, 34, .06);
}
.search-control:focus-within { border-color: var(--green-deep); box-shadow: 0 0 0 4px rgba(33, 229, 111, .15); }
.search-control svg { width: 21px; fill: none; stroke: var(--green-deep); stroke-width: 1.9; }
.search-control input { min-width: 0; height: 48px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 15px; }
.search-control input::placeholder { color: #829087; }
.search-control button { min-width: 56px; min-height: 42px; color: var(--green-deep); background: var(--surface-soft); border: 0; border-radius: 10px; cursor: pointer; font-size: 12px; font-weight: 900; }
.search-status { min-height: 18px; margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; z-index: 2; min-height: 390px; display: grid; place-items: center; }
.hero-visual::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  background: linear-gradient(145deg, var(--green-bright), var(--green));
  border: 3px solid var(--green-dark);
  border-radius: 48% 52% 58% 42% / 54% 43% 57% 46%;
  box-shadow: 11px 13px 0 var(--green-dark), 0 0 70px rgba(33, 229, 111, .32);
  transform: rotate(-4deg);
}
.hero-visual img { position: relative; z-index: 3; width: 370px; height: 370px; object-fit: contain; filter: drop-shadow(0 12px 0 rgba(7, 61, 35, .16)); }
.visual-ring { position: absolute; z-index: 1; border: 2px dashed rgba(8, 115, 57, .34); border-radius: 50%; }
.ring-one { width: 430px; height: 430px; animation: turn 28s linear infinite; }
.ring-two { width: 470px; height: 470px; border-style: solid; opacity: .18; }
.visual-label { position: absolute; z-index: 4; padding: 9px 13px; color: var(--green-dark); background: #fff; border: 2px solid var(--green-dark); border-radius: 999px; box-shadow: 3px 3px 0 var(--green-dark); font-size: 12px; font-weight: 950; }
.label-one { top: 42px; right: 10px; transform: rotate(5deg); }
.label-two { bottom: 34px; left: -3px; transform: rotate(-6deg); }
@keyframes turn { to { transform: rotate(360deg); } }

.summary-strip {
  width: min(1080px, calc(100% - 64px));
  margin: -26px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--green-dark);
  border: 2px solid var(--green-dark);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(7, 61, 35, .18);
}
.summary-strip div { min-height: 92px; padding: 17px 14px; display: grid; place-items: center; align-content: center; gap: 5px; color: #fff; text-align: center; border-right: 1px solid rgba(255,255,255,.2); }
.summary-strip div:last-child { border-right: 0; }
.summary-strip strong { color: var(--green-bright); font-size: 23px; font-weight: 950; }
.summary-strip span { color: #d9eee1; font-size: 12px; font-weight: 700; }

.section-block { width: min(1180px, calc(100% - 40px)); margin: 92px auto 0; }
.section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading.compact { display: block; }
.section-heading h2, .guide-intro h2 { margin: 0; font-size: clamp(28px, 3.3vw, 42px); line-height: 1.25; letter-spacing: -.06em; }
.section-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.7; text-align: right; }
.section-kicker { margin-bottom: 9px; }

.category-overview-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.category-overview-card {
  position: relative;
  min-height: 260px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  border-radius: 21px;
  box-shadow: 0 12px 34px rgba(9, 62, 34, .055);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.category-overview-card::after { content: ""; position: absolute; right: -32px; bottom: -42px; width: 120px; height: 120px; background: var(--green-soft); border-radius: 50%; opacity: .65; }
.category-overview-card:hover { transform: translateY(-5px); border-color: var(--green-deep); box-shadow: 0 18px 42px rgba(9, 62, 34, .1), inset 0 0 0 1px var(--green); }
.category-card-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.category-number { color: var(--green-deep); font-size: 12px; font-weight: 950; letter-spacing: .1em; }
.category-count { padding: 5px 8px; color: var(--green-deep); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 850; }
.category-overview-card h3 { position: relative; z-index: 2; min-height: 52px; margin: 22px 0 7px; font-size: 20px; line-height: 1.3; letter-spacing: -.045em; }
.category-overview-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.category-tags { position: relative; z-index: 2; margin-top: 14px; display: flex; flex-wrap: wrap; gap: 5px; }
.category-tags span { color: var(--green-deep); font-size: 10px; font-weight: 800; }
.category-overview-card > a { position: relative; z-index: 2; min-height: 44px; margin-top: auto; display: inline-flex; align-items: end; justify-content: space-between; color: var(--green-dark); font-size: 12px; font-weight: 950; }
.category-overview-card > a span { font-size: 20px; line-height: 1; }
.empty-result { margin: 34px 0 0; color: var(--muted); text-align: center; }

.ranking-section { padding-top: 12px; }
.ranking-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 14px; }
.ranking-card { scroll-margin-top: 102px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 34px rgba(9, 62, 34, .055); }
.ranking-card:hover { border-color: var(--green-deep); box-shadow: 0 0 0 2px rgba(33, 229, 111, .38), 0 18px 42px rgba(9, 62, 34, .1); }
.ranking-header { min-height: 66px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: linear-gradient(135deg, var(--green-soft), #fff); border-bottom: 1px solid var(--line); }
.ranking-header h3 { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; letter-spacing: -.04em; }
.ranking-header span { flex: none; padding: 5px 7px; color: #051b0e; background: var(--green-bright); border: 1px solid var(--green-dark); border-radius: 999px; font-size: 9px; font-weight: 950; }
.ranking-list { margin: 0; padding: 9px 10px 8px 38px; }
.ranking-list li { min-height: 42px; padding: 1px 0 1px 1px; color: var(--green-deep); font-size: 12px; font-weight: 900; }
.ranking-row { min-height: 40px; padding: 0 7px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 7px; border-radius: 9px; }
a.ranking-row:hover { color: var(--green-dark); background: var(--surface-soft); box-shadow: inset 0 0 0 1px var(--green); }
.ranking-row > span { overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }
.ranking-row small { padding: 3px 5px; color: var(--green-deep); background: var(--surface-soft); border: 1px solid var(--line); border-radius: 999px; font-size: 8px; font-weight: 900; white-space: nowrap; }
.ranking-row.is-pending { opacity: .78; }
.ranking-contact { width: calc(100% - 16px); min-height: 44px; margin: 0 8px 8px; border-radius: 11px; font-size: 11px; box-shadow: 3px 3px 0 var(--green-dark); }

.audit-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.audit-guide-grid article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 34px rgba(9, 62, 34, .05); }
.audit-guide-grid article:hover { border-color: var(--green-deep); box-shadow: 0 16px 38px rgba(9, 62, 34, .09); }
.audit-guide-grid span { color: var(--green-deep); font-size: 10px; font-weight: 950; letter-spacing: .08em; }
.audit-guide-grid h3 { margin: 15px 0 10px; font-size: 17px; line-height: 1.4; letter-spacing: -.035em; }
.audit-guide-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }

.faq-section { max-width: 980px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 26px rgba(9, 62, 34, .045); }
.faq-list summary { min-height: 64px; padding: 18px 52px 18px 20px; display: flex; align-items: center; position: relative; cursor: pointer; list-style: none; font-size: 15px; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; width: 26px; height: 26px; display: grid; place-items: center; color: var(--green-dark); background: var(--green-soft); border-radius: 50%; font-size: 19px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.guide-section { margin-bottom: 90px; padding: clamp(30px, 5vw, 58px); color: #fff; background: var(--green-dark); border-radius: 28px; box-shadow: 0 24px 60px rgba(7, 61, 35, .2); }
.guide-intro { max-width: 780px; }
.guide-intro .section-kicker { color: var(--green-bright); }
.guide-intro > p:last-child { margin: 19px 0 0; color: #d8eee0; font-size: 14px; line-height: 1.85; }
.guide-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.guide-grid article { padding: 19px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.18); border-radius: 17px; }
.guide-grid article > span { color: var(--green-bright); font-size: 12px; font-weight: 950; letter-spacing: .1em; }
.guide-grid h3 { margin: 15px 0 9px; font-size: 15px; }
.guide-grid p { margin: 0; color: #d3e7d9; font-size: 12px; line-height: 1.75; }
.review-date { margin: 23px 0 0; color: #bad4c3; font-size: 11px; text-align: right; }

.seo-lead-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.seo-lead-grid article {
  padding: clamp(24px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(9, 62, 34, .05);
}
.seo-lead-grid h3 { margin: 0 0 16px; font-size: 21px; line-height: 1.35; letter-spacing: -.045em; }
.seo-lead-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.seo-lead-grid p + p { margin-top: 13px; }
.seo-article-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.seo-article-grid article {
  padding: 23px;
  background: linear-gradient(145deg, #fff, var(--surface-soft));
  border: 1px solid var(--line);
  border-radius: 19px;
}
.seo-article-grid article:hover { border-color: var(--green-deep); box-shadow: 0 14px 34px rgba(9, 62, 34, .08); }
.seo-article-grid span { color: var(--green-deep); font-size: 10px; font-weight: 950; letter-spacing: .06em; }
.seo-article-grid h3 { margin: 13px 0 9px; font-size: 17px; line-height: 1.4; letter-spacing: -.035em; }
.seo-article-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.82; }

.seo-longform {
  padding: clamp(32px, 5vw, 56px);
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(157,255,188,.18), transparent 18rem),
    var(--green-dark);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(7, 61, 35, .18);
}
.seo-longform > div:first-child { max-width: 820px; }
.seo-longform h2 { margin: 0; font-size: clamp(28px, 3.4vw, 43px); line-height: 1.25; letter-spacing: -.06em; }
.seo-longform .section-kicker { color: var(--green-bright); }
.seo-method-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.seo-method-grid article { padding: 22px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.18); border-radius: 17px; }
.seo-method-grid strong { color: var(--green-bright); font-size: 14px; }
.seo-method-grid p, .seo-closing-copy { color: #d3e7d9; font-size: 12px; line-height: 1.85; }
.seo-method-grid p { margin: 12px 0 0; }
.seo-closing-copy { max-width: 940px; margin: 24px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }

.seo-longform--light { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.seo-longform--light .section-kicker { color: var(--green-deep); }
.seo-longform--light h2 { max-width: 760px; }
.seo-prose { margin-top: 26px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.seo-prose p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.page-final-section { margin-bottom: 90px; }

.home-cta, .contact-panel {
  margin-bottom: 90px;
  padding: clamp(28px, 5vw, 52px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.home-cta > div, .contact-panel > div { max-width: 760px; }
.home-cta h2, .contact-panel h2 { margin: 0; font-size: clamp(26px, 3.2vw, 42px); line-height: 1.25; letter-spacing: -.06em; }
.home-cta > div > p:last-child, .contact-panel > div > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.home-cta > a, .contact-panel > a { flex: none; }
.contact-panel h2 { color: var(--green-deep); word-break: break-all; }

.site-footer { color: #dcece1; background: #061f13; }
.footer-inner { width: min(1180px, calc(100% - 40px)); min-height: 220px; margin: 0 auto; padding: 45px 0; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 28px 60px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand span { display: grid; }
.footer-brand strong { color: #fff; font-size: 21px; letter-spacing: -.06em; }
.footer-brand small { margin-top: 6px; color: var(--green-bright); font-size: 9px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 26px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: #dcece1; font-size: 12px; font-weight: 750; }
.footer-links a:hover { color: var(--green-bright); }
.footer-inner > p { grid-column: 1 / -1; margin: 0; padding-top: 22px; color: #a9c2b1; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; line-height: 1.9; }
[data-disabled-contact="true"] { cursor: help; }

@media (max-width: 1020px) {
  .header-inner { gap: 20px; }
  .primary-nav { gap: 16px; }
  .hero { grid-template-columns: 1fr minmax(290px, .65fr); padding-inline: 44px; }
  .hero-visual::before { width: 290px; height: 290px; }
  .hero-visual img { width: 315px; height: 315px; }
  .ring-one { width: 350px; height: 350px; }
  .ring-two { width: 390px; height: 390px; }
  .category-overview-grid, .ranking-grid, .audit-guide-grid, .seo-article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .site-header { position: relative; }
  .header-inner { width: 100%; min-height: 76px; padding: 0 12px; grid-template-columns: 1fr; gap: 10px; }
  .brand-mark { width: 55px; height: 55px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 8px; }
  .contact-button { min-height: 42px; padding-inline: 12px; font-size: 11px; box-shadow: 3px 3px 0 var(--green-dark); }
  .primary-nav { grid-column: 1 / -1; width: calc(100% + 24px); margin-left: -12px; padding: 0 12px 7px; justify-content: flex-start; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .primary-nav::-webkit-scrollbar { display: none; }
  .primary-nav a { min-height: 40px; font-size: 12px; }
  .hero { width: calc(100% - 20px); min-height: auto; margin-top: 12px; padding: 34px 24px 20px; grid-template-columns: 1fr; gap: 18px; border-radius: 25px; }
  .page-hero { width: calc(100% - 20px); margin-top: 12px; padding: 34px 24px; border-radius: 25px; }
  .page-hero h1 { font-size: clamp(34px, 10.2vw, 48px); }
  .page-hero > p:last-child { font-size: 13px; line-height: 1.75; }
  .hero::before { mask-image: linear-gradient(0deg, #000, transparent 80%); }
  .hero h1 { font-size: clamp(34px, 10.2vw, 48px); }
  .hero-description { margin-top: 17px; font-size: 14px; line-height: 1.75; }
  .hero-actions { margin-top: 21px; }
  .primary-action, .secondary-action { min-height: 48px; padding-inline: 14px; font-size: 12px; }
  .directory-search { margin-top: 23px; }
  .search-control { min-height: 52px; }
  .hero-visual { min-height: 255px; }
  .hero-visual::before { width: 218px; height: 218px; border-width: 2px; box-shadow: 8px 9px 0 var(--green-dark), 0 0 46px rgba(33, 229, 111, .28); }
  .hero-visual img { width: 245px; height: 245px; }
  .ring-one { width: 270px; height: 270px; }
  .ring-two { width: 300px; height: 300px; }
  .label-one { top: 11px; right: 0; }
  .label-two { bottom: 10px; left: 0; }
  .summary-strip { width: calc(100% - 38px); margin-top: -11px; grid-template-columns: repeat(2, 1fr); }
  .summary-strip div { min-height: 78px; }
  .summary-strip div:nth-child(2) { border-right: 0; }
  .summary-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .summary-strip strong { font-size: 19px; }
  .summary-strip span { font-size: 10px; }
  .section-block { width: calc(100% - 20px); margin-top: 68px; }
  .section-heading { display: block; }
  .section-heading h2, .guide-intro h2 { font-size: 29px; }
  .section-heading > p { max-width: none; margin-top: 12px; text-align: left; }
  .category-overview-grid, .ranking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .category-overview-card { min-height: 235px; padding: 15px; border-radius: 16px; }
  .category-overview-card h3 { min-height: 47px; margin-top: 17px; font-size: 16px; }
  .category-overview-card p { font-size: 11px; line-height: 1.6; }
  .category-tags { margin-top: 10px; }
  .category-overview-card > a { font-size: 10px; }
  .ranking-card { border-radius: 15px; scroll-margin-top: 14px; }
  .ranking-header { min-height: 62px; padding: 10px 9px; align-items: flex-start; }
  .ranking-header h3 { overflow: visible; white-space: normal; font-size: 12px; line-height: 1.35; }
  .ranking-header span { padding: 4px 5px; font-size: 7px; }
  .ranking-list { padding: 7px 4px 7px 27px; }
  .ranking-list li { min-height: 36px; font-size: 10px; }
  .ranking-row { min-height: 34px; padding-inline: 3px; gap: 3px; }
  .ranking-row small { padding: 2px 3px; font-size: 7px; }
  .ranking-contact { min-height: 42px; font-size: 9px; }
  .audit-guide-grid { grid-template-columns: 1fr; gap: 9px; }
  .audit-guide-grid article { padding: 20px; border-radius: 16px; }
  .audit-guide-grid h3 { font-size: 16px; }
  .audit-guide-grid p { font-size: 12px; line-height: 1.8; }
  .faq-list summary { min-height: 60px; padding-left: 15px; font-size: 13px; }
  .faq-list p { padding-inline: 15px; font-size: 12px; }
  .guide-section { width: 100%; margin-bottom: 0; padding: 38px 20px; border-radius: 0; }
  .guide-grid { grid-template-columns: 1fr; }
  .seo-lead-grid, .seo-article-grid, .seo-method-grid, .seo-prose { grid-template-columns: 1fr; }
  .seo-lead-grid { gap: 9px; }
  .seo-lead-grid article { padding: 21px; border-radius: 17px; }
  .seo-article-grid { gap: 9px; }
  .seo-article-grid article { padding: 20px; border-radius: 16px; }
  .seo-longform { width: calc(100% - 20px); padding: 32px 21px; border-radius: 22px; }
  .seo-longform h2 { font-size: 29px; }
  .seo-method-grid, .seo-prose { gap: 10px; }
  .seo-prose p { font-size: 12px; }
  .page-final-section { margin-bottom: 68px; }
  .review-date { text-align: left; }
  .home-cta, .contact-panel { margin-bottom: 68px; padding: 28px 20px; display: grid; gap: 24px; border-radius: 20px; }
  .home-cta h2, .contact-panel h2 { font-size: 27px; }
  .home-cta > a, .contact-panel > a { width: 100%; }
  .footer-inner { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 18px; }
  .footer-links { justify-content: flex-start; gap: 4px 18px; }
}

@media (max-width: 370px) {
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 18px; }
  .contact-button { padding-inline: 9px; }
  .hero { padding-inline: 18px; }
  .hero h1 { font-size: 32px; }
  .category-overview-card { padding: 12px; }
  .category-overview-card h3 { font-size: 14px; }
  .category-overview-card p { font-size: 10px; }
  .ranking-header h3 { font-size: 11px; }
}

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