:root {
  --template-accent: #27a72d;
  --template-accent-dark: #1f8423;
  --template-text: #1f2937;
  --template-muted: #6b7280;
  --template-bg: #f7faf7;
  --template-surface: #ffffff;
  --template-border: #e5ece5;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--template-bg);
  color: var(--template-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--template-accent-dark);
}

a:hover {
  color: var(--template-accent);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 0.75rem;
}

.skip-link:focus {
  left: 1rem;
}

.section-padding {
  padding: 4.5rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(39, 167, 45, 0.06), rgba(39, 167, 45, 0.02));
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--template-accent-dark);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading h1,
.section-heading h2,
.hero-section h1,
.content-block h2,
.content-card h2,
.info-card h2,
.sidebar-panel h2,
.pricing-top h2 {
  font-weight: 800;
}

.hero-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(39, 167, 45, 0.04) 100%);
}

.hero-section h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.02;
}

.hero-image-stack {
  position: relative;
}

.hero-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border: 0;
  border-radius: 1rem;
}

.hero-metrics strong {
  display: block;
  font-size: 1.35rem;
}

.hero-metrics span {
  color: var(--template-muted);
  font-size: 0.95rem;
}

.feature-card,
.pricing-card,
.content-card,
.sidebar-panel,
.info-card {
  background: var(--template-surface);
  border: 1px solid var(--template-border);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  padding: 1.5rem;
}

.feature-card i {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(39, 167, 45, 0.12);
  color: var(--template-accent-dark);
  font-size: 1.25rem;
}

.btn-primary {
  --bs-btn-bg: var(--template-accent);
  --bs-btn-border-color: var(--template-accent);
  --bs-btn-hover-bg: var(--template-accent-dark);
  --bs-btn-hover-border-color: var(--template-accent-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--template-accent-dark);
  --bs-btn-border-color: var(--template-accent);
  --bs-btn-hover-bg: var(--template-accent);
  --bs-btn-hover-border-color: var(--template-accent);
}

.custom-accordion .accordion-item {
  border-color: var(--template-border);
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: rgba(39, 167, 45, 0.08);
  color: var(--template-text);
}

.comparison-table thead th {
  background: rgba(39, 167, 45, 0.08);
}

.note-box {
  border: 1px solid rgba(39, 167, 45, 0.18);
  background: rgba(39, 167, 45, 0.08);
  color: var(--template-text);
}

.info-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--template-border);
}

.info-list li:last-child {
  border-bottom: 0;
}

.info-list span {
  color: var(--template-muted);
}

.pricing-card.featured {
  border-color: rgba(39, 167, 45, 0.35);
  box-shadow: 0 18px 40px rgba(39, 167, 45, 0.12);
}

.pricing-top {
  margin-bottom: 1.25rem;
}

.price-label {
  color: var(--template-muted);
  margin-bottom: 0;
}

.pricing-list li {
  padding: 0.45rem 0;
}

.pricing-list i {
  color: var(--template-accent-dark);
  margin-right: 0.5rem;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.35rem;
  border-radius: 999px;
  border: 1px solid var(--template-border);
  background: #fff;
  color: var(--template-text);
  text-decoration: none;
}

.social-link:hover {
  border-color: var(--template-accent);
  color: var(--template-accent-dark);
}

.site-footer {
  padding: 1.75rem 0;
  border-top: 1px solid var(--template-border);
  background: #fff;
}

.full-width-content {
  max-width: none;
}

.content-block blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--template-accent);
  background: rgba(39, 167, 45, 0.06);
  border-radius: 0 1rem 1rem 0;
  font-style: italic;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 3rem;
  }
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid var(--border, rgba(0, 0, 0, 0.12));
  color: inherit;
}
