* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    background: #cccccc;
}

a {
    color: #0000ee;
    text-decoration: underline;
}

a:visited {
    color: #551a8b;
}

.page-frame {
    border: 8px solid #000000;
    max-width: 780px;
    margin: 8px auto;
    background: #ffffff;
}

.top-banner {
    background: #000000;
    color: #ffffff;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.top-banner-title {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    flex: 1;
}

.top-banner-title span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.phone-callout {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #e91d2a;
    background: #000000;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
}

.buy-sticker {
    background: #fcc20f;
    color: #000000;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border: 1px solid #000000;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.buy-sticker .purple-a {
    color: #6a26a4;
}

.outer-layout {
    display: flex;
    min-height: 400px;
}

.left-rail {
    width: 28%;
    min-width: 180px;
    border-right: 1px solid #000000;
    padding: 10px;
    background: #ffffff;
}

.main-content {
    width: 72%;
    padding: 10px;
    background: #ffffff;
}

.cta-block-red {
    background: #e91d2a;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 16px;
    margin-bottom: 16px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.4;
}

.cta-block-red h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Helvetica', Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.icon-nav {
    margin-top: 16px;
}

.icon-nav a {
    display: block;
    padding: 6px 4px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #cccccc;
}

.icon-nav a:hover {
    text-decoration: underline;
}

.sidebar-heading {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    background: #8e8a25;
    color: #000000;
    padding: 6px 10px;
    margin-bottom: 8px;
    border: 1px solid #000000;
}

.section-eyebrow {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 24px 16px;
    border: 1px solid #000000;
    margin-bottom: 0;
    line-height: 1.0;
}

