:root {
--primary-navy: #0D2F4F;
--primary-accent: #FFC400;
--primary-accent-darker: #fdbd00;
--text-dark: #1A202C;
--text-light: #4A5568;
--background-light: #FDFEFE;
--background-grey: #F4F7F9;
--border-color: #E2E8F0;
--bs-success: #198754; 
--bs-warning: #ffc107; 
--bs-danger: #dc3545; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text-light); background-color: var(--background-light); line-height: 1.7; } h1, h2, h3, h4, h5, h6, .nav-link, .btn { font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--text-dark); }
h1 { font-size: clamp(2.5rem, 5vw, 3.8rem); line-height: 1.2; font-weight: 800; color: var(--primary-navy); }
h2 { font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.3; font-weight: 700; color: var(--primary-navy); }
h3, aside h2 {font-size:clamp(1.3rem, 3vw, 1.8rem) !important; color: var(--primary-navy); font-weight:700;}
.lead { font-size: 1.15rem; color: var(--text-light); }
.highlight-accent { color: var(--primary-accent); }
.section-padding { padding: 100px 0; }
.section-bg { background-color: var(--background-grey); }
.content-image { width: 100%; border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); object-fit: cover; } .btn-accent {
background-image: linear-gradient(to right, var(--primary-accent-darker) 0%, var(--primary-accent) 50%, var(--primary-accent-darker) 100%);
background-size: 200% auto; border: none; color: var(--text-dark); font-weight: 600; padding: 14px 32px;
border-radius: 8px; box-shadow: 0 4px 15px rgba(255, 196, 0, 0.2); transition: all 0.4s ease;
}
.btn-accent:hover { background-position: right center; color: var(--text-dark); transform: translateY(-5px); box-shadow: 0 8px 25px rgba(255, 196, 0, 0.3); }
.checklist li { display: flex; align-items: flex-start; margin-bottom: 1rem; }
.checklist i {
color: var(--primary-accent);
background-color: var(--primary-navy);
border-radius: 50%;
width: 24px;
height: 24px;
min-width: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 0.8rem;
margin-top: 0.2rem;
font-size: 1rem;
padding: 20px;
} .navbar {
background-color: rgba(253, 254, 254, 1) !important;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
padding: 15px 0;
transition: all 0.3s ease;
border-bottom: 1px solid var(--border-color);
}
.navbar-brand img {
max-height: 50px;
}
.navbar .nav-link {
color: var(--text-dark);
transition: color 0.3s;
}
.navbar .nav-link:hover {
color: var(--primary-navy);
}
.dropdown-menu {
border: 1px solid var(--border-color);
box-shadow: 0 10px 30px rgba(0,0,0,0.07);
border-radius: 12px;
padding: 0.5rem;
background-color: var(--background-light);
margin-top: 0.5rem; }
.dropdown-item {
color: var(--text-dark);
font-weight: 500;
padding: 0.75rem 1rem;
border-radius: 8px;
transition: all 0.2s;
white-space: normal;
}
.dropdown-item:hover {
background-color: var(--background-grey);
color: var(--primary-navy);
} @media (min-width: 992px) { .dropdown .dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease-out;
} .dropdown:hover > .dropdown-menu {
visibility: visible;
opacity: 1;
transform: translateY(0);
} .dropdown-menu.mega-menu {
width: 520px;
padding: 1.5rem;
left: 50%; transform: translateX(-50%) translateY(10px); 
}
.dropdown:hover > .dropdown-menu.mega-menu {
transform: translateX(-50%) translateY(0);
} .mega-menu-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
.mega-menu-column h6 {
font-size: 0.9rem;
font-weight: 700;
color: var(--primary-navy);
padding-left: 1rem;
border-left: 3px solid var(--primary-accent);
margin-bottom: 1rem;
}
} .subnav { background-color: var(--background-light); border-bottom: 1px solid var(--border-color); padding: 0.75rem 0; z-index: 1029; }
.subnav .nav-link { color: var(--text-light); font-weight: 500; font-size: 0.95rem; padding: 0.5rem 1rem; border-radius: 6px; transition: all 0.2s ease; }
.subnav .nav-link:hover { color: var(--primary-navy); background-color: var(--background-grey); }
.subnav .nav-link.active { color: var(--primary-navy); font-weight: 600; background-color: var(--background-grey); }
.btn-accent { background-image: linear-gradient(to right, var(--primary-accent-darker) 0%, var(--primary-accent) 50%, var(--primary-accent-darker) 100%); background-size: 200% auto; border: none; color: var(--text-dark); font-weight: 600; padding: 14px 32px; border-radius: 8px; box-shadow: 0 4px 15px rgba(255, 196, 0, 0.2); transition: all 0.4s ease; }
.btn-accent:hover { background-position: right center; color: var(--text-dark); transform: translateY(-5px); box-shadow: 0 8px 25px rgba(255, 196, 0, 0.3); }
.feature-card, .pricing-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid var(--border-color); height: 100%; transition: all 0.3s ease; }
.feature-card:hover, .pricing-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.feature-card .icon-box { font-size: 2rem; color: var(--primary-accent); margin-bottom: 1rem; }
.pricing-card.featured { border-color: var(--primary-accent); border-width: 2px; position: relative; overflow: hidden; }
.featured-badge { position: absolute; top: -1px; right: 20px; background-color: var(--primary-accent); color: var(--text-dark); font-size: 0.8rem; font-weight: 700; padding: 0.25rem 0.75rem; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
.pricing-card ul li { margin-bottom: 0.75rem; }
.pricing-card ul i { color: var(--primary-navy); } .hero-image-container { position: relative; display: inline-block; }
.hero-image-container img { border-radius: 150px 0 150px 0; }
.experience-badge { position: absolute; bottom: 20px; left: -30px; background-color: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 15px 20px; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); z-index: 10; text-align: center; border: 1px solid rgba(255, 255, 255, 0.2); }
.experience-badge .badge-title { font-size: 1.6rem; font-weight: 800; color: var(--primary-navy); line-height: 1; }
.experience-badge .badge-text { font-size: 0.9rem; margin: 0; font-weight: 500; color: var(--text-dark); }
#trust-bar { padding: 40px 0; background-color: var(--background-grey); border-bottom: 1px solid var(--border-color); }
.trust-bar-container { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; gap: 20px; }
.trust-bar-container span { color: var(--text-light); font-weight: 600; font-size: 1.1rem; }
.trust-bar-container img { max-height: 28px; filter: grayscale(100%); opacity: 0.6; }
.service-card { background: #fff; padding: 35px; border-radius: 12px; border: 1px solid var(--border-color); transition: all 0.3s ease; height: 100%; text-align: left; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); border-color: var(--primary-navy); }
.service-card .icon-box { width: 60px; height: 60px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background-color: var(--primary-navy); color: var(--primary-accent); font-size: 1.8rem; margin-bottom: 1.5rem; }
#stats { background: linear-gradient(rgba(13, 47, 79, 0.9), rgba(13, 47, 79, 0.9)), url(//jean-edouard.net/wp-content/themes/jedh/img/analysse-stats.avif) no-repeat center center; background-size: cover; background-attachment: fixed; color: #fff; }
.counter-number { font-size: 3.5rem; font-weight: 800; color: var(--primary-accent); }
.counter-title { font-size: 1.1rem; font-weight: 500; margin-top: -10px; }
.testimonial-card { border: 1px solid var(--border-color); border-left: 4px solid var(--primary-accent); border-radius: 8px; transition: all 0.3s ease; background-color: #fff; }
.testimonial-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.testimonial-card .card-body { padding: 2rem; }
.testimonial-card p { font-size: 1.05rem; }
.testimonial-card .avatar { width: 50px; height: 50px; }
.accordion-item { background-color: #fff; border: 1px solid var(--border-color); border-radius: 12px !important; margin-bottom: 1rem; }
.accordion-button { font-weight: 600; font-family: 'Poppins', sans-serif; }
.accordion-button:focus { box-shadow: 0 0 0 0.25rem rgba(13, 47, 79, 0.2); }
.accordion-button::after, .accordion-button:not(.collapsed)::after { font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f067"; background-image: none; transform: rotate(0deg); transition: transform 0.3s ease; }
.accordion-button:not(.collapsed)::after { content: "\f068"; }
footer { background-color: var(--primary-navy); color: rgba(255, 255, 255, 0.7); }
footer h5 { color: #fff; }
footer a { transition: color 0.3s ease; color: rgba(255, 255, 255, 0.7); text-decoration: none;}
footer a:hover { color: #fff; }
.footer-bottom { background-color: rgba(0,0,0,0.2); }
.back-to-top-btn { position: fixed; bottom: 25px; right: 25px; width: 50px; height: 50px; border-radius: 50%; background-color: var(--primary-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.2); z-index: 1000; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.3s ease; }
.back-to-top-btn.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top-btn:hover { background-color: var(--text-dark); color: #fff; }
.score-gauge-text {font-size:2.8rem;font-weight:800;fill:var(--primary-navy);font-family:'Poppins',sans-serif;}
.fake-serp {background-color:#fff;border:1px solid #dfe1e5;border-radius:8px;padding:16px;margin-top:1rem;font-family:arial,sans-serif;max-width:600px;}
.serp-url {font-size:14px;color:#202124;word-break:break-all;}
.serp-title {font-size:20px;color:#1a0dab;font-weight:400;margin:0;font-family:arial,sans-serif;}
.serp-description {font-size:14px;color:#4d5156;line-height:1.58;}
.reco { font-size: 0.9rem; } .reco strong { color: var(--text-dark); }
.preview-box { background-color: var(--background-grey); border-left: 3px solid var(--border-color); padding: 1rem; border-radius: .25rem; font-size: .9rem}
.badge-location { font-size: .75em; } #report-nav { position: -webkit-sticky; position: sticky; top: 20px; }
#report-nav .nav-link { color: var(--text-light); padding: 0.5rem 1rem; border-left: 2px solid transparent; }
#report-nav .nav-link.active { color: var(--primary-navy); font-weight: 600; border-left-color: var(--primary-accent); }
#report-nav .nav-link:hover { color: var(--primary-navy); }
.audit-section { margin-bottom: 2.5rem; }
.audit-card { background-color: var(--background-light); border: 1px solid var(--border-color); border-radius: 12px; margin-bottom: 1.5rem; padding: 1.5rem; }
.audit-card-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.audit-card-header .icon { font-size: 1.5rem; color: var(--primary-navy); }
.audit-card-header h5 { margin: 0; }
.audit-card-body .status-icon { font-size: 1.2rem; }
.progress-bar { background-color: var(--border-color); }
.progress-bar-fill { height: 10px; border-radius: 5px; } .cv-hero { padding: 80px 0; }
.stat-card { background-color: #fff; padding: 1.5rem; border-radius: 12px; border: 1px solid var(--border-color); }
.stat-card .stat-number { font-size: 2.5rem; font-weight: 800; color: var(--primary-navy); line-height: 1; }
.stat-card .stat-title { font-size: 1rem; font-weight: 500; }
.experience-item { position: relative; padding-bottom: 2.5rem; border-left: 2px solid var(--border-color); margin-left: 1rem; }
.experience-item:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
.experience-item::before { content: ''; position: absolute; left: -9px; top: 5px; width: 16px; height: 16px; border-radius: 50%; background-color: var(--primary-accent); border: 3px solid var(--background-light); }
.experience-item .experience-content { padding-left: 2rem; }
.experience-item ul { list-style-type: none; padding-left: 0; }
.experience-item ul li { padding-left: 1.5rem; position: relative; margin-bottom: 0.5rem; }
.experience-item ul li::before { content: '\2022'; color: var(--primary-accent); font-weight: bold; display: inline-block; width: 1em; margin-left: -1.5em; position: absolute; }
.skill-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.skill-badge { background-color: #fff; color: var(--text-light); font-size: 0.9rem; font-weight: 500; padding: 0.4rem 0.9rem; border-radius: 6px; border: 1px solid var(--border-color); }
.project-card { border: 1px solid var(--border-color); border-radius: 12px; box-shadow: none; transition: all 0.3s ease; height: 100%; background-color: #fff; overflow: hidden; }
.project-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.project-card-image-container { aspect-ratio: 16 / 10; overflow: hidden; }
.project-card-image-container img { width: 100%; height: 100%; object-fit: cover; }
.cta-section { background-color: var(--primary-navy); color: #fff; border-radius: 15px; }
.cta-section h2, .cta-section p { color: #fff; } .service-hero { padding: 80px 0; background-color: var(--background-grey); }
.checklist li { display: flex; align-items: flex-start; margin-bottom: 1rem; }
.checklist i { color: var(--primary-accent); background-color: var(--primary-navy); border-radius: 50%; width: 24px; height: 24px; min-width: 24px; display: inline-flex; align-items: center; justify-content: center; margin-right: 0.8rem; margin-top: 0.2rem; font-size: 0.8rem; }
.method-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid var(--border-color); height: 100%; }
.method-card .step-number { font-size: 3rem; font-weight: 800; color: var(--primary-accent); line-height: 1; }
.testimonial-card { border: 1px solid var(--border-color); border-left: 4px solid var(--primary-accent); border-radius: 8px; transition: all 0.3s ease; background-color: #fff; }
.testimonial-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.testimonial-card .card-body { padding: 2rem; } .testimonial-card .avatar { width: 50px; height: 50px; }
.cta-section { background-color: var(--primary-navy); color: #fff; border-radius: 15px; }
.cta-section h2, .cta-section p { color: #fff; }
footer { background-color: var(--primary-navy); color: rgba(255, 255, 255, 0.7); }
footer h5 { color: #fff; } footer a { transition: color 0.3s ease; color: rgba(255, 255, 255, 0.7); text-decoration: none;}
footer a:hover { color: #fff; } .footer-bottom { background-color: rgba(0,0,0,0.2); }
.back-to-top-btn { position: fixed; bottom: 25px; right: 25px; width: 50px; height: 50px; border-radius: 50%; background-color: var(--primary-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.2); z-index: 1000; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.3s ease; }
.back-to-top-btn.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top-btn:hover { background-color: var(--text-dark); color: #fff; }
.module-item {
border-bottom: 1px solid var(--border-color);
}
.module-icon {
color: var(--primary-accent);
font-size: 1.5rem;
}
.module-header {
font-size: 1.2rem;
font-weight: 700;
}
.instructor-img {
width: 120px;
height: 120px;
object-fit: cover;
border: 4px solid #fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
} .category-hero { padding: 80px 0; background-color: var(--background-grey); }
.featured-article .card { border: none; background-color: transparent; }
.featured-article .card-img-top { border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.featured-article .badge { background-color: var(--primary-navy); color: #fff; font-weight: 500; }
.featured-article .card-title { font-size: 1.8rem; }
.blog-card { border: 1px solid var(--border-color); border-radius: 12px; box-shadow: none; transition: all 0.3s ease; height: 100%; background-color: #fff; overflow: hidden; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.08); }
.blog-card-image-container { aspect-ratio: 16 / 9; overflow: hidden; background-color: var(--background-grey); }
.blog-card-image-container img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.blog-card:hover .blog-card-image-container img { transform: scale(1.05); }
.blog-card .card-body { flex-grow: 1; }
.blog-card .card-text { font-size: 0.95rem; line-height: 1.6; color: var(--text-light); }
.blog-card .badge { background-color: var(--primary-navy); color: #fff; font-weight: 500; width:155px; }
.blog-card .card-title { color: var(--primary-navy); }
.pagination .page-item .page-link { border-radius: 6px !important; margin: 0 5px; border-color: var(--border-color); color: var(--primary-navy); }
.pagination .page-item.active .page-link { background-color: var(--primary-navy); border-color: var(--primary-navy); color: #fff; }
.pagination .page-item:not(.active) .page-link:hover { background-color: var(--background-grey); }
.google-snippet { background-color:#fff; padding:1.5rem; border:1px solid var(--border-color); border-radius:12px; font-family: 'Arial', sans-serif; height: 100%;}
.google-snippet .url { color: #202124; font-size: 14px; margin-bottom: 4px; }
.google-snippet .title { color: #1a0dab; font-size: 20px; font-weight: 400; text-decoration: none; line-height: 1.3; }
.google-snippet .title:hover { text-decoration: underline; }
.google-snippet .description { color: #4d5156; font-size: 14px; line-height: 1.57; }
.preview-card { border:1px solid var(--border-color); border-radius:12px; background-color: #fff; padding: 1rem; height: 100%;}
.preview-card h5 { font-size: 1rem; text-align: center; color: var(--text-light); margin-bottom: 1rem; }
.preview-card img { border-radius: 8px; max-height:350px; }
.score-card { background-color: #fff; padding: 1rem; border-radius: 12px; text-align: center; border: 1px solid var(--border-color); }
.score-card .score-value { font-size: 2.5rem; font-weight: 700; color: var(--primary-navy); }
.score-card .score-label { color: var(--text-light); }
.nav-tabs .nav-link { font-family: 'Poppins', sans-serif; font-size: 1.1rem; color: var(--text-light); border-color: transparent; border-bottom-width: 3px; }
.nav-tabs .nav-link.active { color: var(--primary-navy); border-color: var(--primary-accent); background:none; }
.tab-content { background-color: #fff; border: 1px solid var(--border-color); border-radius: 12px; padding: 2.5rem; }
.accordion-item { border-radius: 8px !important; margin-bottom: 1rem; background-color: var(--background-grey); border:1px solid var(--border-color); }
.accordion-button { font-weight: 600; background-color: var(--background-grey); }
.accordion-button:not(.collapsed) { color: #fff; background-color: var(--primary-navy); box-shadow: inset 0 -1px 0 var(--border-color); }
.accordion-button:focus { box-shadow: 0 0 0 0.25rem rgba(13, 47, 79, 0.1); }
.hn-tree .hn-item { padding: 0.5rem 1rem; border-left: 3px solid var(--border-color); margin-bottom: 0.5rem; }
.hn-tree .hn-item.level-1 { border-left-color: var(--primary-accent); }
.hn-tree .hn-item.level-2 { margin-left: 2rem; border-left-color: var(--primary-navy); }
.hn-tree .hn-item.level-3 { margin-left: 4rem; }
.hn-tree .hn-item.level-4 { margin-left: 6rem; }
.hn-tree .hn-item.level-5 { margin-left: 8rem; }
.hn-tree .hn-item.level-6 { margin-left: 10rem; } .hero-form {
background-color: #fff;
padding: 2.5rem;
border-radius: 12px;
box-shadow: 0 20px 50px rgba(13, 47, 79, 0.15);
border: 1px solid var(--border-color);
}
.quote-form-wrapper {
background-color: #fff;
padding: 2.5rem;
border-radius: 12px;
box-shadow: 0 20px 50px rgba(0,0,0,0.1);
border: 1px solid var(--border-color);
}
.quote-form-wrapper h3 {
color: var(--primary-navy);
font-weight: 700;
}
.form-control {
min-height: 50px;
border-radius: 8px;
border-color: var(--border-color);
}
.form-control:focus {
border-color: var(--primary-accent);
box-shadow: 0 0 0 0.25rem rgba(255, 196, 0, 0.25);
}
.process-step {
display: flex;
align-items: flex-start;
position: relative;
padding-left: 50px; margin-bottom: 3rem;
}
.process-step::before {
content: "0" counter(step-counter);
counter-increment: step-counter;
position: absolute;
left: 0;
top: -5px;
font-size: 2rem;
font-weight: 800;
font-family: 'Poppins', sans-serif;
color: var(--primary-accent);
opacity: 0.5;
}
.process-step-content h4 {
color: var(--primary-navy);
font-weight: 700;
}    .scroller-container {
display: flex;
align-items: center;
justify-content: center;
gap: 2rem; padding: 1rem 0;
}
.scroller-container span {
font-weight: 600;
color: #6c757d; white-space: nowrap; } .logo-scroller {
max-width: 800px; overflow: hidden;
-webkit-mask: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
mask: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
} .logo-scroller__inner {
display: flex;
align-items: center;
gap: 4rem; width: max-content; animation: scroll 30s linear infinite;
} .logo-scroller:hover .logo-scroller__inner {
animation-play-state: paused;
} .logo-scroller img {
height: 60px; width: auto;
filter: grayscale(100%); opacity: 0.7;
transition: all 0.3s ease;
} .logo-scroller img:hover {
filter: grayscale(0%);
opacity: 1;
transform: scale(1.1);
} @keyframes scroll {
to {
transform: translateX(-50%);
}
} @media (max-width: 768px) {
.scroller-container {
flex-direction: column; gap: 1rem;
}
.logo-scroller {
max-width: 100%; }
} .article-hero { padding-top: 80px; padding-bottom: 50px; }
.featured-image-container {
border-radius: 12px; overflow: hidden;
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
aspect-ratio: 16 / 9; background-color: var(--background-grey);
}
.featured-image-container img { width: 100%; height: 100%; object-fit: cover; }
.author-info img { width: 50px; height: 50px; }
.article-content { font-size: 1.1rem; line-height: 1.8; }
.article-content h2, .article-content h3 { margin-top: 2.5rem; margin-bottom: 1.5rem; }
.article-content blockquote { border-left: 4px solid var(--primary-accent); padding-left: 1.5rem; font-style: italic; font-size: 1.2rem; margin: 2rem 0; }
.article-content ul { list-style-type: none; padding-left: 0; }
.article-content ul li { padding-left: 2rem; position: relative; margin-bottom: 0.75rem; } .article-content ul li::before { font-weight: 900; position: absolute; left: 0; top: 5px; color: var(--primary-navy); }
.sidebar .widget { background-color: var(--background-grey); padding: 1.5rem; border-radius: 12px; margin-bottom: 2rem; }
.sidebar .widget-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; border-bottom: 2px solid var(--border-color); padding-bottom: 0.75rem; }
.sidebar .list-group-item { background-color: transparent; border: none; padding: 0.75rem 0; }
.sidebar .list-group-item a { text-decoration: none; color: var(--text-light); transition: color 0.2s; }
.sidebar .list-group-item a:hover { color: var(--primary-navy); }
.sidebar .author-widget img { width: 70px; height: 70px; }
.recent-post-item img { width: 60px; height: 60px; object-fit: cover; }
.recent-post-item .post-title { font-size: 0.95rem; font-weight: 600; line-height: 1.3; color: var(--text-dark); }
.recent-post-item .post-title:hover { color: var(--primary-navy); }
.social-share a { color: var(--text-light); text-decoration: none; padding: 0.5rem 1rem; border: 1px solid var(--border-color); border-radius: 6px; transition: all 0.2s; }
.social-share a:hover { background-color: var(--primary-navy); color: #fff; border-color: var(--primary-navy); }
.comments-section .comment {  gap: 1.5rem; }
.comments-section .comment .avatar { width: 50px; height: 50px; }
.comments-section .comment .comment-body { flex: 1; }
.comments-section .comment .comment-author { font-weight: 700; color: var(--text-dark); }
.comments-section .comment .comment-date { font-size: 0.85rem; color: #999; }
.comments-section .comment .reply-link { font-size: 0.9rem; font-weight: 600; text-decoration: none; color: var(--primary-navy); }
.comments-section .comment-replies { margin-left: 4.5rem; }
.comment-form .form-control, .comment-form .form-control:focus { box-shadow: none; border-color: var(--border-color); }
footer { background-color: var(--primary-navy); color: rgba(255, 255, 255, 0.7); }
footer h5 { color: #fff; } footer a { transition: color 0.3s ease; color: rgba(255, 255, 255, 0.7); text-decoration: none;}
footer a:hover { color: #fff; } .footer-bottom { background-color: rgba(0,0,0,0.2); }
.back-to-top-btn { position: fixed; bottom: 25px; right: 25px; width: 50px; height: 50px; border-radius: 50%; background-color: var(--primary-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: 0 4px 15px rgba(0,0,0,0.2); z-index: 1000; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.3s ease; }
.back-to-top-btn.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top-btn:hover { background-color: var(--text-dark); color: #fff; }
.sidebar {
position: -webkit-sticky; position: sticky;
top: 100px; align-self: flex-start; }
.task-checked {
text-decoration: line-through;
opacity: 0.6;
transition: all 0.3s ease;
}
.form-check-label {
cursor: pointer;
}
.form-check-input:checked {
background-color: var(--bs-success, #198754);
border-color: var(--bs-success, #198754);
}
.comments-section .comment .reply-link, .comment-reply-link {
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
color: var(--primary-navy);
}
.category-hero {
position: relative; padding: 80px 0;
background-color: var(--primary-accent-darker);  background-size: cover; background-position: center; background-repeat: no-repeat; } .category-hero .hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); z-index: 1;
} .category-hero .hero-content {
position: relative;
z-index: 2;
} .category-hero .page-title,
.category-hero .lead {
color: #ffffff; }
.tool-card-title a {
color: var(--primary-navy);
text-decoration: none;
}.aibrege-summary {
padding: 1.2em 1.5em;
margin: 1.5em 0;
display: flex;
align-items: flex-start;
gap: 1em;
}
.aibrege-summary i {
font-size: 1.5em;
margin-top: 0.1em;
opacity: 0.8;
}
.aibrege-summary p {
margin-top: 0.5em !important;
margin-bottom: 0 !important;
color: inherit !important;
}