:root {
  --bg: #f7faf8;
  --surface: #ffffff;
  --surface-soft: #f3f8f6;
  --text: #182521;
  --muted: #65736f;
  --line: #dfe9e5;
  --accent: #007c63;
  --accent-strong: #005f4b;
  --accent-soft: rgba(0, 124, 99, 0.08);
  --shadow-soft: 0 14px 34px rgba(15, 45, 38, 0.06);
  --shadow-lift: 0 18px 42px rgba(0, 124, 99, 0.11);
  --radius: 8px;
  --radius-lg: 18px;
  --container: 1200px;
}

@font-face {
  font-family: "Poppins13";
  src: url("/fonts/Poppins13/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins13";
  src: url("/fonts/Poppins13/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-size: 16px;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.site-main {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(223, 233, 229, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--container);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
}

.brand-mark,
.footer-logo-area,
.footer-links a,
.section-link,
.store-btn-premium {
  text-decoration: none;
}

.brand-mark,
.nav-menu,
.nav-links,
.footer-logo-area,
.footer-links a,
.section-head,
.section-link,
.search-input-wrapper,
.store-btn-premium,
.download-row-item,
.app-badge-slogan,
.app-version-hint,
.footer-bottom {
  display: flex;
  align-items: center;
}

.brand-mark {
  flex-shrink: 0;
}

.brand-mark img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 190px;
  object-fit: contain;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  gap: 18px;
}

.nav-links {
  gap: 4px;
}

.nav-links a {
  border-radius: 10px;
  color: #1f2937;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus {
  background: #eefaf6;
  color: var(--accent);
  text-decoration: none;
}

.language-form select {
  height: 38px;
  border: 1px solid #d9e2e7;
  border-radius: 10px;
  background: #fff;
  color: #334155;
  padding: 0 12px;
  font-size: 13px;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  gap: 5px;
  width: 42px;
  height: 42px;
  border: 1px solid #d9e2e7;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 20px;
  background: #111827;
}

.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-search-section,
.spiritual-section,
.home-categories,
.featured-strip,
.brand-results,
.app-premium-section {
  position: relative;
  padding: clamp(4rem, 7vw, 6.5rem) 1.5rem;
}

.hero-search-section {
  display: grid;
  place-items: center;
  min-height: 66vh;
  background:
    radial-gradient(circle at 18% 15%, rgba(0, 124, 99, 0.13), transparent 30%),
    radial-gradient(circle at 85% 72%, rgba(197, 138, 34, 0.1), transparent 28%),
    linear-gradient(180deg, #f9fcfb 0%, #eef7f4 100%);
}

.hero-search-container,
.spiritual-container,
.section-head,
.category-grid,
.featured-grid,
.brand-grid,
.app-premium-container,
.footer-main,
.footer-disclaimer,
.footer-bottom {
  width: min(100%, var(--container));
  margin-inline: auto;
}

.hero-search-container {
  text-align: center;
}

.hero-title {
  max-width: 880px;
  margin: 0 auto 2.4rem;
  color: #0f2421;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero-search-form {
  display: flex;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid rgba(0, 124, 99, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  padding: 10px 10px 10px 28px;
  box-shadow: 0 22px 60px rgba(0, 60, 48, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-search-form:focus-within {
  border-color: var(--accent);
  box-shadow: 0 28px 68px rgba(0, 124, 99, 0.15);
  transform: translateY(-2px);
}

.search-input-wrapper {
  flex: 1;
  min-width: 0;
}

.search-input-wrapper .bi-search {
  margin-right: 16px;
  color: #8da9a2;
  font-size: 1.3rem;
}

.hero-search-form input[type="search"] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1a2e2a;
  padding: 12px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.hero-search-form input[type="search"]::placeholder {
  color: #94a3b8;
}

.brand-search-results {
  display: grid;
  gap: 10px;
  width: min(100%, 820px);
  max-height: min(520px, 58vh);
  margin: 16px auto 0;
  border: 1px solid rgba(0, 124, 99, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  padding: 12px;
  box-shadow: 0 24px 60px rgba(0, 60, 48, 0.13);
  overflow: auto;
  text-align: left;
}

.brand-search-results[hidden] {
  display: none;
}

.brand-search-card {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(0, 124, 99, 0.09);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  min-height: 82px;
  padding: 14px 16px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.brand-search-card:hover,
.brand-search-card:focus {
  border-color: rgba(0, 124, 99, 0.28);
  background: #f9fcfb;
  color: var(--text);
  text-decoration: none;
  transform: translateY(-1px);
}

.brand-search-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 900;
  overflow: hidden;
}

.brand-search-logo img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.brand-search-body {
  display: grid;
  flex: 1;
  min-width: 0;
  gap: 7px;
}

.brand-search-title-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.brand-search-title-row strong {
  color: #1a2e2a;
  font-size: 1.22rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.brand-search-name-status {
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.brand-search-detail-link {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 1px solid rgba(0, 124, 99, 0.16);
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 1.12rem;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.brand-search-card:hover .brand-search-detail-link,
.brand-search-card:focus .brand-search-detail-link {
  border-color: var(--accent-strong);
  background: var(--accent-strong);
  color: #fff;
  transform: translateX(2px);
}

.brand-search-about {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.brand-search-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.brand-search-meta span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #f1f5f4;
  color: #718096;
  padding: 5px 8px;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.2;
}

.brand-search-meta span:first-child {
  background: var(--accent-soft);
  color: var(--accent);
}

.brand-search-message {
  border-radius: 10px;
  background: #f6faf9;
  color: var(--muted);
  padding: 18px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 750;
}

.hero-search-btn {
  min-width: 128px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  padding: 16px 34px;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0, 124, 99, 0.24);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-search-btn:hover {
  background: var(--accent-strong);
  box-shadow: 0 14px 30px rgba(0, 124, 99, 0.3);
  transform: translateY(-1px);
}

.spiritual-section,
.brand-results {
  background: #fff;
}

.home-categories {
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 26%),
    #f3f8f6;
}

.featured-strip {
  background: #fbfcfa;
}

.app-premium-section {
  background:
    linear-gradient(135deg, rgba(0, 124, 99, 0.07), transparent 42%),
    #fff;
}

.spiritual-container,
.app-premium-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
}

.spiritual-card {
  position: relative;
  min-height: 100%;
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  background: linear-gradient(135deg, rgba(0, 124, 99, 0.06), rgba(255, 255, 255, 0) 48%);
  padding: clamp(2rem, 4vw, 3rem);
  overflow: hidden;
}

.spiritual-card::after {
  content: open-quote;
  position: absolute;
  top: -36px;
  right: 24px;
  color: rgba(0, 124, 99, 0.07);
  font-family: Georgia, serif;
  font-size: 10rem;
  line-height: 1;
}

.spiritual-badge,
.app-badge-slogan {
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.spiritual-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.3rem;
}

.spiritual-text {
  position: relative;
  z-index: 1;
  margin: 0 0 1.6rem;
  color: #2d3d3a;
  font-size: 1.18rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.8;
}

.spiritual-source {
  display: inline-flex;
  border-top: 1px solid rgba(0, 124, 99, 0.12);
  color: #718096;
  padding-top: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.section-head {
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid rgba(0, 124, 99, 0.11);
  padding-bottom: 1rem;
}

.section-head h2 {
  margin: 0;
  color: #1a2e2a;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 800;
}

.section-head span {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.section-link {
  gap: 0.35rem;
  color: var(--accent);
  font-weight: 800;
}

.section-link:hover {
  color: var(--accent-strong);
}

.category-grid,
.featured-grid,
.brand-grid {
  display: grid;
}

.category-grid.compact-category-grid {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}

.featured-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.brand-grid {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 1.35rem;
}

.category-card,
.featured-card,
.brand-card,
.download-row-item,
.app-premium-card {
  border: 1px solid rgba(0, 124, 99, 0.09);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.category-card:hover,
.featured-card:hover,
.brand-card:hover,
.download-row-item:hover {
  border-color: rgba(0, 124, 99, 0.28);
  background: #fff;
  box-shadow: var(--shadow-lift);
  transform: translateY(-3px);
}

.category-card {
  display: grid;
  justify-items: center;
  gap: 0.95rem;
  min-height: 190px;
  border-radius: var(--radius-lg);
  padding: 1.4rem 1rem;
  text-align: center;
}

.category-icon,
.brand-logo,
.detail-logo {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: var(--radius);
  background: var(--surface-soft);
  color: var(--accent);
  font-weight: 900;
}

.category-icon {
  width: 9rem;
  height: 9rem;
}

.category-icon img,
.brand-logo img,
.detail-logo img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.category-card:hover .category-icon {
  background: var(--accent);
}

.category-icon span {
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 800;
}

.category-card:hover .category-icon span {
  color: #fff;
}

.category-details {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
}

.category-card h3,
.featured-card h3,
.brand-card h3,
.article-card h2,
.faq-item h2 {
  margin: 0;
  color: #1a2e2a;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.category-card h3 {
  font-size: 1.05rem;
  font-weight: 750;
}

.category-card em,
.brand-meta span,
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  border-radius: 999px;
  font-style: normal;
  line-height: 1.2;
}

.category-card em {
  background: var(--accent-soft);
  color: var(--accent);
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 750;
}

.featured-card,
.brand-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-radius: var(--radius-lg);
  padding: 1.2rem;
}

.featured-card {
  align-items: center;
}

.brand-logo {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  font-size: 1.35rem;
}

.featured-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
  font-weight: 750;
}

.brand-card-body {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

.brand-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.brand-card h3 {
  font-size: 1.16rem;
  font-weight: 800;
}

.brand-card p,
.category-card p,
.article-card p {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.brand-card p {
  margin: 0.65rem 0 0.9rem;
  font-size: 0.92rem;
}

.brand-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.brand-meta span {
  background: #f1f5f4;
  color: #718096;
  padding: 0.35rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.brand-meta span:first-child {
  background: var(--accent-soft);
  color: var(--accent);
}

.status-badge {
  flex: 0 0 auto;
  max-width: 145px;
  background: var(--status-bg, color-mix(in srgb, var(--status-color, #6c757d) 12%, white));
  border: 1px solid var(--status-border, color-mix(in srgb, var(--status-color, #6c757d) 28%, white));
  color: var(--status-text, var(--status-color, #6c757d));
  padding: 0.35rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.empty-state {
  width: min(100%, var(--container));
  margin-inline: auto;
  border: 2px dashed rgba(0, 124, 99, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  padding: 4rem 2rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 650;
}

.public-pagination,
.pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.public-pagination {
  margin-top: 28px;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(0, 124, 99, 0.12);
  border-radius: 10px;
  background: #fff;
  color: var(--accent);
  padding: 0 14px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pagination-link:hover,
.pagination-link:focus {
  border-color: rgba(0, 124, 99, 0.3);
  background: var(--accent-soft);
  color: var(--accent-strong);
  text-decoration: none;
  transform: translateY(-1px);
}

.pagination-link.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.pagination-link.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.app-premium-container {
  align-items: center;
}

.app-badge-slogan {
  gap: 8px;
  margin-bottom: 1.4rem;
  border-radius: 999px;
  background: var(--accent-soft);
  padding: 0.45rem 0.8rem;
}

.app-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(0, 124, 99, 0.5);
  animation: appPulse 1.5s infinite;
}

@keyframes appPulse {
  70% {
    box-shadow: 0 0 0 8px rgba(0, 124, 99, 0);
  }
}

.app-premium-content h2 {
  margin: 0 0 1rem;
  color: #0f2421;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.16;
}

.app-premium-content h2 span,
.app-premium-lead {
  color: var(--accent);
}

.app-premium-content p {
  max-width: 660px;
  color: #4a5d5a;
  line-height: 1.65;
}

.app-premium-lead {
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  font-weight: 750;
}

.app-version-hint {
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.4rem;
  border-top: 1px solid rgba(0, 124, 99, 0.12);
  color: #718280;
  padding-top: 1.3rem;
  font-size: 0.88rem;
  font-weight: 650;
}

.app-version-hint i {
  margin-right: 4px;
  color: var(--accent);
}

.app-premium-card {
  border-radius: 24px;
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--shadow-soft);
}

.app-card-header {
  margin-bottom: 1.5rem;
}

.app-card-header h3 {
  margin: 0 0 0.4rem;
  color: #1a2e2a;
  font-size: 1.3rem;
  font-weight: 800;
}

.app-card-header p {
  margin: 0;
  color: #718280;
}

.app-download-rows {
  display: grid;
  gap: 1rem;
}

.download-row-item {
  gap: 1rem;
  border-radius: 16px;
  padding: 10px;
}

.store-btn-premium {
  flex: 1;
  gap: 14px;
  color: #1a2e2a;
  padding: 12px 14px;
}

.store-btn-premium i {
  color: var(--accent);
  font-size: 2rem;
}

.btn-premium-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.btn-premium-text span:first-child {
  color: #718280;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-premium-text span:last-child {
  font-size: 1.1rem;
  font-weight: 800;
}

.app-qr-box {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: 10px;
  background: #f3f7f6;
  color: var(--accent);
  font-size: 1.4rem;
}

.site-footer {
  border-top: 1px solid #e2e9e7;
  background: #f4f8f7;
  padding: 4.5rem 2rem 2rem;
}

.suggestion-page {
  background: linear-gradient(180deg, #f9fcfb 0%, #eef7f4 100%);
  padding: clamp(3rem, 6vw, 5rem) 1rem;
}

.suggestion-shell {
  width: min(100%, 860px);
  margin: 0 auto;
}

.suggestion-head {
  margin-bottom: 24px;
  text-align: center;
}

.suggestion-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.suggestion-head h1 {
  margin: 0 0 12px;
  color: #10201d;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
}

.suggestion-head p {
  max-width: 640px;
  margin: 0 auto;
  color: #53645f;
  font-size: 1rem;
  line-height: 1.65;
}

.suggestion-alert {
  margin-bottom: 16px;
  border-radius: var(--radius);
  padding: 14px 16px;
  font-weight: 750;
}

.suggestion-alert-success {
  border: 1px solid rgba(25, 135, 84, 0.18);
  background: #ecfdf3;
  color: #146c43;
}

.suggestion-form {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(20px, 4vw, 32px);
  box-shadow: 0 12px 30px rgba(15, 45, 38, 0.05);
}

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

.suggestion-field {
  display: grid;
  gap: 8px;
}

.suggestion-field label {
  margin: 0;
  color: #23332f;
  font-size: 0.9rem;
  font-weight: 800;
}

.suggestion-field input,
.suggestion-field select,
.suggestion-field textarea {
  width: 100%;
  border: 1px solid #d8e4df;
  border-radius: 8px;
  background: #fbfdfc;
  color: #1f2927;
  padding: 12px 13px;
  font: inherit;
  font-size: 0.96rem;
  outline: 0;
}

.suggestion-field textarea {
  resize: vertical;
}

.suggestion-field input:focus,
.suggestion-field select:focus,
.suggestion-field textarea:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 124, 99, 0.08);
}

.suggestion-choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.suggestion-choice {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid #d8e4df;
  border-radius: 8px;
  background: #fbfdfc;
  padding: 10px 12px;
  cursor: pointer;
}

.suggestion-choice input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--accent);
}

.suggestion-choice span {
  color: #23332f;
  font-size: 0.92rem;
  font-weight: 800;
}

.field-validation {
  color: #dc3545;
  font-size: 0.82rem;
  font-weight: 700;
}

.suggestion-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  width: fit-content;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  padding: 0 18px;
  font-size: 0.95rem;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(0, 124, 99, 0.2);
}

.suggestion-submit:hover {
  background: var(--accent-strong);
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.footer-brand-col {
  display: grid;
  align-content: start;
  gap: 1.25rem;
  padding-right: 1.5rem;
}

.footer-logo-area {
  gap: 12px;
}

.footer-hand-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  font-size: 1.4rem;
}

.footer-brand-name {
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 850;
}

.footer-description,
.footer-disclaimer p {
  color: #4a5d5a;
  line-height: 1.6;
}

.footer-description {
  margin: 0;
  font-size: 0.9rem;
}

.footer-col-title {
  margin: 0 0 1.25rem;
  color: #1a2e2a;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  gap: 8px;
  color: #526662;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-links i,
.footer-svg-img {
  width: 20px;
  height: 20px;
  color: var(--accent);
  object-fit: contain;
}

.footer-disclaimer {
  display: grid;
  gap: 0.5rem;
  border-top: 1px solid #e2e9e7;
  padding-block: 2rem;
}

.footer-disclaimer p {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-size: 0.8rem;
}

.footer-disclaimer p::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.footer-bottom {
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(0, 124, 99, 0.08);
  padding-top: 1.5rem;
}

.footer-copyright {
  color: #1a2e2a;
  font-size: 0.85rem;
  font-weight: 800;
}

.footer-developer-signature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-height: 40px;
  border: 1px solid rgba(0, 124, 99, 0.04);
  border-radius: 6px;
  background: rgba(0, 124, 99, 0.02);
  padding: 6px 12px;
  text-decoration: none;
}

.footer-dev-logo {
  display: block;
  width: auto;
  height: 24px;
  max-width: 120px;
  object-fit: contain;
}

.listing-page,
.brand-detail,
.content-page {
  display: grid;
  gap: 24px;
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
  padding: 32px 0 56px;
}

.listing-page > .brand-results {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.listing-page > .brand-results .section-head,
.listing-page > .brand-results .brand-grid {
  width: 100%;
}

.listing-page > .brand-results .section-head {
  margin-bottom: 24px;
}

.page-hero,
.content-page header,
.detail-header,
.detail-section,
.content-band,
.article-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 24px;
}

.page-hero,
.content-page header,
.detail-header {
  background:
    linear-gradient(135deg, rgba(0, 124, 99, 0.1), rgba(255, 255, 255, 0) 42%),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.compact-hero h1,
.page-hero h1,
.content-page h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 3.4rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.page-hero p:last-child,
.lead-text {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.page-hero p:last-child {
  margin: 14px 0 0;
}

.detail-header {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.category-detail-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-color: rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.category-index-hero {
  display: block;
  border-color: rgba(15, 23, 42, 0.08);
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.category-index-copy {
  min-width: 0;
}

.category-index-hero h1 {
  max-width: none;
  margin-bottom: 12px;
  color: #071f22;
  font-family: "Poppins13", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  line-height: 1.08;
}

.category-index-hero p:last-child {
  max-width: none;
  margin: 0;
  color: #2f4548;
  font-size: 1rem;
  line-height: 1.72;
}

.pages-index-hero,
.content-page .page-detail-hero {
  border-color: rgba(15, 23, 42, 0.08);
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.pages-index-hero h1,
.page-detail-hero h1 {
  max-width: none;
  margin: 0 0 12px;
  color: #071f22;
  font-family: "Poppins13", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  line-height: 1.08;
}

.pages-index-hero p:last-child,
.page-detail-hero p {
  max-width: none;
  margin: 0;
  color: #2f4548;
  font-size: 1rem;
  line-height: 1.72;
}

.pages-article-grid {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.pages-article-grid .article-card {
  border-color: rgba(0, 124, 99, 0.1);
  background: #fff;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pages-article-grid .article-card:hover {
  border-color: rgba(0, 124, 99, 0.26);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.pages-article-grid .article-card h2,
.page-detail-body h1,
.page-detail-body h2,
.page-detail-body h3 {
  font-family: "Poppins13", Inter, ui-sans-serif, system-ui, sans-serif;
}

.page-detail-body {
  border-color: rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #273b3e;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.faq-detail-hero {
  border-color: rgba(15, 23, 42, 0.08);
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.faq-detail-hero h1 {
  max-width: none;
  margin: 0 0 12px;
  color: #071f22;
  font-family: "Poppins13", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  line-height: 1.08;
}

.faq-detail-hero p:last-child {
  max-width: none;
  margin: 0;
  color: #2f4548;
  font-size: 1rem;
  line-height: 1.72;
}

.faq-accordion {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.faq-accordion-item {
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-accordion-item[open] {
  border-color: rgba(0, 124, 99, 0.24);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.faq-accordion-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  color: #102522;
  padding: 18px 20px;
  cursor: pointer;
  font-family: "Poppins13", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.faq-accordion-item summary::-webkit-details-marker {
  display: none;
}

.faq-accordion-item summary i {
  flex: 0 0 auto;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.faq-accordion-item[open] summary i {
  transform: rotate(180deg);
}

.faq-answer {
  border-top: 1px solid rgba(0, 124, 99, 0.1);
  color: #2f4548;
  padding: 0 20px 20px;
  line-height: 1.75;
}

.category-detail-hero-main {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}

.category-detail-copy {
  min-width: 0;
}

.category-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.category-detail-hero h1 {
  max-width: none;
  color: #14231f;
  font-family: "Poppins13", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.category-detail-hero .category-about-text {
  max-width: 780px;
  margin-top: 10px;
  color: #53645f;
  font-size: 0.98rem;
  line-height: 1.7;
}

.category-detail-hero .hero-category-icon {
    flex: 0 0 auto;
    width: 9rem;
    height: 9rem;
    border-radius: 8px;
    background: #f8fbfa;
}

.category-detail-hero .hero-category-icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.category-detail-stats {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 280px;
}

.category-detail-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(0, 124, 99, 0.12);
  border-radius: 8px;
  background: rgba(0, 124, 99, 0.04);
  color: #31524a;
  padding: 7px 10px;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.detail-logo {
  width: 132px;
  height: 132px;
  font-size: 2.75rem;
}

.detail-title-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-title-row h1 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.lead-text {
  margin: 16px 0;
}

.article-grid,
.faq-list {
  display: grid;
  gap: 16px;
}

.article-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.article-card {
  min-height: 170px;
  color: var(--text);
  text-decoration: none;
}

.article-card h2,
.faq-item h2 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.muted-label,
.article-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.rich-text {
  color: #2d3744;
  line-height: 1.75;
}

.rich-text :first-child {
  margin-top: 0;
}

.rich-text :last-child {
  margin-bottom: 0;
}

.evidence-section a,
.back-link {
  color: var(--accent);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.brand-detail-reference {
  width: min(100% - 2rem, 1120px);
  gap: 24px;
  padding: 28px 0 64px;
  font-family: "Poppins13", Inter, ui-sans-serif, system-ui, sans-serif;
}

.brand-detail-reference::before {
  content: none;
}

.brand-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: fit-content;
  color: #6a7a76;
  font-size: 0.88rem;
  font-weight: 700;
}

.brand-breadcrumb a {
  color: var(--accent);
  text-decoration: none;
}

.brand-breadcrumb i {
  color: #9aa9a5;
  font-size: 0.75rem;
}

.brand-breadcrumb strong {
  color: #21302d;
}

.brand-detail-hero {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.brand-profile-panel {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 45, 38, 0.05);
}

.brand-detail-logo-frame {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 150px;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, #f9fcfb 0%, #edf8f4 100%);
  padding: 18px;
}

.brand-detail-logo-frame img {
  width: 82%;
  height: 112px;
  object-fit: contain;
}

.brand-detail-logo-frame span {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border-radius: 8px;
  background: #fff;
  color: var(--accent);
  font-size: 3rem;
  font-weight: 800;
}

.brand-profile-copy h2,
.brand-inline-head h2,
.brand-section-title h2 {
  margin: 0;
  color: #1f2927;
  font-weight: 800;
  line-height: 1.2;
}

.brand-profile-copy h2 {
  font-size: 1.35rem;
}

.brand-profile-copy p {
  margin: 0;
  color: #5d6c68;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.6;
}

.brand-fact-list {
  display: grid;
  gap: 10px;
  margin: 0;
  border-top: 1px solid #e6efec;
  padding-top: 16px;
}

.brand-fact-list div {
  display: grid;
  gap: 4px;
}

.brand-fact-list dt {
  color: #70817d;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-fact-list dd {
  margin: 0;
  color: #23332f;
  font-size: 0.92rem;
  font-weight: 800;
}

.brand-story-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 12px 30px rgba(15, 45, 38, 0.05);
}

.brand-title-tools {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e4eeeb;
  padding-bottom: 16px;
}

.brand-page-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-title-tools h1 {
  margin: 0;
  color: #10201d;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}

.brand-status-line {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  border: 1px solid var(--status-border, color-mix(in srgb, var(--status-color, #6c757d) 25%, white));
  border-radius: 999px;
  background: var(--status-bg, color-mix(in srgb, var(--status-color, #6c757d) 10%, white));
  color: var(--status-text, var(--status-color, #6c757d));
  padding: 7px 11px;
  font-size: 0.82rem;
  font-weight: 900;
}

.brand-reason-box {
  border: 1px solid #d8ebe5;
  border-radius: var(--radius);
  background: #f0faf5;
  color: #243632;
  padding: clamp(18px, 3vw, 24px);
}

.brand-reason-box h2 {
  margin: 0 0 12px;
  color: #163b34;
  font-size: 1.08rem;
  font-weight: 800;
}

.brand-reason-box .rich-text {
  color: #253734;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.65;
}

.brand-source-line {
  margin: 18px 0 0;
  border-top: 1px solid rgba(0, 124, 99, 0.13);
  color: #253734;
  padding-top: 14px;
  font-size: 0.86rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.brand-source-line a {
  color: inherit;
}

.brand-action-area {
  display: grid;
  gap: 8px;
}

.brand-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-action-buttons a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  border: 1px solid #d8e4df;
  border-radius: 8px;
  background: #fff;
  color: #233330;
  padding: 9px 14px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-action-buttons .brand-primary-action {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.brand-alternative-strip {
  display: grid;
  gap: 12px;
  border-top: 1px solid #e4eeeb;
  padding-top: 16px;
}

.brand-inline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand-inline-head h2 {
  font-size: 1rem;
}

.brand-inline-head span {
  color: #70817d;
  font-size: 0.82rem;
  font-weight: 800;
}

.alternative-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.alternative-logo-grid a {
  display: grid;
  place-items: center;
  width: 64px;
  height: 54px;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: 6px;
  background: #f7fbfa;
  color: var(--accent);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 800;
}

.alternative-logo-grid img {
  width: 76%;
  height: 76%;
  object-fit: contain;
}

.brand-related-section {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(0, 124, 99, 0.1);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(18px, 3vw, 24px);
  box-shadow: 0 12px 30px rgba(15, 45, 38, 0.05);
}

.brand-section-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.brand-section-title i {
  color: var(--accent);
  font-size: 1.1rem;
  margin-top: 4px;
}

.brand-section-title h2 {
  font-size: 1.35rem;
}

.brand-section-title h2 span {
  color: var(--accent);
}

.related-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 12px;
}

.related-brand-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 96px;
  border: 1px solid rgba(0, 124, 99, 0.12);
  border-radius: 6px;
  background: #fbfdfc;
  color: #263431;
  padding: 12px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.related-brand-card:hover {
  border-color: rgba(0, 124, 99, 0.32);
  box-shadow: 0 12px 26px rgba(15, 45, 38, 0.07);
  color: #263431;
  transform: translateY(-2px);
}

.related-status {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--status-border, var(--status-color, #6c757d));
  border-radius: 999px;
  background: var(--status-bg, #fff);
  color: var(--status-text, var(--status-color, #6c757d));
  padding: 3px 7px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.1;
}

.related-logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 72px;
  height: 58px;
  border: 1px solid #edf3f1;
  border-radius: 6px;
  background: #fff;
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 800;
}

.related-logo img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.related-card-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.related-brand-card strong {
  max-width: 100%;
  color: #23322f;
  font-size: 0.98rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.related-brand-card small {
  display: -webkit-box;
  overflow: hidden;
  color: #66736f;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.brand-download-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(0, 124, 99, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 124, 99, 0.08), rgba(255, 255, 255, 0) 52%),
    #eef8f4;
  color: #163b34;
  padding: clamp(20px, 3vw, 28px);
}

.download-illustration {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: #fff;
  color: var(--accent);
  box-shadow: 0 10px 24px rgba(0, 124, 99, 0.08);
}

.download-illustration i {
  grid-area: 1 / 1;
  font-size: 1.55rem;
}

.download-illustration i:nth-child(2) {
  margin: 20px 0 0 22px;
  font-size: 1.05rem;
}

.brand-download-banner strong {
  display: block;
  color: #163b34;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 850;
  line-height: 1.2;
}

.brand-download-banner p {
  margin: 8px 0 0;
  color: #4d655f;
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .spiritual-container,
  .app-premium-container {
    grid-template-columns: 1fr;
  }

  .app-premium-content {
    text-align: center;
  }

  .app-badge-slogan,
  .app-version-hint {
    justify-content: center;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .brand-detail-hero {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .footer-brand-col {
    grid-column: span 2;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .site-header,
  .site-nav {
    min-height: 64px;
  }

  .site-header {
    height: 64px;
  }

  .site-nav {
    height: 64px;
    padding: 0 14px;
  }

  .brand-mark img {
    height: 36px;
    max-width: 155px;
  }

  .nav-toggle {
    display: flex;
    margin-left: auto;
  }

  .nav-menu {
    position: fixed;
    top: 72px;
    left: 12px;
    right: 12px;
    z-index: 9999;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border: 1px solid #e5edf0;
    border-radius: 16px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-links {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    background: #f8fafc;
    padding: 11px 13px;
    font-size: 15px;
  }

  .language-form {
    width: 100%;
    border-top: 1px solid #eef2f5;
    padding-top: 12px;
  }

  .language-form select {
    width: 100%;
    height: 44px;
  }
}

@media (max-width: 768px) {
  .hero-search-section,
  .spiritual-section,
  .home-categories,
  .featured-strip,
  .brand-results,
  .app-premium-section {
    padding: 3.5rem 1rem;
  }

  .hero-search-section {
    min-height: auto;
  }

  .hero-title {
    margin-bottom: 2rem;
  }

  .hero-search-form {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    padding: 16px;
  }

  .search-input-wrapper {
    padding-left: 8px;
  }

  .hero-search-btn {
    width: 100%;
    border-radius: 16px;
    padding: 14px;
  }

  .brand-search-results {
    max-height: none;
    border-radius: 16px;
  }

  .brand-search-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .brand-search-title-row strong {
    font-size: 1.08rem;
  }

  .brand-search-name-status {
    font-size: 0.82rem;
  }

  .brand-search-detail-link {
    width: 38px;
    height: 38px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .category-grid.compact-category-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }

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

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

  .brand-title-row {
    flex-direction: column;
  }

  .detail-header {
    grid-template-columns: 1fr;
    padding: 22px;
  }

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

  .brand-profile-panel {
    padding: 18px;
  }

  .brand-fact-list {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .brand-download-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-detail-hero {
    flex-direction: column;
    padding: 20px;
  }

  .category-index-hero {
    flex-direction: column;
    padding: 20px;
  }

  .category-detail-hero-main {
    gap: 14px;
  }

  .category-detail-hero .hero-category-icon {
    width: 60px;
    height: 60px;
  }

  .category-detail-stats {
    justify-content: flex-start;
    max-width: none;
  }

  .detail-logo {
    width: 96px;
    height: 96px;
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .category-card {
    min-height: 165px;
    padding: 1.25rem 0.85rem;
  }

  .category-icon {
    width: 4.7rem;
    height: 4.7rem;
  }

  .featured-card,
  .brand-card {
    padding: 1rem;
  }

  .app-qr-box {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand-col {
    grid-column: span 1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-detail-reference {
    width: min(100% - 1rem, 1120px);
    padding-top: 16px;
  }

  .brand-detail-logo-frame {
    min-height: 118px;
  }

  .brand-title-tools {
    align-items: flex-start;
  }

  .brand-section-title {
    align-items: flex-start;
  }

  .related-brand-grid {
    grid-template-columns: 1fr;
  }

  .footer-dev-logo {
    height: 20px;
  }
}
