/* ======================================================
   FemSoBabs Limited Blog Template
   article.css
====================================================== */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

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

html{
    scroll-behavior:smooth;
}

section[id]{
    scroll-margin-top:110px;
}

html[data-theme='dark'],
.dark {
    --article-bg: #07101a;
    --article-surface: #111c2b;
    --article-panel: #0d1725;
    --article-text: #eaf3ff;
    --article-muted: #a9b6c5;
    --article-heading: #f2f7ff;
    --article-border: rgba(255,255,255,0.06);
}

body{
    font-family:'Poppins',sans-serif;
    background:#f5f7fb;
    color:#1f2937;
    line-height:1.8;
}

html[data-theme='dark'] body,
html[data-theme='dark'] .article-card,
html[data-theme='dark'] .toc,
html[data-theme='dark'] .sidebar-box,
html[data-theme='dark'] .related-grid a,
html[data-theme='dark'] footer,
html[data-theme='dark'] .footer-grid a,
html[data-theme='dark'] .copy {
    color: var(--article-text);
}

body > header,
body > main,
body > footer {
    background: transparent;
}

.header-wrap,
.hero-strip .container,
.layout,
footer .container,
.site-footer .container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    padding: 4px;
}

.brand h1 {
    margin: 0;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    color: #fff;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.site-nav a,
.site-nav .btn {
    color: #f8fbff;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav .btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.site-nav .btn,
.hero-actions .btn-primary,
.hero-actions .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 700;
}

.site-nav .btn,
.hero-actions .btn-primary {
    background: linear-gradient(135deg, #d4af37, #f0d777);
    color: #0e1f3f;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.26);
}

.hero-actions .btn-secondary {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.28);
}

.hero-strip {
    background: linear-gradient(135deg, #081522 0%, #164170 45%, #0b2033 100%);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.hero-strip .container {
    padding: 72px 0 30px;
}

.hero-strip .breadcrumbs,
.hero-strip .meta-row,
.hero-strip .hero-actions {
    position: relative;
    z-index: 1;
}

.hero-strip .breadcrumbs {
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.8);
}

.hero-strip .breadcrumbs a {
    color: #d9ecff;
    text-decoration: none;
}

.hero-strip h1 {
    margin: 0 0 12px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.08;
    color: #fff;
    letter-spacing: -0.04em;
}

.hero-strip p {
    margin: 0 0 18px;
    max-width: 760px;
    color: rgba(255,255,255,0.84);
    font-size: 1.04rem;
}

.meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 22px;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.92);
}

.meta-row span {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    padding: 8px 12px;
}

body > header {
    background: linear-gradient(135deg, #0a2f5f 0%, #0f4b96 48%, #0b1f3a 100%);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 8px 22px rgba(8, 22, 40, 0.18);
}

body > header .brand h1 {
    color: #fff;
}

body > header .site-nav a,
body > header .site-nav .btn {
    color: #edf6ff;
}

.listing-shell {
    padding: 34px 0 12px;
}

.listing-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(19, 55, 92, 0.14);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(12, 73, 141, 0.1);
    color: #0d4a87;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.listing-header h2 {
    margin: 0;
    color: #0d2340;
    font-size: clamp(1.7rem, 2.4vw, 2.6rem);
    line-height: 1.2;
}

.meta-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1d77f 0%, #fce8a4 100%);
    color: #0d2340;
    font-weight: 700;
    font-size: 0.78rem;
    box-shadow: 0 10px 20px rgba(217, 181, 58, 0.16);
}

.topic-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(14, 66, 122, 0.08);
    border: 1px solid rgba(14, 66, 122, 0.12);
    color: #163d65;
    font-size: 0.8rem;
    font-weight: 700;
}

.listing-shell .related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.listing-shell .related-grid a {
    display: block;
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
    border: 1px solid rgba(13, 74, 135, 0.12);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.listing-shell .related-grid a:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(15, 23, 42, 0.1);
    border-color: rgba(13, 74, 135, 0.24);
}

.article-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: #7a5a00;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.listing-shell .related-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #0f2947;
    font-size: 1.08rem;
    line-height: 1.45;
}

