:root {
    --cream: #FAF9F5;
    /* Spring Wood */
    --cream-soft: #F8F3EC;
    /* Merino */
    --pink: #F48D9B;
    /* Mauvelous */
    --red: #CF3F37;
    /* Persian Red */
    --scarlet: #FF200E;
    /* Scarlet */
    --dune: #302E2A;
    /* Dune */
    --warm-bg: #FAF9F5;
    /* Same as cream */
    --navy: #302E2A;
    /* Same as dune */
}

body {
    font-family: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: var(--cream);
    color: var(--dune);
}

a {
    color: #cf3f37;
}

a:hover {
    color: #ff200e;
}

h1,
h2,
h3,
h4,
h5,
.display-3 {
    font-family: "Besley", Georgia, "Times New Roman", serif;
    color: var(--dune);
    font-weight: 600 !important;
    margin: 1em 0 .5em;
}

.display-3 {
    font-size: 50px;
    line-height: 1.15;
}

.h4,
h4 {
    font-size: 20px;
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.4rem;
    }

    .h2,
    h2 {
        font-size: 1.85rem;
    }
}

@media all and (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2.3em;
    }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {

    .h1,
    h1 {
        font-size: 34px;
    }

    .h2,
    h2 {
        font-size: 28px;

    }

    .display-3 {
        font-size: 40px;
    }

}

@media all and (max-width: 991px) {
    .display-3 {
        font-size: 34px;
    }
}

.label-code {
    font-family: "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--scarlet);
    font-weight: 600;
    font-family: 'Source Code Pro', monospace;
    text-align: center;
}

.section-tight {
    padding-block: 3.5rem;
}

.hero-section {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.hero-book {
    box-shadow: 0 24px 50px rgba(48, 46, 42, 0.25);
    border-radius: 1rem;
    background: #ffffff;
}

.hero-book-placeholder {
    width: 100%;
    padding-top: 150%;
    border-radius: 0.9rem;
    background: var(--cream-soft);
    position: relative;
}

.hero-book-placeholder span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: rgba(48, 46, 42, 0.6);
    text-transform: uppercase;
}

.hero-meta {
    font-size: 0.85rem;
    color: rgba(48, 46, 42, 0.7);
}

.btn-primary-tdl {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
    padding-inline: 2.5rem;
    border-radius: 999px;
    font-weight: 600;
}

.btn-primary-tdl:hover {
    background-color: var(--scarlet);
    border-color: var(--scarlet);
    color: #fff;
}

.btn-outline-tdl {
    border-radius: 999px;
    border-color: var(--dune);
    color: var(--dune);
    font-weight: 500;
}

.btn-outline-primary-tdl {
    border: 2px solid #cf3f37;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: 500;
    color: #cf3f37;
}

.btn-outline-tdl:hover {
    background-color: var(--dune);
    border: 2px solid black !important;
    color: #fff;
}

.btn-outline-primary-tdl:hover {
    border: 2px solid black !important;
    color: black !Important;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 1rem;
}

.section-divider {
    border-top: 1px solid var(--cream-soft);
    margin-block: 3rem;
}

.blue-block .code.mt-1 {
    font-size: .85em;
    text-transform: uppercase;
    color: #b3b3b3;
}

.blue-block p.mb-2 {
    color: #bcbcbc;
}

.quote-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 2.5rem 2.25rem;
    box-shadow: 0 18px 45px rgba(48, 46, 42, 0.18);
    text-align: center;
    max-width: 720px;
    margin-inline: auto;
}

.quote-card p {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.quote-author {
    font-weight: 600;
}

.quote-role {
    font-size: 0.85rem;
    color: rgba(48, 46, 42, 0.7);
}

.static-card {
    display: flex;
    align-items: flex-end;

}

.col-lg-5 .static-card {
    padding: 65px 75px 0 75px !important;
}

.col-md-4 .static-card {
    padding: 60px 40px 0 40px !important;
}

/* Soft, restrained shadow */
.static-card-img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow:
        0 -2px 6px rgba(0, 0, 0, 0.06),
        0 0 10px rgba(0, 0, 0, 0.08);
}

