.inline-guidance {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #a8d8bd;
  border-radius: 6px;
  background: #eef9f2;
  color: #123d28;
}

.inline-guidance span { color: #456357; }

.field-focus {
  border-color: #218653 !important;
  box-shadow: 0 0 0 3px rgba(33, 134, 83, 0.1);
}

.danger-zone {
  border-color: #ebc2bd !important;
  background: #fffafa !important;
}

.danger-kicker {
  color: #a52b21;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.danger-note {
  padding: 10px 12px;
  border-left: 3px solid #b42318;
  background: #fff0ee;
  color: #7a271a;
}

.danger-button {
  width: 100%;
  border: 1px solid #b42318 !important;
  background: #b42318 !important;
  color: #fff !important;
}

.pickup-time-row[hidden] { display: none !important; }

@media (max-width: 980px) {
  .listing-workspace,
  .account-layout,
  .billing-bottom-grid,
  .partner-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .preview-sidebar {
    position: static !important;
    width: 100% !important;
  }

  .account-status-grid,
  .billing-usage-premium,
  .subscription-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  html, body { overflow-x: hidden; }

  .site-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 16px !important;
    z-index: 1000;
  }

  .site-header .brand-logo img { max-width: 132px; }

  .site-header .nav {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    overflow: visible;
    padding: 4px 0 2px;
    scrollbar-width: none;
  }

  .site-header .nav::-webkit-scrollbar { display: none; }
  .site-header .nav > a,
  .site-header .nav-menu > button { white-space: nowrap; }
  .site-header .account-menu {
    position: static;
    z-index: 1001;
  }
  .site-header .account-menu:focus-within .account-dropdown { display: grid; }
  .site-header .account-dropdown {
    left: 16px;
    max-width: calc(100vw - 32px);
    min-width: min(274px, calc(100vw - 32px));
    right: auto;
    top: calc(100% - 4px);
    width: min(274px, calc(100vw - 32px));
    z-index: 1002;
  }

  .site-header .user-chip-name {
    max-width: min(42vw, 170px);
  }

  .section,
  .account-page,
  .listing-workspace,
  .subscription-suite {
    width: min(100% - 24px, 100%) !important;
    margin-inline: auto !important;
  }

  .form-row,
  .account-status-grid,
  .billing-usage-premium,
  .subscription-plans-grid,
  .billing-current-grid {
    grid-template-columns: 1fr !important;
  }

  .form-panel,
  .info-panel,
  .subscription-plan-card { min-width: 0; }

  input,
  select,
  textarea,
  button { max-width: 100%; }

  h1 { font-size: clamp(30px, 10vw, 44px) !important; }
  h2 { font-size: clamp(22px, 7vw, 30px); }

  .inline-guidance {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer { grid-template-columns: 1fr !important; }
}