.listing-shell .related-grid a div {
    color: #485b73;
    font-size: 0.9rem;
    line-height: 1.7;
}

html[data-theme='dark'] .listing-header h2,
html[data-theme='dark'] .pill,
html[data-theme='dark'] .article-tag,
html[data-theme='dark'] .listing-shell .related-grid strong,
html[data-theme='dark'] .listing-shell .related-grid a div,
html[data-theme='dark'] .eyebrow,
html[data-theme='dark'] .meta-chip {
    color: var(--article-text);
}

html[data-theme='dark'] .listing-header {
    border-bottom-color: rgba(255,255,255,0.12);
}

html[data-theme='dark'] .eyebrow {
    background: rgba(158, 197, 255, 0.12);
    color: #dfeeff;
}

html[data-theme='dark'] .pill {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.1);
    color: #eaf3ff;
}

html[data-theme='dark'] .meta-chip {
    background: linear-gradient(135deg, #e3b93e 0%, #f7d981 100%);
    color: #132b49;
}

html[data-theme='dark'] .listing-shell .related-grid a {
    background: linear-gradient(180deg, rgba(17,28,43,0.9) 0%, rgba(14,22,32,0.96) 100%);
    border-color: rgba(255,255,255,0.08);
    box-shadow: none;
}

html[data-theme='dark'] .article-tag {
    background: rgba(242, 192, 72, 0.12);
    border-color: rgba(242, 192, 72, 0.2);
    color: #f7d67b;
}

html[data-theme='dark'] .listing-shell .related-grid strong,
html[data-theme='dark'] .listing-shell .related-grid a div {
    color: var(--article-text);
}

.layout {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(260px, 300px);
    gap: 30px;
    align-items: start;
    padding-top: 32px;
    padding-bottom: 40px;
}

.article-card {
    background: #f7f7f4;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 28px;
    padding: 36px clamp(18px, 3vw, 42px);
    box-shadow: 0 28px 60px rgba(7, 11, 19, 0.12);
    overflow: hidden;
}

.article-card section {
    margin-top: 30px;
}

.article-card h2,
.article-card h3,
.article-card h4 {
    color: #12263d;
    margin-bottom: 14px;
    line-height: 1.25;
}

.article-card h2 {
    font-size: clamp(1.7rem, 2vw, 2.4rem);
    margin-top: 18px;
}

.article-card h3 {
    font-size: 1.25rem;
}

.article-card p,
.article-card li,
.article-card div {
    color: #4b5563;
    font-size: 1.02rem;
    line-height: 1.85;
}

.article-card p strong {
    color: #12263d;
}

.article-card a {
    color: #174a91;
}

.featured-image.slideshow {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    margin: 0 0 26px;
    min-height: 360px;
    background: linear-gradient(135deg, #edf5ff 0%, #dfeafc 100%);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05), 0 18px 35px rgba(9, 17, 28, 0.08);
}

.featured-image.slideshow .slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: scale(1.02);
}

.featured-image.slideshow .slide.active {
    opacity: 1;
    transform: scale(1);
}

.toc,
.sidebar-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 18px;
    padding: 18px 18px 12px;
    box-shadow: 0 14px 30px rgba(7, 11, 19, 0.06);
}

.toc h3,
.sidebar-box h3 {
    margin: 0 0 12px;
    color: #12263d;
    font-size: 1rem;
}

.toc ul,
.sidebar-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc li,
.sidebar-box li {
    margin: 0 0 10px;
}

.toc a,
.sidebar-box a {
    color: #1b2a3d;
    text-decoration: none;
}

.toc a:hover,
.sidebar-box a:hover {
    color: #cf9d1f;
}

.related-grid {
    display: grid;
    gap: 12px;
}

.related-grid a {
    display: block;
    padding: 12px 12px 10px;
    border-radius: 14px;
    background: #f1f5f9;
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: #1c2431;
    text-decoration: none;
}

.related-grid a strong {
    display: block;
    margin-bottom: 6px;
    color: #102541;
}

.related-grid a div {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
}

