/* Global reset-ish */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #111827;
  background-color: #f3f4f6;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Layout helpers */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

main {
  flex: 1;
}

/* Header */
.site-header {
  background-color: #111827;
  color: #f9fafb;
  border-bottom: 1px solid #1f2937;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1.5rem;
}

.logo {
  display: flex;
  flex-direction: column;
}

.logo-main {
  font-size: 1.2rem;
  font-weight: 600;
}

.logo-tagline {
  font-size: 0.8rem;
  opacity: 0.8;
}

.main-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.main-nav a {
  font-size: 0.95rem;
  color: #e5e7eb;
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.main-nav a:hover {
  background-color: #1f2937;
}

.main-nav a.active {
  background-color: #e5e7eb;
  color: #111827;
}

/* Hero */
.hero {
  background: radial-gradient(circle at top left, #e5f3ff, #f3f4f6);
  padding: 3.5rem 0 3rem;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 2rem;
  align-items: stretch;
}

.hero-text h1 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Hero side card */
.hero-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 15px 25px rgba(15, 23, 42, 0.08);
  border: 1px solid #e5e7eb;
}

.hero-card h2 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.hero-card ul {
  list-style: none;
  font-size: 0.95rem;
  color: #4b5563;
}

.hero-card li {
  padding-left: 1.1rem;
  position: relative;
  margin-bottom: 0.4rem;
}

.hero-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2563eb;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn.primary {
  background-color: #2563eb;
  color: #f9fafb;
  border-color: #2563eb;
}

.btn.primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}

.btn.ghost {
  background-color: transparent;
  color: #111827;
  border-color: #d1d5db;
}

.btn.ghost:hover {
  background-color: #e5e7eb;
}

/* Sections */
.section {
  padding: 3rem 0;
}

.section-alt {
  background-color: #f9fafb;
}

.section-muted {
  background-color: #eef2ff;
}

.section-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Grids */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 0.95rem;
  color: #4b5563;
}

/* Layout helpers */
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.5fr);
  gap: 2rem;
}

.bullet-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

.bullet-item h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.bullet-item p {
  font-size: 0.95rem;
  color: #4b5563;
}

/* Pills */
.pill-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.pill-list li {
  background-color: #e5e7eb;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  color: #374151;
}

/* Center helper */
.center {
  text-align: center;
}

/* Page hero (inner pages) */
.page-hero {
  background-color: #e5f3ff;
  border-bottom: 1px solid #dbeafe;
  padding: 2.5rem 0;
}

.page-hero h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.page-hero p {
  color: #4b5563;
  max-width: 640px;
}

/* Services page specifics */
.service-block {
  max-width: 800px;
}

.service-block h2 {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}

.service-block h3 {
  font-size: 1.05rem;
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
}

/* Lists */
.checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.75rem;
}

.checklist li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-size: 0.9rem;
}

.ordered-list {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}

.ordered-list li {
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.price-list {
  list-style: none;
  margin-bottom: 0.75rem;
}

.price-list li {
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 2rem;
}

.contact-details p,
.contact-details li {
  font-size: 0.95rem;
  color: #4b5563;
}

.contact-list {
  list-style: none;
  margin: 1rem 0;
}

.contact-list li {
  margin-bottom: 0.4rem;
}

.contact-form-wrapper {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.04);
}

.contact-form label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.55rem 0.7rem;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: #f9fafb;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15);
  background-color: #ffffff;
}

.contact-form button {
  margin-top: 0.5rem;
}

.small {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.5rem;
}

/* Footer */
.site-footer {
  background-color: #111827;
  color: #9ca3af;
  padding: 1.5rem 0;
  margin-top: 2rem;
}

.footer-inner {
  text-align: center;
}

.footer-sub {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-inner,
  .two-column,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .section {
    padding: 2.25rem 0;
  }
}
