
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.case-hero {
   background: linear-gradient(180deg, #F6EBE6 0%, #FFFFFF 100%);
   padding: 80px 0px;
}
.case-section__subtitle{
	color:#A84714;
	font-size: 18px;
	margin-bottom:30px;
}
.case-hero__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.case-hero__title-wrapper{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.case-hero__title {
    font-size: 48px;
    line-height: 1.2;
	max-width: 850px;
    font-weight: 700;
    color: #1a1a1a;
	text-align: center;
    margin: 0 0 20px;
}
.case-hero__subtitle-wrapper{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.case-hero__subtitle {
    font-size: 24px;
    line-height: 110%;
    color: #1e1e1e;
	text-align: center;
    margin: 0 0 30px;
	max-width: 758px;
}

/* Case Meta Info */
.case-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
	justify-content: center;
}

.case-meta__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #333;
	flex-direction: column;
}

.case-meta__icon {
    font-size: 18px;
}
.case-meta__value{
	font-weight: 600;
}


.case-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: transparent;
	border-top:1px solid #E5E7EB;
	border-bottom: 1px solid #E5E7EB;
   
}

.case-author__photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
	object-position: top center;
}

.case-author__info {
    flex: 1;
}

.case-author__name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.case-author__position {
    font-size: 14px;
    color: #666;
}

.case-author__socials {
    display: flex;
    gap: 10px;
}




.case-content-wrapper {
    padding: 60px 0;
    background: #fff;
}

.case-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
}

/* Case Sections */
.case-section {
    margin-bottom: 80px;
}

.case-section:last-of-type {
    margin-bottom: 40px;
}

.case-section__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.case-section__text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.case-section__text p {
    margin-bottom: 20px;
}

.case-section__image {
    margin: 40px 0;
}

.case-section__image img {
    width: 100%;
    height: auto;
 
}

.case-section__caption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

.case-section__block {
    margin: 40px 0;
    padding: 30px;
    background:white;
	position: relative;
}
.case-section__block::before{
position: absolute;
left: 0;
content:'';
width: 4px;
height: 100%;
top:0;
background: rgba(168, 71, 20, 1);
box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);

box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);

}
.case-section__block h3 {
    font-size: 22px;
    font-weight: 600;
    color: #A84714;
    margin-bottom: 20px;

}
.challenge-wrapper{
padding:32px;
background: linear-gradient(180deg, #F6EBE6 0%, #FFFFFF 100%);
box-shadow: 0px 4px 10px 0px rgba(151, 151, 151, 0.3);

}

/* Lists */
.case-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.case-list li {
    margin-bottom: 12px;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
	display:flex;
	align-items: center;
	gap:12px;
}



/* .case-list--checkmarks li::before {
    content: url('/wp-content/uploads/2026/01/Conqw2tainer.png');
    color: #a65636;
    font-weight: 700;
} */


.case-highlight {
    background: #fff;
    border-left: 4px solid #a65636;
    padding: 20px 25px;
    margin: 30px 0;
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);

box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);

   
}

.case-highlight p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

/* Solution Steps */
.case-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.case-step {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: linear-gradient(180deg, #F6EBE6 0%, #FFFFFF 100%);
	box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);

box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);

}

.case-step__number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a65636;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.case-step__content {
    flex: 1;
}

