
*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:#f8fafc;color:#111827;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}.hero-section{text-align:center;margin-bottom:40px;padding:30px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;color:#fff;box-shadow:0 10px 40px rgba(102,126,234,.3)}.hero-section h1{font-size:2.5rem;font-weight:800;margin-bottom:15px;line-height:1.2}.hero-section p{font-size:1.1rem;opacity:.95;margin-bottom:20px;max-width:600px;margin-left:auto;margin-right:auto}.hero-badge{display:inline-block;background:rgba(255,255,255,.2);padding:8px 16px;border-radius:20px;font-size:.9rem;margin-bottom:15px}.main-card{background:#fff;border-radius:20px;padding:35px;box-shadow:0 10px 30px rgba(0,0,0,.06);border:1px solid #eef0f3;margin-bottom:40px}.input-section{margin-bottom:25px}.input-label{display:block;font-weight:700;margin-bottom:10px;font-size:16px;color:#1f2937}.text-input{width:100%;min-height:200px;padding:16px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;resize:vertical;background:#fff;transition:all .25s;font-family:inherit}.text-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.12);transform:translateY(-2px)}.controls{display:flex;gap:15px;align-items:center;justify-content:center;margin:25px 0;flex-wrap:wrap}.btn{padding:12px 24px;border:0;border-radius:12px;background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;font-weight:700;cursor:pointer;font-size:15px;transition:all .3s;box-shadow:0 4px 15px rgba(102,126,234,.3)}.btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.btn.btn-secondary{background:linear-gradient(45deg,#f97316,#ea580c);box-shadow:0 4px 15px rgba(249,115,22,.3)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.checkbox-label{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151;cursor:pointer}.checkbox-label input{cursor:pointer;width:18px;height:18px}.word-highlight{border-radius:4px;padding:2px 4px;position:relative;font-weight:600}.highlight-ai{background:rgba(220,38,38,.20);color:#991b1b;border-bottom:2px solid #dc2626}.highlight-suspicious{background:rgba(234,179,8,.25);color:#854d0e;border-bottom:2px solid #eab308}.highlight-formal{background:rgba(147,51,234,.18);color:#6b21a8;border-bottom:2px solid #9333ea}.results{display:none;margin-top:20px}.pred{text-align:center;font-weight:900;margin:15px 0;font-size:22px;padding:12px 20px;border-radius:12px}.pred.ai{color:#dc2626;background:rgba(220,38,38,.10)}.pred.human{color:#16a34a;background:rgba(22,163,74,.10)}.pred.unclear{color:#d97706;background:rgba(217,119,6,.10)}.conf{text-align:center;color:#6b7280;margin-top:10px;font-size:15px;font-weight:600}.gwrap{width:520px;max-width:100%;margin:25px auto}.gtitle{text-align:center;font-size:15px;color:#374151;margin-bottom:10px;font-weight:600}.gpercent{text-align:center;font-size:42px;font-weight:900;color:#111827;margin-bottom:15px}.gauge svg{display:block;width:100%;height:auto;overflow:visible}.legend{display:flex;justify-content:space-between;font-size:13px;color:#6b7280;margin-top:10px;padding:0 4px;font-weight:500}.text-analysis{margin-top:20px;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.highlight-legend{display:flex;align-items:center;gap:15px;margin-bottom:15px;font-size:13px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px}.legend-color{width:16px;height:16px;border-radius:3px}.analysis-box{margin-top:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px rgba(17,24,39,.06);padding:20px}.analysis-box h3{font-size:17px;color:#1f2937;margin-bottom:15px;font-weight:700}.metrics{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.metric{display:flex;align-items:center;gap:10px}.metric-name{flex:0 0 160px;font-size:13px;color:#374151;font-weight:500}.metric-track{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.metric-fill{height:100%;border-radius:4px}.metric-score{flex:0 0 40px;text-align:right;font-size:12px;color:#6b7280;font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:15px}@media (max-width:700px){.card-grid{grid-template-columns:1fr}}.info-card{background:linear-gradient(180deg,#ffffff,#fafafa);border:1px solid #e5e7eb;border-radius:12px;padding:16px;transition:all .3s}.info-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.info-card h4{font-size:15px;margin:0 0 8px 0;color:#1f2937;font-weight:700}.info-card p{margin:0;color:#374151;font-size:13px;line-height:1.5}.note{margin-top:15px;font-size:13px;color:#6b7280;text-align:center;font-style:italic}.seo-section{background:#fff;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.seo-section h2{font-size:1.8rem;color:#1f2937;margin-bottom:20px;border-bottom:3px solid #667eea;padding-bottom:12px}.seo-section h3{font-size:1.2rem;color:#374151;margin-top:20px;margin-bottom:12px;font-weight:700}.seo-section p{color:#555;line-height:1.8;margin-bottom:15px;font-size:15px}.seo-section ul{margin-left:25px;margin-bottom:15px}.seo-section li{margin-bottom:10px;color:#555;line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:20px 0}.feature-card{background:linear-gradient(135deg,#f8fafc,#f0f4f8);padding:20px;border-radius:12px;border-left:4px solid #667eea}.feature-card h4{color:#1f2937;margin-bottom:8px;font-size:16px}.feature-card p{color:#555;font-size:14px;line-height:1.6}.benefit-box{background:#f0f4ff;padding:15px;border-radius:10px;margin:15px 0;border-left:4px solid #667eea}.benefit-box strong{color:#667eea}.calculator-footer{background:transparent;color:#333;padding:40px 20px 20px;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.footer-container{max-width:1200px;margin:0 auto}.footer-title{text-align:center;font-size:28px;font-weight:bold;margin-bottom:30px;color:#333}.calculator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:30px}.calculator-section{background:#f8f9fa;border-radius:15px;padding:20px;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.calculator-section:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.section-title{font-size:18px;font-weight:bold;margin-bottom:15px;color:#333;border-bottom:2px solid #dee2e6;padding-bottom:8px}.calculator-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.calculator-link{color:#495057;text-decoration:none;padding:6px 10px;border-radius:6px;font-size:13px;transition:all .3s ease;background:#fff;border:1px solid #dee2e6}.calculator-link:hover{background:#e9ecef;color:#212529;border-color:#adb5bd;transform:scale(1.02)}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #dee2e6;font-size:14px;color:#6c757d}@media (max-width:768px){.calculator-grid{grid-template-columns:1fr;gap:20px}.calculator-links{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.footer-title{font-size:24px}.hero-section h1{font-size:1.8rem}.hero-section p{font-size:1rem}.main-card{padding:20px}.seo-section{padding:20px}.seo-section h2{font-size:1.4rem}.btn{padding:10px 18px;font-size:14px}.controls{gap:8px}}@media (max-width:480px){.container{padding:12px}.main-card{padding:15px}.hero-section{padding:20px 15px}.hero-section h1{font-size:1.4rem}.seo-section{padding:15px}}


