/* Service Landing Pages – on-brand with landing-page.css and hero */
/* Brand: #0063A0 primary, #629E2D secondary, #f0f9ff / #eff6ff backgrounds */

.post-header { display: none; }

.service-landing-page {
  max-width: 100%;
}

/* Hero – gradient like homepage landing-hero */
.service-landing-hero {
  text-align: center;
  padding: 48px 24px 56px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  margin: 0 -20px 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 20px rgba(0, 99, 160, 0.08);
}

.service-landing-hero h1 {
  font-size: 2.4em;
  font-weight: 700;
  color: #0063A0;
  line-height: 1.2;
  margin: 0 0 16px 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.service-landing-hero .hero-sub {
  font-size: 1.35em;
  color: #1e293b;
  max-width: 720px;
  margin: 0 auto 32px;
  line-height: 1.5;
  font-weight: 500;
}

.service-landing-hero .hero-cta-btn {
  display: inline-block;
  background: #0063A0;
  color: white;
  padding: 18px 42px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 99, 160, 0.3);
  transition: all 0.3s ease;
}

.service-landing-hero .hero-cta-btn:hover {
  background: #005080;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 99, 160, 0.4);
  color: white;
  text-decoration: none;
}

/* Key takeaways band */
.service-key-takeaways {
  background: #eff6ff;
  border-left: 4px solid #0063A0;
  padding: 20px 24px;
  margin: 32px 0 24px;
  border-radius: 0 12px 12px 0;
  max-width: 800px;
}

.service-key-takeaways p {
  margin: 0;
  font-size: 1.05em;
  color: #1e293b;
  line-height: 1.65;
  font-weight: 500;
}

.service-key-takeaways strong { color: #0063A0; }

/* TOC – clear heading + list */
.service-toc {
  margin-bottom: 32px;
  padding: 20px 0;
  border-bottom: 2px solid #e0f2fe;
}

.service-toc .service-toc-title {
  font-size: 1.1em;
  font-weight: 700;
  color: #0063A0;
  margin: 0 0 12px 0;
  display: block;
}

.service-toc-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-toc-nav li {
  margin: 6px 0;
  padding: 0;
  font-size: 0.95em;
  line-height: 1.4;
}

.service-toc-nav a {
  color: #475569;
  text-decoration: none;
}

.service-toc-nav a:hover {
  color: #0063A0;
  text-decoration: underline;
}

/* Main content wrapper – sections and typography */
.service-body {
  max-width: 800px;
  margin: 0 auto;
}

/* Headers: ensure they win over theme .post-content styles */
.service-landing-page .service-body h2,
.service-landing-page .post-content h2 {
  font-size: 1.75em !important;
  color: #0063A0 !important;
  margin: 40px 0 20px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid #e0f2fe !important;
  line-height: 1.3 !important;
}

.service-landing-page .service-body h2:first-of-type,
.service-landing-page .post-content h2:first-of-type {
  margin-top: 0 !important;
}

.service-landing-page .service-body h3,
.service-landing-page .post-content h3 {
  font-size: 1.25em !important;
  color: #1e293b !important;
  margin: 28px 0 12px !important;
  font-weight: 600 !important;
}

.service-body p {
  color: #334155;
  line-height: 1.75;
  margin-bottom: 1em;
}

.service-body ul {
  margin: 16px 0 24px;
  padding-left: 1.5em;
}

.service-body li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #475569;
}

/* Bullet sections as cards (Who this is for / What you get) */
.service-cards-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0 32px;
}

.service-card {
  background: white;
  border: 2px solid #e0f2fe;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 99, 160, 0.06);
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #0063A0;
  box-shadow: 0 4px 20px rgba(0, 99, 160, 0.15);
  transform: translateY(-2px);
}

.service-card .card-icon {
  font-size: 2em;
  margin-bottom: 10px;
}

.service-card p, .service-card li {
  margin: 0;
  font-size: 0.98em;
  color: #475569;
  line-height: 1.5;
}

.service-card ul {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0;
}

.service-card li::before {
  content: "✓ ";
  color: #629E2D;
  font-weight: 700;
  margin-right: 6px;
}

/* List styled as card grid (What you get, etc.) */
.service-list-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 24px 0 32px;
}

.service-list-cards li {
  background: white;
  border: 2px solid #e0f2fe;
  border-radius: 12px;
  padding: 16px 18px;
  margin: 0;
  font-size: 0.98em;
  color: #475569;
  line-height: 1.45;
  transition: all 0.3s ease;
}

.service-list-cards li:hover {
  border-color: #0063A0;
  box-shadow: 0 4px 12px rgba(0, 99, 160, 0.12);
}

.service-list-cards li::before {
  content: "✓ ";
  color: #629E2D;
  font-weight: 700;
  margin-right: 6px;
}

/* Pricing band – gradient like homepage */
.service-pricing-band {
  background: linear-gradient(135deg, #e7f3ff 0%, #f0f8ff 100%);
  border: 2px solid #0063A0;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 32px 0 40px;
  text-align: center;
}

.service-pricing-band p {
  margin: 0;
  font-size: 1.1em;
  color: #1e293b;
  line-height: 1.6;
}

.service-pricing-band strong { color: #0063A0; }

/* Form section – clear container + trust strip */
.service-form-intro {
  font-size: 1.15em;
  color: #0063A0;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.service-form-wrap {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  margin: 24px 0 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.service-form-wrap iframe {
  border-radius: 8px;
}

.service-trust {
  text-align: center;
  padding: 16px 20px;
  margin: 20px 0 32px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.service-trust p {
  font-size: 0.95em;
  color: #64748b;
  margin: 0 0 10px;
}

.service-trust .trust-icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.9em;
  color: #629E2D;
  font-weight: 600;
}

/* FAQ section */
.service-faq-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid #e0f2fe;
}

.service-faq-section h2 {
  margin-top: 0;
  text-align: center;
}

.service-open-new-tab {
  text-align: center;
  margin: 24px 0 32px;
  padding: 16px;
  background: #f0f9ff;
  border-radius: 8px;
}

.service-open-new-tab a {
  color: #0063A0;
  font-weight: 600;
  text-decoration: none;
}

.service-open-new-tab a:hover { text-decoration: underline; }

/* Mobile */
@media (max-width: 768px) {
  .service-landing-hero {
    padding: 32px 16px 40px;
    margin: 0 -16px 0;
    border-radius: 0 0 12px 12px;
  }

  .service-landing-hero h1 { font-size: 1.65em; }
  .service-landing-hero .hero-sub { font-size: 1.1em; }
  .service-landing-hero .hero-cta-btn {
    display: block;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
  }

  .service-key-takeaways {
    margin: 24px 0 20px;
    padding: 16px 20px;
  }

  .service-body h2 { font-size: 1.5em; margin: 32px 0 16px; }
  .service-cards-wrap { grid-template-columns: 1fr; }
  .service-list-cards { grid-template-columns: 1fr; }
  .service-pricing-band { padding: 20px 16px; }
  .service-form-wrap { padding: 12px; }
  .service-trust .trust-icons { gap: 16px; }
}

@media (max-width: 768px) {
  #JotFormIFrame-252943654936065,
  #JotFormIFrame-251673088922161 { height: 1400px !important; }
}
