:root {
  color-scheme: light;
  --green: #173f35;
  --green-2: #237153;
  --yellow: #f5cf3d;
  --yellow-soft: #fff4bd;
  --ink: #17211d;
  --muted: #68726c;
  --line: #dde5df;
  --paper: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: #f1f4ef; }
body { min-width: 320px; min-height: 100dvh; margin: 0; color: var(--ink); background: radial-gradient(circle at 50% -10%, #fff 0, #f1f4ef 48%, #e8eee8 100%); }
a { color: inherit; }

.go-page { width: min(100% - 24px, 540px); min-height: 100dvh; display: flex; flex-direction: column; margin: 0 auto; padding: max(18px, env(safe-area-inset-top)) 0 max(20px, env(safe-area-inset-bottom)); }
.go-topbar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; padding: 0 4px; }
.go-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--green); text-decoration: none; }
.go-brand__mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--yellow); box-shadow: 0 8px 20px rgba(23, 63, 53, .1); }
.go-brand__mark svg { width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.go-brand__name { display: flex; flex-direction: column; }
.go-brand__name > small { margin-bottom: 3px; color: var(--green-2); font-size: 6px; font-weight: 900; letter-spacing: .22em; }
.go-brand__name > strong { display: flex; align-items: center; font-size: 14px; font-weight: 950; line-height: .92; letter-spacing: -.045em; }
.go-brand__house { width: 14px; height: 14px; display: grid; place-items: center; margin: 0 1px; border-radius: 4px; background: var(--yellow); }
.go-brand__house svg { width: 10px; fill: none; stroke: var(--green); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.go-place { padding: 8px 11px; border: 1px solid rgba(23, 63, 53, .1); border-radius: 999px; background: rgba(255, 255, 255, .7); color: var(--green); font-size: 10px; font-weight: 850; }

.go-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(23, 63, 53, .08); border-radius: 34px; background: rgba(255, 255, 255, .94); box-shadow: 0 28px 85px rgba(23, 63, 53, .14); isolation: isolate; }
.go-card::before { content: ""; position: absolute; z-index: -2; top: 0; right: 0; left: 0; height: 238px; background: linear-gradient(145deg, #173f35 0%, #245d4c 68%, #2d7a59 100%); }
.go-card::after { content: ""; position: absolute; z-index: -1; top: 210px; right: 0; left: 0; height: 54px; background: var(--paper); clip-path: ellipse(64% 58% at 50% 100%); }
.go-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255, 255, 255, .17); border-radius: 50%; pointer-events: none; }
.go-orbit--one { top: -74px; right: -54px; width: 210px; height: 210px; }
.go-orbit--two { top: 48px; right: 25px; width: 88px; height: 88px; background: rgba(245, 207, 61, .09); }

.go-intro { min-height: 207px; color: #fff; }
.go-kicker { color: #cfe5db; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.go-intro h1 { max-width: 390px; margin: 10px 0 12px; font-size: clamp(42px, 11vw, 58px); line-height: .88; letter-spacing: -.065em; }
.go-intro p { max-width: 420px; margin: 0; color: #d9e7e0; font-size: 13px; line-height: 1.55; }

.go-actions { display: grid; gap: 10px; margin-top: 10px; }
.go-action { min-height: 68px; display: grid; grid-template-columns: 42px minmax(0, 1fr) 24px; align-items: center; gap: 11px; padding: 10px 13px; border-radius: 19px; text-decoration: none; }
.go-action--phone { background: var(--yellow); color: var(--green); box-shadow: 0 14px 35px rgba(91, 72, 10, .13); }
.go-action__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(255, 255, 255, .55); }
.go-action__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.go-action__copy { min-width: 0; display: flex; flex-direction: column; }
.go-action__copy small { margin-bottom: 2px; color: #6b5b1f; font-size: 9px; font-weight: 800; }
.go-action__copy strong { font-size: 17px; letter-spacing: -.025em; }
.go-action__arrow { font-size: 21px; font-weight: 900; }

.go-messengers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.go-messenger { min-width: 0; min-height: 70px; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 19px; background: #f7f9f6; text-decoration: none; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.go-messenger:hover { border-color: #b9cabf; background: #fff; transform: translateY(-1px); }
.go-messenger__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; }
.go-messenger__icon svg { width: 23px; height: 23px; fill: currentColor; }
.go-messenger__icon img { display: block; }
.go-messenger--telegram .go-messenger__icon { background: #2aabee; }
.go-messenger--max .go-messenger__icon { background: linear-gradient(135deg, #00bfff, #471aff 55%, #9500ff); }
.go-messenger > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.go-messenger strong { font-size: 13px; }
.go-messenger small { overflow: hidden; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }

.go-hours { display: flex; align-items: center; gap: 10px; margin: 18px 2px 0; padding: 12px 0; border-block: 1px solid var(--line); }
.go-hours__dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #30a56a; box-shadow: 0 0 0 5px rgba(48, 165, 106, .1); }
.go-hours > span:last-child { min-width: 0; display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 12px; }
.go-hours small { color: var(--muted); font-size: 10px; }
.go-hours strong { color: var(--green); font-size: 13px; }
.go-catalog { min-height: 48px; display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 0 14px; border-radius: 14px; color: var(--green); background: #e9f2ed; font-size: 11px; font-weight: 850; text-decoration: none; }

.go-action, .go-messenger, .go-catalog, .go-brand { transition: filter .18s ease, transform .18s ease; }
.go-action:hover, .go-catalog:hover, .go-brand:hover { filter: brightness(1.02); transform: translateY(-1px); }
.go-action:focus-visible, .go-messenger:focus-visible, .go-catalog:focus-visible, .go-brand:focus-visible { outline: 3px solid rgba(35, 113, 83, .2); outline-offset: 3px; }
.go-footer { display: flex; justify-content: space-between; gap: 14px; padding: 17px 5px 0; color: var(--muted); font-size: 9px; line-height: 1.4; }
.go-footer a { color: var(--green-2); font-weight: 800; text-decoration: none; }

.analytics-consent { position: fixed; z-index: 20; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); width: min(430px, calc(100% - 32px)); display: grid; gap: 13px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .98); box-shadow: 0 22px 70px rgba(18, 46, 35, .22); }
.analytics-consent[hidden] { display: none; }
.analytics-consent strong { display: block; font-size: 14px; }
.analytics-consent p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.analytics-consent p a { color: var(--green-2); font-weight: 800; }
.analytics-consent__actions { display: flex; gap: 7px; }
.analytics-consent__actions button { min-height: 40px; flex: 1; padding: 0 12px; border-radius: 12px; cursor: pointer; font-size: 10px; font-weight: 850; }
.analytics-consent__accept { border: 0; background: var(--green); color: #fff; }
.analytics-consent__reject { border: 1px solid var(--line); background: #fff; color: var(--green); }

@media (max-width: 420px) {
  .go-page { width: calc(100% - 20px); }
  .go-topbar { margin-bottom: 12px; }
  .go-place { display: none; }
  .go-card { padding: 26px 20px 23px; border-radius: 28px; }
  .go-card::before { height: 225px; }
  .go-card::after { top: 199px; }
  .go-intro { min-height: 198px; }
  .go-intro h1 { font-size: 43px; }
  .go-intro p { font-size: 12px; }
  .go-action__copy strong { font-size: 16px; }
  .go-footer { align-items: flex-start; flex-direction: column; gap: 4px; padding-inline: 3px; }
  .analytics-consent { right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); width: calc(100% - 20px); }
}

@media (max-width: 340px) {
  .go-messengers { grid-template-columns: 1fr; }
}

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