:root {
  --bg: #f8fafc;
  --ink: #0f172a;
  --muted: #475569;
  --primary: #0f766e;
  --primary-dark: #0b5f58;
  --card: #ffffff;
  --line: #dbe5ef;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f0fdfb 0%, #f8fafc 40%, #ffffff 100%);
}
.bg-orb { position: fixed; border-radius: 999px; filter: blur(44px); opacity: .28; z-index: -1; }
.orb-1 { width: 320px; height: 320px; background: #5eead4; top: -80px; left: -100px; }
.orb-2 { width: 280px; height: 280px; background: #fde68a; top: 120px; right: -100px; }
.container { width: min(1200px, 92%); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.86); backdrop-filter: blur(10px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-badge { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--primary); color: #fff; font-weight: 700; }
.brand strong { display: block; font-family: "Merriweather", serif; font-size: 1rem; }
.brand small { color: var(--muted); font-size: .78rem; }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 8px 12px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 14px; }
.menu-root, .menu-root ul { list-style: none; margin: 0; padding: 0; }
.menu-root { display: flex; align-items: center; gap: 4px; }
.menu-root > li { position: relative; }
.menu-root a { text-decoration: none; color: var(--ink); font-weight: 600; display: block; padding: 10px 12px; border-radius: 8px; }
.menu-root > li > a:hover { background: #eff6ff; }
.menu-root li ul { position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 28px rgba(15,23,42,.12); display: none; }
.menu-root li:hover > ul { display: block; }
.menu-root li ul li { position: relative; }
.menu-root li ul li ul { left: 100%; top: 0; }
.nav-cta { margin-left: 8px; }
.main-content { padding: 24px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 28px; padding: 20px 0; }
.eyebrow { display: inline-block; border: 1px solid #a7f3d0; background: #ecfdf5; color: #065f46; border-radius: 999px; padding: 5px 10px; font-weight: 700; font-size: .8rem; }
h1 { font-family: "Merriweather", serif; font-size: clamp(1.8rem, 3.2vw, 2.9rem); line-height: 1.2; margin: 14px 0 12px; }
.hero-intro { font-size: 1.08rem; color: var(--muted); max-width: 64ch; }
.hero-media img { width: 100%; height: auto; border-radius: 18px; border: 1px solid var(--line); background: #fff; }
.cta-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.trust-row { margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; color: #0f766e; font-size: .86rem; font-weight: 700; }
.trust-row span { border: 1px solid #99f6e4; background: #f0fdfa; border-radius: 999px; padding: 4px 10px; }
.btn { display: inline-block; text-decoration: none; font-weight: 700; border-radius: 10px; padding: 11px 15px; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 8px 0 12px; }
.feature-card { border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: var(--card); }
.feature-card img { width: 100%; height: auto; border-radius: 10px; }
.feature-card h3 { margin: 12px 0 6px; }
.feature-card p { margin: 0; color: var(--muted); }
.content-card { border: 1px solid var(--line); border-radius: 14px; padding: 22px; background: var(--card); margin: 16px 0; }
.prose h2, .prose h3 { font-family: "Merriweather", serif; margin-top: 1rem; }
.prose p, .prose li { line-height: 1.78; color: #1f2937; }
summary { cursor: pointer; font-weight: 700; }
.link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px; }
.link-grid a { text-decoration: none; color: #0f172a; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafc; }
.site-footer { border-top: 1px solid var(--line); margin-top: 20px; background: #0f172a; color: #dbeafe; }
.footer-grid { padding: 34px 0 20px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 20px; }
.footer-grid h4, .footer-grid h5 { margin: 0 0 10px; color: #fff; }
.footer-grid p { margin: 0; color: #bfdbfe; line-height: 1.7; }
.footer-grid a { display: block; color: #93c5fd; text-decoration: none; margin: 6px 0; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1e293b; padding: 12px 0 24px; display: flex; justify-content: space-between; gap: 12px; color: #94a3b8; font-size: .9rem; flex-wrap: wrap; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .menu-toggle { display: inline-block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 10px 4%; }
  .main-nav.open { display: block; }
  .menu-root { flex-direction: column; align-items: stretch; }
  .menu-root li ul, .menu-root li ul li ul { position: static; display: block; box-shadow: none; border: 0; margin-left: 8px; }
  .nav-cta { margin: 8px 0 0; width: fit-content; }
}
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }


/* Added trust + blog + mobile sticky apply */
.main-content { padding-bottom: 96px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.testimonials-grid blockquote { margin: 0; border: 1px solid var(--line); border-radius: 12px; padding: 14px; background: #f8fafc; }
.testimonials-grid cite { display: block; margin-top: 8px; color: var(--muted); font-style: normal; font-weight: 700; }
.badges-row { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.badges-row span { border: 1px solid #99f6e4; background: #f0fdfa; border-radius: 999px; padding: 4px 10px; color: #0f766e; font-weight: 700; font-size: .84rem; }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.blog-card { border: 1px solid var(--line); border-radius: 12px; padding: 14px; background: #fff; }
.blog-card h3 { margin: 0 0 8px; }
.blog-card p { margin: 0 0 8px; color: var(--muted); }
.blog-card a { color: #0f172a; text-decoration: none; }
.read-more { font-weight: 700; color: var(--primary) !important; }
.mobile-sticky-cta { display: none; }
@media (max-width: 980px) {
  .testimonials-grid, .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .main-content { padding-bottom: 120px; }
  .mobile-sticky-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    display: flex; gap: 8px; padding: 10px 4%; background: rgba(255,255,255,.95);
    border-top: 1px solid var(--line); backdrop-filter: blur(8px);
  }
  .mobile-sticky-cta .btn { flex: 1; text-align: center; }
}


.related-blogs h2 { margin-top: 0; }


.author-box p { margin: 6px 0; color: #334155; }
.author-box h2 { margin-top: 0; }
