* {
  transition-delay: 0;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: ease;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  background-color: #f4f7fb;
  color: #1a2238;
  line-height: 1.5;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1a2238;
  line-height: 1.2;
}
a {
  color: #2563eb;
  text-decoration: none;
}
a:hover {
  color: #4fa3ff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 4rem 2rem;
  position: relative;
}
section .content_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.df {
  display: flex;
}
.fdr {
  flex-direction: row;
}
.fdc {
  flex-direction: column;
}
.fww {
  flex-wrap: wrap;
}
.jcc {
  justify-content: center;
}
.jcsb {
  justify-content: space-between;
}
.jcse {
  justify-content: space-evenly;
}
.aic {
  align-items: center;
}
.ais {
  align-items: stretch;
}
.gap1 {
  gap: 1rem;
}
.gap2 {
  gap: 2rem;
}
.dg {
  display: grid;
}
.gtc3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .gtc3 {
    grid-template-columns: 1fr;
  }
}
.w100p {
  width: 100%;
}
.tac {
  text-align: center;
}
header[tog="header"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.85rem 2rem;
  background-color: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(26,34,56,0.1);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(26,34,56,0.05);
}
header[tog="header"] .header__left {
  gap: 2rem;
}
header[tog="header"] a[tog="logo"] {
  gap: 0.6rem;
}
header[tog="header"] a[tog="logo"] img[tog="logo__header"] {
  height: 30px;
  width: auto;
}
header[tog="header"] nav[tog="nav__cta"] {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
header[tog="header"] nav[tog="nav__primary"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
header[tog="header"] nav[tog="nav__primary"] ul li a {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
  padding: 0.4rem 0.85rem;
  border-radius: 24px;
  white-space: nowrap;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
}
header[tog="header"] nav[tog="nav__primary"] ul li a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(26,34,56,0.08);
}
@media screen and (max-width: 767px) {
  header[tog="header"] {
    padding: 0.75rem 1rem;
  }
  header[tog="header"] .header__left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
  header[tog="header"] .header__right {
    margin-left: auto;
  }
}
nav[tog="nav__primary"] a[tog="nav__home"] {
  background: #dbeaff;
  color: #1e66d6;
}
nav[tog="nav__primary"] a[tog="nav__sermon_tv"] {
  background: #ffe9e0;
  color: #d2502a;
}
nav[tog="nav__primary"] a[tog="nav__essentials"] {
  background: #ecebff;
  color: #4f46e5;
}
nav[tog="nav__primary"] a[tog="nav__media_tools"] {
  background: #fff3d8;
  color: #9a6a00;
}
nav[tog="nav__primary"] a[tog="nav__booster"] {
  background: rgba(26,34,56,0.12);
  color: #1a2238;
}
nav[tog="nav__primary"] a[tog="nav__pricing"] {
  background: #e6f5e1;
  color: #2e7d32;
}
nav[tog="nav__primary"] a.nav__active {
  box-shadow: 0 4px 12px rgba(26,34,56,0.18);
}
nav[tog="nav__primary"] a.nav__active[tog="nav__home"] {
  background: #1e66d6;
  color: #fff;
}
nav[tog="nav__primary"] a.nav__active[tog="nav__sermon_tv"] {
  background: #d2502a;
  color: #fff;
}
nav[tog="nav__primary"] a.nav__active[tog="nav__essentials"] {
  background: #4f46e5;
  color: #fff;
}
nav[tog="nav__primary"] a.nav__active[tog="nav__media_tools"] {
  background: #c77f0a;
  color: #fff;
}
nav[tog="nav__primary"] a.nav__active[tog="nav__booster"] {
  background: #1a2238;
  color: #fff;
}
nav[tog="nav__primary"] a.nav__active[tog="nav__pricing"] {
  background: #2e7d32;
  color: #fff;
}
footer[tog="footer"] {
  background-color: #1a2238;
  color: #f5f5f7;
  padding: 3rem 2rem 1.5rem;
  margin-top: auto;
  border-top: 1px solid rgba(255,255,255,0.1);
}
footer[tog="footer"] h3 {
  color: #f5f5f7;
}
footer[tog="footer"] .footer__content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  footer[tog="footer"] .footer__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
footer[tog="footer"] .footer__column h3 {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer[tog="footer"] .footer__column.brand img {
  width: 130px;
  margin-bottom: 1rem;
}
footer[tog="footer"] .footer__column.brand p[tog="footer__tagline"] {
  color: rgba(245,245,247,0.78);
  font-size: 0.95rem;
  max-width: 320px;
  margin: 0 0 0.75rem 0;
}
@media screen and (max-width: 767px) {
  footer[tog="footer"] .footer__column.brand p[tog="footer__tagline"] {
    margin: 0 auto 0.75rem;
  }
}
footer[tog="footer"] .footer__column.brand p[tog="footer__directory"] {
  color: rgba(245,245,247,0.78);
  font-size: 0.85rem;
  max-width: 320px;
  margin: 0;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  footer[tog="footer"] .footer__column.brand p[tog="footer__directory"] {
    margin: 0 auto;
  }
}
footer[tog="footer"] .footer__column.links nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer[tog="footer"] .footer__column.links nav ul li a {
  color: rgba(245,245,247,0.78);
  font-size: 0.9rem;
}
footer[tog="footer"] .footer__column.links nav ul li a:hover {
  color: #61acff;
}
footer[tog="footer"] .footer__bottom {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
footer[tog="footer"] .footer__bottom p {
  font-size: 0.8rem;
  color: rgba(245,245,247,0.78);
  margin: 0;
}
.header__right {
  gap: 0.75rem;
}
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.nav__toggle .nav__toggle_bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #1a2238;
  border-radius: 2px;
}
.nav__overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,15,30,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 200;
}
.nav__overlay.is_open {
  opacity: 1;
  visibility: visible;
}
.nav__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 320px;
  background: #fff;
  box-shadow: -8px 0 30px rgba(10,15,30,0.2);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  z-index: 201;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem 2rem;
}
.nav__drawer.is_open {
  transform: translateX(0);
}
.nav__drawer_close {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  font-size: 1.7rem;
  line-height: 1;
  background: none;
  border: none;
  color: #4a556b;
  cursor: pointer;
  border-radius: 10px;
}
.nav__drawer_list {
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.nav__drawer_list li a {
  display: block;
  padding: 0.85rem 0.75rem;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #1a2238;
  border-radius: 10px;
  text-decoration: none;
}
.nav__drawer_list li a:hover {
  background: #f4f7fb;
}
.nav__drawer_cta {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(26,34,56,0.1);
}
.nav__drawer_cta a.tog__btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header[tog="header"] nav[tog="nav__primary"] {
    display: none;
  }
  header[tog="header"] nav[tog="nav__cta"] {
    display: none;
  }
  .nav__toggle {
    display: flex;
  }
}
.section_skip {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 150;
  flex-direction: column;
  gap: 0.5rem;
}
.section_skip__btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(26,34,56,0.1);
  background: rgba(255,255,255,0.95);
  color: #1a2238;
  box-shadow: 0 4px 14px rgba(10,15,30,0.18);
  cursor: pointer;
}
.section_skip__btn svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .section_skip {
    display: flex;
  }
}
