.curriculum-bg {
    background: linear-gradient(135deg, #f1f8e9 0%, #dcedc8 100%) !important;
    border: 1px solid #81c78444 !important;
}
.games-bg {
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%) !important;
    border: 1px solid #4fc3f744 !important;
}
.crafts-bg {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%) !important;
    border: 1px solid #ffd54f44 !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    width: 100%;
    color: #333;
    background-color: #f9f9f9;
    overflow-x: hidden;
}
.org-name {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
a {
    color: #0056b3;
    text-decoration: none;
    transition: color .3s, text-decoration .3s;
}
a:hover,
a:focus {
    color: #0056b3;
    border-bottom: 1px solid #0056b3;
}
a:active {
    color: #004085;
}
img {
    max-width: 100%;
    height: auto;
}
.top-100-star {
    color: #C4A484;
    margin-right: 5px;
    font-size: 1.1em;
}
.main-page-navigation {
    background-color: #FFF2E6 !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-top: 1px solid #000000;
    border-bottom: 3px solid #4a6fa5;
    padding: 12px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    min-height: 54px;
}
.main-page-navigation .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    gap: 8px;
}
.main-page-navigation .nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero {
    position: relative !important;
}
.translate-wrapper {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 1000 !important;
    background-color: transparent !important;
}
#google_translate_element {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
#google_translate_element * {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
#google_translate_element .goog-te-combo {
    background-color: #ffffff !important;
    border: 1px solid #4a6fa5 !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    font-size: 0.85rem !important;
    color: #4a6fa5 !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.library-intro-break {
    display: block;
}
@media screen and (max-width: 768px) {
    .translate-wrapper {
        top: 60px !important;
        right: 10px !important;
    }
}
.main-page-navigation a {
    color: #1d1d1f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.main-page-navigation a:hover {
    color: #4a6fa5;
    border-bottom: none !important;
}
#main-navigation li:not(:last-child):after {
    content: '|';
    color: #4a6fa5;
    margin: 0 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.nav-has-dropdown {
    position: relative;
}
.nav-dropdown-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1f;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    line-height: 1;
    font-family: inherit;
    white-space: nowrap;
}
.nav-dropdown-btn:hover {
    color: #4a6fa5;
}
.nav-caret {
    font-size: 0.7em;
    display: inline-block;
}
.nav-dropdown-menu {
    display: none !important;
    list-style: none;
    margin: 0 !important;
    padding: 6px 0 !important;
    flex-direction: column;
}
.nav-dropdown-menu li {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.nav-dropdown-menu li::after {
    display: none !important;
}
.nav-dropdown-menu li a {
    display: block !important;
    width: 100%;
    padding: 11px 18px !important;
    font-size: 15px !important;
    color: #1d1d1f !important;
    font-weight: 600 !important;
    border-bottom: none !important;
    white-space: nowrap;
    line-height: 1.3;
    box-sizing: border-box;
    margin: 0 !important;
}
.nav-dropdown-menu li a:hover {
    background-color: #FFF2E6;
    color: #4a6fa5 !important;
    border-bottom: none !important;
}
@media (min-width: 769px) {
    .nav-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #ffffff;
        border: 1px solid #d1d5db;
        border-radius: 10px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        min-width: 210px;
        z-index: 1100;
    }
    .nav-has-dropdown:hover .nav-dropdown-menu {
        display: flex !important;
        flex-direction: column;
    }
    .main-page-navigation .nav-menu {
        display: block !important;
        position: static !important;
        max-height: none !important;
        overflow: visible !important;
        background-color: transparent;
        box-shadow: none;
        padding-top: 0;
        padding-bottom: 0;
        width: auto;
        left: auto;
        top: auto;
        z-index: auto;
    }
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
header {
    padding: 5px 0;
}
.header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 0 5px;
}
.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d5a3d;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: -15px;
}
.logo-icon {
    width: 500px;
    height: 128px;
    flex-shrink: 0;
    border-radius: 4px;
}
nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
}
nav ul li:not(:last-child):after {
    content: '|';
    color: #4a6fa5;
    margin-left: 20px;
    font-weight: 400;
}
nav ul li a {
    color: #4a6fa5;
    font-weight: 600;
    padding: 5px 0;
    position: relative;
}
nav ul li a:hover {
    color: #e67e3b;
}
nav ul li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #e67e3b;
    bottom: 0;
    left: 0;
    transition: width .3s;
}
nav ul li a:hover:after {
    width: 100%;
}
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #4a6fa5;
}
.hero {
    background-color: #ffffff !important;
    padding: 15px 20px 15px 20px !important;
    text-align: center !important;
    color: #1d1d1f !important;
    display: block !important;
    border-top: 6px solid #4a6fa5 !important;
    border-bottom: 1px solid #f5f5f7 !important;
}
.hero-content {
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 0 15px !important;
}
.hero-content a {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    display: inline-block !important;
}
.hero-content a:hover {
    text-decoration: none !important;
    background: none !important;
    border: none !important;
}
.hero-logo {
    width: 240px !important;
    height: auto !important;
    margin: 0 auto 4px auto !important;
    display: block !important;
    border: none !important;
}
.hero h1, .org-name {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.0 !important;
    margin: 0 auto 8px auto !important;
    color: #1d1d1f !important;
    text-align: center !important;
}
.hero p {
    font-size: 1.1rem !important;
    color: #636366 !important;
    font-weight: 400 !important;
    margin: 0 auto !important;
    max-width: 700px !important;
    line-height: 1.4 !important;
    text-align: center !important;
}
@media screen and (max-width: 768px) {
    body {
        padding-top: 30px !important;
    }
    .hero {
        padding: 40px 15px 15px 15px !important;
        border-top: none !important;
    }
    .hero h1 {
        font-size: 1.75rem !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
    .hero p {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
    }
    .hero-logo {
        width: 240px !important;
        margin-bottom: 10px !important;
    }
    #google_translate_element {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 44px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-color: #ffffff !important;
        z-index: 2000 !important;
        border: none !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
    }
    .goog-te-combo {
        font-size: 14px !important;
        height: 30px !important;
        width: 80% !important;
        max-width: 220px !important;
        margin: 0 !important;
        border: 1px solid #4a6fa5 !important;
        border-radius: 6px !important;
    }
    header {
        margin-top: 0 !important;
        padding-top: 20px !important;
        position: relative !important;
    }
    .main-page-navigation {
        border-top: none !important;
        margin-top: 0 !important;
    }
    .mobile-menu-btn {
        top: 20px !important;
    }
}
.hub-intro {
    max-width: 860px;
    margin: 0 auto;
    padding: 24px 20px 14px 20px;
}
.hub-intro h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.hub-intro p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.65;
    margin-bottom: 0;
}
.featured-carousel-section {
    background-color: #f5f5f7;
    padding: 16px 0 10px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.featured-carousel-section .container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.carousel-section-label {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4a6fa5;
    margin-bottom: 12px !important;
    margin-left: 0 !important;
}
.carousel-outer {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}
.carousel-viewport {
    flex: 1;
    min-width: 0;
    position: relative;
    margin-bottom: 0 !important;
    height: auto;
}
.carousel-slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 1;
    display: none;
}
.carousel-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    display: block;
}
.carousel-card-link {
    display: block;
    text-decoration: none !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    height: 100%;
}
.carousel-card-link:hover {
    border-bottom: none !important;
}
.carousel-card {
    border-radius: 18px;
    padding: 22px 26px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    margin-bottom: 0 !important;
}
.carousel-card-link:hover .carousel-card {
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}
.carousel-card-eyebrow {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #555;
    margin-bottom: 6px;
    display: block;
}
.carousel-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1d1d1f;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 0;
}
.carousel-card p {
    font-size: 0.93rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 16px !important;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.carousel-series-btn {
    display: inline-block;
    background-color: #1d1d1f;
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
    margin-top: auto;
    align-self: flex-start;
    border-bottom: none !important;
    position: relative;
    z-index: 5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-appearance: none;
}
.carousel-btn {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.4rem;
    cursor: pointer;
    color: #4a6fa5;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    padding: 0;
    line-height: 1;
    margin-bottom: 0 !important;
    z-index: 10;
}
.carousel-btn:hover {
    background-color: #4a6fa5;
    color: #ffffff;
    border-color: #4a6fa5;
}
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    line-height: 1;
}
.carousel-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background-color: #d1d5db;
    cursor: pointer;
    padding: 0;
    margin: 0 !important;
    display: block;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.carousel-dot.active {
    background-color: #4a6fa5;
    transform: scale(1.35);
}
@media (max-width: 600px) {
    .carousel-outer {
        gap: 6px;
        padding: 0 8px;
    }
    .carousel-viewport {
    min-height: 0;
}
    .carousel-card {
        padding: 18px 18px;
        justify-content: space-between;
    }
    .carousel-card h3 {
        font-size: 1.15rem;
    }
    .carousel-card p {
        font-size: 0.88rem;
        margin-bottom: 12px !important;
    }
    .carousel-series-btn {
        margin-top: 10px;
        padding: 12px 24px;
        font-size: 0.95rem;
    }
    .carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 1.1rem;
    }
}
.curriculum-library-section {
    padding: 28px 0 24px 0;
}
.curriculum-library-section .library-heading {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}
.curriculum-library-section .library-intro {
    text-align: center;
    font-size: 1rem;
    color: #555;
    margin-bottom: 24px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}
