: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; }
}




/* Top Daily Verse should match the main Daily Verse card */
.top-verse-section {
    padding-top: 36px;
    padding-bottom: 52px;
    background: linear-gradient(180deg, #ffffff, #eef5ff);
}
.top-verse-section .top-verse-card {
    max-width: 860px;
    margin: 0 auto;
}

/* Visible cross accent in the top-right of every main section */
section {
  position: relative;
  overflow: hidden;
}
section::after {
  content: "+";
  position: absolute;
  top: 34px;
  right: 5%;
  width: 74px;
  height: 74px;
  border: 2px solid rgba(244, 185, 66, 0.45);
  border-radius: 50%;
  color: rgba(176, 107, 22, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  font-weight: 200;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  z-index: 2;
}
section > * {
  position: relative;
  z-index: 3;
}
.hero::after,
.light-section::after,
.verse-section::after,
.reviews-section::after {
  border-color: rgba(244, 185, 66, 0.45);
  color: rgba(176, 107, 22, 0.55);
}
.warranty-section::after,
.contact-section::after {
  border-color: rgba(255,255,255,.45);
  color: rgba(255,255,255,.6);
}
@media (max-width: 800px) {
  section::after {
    width: 48px;
    height: 48px;
    font-size: 42px;
    top: 18px;
    right: 18px;
    opacity: .8;
  }
  .top-verse-section { padding-top: 28px; }
}


/* FINAL: Compact top Daily Verse banner */
.top-verse,
.verse-strip,
.daily-verse-top,
#top-verse {
  width: 100%;
  max-width: none;
}

.top-verse .container,
.verse-strip .container,
.daily-verse-top .container,
#top-verse .container {
  max-width: 100%;
}

.top-verse-card,
.top-verse .verse-card,
.verse-strip .verse-card,
.daily-verse-top .verse-card,
#top-verse .verse-card {
  width: 100%;
  max-width: none;
  border-radius: 0;
  min-height: 96px;
  padding: 22px 48px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
}

.top-verse-card .verse-text,
.top-verse .verse-text,
.verse-strip .verse-text,
.daily-verse-top .verse-text,
#top-verse .verse-text {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.45;
  text-align: left;
  margin: 0;
}

.top-verse-card .verse-ref,
.top-verse .verse-ref,
.verse-strip .verse-ref,
.daily-verse-top .verse-ref,
#top-verse .verse-ref {
  white-space: nowrap;
  margin: 0;
}

.top-verse-card .powered,
.top-verse .powered,
.verse-strip .powered,
.daily-verse-top .powered,
#top-verse .powered {
  white-space: nowrap;
  margin: 0;
}

/* FINAL: Cross in top-right and Back to top in bottom-left for each nav section */
.nav-section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 88px;
}

.nav-section .section-cross {
  position: absolute;
  top: 34px;
  right: 46px;
  width: 76px;
  height: 76px;
  border: 2px solid rgba(13, 71, 161, 0.22);
  border-radius: 50%;
  color: rgba(13, 71, 161, 0.58);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 66px;
  font-weight: 200;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  z-index: 2;
}

.nav-section .section-cross::before {
  content: "†";
  transform: translateY(-2px);
}

.nav-section .back-top {
  position: absolute;
  left: clamp(24px, 6vw, 120px);
  bottom: 28px;
  color: #111827;
  font-weight: 700;
  text-decoration: underline;
  z-index: 3;
}

@media (max-width: 900px) {
  .top-verse-card,
  .top-verse .verse-card,
  .verse-strip .verse-card,
  .daily-verse-top .verse-card,
  #top-verse .verse-card {
    grid-template-columns: auto 1fr;
    padding: 18px 20px;
    gap: 12px 16px;
  }

  .nav-section {
    padding-top: 82px;
    padding-bottom: 78px;
  }

  .nav-section .section-cross {
    width: 54px;
    height: 54px;
    font-size: 46px;
    top: 20px;
    right: 18px;
  }
}