.static-card.bg-light {
    --bs-bg-opacity: 1;
    background-color: #17bfff1a !important;
}

.card-clean {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid var(--cream-soft);
    padding: 1.75rem 1.5rem;
    box-shadow: 0 10px 25px rgba(48, 46, 42, 0.08);
}

.card-clean h5 {
    margin-top: 0;
    color: var(--red) !important;
}

ul.list-unstyled.cross li {
    padding-bottom: 5px;
}

.checklist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.checklist li {
    position: relative;
    padding-left: 1.6rem;
    font-size: 0.96rem;
}

.checklist li+li {
    margin-top: 0.4rem;
}

.checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--red);
    font-weight: 700;
    font-size: 0.9rem;
}

.bg-warm {}


.code {
    font-family: "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#inside-the-book-toc-blue-block .code {
    font-family: "Source Code Pro", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    text-transform: uppercase;
    color: #a49f9f;
}

#reading-paths-design-principles-expected-outcomes .code {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    color: gray
}

.gallery-img {
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(48, 46, 42, 0.18);
    position: relative;
}

.gallery-img {
    overflow: hidden;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* contain | cover — see note below */
    display: block;
}

.gallery-img span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: rgba(48, 46, 42, 0.7);
    text-transform: uppercase;
}

.blue-block {
    border-radius: 1.5rem;
    background: var(--dune);
    color: var(--cream);
    padding: 3rem 2.5rem;
    box-shadow: 0 24px 60px rgba(48, 46, 42, 0.4);
}

.blue-block h3,
.blue-block h6 {
    color: var(--cream);
}

.blue-block ul {
    list-style: none;
    padding-left: 0;
    font-size: 0.95rem;
}

.sticky-row {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.sticky-note {
    width: 210px;
    padding: 1.25rem 1.1rem;
    border-radius: 0.35rem;
    box-shadow: 0 18px 30px rgba(48, 46, 42, 0.25);
    font-size: 0.9rem;
    line-height: 1.35;
    background: #fff9d6;
}

.author-section {
    background: var(--cream);
}

.author-photo {
    border-radius: 1.5rem;
    box-shadow: 0 20px 45px rgba(48, 46, 42, 0.25);
    overflow: hidden;
    background: #ffffff;
}

.author-photo-placeholder {
    width: 100%;
    padding-top: 120%;
    background: var(--cream-soft);
    position: relative;
}

.author-photo-placeholder span {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(48, 46, 42, 0.6);
    text-transform: uppercase;
}

.author-note {
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(48, 46, 42, 0.25);
    padding: 2.25rem;
}

.author-meta {
    font-size: 0.85rem;
    color: rgba(48, 46, 42, 0.7);
}

.author-social a {
    font-size: 0.85rem;
    text-decoration: none;
    margin-right: 0.75rem;
    color: var(--dune);
}

.author-social a:hover {
    color: var(--scarlet);
}

.testimonials-section .card-clean {
    min-height: 210px;
}

.rating-stars {
    color: var(--scarlet);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.plan-card {
    background: var(--cream-soft);
    border-radius: 1.5rem;
    padding: 2.25rem 2rem;
    text-align: center;
}

.plan-card-featured {
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(48, 46, 42, 0.25);
}

.format-placeholder {
    width: 100%;
    padding-top: 120%;
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(48, 46, 42, 0.18);
    margin-bottom: 1.5rem;
    position: relative;
}

.format-placeholder span {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(48, 46, 42, 0.7);
    text-transform: uppercase;
}

.video-grid-card {
    border-radius: 1.25rem;
    background: #ffffff;
    padding: 1.25rem;
    border: 1px solid var(--cream-soft);
}

.avatar-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 1rem;
    background: var(--cream-soft);
}

.faq-item {
    border-bottom: 1px solid var(--cream-soft);
    padding-block: 1rem;
}

.faq-item:last-child {
    border-bottom: none;
}

.cta-bar {
    padding-block: 3rem;
    text-align: center;
}

#final-cta-bar .btn-outline-primary-tdl {
    font-size: 14px;
}

