/* Caregiver NEWS - Modern Clean Theme Stylesheet */

:root {
    --primary: #0f766e;
    --primary-dark: #115e59;
    --primary-light: #f0fdfa;
    --accent: #f59e0b;
    --slate-900: #0f172a;
    --slate-800: #1e293b;
    --slate-600: #475569;
    --slate-100: #f1f5f9;
    --slate-50: #f8fafc;
    --border: #e2e8f0;
}

/* TOP NEWS TICKER */
.top-news-ticker {
    background: #0f172a;
    color: #f8fafc;
    font-size: 12px;
    border-bottom: 1px solid #1e293b;
    padding: 6px 0;
}
.top-ticker-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.ticker-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1e293b;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 800;
    color: #38bdf8;
    white-space: nowrap;
}
.pulse-dot {
    width: 6px;
    height: 6px;
    background: #38bdf8;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}
.ticker-content {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}
.ticker-item {
    display: none;
}
.ticker-item.active {
    display: inline;
}
.ticker-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    font-size: 11px;
    color: #94a3b8;
}
.ticker-emergency strong {
    color: #f59e0b;
}

/* HEADER */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}
.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.brand-badge {
    font-size: 28px;
}
.brand-title {
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    display: block;
    line-height: 1.1;
}
.brand-accent {
    color: #0f766e;
}
.brand-subtitle {
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
    display: block;
}
.nav-menu {
    display: flex;
    list-style: none;
    gap: 6px;
}
.nav-menu li a {
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}
.nav-menu li a:hover, .nav-menu li.current-menu-item a {
    color: #0f766e;
    background: #f0fdfa;
}
.btn-primary-header {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    background: #0f766e;
    color: #ffffff !important;
    border-radius: 12px;
    font-weight: 800;
    font-size: 13px;
}
.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.mobile-drawer {
    display: none;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 16px;
}
.mobile-drawer.open {
    display: block;
}
.mobile-menu-list {
    list-style: none;
}
.mobile-menu-list li a {
    display: block;
    padding: 10px;
    font-weight: 700;
    color: #0f172a;
}

/* EDITORIAL HERO */
.editorial-hero-section {
    padding: 36px 0;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}
.hero-card-main {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
.hero-badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0fdfa;
    color: #0f766e;
    border: 1px solid #ccfbf1;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
}
.hero-headline {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    color: #0f172a;
    margin-bottom: 16px;
}
.hero-lead {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
}
.hero-bullet-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #f8fafc;
    padding: 16px 20px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}
.hero-footer-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.btn-primary-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0f766e;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
}
.btn-secondary-action {
    display: inline-flex;
    align-items: center;
    background: #f1f5f9;
    color: #0f172a !important;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
}

/* ADL SIMULATOR */
.adl-section, .salary-section, .knowledge-base-section, .latest-posts-section, .faqs-section, .contact-section {
    padding: 60px 0;
}
.section-header {
    margin-bottom: 36px;
}
.section-tag {
    display: inline-block;
    color: #0f766e;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
}
.section-title {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
}
.section-desc {
    color: #64748b;
    font-size: 15px;
    max-width: 650px;
    margin: 0 auto;
}

.adl-calculator-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 32px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}
.adl-grid-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.adl-item label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1e293b;
}
.adl-select, .salary-input, .salary-select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 13px;
    background: #f8fafc;
}
.adl-results-card {
    background: #0f172a;
    color: #ffffff;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.adl-score-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.adl-score-header strong {
    font-size: 24px;
    color: #f59e0b;
}
.adl-level-box {
    background: #1e293b;
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    color: #38bdf8;
    text-align: center;
    margin: 16px 0;
}
.adl-permit-status {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
}

/* SALARY CALCULATOR */
.calc-salary-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 32px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
}
.calc-salary-inputs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.salary-input-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}
.readonly-value {
    padding: 10px 12px;
    background: #f1f5f9;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    color: #0f172a;
}
.calc-salary-summary {
    background: #f0fdfa;
    border: 2px solid #0f766e;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.salary-summary-title {
    font-size: 14px;
    font-weight: 800;
    color: #115e59;
}
.salary-net-number {
    font-size: 38px;
    font-weight: 900;
    color: #0f766e;
    margin: 10px 0;
}
.salary-net-sub {
    font-size: 12px;
    color: #134e4a;
}

/* ADULT DIAPERS SPECIAL BANNER (Only on Home Page) */
.diapers-banner-section {
    padding: 20px 0 40px;
}
.diapers-banner-box {
    background: #ffffff;
    border: 2px solid #0f766e;
    border-radius: 24px;
    padding: 36px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: center;
    box-shadow: 0 6px 24px rgba(15, 118, 110, 0.08);
}
.diapers-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0fdfa;
    color: #0f766e;
    font-weight: 800;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 9999px;
    margin-bottom: 12px;
}
.diapers-title {
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}
.diapers-text {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 16px;
}
.diapers-features-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #0f766e;
}
.diapers-cta-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.btn-hitul-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background: #0f766e;
    color: #ffffff !important;
    border-radius: 14px;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 0 4px 14px rgba(15, 118, 110, 0.25);
}
.hitul-subtext {
    font-size: 11px;
    color: #64748b;
}