.case-step__title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.case-step__description {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Result Section */
.case-result__days {
   background: linear-gradient(180deg, #A84714 0%, #8F3D12 100%);
    color: #fff;
    padding: 50px;
    text-align: center;
    margin: 40px 0;
	max-width: 451px;
}

.case-result__days-number {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.case-result__days-text {
    font-size: 24px;
    opacity: 0.95;
}

.case-achievements {
    margin: 40px 0;
}

.case-testimonial {
    margin: 40px 0;
    padding: 40px;
    background: #f9f5f2;
  
}

.case-testimonial h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.case-testimonial blockquote {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none;
}

/* Share Buttons */
.case-share {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    margin-top: 60px;
    border-top: 1px solid #e0e0e0;
}

.case-share__label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.case-share__buttons {
    display: flex;
    gap: 10px;
	display:flex;
	align-items: center;
	justify-content: center;

}
.case-author__social{
	 width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A84714;
    border-radius: 50%;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
	display:flex;
	align-items: center;
	justify-content: center;
}
.case-author__social:hover {
    background: #a65636;
    border-color: #a65636;
    color: #fff;
}

.case-author__social:hover path{
    fill:white;
}
.case-author__social span{
	width: 20px;
	height: 20px;
}
.case-share__button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A84714;
    border-radius: 50%;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
	display:flex;
	align-items: center;
	justify-content: center;
}

.case-share__button:hover {
    background: #a65636;
    border-color: #a65636;
    color: #fff;
}

.case-share__button:hover path{
    fill:white;
}
.case-share__buttons span{
	width: 20px;
	height: 20px;
}

.case-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.sidebar-widget {
    background: #fff;
    border: 1px solid #e0e0e0;
   
    padding: 30px;
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

/* Sidebar Stats */
.sidebar-stats__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-stats__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-stats__list li:last-child {
    border-bottom: none;
}

.sidebar-stats__icon {
    font-size: 18px;
    flex-shrink: 0;
}

/* Sidebar Related Cases */
.sidebar-cases {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.sidebar-case__image {
    position: relative;
    display: block;
    
    overflow: hidden;
}

.sidebar-case__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sidebar-case__image:hover img {
    transform: scale(1.05);
}

.sidebar-case__badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 15px;
  
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar-case__badge--sold {
    background: rgba(168, 71, 20, 1);
    color: #fff;
}

.sidebar-case__badge--bought {
    background: linear-gradient(180deg, #F6EBE6 0%, #FFFFFF 100%);
    color: #fff;
}

.sidebar-case__badge--investment {
    background: #ff9800;
    color: #fff;
}

.sidebar-case__content {
    padding: 0;
}

.sidebar-case__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sidebar-case__title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sidebar-case__title a:hover {
    color: #a65636;
}

.sidebar-case__location {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.sidebar-case__location .icon {
    margin-right: 5px;
}

.sidebar-case__link {
    color: #a65636;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-case__link:hover {
    color: #8b4526;
}

/* Sidebar CTA */
.sidebar-cta {
    background: linear-gradient(135deg, #a65636 0%, #8b4526 100%);
    color: #fff;
    text-align: center;
}

.sidebar-cta h3 {
    color: #fff;
    margin-bottom: 15px;
}

.sidebar-cta p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.95;
}

.sidebar-cta .btn {
    background: #fff;
    color: #a65636;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.sidebar-cta .btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .case-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .case-sidebar {
        position: static;
    }
    
    .case-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .case-hero__title {
        font-size: 32px;
    }
    
    .case-meta {
        flex-direction: column;
        gap: 15px;
    }
    
    .case-section__title {
        font-size: 26px;
    }
    
    .case-result__days-number {
        font-size: 42px;
    }
    
    .case-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .case-hero {
        padding: 40px 0;
    }
    
    .case-hero__title {
        font-size: 26px;
    }
    
    .case-author {
        flex-wrap: wrap;
    }
    
    .case-section__block {
        padding: 20px;
    }
    
    .case-step {
        flex-direction: column;
        text-align: center;
    }
    
    .case-result__days {
        padding: 30px 20px;
    }
    
    .sidebar-widget {
        padding: 20px;
    }
}

.header__main{
	position: relative !important;
}

.toc-list{
	display:flex;
	flex-direction: column;
	gap:14px;
}
.toc-item{
	position: relative;
	padding-left:30px;
}
.toc-item::before{
	position: absolute;
	left: 0;
	content:'';
	top:10px;
	background: #A84714;
	border-radius: 999px;
	width: 8px;
	height: 8px;
}

.sidebar-toc{
	background: linear-gradient(180deg, #F6EBE6 0%, #FFFFFF 100%);
	box-shadow: 0px 4px 10px 0px rgba(151, 151, 151, 0.3);

}
.toc-link.active{
	color:#A84714;
	font-weight: 600;
}