.share-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0d4a87;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

footer {
    background: linear-gradient(180deg, #081725 0%, #0a1e32 100%);
    color: #e5edf8;
    padding: 34px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    text-align: center;
}

.footer-grid h4 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 1rem;
}

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

.footer-grid li {
    margin-bottom: 8px;
}

.footer-grid a {
    color: #dfeaf9;
    text-decoration: none;
}

.footer-grid a:hover {
    color: #f4d879;
}

.copy {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
    color: #edf2ff;
    text-align: center;
    font-size: 0.93rem;
}

html[data-theme='dark'] body {
    background: var(--article-bg);
    color: var(--article-text);
}

html[data-theme='dark'] .hero-strip,
html[data-theme='dark'] .main-header,
html[data-theme='dark'] .hero,
html[data-theme='dark'] .hero .overlay,
html[data-theme='dark'] .hero .article-meta span,
html[data-theme='dark'] .breadcrumb a,
html[data-theme='dark'] .hero .category-badge,
html[data-theme='dark'] .hero h1,
html[data-theme='dark'] .hero p,
html[data-theme='dark'] .hero-cta,
html[data-theme='dark'] .cta,
html[data-theme='dark'] .cta-btn,
html[data-theme='dark'] .share-buttons a,
html[data-theme='dark'] .site-nav a,
html[data-theme='dark'] .brand h1 {
    color: var(--article-text);
}

