.preloader,
.scroll-top {
  position: fixed;
  display: flex;
  align-items: center;
}
.btn-primary:hover,
.scroll-top:hover {
  background: #4a5c41;
  box-shadow: var(--shadow-float);
}
.btn-primary,
.card,
.navbar-inner,
.scroll-top {
  box-shadow: var(--shadow-moss);
}
.eyebrow,
.stat-label,
.trust-badge-label {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.blog-tag,
.eyebrow,
.pricing-featured-badge,
.stat-label,
.testimonial-role,
.trust-badge-label {
  text-transform: uppercase;
}
.stats-section::before,
footer::before {
  content: "";
  mix-blend-mode: overlay;
  inset: 0;
  pointer-events: none;
}
.about-img,
.blob-container,
.btn-primary,
.cta-box,
.gallery-main,
.hero,
.listing-card,
.social-link,
.stats-section,
.testimonial-container,
footer {
  overflow: hidden;
}
.day-closed,
.hero h1 em,
.hours-closed,
.testimonial-text {
  font-style: italic;
}
.article-hero,
.cat-card,
.hero,
.last-updated,
.load-more-wrap,
.page-hero,
.related-title,
.search-hero,
.stat-card,
.stat-item,
.text-center,
.trust-badge,
.upload-area,
.why-card {
  text-align: center;
}
.blob-container,
.preloader.fade-out,
.toast,
body::after,
footer::before {
  pointer-events: none;
}
:root {
  --bg: #fdfcf8;
  --fg: #2c2c24;
  --primary: #5d7052;
  --primary-fg: #f3f4f1;
  --secondary: #c18c5d;
  --accent: #e6dccd;
  --accent-fg: #4a4a40;
  --muted: #f0ebe5;
  --muted-fg: #78786c;
  --border: #ded8cf;
  --shadow-moss: 0 4px 20px -2px rgba(93, 112, 82, 0.18);
  --shadow-clay: 0 10px 40px -10px rgba(193, 140, 93, 0.22);
  --shadow-float: 0 20px 40px -10px rgba(93, 112, 82, 0.18);
  --danger: #c44d4d;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.social-link i,
html {
  font-size: 16px;
}
body {
  font-family: Nunito, system-ui, sans-serif;
  background-color: var(--bg);
  color: var(--fg);
  overflow-x: hidden;
  position: relative;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: 0.035;
  z-index: 9999;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Fraunces, Georgia, serif;
  line-height: 1.15;
  color: var(--fg);
}
.preloader {
  inset: 0;
  background: var(--bg);
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.5s ease-out;
}
.preloader.fade-out {
  opacity: 0;
}
.loader-ring {
  width: 44px;
  height: 44px;
  border: 2.5px solid var(--border);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: 0.9s linear infinite spin;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.scroll-top {
  bottom: 2rem;
  right: 2rem;
  z-index: 50;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--primary-fg);
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(10px);
  border: none;
  cursor: pointer;
}
.auth-tab:hover:not(.active),
.mobile-toggle,
.nav-links a:hover,
.nav-logo,
.notification-bell:hover {
  color: var(--fg);
}
.nav-logo,
.navbar-inner {
  display: flex;
  align-items: center;
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  transform: translateY(-3px);
}
.blob-1 {
  left: -150px;
}
.blob-2 {
  top: 100px;
  right: -200px;
}
.blob-3 {
  width: 400px;
  height: 400px;
  background: rgba(230, 220, 205, 0.4);
  bottom: -100px;
  left: 30%;
  border-radius: 30% 70% 40% 60%/50% 40% 60% 50%;
}
.navbar {
  position: sticky;
  top: 1rem;
  z-index: 40;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.navbar-inner {
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  background: rgba(253, 252, 248, 0.75);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 999px;
}
.nav-logo {
  font-family: Fraunces, serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  gap: 0.5rem;
}
.nav-links,
.nav-logo-dot {
  align-items: center;
  display: flex;
}
.nav-logo-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary);
  justify-content: center;
}
.nav-links {
  gap: 1.75rem;
}
.nav-links a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--muted-fg);
  text-decoration: none;
  transition: color 0.2s;
  letter-spacing: 0.01em;
}
.nav-cta,
.review-business {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mobile-toggle {
  display: none;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}
.btn-outline,
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.btn-primary,
.cat-card:hover .cat-icon {
  background: var(--primary);
}
.btn-primary {
  padding: 0.625rem 1.5rem;
  border-radius: 999px;
  color: var(--primary-fg);
  font-family: Nunito, sans-serif;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-ghost,
.btn-outline {
  background: 0 0;
  text-decoration: none;
  cursor: pointer;
}
.btn-primary:hover {
  transform: scale(1.05);
}
.btn-outline:active,
.btn-primary:active {
  transform: scale(0.97);
}
.btn-outline {
  padding: 0.525rem 1rem;
  border-radius: 999px;
  color: var(--secondary);
  border: 2px solid var(--secondary);
  font-family: Nunito, sans-serif;
  font-weight: 700;
  transition: 0.3s;
  margin: auto;
}
.btn-ghost,
.eyebrow {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-family: Nunito, sans-serif;
}
.btn-ghost,
.cat-icon svg,
.eyebrow,
.hero h1 em {
  color: var(--primary);
}
.stats-section .stat-label,
.stats-section .stat-number {
  color: #fff !important;
}
.btn-outline:hover {
  background: rgba(193, 140, 93, 0.08);
  transform: scale(1.05);
  box-shadow: var(--shadow-clay);
}
.btn-ghost {
  gap: 0.35rem;
  border: none;
  font-size: 0.875rem;
  transition: 0.2s;
}
.card,
.stat-card {
  border: 1px solid rgba(222, 216, 207, 0.6);
}
.btn-ghost:hover {
  color: #4a5c41;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-sm {
  padding: 5rem 0;
}
.eyebrow {
  gap: 0.75rem;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.eyebrow::after,
.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--border);
}
.card {
  background: rgba(255, 255, 250, 0.9);
  border-radius: 2rem;
  transition: 0.35s;
}
.about-img,
.cta-box,
.mobile-nav,
.search-bar {
  box-shadow: var(--shadow-float);
}
.blog-card:hover,
.card:hover,
.listing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
  border-color: rgba(222, 216, 207, 0.9);
}
.hero {
  position: relative;
  padding: 6rem 0 8rem;
}
.cta-title,
.hero-inner {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(2.75rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  max-width: 780px;
  margin: 0 auto 1.5rem;
  letter-spacing: -0.02em;
}
.hero-sub {
  font-size: 1.1rem;
  color: var(--muted-fg);
  max-width: 540px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.search-bar {
  display: flex;
  align-items: center;
}
.search-field {
  flex: 1;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--border);
}
.search-field:last-of-type {
  width: 200px;
}
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.trust-badge-number {
  font-family: Fraunces, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--fg);
}
.trust-badge-label {
  font-size: 0.7rem;
  color: var(--muted-fg);
  font-weight: 700;
  margin-top: 0.25rem;
}
.cat-name,
.why-title {
  font-weight: 600;
  font-family: Fraunces, serif;
}
.trust-divider {
  width: 1px;
  background: var(--border);
  align-self: stretch;
}
.cat-icon,
.why-icon {
  background: rgba(93, 112, 82, 0.1);
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
}
.cat-card {
  padding: 2rem 1.25rem;
  cursor: pointer;
}
.cat-card:first-child {
  border-radius: 4rem 2rem 2rem;
}
.cat-card:nth-child(2) {
  border-radius: 2rem 2rem 4rem;
}
.cat-card:nth-child(3) {
  border-radius: 2rem 4rem 2rem 2rem;
}
.cat-card:nth-child(4) {
  border-radius: 2rem 2rem 2rem 4rem;
}
.cat-card:nth-child(5) {
  border-radius: 4rem 2rem;
}
.cat-card:nth-child(6) {
  border-radius: 2rem 4rem;
}
.cat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  transition: 0.3s;
}
.cat-card:hover .cat-icon svg,
.category-pill.active:hover,
.faq-item.active .faq-icon svg,
.stat-number {
  color: #fff;
}
.cat-icon svg {
  transition: color 0.3s;
}
.cat-name {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}
.cat-count,
.review-date {
  font-size: 0.8rem;
  color: var(--muted-fg);
}
.listings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.listing-meta {
  display: flex;
  align-items: center;
  color: var(--muted-fg);
}
.footer-bottom span,
.listing-meta svg,
.listing-rating svg,
.text-secondary {
  color: var(--secondary);
}
.listing-rating svg {
  fill: var(--secondary);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.why-card {
  padding: 2.5rem 2rem;
  border-top: 3px solid var(--primary);
}
.why-icon {
  width: 60px;
  height: 60px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.why-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.why-desc {
  font-size: 0.9rem;
  color: var(--muted-fg);
  line-height: 1.6;
}
.stats-section {
  background: var(--primary);
  position: relative;
}
.stats-section::before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.07;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}
.stat-label {
  color: rgba(255, 255, 255, 0.65);
  display: block;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2rem;
  align-items: start;
}
.pricing-card {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
.pricing-card.featured {
  border-top: 3px solid var(--secondary);
  transform: translateY(-1rem);
  box-shadow: var(--shadow-clay);
  position: relative;
}
.pricing-featured-badge {
  position: absolute;
  top: -1px;
  right: 2rem;
  background: var(--secondary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.85rem;
  border-radius: 0 0 0.75rem 0.75rem;
}
.pricing-plan {
  font-family: Fraunces, serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.pricing-desc {
  font-size: 0.875rem;
  color: var(--muted-fg);
  margin-bottom: 1.5rem;
}
.pricing-price {
  font-family: Fraunces, serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 0.25rem;
}
.pricing-price span {
  font-size: 1rem;
  color: var(--muted-fg);
  font-family: Nunito, sans-serif;
  font-weight: 400;
}
.pricing-features {
  list-style: none;
  margin: 1.5rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--muted-fg);
}
.pricing-features li svg {
  color: var(--primary);
  flex-shrink: 0;
}
.testimonial-track {
  display: flex;
  transition: transform 0.5s;
}
.testimonial-slide {
  min-width: 100%;
  padding: 0 1rem;
  text-align: center;
}
.testimonial-quote {
  font-family: Fraunces, serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 1rem;
}
.testimonial-text {
  font-size: 1.125rem;
  color: var(--muted-fg);
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.testimonial-name {
  font-family: Fraunces, serif;
  font-size: 1.1rem;
  font-weight: 600;
}
.testimonial-role {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--muted-fg);
  margin-top: 0.25rem;
  font-weight: 700;
}
.testimonial-controls {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 0;
}
.testimonial-dot.active {
  background: var(--primary);
  width: 24px;
  border-radius: 999px;
}
.about-img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  width: 100%;
  max-width: 480px;
  height: 400px;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.organic-blob-section {
  background: rgba(240, 235, 229, 0.4);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.blog-card:first-child,
.blog-card:nth-child(3n + 1) {
  border-radius: 3rem 2rem 2rem;
}
.blog-card:nth-child(2),
.blog-card:nth-child(3n + 2) {
  border-radius: 2rem 3rem 2rem 2rem;
}
.blog-card:nth-child(3),
.blog-card:nth-child(3n + 3) {
  border-radius: 2rem 2rem 3rem;
}
.blog-tag {
  color: var(--primary);
}
.blog-excerpt,
.review-text,
.text-muted {
  color: var(--muted-fg);
}
.cta-box::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  background: rgba(93, 112, 82, 0.07);
  top: -150px;
  right: -100px;
  filter: blur(60px);
}
.cta-box::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
  background: rgba(193, 140, 93, 0.07);
  bottom: -100px;
  left: -50px;
  filter: blur(60px);
}
.cta-text,
.empty-state {
  color: var(--muted-fg);
  position: relative;
  z-index: 1;
}
.cta-actions {
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.contact-card {
  padding: 2.5rem;
}
.contact-title {
  font-family: Fraunces, serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.form-label {
  display: block;
  color: var(--fg);
  margin-bottom: 0.5rem;
}
.form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(93, 112, 82, 0.15);
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(93, 112, 82, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.map-placeholder,
.mobile-nav a:hover {
  background: var(--muted);
}
.contact-info-icon svg,
.form-section-icon svg,
.step-icon svg,
.text-primary,
.upload-icon svg {
  color: var(--primary);
}
.contact-info-text {
  font-size: 0.9rem;
  color: var(--muted-fg);
}
.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-fg);
}
.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-decoration: none;
}
footer .social-link {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
}
.social-link:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
footer {
  background: var(--fg);
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
footer::before {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.06;
}
.footer-accent-line {
  height: 3px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding: 5rem 0 3rem;
}
@media (min-width: 640px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-logo {
  font-family: Fraunces, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
}
.footer-about {
  font-size: 0.875rem;
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 1.5rem;
}
.footer-heading,
.footer-newsletter-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-heading {
  color: #fff;
  margin-bottom: 1.25rem;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-links li a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.footer-links li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-newsletter {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-newsletter-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.footer-newsletter-text {
  max-width: 380px;
}
.footer-newsletter-eyebrow {
  color: var(--secondary);
  margin-bottom: 0.75rem;
  display: block;
}
.footer-newsletter-title {
  font-family: Fraunces, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}
.footer-newsletter-sub {
  font-size: 0.875rem;
}
.gallery-thumbs,
.newsletter-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.newsletter-input {
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: Nunito, sans-serif;
  font-size: 0.9rem;
  color: #fff;
  outline: 0;
  flex: 1;
  min-width: 220px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-section-title,
.listing-title,
.stat-number {
  font-family: Fraunces, serif;
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.newsletter-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(93, 112, 82, 0.2);
}
.footer-bottom {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p {
  font-size: 0.8rem;
}
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 38;
  background: rgba(44, 44, 36, 0.5);
  backdrop-filter: blur(4px);
}
.listing-row,
.listings-header,
.stats-row {
  position: relative;
  z-index: 1;
}
.mobile-menu.open {
  display: flex;
  align-items: flex-start;
  padding: 6rem 1rem 2rem 7%;
}
.mobile-nav {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 2rem;
  padding: 2rem;
  width: 100%;
  max-width: 360px;
}
.mobile-nav a {
  display: block;
  padding: 0.75rem 1rem;
  font-weight: 700;
  color: var(--fg);
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.2s;
}
.mobile-nav .btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}
.nav-desktop-cta {
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .nav-desktop-cta,
  .nav-links {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
  .search-bar {
    flex-direction: column;
    border-radius: 2rem;
    padding: 1rem;
  }
  .search-field {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 0.5rem 0.25rem;
  }
  .search-field:last-of-type {
    border-bottom: none;
  }
  .search-bar .btn-primary {
    width: 100%;
    justify-content: center;
    border-radius: 999px;
  }
  .pricing-card.featured {
    transform: none;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
@keyframes float-blob {
  0%,
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  33% {
    border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
  }
  66% {
    border-radius: 70% 30% 40% 60%/30% 60% 40% 70%;
  }
}
.animated-blob {
  animation: 12s ease-in-out infinite float-blob;
}
.animated-blob-alt {
  animation: 16s ease-in-out infinite reverse float-blob;
}
.article-content li,
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2,
.review-card {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-1 {
  gap: 0.5rem;
}
.gap-2 {
  gap: 1rem;
}
.gap-3 {
  gap: 1.5rem;
}
.relative {
  position: relative;
}
.flask-conical,
.nav-logo-dot svg {
  width: 14px;
  height: 14px;
  color: #fff;
}
#mobileToggle i {
  width: 24px;
  height: 24px;
}
.search-field I {
  width: 18px;
  height: 18px;
}
.btn-primary i {
  width: 16px;
  height: 16px;
}
.footer-links li a,
.footer-logo,
.social-link {
  position: relative;
  transition: 0.35s;
}
.footer-links li a::after,
.footer-logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--secondary);
  transition: width 0.35s;
}
.footer-links li a:hover,
.footer-logo:hover {
  color: var(--secondary);
  transform: translateX(6px);
}
.footer-links li a:hover::after,
.footer-logo:hover::after,
.w-full {
  width: 100%;
}
.social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e6e5de;
}
.listing-row,
.stat-card {
  background: rgba(255, 255, 250, 0.9);
  box-shadow: var(--shadow-moss);
}
.social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--secondary), #fff2d9);
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.4s;
  z-index: 0;
}
.social-link i {
  position: relative;
  z-index: 2;
  transition: transform 0.35s, color 0.35s;
}
.social-link:hover::before {
  transform: scale(1);
}
.social-link:hover {
  transform: translateY(-6px) rotate(4deg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.social-link:hover i {
  color: #111;
  transform: scale(1.2);
}
.btn-primary {
  position: relative;
  transition: 0.35s;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: left 0.6s;
}
.btn-primary:hover::before {
  left: 120%;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.footer-bottom p span {
  display: inline-block;
  animation: 1.5s infinite heartbeat;
  color: #ff4d6d;
}
@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.15);
  }
}
.notification-icon svg,
.scroll-top i {
  width: 20px;
  height: 20px;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.auth-panel.active,
.stat-number {
  display: block;
}
.stat-card {
  border-radius: 1.75rem;
  padding: 1.5rem;
}
.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}
.stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-fg);
  font-weight: 700;
  margin-top: 0.25rem;
}
.listings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.listings-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.listing-row {
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 1.5rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  transition: 0.3s;
}
.listing-row:hover,
.notification-card:hover,
.review-card:hover {
  box-shadow: var(--shadow-float);
  transform: translateY(-2px);
}
.listing-thumb {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: var(--shadow-moss);
}
.listing-info {
  flex: 1;
  min-width: 180px;
}
.listing-title {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.listing-category-tag {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
}
.listing-meta-row {
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
  color: var(--muted-fg);
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.blog-meta span,
.listing-meta-row span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.status-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.status-active {
  background: rgba(76, 154, 110, 0.12);
  color: var(--success);
}
.status-pending {
  background: rgba(212, 164, 76, 0.12);
  color: var(--warning);
}
.page-hero p,
.status-inactive,
.welcome-text {
  color: var(--muted-fg);
}
.status-inactive {
  background: rgba(120, 120, 108, 0.12);
}
.listing-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.blob-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.blob {
  opacity: 0.35;
  position: absolute;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  filter: blur(80px);
  opacity: 0.25;
}
.form-card,
.gallery-main,
.page-header,
.page-hero,
.search-hero,
.section,
.upload-area {
  position: relative;
}
.blob-1 {
  width: 500px;
  height: 500px;
  background: rgba(93, 112, 82, 0.1);
  top: -150px;
  right: -100px;
}
.blob-2 {
  width: 400px;
  height: 400px;
  background: rgba(193, 140, 93, 0.07);
  bottom: -100px;
  left: -100px;
  border-radius: 40% 60% 70% 30%/40% 70% 30% 60%;
}
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  z-index: 1;
}
.page-header h1 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
}
.welcome-text {
  font-size: 0.95rem;
}
.container,
.container-md {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section {
  padding: 4rem 0;
  flex: 1;
}
.page-hero {
  padding: 3rem 0 2rem;
  z-index: 1;
}
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-hero p {
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}
.policy-card,
.terms-card {
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 2.5rem;
  box-shadow: var(--shadow-moss);
  padding: 3rem 2.5rem;
  position: relative;
  z-index: 1;
}
.policy-content h2,
.terms-content h2 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1rem;
  color: var(--fg);
}
.policy-content h2:first-of-type,
.terms-content h2:first-of-type {
  margin-top: 0;
}
.policy-content h3,
.terms-content h3 {
  font-size: 1.2rem;
  margin: 1.5rem 0 0.75rem;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  color: var(--fg);
}
.policy-content p,
.terms-content p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--muted-fg);
  margin-bottom: 1.25rem;
}
.policy-content ul,
.terms-content ul {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  color: var(--muted-fg);
}
.policy-content li,
.terms-content li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.policy-content strong,
.terms-content strong {
  color: var(--fg);
  font-weight: 700;
}
.policy-content a,
.terms-content a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.forgot-link:hover,
.mark-read-btn:hover,
.policy-content a:hover,
.terms-content a:hover {
  color: #4a5c41;
}
.form-card {
  padding: 2.5rem;
  border-radius: 2.5rem;
  z-index: 1;
}
.form-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.day-inputs input,
.tags-input {
  font-family: Nunito, sans-serif;
  outline: 0;
}
.form-section-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(93, 112, 82, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.form-row {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.form-row.cols-2 {
  grid-template-columns: 1fr 1fr;
}
.form-row.cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form-label-optional {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--muted-fg);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.listing-badge,
.listing-category {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.form-textarea {
  resize: none;
  border-radius: 1.25rem;
  resize: vertical;
  min-height: 100px;
  line-height: 1.6;
}
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2378786C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.upload-area {
  border: 2px dashed var(--border);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  cursor: pointer;
  transition: 0.3s;
  background: rgba(255, 255, 250, 0.4);
}
.upload-area:hover {
  border-color: var(--primary);
  background: rgba(93, 112, 82, 0.03);
  box-shadow: 0 0 0 6px rgba(93, 112, 82, 0.04);
}
.upload-area.drag-over {
  border-color: var(--primary);
  background: rgba(93, 112, 82, 0.06);
  box-shadow: 0 0 0 10px rgba(93, 112, 82, 0.06);
}
.upload-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(93, 112, 82, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.upload-text {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--fg);
  margin-bottom: 0.25rem;
}
.upload-hint {
  font-size: 0.8rem;
  color: var(--muted-fg);
  margin-bottom: 0.5rem;
}
.upload-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}
.upload-thumb {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  object-fit: cover;
  border: 2px solid var(--border);
  box-shadow: var(--shadow-moss);
}
.tags-input-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  align-items: center;
  min-height: 48px;
  cursor: text;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.auth-tab,
.category-pill,
.day-closed,
.faq-question,
.filter-select,
.filter-tab,
.gallery-thumb,
.mark-read-btn,
.notification-bell,
.notification-card,
.search-field select,
.social-btn,
.star-rating-input,
.tag-chip button {
  cursor: pointer;
}
.tags-input-wrap:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(93, 112, 82, 0.12);
}
.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.75rem;
  background: rgba(93, 112, 82, 0.1);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary);
}
.tag-chip button {
  background: 0 0;
  border: none;
  color: var(--primary);
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.tag-chip button:hover {
  background: rgba(93, 112, 82, 0.2);
}
.tags-input {
  border: none;
  font-size: 0.9rem;
  color: var(--fg);
  min-width: 100px;
  flex: 1;
  background: 0 0;
  padding: 0.25rem 0;
}
.day-inputs input,
.day-label {
  font-size: 0.85rem;
  color: var(--fg);
}
.day-hours-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(222, 216, 207, 0.5);
}
.day-hours-row:last-child,
.hours-row:last-child {
  border-bottom: none;
}
.day-label {
  width: 100px;
  font-weight: 700;
  flex-shrink: 0;
}
.day-inputs,
.rating-badge {
  display: flex;
  align-items: center;
}
.day-inputs {
  gap: 0.5rem;
  flex: 1;
  flex-wrap: wrap;
}
.day-inputs input {
  width: 110px;
  padding: 0.5rem 0.75rem;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.day-closed,
.day-inputs span {
  font-size: 0.8rem;
  color: var(--muted-fg);
}
.day-inputs input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(93, 112, 82, 0.1);
}
.rating-badge svg,
.review-stars svg,
.star-rating-input svg.active,
.star-rating-input svg.hover {
  color: var(--star-color);
  fill: var(--star-color);
}
.day-closed {
  user-select: none;
  font-weight: 600;
}
.hours-day,
.listing-title,
.rating-badge,
.review-user,
.search-hero h1 {
  font-weight: 700;
}
.day-closed.active {
  color: var(--danger);
}
.form-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2rem 0;
}
.submit-row {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.form-card {
  width: 80%;
  margin: auto;
}
.listing-hero {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.hours-row,
.listing-title-row {
  justify-content: space-between;
}
.gallery-main {
  width: 100%;
  height: 380px;
  border-radius: 2rem;
  box-shadow: var(--shadow-float);
}
.gallery-thumb,
.rating-badge {
  box-shadow: var(--shadow-moss);
}
.gallery-main img,
.listing-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.gallery-thumb {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  object-fit: cover;
  border: 2px solid transparent;
  transition: 0.25s;
}
.gallery-thumb.active,
.gallery-thumb:hover {
  border-color: var(--primary);
  transform: scale(1.05);
}
.listing-title-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.listing-title {
  font-size: clamp(1.1rem, 3vw, 1.1rem);
}
.listing-category {
  background: rgba(93, 112, 82, 0.1);
  color: var(--primary);
  padding: 0.35rem 1rem;
  border-radius: 999px;
}
.rating-badge {
  gap: 0.4rem;
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
}
.info-card {
  padding: 1.75rem;
  margin-bottom: 1.5rem;margin-top: 1%;
}
.info-card h3,
.info-item {
  margin-bottom: 1rem;
  display: flex;
}
.info-card h3 {
  font-size: 1.25rem;
  align-items: center;
  gap: 0.5rem;
}
.info-item {
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
}
.info-item svg {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.hours-row {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(222, 216, 207, 0.4);
  font-size: 0.85rem;
}
.hours-closed {
  color: var(--muted-fg);
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map-placeholder,
.review-user {
  align-items: center;
  display: flex;
}
.review-user {
  gap: 0.5rem;
}
.star-rating-input {
  display: flex;
  gap: 0.3rem;
}
.star-rating-input svg {
  width: 24px;
  height: 24px;
  color: var(--border);
  transition: color 0.2s;
}
.map-placeholder {
  background: var(--muted);
  border-radius: 1.5rem;
  height: 200px;
  justify-content: center;
  color: var(--muted-fg);
  margin-bottom: 1.5rem;
}
.search-hero {
  padding: 3rem 0 1rem;
  z-index: 1;
}
.search-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.5rem;
}
.search-bar {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(222, 216, 207, 0.7);
  border-radius: 999px;
  box-shadow: var(--shadow-float);
  display: flex;
  align-items: center;
  padding: 0.5rem;
  gap: 0;
}
.filter-bar,
.listing-card {
  box-shadow: var(--shadow-moss);
}
.search-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  border-right: 1px solid var(--border);
}
.search-field:last-of-type {
  border-right: none;
}
.search-field input,
.search-field select {
  background: 0 0;
  border: none;
  outline: 0;
  font-family: Nunito, sans-serif;
  font-size: 0.9rem;
  color: var(--fg);
  width: 100%;
}
.search-field svg {
  color: var(--muted-fg);
  flex-shrink: 0;
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  background: rgba(255, 255, 250, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.6rem 1.5rem;
  position: sticky;
  top: 6rem;
  z-index: 5;
}
.filter-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.results-count {
  font-size: 0.9rem;
  color: var(--muted-fg);
  font-weight: 600;
}
.listings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
  margin-bottom: 3rem;
}
.listing-card {
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 2rem;
  transition: 0.35s;
  display: flex;
  flex-direction: column;
}
.listing-img-wrap {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.blog-card:hover .blog-img img,
.listing-card:hover .listing-img-wrap img,
.related-card:hover .related-img img {
  transform: scale(1.06);
}
.listing-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--primary);
  color: var(--primary-fg);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
}
.auth-card,
.blog-img,
.category-pills,
.cta-box,
.faq-list,
.faq-search,
.search-bar-blog {
  position: relative;
}
.listing-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.listing-name {
  font-family: Fraunces, serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.auth-tab,
.form-input {
  font-family: Nunito, sans-serif;
}
.listing-category {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.auth-tab,
.listing-desc,
.listing-meta {
  color: var(--muted-fg);
}
.listing-meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  margin-bottom: 0.35rem;
}
.listing-meta svg {
  color: var(--secondary);
  width: 14px;
  height: 14px;
}
.listing-rating svg {
  color: #e2b04a;
  fill: #e2b04a;
}
.listing-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0.75rem 0;
  flex: 1;
}
.listing-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auth-card,
.faq-item.active {
  box-shadow: var(--shadow-float);
}
.auth-tab.active,
.social-btn {
  box-shadow: var(--shadow-moss);
}
.auth-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  background: var(--muted);
  border-radius: 999px;
  padding: 0.25rem;
}
.form-group,
.form-label {
  gap: 0.35rem;
  display: flex;
}
.auth-tab {
  flex: 1;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: none;
  background: 0 0;
  font-weight: 700;
  font-size: 0.9rem;
  transition: 0.3s;
}
.auth-tab.active {
  background: #fff;
  color: var(--fg);
}
.auth-panel {
  display: none;
  animation: 0.35s fadeSlide;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-group {
  margin-bottom: 1.25rem;
  flex-direction: column;
}
.form-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: 0.02em;
  align-items: center;
}
.form-label-required {
  color: var(--danger);
  font-size: 0.7rem;
}
.form-input {
  width: 100%;
  padding: 0.75rem 1.25rem;
  border: 1.5px solid var(--border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  color: var(--fg);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: 0;
}
.checkbox-group,
.forgot-link {
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}
.form-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(93, 112, 82, 0.12);
}
.form-input::placeholder {
  color: rgba(120, 120, 108, 0.45);
}
.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--muted-fg);
}
.checkbox-group label a,
.faq-answer-inner a,
.forgot-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
}
.checkbox-group input[type="checkbox"] {
  margin-top: 0.15rem;
  accent-color: var(--primary);
  width: 16px;
  height: 16px;
}
.forgot-link {
  display: inline-block;
  transition: color 0.2s;
}
.divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
  color: var(--muted-fg);
  font-size: 0.8rem;
  font-weight: 600;
}
.divider::after,
.divider::before {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
.social-buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.social-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--fg);
  transition: 0.2s;
}
.blog-card,
.related-card {
  transition: 0.35s;
  overflow: hidden;
}
.article-img,
.auth-card {
  box-shadow: var(--shadow-float);
  width: 100%;
}
.social-btn:hover {
  background: var(--muted);
  border-color: var(--primary);
}
.article-content p,
.mb-3 {
  margin-bottom: 1.5rem;
}
.auth-card {
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 2.5rem;
  padding: 2.5rem;
  max-width: 480px;
  z-index: 1;
  margin: auto;
}
@media (max-width: 480px) {
  .auth-card {
    padding: 2rem 1.5rem;
    border-radius: 2rem;
  }
}
.article-hero {
  margin-bottom: 3rem;
}
.article-img {
  max-height: 420px;
  object-fit: cover;
  border-radius: 2.5rem;
  margin-bottom: 2rem;
}
.article-content img,
.author-card,
.related-card {
  box-shadow: var(--shadow-moss);
}
.article-category,
.article-title {
  margin-bottom: 1rem;
  font-weight: 700;
}
.article-category {
  display: inline-block;
  background: rgba(93, 112, 82, 0.1);
  color: var(--primary);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 999px;
}
.article-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
}
.article-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: var(--muted-fg);
  margin-bottom: 1.5rem;
}
.article-meta span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.author-avatar,
.author-card {
  display: flex;
  align-items: center;
}
.article-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--fg);
}
.article-content h2 {
  font-size: 1.75rem;
  margin: 2.5rem 0 1rem;
}
.article-content h3 {
  font-size: 1.35rem;
  margin: 2rem 0 0.75rem;
}
.article-content ol,
.article-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.article-content blockquote {
  border-left: 4px solid var(--secondary);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: rgba(193, 140, 93, 0.05);
  border-radius: 0 1rem 1rem 0;
  font-style: italic;
  color: var(--accent-fg);
}
.article-content img {
  max-width: 100%;
  border-radius: 1.5rem;
  margin: 2rem 0;
}
.author-card {
  gap: 1.5rem;
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid var(--border);
  border-radius: 2rem;
  padding: 2rem;
  margin: 3rem 0;
}
.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--muted);
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--primary);
}
.blog-card,
.faq-search,
.related-card,
.search-bar-blog {
  background: rgba(255, 255, 250, 0.9);
}
.author-name {
  font-family: Fraunces, serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.author-role {
  font-size: 0.85rem;
  color: var(--muted-fg);
  margin-bottom: 0.5rem;
}
.author-bio {
  font-size: 0.95rem;
  color: var(--fg);
  line-height: 1.6;
}
.blog-title,
.related-post-title {
  font-family: Fraunces, serif;
  line-height: 1.3;
}
.related-title {
  font-size: 1.75rem;
  margin: 3rem 0 1.5rem;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.related-card {
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 2rem;
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
}
.related-img {
  height: 140px;
  overflow: hidden;
}
.blog-img img,
.related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.related-body {
  padding: 1.25rem;
}
.related-tag {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.related-post-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.container-lg {
  width: 1150px;
  margin: auto;
}
@media (max-width: 640px) {
  .policy-card,
  .terms-card {
    padding: 2rem 1.5rem;
    border-radius: 2rem;
  }
  .form-card {
    padding: 1.75rem;
    border-radius: 2rem;
  }
  .form-row.cols-2,
  .form-row.cols-3 {
    grid-template-columns: 1fr;
  }
}
.last-updated {
  font-size: 0.8rem;
  color: var(--muted-fg);
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.search-bar-blog {
  max-width: 480px;
  margin: 0 auto 2.5rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(222, 216, 207, 0.7);
  border-radius: 999px;
  padding: 0.5rem;
  box-shadow: var(--shadow-float);
  z-index: 1;
}
.blog-card,
.category-pill,
.faq-item,
.faq-search {
  box-shadow: var(--shadow-moss);
}
.faq-search input,
.search-bar-blog input {
  flex: 1;
  padding: 0.6rem 1.25rem;
  border: none;
  outline: 0;
  font-family: Nunito, sans-serif;
  font-size: 0.9rem;
  color: var(--fg);
  background: 0 0;
}
.search-bar-blog input::placeholder {
  color: var(--muted-fg);
}
.faq-search button,
.search-bar-blog button {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.6rem 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-search button:hover,
.search-bar-blog button:hover {
  background: #4a5c41;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
.blog-card {
  border: 1px solid rgba(222, 216, 207, 0.6);
  display: flex;
  flex-direction: column;
}
.blog-img {
  height: 200px;
  overflow: hidden;
}
.blog-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.blog-excerpt,
.blog-meta,
.category-pill,
.empty-state {
  color: var(--muted-fg);
}
.blog-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.blog-excerpt {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  flex: 1;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
  margin-top: auto;
}
.load-more-wrap {
  margin-bottom: 2rem;
}
.faq-search {
  max-width: 500px;
  margin: 0 auto 2.5rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(222, 216, 207, 0.7);
  border-radius: 999px;
  padding: 0.5rem;
  z-index: 1;
}
.faq-search input::placeholder {
  color: var(--muted-fg);
}
.category-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  z-index: 1;
}
.category-pill {
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 250, 0.8);
  border: 1px solid var(--border);
  font-size: 0.8rem;
  font-weight: 700;
  transition: 0.25s;
  letter-spacing: 0.02em;
}
.category-pill.active,
.filter-tab.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.faq-question:hover,
.notification-card.unread {
  background: rgba(93, 112, 82, 0.03);
}
.category-pill:hover,
.filter-tab:hover:not(.active) {
  border-color: var(--primary);
  color: var(--primary);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
  width: 80%;
  margin: auto;
}
.faq-question,
.filter-row {
  justify-content: space-between;
}
.faq-item {
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: 0.3s;
}
.cta-box,
.step-card:hover {
  box-shadow: var(--shadow-float);
}
.faq-question {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 1.25rem 1.75rem;
  display: flex;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--fg);
  text-align: left;
  gap: 1rem;
  transition: background 0.2s;
}
.cta-title,
.step-number,
.step-title {
  font-family: Fraunces, serif;
}
.cta-box,
.empty-state,
.step-card {
  text-align: center;
}
.faq-question span:first-child,
.notification-content {
  flex: 1;
}
.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(93, 112, 82, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: var(--primary);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s, padding 0.4s;
}
.faq-item.active .faq-answer {
  max-height: 500px;
}
.faq-answer-inner {
  padding: 0 1.75rem 1.5rem;
  color: var(--muted-fg);
  line-height: 1.7;
  font-size: 0.95rem;
}
.cta-box {
  background: linear-gradient(
    135deg,
    rgba(93, 112, 82, 0.08) 0,
    rgba(193, 140, 93, 0.08) 100%
  );
  border: 1px solid rgba(222, 216, 207, 0.8);
  border-radius: 3rem;
  padding: 3rem 2rem;
  z-index: 1;
  margin-top: 3rem;
}
.notification-card,
.step-card,
.step-number {
  box-shadow: var(--shadow-moss);
}
.cta-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-text {
  color: var(--muted-fg);
  margin-bottom: 2rem;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.notification-bell {
  position: relative;
  color: var(--muted-fg);
  transition: color 0.2s;
}
.badge-dot {
  position: absolute;
  top: -2px;
  right: -4px;
  width: 10px;
  height: 10px;
  background: var(--danger);
  border-radius: 50%;
  border: 2px solid var(--bg);
}
.filter-row,
.filter-tabs,
.step-card,
.steps-grid,
.timeline-section {
  position: relative;
}
.unread-count {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  background: rgba(93, 112, 82, 0.1);
  padding: 0.3rem 1rem;
  border-radius: 999px;
}
.filter-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  z-index: 1;
}
.filter-tab {
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 250, 0.8);
  border: 1px solid var(--border);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted-fg);
  transition: 0.25s;
}
.notification-list,
.review-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.notification-card {
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 1.5rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: 0.3s;
}
.notification-card.unread {
  border-left: 4px solid var(--primary);
}
.notification-card.read {
  opacity: 0.7;
  border-left: 4px solid transparent;
}
.notification-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(93, 112, 82, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.notification-message {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  line-height: 1.4;
}
.notification-desc {
  font-size: 0.85rem;
  color: var(--muted-fg);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.notification-time {
  font-size: 0.75rem;
  color: var(--muted-fg);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.notification-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.mark-read-btn {
  font-size: 0.75rem;
  color: var(--primary);
  background: 0 0;
  border: none;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s;
}
.toast.success {
  background: #000;
  background: var(--primary);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
  z-index: 1;
}
.step-card {
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 2.5rem;
  padding: 2.5rem 2rem;
  transition: 0.35s;
}
.step-card:hover {
  transform: translateY(-6px);
}
.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}
.step-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  background: rgba(93, 112, 82, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.step-desc {
  font-size: 0.9rem;
  color: var(--muted-fg);
  line-height: 1.7;
}
.timeline-section {
  margin: 5rem 0;
  z-index: 1;
}
.timeline-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
}
.timeline-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.timeline-image {
  flex: 1;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: var(--shadow-float);
}
.timeline-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s;
}
.timeline-image:hover img {
  transform: scale(1.04);
}
.timeline-text {
  flex: 1;
  padding: 1rem;
}
.timeline-text h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.timeline-text p {
  color: var(--muted-fg);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .timeline-item,
  .timeline-item:nth-child(2n) {
    flex-direction: column;
  }
  .timeline-text {
    text-align: center;
  }
}
.filter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  z-index: 1;
}
.filter-select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2378786C' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
    right 0.75rem center no-repeat #fff;
  font-family: Nunito, sans-serif;
  font-size: 0.85rem;
  color: var(--fg);
  outline: 0;
  appearance: none;
}
.review-card {
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(222, 216, 207, 0.6);
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: var(--shadow-moss);
  transition: 0.3s;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.review-business-img {
  width: 44px;
  height: 44px;
  border-radius: 0.75rem;
  object-fit: cover;
  box-shadow: var(--shadow-moss);
}
.review-business-name {
  font-family: Fraunces, serif;
  font-size: 1.05rem;
  font-weight: 600;
}
.active,
.toast {
  font-weight: 700;
}
.review-category {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
}
.review-stars {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.review-stars svg {
  width: 16px;
  height: 16px;
  fill: var(--star-color);
  color: var(--star-color);
}
.review-stars svg.empty {
  fill: none;
  color: var(--border);
}
.review-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted-fg);
  margin-bottom: 1rem;
}
.review-actions {
  display: flex;
  gap: 0.75rem;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
  flex-wrap: wrap;
}
.empty-state {
  padding: 3rem;
  color: var(--muted-fg);
}
.empty-state svg {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: var(--border);
}
.toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--fg);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  z-index: 9999;
  box-shadow: var(--shadow-float);
  transition: transform 0.4s;
}
.toast.show {
  transform: translateX(-50%) translateY(0);
}
.toast.error {
  background: var(--danger);
}
.active {
  color: #5d7152;
  border-bottom: 2px solid;
}
.auth-card .active {
  border-bottom: 0;
}
html,
body {
    width: 100%;
    overflow-x: hidden;
}