/* =====================================================
   NEWS DETAIL PAGE - EDEN SELLC
===================================================== */

/* ===============================
GENERAL
================================= */
body{
background:#f7f9f5;
color:#222;
font-family:"Segoe UI",sans-serif;
text-align: justify;
}

.section-space{
padding:90px 0;
}

.section-light{
padding:90px 0;
background:#eef4ea;
}

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

/* ===============================
HERO
================================= */
.detail-hero{
padding:150px 0 80px;
background:linear-gradient(135deg,#f8fbf5 0%,#edf7e8 100%);
position:relative;
overflow:hidden;
}

.detail-hero::before{
content:"";
position:absolute;
top:-140px;
right:-120px;
width:340px;
height:340px;
background:rgba(103,181,31,.08);
border-radius:50%;
}

.detail-hero::after{
content:"";
position:absolute;
bottom:-100px;
left:-80px;
width:240px;
height:240px;
background:rgba(103,181,31,.05);
border-radius:50%;
}

.detail-breadcrumb{
display:flex;
gap:10px;
flex-wrap:wrap;
align-items:center;
margin-bottom:30px;
font-size:.95rem;
font-weight:600;
color:#666;
}

.detail-breadcrumb a{
text-decoration:none;
color:#67b51f;
}

.detail-breadcrumb span{
color:#999;
}

.detail-meta{
display:flex;
gap:22px;
flex-wrap:wrap;
margin-bottom:20px;
font-size:.95rem;
font-weight:700;
color:#67b51f;
}

.detail-meta i{
margin-right:6px;
}

.detail-title{
font-size:3rem;
font-weight:900;
line-height:1.25;
margin-bottom:22px;
color:#17370f;
}

.detail-summary{
font-size:1.08rem;
line-height:1.9;
color:#555;
max-width:700px;
}

.detail-main-image{
border-radius:28px;
box-shadow:0 25px 55px rgba(0,0,0,.08);
height:100%;
object-fit:cover;
}

/* ===============================
ARTICLE
================================= */
.article-box{
background:#fff;
padding:55px;
border-radius:28px;
box-shadow:0 18px 45px rgba(0,0,0,.05);
border:1px solid #edf2e8;
}

.article-box p{
font-size:1.06rem;
line-height:2;
color:#444;
margin-bottom:22px;
}

.article-box h3{
font-size:1.7rem;
font-weight:900;
margin:40px 0 20px;
color:#1d3d12;
}

.article-box ul{
padding-left:20px;
margin-bottom:25px;
}

.article-box li{
margin-bottom:12px;
line-height:1.8;
color:#444;
}

.article-image{
border-radius:24px;
margin:30px 0;
box-shadow:0 18px 40px rgba(0,0,0,.06);
}

blockquote{
margin:32px 0;
padding:28px 30px;
border-left:5px solid #67b51f;
background:#f6fbf1;
border-radius:18px;
font-size:1.15rem;
font-weight:700;
line-height:1.8;
color:#295118;
}

/* ===============================
SIDEBAR
================================= */
.sidebar-box{
background:#fff;
padding:30px;
border-radius:24px;
box-shadow:0 15px 35px rgba(0,0,0,.04);
border:1px solid #edf2e8;
margin-bottom:28px;
}

.sidebar-box h4{
font-size:1.35rem;
font-weight:900;
margin-bottom:24px;
color:#17370f;
}

.side-news-item{
display:flex;
gap:15px;
text-decoration:none;
padding:12px 0;
border-bottom:1px solid #eee;
color:#222;
transition:.25s ease;
}

.side-news-item:last-child{
border-bottom:none;
padding-bottom:0;
}

.side-news-item:hover{
transform:translateX(6px);
color:#67b51f;
}

.side-news-item img{
width:82px;
height:72px;
object-fit:cover;
border-radius:14px;
flex-shrink:0;
}

.side-news-item h6{
font-size:1rem;
font-weight:800;
line-height:1.5;
margin-bottom:6px;
}

.side-news-item span{
font-size:.88rem;
color:#777;
}

.cta-box{
background:linear-gradient(135deg,#67b51f,#4d9517);
color:#fff;
}

.cta-box h4,
.cta-box p{
color:#fff;
}

.cta-box p{
line-height:1.8;
opacity:.95;
margin-bottom:20px;
}

.btn-main{
display:inline-flex;
justify-content:center;
align-items:center;
height:54px;
border-radius:14px;
background:#fff;
color:#4d9517;
font-weight:900;
text-decoration:none;
transition:.25s ease;
}

.btn-main:hover{
transform:translateY(-3px);
background:#f5fff0;
}

/* ===============================
RELATED NEWS
================================= */
.section-tag{
display:inline-block;
padding:8px 16px;
border-radius:40px;
background:#eef7e9;
color:#67b51f;
font-size:.85rem;
font-weight:800;
letter-spacing:.6px;
text-transform:uppercase;
margin-bottom:14px;
}

.section-title{
font-size:2.3rem;
font-weight:900;
color:#17370f;
}

.news-card{
display:block;
background:#fff;
border-radius:24px;
overflow:hidden;
text-decoration:none;
color:#222;
border:1px solid #edf2e8;
transition:.28s ease;
box-shadow:0 12px 30px rgba(0,0,0,.03);
height:100%;
}

.news-card:hover{
transform:translateY(-8px);
box-shadow:0 22px 50px rgba(0,0,0,.08);
color:#222;
}

.news-card img{
height:240px;
width:100%;
object-fit:cover;
}

.news-content{
padding:22px;
}

.news-date{
display:inline-block;
font-size:.86rem;
font-weight:700;
color:#67b51f;
margin-bottom:12px;
}

.news-content h5{
font-size:1.18rem;
font-weight:900;
line-height:1.5;
margin-bottom:10px;
}

.news-content p{
font-size:.95rem;
line-height:1.8;
color:#666;
margin:0;
}

/* ===============================
FOOTER
================================= */
.footer-main{
padding:50px 0;
background:#17370f;
color:#fff;
}

.footer-logo{
height:62px;
width:auto;
margin:auto;
}

/* ===============================
RESPONSIVE
================================= */
@media(max-width:1200px){

.detail-title{
font-size:2.5rem;
}

}

@media(max-width:992px){

.detail-hero{
padding:130px 0 70px;
}

.detail-title{
font-size:2.2rem;
}

.article-box{
padding:38px;
}

}

@media(max-width:768px){

.section-space,
.section-light{
padding:70px 0;
}

.detail-title{
font-size:1.9rem;
}

.detail-summary{
font-size:1rem;
}

.article-box{
padding:28px;
}

.article-box p{
font-size:1rem;
line-height:1.9;
}

blockquote{
padding:22px;
font-size:1.05rem;
}

.news-card img{
height:210px;
}

}

@media(max-width:576px){

.detail-meta{
gap:12px;
font-size:.86rem;
}

.detail-title{
font-size:1.65rem;
}

.detail-breadcrumb{
font-size:.85rem;
}

.article-box{
padding:22px;
border-radius:20px;
}

.sidebar-box{
padding:22px;
}

.side-news-item img{
width:72px;
height:64px;
}

.section-title{
font-size:1.8rem;
}

}