/* WordPress theme additions */
a { color: inherit; }
.site-header { background: #fff; border-bottom: 1px solid #eef0f3; position: sticky; top: 0; z-index: 50; }
.site-header .header-inner { max-width: 1200px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.site-branding a { text-decoration: none; color: #111827; font-weight: 900; font-size: 20px; }
.primary-nav { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.primary-nav ul, .primary-nav .primary-menu { display: flex; gap: 14px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.primary-nav li { list-style: none; margin: 0; padding: 0; }
.primary-nav a { text-decoration: none; color: #374151; font-weight: 700; font-size: 14px; padding: 8px 10px; border-radius: 8px; display: inline-block; }
.primary-nav a:hover { background: #f3f4f6; color: #111827; }
.site-main { min-height: 60vh; }
.article-card .wp-post-image { border-radius: 16px; margin-bottom: 22px; width: 100%; height: auto; }
.blog-list { display: grid; gap: 22px; }
.blog-card { background: #fff; border: 1px solid #eef0f3; border-radius: 20px; padding: 26px; box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.blog-card h2 { font-size: 1.45rem; margin-bottom: 12px; color: #1f2937; }
.blog-card h2 a { text-decoration: none; color: inherit; }
.blog-card h2 a:hover { color: #667eea; }
.blog-card .post-meta { color: #6b7280; font-size: 13px; margin-bottom: 12px; }
.blog-card .read-more { display: inline-block; margin-top: 10px; color: #667eea; text-decoration: none; font-weight: 800; }
.legal-page h1, .basic-page h1 { font-size: 2.2rem; margin-bottom: 24px; color: #1f2937; }
.legal-page h2, .basic-page h2 { font-size: 1.45rem; margin-top: 28px; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 3px solid #667eea; color: #1f2937; }
.legal-page p, .basic-page p { color: #555; line-height: 1.85; margin-bottom: 15px; font-size: 16px; }
.legal-page ul { margin: 0 0 16px 24px; color: #555; line-height: 1.75; }
.calculator-frame-card { padding: 18px; }
.calculator-iframe { width: 100%; min-height: 860px; border: 0; border-radius: 14px; background: #fff; display: block; }
.calculator-fallback { text-align: center; margin-top: 14px; color: #6b7280; font-size: 14px; }
.calculator-fallback a { color: #667eea; font-weight: 800; }
.wp-block-table { overflow-x: auto; }
.site-footer-bottom { text-align: center; padding: 24px 20px 36px; color: #6b7280; font-size: 14px; }
.pagination { margin: 30px auto 0; text-align: center; }
.pagination .page-numbers { display: inline-block; padding: 8px 12px; margin: 3px; border-radius: 8px; background: #fff; border: 1px solid #e5e7eb; text-decoration: none; color: #374151; }
.pagination .current { background: #667eea; color: #fff; border-color: #667eea; }
@media (max-width: 768px) { .site-header .header-inner { align-items: flex-start; flex-direction: column; } .primary-nav { justify-content: flex-start; } .calculator-iframe { min-height: 760px; } }

/* Enhanced blog design */
.blog-page,
.single-blog-page {
    background:
        radial-gradient(circle at 15% 0%, rgba(102,126,234,.13), transparent 32%),
        radial-gradient(circle at 88% 8%, rgba(118,75,162,.12), transparent 30%),
        #f7f8fc;
}
.blog-container,
.article-container {
    padding-top: 34px;
    padding-bottom: 52px;
}
.blog-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: end;
    margin-bottom: 34px;
    padding: 46px;
    border-radius: 30px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(17,24,39,.96), rgba(102,126,234,.92)),
        linear-gradient(135deg, #111827, #667eea);
    box-shadow: 0 24px 60px rgba(17,24,39,.18);
}
.blog-hero:before,
.blog-hero:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}
.blog-hero:before {
    width: 280px;
    height: 280px;
    right: -70px;
    top: -100px;
    background: rgba(255,255,255,.11);
}
.blog-hero:after {
    width: 160px;
    height: 160px;
    right: 130px;
    bottom: -88px;
    background: rgba(255,255,255,.10);
}
.blog-hero-content,
.blog-hero-stats {
    position: relative;
    z-index: 1;
}
.blog-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-bottom: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    color: inherit;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.blog-hero h1 {
    max-width: 760px;
    margin: 0 0 16px;
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: .98;
    letter-spacing: -.055em;
}
.blog-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 18px;
    line-height: 1.7;
}
.blog-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 14px;
}
.blog-stat-card {
    min-width: 130px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.20);
}
.blog-stat-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 1;
}
.blog-stat-card span {
    display: block;
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}
.blog-list-enhanced {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.blog-card-enhanced {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    border: 1px solid rgba(229,231,235,.9);
    border-radius: 28px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 16px 38px rgba(17,24,39,.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.blog-card-enhanced:hover {
    transform: translateY(-6px);
    border-color: rgba(102,126,234,.35);
    box-shadow: 0 24px 52px rgba(17,24,39,.14);
}
.blog-card-featured {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    grid-template-rows: none;
    min-height: 430px;
}
.blog-card-image {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 235px;
    background: linear-gradient(135deg, #111827, #667eea);
    text-decoration: none;
}
.blog-card-featured .blog-card-image {
    min-height: 430px;
}
.blog-card-image img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}
.blog-card-enhanced:hover .blog-card-image img {
    transform: scale(1.045);
    filter: saturate(1.05) contrast(1.03);
}
.blog-card-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(17,24,39,.22));
    pointer-events: none;
}
.blog-card-placeholder {
    display: grid;
    min-height: inherit;
    place-items: center;
    color: rgba(255,255,255,.94);
    font-size: 54px;
    font-weight: 950;
    letter-spacing: -.08em;
}
.blog-card-body {
    display: flex;
    flex-direction: column;
    padding: 28px;
}
.blog-card-featured .blog-card-body {
    justify-content: center;
    padding: 44px;
}
.blog-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px 12px;
    margin-bottom: 15px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 750;
}
.blog-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(102,126,234,.11);
    color: #4f46e5;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.blog-card-enhanced h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: clamp(1.35rem, 2.1vw, 2rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}
.blog-card-featured h2 {
    font-size: clamp(2rem, 4vw, 3.15rem);
    line-height: 1.02;
}
.blog-card-enhanced h2 a {
    color: inherit;
    text-decoration: none;
}
.blog-card-enhanced h2 a:hover {
    color: #5b63e9;
}
.blog-card-enhanced p {
    margin: 0 0 22px;
    color: #4b5563;
    font-size: 15.5px;
    line-height: 1.78;
}
.blog-card-featured p {
    font-size: 17px;
}
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding: 12px 16px;
    border-radius: 13px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(17,24,39,.16);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.blog-read-more:hover {
    transform: translateY(-2px);
    background: #4f46e5;
    box-shadow: 0 14px 28px rgba(79,70,229,.25);
}
.empty-blog-card {
    padding: 28px;
}
.blog-pagination .nav-links {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.article-container {
    max-width: 1040px;
}
.article-card-enhanced {
    background: transparent;
}
.article-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 44px 46px 50px;
    border-radius: 30px 30px 0 0;
    background:
        linear-gradient(135deg, rgba(17,24,39,.96), rgba(102,126,234,.92)),
        #111827;
    color: #fff;
    box-shadow: 0 24px 55px rgba(17,24,39,.14);
}
.article-hero:after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -95px;
    border-radius: 999px;
    background: rgba(255,255,255,.11);
}
.article-back-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    color: rgba(255,255,255,.86);
    text-decoration: none;
    font-size: 14px;
    font-weight: 850;
}
.article-back-link:hover {
    color: #fff;
}
.article-hero .blog-kicker,
.article-hero h1,
.article-hero .article-meta {
    position: relative;
    z-index: 1;
}
.article-hero h1 {
    max-width: 870px;
    margin: 0 0 18px;
    font-size: clamp(2.15rem, 5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -.055em;
}
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    font-weight: 800;
}
.article-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
}
.article-content-shell {
    padding: 0 28px 28px;
    border: 1px solid rgba(229,231,235,.9);
    border-top: 0;
    border-radius: 0 0 30px 30px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 20px 52px rgba(17,24,39,.09);
}
.article-content {
    max-width: 820px;
    margin: 0 auto;
    padding: 44px 0 20px;
    color: #2f3a4a;
    font-size: 18px;
    line-height: 1.86;
}
.article-content > *:first-child {
    margin-top: 0;
}
.article-content p {
    margin-bottom: 22px;
    color: #374151;
}
.article-content h2,
.article-content h3,
.article-content h4 {
    color: #111827;
    line-height: 1.2;
    letter-spacing: -.025em;
}
.article-content h2 {
    margin: 44px 0 18px;
    padding-top: 8px;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}
.article-content h2:after {
    content: "";
    display: block;
    width: 62px;
    height: 4px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}
.article-content h3 {
    margin: 32px 0 14px;
    font-size: 1.35rem;
}
.article-content img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 34px auto;
    border-radius: 24px;
    box-shadow: 0 20px 44px rgba(17,24,39,.16);
}
.article-content ul,
.article-content ol {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}
.article-content li {
    position: relative;
    margin-bottom: 12px;
    padding: 14px 16px 14px 42px;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    background: #f9fafb;
    color: #374151;
}
.article-content ul li:before {
    content: "✓";
    position: absolute;
    left: 15px;
    top: 14px;
    color: #4f46e5;
    font-weight: 950;
}
.article-content ol {
    counter-reset: vt-list-counter;
}
.article-content ol li {
    counter-increment: vt-list-counter;
}
.article-content ol li:before {
    content: counter(vt-list-counter);
    position: absolute;
    left: 13px;
    top: 14px;
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 999px;
    background: #4f46e5;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}
.article-content table {
    width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17,24,39,.07);
}
.article-content th,
.article-content td {
    padding: 15px 16px;
    border: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}
.article-content th {
    background: #111827;
    color: #fff;
    font-size: 14px;
}
.article-content blockquote {
    margin: 30px 0;
    padding: 22px 26px;
    border-left: 5px solid #667eea;
    border-radius: 18px;
    background: #f3f5ff;
    color: #1f2937;
    font-weight: 650;
}
.article-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}
.article-nav-item:empty {
    display: none;
}
.article-nav-item a {
    display: block;
    min-height: 100%;
    padding: 20px;
    border: 1px solid rgba(229,231,235,.95);
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(17,24,39,.06);
}
.article-nav-next {
    text-align: right;
}
.article-nav-item span {
    display: block;
    margin-bottom: 8px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.article-nav-item strong {
    display: block;
    color: #111827;
    font-size: 16px;
    line-height: 1.35;
}
.article-nav-item a:hover strong {
    color: #4f46e5;
}

@media (max-width: 900px) {
    .blog-hero {
        grid-template-columns: 1fr;
        padding: 34px;
    }
    .blog-hero-stats {
        max-width: 360px;
    }
    .blog-list-enhanced {
        grid-template-columns: 1fr;
    }
    .blog-card-featured {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .blog-card-featured .blog-card-image {
        min-height: 280px;
    }
    .blog-card-featured .blog-card-body {
        padding: 30px;
    }
}
@media (max-width: 640px) {
    .blog-container,
    .article-container {
        padding-top: 18px;
    }
    .blog-hero,
    .article-hero {
        padding: 28px 22px;
        border-radius: 24px;
    }
    .blog-hero-stats {
        grid-template-columns: 1fr;
    }
    .blog-card-enhanced,
    .article-content-shell {
        border-radius: 22px;
    }
    .blog-card-body,
    .blog-card-featured .blog-card-body {
        padding: 24px;
    }
    .blog-card-image,
    .blog-card-featured .blog-card-image {
        min-height: 215px;
    }
    .article-hero {
        border-radius: 24px 24px 0 0;
    }
    .article-content-shell {
        padding: 0 18px 18px;
        border-radius: 0 0 24px 24px;
    }
    .article-content {
        padding-top: 30px;
        font-size: 16px;
        line-height: 1.78;
    }
    .article-content li {
        padding-right: 14px;
    }
    .article-content th,
    .article-content td {
        padding: 12px;
        font-size: 14px;
    }
    .article-navigation {
        grid-template-columns: 1fr;
    }
    .article-nav-next {
        text-align: left;
    }
}
.site-footer-bottom a { color: inherit; font-weight: 700; text-decoration: none; }
.site-footer-bottom a:hover { text-decoration: underline; }
.site-links-footer .footer-title { color: #111827; }
.site-links-footer .calculator-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.calculator-admin-note { margin-bottom: 16px; color: #92400e; background: #fffbeb; border: 1px solid #fde68a; border-radius: 12px; padding: 12px 14px; font-weight: 600; }