html[data-theme='dark'] .main-header {
    background: linear-gradient(135deg, #071328 0%, #0b2a3f 100%);
    box-shadow: 0 3px 12px rgba(0,0,0,0.6);
}

html[data-theme='dark'] .article-card,
html[data-theme='dark'] .toc,
html[data-theme='dark'] .sidebar-box,
html[data-theme='dark'] .related-grid a,
html[data-theme='dark'] .featured-image.slideshow,
html[data-theme='dark'] .share-links a,
html[data-theme='dark'] footer,
html[data-theme='dark'] .footer-grid h4,
html[data-theme='dark'] .copy {
    background: var(--article-surface);
    color: var(--article-text);
    border-color: var(--article-border);
}

html[data-theme='dark'] .article-card h2,
html[data-theme='dark'] .article-card h3,
html[data-theme='dark'] .article-card h4,
html[data-theme='dark'] .article-card strong,
html[data-theme='dark'] .article-card p,
html[data-theme='dark'] .article-card li,
html[data-theme='dark'] .article-card div,
html[data-theme='dark'] .toc h3,
html[data-theme='dark'] .toc a,
html[data-theme='dark'] .sidebar-box h3,
html[data-theme='dark'] .sidebar-box a,
html[data-theme='dark'] .related-grid a strong,
html[data-theme='dark'] .related-grid a div,
html[data-theme='dark'] .footer-grid a,
html[data-theme='dark'] .footer-grid li,
html[data-theme='dark'] .copy {
    color: var(--article-text);
}

html[data-theme='dark'] .article-card p,
html[data-theme='dark'] .article-card li,
html[data-theme='dark'] .related-grid a div,
html[data-theme='dark'] .sidebar-box li,
html[data-theme='dark'] .toc li,
html[data-theme='dark'] .share-links a,
html[data-theme='dark'] .footer-grid a {
    color: var(--article-muted);
}

html[data-theme='dark'] .article-card a,
html[data-theme='dark'] .toc a,
html[data-theme='dark'] .sidebar-box a,
html[data-theme='dark'] .related-grid a,
html[data-theme='dark'] .footer-grid a,
html[data-theme='dark'] .site-nav a {
    color: #9ec5ff;
}

html[data-theme='dark'] .article-card a:hover,
html[data-theme='dark'] .toc a:hover,
html[data-theme='dark'] .sidebar-box a:hover,
html[data-theme='dark'] .related-grid a:hover,
html[data-theme='dark'] .footer-grid a:hover {
    color: #ffd84d;
}

html[data-theme='dark'] .featured-image.slideshow img,
html[data-theme='dark'] .article-card img,
html[data-theme='dark'] .sidebar-box img,
html[data-theme='dark'] .related-grid img {
    background: var(--article-panel);
    filter: brightness(0.9) saturate(0.95);
}

html[data-theme='dark'] .share-links a,
html[data-theme='dark'] .hero-cta,
html[data-theme='dark'] .cta-btn,
html[data-theme='dark'] .hero .category-badge,
html[data-theme='dark'] .site-nav .btn,
html[data-theme='dark'] .hero-actions .btn-primary {
    background: #123a63;
    color: #fff;
}

html[data-theme='dark'] .copy {
    border-color: rgba(255,255,255,0.12);
}

html[data-theme='dark'] .dark {
    color: var(--article-text);
}

html[data-theme='dark'] .dark body,
html[data-theme='dark'] .dark .article-card,
html[data-theme='dark'] .dark .toc,
html[data-theme='dark'] .dark .sidebar-box,
html[data-theme='dark'] .dark .related-grid a,
html[data-theme='dark'] .dark footer {
    color: var(--article-text);
}

html[data-theme='dark'] .dark .article-card p,
html[data-theme='dark'] .dark .article-card li,
html[data-theme='dark'] .dark .related-grid a div,
html[data-theme='dark'] .dark .sidebar-box p,
html[data-theme='dark'] .dark .toc a {
    color: var(--article-muted);
}

html[data-theme='dark'] .dark .article-card a,
html[data-theme='dark'] .dark .toc a,
html[data-theme='dark'] .dark .sidebar-box a,
html[data-theme='dark'] .dark .related-grid a {
    color: #9ec5ff;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

/* Container */

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* ====================================
        Header
==================================== */

/* Top header used by article pages */
.main-header{
    width:100%;
    background:linear-gradient(135deg, #0a3d91 0%, #1e5bb8 100%);
    color:#fff;
    box-shadow:0 3px 12px rgba(0,0,0,.15);
    position:sticky;
    top:0;
    z-index:999;
}

.main-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
    padding:16px 0;
}

.logo-area{
    display:flex;
    align-items:center;
    gap:12px;
    color:#fff;
}

.logo-area .logo{
    height:68px;
    width:auto;
    display:block;
}

.brand-copy{
    display:flex;
    flex-direction:column;
    gap:2px;
}

.brand-copy strong{
    font-size:1rem;
    font-weight:700;
    color:#fff;
}

.brand-copy span{
    font-size:0.78rem;
    color:#e7ecf5;
}

.nav-links{
    display:flex;
    gap:20px;
    align-items:center;
}

.nav-links a{
    color:white;
    font-weight:600;
    transition:.3s;
    font-size:0.95rem;
}

.nav-links a:hover{
    color:#ffd700;
}

.menu-btn{
    display:none;
}

/* ====================================
        Hero
==================================== */

.hero{
    min-height:650px;
    background:
        linear-gradient(#0c326cc7, #194a93d1),
        url("../images/890EA5A2.png") no-repeat center center / contain;
    background-color:#0a2a54;
    display:flex;
    align-items:center;
    color:white;
}

.hero .container{
    position:relative;
    z-index:2;
}

.hero .overlay{
    width:100%;
    min-height:650px;
    display:flex;
    align-items:center;
    padding:40px 0;
    background:linear-gradient(90deg, rgba(6,24,52,0.88) 0%, rgba(6,24,52,0.72) 45%, rgba(6,24,52,0.35) 100%);
}

.hero .category-badge,
.hero .hero-description,
.hero .article-meta,
.hero .breadcrumb{
    position:relative;
    z-index:2;
}

.hero .category-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(212, 175, 55, 0.95);
    color:#fff;
    font-weight:700;
    margin-bottom:18px;
    box-shadow:0 6px 16px rgba(0,0,0,0.22);
}

.hero .breadcrumb{
    margin-bottom:18px;
    font-size:15px;
    color:#f7fbff;
}

.hero .breadcrumb a{
    color:#fff;
    font-weight:600;
}

.hero .breadcrumb a:hover{
    color:#ffd84d;
}

.hero .hero-description{
    max-width:760px;
    font-size:20px;
    line-height:1.7;
    color:#f7fbff;
    text-shadow:0 2px 8px rgba(0,0,0,0.35);
    margin-bottom:20px;
}

.hero .article-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:18px;
}

.hero .article-meta span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(255,255,255,0.16);
    color:#f8fcff;
    backdrop-filter:blur(4px);
}

