/*
Theme Name: Lemon Blue
Theme URI: https://www.lemonblue.com.br
Author: Lemon Blue
Author URI: https://www.lemonblue.com.br
Description: Tema oficial da Lemon Blue — agência especializada em portais de notícias WordPress.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: lemonblue
*/

/* === FONTS === */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/fonts/sora-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('assets/fonts/sora-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Figtree', sans-serif; color: #2b2b2b; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
input, textarea, button, select { font-family: inherit; }
img { max-width: 100%; height: auto; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; }

/* === ANIMATIONS === */
@keyframes lb-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes lb-pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* === REVEAL === */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* === HEADER === */
.lb-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(255,255,255,0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid #eee; }
.lb-header__inner { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,5vw,48px); height: 74px; display: flex; align-items: center; justify-content: space-between; }
.lb-logo { display: flex; align-items: center; }
.lb-logo img { width: 150px; height: auto; display: block; }

/* === NAV === */
.lb-nav { display: flex; align-items: center; gap: 34px; list-style: none; margin: 0; padding: 0; }
.lb-nav li { margin: 0; padding: 0; }
.lb-nav a { font-size: 15px; font-weight: 500; color: #444; transition: color .2s; }
.lb-nav a:hover { color: #0070B0; }

/* === BUTTONS === */
.lb-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Sora', sans-serif; font-weight: 600; border-radius: 999px; transition: background .2s, box-shadow .2s, border-color .2s, color .2s; cursor: pointer; border: none; text-decoration: none; }
.lb-btn--sm { font-size: 14px; padding: 11px 22px; background: #70B040; color: #fff; }
.lb-btn--sm:hover { background: #0070B0; }
.lb-btn--primary { font-size: 17px; padding: 16px 34px; background: #70B040; color: #fff; box-shadow: 0 10px 30px rgba(112,176,64,0.35); }
.lb-btn--primary:hover { background: #0070B0; box-shadow: 0 10px 30px rgba(0,112,176,0.35); }
.lb-btn--outline { font-size: 17px; padding: 16px 34px; background: #fff; color: #2b2b2b; border: 1.5px solid #e0e0e0; }
.lb-btn--outline:hover { border-color: #0070B0; color: #0070B0; }

/* === HAMBURGER === */
.lb-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.lb-hamburger span { display: block; width: 26px; height: 2.5px; background: #2b2b2b; border-radius: 2px; }

/* === MOBILE MENU === */
.lb-mobile-menu { display: none; background: #fff; border-top: 1px solid #eee; padding: 14px clamp(20px,5vw,48px) 22px; flex-direction: column; gap: 4px; }
.lb-mobile-menu.is-open { display: flex; }
.lb-mobile-menu a { font-size: 17px; font-weight: 600; color: #2b2b2b; padding: 13px 0; border-bottom: 1px solid #f2f2f2; display: block; }
.lb-mobile-menu .lb-btn--sm { text-align: center; margin-top: 12px; padding: 14px; font-size: 16px; border-bottom: none; border-radius: 999px; }

/* === SECTIONS === */
.lb-section { padding: clamp(72px,11vh,120px) clamp(20px,5vw,48px); }
.lb-section--white { background: #fff; }
.lb-section--gray { background: #fafbfa; }
.lb-container { max-width: 1200px; margin: 0 auto; }
.lb-container--md { max-width: 1100px; margin: 0 auto; }

/* === SECTION LABELS & HEADINGS === */
.lb-label { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.lb-label--green { color: #70B040; }
.lb-label--blue { color: #0070B0; }
.lb-h2 { font-family: 'Sora', sans-serif; font-size: clamp(28px,3.6vw,40px); line-height: 1.15; font-weight: 700; color: #2b2b2b; }

/* === HERO === */
.lb-hero { position: relative; overflow: hidden; padding: clamp(120px,16vh,180px) clamp(20px,5vw,48px) clamp(80px,10vh,120px); background: #fff; }
.lb-hero__center { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; text-align: center; }
.lb-hero__badge { display: inline-flex; align-items: center; gap: 10px; background: #f1f7ea; border: 1px solid #e0eccf; color: #5a8a2e; font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; padding: 8px 18px; border-radius: 999px; margin-bottom: 28px; }
.lb-hero__badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #70B040; flex-shrink: 0; }
.lb-hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(34px,5.6vw,62px); line-height: 1.08; font-weight: 800; margin: 0 0 26px; color: #2b2b2b; }
.lb-hero h1 .c-green { color: #70B040; }
.lb-hero h1 .c-blue { color: #0070B0; }
.lb-hero__lead { font-size: clamp(17px,2.2vw,21px); line-height: 1.6; color: #5a5a5a; max-width: 680px; margin: 0 auto 40px; font-weight: 500; }
.lb-hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* === STATS === */
.lb-stats { background: linear-gradient(135deg,#70B040,#0070B0); padding: clamp(48px,7vh,72px) clamp(20px,5vw,48px); }
.lb-stats__grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: clamp(28px,4vw,56px); text-align: center; color: #fff; }
.lb-stats__num { font-family: 'Sora', sans-serif; font-size: clamp(40px,5vw,54px); font-weight: 800; line-height: 1; }
.lb-stats__txt { font-size: 15px; opacity: 0.92; margin-top: 8px; letter-spacing: 0.3px; }

/* === ABOUT === */
.lb-about__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: clamp(40px,6vw,80px); align-items: center; }
.lb-about__text p { font-size: 17px; line-height: 1.7; color: #555; margin-bottom: 18px; }
.lb-about__text p:last-child { margin-bottom: 0; }
.lb-about__card { position: relative; background: linear-gradient(135deg,#f1f7ea,#eef5fb); border-radius: 24px; padding: 44px; overflow: hidden; }
.lb-about__orb { position: absolute; top: -40px; right: -40px; width: 160px; height: 160px; border-radius: 50%; background: rgba(112,176,64,0.18); }
.lb-about__items { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 22px; }
.lb-about__item { display: flex; align-items: flex-start; gap: 16px; }
.lb-about__num { flex: none; width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; }
.lb-about__num--green { background: #70B040; }
.lb-about__num--blue { background: #0070B0; }
.lb-about__item-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 17px; margin-bottom: 3px; color: #2b2b2b; }
.lb-about__item-desc { font-size: 15px; color: #666; line-height: 1.5; }

/* === SERVICES === */
.lb-services__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
.lb-card { background: #fff; border: 1px solid #eee; border-radius: 18px; padding: 34px; box-shadow: 0 1px 2px rgba(0,0,0,0.03); transition: box-shadow .3s, transform .3s; display: block; }
.lb-card:hover { box-shadow: 0 18px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
.lb-card__icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.lb-card__icon--green { background: #f1f7ea; }
.lb-card__icon--blue { background: #eef5fb; }
.lb-card h3 { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; margin: 0 0 10px; color: #2b2b2b; }
.lb-card p { font-size: 15.5px; line-height: 1.6; color: #666; margin: 0; }
.lb-card--cta { background: linear-gradient(135deg,#70B040,#0070B0); color: #fff; flex-direction: column; justify-content: center; transition: opacity .2s; text-decoration: none; }
.lb-card--cta:hover { opacity: 0.95; transform: none; box-shadow: none; }
.lb-card--cta h3 { color: #fff; font-size: 21px; }
.lb-card--cta p { color: rgba(255,255,255,0.95); margin-bottom: 18px; }
.lb-card--cta .lb-card-cta-link { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; color: #fff; }

/* === DIFFERENTIALS === */
.lb-diff__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 22px; }
.lb-diff__item { display: flex; gap: 18px; padding: 8px; }
.lb-diff__bar { flex: none; width: 8px; border-radius: 6px; align-self: stretch; }
.lb-diff__bar--green { background: #70B040; }
.lb-diff__bar--blue { background: #0070B0; }
.lb-diff__content h3 { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; margin: 0 0 8px; color: #2b2b2b; }
.lb-diff__content p { font-size: 15.5px; line-height: 1.6; color: #666; margin: 0; }

/* === BLOG === */
.lb-blog__header { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; }
.lb-blog__more { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px; color: #0070B0; display: inline-flex; align-items: center; gap: 8px; transition: gap .2s; }
.lb-blog__more:hover { gap: 12px; }
.lb-blog__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 24px; }
.lb-post-card { background: #fff; border: 1px solid #eee; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .3s, transform .3s; color: #2b2b2b; }
.lb-post-card:hover { box-shadow: 0 18px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
.lb-post-card__thumb { height: 150px; overflow: hidden; flex-shrink: 0; }
.lb-post-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lb-post-card__thumb--placeholder { height: 150px; }
.lb-post-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.lb-post-card__cat { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; display: block; }
.lb-post-card__cat--green { color: #70B040; }
.lb-post-card__cat--blue { color: #0070B0; }
.lb-post-card h3 { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 700; line-height: 1.3; margin: 0 0 16px; color: #2b2b2b; }
.lb-post-card__read { margin-top: auto; font-size: 14px; font-weight: 600; color: #0070B0; }

/* === CONTACT === */
.lb-contact__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: clamp(36px,5vw,64px); align-items: start; }
.lb-contact__links { display: flex; flex-direction: column; gap: 18px; margin-top: 32px; }
.lb-contact__link { display: flex; align-items: center; gap: 16px; transition: opacity .2s; }
.lb-contact__link:hover { opacity: 0.8; }
.lb-contact__icon { flex: none; width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.lb-contact__icon--green { background: #f1f7ea; }
.lb-contact__icon--blue { background: #eef5fb; }
.lb-contact__link-title { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16px; color: #2b2b2b; }
.lb-contact__link-sub { font-size: 15px; color: #666; }
.lb-form-wrap { background: #fafbfa; border: 1px solid #eee; border-radius: 22px; padding: clamp(28px,4vw,40px); }
.lb-form { display: flex; flex-direction: column; gap: 16px; }
.lb-form label { display: block; font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; color: #555; margin-bottom: 7px; }
.lb-form input,
.lb-form textarea { width: 100%; padding: 14px 16px; border: 1.5px solid #e2e2e2; border-radius: 12px; font-size: 15px; background: #fff; outline: none; transition: border-color .2s; }
.lb-form input:focus,
.lb-form textarea:focus { border-color: #0070B0; }
.lb-form textarea { resize: vertical; }
.lb-form__submit { margin-top: 6px; background: #70B040; color: #fff; font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; padding: 16px; border: none; border-radius: 12px; cursor: pointer; transition: background .2s; width: 100%; }
.lb-form__submit:hover { background: #0070B0; }
.lb-form__success { text-align: center; padding: 30px 10px; display: none; }
.lb-form__success-icon { width: 64px; height: 64px; border-radius: 50%; background: #f1f7ea; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.lb-form__success h3 { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; margin: 0 0 10px; color: #2b2b2b; }
.lb-form__success p { font-size: 16px; line-height: 1.6; color: #666; margin: 0; }

/* === FOOTER === */
.lb-footer { background: #1f2733; color: #fff; padding: clamp(56px,8vh,80px) clamp(20px,5vw,48px) 36px; }
.lb-footer__grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.lb-footer__logo { width: 160px; height: auto; filter: brightness(0) invert(1); margin-bottom: 20px; display: block; }
.lb-footer__tagline { font-size: 15px; line-height: 1.65; color: #aeb6c0; margin: 0; max-width: 300px; }
.lb-footer__col-title { font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.lb-footer__links { display: flex; flex-direction: column; gap: 12px; }
.lb-footer__links a { font-size: 15px; color: #aeb6c0; transition: color .2s; }
.lb-footer__links a:hover { color: #fff; }
.lb-footer__contact-info { display: flex; flex-direction: column; gap: 12px; font-size: 15px; color: #aeb6c0; }
.lb-footer__wa { display: inline-flex; align-items: center; gap: 8px; color: #7ed957; font-weight: 600; transition: color .2s; }
.lb-footer__wa:hover { color: #fff; }
.lb-footer__bottom { max-width: 1200px; margin: 0 auto; padding-top: 28px; font-size: 14px; color: #8a929d; }

/* === FLOATING WA === */
.lb-wa-float { position: fixed; bottom: 26px; right: 26px; z-index: 60; width: 60px; height: 60px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37,211,102,0.45); animation: lb-pulse 2.4s infinite; transition: transform .2s; }
.lb-wa-float:hover { transform: scale(1.06); }

/* === BLOG / ARCHIVE PAGES === */
.lb-page-wrap { padding-top: 74px; }
.lb-page-hero { padding: clamp(60px,8vh,100px) clamp(20px,5vw,48px) clamp(40px,5vh,60px); background: linear-gradient(135deg,#70B040,#0070B0); color: #fff; text-align: center; }
.lb-page-hero h1 { font-family: 'Sora', sans-serif; font-size: clamp(28px,4vw,48px); font-weight: 800; margin: 0; }
.lb-page-hero p { font-size: 18px; opacity: 0.9; margin-top: 12px; }
.lb-page-content { max-width: 820px; margin: 0 auto; padding: clamp(48px,7vh,80px) clamp(20px,5vw,48px); }
.lb-page-content .entry-content { font-size: 17px; line-height: 1.8; color: #444; }
.lb-page-content .entry-content h2 { font-family: 'Sora', sans-serif; font-size: clamp(22px,3vw,30px); font-weight: 700; color: #2b2b2b; margin: 36px 0 16px; }
.lb-page-content .entry-content h3 { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: #2b2b2b; margin: 28px 0 12px; }
.lb-page-content .entry-content p { margin-bottom: 20px; }
.lb-page-content .entry-content a { color: #0070B0; text-decoration: underline; }
.lb-page-content .entry-content ul, .lb-page-content .entry-content ol { padding-left: 24px; margin-bottom: 20px; }
.lb-page-content .entry-content li { margin-bottom: 8px; }

/* === ARCHIVE / BLOG INDEX === */
.lb-archive-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 28px; margin-top: 48px; }
.lb-pagination { text-align: center; margin-top: 56px; }
.lb-pagination .page-numbers { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.lb-pagination .page-numbers a,
.lb-pagination .page-numbers span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px; border: 1.5px solid #e0e0e0; color: #444; transition: all .2s; }
.lb-pagination .page-numbers a:hover { border-color: #0070B0; color: #0070B0; }
.lb-pagination .page-numbers span.current { background: #70B040; border-color: #70B040; color: #fff; }

/* === SINGLE POST === */
.lb-page-hero--single { text-align: left; }
.lb-page-hero--single .lb-single__hero-inner { max-width: 820px; margin: 0 auto; }
.lb-single__hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; align-items: center; }
.lb-single__hero-cat { font-family: 'Sora', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; background: rgba(255,255,255,0.18); color: #fff; padding: 5px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.4); transition: background .2s; }
.lb-single__hero-cat:hover { background: rgba(255,255,255,0.32); }
.lb-single__hero-tag { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.82); padding: 4px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.28); transition: color .2s, border-color .2s; }
.lb-single__hero-tag:hover { color: #fff; border-color: rgba(255,255,255,0.6); }

.lb-single { max-width: 820px; margin: 0 auto; padding: clamp(48px,7vh,80px) clamp(20px,5vw,48px); }
.lb-single__featured { border-radius: 18px; overflow: hidden; margin-bottom: 40px; }
.lb-single__featured img { width: 100%; height: auto; display: block; }
.lb-single .entry-content { font-size: 17px; line-height: 1.8; color: #444; }
.lb-single .entry-content h2 { font-family: 'Sora', sans-serif; font-size: clamp(22px,3vw,30px); font-weight: 700; color: #2b2b2b; margin: 36px 0 16px; }
.lb-single .entry-content h3 { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: #2b2b2b; margin: 28px 0 12px; }
.lb-single .entry-content p { margin-bottom: 20px; }
.lb-single .entry-content a { color: #0070B0; text-decoration: underline; }
.lb-single .entry-content img { border-radius: 12px; }
.lb-single .entry-content ul, .lb-single .entry-content ol { padding-left: 24px; margin-bottom: 20px; }
.lb-single .entry-content li { margin-bottom: 8px; }

/* Post footer: share + nav + back */
.lb-single__post-footer { margin-top: 56px; padding-top: 40px; border-top: 1px solid #eee; display: flex; flex-direction: column; gap: 32px; }

.lb-share-btn { display: inline-flex; align-items: center; gap: 10px; font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 600; color: #2b2b2b; background: #f4f4f4; border: 1.5px solid #e0e0e0; border-radius: 999px; padding: 12px 24px; cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.lb-share-btn:hover { background: #eef5fb; border-color: #0070B0; color: #0070B0; }
.lb-share-btn svg { flex-shrink: 0; }

.lb-single__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lb-single__nav-item { padding: 18px 22px; border: 1.5px solid #eee; border-radius: 16px; transition: border-color .2s, box-shadow .2s; color: #2b2b2b; display: block; }
.lb-single__nav-item:hover { border-color: #0070B0; box-shadow: 0 4px 16px rgba(0,112,176,0.1); }
.lb-single__nav-item--next { text-align: right; }
.lb-single__nav-dir { font-family: 'Sora', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #aaa; margin-bottom: 6px; }
.lb-single__nav-title { font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 700; color: #2b2b2b; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.lb-single__nav-item:hover .lb-single__nav-title { color: #0070B0; }

.lb-back-link { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px; color: #0070B0; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.lb-back-link:hover { gap: 10px; }

@media (max-width: 600px) {
  .lb-single__nav { grid-template-columns: 1fr; }
  .lb-single__nav-item--next { text-align: left; }
}

/* === 404 === */
.lb-404 { text-align: center; padding: clamp(80px,12vh,140px) clamp(20px,5vw,48px); }
.lb-404 h1 { font-family: 'Sora', sans-serif; font-size: clamp(80px,12vw,140px); font-weight: 800; color: #70B040; line-height: 1; margin-bottom: 24px; }
.lb-404 p { font-size: 20px; color: #666; margin-bottom: 36px; }

/* === RESPONSIVE === */
@media (max-width: 860px) {
  .lb-nav { display: none !important; }
  .lb-hamburger { display: flex; }
}
@media (min-width: 861px) {
  .lb-hamburger { display: none; }
  .lb-mobile-menu { display: none !important; }
}

/* === ELEMENTOR COMPAT === */
.elementor-page .lb-page-content { max-width: 100%; padding: 0; }
.elementor-page .entry-content { all: unset; }
