/* Pages Solutions — coming soon (POS, Restaurant Manager) */
.solution-main {
  max-width: var(--site-max-width, 1200px);
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.solution-breadcrumb {
  padding-top: 1.5rem;
}

.solution-hero {
  position: relative;
  margin: 0 -1.5rem 2.5rem;
  padding: 3.25rem 1.5rem 3.5rem;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(145deg, #392800 0%, #5a3d00 42%, #aa6900 118%);
  color: #fff;
}

.solution-hero--manager {
  background: linear-gradient(145deg, #2c2416 0%, #392800 38%, #6b4a00 115%);
}

.solution-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 174, 0, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 48%);
  pointer-events: none;
}

.solution-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.solution-hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.75rem;
}

.solution-hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 174, 0, 0.22);
  border: 1px solid rgba(255, 174, 0, 0.5);
  color: #ffe8b0;
}

.solution-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.solution-hero-lead {
  margin: 0 auto 1.75rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.solution-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.solution-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solution-btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.solution-btn--primary {
  background: #fff;
  color: #392800;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

.solution-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.solution-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.solution-section {
  margin-bottom: 3rem;
}

.solution-section h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 800;
  color: var(--primary, #392800);
  text-align: center;
}

.solution-section-lead {
  margin: 0 auto 2rem;
  max-width: 40rem;
  text-align: center;
  color: var(--text-muted, #6b5d4a);
  font-size: 1rem;
}

.solution-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1rem;
}

.solution-feature {
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(57, 40, 0, 0.1);
  box-shadow: 0 4px 18px rgba(44, 36, 22, 0.05);
}

.solution-feature-icon {
  font-size: 1.5rem;
  margin-bottom: 0.65rem;
}

.solution-feature h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text, #2c2416);
}

.solution-feature p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted, #6b5d4a);
}

.solution-notify h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 800;
  color: var(--primary, #392800);
  text-align: center;
}

.solution-notify {
  padding: 2rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  background: var(--cream, #fdf8f0);
  border: 1px solid rgba(57, 40, 0, 0.08);
}

.solution-notify p {
  margin: 0 auto 1.25rem;
  max-width: 32rem;
  color: var(--text-muted, #6b5d4a);
}

.solution-sibling {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  padding: 1.25rem 1rem;
  border-radius: 12px;
  background: rgba(57, 40, 0, 0.04);
  font-size: 0.9375rem;
  color: var(--text-muted, #6b5d4a);
}

.solution-sibling a {
  font-weight: 700;
}

.solution-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.solution-platform-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(57, 40, 0, 0.12);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text, #2c2416);
  box-shadow: 0 2px 10px rgba(44, 36, 22, 0.04);
}

.solution-pricing-state {
  text-align: center;
  color: var(--text-muted, #6b5d4a);
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.solution-pricing-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(57, 40, 0, 0.1);
  background: #fff;
}

.solution-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.solution-pricing-table th,
.solution-pricing-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(57, 40, 0, 0.08);
}

.solution-pricing-table th {
  background: var(--cream, #fdf8f0);
  font-weight: 700;
  color: var(--primary, #392800);
  white-space: nowrap;
}

.solution-pricing-table tr:last-child td {
  border-bottom: none;
}

.solution-pricing-desc {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--text-muted, #6b5d4a);
}

.solution-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.solution-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 8rem;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  background: var(--primary, #392800);
  color: #fffbf5 !important;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(57, 40, 0, 0.18);
}

.solution-download-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.solution-download-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.solution-download-btn__label {
  line-height: 1.2;
}

.solution-download-btn--android .solution-download-btn__icon {
  color: #3ddc84;
}

.solution-download-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.solution-downloads-empty {
  text-align: center;
  color: var(--text-muted, #6b5d4a);
  font-size: 0.9375rem;
}

body[data-page^='solution-'] main {
  max-width: none;
  margin: 0;
  padding: 0;
}
