:root {
  --green-950: #062d24;
  --green-900: #083d31;
  --green-800: #0b4f3c;
  --green-700: #0f6a4e;
  --green-600: #11865f;
  --mint-100: #dff7ed;
  --mint-50: #f0fbf7;
  --gold-500: #f4b63e;
  --coral-500: #f16c52;
  --ink-950: #10201c;
  --ink-800: #263b35;
  --ink-600: #60736d;
  --line: #dfe9e5;
  --surface: #ffffff;
  --canvas: #f5f8f7;
  --danger: #c0392b;
  --shadow-sm: 0 8px 26px rgba(6, 45, 36, .08);
  --shadow-lg: 0 24px 70px rgba(6, 45, 36, .17);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink-950); background: var(--canvas); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid rgba(244, 182, 62, .75); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(223, 233, 229, .9); background: rgba(255, 255, 255, .9); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; color: #fff; border-radius: 14px; background: linear-gradient(145deg, var(--green-700), var(--green-950)); box-shadow: 0 10px 24px rgba(11, 79, 60, .22); font-size: 14px; font-weight: 900; letter-spacing: -.02em; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.18; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--ink-600); font-size: 11px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 14px; border-radius: 12px; color: var(--ink-800); font-size: 14px; font-weight: 700; }
.main-nav a:hover { background: var(--mint-50); color: var(--green-800); }
.main-nav .nav-admin { margin-left: 8px; padding-inline: 18px; color: #fff; background: var(--green-800); }
.main-nav .nav-admin:hover { color: #fff; background: var(--green-700); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 4px; background: var(--ink-950); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 17px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; font-size: 14px; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--green-800); box-shadow: 0 10px 24px rgba(11, 79, 60, .18); }
.button-primary:hover { background: var(--green-700); box-shadow: 0 13px 30px rgba(11, 79, 60, .24); }
.button-light { color: var(--green-900); border-color: var(--line); background: #fff; }
.button-light:hover { border-color: #b9d2c8; background: var(--mint-50); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .27); background: rgba(255, 255, 255, .08); }
.button-white { color: var(--green-900); background: #fff; box-shadow: var(--shadow-sm); }
.button-whatsapp { color: #fff; background: #199b57; }
.button-large { min-height: 52px; padding: 14px 21px; border-radius: 14px; }
.button-block { width: 100%; }

.hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 20% 10%, #137454 0, transparent 35%), linear-gradient(135deg, var(--green-950), #0a4c3b 70%, #0e654a); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .28; }
.hero-glow-one { width: 340px; height: 340px; top: -170px; right: 10%; background: var(--gold-500); }
.hero-glow-two { width: 280px; height: 280px; bottom: -180px; left: 35%; background: #19ad78; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; padding-block: 82px; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: #bcebd9; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-dark { color: var(--green-700); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 5.4vw, 74px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold-500); font-family: Georgia, serif; font-weight: 500; }
.hero-copy > p { max-width: 660px; margin: 24px 0 0; color: #d8eee6; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #cde9df; font-size: 13px; font-weight: 700; }
.hero-panel { padding: 26px; border: 1px solid rgba(255, 255, 255, .17); border-radius: var(--radius-lg); background: rgba(255, 255, 255, .1); box-shadow: 0 32px 90px rgba(0, 0, 0, .22); backdrop-filter: blur(18px); transform: rotate(1deg); }
.hero-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-weight: 850; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: #c8f7de; }
.live-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #4ee48f; box-shadow: 0 0 0 5px rgba(78, 228, 143, .14); }
.mini-search { display: flex; align-items: center; gap: 12px; height: 54px; padding: 0 16px; color: #bcd9cf; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(0,0,0,.13); }
.hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
.hero-stats div { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border-radius: 18px; background: #fff; color: var(--ink-950); }
.hero-stats strong { font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.hero-stats span { margin-top: 8px; color: var(--ink-600); font-size: 12px; font-weight: 750; }
.hero-note { display: flex; gap: 12px; margin-top: 16px; padding: 16px; border-radius: 16px; background: rgba(244, 182, 62, .16); }
.hero-note > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.1); }
.hero-note div { display: flex; flex-direction: column; }
.hero-note small { margin-top: 2px; color: #cae4db; line-height: 1.45; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: -.045em; }
.section-heading p { max-width: 480px; margin: 0; color: var(--ink-600); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { position: relative; min-height: 205px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 20px rgba(6,45,36,.035); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.category-card::before { content: ""; position: absolute; width: 100px; height: 100px; right: -48px; top: -48px; border-radius: 50%; background: var(--mint-100); transition: transform .25s ease; }
.category-card:hover { transform: translateY(-5px); border-color: #bad8cd; box-shadow: var(--shadow-sm); }
.category-card:hover::before { transform: scale(1.45); }
.category-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 17px; background: var(--mint-50); font-size: 27px; }
.category-card strong { font-size: 17px; letter-spacing: -.02em; }
.category-card small { max-width: 95%; margin-top: 7px; color: var(--ink-600); line-height: 1.5; }
.category-arrow { position: absolute; right: 22px; bottom: 20px; color: var(--green-700); font-size: 22px; font-weight: 900; }

.directory-section { padding-top: 84px; background: #fff; }
.directory-search { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); box-shadow: var(--shadow-sm); }
.search-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.directory-search label > span:first-child { display: block; margin: 0 0 7px 2px; color: var(--ink-800); font-size: 12px; font-weight: 850; }
select, input[type="text"], input[type="password"], input[type="search"], input[type="url"], input[type="tel"], input[type="email"], input[type="number"], textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink-950); border: 1px solid #cfddd8; border-radius: 12px; outline: none; background: #fff; transition: border-color .2s, box-shadow .2s; }
select:focus, input:focus, textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(17, 134, 95, .1); }
select:disabled { color: #98a6a1; background: #eef2f0; cursor: not-allowed; }
.keyword-row { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; margin-top: 14px; }
.keyword-field { position: relative; }
.keyword-field > span[aria-hidden] { position: absolute; top: 12px; left: 15px; color: var(--ink-600); font-size: 20px; line-height: 1; }
.keyword-field input { padding-left: 44px; }
.result-toolbar { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.result-toolbar p { margin: 0; color: var(--ink-600); }
.result-toolbar p strong { color: var(--ink-950); font-size: 20px; }
.result-toolbar span { color: var(--green-700); font-size: 13px; font-weight: 800; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.shop-card { display: flex; flex-direction: column; min-height: 330px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 7px 24px rgba(6,45,36,.045); transition: transform .2s, box-shadow .2s; }
.shop-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.shop-card-top { display: flex; align-items: flex-start; gap: 14px; }
.shop-icon { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 16px; background: var(--mint-50); font-size: 25px; }
.category-label { color: var(--green-700); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.shop-card h3 { margin: 4px 0 0; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }
.shop-card h3 a:hover { color: var(--green-700); }
.shop-description { margin: 17px 0 14px; color: var(--ink-600); font-size: 14px; }
.location-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.location-chips span { padding: 6px 9px; color: var(--ink-800); border-radius: 8px; background: var(--canvas); font-size: 11px; line-height: 1.35; }
.shop-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: auto; }
.shop-actions .button { min-width: 0; padding-inline: 8px; font-size: 12px; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed #bfd1ca; border-radius: var(--radius); background: var(--canvas); }
.empty-state > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 20px; background: var(--mint-100); color: var(--green-800); font-size: 32px; }
.empty-state h3 { margin: 0; font-size: 23px; }
.empty-state p { margin: 7px 0 0; color: var(--ink-600); }
.cta-section { padding: 42px 0 92px; background: #fff; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px; color: #fff; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--green-950), var(--green-700)); box-shadow: var(--shadow-lg); }
.cta-card h2 { margin: 0; font-size: 36px; letter-spacing: -.04em; }
.cta-card p { max-width: 700px; margin: 10px 0 0; color: #d3e9e1; }

.site-footer { padding: 62px 0 100px; color: #d2e5de; background: #041f19; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 56px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-logo { display: inline-block; color: var(--gold-500); font-size: 18px; font-weight: 950; letter-spacing: .08em; }
.footer-grid p { max-width: 420px; margin: 2px 0 0; color: #9ab7ac; }
.footer-grid strong { color: #fff; }
.footer-grid a { color: #a8c3b9; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #7d9d91; font-size: 12px; }
.visitor-counter { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; color: #bad2c9; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.04); font-size: 11px; white-space: nowrap; }
.visitor-counter b { color: #4ee48f; font-size: 10px; }
.visitor-counter strong { color: #fff; font-size: 12px; }
.visitor-counter i { color: #55786b; font-style: normal; }
.mobile-bottom-nav { display: none; }

.shop-hero { padding: 42px 0 58px; color: #fff; background: linear-gradient(135deg, var(--green-950), var(--green-700)); }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; color: #c7dfd6; font-size: 13px; }
.breadcrumbs a:hover { color: #fff; }
.shop-profile { display: grid; grid-template-columns: auto 1fr 270px; gap: 24px; align-items: center; }
.shop-profile-icon { width: 100px; height: 100px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(255,255,255,.1); font-size: 48px; }
.shop-profile h1 { margin: 5px 0 8px; font-size: clamp(34px, 5vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.shop-profile-copy > p { max-width: 700px; margin: 0; color: #cfe6de; }
.profile-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.profile-badges span { padding: 7px 10px; border-radius: 9px; background: rgba(255,255,255,.1); color: #e3f3ed; font-size: 12px; font-weight: 750; }
.profile-actions { display: flex; flex-direction: column; gap: 9px; }
.shop-detail-section { background: var(--canvas); }
.shop-detail-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; align-items: start; }
.detail-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.detail-card h2 { margin: 0 0 24px; font-size: 28px; letter-spacing: -.035em; }
.coverage-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.coverage-list > div { display: flex; gap: 12px; padding: 16px; border-radius: 14px; background: var(--canvas); }
.coverage-list > div > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 12px; background: var(--mint-100); }
.coverage-list p { display: flex; flex-direction: column; margin: 0; }
.coverage-list small { margin-top: 3px; color: var(--ink-600); }
.contact-card dl { margin: 0; }
.contact-card dl > div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-card dt { color: var(--ink-600); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.contact-card dd { margin: 4px 0 0; font-weight: 750; }
.contact-card a { color: var(--green-700); }
.safe-note { margin: 20px 0 0; padding: 13px; color: var(--ink-600); border-radius: 12px; background: #fff8e9; font-size: 12px; }
.not-found { min-height: 600px; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found span { color: var(--green-700); font-size: 76px; font-weight: 950; }
.not-found h1 { margin: 0; font-size: 38px; }
.not-found p { margin: 8px 0 24px; color: var(--ink-600); }

.login-page { min-height: 100vh; background: #fff; }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.login-brand-panel { min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 5vw, 76px); color: #fff; background: radial-gradient(circle at 85% 15%, rgba(244,182,62,.3), transparent 27%), linear-gradient(145deg, var(--green-950), var(--green-700)); }
.brand-light .brand-mark { color: var(--green-950); background: var(--gold-500); }
.brand-light small { color: #b8d2c8; }
.login-brand-panel h1 { max-width: 640px; margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
.login-brand-panel p { max-width: 620px; color: #cfe5dd; font-size: 17px; }
.login-brand-panel ul { margin: 24px 0 0; padding: 0; list-style: none; color: #e7f4ef; }
.login-brand-panel li { margin-top: 9px; }
.login-brand-panel > small { color: #9dbab0; }
.login-form-panel { display: grid; place-items: center; padding: 40px; background: var(--canvas); }
.login-card { width: min(100%, 480px); padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-lg); }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--green-700); font-size: 13px; font-weight: 800; }
.login-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--mint-100); font-size: 25px; }
.login-card h2 { margin: 20px 0 4px; font-size: 32px; letter-spacing: -.04em; }
.login-card > p { margin: 0 0 24px; color: var(--ink-600); }
.stack-form { display: flex; flex-direction: column; gap: 16px; }
.stack-form label > span { display: block; margin: 0 0 7px 2px; font-size: 12px; font-weight: 850; }
.password-field { position: relative; }
.password-field input { padding-right: 64px; }
.password-field button { position: absolute; top: 6px; right: 6px; height: 36px; padding: 0 10px; color: var(--green-700); border: 0; border-radius: 8px; background: var(--mint-50); font-size: 11px; font-weight: 850; }
.alert { margin: 0 0 18px; padding: 12px 14px; border-radius: 11px; font-size: 13px; }
.alert-error { color: #8f2d21; border: 1px solid #f1c4bd; background: #fff1ef; }
.alert-success { color: #17613f; border: 1px solid #bde2cf; background: #eefaf4; }
.login-security-note { display: flex; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.login-security-note > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--canvas); }
.login-security-note p { display: flex; flex-direction: column; margin: 0; font-size: 12px; }
.login-security-note small { margin-top: 2px; color: var(--ink-600); line-height: 1.45; }

@media (max-width: 1050px) {
  .hero-grid { gap: 38px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .search-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-profile { grid-template-columns: auto 1fr; }
  .profile-actions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .menu-button { display: block; }
  .main-nav { position: fixed; z-index: 60; top: 70px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 15px; }
  .main-nav .nav-admin { margin: 4px 0 0; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 64px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-panel { width: min(100%, 580px); margin-inline: auto; transform: none; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .shop-detail-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 38px; }
  .login-shell { grid-template-columns: 1fr; }
  .login-brand-panel { min-height: auto; gap: 56px; padding: 34px 28px 48px; }
  .login-brand-panel h1 { font-size: 44px; }
  .login-brand-panel > small { display: none; }
  .login-form-panel { padding: 34px 20px 70px; }
}

@media (max-width: 620px) {
  body:not(.login-page) { padding-bottom: 68px; }
  .site-header .brand small { display: none; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .hero-grid { padding-block: 54px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .trust-row { gap: 8px 14px; font-size: 11px; }
  .hero-panel { padding: 17px; border-radius: 22px; }
  .hero-panel-head { gap: 10px; font-size: 13px; }
  .live-dot { font-size: 10px; }
  .hero-stats div { min-height: 96px; padding: 15px; }
  .hero-stats strong { font-size: 26px; }
  .category-grid, .shop-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 180px; }
  .search-grid { grid-template-columns: 1fr; }
  .directory-search { padding: 15px; }
  .keyword-row { grid-template-columns: 1fr 1fr; }
  .keyword-field { grid-column: 1 / -1; }
  .shop-card { min-height: 0; }
  .shop-actions { grid-template-columns: repeat(2, 1fr); }
  .shop-actions .button-primary:last-child:nth-child(3) { grid-column: 1 / -1; }
  .cta-section { padding-bottom: 70px; }
  .cta-card { padding: 30px 24px; }
  .cta-card h2 { font-size: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .visitor-counter { max-width: 100%; white-space: normal; }
  .site-footer { padding-bottom: 48px; }
  .mobile-bottom-nav { position: fixed; z-index: 55; left: 8px; right: 8px; bottom: 7px; height: 60px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 5px; padding-bottom: max(5px, env(safe-area-inset-bottom)); border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 12px 42px rgba(6,45,36,.2); backdrop-filter: blur(14px); }
  .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink-600); font-size: 9px; font-weight: 800; }
  .mobile-bottom-nav span { color: var(--green-800); font-size: 20px; line-height: 1; }
  .shop-profile { grid-template-columns: 1fr; text-align: center; }
  .shop-profile-icon { margin-inline: auto; }
  .profile-badges { justify-content: center; }
  .profile-actions { display: flex; grid-column: auto; }
  .coverage-list { grid-template-columns: 1fr; }
  .detail-card { padding: 22px; }
  .login-brand-panel { display: none; }
  .login-form-panel { min-height: 100vh; padding: 18px; }
  .login-card { padding: 27px 21px; border-radius: 22px; box-shadow: var(--shadow-sm); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