.hero-content{

    max-width:850px;

}

.category{

    display:inline-block;

    background:#d4af37;

    color:white;

    padding:10px 22px;

    border-radius:40px;

    font-weight:600;

    margin-bottom:20px;

    box-shadow:0 6px 16px rgba(0,0,0,0.22);

}

.breadcrumb{

    margin-bottom:25px;
    font-size:15px;

}

.breadcrumb a{

    color:white;

}

.breadcrumb span{

    margin:0 8px;

    color:#d4af37;

}

.hero h1{

    font-size:56px;

    line-height:1.2;

    margin-bottom:25px;

    color:#ffffff;

    text-shadow:0 3px 12px rgba(0,0,0,0.45);

    font-weight:800;

}

.hero p{

    font-size:20px;

    opacity:.95;

    margin-bottom:25px;

    color:#f7fbff;

    text-shadow:0 2px 8px rgba(0,0,0,0.35);

}

.hero-cta{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:8px;
    padding:12px 22px;
    border-radius:999px;
    background:#d4af37;
    color:#fff;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
    transition:.3s;
}

.hero-cta:hover{
    background:#ffd84d;
    color:#fff;
    transform:translateY(-2px);
}

.meta{

    display:flex;

    flex-wrap:wrap;

    gap:20px;

    font-size:15px;

}

/* ====================================
        Main Layout
==================================== */

.content{

    padding:80px 0;

}

.grid{

    display:grid;

    grid-template-columns:

    2fr
    340px;

    gap:40px;

}

/* ====================================
        Article Card
==================================== */

.article{

    background:white;

    border-radius:20px;

    padding:50px;

    box-shadow:

    0 10px 40px rgba(0,0,0,.08);

}

.article h2{

    color:#072b69;

    margin-top:45px;

    margin-bottom:15px;

    font-size:34px;

}

.article h3{

    color:#072b69;

    margin-bottom:15px;

}

.article p{

    margin-bottom:20px;

    color:#555;

    font-size:18px;

}

.article img{

    border-radius:15px;

    margin:35px 0;

}

/* ====================================
        Featured Slideshow
==================================== */

.featured-image.slideshow{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    margin:0 0 24px;
    min-height:500px;
    background:#e7eef8;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.featured-image.slideshow .slide{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
    background:#fff;
    opacity:0;
    transform:scale(1.02);
    transition:opacity 0.9s ease, transform 0.9s ease;
    padding:12px;
}

.featured-image.slideshow .slide.active{
    opacity:1;
    transform:scale(1);
}

/* ====================================
        Highlight Box
==================================== */

.tip{

    background:#eef6ff;

    border-left:6px solid #072b69;

    padding:30px;

    border-radius:10px;

    margin:45px 0;

}

.tip h3{

    color:#072b69;

}

/* ====================================
        Sidebar
==================================== */

.sidebar{

    position:sticky;

    top:120px;

}

.widget{

    background:white;

    border-radius:15px;

    padding:30px;

    margin-bottom:30px;

    box-shadow:

    0 10px 30px rgba(0,0,0,.06);

}

.widget h3{

    color:#072b69;

    margin-bottom:20px;

}

.widget ul li{

    margin-bottom:15px;

}

.widget ul li a{

    color:#333;

    transition:.3s;

}

.widget ul li a:hover{

    color:#d4af37;

}

/* ====================================
        Table Of Contents
==================================== */

.toc li{

    margin-bottom:15px;

}

.toc a{

    color:#072b69;

    font-weight:500;

}

.toc a:hover{

    color:#d4af37;

}

/* ====================================
   SHARE BUTTONS
==================================== */

.share-box{

    margin-top:60px;
    text-align:center;

}

.share-box h3{

    margin-bottom:25px;
    color:#072b69;

}

