.news-page-hero { padding:72px 0; color:#fff; background:linear-gradient(135deg,#176e79,#25a9b5); }
.news-page-hero span { display:inline-block; margin-bottom:12px; padding:7px 13px; border-radius:999px; background:rgba(255,255,255,.16); }
.news-page-hero h1 { max-width:820px; margin:0 0 15px; font-size:clamp(30px,4vw,48px); font-weight:800; }
.news-page-hero p { max-width:760px; margin:0; font-size:18px; line-height:1.8; }
.news-page-content { padding:55px 0 80px; background:#f5fafb; }
.news-filter-form { display:grid; grid-template-columns:2fr 1fr auto; gap:12px; margin-bottom:28px; padding:18px; border-radius:15px; background:#fff; box-shadow:0 12px 30px rgba(19,72,85,.08); }
.news-filter-form input,.news-filter-form select { min-height:46px; padding:10px 13px; border:1px solid #d4e2e5; border-radius:10px; font:inherit; }
.news-filter-form button { min-width:110px; border:0; border-radius:10px; color:#fff; background:#25a9b5; font:inherit; font-weight:700; }
.news-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.news-card { overflow:hidden; border:1px solid #dce8eb; border-radius:17px; background:#fff; box-shadow:0 12px 28px rgba(19,72,85,.07); }
.news-card-image { height:220px; display:grid; place-items:center; overflow:hidden; color:#fff; text-decoration:none; background:linear-gradient(135deg,#25a9b5,#69be45); }
.news-card-image img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.news-card:hover .news-card-image img { transform:scale(1.04); }
.news-card-image span { font-size:42px; font-weight:800; }
.news-card-body { padding:20px; }
.news-card-meta { display:flex; justify-content:space-between; gap:12px; color:#71858c; font-size:13px; }
.news-card h2 { margin:14px 0 10px; font-size:21px; line-height:1.55; }
.news-card h2 a { color:#176e79; text-decoration:none; }
.news-card p { min-height:58px; margin:0 0 15px; color:#62777e; line-height:1.8; }
.news-read-more,.news-back-link { color:#17838e; font-weight:700; text-decoration:none; }
.news-empty { padding:42px; text-align:center; border-radius:15px; background:#fff; color:#6f838a; }
.news-pagination { display:flex; justify-content:center; gap:7px; margin-top:30px; }
.news-pagination a,.news-pagination span { width:40px; height:40px; display:grid; place-items:center; border:1px solid #d5e2e5; border-radius:9px; color:#31525c; background:#fff; text-decoration:none; }
.news-pagination .active { color:#fff; border-color:#25a9b5; background:#25a9b5; }
.news-details-page { padding:55px 0 85px; background:#f7fbfc; }
.news-details-container { max-width:1050px; }
.news-breadcrumb { display:flex; gap:8px; margin-bottom:22px; color:#73858b; }
.news-breadcrumb a { color:#17838e; text-decoration:none; }
.news-details-header { margin-bottom:24px; }
.news-details-category { display:inline-block; padding:7px 12px; border-radius:999px; color:#176e79; background:#e7f6f8; font-weight:700; }
.news-details-header h1 { margin:16px 0; color:#173f49; font-size:clamp(31px,5vw,54px); line-height:1.35; }
.news-details-meta { display:flex; gap:18px; color:#70848b; }
.news-details-image { display:block; width:min(100%,820px); overflow:hidden; margin:28px auto; border-radius:20px; background:#eef5f6; box-shadow:0 18px 45px rgba(19,72,85,.12); }
.news-details-image img { width:100%; max-height:min(520px,60vh); display:block; object-fit:contain; }
.news-details-summary { padding:20px 24px; border-right:4px solid #69be45; border-radius:10px; background:#fff; color:#31545d; font-size:20px; line-height:1.9; }
.news-details-content { margin:30px 0; color:#334e56; font-size:18px; line-height:2; }
.latest-news-side-section { padding:28px 0; background:#eef7f8; }
.latest-news-side-grid { display:grid; grid-template-columns:minmax(240px,1fr) minmax(300px,1.35fr) minmax(240px,1fr); gap:18px; align-items:stretch; }
.latest-news-panel,.latest-news-center-card { border:1px solid #d5e6e9; border-radius:16px; background:#fff; box-shadow:0 10px 25px rgba(19,72,85,.06); }
.latest-news-panel { padding:14px; }
.latest-news-panel-title { display:flex; justify-content:space-between; gap:12px; padding:4px 4px 12px; border-bottom:1px solid #e5eef0; font-weight:800; color:#176e79; }
.latest-news-panel-title a { color:#6b817f; text-decoration:none; font-size:12px; }
.latest-news-side-item { display:flex; gap:10px; align-items:center; padding:11px 3px; color:#294b54; text-decoration:none; border-bottom:1px solid #eef3f4; }
.latest-news-side-item:last-child { border-bottom:0; }
.latest-news-side-item img { width:66px; height:58px; flex:0 0 66px; object-fit:cover; border-radius:9px; }
.latest-news-side-item span { min-width:0; }
.latest-news-side-item strong { display:block; font-size:14px; line-height:1.5; }
.latest-news-side-item small { display:block; margin-top:4px; color:#839397; font-size:11px; }
.latest-news-center-card { display:flex; align-items:center; justify-content:center; gap:20px; padding:30px; background:linear-gradient(135deg,#176e79,#25a9b5); color:#fff; }
.latest-news-center-icon { width:76px; height:76px; flex:0 0 76px; display:grid; place-items:center; border-radius:22px; background:rgba(255,255,255,.18); font-size:26px; font-weight:800; }
.latest-news-center-card h2 { margin:0 0 9px; font-size:25px; }
.latest-news-center-card p { margin:0 0 12px; line-height:1.7; opacity:.9; }
.latest-news-center-card a { color:#fff; font-weight:700; }
@media (max-width:1100px) { .news-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.latest-news-side-grid{grid-template-columns:1fr 1fr}.latest-news-center-card{grid-column:1/-1;grid-row:1}.latest-news-hide-tablet{display:none!important;} }
@media (min-width:1101px) { .latest-news-hide-desktop{display:none!important;} }
@media (max-width:767px) { .news-filter-form,.news-card-grid,.latest-news-side-grid{grid-template-columns:1fr}.latest-news-center-card{grid-column:auto;grid-row:auto;flex-direction:column;text-align:center}.latest-news-hide-mobile{display:none!important;}.news-details-meta{flex-direction:column;gap:6px}.news-card-image{height:200px} }

.latest-news-ticker { display:flex; align-items:center; gap:14px; overflow:hidden; margin-bottom:15px; padding:10px 14px; border-radius:12px; color:#fff; background:#176e79; }
.latest-news-ticker>strong { flex:0 0 auto; padding-inline-end:14px; border-inline-end:1px solid rgba(255,255,255,.25); }
.latest-news-ticker-window { min-width:0; flex:1; overflow:hidden; }
.latest-news-ticker-track { display:flex; gap:38px; width:max-content; animation:lavida-news-ticker calc(var(--ticker-speed,6s) * 5) linear infinite; }
.latest-news-ticker-track:hover { animation-play-state:paused; }
.latest-news-ticker-track a { color:#fff; text-decoration:none; white-space:nowrap; }
@keyframes lavida-news-ticker { from { transform:translateX(20%); } to { transform:translateX(-100%); } }
html[dir="ltr"] .latest-news-ticker-track { animation-name:lavida-news-ticker-ltr; }
@keyframes lavida-news-ticker-ltr { from { transform:translateX(-20%); } to { transform:translateX(100%); } }
@media(max-width:767px){.latest-news-ticker{align-items:flex-start;flex-direction:column}.latest-news-ticker>strong{border:0;padding:0}}

/* Batch 4: editorial homepage, magazine and promotional content */
.home-editorial-section { padding:28px 0; background:#eef7f8; }
.home-editorial-grid { display:grid; grid-template-columns:minmax(240px,1fr) minmax(320px,1.45fr) minmax(240px,1fr); gap:18px; align-items:stretch; }
.home-editorial-panel,.home-editorial-feature-card { min-width:0; overflow:hidden; border:1px solid #d5e6e9; border-radius:16px; background:#fff; box-shadow:0 10px 25px rgba(19,72,85,.06); }
.home-editorial-panel { padding:14px; }
.home-editorial-panel-title { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:4px 4px 12px; border-bottom:1px solid #e5eef0; color:#176e79; font-weight:800; }
.home-editorial-panel-title a { color:#6b817f; text-decoration:none; font-size:12px; }
.home-editorial-news-item { display:flex; gap:10px; align-items:center; padding:11px 3px; color:#294b54; text-decoration:none; border-bottom:1px solid #eef3f4; }
.home-editorial-news-item:last-child { border-bottom:0; }
.home-editorial-news-item img { width:66px; height:58px; flex:0 0 66px; object-fit:cover; border-radius:9px; }
.home-editorial-news-item span { min-width:0; }
.home-editorial-news-item strong { display:block; font-size:14px; line-height:1.55; }
.home-editorial-news-item small { display:block; margin-top:4px; color:#839397; font-size:11px; }
.home-editorial-feature-card { position:relative; display:flex; min-height:220px; color:#fff; background:linear-gradient(135deg,#176e79,#25a9b5); background-image:linear-gradient(135deg,rgba(23,110,121,.94),rgba(37,169,181,.88)),var(--editorial-image,none); background-position:center; background-size:cover; }
.home-editorial-feature-overlay { position:absolute; inset:0; background:linear-gradient(135deg,rgba(23,110,121,.12),rgba(105,190,69,.08)); }
.home-editorial-feature-content { position:relative; z-index:1; display:flex; align-items:center; justify-content:center; gap:20px; width:100%; padding:30px; }
.home-editorial-feature-icon { width:76px; height:76px; flex:0 0 76px; display:grid; place-items:center; border-radius:22px; background:rgba(255,255,255,.18); font-size:26px; font-weight:800; }
.home-editorial-feature-content small { display:block; margin-bottom:5px; opacity:.86; }
.home-editorial-feature-content h2 { margin:0 0 9px; font-size:25px; }
.home-editorial-feature-content p { margin:0 0 12px; line-height:1.8; opacity:.92; }
.home-editorial-feature-content a { color:#fff; font-weight:800; }
.home-editorial-empty { padding:28px 12px; text-align:center; color:#71858c; line-height:1.7; }
.home-magazine-feature { display:grid; grid-template-columns:105px minmax(0,1fr); gap:13px; padding-top:14px; }
.home-magazine-cover { min-height:145px; overflow:hidden; display:grid; place-items:center; border-radius:11px; color:#fff; text-decoration:none; background:linear-gradient(145deg,#176e79,#69be45); }
.home-magazine-cover img { width:100%; height:100%; object-fit:cover; }
.home-magazine-cover span { font-size:30px; font-weight:800; }
.home-magazine-info { min-width:0; }
.home-magazine-info small { color:#6f858b; }
.home-magazine-info strong { display:block; margin:5px 0 7px; color:#173f49; line-height:1.55; }
.home-magazine-info p { margin:0 0 8px; color:#62777e; font-size:12px; line-height:1.65; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.home-magazine-info>div { display:flex; gap:10px; flex-wrap:wrap; }
.home-magazine-info a { color:#17838e; font-size:12px; font-weight:800; text-decoration:none; }
.home-side-promotion { display:block; padding-top:14px; color:#294b54; text-decoration:none; }
.home-side-promotion img { width:100%; height:115px; object-fit:cover; border-radius:11px; }
.home-side-promotion span { display:block; padding-top:9px; }
.home-side-promotion small,.home-side-promotion strong,.home-side-promotion p { display:block; }
.home-side-promotion small { color:#6f858b; }
.home-side-promotion strong { margin:4px 0; color:#173f49; }
.home-side-promotion p { margin:0; color:#62777e; font-size:12px; line-height:1.65; }
.news-item h3 a { color:inherit; text-decoration:none; }
.magazine-page-hero { padding:72px 0; color:#fff; background:linear-gradient(135deg,#176e79,#25a9b5); }
.magazine-page-hero span { display:inline-block; margin-bottom:12px; padding:7px 13px; border-radius:999px; background:rgba(255,255,255,.16); }
.magazine-page-hero h1 { margin:0 0 15px; font-size:clamp(30px,4vw,48px); font-weight:800; }
.magazine-page-hero p { max-width:760px; margin:0; font-size:18px; line-height:1.8; }
.magazine-page-content,.magazine-details-page { padding:55px 0 80px; background:#f5fafb; }
.magazine-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.magazine-card { overflow:hidden; border:1px solid #dce8eb; border-radius:17px; background:#fff; box-shadow:0 12px 28px rgba(19,72,85,.07); }
.magazine-card-cover { height:340px; display:grid; place-items:center; overflow:hidden; color:#fff; background:linear-gradient(135deg,#176e79,#69be45); text-decoration:none; }
.magazine-card-cover img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.magazine-card:hover .magazine-card-cover img { transform:scale(1.03); }
.magazine-card-cover span { font-size:48px; font-weight:800; }
.magazine-card-body { padding:20px; }
.magazine-card-body small { color:#71858c; }
.magazine-card-body h2 { margin:10px 0; font-size:21px; line-height:1.55; }
.magazine-card-body h2 a { color:#176e79; text-decoration:none; }
.magazine-card-body p { min-height:58px; color:#62777e; line-height:1.8; }
.magazine-card-actions { display:flex; gap:14px; flex-wrap:wrap; }
.magazine-card-actions a { color:#17838e; font-weight:800; text-decoration:none; }
.magazine-details-container { max-width:1120px; }
.magazine-breadcrumb { display:flex; gap:8px; margin-bottom:22px; color:#73858b; }
.magazine-breadcrumb a { color:#17838e; text-decoration:none; }
.magazine-details-grid { display:grid; grid-template-columns:minmax(260px,380px) 1fr; gap:42px; align-items:center; }
.magazine-details-cover { min-height:500px; display:grid; place-items:center; overflow:hidden; border-radius:20px; color:#fff; background:linear-gradient(135deg,#176e79,#69be45); box-shadow:0 18px 45px rgba(19,72,85,.13); }
.magazine-details-cover img { width:100%; height:100%; max-height:620px; object-fit:cover; }
.magazine-details-cover span { font-size:60px; font-weight:800; }
.magazine-issue-badge { display:inline-block; padding:7px 12px; border-radius:999px; color:#176e79; background:#e7f6f8; font-weight:800; }
.magazine-details-content h1 { margin:16px 0; color:#173f49; font-size:clamp(31px,5vw,54px); line-height:1.35; }
.magazine-details-content time { color:#71858c; }
.magazine-summary { margin:22px 0; color:#31545d; font-size:18px; line-height:1.9; }
.magazine-details-actions { display:flex; gap:12px; flex-wrap:wrap; }
.magazine-article-content { margin-top:38px; padding:28px; border-radius:16px; background:#fff; color:#334e56; font-size:18px; line-height:2; white-space:pre-line; }
.admin-cover-preview { width:90px; height:125px; object-fit:cover; }
@media (max-width:1100px) {
    .home-editorial-grid { grid-template-columns:1fr 1fr; }
    .home-editorial-feature-card { grid-column:1/-1; grid-row:1; }
    .magazine-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:767px) {
    .home-editorial-grid,.magazine-grid,.magazine-details-grid { grid-template-columns:1fr; }
    .home-editorial-feature-card { grid-column:auto; grid-row:auto; }
    .home-editorial-feature-content { flex-direction:column; text-align:center; }
    .home-magazine-feature { grid-template-columns:90px minmax(0,1fr); }
    .magazine-card-cover { height:300px; }
    .magazine-details-cover { min-height:420px; }
}
.news-article-gallery { width:min(100%,860px); margin:2.25rem auto 0; }
.news-article-gallery>h2 { margin:0 0 1rem; color:var(--lavida-primary,#178995); }
.news-gallery-carousel { position:relative; outline:none; }
.news-gallery-carousel:focus-visible { border-radius:20px; box-shadow:0 0 0 4px rgba(37,169,181,.2); }
.news-gallery-viewport { overflow:hidden; border:1px solid #d5e6e9; border-radius:20px; background:#fff; box-shadow:0 14px 38px rgba(18,59,69,.1); }
.news-gallery-slide { margin:0; background:#fff; animation:news-gallery-fade .35s ease; }
.news-gallery-slide[hidden],.news-gallery-slide:not(.is-active) { display:none!important; }
.news-gallery-media-frame { height:clamp(280px,48vw,500px); display:grid; place-items:center; overflow:hidden; background:#edf5f6; }
.news-gallery-media-frame img,.news-gallery-media-frame video,.news-gallery-media-frame iframe { display:block; width:100%; height:100%; max-width:100%; border:0; object-fit:contain; background:#edf5f6; }
.news-gallery-caption { padding:1rem 1.25rem 1.2rem; color:#405f66; line-height:1.9; }
.news-gallery-caption h3 { margin:0 0 .45rem; color:var(--lavida-primary,#178995); font-size:1.25rem; }
.news-gallery-caption p { margin:.35rem 0; }
.news-gallery-arrow { position:absolute; z-index:3; top:min(250px,24vw); width:48px; height:48px; display:grid; place-items:center; padding:0; border:1px solid rgba(255,255,255,.7); border-radius:50%; color:#fff; background:rgba(19,72,85,.78); box-shadow:0 7px 20px rgba(12,43,51,.25); cursor:pointer; transform:translateY(-50%); transition:background .2s ease,transform .2s ease; }
.news-gallery-arrow:hover,.news-gallery-arrow:focus-visible { background:var(--lavida-primary,#178995); transform:translateY(-50%) scale(1.06); }
.news-gallery-arrow span { font-size:28px; line-height:1; }
.news-gallery-arrow-previous { left:16px; }
.news-gallery-arrow-next { right:16px; }
.news-gallery-toolbar { min-height:46px; display:grid; grid-template-columns:1fr auto 1fr; gap:12px; align-items:center; margin-top:.8rem; }
.news-gallery-dots { display:flex; justify-content:flex-end; gap:7px; flex-wrap:wrap; }
.news-gallery-dot { width:10px; height:10px; padding:0; border:0; border-radius:50%; background:#bdd8dc; cursor:pointer; transition:width .2s ease,background .2s ease; }
.news-gallery-dot.is-active { width:28px; border-radius:999px; background:var(--lavida-primary,#178995); }
.news-gallery-status { min-width:54px; text-align:center; color:#617980; font-variant-numeric:tabular-nums; }
.news-gallery-autoplay { justify-self:start; width:38px; height:38px; display:grid; place-items:center; padding:0; border:1px solid #cfe1e4; border-radius:50%; color:var(--lavida-primary,#178995); background:#fff; cursor:pointer; }
.news-gallery-autoplay:hover,.news-gallery-autoplay:focus-visible { color:#fff; border-color:var(--lavida-primary,#178995); background:var(--lavida-primary,#178995); }
.news-gallery-autoplay span { font-size:13px; line-height:1; }
@keyframes news-gallery-fade { from { opacity:.3; } to { opacity:1; } }
.news-media-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr)); gap:.8rem; padding:1rem; }
.news-media-item { display:grid; gap:.55rem; padding:.7rem; border:1px solid #d6e6e9; border-radius:12px; background:#fff; }
.news-media-item img { width:100%; height:150px; object-fit:cover; border-radius:8px; }
.news-media-item small { display:block; color:#6a7e83; }
.news-media-actions { display:flex; gap:.45rem; align-items:center; flex-wrap:wrap; }
.news-video-tile { min-height:130px; display:grid; place-items:center; border-radius:8px; background:#eef8f9; }
.news-video-tile i { color:#178995; font-size:2rem; }
.news-media-editor-preview { min-height:280px; display:grid; place-items:center; gap:.7rem; margin-bottom:1rem; padding:1rem; border:1px solid #d5e6e9; border-radius:16px; background:#f5fbfc; }
.news-media-editor-preview img { max-width:100%; max-height:520px; border-radius:12px; }
.news-caption-editor { min-height:180px; }
@media(max-width:767px) {
    .news-details-image img { max-height:420px; }
    .news-gallery-media-frame { height:clamp(240px,72vw,360px); }
    .news-gallery-arrow { top:min(180px,36vw); width:42px; height:42px; }
    .news-gallery-arrow-previous { left:10px; }
    .news-gallery-arrow-next { right:10px; }
    .news-gallery-toolbar { grid-template-columns:1fr auto auto; }
}
@media(prefers-reduced-motion:reduce) {
    .news-gallery-slide,.news-gallery-arrow,.news-gallery-dot { animation:none; transition:none; }
}