/* KNOWLEDGE BASE GRID */
.knowledge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.kb-chapter {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}
.chapter-num {
    display: inline-block;
    background: #f1f5f9;
    color: #0f766e;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 6px;
    margin-bottom: 8px;
}
.kb-chapter h3 {
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.3;
}
.kb-chapter p {
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
}

/* POSTS GRID */
.section-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}
.btn-outline-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #0f766e;
}
.posts-grid, .posts-grid-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.post-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.post-card-thumb {
    position: relative;
    height: 180px;
    background: #e2e8f0;
}
.post-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fallback-thumb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f766e;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
}
.post-card-category {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}
.post-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.post-card-meta {
    display: flex;
    gap: 8px;
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 8px;
}
.post-card-title {
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.4;
}
.post-card-excerpt {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
}
.post-card-link {
    color: #0f766e;
    font-size: 13px;
    font-weight: 800;
}

/* FAQS ACCORDION */
.faqs-list {
    max-width: 800px;
    margin: 0 auto;
}
.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-question {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.faq-answer {
    display: none;
    padding: 0 20px 16px;
    color: #475569;
    font-size: 14px;
}
.faq-item.active .faq-answer {
    display: block;
}

/* CONTACT SECTION */
.contact-section {
    background: #0f172a;
    color: #ffffff;
}
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.contact-badges-row {
    display: flex;
    gap: 12px;
}
.badge-item {
    background: #1e293b;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}
.contact-form-box {
    background: #ffffff;
    color: #0f172a;
    padding: 32px;
    border-radius: 20px;
}
.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 13px;
}
.btn-submit-lead {
    width: 100%;
    padding: 12px;
    background: #0f766e;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
}

/* FOOTER */
.site-footer {
    background: #020617;
    color: #94a3b8;
    padding: 60px 0 24px;
    font-size: 13px;
    border-top: 1px solid #1e293b;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 40px;
}
.footer-logo .brand-title {
    color: #ffffff;
}
.footer-desc {
    font-size: 13px;
    line-height: 1.6;
    margin: 14px 0;
    color: #94a3b8;
}
.footer-contact-info {
    font-size: 12px;
    color: #64748b;
}
.footer-heading {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 14px;
}
.footer-links {
    list-style: none;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links li a:hover {
    color: #38bdf8;
}
.footer-disclaimer-box {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid #1e293b;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 30px;
}
.disclaimer-title {
    color: #e2e8f0;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 4px;
}
.footer-bottom {
    text-align: center;
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    font-size: 12px;
}

/* SINGLE POST */
.single-post-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 36px 0;
}
.post-breadcrumbs {
    display: flex;
    gap: 8px;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 12px;
}
.post-header-badge {
    display: inline-block;
    background: #f0fdfa;
    color: #0f766e;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 6px;
    margin-bottom: 8px;
}
.single-post-title {
    font-size: 32px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 16px;
}
.single-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
    font-size: 12px;
}
.post-grid-layout, .category-grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 36px;
    padding: 40px 0;
}
.takeaways-box {
    background: #f0fdfa;
    border-right: 4px solid #0f766e;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 24px;
}
.takeaways-box h3 {
    font-size: 15px;
    font-weight: 800;
    color: #115e59;
    margin-bottom: 8px;
}
.takeaways-box ul {
    padding-right: 18px;
    font-size: 13px;
    color: #134e4a;
    line-height: 1.6;
}
.entry-content {
    font-size: 15px;
    line-height: 1.8;
    color: #334155;
}
.entry-content h2, .entry-content h3 {
    color: #0f172a;
    margin: 24px 0 12px;
    font-weight: 900;
}
.post-tags-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}
.tag-pill {
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #475569;
}

/* SIDEBAR */
.sidebar-lead-magnet-box {
    background: #0f172a;
    color: #ffffff;
    padding: 24px;
    border-radius: 18px;
    margin-bottom: 24px;
}
.magnet-badge {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 6px;
    margin-bottom: 8px;
}
.magnet-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.3;
}
.magnet-desc {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
    margin-bottom: 14px;
}
.magnet-form input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #334155;
    background: #1e293b;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 8px;
}
.btn-download-pdf {
    width: 100%;
    padding: 10px;
    background: #f59e0b;
    color: #0f172a;
    border: none;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
}
.sidebar-cats-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px;
}
.cats-title {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 12px;
}
.sidebar-cats-list {
    list-style: none;
}
.sidebar-cats-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
}

/* READING PROGRESS BAR */
.reading-progress-bar {
    position: fixed;
    top: 0;
    right: 0;
    height: 4px;
    background: #0f766e;
    z-index: 10001;
    width: 0%;
    transition: width 0.1s ease;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .knowledge-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .posts-grid, .posts-grid-cards {
        grid-template-columns: 1fr 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .adl-calculator-container, .calc-salary-box, .diapers-banner-box, .contact-container, .post-grid-layout, .category-grid-layout {
        grid-template-columns: 1fr;
    }
    .main-navigation {
        display: none;
    }
    .mobile-toggle {
        display: block;
    }
}

@media (max-width: 640px) {
    .knowledge-grid, .posts-grid, .posts-grid-cards, .footer-grid, .adl-grid-inputs {
        grid-template-columns: 1fr;
    }
    .hero-headline {
        font-size: 24px;
    }
}