.share-buttons{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;

}

.share-buttons a{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:55px;
    height:55px;

    border-radius:50%;

    background:#072b69;

    color:#fff;

    font-size:20px;

    transition:.35s;

}

.share-buttons a:hover{

    background:#d4af37;
    transform:translateY(-6px);

}

/* ====================================
   CALL TO ACTION
==================================== */

.cta{

    margin:70px 0;

    background:

    linear-gradient(
    135deg,
    #072b69,
    #0b4da3);

    color:#fff;

    padding:60px;

    border-radius:20px;

    text-align:center;

}

.cta h2{

    color:#fff;

    margin-bottom:20px;

}

.cta p{

    color:#f3f3f3;

    max-width:700px;

    margin:auto;

}

.cta-btn{

    display:inline-block;

    margin-top:30px;

    background:#d4af37;

    color:#fff;

    padding:16px 38px;

    border-radius:40px;

    font-weight:600;

    transition:.35s;

}

.cta-btn:hover{

    background:#fff;

    color:#072b69;

}

/* ====================================
   AUTHOR BOX
==================================== */

.author-box{

    display:flex;

    gap:25px;

    margin-top:70px;

    padding:35px;

    border-radius:18px;

    background:#f8fbff;

}

.author-box img{

    width:90px;

    height:90px;

    border-radius:50%;

}

.author-box h4{

    color:#072b69;

    margin-bottom:10px;

}

/* ====================================
   RELATED ARTICLES
==================================== */

.related{

    margin-top:80px;

}

.related h2{

    margin-bottom:35px;

}

.related-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

}

.related-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:
    0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.related-card:hover{

    transform:translateY(-10px);

}

.related-card img{

    width:100%;

    height:220px;

    object-fit:cover;

}

.related-content{

    padding:25px;

}

.related-content h3{

    color:#072b69;

    margin-bottom:15px;

}

.related-content p{

    font-size:15px;

}

.related-content a{

    display:inline-block;

    margin-top:20px;

    color:#072b69;

    font-weight:600;

}

.related-content a:hover{

    color:#d4af37;

}

/* ====================================
   NEWSLETTER
==================================== */

.newsletter{

    margin:90px 0;

    background:#fff;

    border-radius:20px;

    padding:55px;

    text-align:center;

    box-shadow:
    0 10px 35px rgba(0,0,0,.06);

}

.newsletter h2{

    color:#072b69;

    margin-bottom:15px;

}

.newsletter form{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

    margin-top:30px;

}

.newsletter input{

    width:380px;

    max-width:100%;

    padding:18px;

    border:1px solid #ddd;

    border-radius:40px;

    outline:none;

}

.newsletter button{

    border:none;

    background:#072b69;

    color:#fff;

    padding:18px 35px;

    border-radius:40px;

    cursor:pointer;

    transition:.35s;

}

.newsletter button:hover{

    background:#d4af37;

}

/* ====================================
   FOOTER
==================================== */

.site-footer, footer{
    margin-top:100px;
    background: linear-gradient(135deg, #081522 0%, #164170 45%, #0b2033 100%);
    color:#081522;
    padding:60px 0 25px;
}

.site-footer .footer-grid,
.footer-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(250px,1fr));

    gap:40px;

}

.footer-grid h3{

    color:#fff;

    margin-bottom:20px;

}

.footer-grid ul li{

    margin-bottom:12px;

}

.footer-grid ul li a{

    color:#ddd;

}

.footer-grid ul li a:hover{

    color:#d4af37;

}

.footer-bottom{

    margin-top:40px;
    padding-top:20px;
    border-top: 1px solid rgba(255,255,255,.15);
    text-align:center;
    font-size:14px;

}

.copyright{

    border-top:1px solid rgba(255,255,255,.08);

    margin-top:40px;

    padding-top:25px;

    text-align:center;

}

/* ====================================
   SCROLL TO TOP
==================================== */

#scrollTop{

    position:fixed;

    right:25px;

    bottom:25px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:#072b69;

    color:#fff;

    cursor:pointer;

    display:none;

    z-index:999;

    transition:.35s;

}

