.modern-hero-title {
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: -1px;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.ai-text-glow {
    color: #edb607;
    text-shadow: 0px 0px 15px rgba(237, 182, 7, 0.2);
}

.trad-text-brand {
    color: #F08F04;
}

.hero-divider {
    width: 60px;
    height: 5px;
    background: #F08F04;
    margin: 20px auto;
    border-radius: 10px;
}

.blog-header-wrapper {
    margin-bottom: 40px;
}

.blog-accent-color {
    color: #F08F04;
}

.author-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: 20px 0;
}

.author-name {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
}

.author-title {
    font-size: 1.2rem;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ai-interaction-block {
    background-color: #fff;
    border: 2px solid rgba(15, 112, 183, 0.2);
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(15, 112, 183, 0.08);
    transition: all 0.3s ease;
}

.ai-interaction-block:hover {
    border-color: rgba(15, 112, 183, 0.5);
    box-shadow: 0 15px 40px rgba(15, 112, 183, 0.12);
}

.ai-user-prompt {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    border-left: 4px solid #0f70b7;
    padding-left: 15px;
}

.ai-chat-name {
    color: #0f70b7;
    font-weight: 700;
    margin-right: 5px;
}

.blog-section-heading {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #000;
}

.split-channel-list {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
}

.split-channel-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 5px solid #edb607;
    position: relative;
}

.split-channel-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-top-color: #F08F04;
}

.channel-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #232323;
    display: block;
    margin-bottom: 10px;
}

.strategy-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.strategy-point {
    background: rgba(240, 143, 4, 0.03);
    border: 1px solid rgba(240, 143, 4, 0.1);
    border-left: 5px solid #F08F04;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.strategy-point:hover {
    background: #fff;
    box-shadow: 0 15px 35px rgba(240, 143, 4, 0.1);
}

.point-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.point-header i {
    font-size: 24px;
    flex-shrink: 0;
}

.point-header h4,
.point-header strong {
    margin: 0;
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.2;
}

.strategy-point .point-header i {
    color: #F08F04;
}

.ai-strategy-point {
    background: rgba(15, 112, 183, 0.03);
    border: 1px solid rgba(15, 112, 183, 0.1);
    border-left: 5px solid #0f70b7;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.ai-strategy-point:hover {
    background: #fff;
    box-shadow: 0 15px 35px rgba(15, 112, 183, 0.1);
}

.ai-strategy-point .point-header i {
    color: #0f70b7;
}

.kerala-opportunity-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-left: 5px solid #F08F04;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0 8px 8px 0;
    transition: transform 0.2s ease;
}

.kerala-opportunity-box:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.opportunity-location {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.8rem;
    color: #F08F04;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.stats-container {
    background: #0f70b7;
    border-radius: 15px;
    padding: 40px;
    margin: 40px 0;
    color: #fff;
    box-shadow: 0 20px 40px rgba(15, 112, 183, 0.2);
}

.stat-box {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.stat-box:hover {
    background: #fff;
}

.stat-number {
    display: block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 4rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.stat-box:hover .stat-number {
    color: #0f70b7;
}

.stat-label {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.stat-box:hover .stat-label {
    color: #0f70b7;
}

.stat-description p {
    color: #fff !important;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.guide-container {
    margin: 40px 0;
    padding-left: 0;
}

.guide-step {
    position: relative;
    padding: 40px 30px 30px 30px;
    border: 1px solid #eee;
    border-left: 4px solid #F08F04;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.guide-step:hover {
    transform: translateX(10px);
    border-left-width: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.guide-step:last-child {
    margin-bottom: 0;
}

.step-number {
    position: absolute;
    left: 20px;
    top: -20px;
    width: 50px;
    height: 50px;
    background: #F08F04;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(240, 143, 4, 0.3);
}

@media (max-width: 767px) {
    .guide-step {
        margin-left: 0;
        border-left: none;
        padding-top: 60px;
        margin-top: 30px;
    }

    .step-number {
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
    }
}

.step-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #232323;
    margin-bottom: 10px;
    display: block;
}

.warning-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.warning-point {
    background: #fffafa;
    border: 1px solid #fce4e4;
    border-left: 5px solid #e74c3c;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.05);
    transition: all 0.3s ease;
}

.warning-point:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.1);
}

.warning-point .point-header i {
    color: #e74c3c;
}

.bottom-line-box {
    background: #fdf7ee;
    border: 2px solid #F08F04;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
}

.agency-cta-box {
    background: #232323;
    color: #fff;
    padding: 35px;
    border-radius: 12px;
    margin-top: 50px;
}

.agency-cta-box h3 {
    color: #F08F04;
    font-size: 2.2rem;
    margin-top: 0;
}

.agency-cta-box p {
    color: #ccc;
    font-size: 1.5rem;
}

.btn-audit {
    display: inline-block;
    background: #F08F04;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    transition: 0.3s;
}

.btn-audit:hover {
    background: #fff;
    color: #F08F04;
    text-decoration: none;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.faq-question {
    font-size: 1.6rem;
    font-weight: 700;
    color: #232323;
    display: block;
    margin-bottom: 10px;
}

.faq-answer {
    color: #555;
    line-height: 1.6;
}

.author-profile-card {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 35px;
    margin-top: 50px;
}

.author-header {
    border-bottom: 2px solid #F08F04;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.author-cred-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.author-cred-item {
    background: #0f70b7;
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 1.4rem;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(15, 112, 183, 0.2);
}

.contact-strip {
    background: #232323;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    margin: 40px 0;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-strip a {
    color: #F08F04;
    margin: 0 10px;
    font-size: 1.6rem;
    text-decoration: none;
}

.contact-strip i {
    color: #F08F04;
    margin-right: 5px;
}

.contact-strip a:hover {
    color: #fff;
}