.eyebrow-olive { background: #8e8a25; color: #000000; }
.eyebrow-salmon { background: #d77a7a; color: #000000; }
.eyebrow-periwinkle { background: #8c9ae0; color: #000000; }
.eyebrow-sky { background: #9ab6c8; color: #000000; }

.ribbon-card {
    margin-bottom: 0;
    border: 1px solid #000000;
    border-top: none;
}

.ribbon-card-title {
    background: #ffffff;
    color: #000000;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-bottom: 1px solid #000000;
}

.ribbon-card-body {
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ribbon-card-body p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
}

.ribbon-card-body img {
    width: 110px;
    flex-shrink: 0;
    border: 1px solid #000000;
    filter: drop-shadow(2px 2px 0 #000);
    display: block;
}

.ribbon-card-body a {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
}

.body-sage { background: #b3bd95; }
.body-salmon { background: #d77a7a; }
.body-peach { background: #e6915d; }
.body-lime { background: #c0d4a7; }
.body-sky { background: #9ab6c8; }
.body-steel { background: #a5b8c0; }
.body-periwinkle { background: #8c9ae0; }
.body-olive { background: #8e8a25; }

.ribbon-stack {
    margin-bottom: 32px;
}

.breadcrumb {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    color: #555555;
    margin-bottom: 12px;
    padding: 4px 0;
    border-bottom: 1px solid #cccccc;
}

.breadcrumb a {
    color: #0000ee;
}

.page-title {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.page-intro {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.toc {
    background: #f5f5f5;
    border: 1px solid #000000;
    padding: 12px 16px;
    margin-bottom: 20px;
}

.toc-title {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.toc ol {
    padding-left: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
}

.toc ol li {
    margin-bottom: 4px;
}

.post-body h2 {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 24px 0 10px 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #000000;
}

.post-body h3 {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 16px 0 8px 0;
}

.post-body p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.post-body ul, .post-body ol {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
    padding-left: 24px;
}

.post-body li {
    margin-bottom: 4px;
}

.related-content {
    background: #f0f0f0;
    border: 1px solid #000000;
    padding: 12px 16px;
    margin-top: 24px;
}

.related-content h3 {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.related-content ul {
    padding-left: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
}

.disclaimer-box {
    border: 1px solid #000000;
    padding: 12px 16px;
    margin: 20px 0;
    background: #fffde7;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    line-height: 1.4;
}

.disclaimer-box strong {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.category-filter {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
}

.category-filter span {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 6px;
}

.category-filter a {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 8px;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
    margin-right: 4px;
    display: inline-block;
}

.category-filter a.active, .category-filter a:hover {
    background: #000000;
    color: #ffffff;
}

.post-card {
    border: 1px solid #000000;
    margin-bottom: 8px;
    display: flex;
}

.post-card-tint {
    width: 8px;
    flex-shrink: 0;
}

.post-card-body {
    padding: 10px 14px;
    flex: 1;
}

.post-card-body h3 {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.post-card-body h3 a {
    color: #000000;
    text-decoration: none;
}

.post-card-body h3 a:hover {
    text-decoration: underline;
}

.post-card-meta {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    color: #555555;
    margin-bottom: 6px;
}

.post-card-excerpt {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.4;
}

.read-more {
    display: inline-block;
    margin-top: 8px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #0000ee;
    text-decoration: underline;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    padding: 4px 6px;
    border-radius: 0;
}

.form-group textarea {
    height: 80px;
    resize: vertical;
}

.btn-primary {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 16px;
    cursor: pointer;
    border-radius: 0;
}

.form-success {
    display: none;
    background: #c0d4a7;
    border: 1px solid #000000;
    padding: 10px 14px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    margin-top: 10px;
}

.form-loading {
    display: none;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    padding: 10px 0;
    color: #555555;
}

.page-footer {
    background: #ffffff;
    border-top: 1px solid #000000;
    padding: 16px;
}

.footer-cols {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 160px;
}

.footer-col h4 {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000000;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 4px;
}

.footer-col ul li a {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    color: #0000ee;
}

.footer-bottom {
    border-top: 1px solid #000000;
    padding-top: 8px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 11px;
    color: #555555;
}

.footer-bottom a {
    color: #0000ee;
    font-size: 11px;
}

.footer-disclaimer {
    font-size: 11px;
    margin-top: 6px;
    line-height: 1.35;
}

.new-burst {
    display: inline-block;
    background: #fcc20f;
    color: #000000;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px;
    border: 1px solid #000000;
    transform: rotate(-15deg);
    margin-left: 6px;
    vertical-align: middle;
}

.cert-seal {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e91d2a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px auto;
    border: 2px solid #000000;
    line-height: 1.2;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    color: #ffffff;
    padding: 12px 16px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 13px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-banner p {
    flex: 1;
    margin: 0;
}

.cookie-banner a {
    color: #fcc20f;
}

.cookie-btn {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 0;
    background: #ffffff;
    color: #000000;
    margin-left: 4px;
}

.cookie-btn.reject {
    background: transparent;
    color: #ffffff;
}

.content-section {
    margin-bottom: 32px;
}

.content-section h2 {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 12px;
    border: 1px solid #000000;
    margin-bottom: 0;
}

.post-img {
    width: 100%;
    max-width: 400px;
    border: 1px solid #000000;
    filter: drop-shadow(2px 2px 0 #000);
    display: block;
    margin: 12px 0;
}

.img-caption {
    font-family: 'Times New Roman', Times, serif;
    font-size: 11px;
    color: #555555;
    margin-top: 4px;
}

.h1-blog {
    font-family: 'Arial Black', 'Helvetica', sans-serif;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 24px 16px;
    border: 1px solid #000000;
    line-height: 1.0;
    margin-bottom: 2px;
}

.legal-content p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.legal-content h2 {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 8px 0;
    border-bottom: 1px solid #000000;
    padding-bottom: 4px;
}

.legal-content h3 {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0 6px 0;
}

.legal-content ul {
    padding-left: 24px;
    margin-bottom: 12px;
}

.legal-content ul li {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .page-frame {
        border: 4px solid #000000;
        margin: 4px;
    }
    .outer-layout {
        flex-direction: column;
    }
    .left-rail {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #000000;
    }
    .main-content {
        width: 100%;
    }
    .top-banner {
        flex-direction: column;
        gap: 6px;
    }
    .ribbon-card-body {
        flex-direction: column;
    }
    .ribbon-card-body img {
        width: 100%;
        max-width: 200px;
    }
    .footer-cols {
        flex-direction: column;
    }
    .section-eyebrow {
        font-size: 24px;
    }
    .h1-blog {
        font-size: 24px;
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .page-frame {
        border: 2px solid #000000;
        margin: 2px;
    }
    .icon-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }
    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}