#scrollTop:hover{

    background:#d4af37;

}

/* ====================================
   READING PROGRESS BAR
==================================== */

.progress-bar{

    position:fixed;

    top:0;

    left:0;

    width:0;

    height:5px;

    background:#d4af37;

    z-index:99999;

}

/* ====================================
   ANIMATIONS
==================================== */

.fade-up{

    opacity:0;

    transform:translateY(35px);

    transition:all .8s ease;

}

.fade-up.show{

    opacity:1;

    transform:translateY(0);

}

/* ====================================
   ARTICLE PAGE LAYOUT
==================================== */

.hero{
    min-height:680px;
    position:relative;
    overflow:hidden;
    padding:0;
}

.hero .overlay{
    min-height:680px;
    display:flex;
    align-items:center;
    background:linear-gradient(135deg, rgba(3,20,45,.84), rgba(7,43,105,.84));
    padding:110px 0 70px;
}

.navbar{
    position:relative;
    z-index:2;
}

.navbar .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}

.main-content{
    padding:70px 0 90px;
    background:linear-gradient(180deg, #f5f7fb 0%, #eef4fb 100%);
}

.content-grid{
    display:grid;
    grid-template-columns:minmax(0, 1.8fr) minmax(240px, 280px);
    gap:28px;
    align-items:start;
}

.article-content{
    background:#fff;
    border-radius:24px;
    padding:40px 44px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    max-width:100%;
}

.article-content h2,
.article-content h3{
    color:#072b69;
}

.article-content h2{
    margin:30px 0 12px;
    font-size:30px;
}

.article-content h3{
    margin:20px 0 10px;
    font-size:20px;
}

.article-content p,
.article-content li{
    color:#475569;
    font-size:17px;
    line-height:1.85;
}

.article-content ul{
    padding-left:20px;
    margin:12px 0 18px;
}

.article-content li{
    margin-bottom:10px;
}

.featured-image{
    margin-bottom:28px;
}

.featured-image img{
    width:100%;
    border-radius:18px;
    object-fit:cover;
    box-shadow:0 14px 35px rgba(0,0,0,.12);
}

.intro{
    font-size:1.06rem;
    line-height:1.9;
    color:#475569;
    margin-bottom:28px;
}

.category-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#d4af37;
    color:#fff;
    padding:10px 16px;
    border-radius:999px;
    font-weight:600;
    margin-bottom:24px;
}

.article-meta{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:20px;
    color:#e7ecf5;
    font-size:0.95rem;
}

.article-meta span{
    display:flex;
    align-items:center;
    gap:8px;
}

.hero-description{
    font-size:1.05rem;
    max-width:760px;
    color:#f2f5f9;
    margin-bottom:0;
}

.article-section{
    padding:28px 0 10px;
    border-top:1px solid #e8edf5;
    margin-top:24px;
    scroll-margin-top:130px;
}

.article-section:first-of-type{
    border-top:none;
    margin-top:0;
    padding-top:0;
}

.section-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    border-radius:50%;
    background:#eef4ff;
    color:#072b69;
    font-weight:700;
    margin-bottom:16px;
}

.tip-box,
.solution-box,
.warning-box,
.continue-note{
    border-radius:16px;
    padding:22px 24px;
    margin:24px 0 10px;
}

.tip-box{
    background:#eef6ff;
    border-left:5px solid #072b69;
}

.solution-box{
    background:#f1fff4;
    border-left:5px solid #2f9e44;
}

.warning-box{
    background:#fff6e8;
    border-left:5px solid #f08c00;
}

.continue-note{
    background:#f8fbff;
    border:1px dashed #bcd7ff;
    text-align:center;
}

.continue-note h3{
    margin-top:0;
}