footer h2 {
    margin: .5em 0;
}

footer .btn.btn-outline-light.btn-sm {
    border-radius: 10em;
    padding: 5px 20px;
    text-transform: capitalize;
}

.big-footer {
    padding-top: 4rem;
    padding-block: 4.5rem;
    background: var(--dune);
    color: #ffffff;
    text-align: center;
}

.big-footer h2,
.big-footer p {
    color: #ffffff;
}

.big-footer .btn-outline-light {
    border-radius: 999px;
    padding-inline: 2rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.text-muted {
    color: rgba(48, 46, 42, 0.7) !important;
}

@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 3.5rem;
    }

    .sticky-row {
        flex-direction: column;
        align-items: center;
    }

    .faq-header-stack {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.75rem;
    }
}

#faqAccordion .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    padding-right: 3rem;
    font-family: 'Besley', serif;
    font-size: 1rem;
    font-weight: 400;
    background-image: none !important;
    text-transform: uppercase;
}

.featured-post h2 {
    margin: .24em 0;
}

.blog-content .question h3 {
    font-family: 'Besley', serif;
    font-size: 1rem;
    font-weight: 400 !important;
    background-image: none !important;
    text-transform: uppercase;
}

.blog-content .questions,
.question {
    font-family: 'Besley', serif;
    font-size: 1rem;
    font-weight: 400;
    background-image: none !important;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-content .answers,
.answer {
    font-family: 'Figtree', sans-serif;
    font-size: .9em;
    line-height: 1.5em;
}

#faqAccordion .accordion-button:not(.collapsed) {
    color: #CF3F37 !important;
}

#faqAccordion .accordion-button::after {
    display: none !important;
}

#faqAccordion .accordion-button:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#faqAccordion .accordion-button.collapsed .faq-arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-body {
    padding: 0 1.3em 2em;
    background: transparent !important;
}

.accordion-header {
    margin: 0;
}

.accordion-item {
    background: transparent !important;
    border-color: #e5e7eb !important;
}

/*blog*/
.blog-header {
    padding: 4rem 0 3rem 0;
    background: var(--warm-bg);

}

.category-nav {
    padding: 0 !important;
}

.category-pill {
    font-family: 'Source Code Pro', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    border: 2px solid #e5e7eb;
    background: white;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
    font-weight: 600;
}

.category-pill:hover {
    background: #fef8f8;
    border-color: #CF3F37;
    color: #CF3F37;
    transform: translateY(-2px);
}

.category-pill.active {
    background: #CF3F37;
    color: white;
    border-color: #CF3F37;
}

.category-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    transition: opacity 0.2s;
}

.category-toggle-btn:hover {
    opacity: 0.7;
}

.featured-post {
    background: white;
    border-radius: 0.9rem;
    overflow: hidden;
    margin-bottom: 3rem;
    border: 2px solid #CF3F37;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(207, 63, 55, 0.2);
    color: inherit;
}

.featured-post-content {
    padding: 3rem 3.5rem;
}

