/*
Theme Name: SiMonHQ Brochure
Theme URI: https://SiMonHQ.com
Description: A lightweight brochure child theme for Astra.
Author: SiMonHQ
Template: astra
Version: 1.0.0
*/

:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --text: #0f172a;
  --muted: #475569;
  --bg: #f8fafc;
  --card: #ffffff;
  --border: #e2e8f0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: var(--primary);
}

a:hover {
  color: var(--primary-dark);
}

.simonhq-skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: #ffffff;
  color: var(--text);
  border: 2px solid var(--primary);
  border-radius: 6px;
  padding: 8px 12px;
  z-index: 999;
}

.simonhq-skip-link:focus {
  left: 10px;
}

.site-content,
.site-content .ast-container,
.site-content .content-area,
.site-content .site-main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.simonhq-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}

.simonhq-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.simonhq-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 1.1rem;
}

.simonhq-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.simonhq-header-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.simonhq-cta.simonhq-cta--ghost {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.simonhq-hero {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  color: #fff;
  padding: 60px 20px;
}

.simonhq-container {
  max-width: 1100px;
  margin: 0 auto;
}

.simonhq-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
}

.simonhq-hero h1 {
  font-size: 2.6rem;
  margin-bottom: 12px;
}

.simonhq-hero-highlight {
  color: #facc15;
}

.simonhq-hero p {
  color: #e2e8f0;
  margin-bottom: 20px;
}

.simonhq-cta {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.simonhq-cta:hover {
  background: var(--primary-dark);
  color: #fff;
}

.simonhq-section {
  padding: 48px 20px;
}

.simonhq-section h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.simonhq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.simonhq-section-alt {
  background: #ffffff;
}

.simonhq-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.simonhq-card h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.simonhq-card p {
  color: var(--muted);
}

.simonhq-pill {
  display: inline-block;
  background: #e0f2fe;
  color: #0369a1;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.simonhq-price {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 10px 0;
}

.simonhq-list {
  margin-top: 12px;
  padding-left: 18px;
  color: var(--muted);
}

.simonhq-list li {
  margin: 6px 0;
}

.simonhq-cta-strip {
  background: #0f172a;
  color: #fff;
  padding: 36px 20px;
  text-align: center;
}

.simonhq-cta-strip-highlight {
  color: #facc15;
}

.simonhq-cta-strip p {
  color: #cbd5f5;
  margin-bottom: 14px;
}

.simonhq-footer {
  padding: 20px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.simonhq-hero-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.simonhq-hero-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.simonhq-hero-image {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #ffffff;
  display: block;
  margin: 0 auto;
}

.simonhq-pricing-note {
  margin-top: 12px;
  color: var(--muted);
}

.simonhq-form-wrapper {
  max-width: 720px;
}

.simonhq-form-intro {
  color: var(--muted);
  margin-bottom: 24px;
}

.simonhq-form-message {
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.simonhq-form-message--success {
  background: #e7f6ed;
  color: #0f5132;
  border: 1px solid #b7e4c7;
}

.simonhq-form-message--error {
  background: #fdecea;
  color: #842029;
  border: 1px solid #f5c2c7;
}

.simonhq-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.simonhq-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.simonhq-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
  color: var(--text);
}

.simonhq-form input,
.simonhq-form select,
.simonhq-form textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  font: inherit;
}

.simonhq-form input:focus,
.simonhq-form select:focus,
.simonhq-form textarea:focus {
  outline: 2px solid rgba(37, 99, 235, 0.25);
  border-color: var(--primary);
}
