:root {
    --blue-900: #082f6f;
    --blue-800: #0d47a1;
    --blue-700: #1565c0;
    --blue-500: #42a5f5;
    --gold: #f4b942;
    --text: #1f2937;
    --muted: #5b6777;
    --light: #f5f7fa;
    --white: #ffffff;
    --shadow: 0 20px 60px rgba(8, 47, 111, 0.15);
    --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); line-height: 1.6; background: var(--white); }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 5%; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); box-shadow: 0 5px 24px rgba(0,0,0,.08); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--blue-900); line-height: 1.05; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 12px; }
.site-nav { display: flex; align-items: center; gap: 18px; font-weight: 700; color: var(--blue-900); }
.site-nav a { padding: 8px 4px; }
.nav-button { padding: 10px 16px !important; border-radius: 999px; background: var(--blue-800); color: var(--white); }
.menu-toggle { display: none; border: 0; background: var(--blue-800); color: white; padding: 10px 12px; border-radius: 8px; font-size: 22px; }
.section-pad { padding: 82px 5%; }

.top-verse-strip { margin: 0; padding: 30px 5% 18px; background: linear-gradient(135deg, #ffffff 0%, #eef5ff 100%); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(13,71,161,.08); }
.top-verse-card { width: min(650px, 100%); background: rgba(255,255,255,.92); border: 1px solid rgba(13,71,161,.14); box-shadow: 0 16px 40px rgba(8,47,111,.12); border-radius: 22px; padding: 24px 28px; }
.top-verse-card p { margin: 18px 0 10px; color: var(--blue-900); font-weight: 900; font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.45; }
.top-verse-card strong { color: var(--muted); font-size: 1rem; }
.pill { display: inline-block; padding: 5px 14px; border: 1px solid var(--blue-900); border-radius: 999px; color: var(--blue-900); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 900; margin-right: 8px; }
.pill.light { border-color: #cbd5e1; color: var(--muted); background: #f8fafc; }
.cross-mark { width: 96px; height: 96px; flex: none; border-radius: 50%; display: grid; place-items: center; color: var(--gold); border: 2px solid rgba(244,185,66,.4); font-size: 3rem; background: rgba(255,255,255,.5); }

.light-section { background: var(--light); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 46px; min-height: calc(100vh - 82px); background: radial-gradient(circle at top right, rgba(66,165,245,.18), transparent 35%), linear-gradient(135deg, #ffffff 0%, #eef5ff 100%); }
.eyebrow { margin: 0 0 10px; color: var(--blue-700); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; color: var(--blue-900); }
h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); margin-bottom: 20px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 14px; }
h3 { font-size: 1.35rem; }
.hero-text { font-size: 1.25rem; color: var(--muted); max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; padding: 14px 22px; font-weight: 900; border: 2px solid var(--blue-800); transition: .2s ease; }
.button.primary { background: var(--blue-800); color: var(--white); }
.button.secondary { background: var(--gold); color: #1a1a1a; border-color: var(--gold); }
.button.ghost { background: transparent; color: var(--blue-800); }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(13,71,161,.18); }
.quick-info { display: grid; gap: 8px; color: var(--blue-900); font-weight: 700; }
.hero-video-card { padding: 14px; background: white; border-radius: 32px; box-shadow: var(--shadow); border: 1px solid rgba(13,71,161,.1); }
.hero-video-card video { width: 100%; border-radius: 24px; background: #e9eef7; aspect-ratio: 1/1; object-fit: cover; }
.section-heading { text-align: center; max-width: 790px; margin: 0 auto 42px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card, .highlight-card, .blog-card, .review-placeholder, .contact-form, .verse-card, .email-list-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(13,71,161,.08); }
.card { padding: 28px; }
.card h3 { margin-bottom: 10px; }
.card p { margin-bottom: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; max-width: 1180px; margin: 0 auto; }
.warranty-section { background: linear-gradient(135deg, var(--blue-900), var(--blue-700)); color: white; }
.warranty-section h2, .warranty-section h3, .warranty-section .eyebrow { color: white; }
.warranty-section p { color: rgba(255,255,255,.9); }
.highlight-card { padding: 32px; color: var(--text); }
.highlight-card h3 { color: var(--blue-900); }
.highlight-card ul { margin: 0; padding-left: 20px; }
.logo-panel { display: flex; justify-content: center; align-items: center; padding: 36px; background: var(--light); border-radius: 32px; }
.logo-panel img { width: min(380px, 90%); border-radius: 22px; }
.verse-section { background: linear-gradient(180deg, #ffffff, #eef5ff); }
.verse-card { max-width: 860px; margin: 0 auto; padding: 42px; text-align: center; position: relative; overflow: hidden; }
.verse-card::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 8px; background: linear-gradient(90deg, var(--blue-900), var(--blue-500), var(--gold)); }
.verse-icon { width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 22px; display: grid; place-items: center; background: var(--blue-800); color: white; font-size: 2rem; }
.verse-text { font-size: clamp(1.35rem, 3vw, 2rem); color: var(--blue-900); font-weight: 700; margin: 0 0 20px; }
.verse-reference { font-weight: 900; color: var(--text); }
.verse-reference span { background: var(--gold); padding: 4px 9px; border-radius: 999px; margin-left: 8px; font-size: .8rem; }
.powered { display: inline-block; margin-top: 14px; color: var(--blue-700); font-weight: 700; font-size: .9rem; }
.email-list-card { max-width: 860px; margin: 24px auto 0; padding: 28px; display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.coming-soon { flex: none; background: var(--blue-800); color: white; padding: 10px 14px; border-radius: 999px; font-weight: 900; text-transform: uppercase; font-size: .8rem; }
.blog-card { max-width: 1100px; margin: 0 auto; padding: 18px; min-height: 220px; }
.review-placeholder { max-width: 720px; margin: 0 auto; text-align: center; padding: 34px; }
.review-placeholder span { color: var(--gold); font-size: 2rem; letter-spacing: .15em; }
.area-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.area-grid span { background: white; padding: 18px; border-radius: 14px; text-align: center; font-weight: 900; color: var(--blue-900); box-shadow: 0 8px 24px rgba(8,47,111,.08); }
.faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { border: 1px solid rgba(13,71,161,.12); border-radius: 16px; overflow: hidden; background: white; box-shadow: 0 8px 24px rgba(8,47,111,.07); }
.faq-item button { width: 100%; padding: 20px; border: 0; background: white; text-align: left; color: var(--blue-900); font-weight: 900; font-size: 1rem; cursor: pointer; }
.faq-item button::after { content: '+'; float: right; font-size: 1.25rem; }
.faq-item.active button::after { content: '–'; }
.faq-item p { display: none; margin: 0; padding: 0 20px 20px; color: var(--muted); }
.faq-item.active p { display: block; }
.contact-section { background: var(--blue-900); color: white; }
.contact-section h2, .contact-section .eyebrow { color: white; }
.contact-section p { color: rgba(255,255,255,.88); }
.contact-cards { display: grid; gap: 12px; margin-top: 24px; }
.contact-cards a { background: rgba(255,255,255,.1); padding: 16px; border-radius: 14px; font-weight: 900; }
.contact-form { padding: 28px; color: var(--text); display: grid; gap: 14px; }
.contact-form label { font-weight: 800; color: var(--blue-900); display: grid; gap: 7px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d7deea; border-radius: 12px; font: inherit; }
.site-footer { padding: 42px 5%; text-align: center; background: #061f49; color: white; }
.site-footer img { width: 90px; margin: 0 auto 14px; border-radius: 16px; }
.site-footer a { color: white; font-weight: 800; }
@media (max-width: 980px) {
    .menu-toggle { display: block; }
    .site-nav { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: stretch; padding: 20px 5%; background: white; box-shadow: 0 15px 35px rgba(0,0,0,.12); }
    .site-nav.open { display: flex; }
    .hero, .split { grid-template-columns: 1fr; }
    .hero { min-height: auto; padding-top: 44px; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .area-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .top-verse-strip { padding: 20px 5%; }
    .cross-mark { display: none; }
    .section-pad { padding: 58px 5%; }
    .brand span { display: none; }
    .card-grid, .area-grid { grid-template-columns: 1fr; }
    .email-list-card { display: block; }
    .coming-soon { display: inline-block; margin-top: 14px; }
    .hero-actions .button { width: 100%; }
    .verse-card { padding: 34px 22px; }
}






/* ==========================================================
   WEBSITE CORRECTED FINAL OVERRIDES
   ========================================================== */

/* Make the top Bible verse a compact full-width banner */
main > .top-verse-section {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  background: #ffffff !important;
  border-top: 6px solid #0d47a1 !important;
  border-bottom: 1px solid rgba(13,71,161,.14) !important;
  box-shadow: 0 10px 30px rgba(8,47,111,.08) !important;
  overflow: visible !important;
}

main > .top-verse-section::after {
  display: none !important;
  content: none !important;
}

main > .top-verse-section .top-verse-card {
  width: 100% !important;
  max-width: none !important;
  min-height: 112px !important;
  margin: 0 !important;
  padding: 20px clamp(20px, 5vw, 72px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  gap: 24px !important;
  text-align: left !important;
  background: #ffffff !important;
}

main > .top-verse-section .top-verse-card::before {
  display: none !important;
  content: none !important;
}

main > .top-verse-section .verse-icon {
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  font-size: 1.85rem !important;
  background: #0d47a1 !important;
  color: #ffffff !important;
}

main > .top-verse-section .verse-text {
  margin: 0 !important;
  color: #0b3478 !important;
  font-weight: 900 !important;
  font-size: clamp(1rem, 1.25vw, 1.28rem) !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

main > .top-verse-section .verse-reference {
  margin: 0 !important;
  color: #111827 !important;
  font-size: .96rem !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

main > .top-verse-section .powered {
  margin: 0 !important;
  color: #0d47a1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

/* Disable old generic section plus marks */
section::after {
  display: none !important;
  content: none !important;
}

/* Every header nav section gets a cross top-right and Back to top bottom-left */
.nav-section {
  position: relative !important;
  overflow: visible !important;
  padding-top: 104px !important;
  padding-bottom: 92px !important;
}

.nav-section .section-cross {
  display: flex !important;
  position: absolute !important;
  top: 34px !important;
  right: clamp(24px, 5vw, 74px) !important;
  width: 78px !important;
  height: 78px !important;
  border: 2px solid rgba(13, 71, 161, .30) !important;
  border-radius: 50% !important;
  color: rgba(13, 71, 161, .72) !important;
  background: rgba(255,255,255,.55) !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 54px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  z-index: 50 !important;
  pointer-events: none !important;
}

.nav-section .section-cross::before {
  content: none !important;
}

.warranty-section .section-cross,
.contact-section .section-cross {
  border-color: rgba(255,255,255,.48) !important;
  color: rgba(255,255,255,.82) !important;
  background: rgba(255,255,255,.08) !important;
}

.nav-section .back-top {
  display: inline-block !important;
  position: absolute !important;
  left: clamp(24px, 5vw, 74px) !important;
  bottom: 30px !important;
  color: inherit !important;
  font-weight: 900 !important;
  text-decoration: underline !important;
  z-index: 55 !important;
}

.contact-section .back-top,
.warranty-section .back-top {
  color: #ffffff !important;
}

@media (max-width: 900px) {
  main > .top-verse-section .top-verse-card {
    min-height: auto !important;
    grid-template-columns: 44px 1fr !important;
    gap: 12px 14px !important;
    padding: 16px 18px !important;
  }

  main > .top-verse-section .verse-icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 1.55rem !important;
  }

  main > .top-verse-section .verse-reference,
  main > .top-verse-section .powered {
    grid-column: 2 !important;
    white-space: normal !important;
  }

  .nav-section {
    padding-top: 84px !important;
    padding-bottom: 78px !important;
  }

  .nav-section .section-cross {
    width: 54px !important;
    height: 54px !important;
    font-size: 38px !important;
    top: 18px !important;
    right: 18px !important;
  }

  .nav-section .back-top {
    left: 20px !important;
    bottom: 24px !important;
  }
}


/* WEBSITE CORRECTED: shorter full-width top daily verse banner */
main > .top-verse-section {
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

main > .top-verse-section .top-verse-card {
  min-height: 72px !important;
  padding: 10px clamp(18px, 4vw, 64px) !important;
  grid-template-columns: 42px minmax(0,1fr) auto auto !important;
  gap: 18px !important;
}

main > .top-verse-section .verse-icon {
  width: 38px !important;
  height: 38px !important;
  font-size: 1.35rem !important;
}

main > .top-verse-section .verse-text {
  font-size: clamp(.88rem, 1vw, 1.05rem) !important;
  line-height: 1.35 !important;
}

main > .top-verse-section .verse-reference,
main > .top-verse-section .powered {
  font-size: .88rem !important;
}

/* Homepage video blog block */
.video-blog-home {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(13,71,161,.18);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(13,71,161,.08);
}

.video-blog-home h3 {
  margin: 6px 0 8px;
  color: #0d3478;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.video-card {
  margin-top: 18px;
}

.video-card video {
  width: 100%;
  max-height: 520px;
  border-radius: 18px;
  background: #081b3f;
  box-shadow: 0 12px 28px rgba(13,71,161,.18);
}

.video-card h4 {
  margin: 12px 0 0;
  color: #0d3478;
}

.video-placeholder {
  margin-top: 18px;
  padding: 22px;
  border-radius: 16px;
  border: 1px dashed rgba(13,71,161,.35);
  background: rgba(13,71,161,.04);
  color: #0f172a;
}

.video-placeholder span {
  display: block;
  margin-top: 6px;
  color: #4b5563;
}

.see-more-link {
  display: inline-block;
  margin-top: 18px;
  color: #0d47a1;
  font-weight: 900;
  text-decoration: underline;
}

/* All blogs page */
.blog-page-main {
  padding: 70px clamp(20px, 6vw, 90px);
  background: linear-gradient(135deg,#ffffff,#eef6ff);
}

.blog-page-header {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.blog-page-header h1 {
  color: #0d3478;
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin: 0;
}

.blog-page-section {
  max-width: 1100px;
  margin: 30px auto;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(13,71,161,.16);
  box-shadow: 0 18px 40px rgba(13,71,161,.08);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 22px;
}

@media (max-width: 900px) {
  main > .top-verse-section .top-verse-card {
    grid-template-columns: 38px 1fr !important;
    min-height: auto !important;
    padding: 10px 16px !important;
    gap: 8px 12px !important;
  }

  main > .top-verse-section .verse-reference,
  main > .top-verse-section .powered {
    grid-column: 2 !important;
    white-space: normal !important;
    font-size: .82rem !important;
  }
}