.featured-badge {
    display: inline-block;
    font-family: 'Source Code Pro', monospace;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #CF3F37;
    color: white;
    padding: 0.375rem 0.875rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.breadcrumb-item.active {
    color: black;
}

.blog-meta {
    font-family: 'Source Code Pro', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
}

.blog-meta .me-3 {
    margin-right: 0 !important;
}

.blog-meta a {
    text-decoration: none;
}

.blog-meta a:hover {
    text-decoration: underline;

}

.category-header {
    padding: 4rem 0 3rem 0;
    background: var(--warm-bg);
    border-top: 1px solid #CF3F37;
}

.category-badge {
    display: inline-block;
    font-family: 'Source Code Pro', monospace;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #CF3F37;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

body.category footer {
    margin-top: 5em;
}

.category-header h1 {
    padding: 0;
    margin: 20px 0;
    font-family: 'Besley', serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
}

.blog-header .section-label.mb-3 {
    font-family: 'Source Code Pro';
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em;
    color: #CF3F37;
}

.blog-content {
    padding: 3rem 0;
}


.blog-content h2:first-of-type {
    border-top: none;
    padding-top: 0;
}

.blog-content p {
    margin-bottom: 1.05rem;
    color: #1a1a1a;
    line-height: 1.5em;
}

.blog-header p.lead.mb-0 {
    font-weight: 500;
}

.blog-content ul:not(.checklist):not(.cross),
.blog-content ol {
    font-family: 'Figtree', sans-serif;
    line-height: 1.7;
    margin-bottom: 1.75rem;
    padding-left: 1.75rem;
}

.blog-content li {
    margin-bottom: 0.2rem;
}

.blog-content a {
    color: #CF3F37;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.blog-content a:hover {
    color: #a61d24;
    text-decoration-thickness: 2px;
}

.blog-content blockquote {
    border-left: 5px solid #CF3F37;
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
    background: #fef8f8;
    font-style: italic;
    font-size: 1.25rem;
    color: #2d3748;
    border-radius: 0 0.5rem 0.5rem 0;
}

.blog-content code {
    font-family: 'Source Code Pro', monospace;
    font-size: 0.9em;
    background: #f1f3f5;
    padding: 0.2em 0.5em;
    border-radius: 4px;
    color: #CF3F37;
    font-weight: 500;
}

.blog-content pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 1.75rem;
    border-radius: 0.75rem;
    overflow-x: auto;
    margin: 2rem 0;
    border: 1px solid #0f172a;
}

.blog-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 2.5rem 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.blog-content .highlight-box {
    background: #fef8f8;
    border: 2px solid #CF3F37;
    padding: 2rem;
    margin: 2.5rem 0;
    border-radius: 0.75rem;
}

.blog-content .highlight-box h4 {
    color: #CF3F37;
    font-family: 'Besley', serif;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blog-content .highlight-box p:last-child {
    margin-bottom: 0;
}

.blog-content .blue-box {
    background: black;
    padding: 2.5rem;
    margin: 3rem 0;
    border-radius: 0.9rem;
}

.blog-content .blue-box h4 {
    color: var(--pink);
    font-family: 'Besley', serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-content .blue-box p {
    color: rgba(255, 255, 255, 0.95);
}

.blog-content .cross {
    list-style: none;
    padding-left: 0;
}

.blog-content .cross li:before {
    content: "+ ";
    color: #CF3F37;
    font-weight: 700;
    margin-right: 0.5rem;
}

.blog-cta {
    background: var(--warm-bg);
    border-radius: 0.9rem;
    padding: 3rem 2rem;
    margin: 4rem 0;
    text-align: center;
    border: 2px solid #CF3F37;
}

.blog-cta .section-label {
    color: #CF3F37;
}

.blog-cta h3 {
    font-family: 'Besley', serif;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2rem;
}

h2.blog-faq {
    font-size: 27px;
    margin-bottom: 30px;
}


.author-bio {

    padding: 2.5rem;
    margin-top: 4rem;
    gap: 2rem;
    align-items: start;
}

.author-photo img {
    max-height: 250px;
    width: auto;
}

.author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
}

.author-info h4 {
    font-family: 'Besley', serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--navy);
}

.author-info p {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    color: #1a1a1a;
    line-height: 1.7;
    margin-bottom: 0;
}


.post-card {
    background: white;
    border-radius: 0.9rem;
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    color: inherit;
    display: block;
    border: 1px solid #e5e7eb;
}

.post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(207, 63, 55, 0.15);
    border-color: #CF3F37;
    color: inherit;
}

.post-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.post-card-body {
    padding: 2.5rem;
}

.post-card-category {
    font-family: 'Source Code Pro', monospace;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #CF3F37;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.post-card-category a {
    color: #CF3F37;
    text-decoration: none;
    transition: opacity 0.2s;
}

.post-card-category a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.post-card-title {
    font-family: 'Besley', serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
    line-height: 1.3;
    color: var(--navy);
}