.book-group {
    padding: 14px 20px 8px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.book-group:last-child {
    border-bottom: none;
    padding-bottom: 18px;
}
.book-group-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 6px;
    border-bottom: 2px solid #e5e7eb;
}
.lesson-list li a {
    color: #0056b3;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.lesson-list li a:hover {
    color: #e67e3b;
    border-bottom: none;
}
.lesson-meta {
    font-size: 0.78rem;
    color: #999;
    font-weight: 400;
    margin-left: 5px;
}
.trust-section {
    background-color: #fff0cc;
    border-top: 3px solid #f59e0b;
    padding: 28px 0 24px 0;
    margin-top: 8px;
}
.trust-section-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}
.trust-section h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.trust-section p {
    font-size: 0.98rem;
    color: #444;
    line-height: 1.65;
    margin-bottom: 14px;
}
.trust-section a {
    color: #4a6fa5;
    font-weight: 700;
}
.testimonial-section {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 32px 0 36px 0;
}
.testimonial-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
}
.testimonial-heading {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.testimonial-card {
    background-color: #fffaf5;
    border: 1px solid #f0e6d3;
    border-left: 4px solid #e67e3b;
    border-radius: 12px;
    padding: 20px 22px;
    margin: 0;
}
.testimonial-card p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 12px;
}
.testimonial-card cite {
    font-size: 0.82rem;
    font-weight: 700;
    color: #4a6fa5;
    font-style: normal;
    display: block;
}
@media (max-width: 768px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.votd-section {
    background: linear-gradient(135deg, #1a2e4a 0%, #2d4a6e 100%);
    padding: 36px 20px;
    text-align: center;
}
.votd-inner {
    max-width: 720px;
    margin: 0 auto;
}
.votd-label {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #f4b41a;
    margin-bottom: 14px;
}
.votd-verse {
    font-size: 1.25rem;
    font-style: italic;
    color: #ffffff;
    line-height: 1.7;
    margin: 0 0 12px 0;
    font-weight: 400;
}
.votd-reference {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #a8c4e0;
    font-style: normal;
    margin-bottom: 20px;
}
.votd-lesson-link {
    display: inline-block;
    background-color: #f4b41a;
    color: #1a2e4a !important;
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: background-color 0.2s ease;
}
.votd-lesson-link:hover {
    background-color: #e0a010;
    border-bottom: none !important;
}
@media (max-width: 600px) {
    .votd-verse {
        font-size: 1.1rem;
    }
}
.print-button {
    background-color: #4a6fa5;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color .3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    display: inline-block;
}
.print-button:hover {
    background-color: #3a5a8a;
}
.share-button {
    background-color: #4a6fa5;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color .3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    display: inline-block;
}
.blog-post {
    background-color: #fff;
    margin: 0 15px;
    padding: 20px 85px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    position: relative;
    top: -30px;
    width: calc(100% - 30px);
}
.blog-post h1 {
    color: #4a6fa5;
    margin-bottom: 20px;
    font-size: 2rem;
}
.section-title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.blog-content {
    font-size: 1.1rem;
    line-height: 1.8;
}
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    color: #4a6fa5;
    margin-top: 30px;
    margin-bottom: 15px;
}
.blog-content p {
    margin-bottom: 20px;
}
.blog-content ul,
.blog-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}
.blog-content li {
    display: block;
    margin-bottom: 25px;
    margin-top: 0;
}
.blog-post ul li,
.blog-post ol li {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}
.loading {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 1.2rem;
}
.lesson-container {
    max-width: 800px;
    margin: 0 auto !important;
    padding: 0px 5px !important;
    font-family: Arial, sans-serif;
    color: #111;
    text-align: left;
    width: 100%;
}
.lesson-container h1,
.lesson-container h2 {
    text-align: center;
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #999;
    padding-bottom: 5px;
}
.lesson-container h2 {
    color: #333;
}
.box {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
}
.series-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.series-grid .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    background-color: #ffffff;
}
.series-grid .box h3 {
    min-height: 2.4em;
    margin-top: 0;
    margin-bottom: 5px;
}
.series-grid .box p {
    flex-grow: 1;
    font-size: 0.9rem;
    margin-bottom: 15px;
}
.series-grid .nav-button-lesson {
    margin-top: auto;
    width: 100%;
    text-align: center;
    background-color: #2d5a3d;
    color: white !important;
}
.series-grid .nav-button-lesson span:first-child {
    justify-self: center;
    background-color: #ffc107;
    color: #000000 !important;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
}
.story-summary-box { background-color: #e0f2f7 !important; }
.big-idea           { background-color: #f9d0d0 !important; }
.jesus-connection   { background-color: #d6d4f7 !important; }
.discussion         { background-color: #daf7e2 !important; }
.application        { background-color: #d7e8ff !important; }
.craft              { background-color: #d4c8b5 !important; }
.memory             { background-color: #ffe5e5 !important; }
.prayer             { background-color: #e6f7d9 !important; }
.tips               { background-color: #fff0cc !important; }
.story-summary-box {
    background-image: linear-gradient(135deg, #e0f2f7 0%, #c8e6f0 100%);
    background-color: #e0f2f7;
}
.lesson-separator-line {
    display: block;
    height: 2px;
    background-color: #d5e0f0;
    margin: 30px auto;
    width: 90%;
}
.big-idea {
    background-color: #f9d0d0;
    background-image: linear-gradient(135deg, #f9d0d0 0%, #e8a6a6 100%);
}
.jesus-connection {
    background-color: #d6d4f7;
}
.discussion {
    background-color: #daf7e2;
}
.application {
    background-color: #d7e8ff;
}
.craft {
    background-color: #d4c8b5;
    color: #000;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.memory {
    background-color: #ffe5e5;
}
.prayer {
    background-color: #e6f7d9;
}
.tips {
    background-color: #fff0cc;
}
.materials-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.materials-list div {
    flex: 1 1 45%;
    padding-left: 15px;
}
.box li {
    margin-bottom: 15px;
}
p,
ul,
ol,
div {
    text-align: left;
    margin-left: 5px;
    margin-bottom: 1em;
}
ul {
    padding-left: 15px;
}
ol {
    list-style-position: outside;
    margin-left: 1.5em;
    padding-left: 0;
}
ol li {
    margin-left: 0;
    padding-left: .5em;
}
.next-lesson-link {
    text-align: right !important;
    margin-top: 30px;
    padding-right: 15px;
}
.lesson-button {
    display: inline-block;
    background-color: #e67e3b;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: normal;
    text-decoration: none;
    transition: background-color .3s ease;
}
.lesson-button:hover {
    background-color: #3a5a8a;
    text-decoration: none;
}
.lesson-bottom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 10px 15px;
    border-top: 1px solid #d5e0f0;
}
.nav-button-lesson {
    display: inline-block;
    background-color: #e67e3b;
    color: white !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: normal;
    text-decoration: none;
    transition: background-color .3s ease;
    flex-grow: 0;
    border-bottom: none !important;
}
.nav-button-lesson:hover {
    background-color: #3a5a8a !important;
    border-bottom: none !important;
}
.nav-button-lesson.next {
    margin-left: auto;
}
@media (max-width: 600px) {
    .lesson-bottom-nav {
        flex-direction: column;
        gap: 15px;
    }
    .nav-button-lesson {
        width: 100%;
        text-align: center;
    }
}
.unit-button-lesson {
    background-color: #2E7D32 !important;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    font-weight: bold;
}
.unit-button-lesson:hover {
    background-color: #4CAF50;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2) !important;
    transform: translateY(-2px);
    color: white !important;
    border-bottom: none !important;
}
footer {
    background-color: #4a6fa5;
    color: #ffffff;
    padding: 40px 20px;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}
.footer-section h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
}
.footer-section h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #ff914d;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 8px;
    padding-left: 18px;
}
.footer-links li strong {
    display: block;
    margin-left: -18px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.1rem;
}
.footer-links a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
    padding: 4px 0;
}
.footer-links a:hover {
    color: #ff914d;
    text-decoration: none;
}
.footer-bottom {
    text-align: center;
    padding-top: 10px !important;
    margin-top: 10px !important;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: .9rem;
    color: #ffffff;
    width: 100%;
}
.footer-bottom p {
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    display: block;
}
.application {
    margin: 30px auto;
    padding: 20px 15px;
    max-width: 900px;
    text-align: center;
}
.cta-link {
    color: #0056b3;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}
.donation-button {
    display: inline-block;
    background-color: #ffffff;
    color: #4a6fa5;
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.95rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    white-space: nowrap;
}
.mission-container {
    padding: 10px 0 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 10px;
}
.mission-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.mission-donate {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.qr-code {
    width: 120px;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
    background: white;
    padding: 5px;
}
.mission-text {
    flex: 1 1 300px;
    max-width: 600px;
}
.mission-text h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.mission-text p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 12px;
}
.button-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 10px 20px 0px auto;
}
.lesson-indent {
    margin-left: 100px;
}
@media screen and (min-width: 769px) {
    .nav-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
        background-color: transparent !important;
    }
    #main-navigation {
        display: flex !important;
        flex-direction: row !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .button-group {
        justify-content: center !important;
        margin: 10px auto 5px auto !important;
        width: 100% !important;
        padding: 0 15px !important;
    }
    .lesson-indent {
        margin-left: 20px;
    }
    .container {
        padding: 0 15px;
    }
    header {
        padding: 15px 0;
        position: relative;
    }
    .header-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .logo {
        font-size: 1.2rem;
        flex-wrap: wrap;
        line-height: 1.3;
        margin-bottom: 0;
    }
    .logo-icon {
        width: 250px;
        height: 64px;
    }
    .main-page-navigation {
        display: block !important;
        position: relative;
        background: #f0f2f5 !important;
        border-bottom: 3px solid #4a6fa5 !important;
        min-height: 0 !important;
        padding: 0 !important;
    }
    #main-navigation li:not(:last-child):after {
        display: none !important;
    }
    .main-page-navigation .nav-menu ul {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 0 !important;
    }
    .main-page-navigation a {
        display: block !important;
        width: 100%;
        padding: 18px 25px !important;
        font-size: 19px !important;
        font-weight: 700 !important;
        color: #1d1d1f !important;
        border-bottom: 1px solid #000000 !important;
        border-left: 8px solid transparent;
        transition: all 0.3s ease;
    }
    .main-page-navigation a:hover,
    .main-page-navigation a:active {
        background-color: #f19b5c !important;
        color: #ffffff !important;
        border-left: 8px solid #d46b2a !important;
        padding-left: 30px !important;
        border-bottom: 1px solid #000000 !important;
    }
    .nav-menu {
        display: none;
        max-height: 0;
        overflow: hidden;
        width: 100%;
        background-color: #FFF2E6 !important;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .nav-menu.active {
        display: block !important;
        max-height: 800px;
        padding: 0 !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        border-bottom: 4px solid #4a6fa5;
    }
    .mobile-menu-btn {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1001;
    }
    .hero {
        min-height: auto;
        padding: 20px 15px !important;
    }
    .blog-post {
        margin: 0;
        padding: 20px 15px;
        width: 100%;
        top: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .mobile-only {
        display: block !important;
    }
    .nav-has-dropdown {
        position: static;
        width: 100%;
    }
    .nav-dropdown-btn {
        display: block !important;
        width: 100%;
        padding: 18px 25px !important;
        font-size: 19px !important;
        color: #1d1d1f !important;
        border-bottom: 1px solid #000000 !important;
        border-left: 8px solid transparent;
        text-align: left;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }
    .nav-dropdown-btn:hover,
    .nav-dropdown-btn:active {
        background-color: #f19b5c !important;
        color: #ffffff !important;
        border-left: 8px solid #d46b2a !important;
    }
    .nav-dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background-color: #f5e8d8;
        min-width: auto;
        width: 100%;
    }
    .nav-dropdown-menu.mob-open {
        display: flex !important;
        flex-direction: column;
    }
    .nav-dropdown-menu li a {
        padding-left: 42px !important;
        font-size: 17px !important;
        border-bottom: 1px solid #000000 !important;
        background-color: #f5e8d8 !important;
        color: #1d1d1f !important;
        white-space: normal;
    }
    .nav-dropdown-menu li a:hover {
        background-color: #f19b5c !important;
        color: #ffffff !important;
        border-left: 8px solid #d46b2a !important;
    }
}
.share-link.facebook { background-color: #1877F2; }
.share-link.pinterest { background-color: #E60023; }
.share-link.twitter { background-color: #000000; }
.share-link.copy { background-color: #ffffff; color: #007bff; }
.share-link.copy.success { background-color: #28a745 !important; color: #ffffff !important; }
@media print {
    header, footer, nav, .hero, .mobile-menu-btn, .button-group, .lesson-bottom-nav, .main-page-navigation, .deep-dive-box {
        display: none !important;
    }
    body {
        background: white !important;
        color: black !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
    .blog-post {
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
        top: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
    }
    .lesson-container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 0.5in !important;
        display: block !important;
        float: none !important;
    }
    h1, h2 {
        page-break-after: avoid;
        text-align: center;
        color: #000 !important;
        font-size: 18pt !important;
        margin-top: 8pt !important;
        margin-bottom: 8pt !important;
    }
    p, li {
        font-size: 11pt !important;
        line-height: 1.3 !important;
        margin-bottom: 6pt !important;
    }
    .materials-list {
        display: block !important;
        width: 100% !important;
    }
    .materials-list div {
        width: 100% !important;
        margin-bottom: 4pt;
        display: block !important;
    }
    .box {
        padding: 10pt 12pt !important;
        margin-bottom: 10pt !important;
    }
}
.bible-toc-container {
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-item {
    margin-bottom: 8px;
    border-radius: 10px;
}
.accordion-header {
    background-color: #ffffff;
    border-left: 6px solid #e67e3b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.1);
}
.accordion-item.active .accordion-header {
    background-color: #fffaf7;
    border-left: 6px solid #d46b2a;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 1px 1px rgba(0,0,0,0.03);
    transform: translateY(2px);
}
.accordion-header span {
    font-size: 15px;
    font-weight: 500;
    color: #444;
}
.accordion-item.active .accordion-header span {
    color: #d46b2a;
}
.book-title {
    font-size: 19px;
    font-weight: 500;
    color: #1d1d1f;
}
.chevron {
    width: 12px;
    height: 12px;
    border-right: 3px solid #4a6fa5 !important;
    border-bottom: 3px solid #4a6fa5 !important;
    transform: rotate(-45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-right: 8px;
}
.accordion-item.active .chevron {
    transform: rotate(45deg) !important;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
}
.accordion-item.active .accordion-content {
    max-height: 4000px;
    border-bottom: 2px solid #4a6fa5;
    background-color: #ffffff;
}
.testament-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: grid-template-rows;
}
.testament-content-inner {
    overflow: hidden;
}
.testament-section.active .testament-content {
    grid-template-rows: 1fr;
}
.testament-section.active .testament-content-inner {
    padding: 15px 0;
}
.lesson-list {
    list-style: none;
    padding: 10px 0 30px 20px;
    margin: 0;
}
.lesson-list li {
    padding: 10px 0;
    border: none !important;
}
.testament-header {
    font-size: 26px;
    font-weight: 700;
    color: #1d1d1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
    background-color: #ffffff !important;
    border: 1px solid #e67e3b !important;
    border-left: 12px solid #e67e3b !important;
    padding: 22px 20px !important;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(230, 126, 59, 0.1) !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
    transform: translateZ(0);
    will-change: background-color, box-shadow;
}
.testament-header:hover {
    background-color: #fff9f5 !important;
    border-color: #d35400 !important;
    border-left-color: #d35400 !important;
    box-shadow: 0 8px 20px rgba(230, 126, 59, 0.2) !important;
}
.testament-section.active .testament-header {
    background-color: #fcfcfc !important;
    border-color: #4a6fa5 !important;
    border-left: 12px solid #4a6fa5 !important;
    transform: translateZ(0) !important;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05) !important;
}
.testament-chevron {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 3px solid #e67e3b !important;
    border-bottom: 3px solid #e67e3b !important;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    margin-right: 8px;
}
.testament-header:hover .testament-chevron {
    border-color: #d35400 !important;
}
.testament-section.active .testament-chevron {
    border-color: #4a6fa5 !important;
    transform: rotate(45deg);
}
.deep-dive-box {
    background-color: #fbfbfd;
    border: 1px solid #e5e5e7;
    border-left: 4px solid #0066cc;
    border-radius: 12px;
    margin: 24px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    box-sizing: border-box;
}
.audio-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0066cc;
    font-weight: 800;
    margin-bottom: 6px;
    margin-left: 0 !important;
}
.deep-dive-header {
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
    margin-left: 0 !important;
}
.deep-dive-header p {
    margin: 8px 0 0 0 !important;
    padding: 0 !important;
    font-size: 0.85rem;
    color: #4b4b4d;
    line-height: 1.4;
    margin-left: 0 !important;
}
.deep-dive-controls-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    background: #f2f2f7;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}
.deep-dive-controls-row audio {
    flex-grow: 1;
    height: 32px;
    filter: saturate(0);
    display: block;
}
.download-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 15px;
    font-size: 0.6rem;
    color: #0066cc;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 14px;
    white-space: nowrap;
    line-height: 1;
    transition: all 0.2s ease;
}
.download-link:hover {
    background: #0066cc;
    color: #ffffff;
    border-color: #0066cc;
}
.goog-te-gadget {
    color: transparent !important;
    display: block !important;
    overflow: visible !important;
}
.goog-te-gadget > span {
    display: none !important;
}
.goog-te-gadget > div {
    display: inline-block !important;
}
.goog-te-combo {
    padding: 8px 14px !important;
    border-radius: 12px !important;
    border: 1px solid #4a6fa5 !important;
    background-color: #ffffff !important;
    color: #4a6fa5 !important;
    font-family: 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    outline: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    vertical-align: middle !important;
    box-shadow: 0 2px 4px rgba(74, 111, 165, 0.1) !important;
    transition: all 0.2s ease !important;
}
.goog-te-combo:hover {
    border-color: #3a5a8a !important;
    box-shadow: 0 3px 8px rgba(74, 111, 165, 0.15) !important;
}
.goog-logo-link,
.goog-te-gadget img {
    display: none !important;
}
.goog-te-menu-value {
    background-color: #ffffff !important;
}
select.goog-te-combo option {
    background-color: #ffffff !important;
    color: #1d1d1f !important;
}
.goog-te-menu2 {
    background-color: #ffffff !important;
}
.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div {
    background-color: #ffffff !important;
    color: #1d1d1f !important;
}
.goog-te-menu2-item:hover div {
    background-color: #f0f2f5 !important;
}
.lesson-count {
    font-size: 0.8em;
    font-weight: 600;
    color: #4a6fa5;
    margin-left: 4px;
}
.in-progress {
    font-size: 0.8em;
    font-weight: 600;
    color: #b45309;
    margin-left: 4px;
}
.lesson-link {
    transition: color 0.2s ease;
}
.lesson-link:hover {
    color: #e67e3b;
}