/* Shared presentation for Greenshoots marketing pages, never client embeds. */
.gs-site-chat-prompts { display: none; }
@media (max-width: 1279px) {
  body:has(#gs-mobile-toggle[aria-expanded="true"]),
  body:has(button[aria-controls="mobile-menu"][aria-expanded="true"]) { overflow: hidden; }
  body:has(#gs-mobile-toggle[aria-expanded="true"]) .gs-chatbot,
  body:has(button[aria-controls="mobile-menu"][aria-expanded="true"]) .gs-chatbot { display: none !important; }
}
@media (max-width: 767px) {
  body .gs-chatbot .gs-chatbot__chips { display: none !important; }
  body .gs-chatbot .gs-chatbot__trigger--prominent { min-width: 0; min-height: 48px; height: 48px; width: auto; padding: 6px 12px 6px 6px; gap: 7px; }
  body .gs-chatbot .gs-chatbot__trigger-avatar { width: 32px; height: 32px; font-size: 16px; }
  body .gs-chatbot .gs-chatbot__trigger-status,
  body .gs-chatbot .gs-chatbot__trigger-pulse,
  body .gs-chatbot .gs-chatbot__trigger-dot { display: none; }
  body .gs-chatbot .gs-chatbot__trigger-name { font-size: 13px; }
  .gs-chatbot__popup--open .gs-site-chat-prompts { display: flex; gap: 6px; overflow-x: auto; flex: 0 0 auto; padding: 8px 12px; background: #f8fafc; border-top: 1px solid #dce3e9; }
  .gs-chatbot .gs-site-chat-question { flex: 0 0 210px; border: 1px solid #cbd5e1; border-radius: 12px; padding: 9px 12px; color: #162331; background: white; font: 13px/1.4 system-ui, sans-serif; text-align: left; }
}
.gs-site-footer { background: #080d10; color: #cbd5d1; border-top: 1px solid #28352f; padding: 64px 24px 30px; margin-top: 60px; font: 14px/1.65 Switzer, system-ui, sans-serif; }
.gs-site-footer-grid { max-width: 1280px; margin: auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; }
.gs-site-footer h3 { font: 700 24px/1.25 'Cabinet Grotesk', system-ui, sans-serif; color: white; margin: 0 0 14px; }
.gs-site-footer h4 { font-size: 12px; color: white; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 16px; }
.gs-site-footer p { margin: 0 0 12px; }
.gs-site-footer ul { list-style: none; padding: 0; margin: 0; }
.gs-site-footer li { margin: 7px 0; }
.gs-site-footer a { color: #cbd5d1; text-decoration: none; }
.gs-site-footer a:hover { color: #70e7a4; }
.gs-site-footer a:focus-visible, .gs-site-chat-question:focus-visible { outline: 2px solid #22c55e; outline-offset: 4px; }
.gs-site-footer .gs-site-local { color: #70e7a4; font-size: 12px; }
.gs-site-footer-bottom { max-width: 1280px; margin: 36px auto 0; padding-top: 24px; border-top: 1px solid #28352f; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 12px; }
.gs-app-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.gs-app-proof h2 { color: #f1f5f3; font-size: clamp(32px,4vw,48px); line-height: 1.15; margin: 16px 0; }
.gs-app-proof p { color: #b8c8c0; line-height: 1.75; }
.gs-app-proof-screens { display: flex; justify-content: center; align-items: center; gap: 18px; padding: 30px 18px; border-radius: 28px; background: #152a23; }
.gs-app-proof-screens img { width: min(42%,210px); height: auto; border-radius: 22px; border: 1px solid #527663; box-shadow: 0 20px 30px #0005; }
.gs-app-proof-screens img:first-child { transform: translateY(-12px); }
.gs-app-proof-screens img:last-child { transform: translateY(12px); }
@media (max-width: 900px) { .gs-site-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .gs-site-footer-grid, .gs-app-proof { grid-template-columns: 1fr; } .gs-site-footer { padding: 44px 24px 24px; } .gs-app-proof { gap: 28px; } }