.post-card-excerpt {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.post-card-meta {
    font-size: 0.875rem;
    color: #9ca3af;
    font-family: 'Figtree', sans-serif;
}

.breadcrumb {
    background: transparent;
    padding: 1rem 0 0 0;
    font-size: 0.875rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "→";
    color: #6c757d;
}

.breadcrumb a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #CF3F37;
}

.rating-stars {
    color: #fbbf24;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.bg-dark {
    background-color: #000000;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4 {
    color: white;
}

/* Category page specific styles */
.category-header h1 {
    font-family: 'Besley', serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
}

.category-header .lead {
    font-size: 1.25rem;
    color: #2d3748;
    line-height: 1.6;
}

.navbar-category {
    background-color: var(--cream);
}

.footer-dark {
    padding: 4rem 0 2rem 0;
    color: white;
}

.footer-dark h2 {
    font-family: 'Besley', serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
}

.footer-dark .lead-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 3rem 0 2.5rem 0;
}

.footer-nav {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.footer-logo {
    opacity: 0.9;
}

.credit {
    font-family: 'Linden Hill', serif;
    font-size: 11px;
    font-weight: 400 !important;
}

.credit a {
    text-decoration: none;
}

/* North Star Dashboard specific styles */
.ns-scarlet-heading {
    color: var(--scarlet);
}

.ns-scarlet-heading-large {
    color: var(--scarlet);
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    font-family: 'Besley', serif;
}

.ns-scarlet-number {
    color: var(--red);
    font-size: 1.8rem;
    line-height: 34px;
    font-weight: 700;
    font-family: 'Besley', serif;
}

.ns-blue-block-content {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ns-blue-block-text {
    color: rgba(255, 255, 255, 0.9);
}

.ns-blue-block-text-light {
    color: rgba(255, 255, 255, 0.8);
}

.ns-blue-block-heading {
    color: white;
}

.ns-line-height-2 {
    line-height: 2;
}

.ns-line-height-1-8 {
    line-height: 1.8;
}

.ns-line-height-1-9 {
    line-height: 1.9;
}

.ns-besley-heading {
    font-family: 'Besley', serif;
}

.ns-pink-label {
    color: var(--pink);
    text-align: left !important;
}

.ns-white-bg-box {
    background: #FFF;
    border-radius: 0.5rem;
}

.ns-scarlet-border {
    border: 2px solid var(--scarlet);
}

.ns-price-display {
    color: var(--scarlet);
    font-weight: 700;
    font-family: 'Besley', serif;
}

.lightbox-trigger {
    cursor: zoom-in;
}

.lightbox-img {
    cursor: zoom-out;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lightbox-img:hover {
    opacity: 0.96;
}

/* Floating January Sale Button */
.floating-sale-btn {
    position: fixed !important;
    right: 20px !important;
    bottom: 30px !important;
    z-index: 1000 !important;
    background: linear-gradient(135deg, #CF3F37 0%, #A32D27 100%) !important;
    color: white !important;
    padding: 16px 20px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(207, 63, 55, 0.4) !important;
    transition: all 0.3s ease;
    animation: pulse 2s ease-in-out infinite;
    display: block !important;
}

.floating-sale-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(207, 63, 55, 0.5) !important;
    color: white !important;
    animation: none;
}

.sale-btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.sale-badge {
    background: white;
    color: #CF3F37;
    font-family: 'Source Code Pro', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.sale-text {
    font-family: 'Besley', serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.sale-subtext {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.95;
    line-height: 1.2;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(207, 63, 55, 0.4);
    }

    50% {
        box-shadow: 0 4px 30px rgba(207, 63, 55, 0.6);
    }
}

/* Responsive adjustments for floating sale button */
@media (max-width: 768px) {
    .floating-sale-btn {
        right: 15px;
        bottom: 20px;
        padding: 14px 16px;
    }

    .sale-text {
        font-size: 14px;
    }

    .sale-subtext {
        font-size: 11px;
    }
}