.sidebar{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.sidebar-card{
    background:#fff;
    border-radius:18px;
    padding:18px 20px;
    box-shadow:0 16px 36px rgba(0,0,0,.06);
}

.sticky-toc{
    position:sticky;
    top:110px;
    font-size:0.95rem;
}

.sidebar-card h3{
    color:#072b69;
    margin-bottom:12px;
    font-size:1rem;
}

.sidebar-card ul{
    padding-left:0;
    list-style:none;
}

.sidebar-card li{
    margin-bottom:8px;
}

.sidebar-card a{
    color:#334155;
}

.sidebar-card a:hover,
.sidebar-card a.active{
    color:#d4af37;
}

.sidebar-card a.active{
    font-weight:600;
}

.share-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.share-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:50%;
    background:#072b69;
    color:#fff;
    transition:.3s;
}

.share-btn:hover{
    background:#d4af37;
    transform:translateY(-4px);
}

.toc-mobile{
    display:none;
    background:#f8fbff;
    border:1px solid #e4eefc;
    border-radius:16px;
    padding:20px 22px;
    margin-bottom:24px;
}

.toc-mobile h3{
    color:#072b69;
    margin-bottom:12px;
}

.toc-mobile ul{
    padding-left:18px;
}

.article-content .section{
    margin:24px 0 28px;
}

.article-content .section h2,
.article-content .section h3,
.article-content .section h4{
    color:#072b69;
    margin-bottom:12px;
}

.article-content .article-intro,
.article-content .intro,
.article-content .lead{
    font-size:1.04rem;
    color:#475569;
    margin-bottom:24px;
}

.article-content .highlight,
.article-content .tip,
.article-content .solution-box,
.article-content .warning-box{
    border-radius:16px;
    padding:20px 22px;
    margin:24px 0;
}

.article-content .highlight,
.article-content .tip{
    background:#eef6ff;
    border-left:5px solid #072b69;
}

.article-content .solution-box{
    background:#f1fff4;
    border-left:5px solid #2f9e44;
}

.article-content .warning-box{
    background:#fff6e8;
    border-left:5px solid #f08c00;
}

.article-content .cta{
    margin:32px 0 24px;
    padding:28px;
    border-radius:18px;
    background:linear-gradient(135deg, #072b69, #0b4da3);
    color:#fff;
    text-align:center;
}

.article-content .cta a,
.article-content .cta-btn{
    display:inline-block;
    margin-top:12px;
    padding:12px 20px;
    border-radius:999px;
    background:#d4af37;
    color:#fff;
    font-weight:600;
}

.article-content .article-image,
.article-content img{
    display:block;
    max-width:100%;
    border-radius:16px;
    margin:24px 0;
}

.article-content figure{
    margin:24px 0;
}

.article-content figcaption{
    color:#64748b;
    font-size:0.94rem;
    margin-top:8px;
}

.article-content .support-icons,
.article-content .whatsapp,
.article-content .x-support{
    display:none;
}

/* ====================================
   RESPONSIVE
==================================== */

@media(max-width:992px){

.grid{

grid-template-columns:1fr;

}

.sidebar{

position:relative;
top:0;

}

.hero{

height:520px;

}

.hero h1{

font-size:40px;

}

.article{

padding:35px;

}

.cta{

padding:40px 25px;

}

}

@media(max-width:768px){

.main-header .container{
    flex-direction:column;
    align-items:flex-start;
    padding:16px 0;
}

.nav-links{

display:none;

}

.btn{

display:inline-block;

padding:16px 35px;

background:#072b69;

color:white;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.btn:hover{

background:#d4af37;

transform:translateY(-3px);

}

.menu-btn{

display:block;

font-size:28px;

color:#fff;

cursor:pointer;

}

.hero{

height:460px;

}

.hero h1{

font-size:32px;

}

.hero p{

font-size:17px;

}

.meta{

gap:10px;

font-size:14px;

}

.article{

padding:25px;

}

.author-box{

flex-direction:column;
text-align:center;

}

.newsletter{

padding:35px 20px;

}

.newsletter input{

width:100%;

}

.newsletter button{

width:100%;

}

.footer-grid{

text-align:center;

}

}

@media(max-width:480px){

.hero h1{

font-size:28px;

}

.category{

font-size:13px;

}

.article h2{

font-size:28px;

}

.share-buttons{

gap:10px;

}

.related-grid{

grid-template-columns:1fr;

}

}