.inner-section p,
.inner-section li {
font-size: 18px !important;
letter-spacing: .5px;
line-height: 30px;
}

.stratfranchise h3 {
font-size: 20px;
font-weight: bold;
color: #000;
margin: 0;
letter-spacing: .5px;
line-height: 30px;
}

.stratfranchise {
margin: 20px 0;
padding: 59px 0;
background: #fbfbfb;
}

.docsblock {
width: 100%;
float: left;
background: #fff;
padding: 10px 30px;
border-radius: 13px;
}

.whykelpsblock {
background: #fdfdfd;
}

.whykelpsblock {
background: #fdfdfd;
padding: 40px 0;
margin: 30px 0 50px 0;
border-top: 1px solid #f7f7f7;
border-bottom: 1px solid #f7f7f7;
}

.card{transition:.3s ease; border-radius:15px;}
.card:hover{transform:translateY(-5px); box-shadow:0 1rem 2rem rgba(0,0,0,.12)!important;}
.card-body p {
min-height: 140px;
}
.feature-box{
position:relative;
background:#fff;
border-radius:18px;
padding:30px;
height:100%;
border-left:5px solid #ff6b00;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s ease;
}

.feature-box:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.feature-number{
position:absolute;
top:20px;
right:20px;
font-size:42px;
font-weight:700;
color:rgba(255,107,0,.15);
line-height:1;
}

.feature-box h4{
color:#222;
font-size:22px;
font-weight:700;
margin-bottom:15px;
padding-right:60px;
}

.feature-box p{
color:#666;
margin-bottom:0;
line-height:1.8;
}

@media(max-width:768px){
.feature-box{
padding:25px;
}

.feature-box h4{
font-size:20px;
}
}
.factor-card{
background:#fff;
padding:30px;
border-radius:18px;
text-align:center;
height:100%;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:all .3s ease;
border-top:4px solid #ff6b00;
}

.factor-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.factor-icon{
width:75px;
height:75px;
line-height:75px;
margin:0 auto 20px;
background:#fff3eb;
border-radius:50%;
font-size:34px;
}

.factor-card h4{
font-size:22px;
font-weight:700;
margin-bottom:12px;
color:#222;
}

.factor-card p{
color:#666;
margin-bottom:0;
line-height:1.8;
}

.note-card{
background:linear-gradient(135deg,#ff6b00,#ff8f3d);
border-top:none;
}

.note-card h4,
.note-card p{
color:#fff;
}

.note-card .factor-icon{
background:rgba(255,255,255,.2);
}

@media(max-width:768px){

.factor-card{
padding:25px;
}

.factor-card h4{
font-size:20px;
}

}
.content-card{
border:1px solid #e9ecef;
border-radius:20px;
padding:35px;
transition:.3s;
height:100%;
}

.content-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.section-label{
margin-bottom:20px;
}

.section-label span{
display:inline-block;
padding:8px 18px;
border-radius:30px;
background:#fff3eb;
color:#ff6b00;
font-size:14px;
font-weight:600;
}

.content-card h2{
font-size:34px;
font-weight:700;
margin-bottom:20px;
line-height:1.3;
}

.content-card h3{
font-size:24px;
font-weight:700;
margin-top:30px;
margin-bottom:20px;
}

.content-card p{
color:#555;
line-height:1.9;
}

.feature-list{
list-style:none;
padding:0;
margin:0;
}

.feature-list li{
position:relative;
padding-left:38px;
margin-bottom:15px;
line-height:1.8;
}

.feature-list li:before{
content:"✓";
position:absolute;
left:0;
top:0;
width:24px;
height:24px;
border-radius:50%;
background:#ff6b00;
color:#fff;
text-align:center;
line-height:24px;
font-size:13px;
font-weight:bold;
}

@media(max-width:768px){

.content-card{
padding:25px;
}

.content-card h2{
font-size:28px;
}

.content-card h3{
font-size:22px;
}

}
.timeline-item{
position:relative;
display:flex;
gap:20px;
margin-bottom:30px;
}

.timeline-item:not(:last-child)::after{
content:'';
position:absolute;
left:24px;
top:55px;
width:2px;
height:100%;
background:#e5e7eb;
}

.timeline-number{
min-width:50px;
width:50px;
height:50px;
border-radius:50%;
background:#ff6b00;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:18px;
z-index:2;
}

.timeline-content{
flex:1;
}

.timeline-content h3{
font-size:22px;
font-weight:700;
margin-bottom:10px;
}

.timeline-content p{
margin-bottom:0;
color:#666;
line-height:1.8;
}

.docs-card{
background:#fff;
border-radius:25px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
position:sticky;
top:100px;
}

.docs-header{
background:linear-gradient(135deg,#ff6b00,#ff6b6b);
padding:30px;
}

.docs-header h2{
color:#fff;
font-size:24px;
margin:0;
font-weight:700;
}

.document-list{
list-style:none;
padding:0;
margin:0;
}

.document-list li{
background:#f8f9fa;
margin-bottom:12px;
padding:15px 18px;
border-radius:12px;
border-left:4px solid #ff6b00;
transition:.3s;
}

.document-list li:hover{
transform:translateX(5px);
}

@media(max-width:991px){

.docs-card{
position:relative;
top:auto;
}

.timeline-content h3{
font-size:20px;
}

}

.faq-section{
background:#f8fafc;
}

.faq-heading h2{
font-size:2.2rem;
}

.custom-faq .accordion-item{
border:none;
margin-bottom:15px;
border-radius:15px !important;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.custom-faq .accordion-button {
padding: 7px 22px;
background: #fff;
border: none;
font-size: 20px !important;
}

.custom-faq .accordion-button:not(.collapsed){
background:linear-gradient(135deg,#ff6b00,#ff8f3d);
color:#fff;
box-shadow:none;
}

.custom-faq .accordion-button:focus{
box-shadow:none;
}

.custom-faq .accordion-body{
padding:22px;
line-height:1.8;
background:#fff;
}

.faq-image-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
top:100px;
}

@media(max-width:991px){

.faq-image-card{
position:relative !important;
top:auto !important;
}

.faq-heading h2{
font-size:1.8rem;
}
}

.benefit-card{
position:relative;
border:1px solid #e9ecef;
border-radius:18px;
padding:30px;
height:100%;
transition:.3s ease;
}

.benefit-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.benefit-number{
position:absolute;
top:15px;
right:20px;
font-size:42px;
font-weight:700;
color:rgba(240,51,47,.12);
}

.benefit-card p{
line-height:1.9;
margin:0;
}

.promo-support-card{
border:1px solid #e9ecef;
border-radius:20px;
padding:35px;
}

.promo-item{
border:1px solid #ececec;
border-radius:12px;
padding:15px;
height:100%;
transition:.3s;
position:relative;
padding-left:45px;
}

.promo-item:before{
content:"✓";
position:absolute;
left:15px;
top:14px;
width:22px;
height:22px;
border-radius:50%;
background:#f0332f;
color:#fff;
text-align:center;
line-height:22px;
font-size:12px;
font-weight:bold;
}

.promo-item:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(0,0,0,.06);
}

@media(max-width:768px){

.benefit-card,
.promo-support-card{
padding:25px;
}

}