
/*
Theme Name: Bait Alnoor Generic SEO Theme
Author: OpenAI
Version: 1.3
Description: قالب عام سريع ومحسن تقنيًا للسيو المحلي والمقالات والخدمات مع الحفاظ على التصميم الحالي.
Text Domain: bait-alnoor-stable
*/

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
    font-family:Tahoma, Arial, sans-serif;
    background:#f5f7fb;
    color:#1f2937;
    direction:rtl;
}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 15px}

/* الشريط العلوي */
.topbar{
    background:#fff;
    height:54px;
    padding:0 12px;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    position:relative;
    z-index:1000;
    display:grid;
    grid-template-columns:44px 1fr 44px;
    align-items:center;
    gap:10px;
}
.topbar-logo{
    width:34px;
    height:34px;
    border-radius:10px;
    background:#f8fafc;
    border:1px solid rgba(15,23,42,.05);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.topbar-logo img{
    width:24px;
    height:24px;
    object-fit:contain;
}
.topbar-title{
    text-align:center;
    font-size:13px;
    font-weight:700;
    color:#0f172a;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* زر القائمة */
.menu-btn{
    width:38px;
    height:38px;
    border-radius:10px;
    background:#eef4ff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    border:1px solid rgba(15,63,174,.08);
    transition:.25s ease;
    padding:0;
}
.menu-btn:hover{transform:translateY(-1px)}
.menu-btn span{
    width:17px;
    height:2px;
    background:#0f3fae;
    margin:2px 0;
    border-radius:10px;
    display:block;
}

/* القائمة الجانبية */
.overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.28);
    opacity:0;
    visibility:hidden;
    transition:.25s ease;
    z-index:1001;
}
.overlay.active{
    opacity:1;
    visibility:visible;
}
.sidebar{
    position:fixed;
    top:0;
    right:-240px;
    width:220px;
    max-width:82vw;
    height:100vh;
    background:#ffffff;
    box-shadow:-8px 0 30px rgba(0,0,0,.12);
    transition:.28s ease;
    z-index:1002;
    padding:18px 16px;
    overflow-y:auto;
}
.sidebar.active{right:0}
.sidebar-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}
.sidebar-title{
    font-size:15px;
    font-weight:700;
}
.sidebar-close{
    width:32px;
    height:32px;
    border:none;
    border-radius:8px;
    background:#f1f5f9;
    cursor:pointer;
    font-size:18px;
    line-height:1;
}
.sidebar-nav a{
    display:block;
    color:#1e293b;
    padding:12px 10px;
    border-radius:10px;
    margin-bottom:6px;
    background:#f8fafc;
    font-size:14px;
}
.sidebar-nav a:hover{
    background:#eef4ff;
    color:#0f3fae;
}

/* الهيدر */
.hero-slider{
    position:relative;
    min-height:420px;
    overflow:hidden;
}
.hero-slide{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:opacity .7s ease, visibility .7s ease;
    background-size:cover;
    background-position:center;
}
.hero-slide.active{
    opacity:1;
    visibility:visible;
}
.hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.55));
}
.hero-slide-inner{
    position:relative;
    z-index:2;
    min-height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:32px 16px;
    color:#fff;
}
.hero-content{max-width:820px}
.hero-title{
    margin:0;
    font-size:34px;
    line-height:1.45;
    font-weight:700;
}
.hero-desc{
    margin:12px auto 0;
    font-size:15px;
    line-height:1.9;
    opacity:.95;
    max-width:650px;
}
.hero-buttons{
    display:flex;
    gap:8px;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:18px;
}
.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:8px 14px;
    font-size:12px;
    color:#fff;
    border-radius:20px;
}
.hero-btn.call{background:#1677ff}
.hero-btn.whatsapp{background:#25D366}
.hero-dots{
    position:absolute;
    bottom:14px;
    left:0;
    right:0;
    z-index:3;
    display:flex;
    justify-content:center;
    gap:8px;
}
.hero-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:rgba(255,255,255,.4);
    border:none;
    cursor:pointer;
    padding:0;
}
.hero-dot.active{background:#fff;transform:scale(1.12)}

/* العداد */
.counter-wrap{padding:28px 14px 36px}
.counter-grid{
    max-width:1100px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.counter-box{
    background:#fff;
    padding:22px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
    border:1px solid rgba(0,0,0,0.04);
    border-top:4px solid var(--counter-color, #007bff);
    transition:0.3s ease;
}
.counter-box:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 45px rgba(0,0,0,0.12);
}
.counter-number{
    font-size:30px;
    font-weight:bold;
    margin-bottom:6px;
    color:var(--counter-color, #007bff);
    line-height:1;
}
.counter-label{font-size:13px;color:#666}

/* الخدمات */
.services-wrap{padding:40px 15px 50px}
.services-title{text-align:center;font-size:24px;font-weight:700;margin:0 0 25px}
.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    max-width:1100px;
    margin:auto;
}
.service-box{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
}
.service-box:hover{transform:translateY(-6px)}
.service-box img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-top:4px solid #007bff;
    border-radius:14px;
    padding:6px;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
    transition:.3s ease;
}
.service-box:hover img{
    transform:scale(1.05);
    box-shadow:0 15px 35px rgba(0,0,0,0.18);
}
.service-content{padding:15px;text-align:center}
.service-title{font-size:16px;font-weight:bold;margin-bottom:8px}
.service-desc{font-size:13px;color:#666;line-height:1.8}


/* ===== من نحن - تأثير بصري بسيط بدون ضغط ===== */
.about-wrap{padding:50px 15px}
.about-title{text-align:center;font-size:24px;font-weight:700;margin:0 0 14px}
.about-desc{
    text-align:center;
    max-width:760px;
    margin:0 auto 28px;
    color:#666;
    line-height:1.9;
}
.about-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    max-width:1100px;
    margin:auto;
}
.about-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.10);
    transition:transform .35s ease, box-shadow .35s ease;
}
.about-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.14);
}
.about-visual{
    position:relative;
    height:280px;
    overflow:hidden;
}
.about-image{
    position:absolute;
    inset:0;
    transition:transform .8s ease;
}
.about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.about-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px;
    text-align:center;
    color:#fff;
    background:linear-gradient(135deg, rgba(0,123,255,.86), rgba(15,63,174,.88));
    transform:translateX(24%);
    opacity:0;
    transition:transform .8s ease, opacity .8s ease;
    line-height:1.9;
    font-size:14px;
}
.about-card.in-view .about-image,
.about-card:hover .about-image{
    transform:scale(1.05) translateX(-4%);
}
.about-card.in-view .about-overlay,
.about-card:hover .about-overlay{
    transform:translateX(0);
    opacity:1;
}
.about-caption{padding:14px 16px 16px;text-align:center}
.about-caption-title{font-size:15px;font-weight:700;margin-bottom:6px;color:#0f172a}
.about-caption-text{font-size:13px;color:#667085;line-height:1.8}

.about-cta{
    margin-top:28px;
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}
.about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:150px;
    padding:12px 18px;
    border-radius:16px;
    font-size:14px;
    font-weight:700;
    color:#fff;
    border:1px solid rgba(255,255,255,.2);
    box-shadow:0 12px 28px rgba(0,0,0,.12);
    transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.about-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 34px rgba(0,0,0,.16);
    filter:brightness(1.03);
}
.about-btn.call{
    background:linear-gradient(135deg,#1677ff,#0f3fae);
    border-color:rgba(22,119,255,.25);
}
.about-btn.whatsapp{
    background:linear-gradient(135deg,#25D366,#17a34a);
    border-color:rgba(37,211,102,.25);
}
.about-btn-icon{
    width:18px;
    height:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}
@media (max-width:900px){
    .about-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
    .about-grid{grid-template-columns:1fr}
    .about-visual{height:250px}
    .about-btn{
        min-width:140px;
        padding:11px 16px;
        font-size:13px;
    }
}
@media (max-width: 900px){
    .counter-grid{grid-template-columns:repeat(2,1fr)}
    .services-grid{grid-template-columns:repeat(2,1fr)}
    .about-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px){
    .topbar{height:50px;padding:0 10px;grid-template-columns:40px 1fr 40px}
    .topbar-logo{width:30px;height:30px;border-radius:9px}
    .topbar-logo img{width:20px;height:20px}
    .topbar-title{font-size:12px}
    .hero-slider,.hero-slide-inner{min-height:320px}
    .hero-title{font-size:24px}
    .hero-desc{font-size:13px;line-height:1.8}
    .hero-btn{padding:8px 12px;font-size:12px}
    .counter-wrap{padding:22px 12px 30px}
    .counter-number{font-size:24px}
    .services-wrap{padding:30px 12px 40px}
    .services-grid{grid-template-columns:1fr}
    .about-grid{grid-template-columns:1fr}
    .about-visual{height:250px}
}
@media (max-width: 480px){
    .counter-grid{grid-template-columns:1fr 1fr;gap:10px}
    .counter-box{padding:14px 10px}
    .counter-number{font-size:21px}
    .counter-label{font-size:12px}
}

/* المقالات */
.posts-wrap{
    padding:50px 15px;
}
.posts-title{
    text-align:center;
    font-size:24px;
    font-weight:700;
    margin:0 0 24px;
}
.posts-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    max-width:1100px;
    margin:auto;
}
.post-card{
    display:block;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:transform .25s ease, box-shadow .25s ease, background-color .2s ease;
    color:#0f172a;
}
.post-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(0,0,0,.12);
}
.post-card:active{
    background:#1677ff;
}
.post-card:active .post-card-title{
    color:#fff;
}
.post-card-image{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}
.post-card-body{
    padding:16px;
    text-align:center;
}
.post-card-title{
    font-size:16px;
    font-weight:700;
    line-height:1.8;
    color:#0f172a;
    transition:color .2s ease;
}
@media (max-width:900px){
    .posts-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
    .posts-grid{grid-template-columns:1fr}
    .post-card-image{height:200px}
}


/* تحسين روابط القائمة الجانبية */
.sidebar-nav-group-title{
    font-size:12px;
    color:#64748b;
    margin:14px 0 8px;
    font-weight:700;
}
.sidebar-post-links{
    margin-top:8px;
    border-top:1px solid #eef2f7;
    padding-top:10px;
}
.sidebar-post-links a{
    display:block;
    color:#334155;
    padding:10px 10px;
    border-radius:10px;
    margin-bottom:6px;
    background:#ffffff;
    border:1px solid #eef2f7;
    font-size:13px;
    line-height:1.7;
}
.sidebar-post-links a:hover{
    background:#f8fbff;
    color:#0f3fae;
    border-color:#dbeafe;
}
html{
    scroll-behavior:smooth;
}


/* صفحة المقال */
.single-post-wrap{
    padding:40px 15px 60px;
}
.single-post-container{
    max-width:900px;
    margin:0 auto;
}
.single-post-card{
    background:#fff;
    border-radius:20px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    overflow:hidden;
    padding:0 0 24px;
}
.single-post-thumb img{
    width:100%;
    height:auto;
    display:block;
}
.single-post-cta{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
    padding:18px 24px 8px;
}
.single-post-cta .cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:150px;
    padding:12px 18px;
    border-radius:16px;
    font-size:14px;
    font-weight:700;
    color:#fff;
    border:1px solid rgba(255,255,255,.22);
    box-shadow:0 12px 28px rgba(0,0,0,.12);
    transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.single-post-cta .cta-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 34px rgba(0,0,0,.16);
    filter:brightness(1.03);
}
.single-post-cta .cta-btn.call{
    background:linear-gradient(135deg,#1677ff,#0f3fae);
    border-color:rgba(22,119,255,.28);
}
.single-post-cta .cta-btn.whatsapp{
    background:linear-gradient(135deg,#25D366,#17a34a);
    border-color:rgba(37,211,102,.28);
}
.single-post-cta .cta-icon{
    width:18px;
    height:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}
.single-post-title{
    font-size:30px;
    line-height:1.6;
    margin:24px 24px 12px;
    color:#0f172a;
}
.single-post-content{
    padding:0 24px;
    line-height:2;
    color:#334155;
    font-size:16px;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4{
    color:#0f172a;
    margin-top:24px;
}
.single-post-content p{
    margin:0 0 16px;
}
.single-post-content img{
    border-radius:16px;
    margin:16px auto;
}
@media (max-width:768px){
    .single-post-wrap{padding:24px 12px 40px;}
    .single-post-title{font-size:24px; margin:18px 16px 10px;}
    .single-post-content{padding:0 16px; font-size:15px;}
    .single-post-cta{padding:16px 16px 4px;}
    .single-post-cta .cta-btn{min-width:140px; padding:11px 16px; font-size:13px;}
}


/* تحسين الصورة البارزة في صفحة المقال */
.single-post-thumb{
    width:100%;
    background:#fff;
}
.single-post-thumb img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}

/* قسم ختامي داخل المقال */
.article-closing-cta{
    margin:28px 24px 0;
    background:linear-gradient(135deg,#1677ff,#0f3fae);
    color:#fff;
    border-radius:22px;
    padding:28px 22px;
    text-align:center;
    box-shadow:0 16px 36px rgba(22,119,255,.22);
}
.article-closing-cta .article-cta-buttons{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
    margin:0 0 20px;
}
.article-closing-cta .article-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:150px;
    padding:12px 18px;
    border-radius:16px;
    font-size:14px;
    font-weight:700;
    color:#fff;
    border:1px solid rgba(255,255,255,.28);
    box-shadow:0 12px 28px rgba(0,0,0,.12);
    transition:transform .25s ease, box-shadow .25s ease, filter .25s ease, background-color .25s ease;
    background:rgba(255,255,255,.12);
    backdrop-filter: blur(2px);
}
.article-closing-cta .article-cta-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 34px rgba(0,0,0,.16);
    filter:brightness(1.03);
}
.article-closing-cta .article-cta-btn.call{
    background:rgba(255,255,255,.16);
}
.article-closing-cta .article-cta-btn.whatsapp{
    background:rgba(37,211,102,.22);
}
.article-closing-cta .article-cta-icon{
    width:18px;
    height:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}
.article-closing-logo{
    width:58px;
    height:58px;
    margin:0 auto 12px;
    border-radius:16px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.24);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.article-closing-logo img{
    width:38px;
    height:38px;
    object-fit:contain;
}
.article-closing-company{
    font-size:20px;
    font-weight:700;
    margin-bottom:8px;
}
.article-closing-desc{
    max-width:620px;
    margin:0 auto;
    line-height:1.9;
    font-size:14px;
    color:rgba(255,255,255,.94);
}
@media (max-width:768px){
    .article-closing-cta{
        margin:24px 16px 0;
        padding:22px 16px;
        border-radius:18px;
    }
    .article-closing-cta .article-cta-btn{
        min-width:140px;
        padding:11px 16px;
        font-size:13px;
    }
    .article-closing-company{font-size:18px}
    .article-closing-desc{font-size:13px}
}


/* تحسين احترافي لصور المقال */
.single-post-thumb{
    width:100%;
    padding:10px;
    background:#ffffff;
}
.single-post-thumb img{
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    border-radius:18px;
    border-top:4px solid #1677ff;
    background:#ffffff;
    box-shadow:0 14px 34px rgba(0,0,0,.12);
}

/* صور داخل محتوى المقال */
.single-post-content figure,
.single-post-content .wp-caption,
.single-post-content .blocks-gallery-item,
.single-post-content .wp-block-image{
    margin:20px auto !important;
    max-width:100% !important;
}

.single-post-content img,
.single-post-content figure img,
.single-post-content .wp-block-image img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
    display:block;
    margin:0 auto;
    padding:8px;
    border-radius:18px;
    border-top:4px solid #1677ff;
    background:#ffffff;
    box-shadow:0 14px 34px rgba(0,0,0,.12);
}

.single-post-content .aligncenter{
    margin-right:auto !important;
    margin-left:auto !important;
}

.single-post-content .wp-caption-text{
    text-align:center;
    font-size:12px;
    color:#64748b;
    margin-top:8px;
}


/* ===== تحسين العناوين داخل المقال ===== */
.single-post-content h2,
.single-post-content h3,
.single-post-content h4{
    position:relative;
    display:inline-block;
    padding:6px 12px;
    border-radius:10px;
    background:linear-gradient(90deg, rgba(22,119,255,0.25), rgba(22,119,255,0.05));
}

.single-post-content h2::after,
.single-post-content h3::after,
.single-post-content h4::after{
    content:'';
    position:absolute;
    right:0;
    bottom:-6px;
    width:60%;
    height:3px;
    background:linear-gradient(90deg,#1677ff,transparent);
    border-radius:2px;
}

/* ===== عنوان المقال فوق الصورة ===== */
.single-post-thumb{
    position:relative;
}

.single-post-overlay-title{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    text-align:center;
    width:90%;
    z-index:2;
}

.single-post-overlay-title h1{
    font-size:32px;
    font-weight:800;
    line-height:1.6;
    text-shadow:0 6px 20px rgba(0,0,0,0.4);
}

/* طبقة غامقة خفيفة */
.single-post-thumb::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.15));
    border-radius:18px;
}


/* ===== عنوان المقال فوق الصورة وليس عليها ===== */
.single-post-title-above{
    font-size:32px;
    line-height:1.6;
    font-weight:800;
    text-align:center;
    color:#0f172a;
    margin:24px 24px 18px;
}
.single-post-thumb::after{
    display:none !important;
}
.single-post-overlay-title{
    display:none !important;
}

/* ===== أزرار أسفل كل صورة داخل المقال ===== */
.single-post-content .wp-block-image,
.single-post-content figure.wp-block-image,
.single-post-content p:has(> img){
    position:relative;
}

.article-inline-image-cta{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
    margin:12px 0 22px;
}
.article-inline-image-cta .inline-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:138px;
    padding:10px 16px;
    border-radius:14px;
    font-size:13px;
    font-weight:700;
    color:#fff;
    border:1px solid rgba(255,255,255,.22);
    box-shadow:0 10px 24px rgba(0,0,0,.10);
    transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.article-inline-image-cta .inline-cta-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 28px rgba(0,0,0,.14);
    filter:brightness(1.03);
}
.article-inline-image-cta .inline-cta-btn.call{
    background:linear-gradient(135deg,#1677ff,#0f3fae);
    border-color:rgba(22,119,255,.28);
}
.article-inline-image-cta .inline-cta-btn.whatsapp{
    background:linear-gradient(135deg,#25D366,#17a34a);
    border-color:rgba(37,211,102,.28);
}
.article-inline-image-cta .inline-cta-icon{
    width:16px;
    height:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}

@media (max-width:768px){
    .single-post-title-above{
        font-size:24px;
        margin:18px 16px 14px;
    }
    .article-inline-image-cta .inline-cta-btn{
        min-width:128px;
        padding:10px 14px;
        font-size:12px;
    }
}


/* إصلاح توسيط عنوان المقال */
.single-post-title-above{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    text-align:center !important;
    margin:24px auto 18px !important;
    padding:0 16px !important;
    float:none !important;
    clear:both !important;
}

/* أزرار أسفل صور المقال */
.article-inline-image-cta{
    display:flex !important;
    gap:10px !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    margin:12px 0 22px !important;
    clear:both !important;
}
.article-inline-image-cta .inline-cta-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    min-width:138px !important;
    padding:10px 16px !important;
    border-radius:14px !important;
    font-size:13px !important;
    font-weight:700 !important;
    color:#fff !important;
    text-decoration:none !important;
    border:1px solid rgba(255,255,255,.22) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.10) !important;
}
.article-inline-image-cta .inline-cta-btn.call{
    background:linear-gradient(135deg,#1677ff,#0f3fae) !important;
}
.article-inline-image-cta .inline-cta-btn.whatsapp{
    background:linear-gradient(135deg,#25D366,#17a34a) !important;
}
.article-inline-image-cta .inline-cta-icon{
    width:16px;
    height:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
}
@media (max-width:768px){
    .single-post-title-above{
        margin:18px auto 14px !important;
        padding:0 12px !important;
    }
    .article-inline-image-cta .inline-cta-btn{
        min-width:128px !important;
        padding:10px 14px !important;
        font-size:12px !important;
    }
}


/* حذف العنوان المتكرر */
.single-post-content > h2:first-child{
    display:none !important;
}

/* تحسين شكل العناوين */
.single-post-content h2,
.single-post-content h3{
    display:inline-block;
    padding:6px 14px;
    border-radius:10px;
    background:linear-gradient(90deg, rgba(22,119,255,0.25), rgba(22,119,255,0.05));
    position:relative;
}
.single-post-content h2::after,
.single-post-content h3::after{
    content:'';
    position:absolute;
    bottom:-6px;
    right:0;
    width:60%;
    height:3px;
    background:linear-gradient(90deg,#1677ff,transparent);
}

/* استبدال العلامات تحت الصور بزرارين */
.article-inline-image-cta{
    margin-top:10px !important;
}


/* ===== زرار الاتصال والواتساب بنفس شكل الهيدر ===== */
.article-inline-image-cta{
    display:flex !important;
    gap:12px;
    justify-content:center;
    margin:14px 0 26px;
}
.article-inline-image-cta a{
    padding:10px 18px;
    border-radius:20px;
    font-size:13px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
    color:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}
.article-inline-image-cta .call{
    background:linear-gradient(135deg,#1677ff,#0f3fae);
}
.article-inline-image-cta .whatsapp{
    background:linear-gradient(135deg,#25D366,#17a34a);
}

/* ===== اصلاح عنوان المقال ===== */
.single-post-title-above{
    text-align:center !important;
    font-size:30px !important;
    font-weight:800 !important;
    margin:20px auto 16px !important;
    position:relative;
    display:inline-block;
}
.single-post-title-above::after{
    content:'';
    display:block;
    margin:6px auto 0;
    width:70%;
    height:3px;
    border-radius:2px;
    background:linear-gradient(90deg,#1677ff,transparent);
}


/* FORCE CLEAN BUTTON STYLE */
.article-inline-image-cta{
    display:flex !important;
    justify-content:center !important;
    gap:10px !important;
    margin:15px 0 25px !important;
}
.article-inline-image-cta a{
    all:unset;
    cursor:pointer;
    display:inline-block;
    padding:10px 20px;
    border-radius:25px;
    font-size:13px;
    font-weight:700;
    color:#fff;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}
.article-inline-image-cta .call{
    background:#1677ff !important;
}
.article-inline-image-cta .whatsapp{
    background:#25D366 !important;
}

/* REMOVE ANY ICON SHAPES */
.article-inline-image-cta img,
.article-inline-image-cta svg{
    display:none !important;
}

/* REMOVE DUPLICATE TITLE INSIDE CONTENT */
.single-post-content h1,
.single-post-content h2:first-child{
    display:none !important;
}


/* ===== Reveal Effect ===== */
.reveal{
    opacity:0;
    transform:translateY(35px);
    transition:opacity .7s ease, transform .7s ease;
}
.reveal.in-view{
    opacity:1;
    transform:translateY(0);
}

/* ===== Floating WhatsApp ===== */
.floating-whatsapp{
    position:fixed;
    left:18px;
    bottom:18px;
    z-index:1100;
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,#25D366,#17a34a);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 14px 28px rgba(37,211,102,.30);
    border:1px solid rgba(255,255,255,.25);
    transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
    font-size:26px;
}
.floating-whatsapp:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 34px rgba(37,211,102,.36);
    filter:brightness(1.03);
}

/* ===== Testimonials ===== */
.testimonials-wrap{
    padding:50px 15px;
}
.testimonials-title{
    text-align:center;
    font-size:24px;
    font-weight:700;
    margin:0 0 24px;
}
.testimonials-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    max-width:1100px;
    margin:auto;
}
.testimonial-card{
    background:#fff;
    border-radius:22px;
    padding:22px 18px;
    box-shadow:0 14px 34px rgba(15,23,42,.08);
    text-align:center;
    transition:transform .28s ease, box-shadow .28s ease;
}
.testimonial-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 42px rgba(15,23,42,.14);
}
.testimonial-avatar{
    --avatar-lift: 10px;
    position:relative;
    width:78px;
    height:78px;
    border-radius:50%;
    overflow:visible;
    margin:0 auto 14px;
    background:transparent;
    animation:testimonialAvatarFloat 3.4s ease-in-out infinite;
    will-change:transform;
}
.testimonial-avatar::before{
    content:"";
    position:absolute;
    inset:-4px;
    border-radius:50%;
    background:linear-gradient(135deg, rgba(22,119,255,.18), rgba(22,119,255,.04));
    box-shadow:0 8px 24px rgba(22,119,255,.18), inset 0 0 0 1px rgba(255,255,255,.75);
}
.testimonial-avatar::after{
    content:"";
    position:absolute;
    right:12px;
    left:12px;
    bottom:-14px;
    height:12px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(15,23,42,.18) 0%, rgba(15,23,42,0) 72%);
    animation:testimonialAvatarShadow 3.4s ease-in-out infinite;
    z-index:0;
}
.testimonial-avatar img{
    position:relative;
    z-index:1;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
    border:3px solid #ffffff;
    box-shadow:0 12px 24px rgba(22,119,255,.20);
    background:#fff;
}
.testimonial-card:hover .testimonial-avatar{
    animation-duration:2.7s;
}
.testimonial-card:hover .testimonial-avatar img{
    box-shadow:0 16px 32px rgba(22,119,255,.24);
}
@keyframes testimonialAvatarFloat{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(calc(var(--avatar-lift) * -1))}
}
@keyframes testimonialAvatarShadow{
    0%,100%{transform:scale(.9);opacity:.18}
    50%{transform:scale(.72);opacity:.10}
}
.testimonial-name{
    font-size:16px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:8px;
}
.testimonial-text{
    font-size:13px;
    color:#64748b;
    line-height:1.9;
}

/* ===== Final CTA ===== */
.final-cta-wrap{
    padding:18px 15px 60px;
}
.final-cta-box{
    max-width:1100px;
    margin:0 auto;
    background:linear-gradient(135deg,#1677ff,#0f3fae);
    color:#fff;
    border-radius:24px;
    padding:34px 22px;
    text-align:center;
    box-shadow:0 16px 36px rgba(22,119,255,.22);
}
.final-cta-title{
    font-size:28px;
    font-weight:800;
    margin-bottom:10px;
}
.final-cta-desc{
    max-width:760px;
    margin:0 auto 18px;
    line-height:1.9;
    font-size:14px;
    color:rgba(255,255,255,.95);
}
.final-cta-buttons{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
}
.final-cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:150px;
    padding:12px 18px;
    border-radius:16px;
    font-size:14px;
    font-weight:700;
    color:#fff;
    border:1px solid rgba(255,255,255,.25);
    box-shadow:0 12px 28px rgba(0,0,0,.12);
    transition:transform .25s ease, box-shadow .25s ease;
}
.final-cta-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 34px rgba(0,0,0,.16);
}
.final-cta-btn.call{
    background:rgba(255,255,255,.14);
}
.final-cta-btn.whatsapp{
    background:rgba(37,211,102,.22);
}

@media (max-width:900px){
    .testimonials-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
    .floating-whatsapp{
        width:54px;
        height:54px;
        border-radius:16px;
        font-size:24px;
        left:14px;
        bottom:14px;
    }
    .testimonials-grid{grid-template-columns:1fr}
    .final-cta-title{font-size:24px}
    .final-cta-btn{min-width:140px;padding:11px 16px;font-size:13px}
}


/* مطابقة أزرار الصور داخل المقال لأزرار من نحن */
.article-inline-image-cta{
    display:flex !important;
    gap:10px !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    margin:12px 0 22px !important;
    clear:both !important;
}
.article-inline-image-cta a{
    all:unset;
    cursor:pointer;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    min-width:150px !important;
    padding:12px 18px !important;
    border-radius:16px !important;
    font-size:14px !important;
    font-weight:700 !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.2) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.12) !important;
    transition:transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
}
.article-inline-image-cta a:hover{
    transform:translateY(-3px) !important;
    box-shadow:0 18px 34px rgba(0,0,0,.16) !important;
    filter:brightness(1.03) !important;
}
.article-inline-image-cta .call{
    background:linear-gradient(135deg,#1677ff,#0f3fae) !important;
    border-color:rgba(22,119,255,.25) !important;
}
.article-inline-image-cta .whatsapp{
    background:linear-gradient(135deg,#25D366,#17a34a) !important;
    border-color:rgba(37,211,102,.25) !important;
}
.article-inline-image-cta .inline-cta-icon{
    width:18px !important;
    height:18px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1 !important;
}
@media (max-width:768px){
    .article-inline-image-cta a{
        min-width:140px !important;
        padding:11px 16px !important;
        font-size:13px !important;
    }
}


/* ضبط نهائي لأزرار الصور داخل المقال */
.article-inline-image-cta{
    display:flex !important;
    flex-direction:row !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    margin:12px 0 22px !important;
    width:100% !important;
}
.article-inline-image-cta a{
    flex:0 0 auto !important;
    white-space:nowrap !important;
}
@media (max-width:768px){
    .article-inline-image-cta{
        flex-direction:row !important;
        flex-wrap:nowrap !important;
        gap:8px !important;
    }
}


/* ===== تحسينات الموبايل + Micro Animations ===== */
.hero-btn,
.about-btn,
.final-cta-btn,
.single-post-cta .cta-btn,
.article-inline-image-cta a,
.post-card,
.service-box,
.counter-box,
.testimonial-card{
    will-change: transform;
}

@media (hover:hover){
    .hero-btn:hover,
    .about-btn:hover,
    .final-cta-btn:hover,
    .single-post-cta .cta-btn:hover,
    .article-inline-image-cta a:hover{
        transform:translateY(-2px) scale(1.01);
    }
}

@media (max-width:768px){
    .hero-btn:active,
    .about-btn:active,
    .final-cta-btn:active,
    .single-post-cta .cta-btn:active,
    .article-inline-image-cta a:active{
        transform:scale(.98);
    }

    .service-box,
    .post-card,
    .testimonial-card,
    .counter-box{
        transition:transform .22s ease, box-shadow .22s ease;
    }

    .service-box:active,
    .post-card:active,
    .testimonial-card:active,
    .counter-box:active{
        transform:scale(.985);
    }
}

/* ===== صفحة خدمات احترافية داخل الصفحة الرئيسية ===== */
.services-selling-wrap{
    padding:10px 15px 55px;
}
.services-selling-box{
    max-width:1100px;
    margin:0 auto;
    background:#fff;
    border-radius:24px;
    box-shadow:0 14px 34px rgba(0,0,0,.08);
    overflow:hidden;
    display:grid;
    grid-template-columns:1.1fr .9fr;
}
.services-selling-content{
    padding:30px 24px;
}
.services-selling-title{
    font-size:28px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:10px;
}
.services-selling-desc{
    font-size:14px;
    line-height:1.95;
    color:#475569;
    margin-bottom:18px;
}
.services-selling-points{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:18px;
}
.services-selling-point{
    background:#f8fbff;
    border:1px solid #e6f0ff;
    border-radius:16px;
    padding:14px 12px;
}
.services-selling-point-title{
    font-size:15px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:6px;
}
.services-selling-point-text{
    font-size:13px;
    color:#64748b;
    line-height:1.8;
}
.services-selling-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.services-selling-media{
    position:relative;
    min-height:100%;
    background:linear-gradient(135deg,#1677ff,#0f3fae);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}
.services-selling-card{
    width:100%;
    max-width:340px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    padding:22px 18px;
    color:#fff;
    box-shadow:0 16px 36px rgba(0,0,0,.15);
    backdrop-filter:blur(2px);
}
.services-selling-badge{
    display:inline-block;
    padding:7px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    font-size:12px;
    font-weight:700;
    margin-bottom:12px;
}
.services-selling-card-title{
    font-size:22px;
    font-weight:800;
    margin-bottom:8px;
}
.services-selling-card-text{
    font-size:14px;
    line-height:1.9;
    color:rgba(255,255,255,.94);
}
.services-selling-mini{
    margin-top:14px;
    display:grid;
    gap:8px;
}
.services-selling-mini-item{
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.14);
    border-radius:14px;
    padding:10px 12px;
    font-size:13px;
}
@media (max-width:900px){
    .services-selling-box{
        grid-template-columns:1fr;
    }
}
@media (max-width:768px){
    .services-selling-wrap{
        padding:6px 12px 42px;
    }
    .services-selling-content{
        padding:22px 16px;
    }
    .services-selling-title{
        font-size:24px;
    }
    .services-selling-points{
        grid-template-columns:1fr;
    }
    .services-selling-media{
        padding:16px;
    }
}

/* ===== تحسين قابلية القراءة للمقال ===== */
.single-post-content{
    word-wrap:break-word;
}
.single-post-content a{
    color:#1677ff;
}


.feature-cards-wrap{
    background:var(--feature-section-bg, #dbeafe);
    margin:40px auto;
    padding:44px 22px;
    border-radius:28px;
    max-width:1200px;
    position:relative;
    overflow:hidden;
}
.feature-cards-wrap::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,255,255,.42), transparent 45%);
    pointer-events:none;
}
.feature-cards-head{
    position:relative;
    z-index:1;
    text-align:center;
    max-width:760px;
    margin:0 auto 28px;
}
.feature-cards-title{
    font-size:clamp(1.7rem, 2.6vw, 2.3rem);
    margin:0 0 10px;
    color:#0f172a;
}
.feature-cards-desc{
    margin:0;
    color:#334155;
    line-height:1.9;
    font-size:1rem;
}
.feature-cards-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:22px;
}
.feature-card-item{
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94));
    border:1.5px solid rgba(22, 119, 255, .85);
    border-radius:30px;
    padding:24px 26px;
    display:grid;
    direction:ltr;
    grid-template-columns:96px 1fr;
    gap:20px;
    align-items:center;
    box-shadow:0 14px 32px rgba(15, 23, 42, .10), 0 4px 10px rgba(22, 119, 255, .08);
    transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    position:relative;
    overflow:hidden;
}
.feature-card-item::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,255,255,.35), transparent 42%);
    pointer-events:none;
}
.feature-card-item:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 48px rgba(15, 23, 42, .16), 0 8px 18px rgba(22, 119, 255, .12);
    border-color:var(--feature-accent, #1677ff);
}
.feature-card-logo-box{
    width:96px;
    height:96px;
    border:3px solid rgba(22, 119, 255, .9);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.96), rgba(236,244,255,.92));
    overflow:hidden;
    position:relative;
    box-shadow:0 10px 24px rgba(22, 119, 255, .18), inset 0 0 0 6px rgba(255,255,255,.7);
    animation:featureLogoFloat 3.2s ease-in-out infinite;
}
.feature-card-logo-box::before{
    content:'';
    position:absolute;
    inset:6px;
    border-radius:50%;
    border:1px solid rgba(22, 119, 255, .18);
    pointer-events:none;
}
.feature-card-item:hover .feature-card-logo-box{
    box-shadow:0 14px 32px rgba(22, 119, 255, .24), inset 0 0 0 6px rgba(255,255,255,.82);
}
.feature-card-logo{
    width:72%;
    height:72%;
    object-fit:contain;
    display:block;
    filter:drop-shadow(0 4px 10px rgba(15, 23, 42, .12));
}
.feature-card-logo-placeholder{
    width:56px;
    height:56px;
    border:2px dashed var(--feature-accent, #1677ff);
    border-radius:50%;
    opacity:.55;
}
.feature-card-content{
    min-width:0;
    text-align:right;
    direction:rtl;
}
.feature-card-title{
    font-size:1.22rem;
    font-weight:800;
    color:#0f172a;
    margin-bottom:8px;
    line-height:1.5;
}
.feature-card-text{
    color:#475569;
    line-height:1.9;
    font-size:.98rem;
}
@keyframes featureLogoFloat{
    0%, 100%{ transform:translateY(0); }
    50%{ transform:translateY(-6px); }
}
@media (max-width: 768px){
    .feature-cards-wrap{
        padding:32px 14px;
        border-radius:22px;
    }
    .feature-cards-grid{
        grid-template-columns:1fr;
        gap:16px;
    }
    .feature-card-item{
        grid-template-columns:78px 1fr;
        padding:18px;
        gap:14px;
        border-radius:24px;
    }
    .feature-card-logo-box{
        width:78px;
        height:78px;
        border-radius:18px;
    }
}


/* تحسين الهيدر بموجة ناعمة وارتفاع أكبر */
.hero-slider{
    min-height:560px;
    overflow:hidden;
    isolation:isolate;
}
.hero-slide-inner{
    min-height:560px;
    padding:56px 18px 140px;
}
.hero-content{
    max-width:860px;
    padding-inline:10px;
}
.hero-wave{
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:126px;
    z-index:3;
    pointer-events:none;
}
.hero-wave svg{
    position:absolute;
    left:0;
    width:200%;
    height:100%;
    display:block;
    will-change:transform;
}
.hero-wave-back{
    bottom:0;
    opacity:.55;
    animation:heroWaveDriftBack var(--hero-wave-speed-back, 18s) linear infinite alternate;
}
.hero-wave-front{
    bottom:-4px;
    animation:heroWaveDriftFront var(--hero-wave-speed, 12s) ease-in-out infinite alternate;
}
.hero-wave-back path{
    fill:rgba(255,255,255,.7);
}
.hero-wave-front path{
    fill:#f5f7fb;
    filter:drop-shadow(0 -8px 22px rgba(15,23,42,.08));
}
@keyframes heroWaveDriftFront{
    0%{transform:translateX(0)}
    100%{transform:translateX(-18%)}
}
@keyframes heroWaveDriftBack{
    0%{transform:translateX(-6%)}
    100%{transform:translateX(-20%)}
}
@media (prefers-reduced-motion: reduce){
    .hero-wave-back,
    .hero-wave-front,
    .testimonial-avatar,
    .testimonial-avatar::after{
        animation:none !important;
    }
}
.hero-dots{
    bottom:62px;
}
.counter-wrap{
    position:relative;
    z-index:4;
    padding-top:18px;
}

@media (max-width: 991px){
    .hero-slider{
        min-height:500px;
    }
    .hero-slide-inner{
        min-height:500px;
        padding:42px 16px 128px;
    }
    .hero-title{
        font-size:30px;
    }
    .hero-wave{
        height:106px;
    }
}

@media (max-width: 767px){
    .hero-slider{
        min-height:460px;
    }
    .hero-slide-inner{
        min-height:460px;
        align-items:center;
        padding:34px 14px 118px;
    }
    .hero-title{
        font-size:24px;
        line-height:1.55;
    }
    .hero-desc{
        font-size:14px;
        line-height:1.8;
        max-width:310px;
    }
    .hero-buttons{
        margin-top:16px;
    }
    .hero-wave{
        height:94px;
    }
    .hero-dots{
        bottom:50px;
    }
    .counter-wrap{
        padding-top:14px;
    }
}


@media (max-width: 991px){
    .testimonials-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 767px){
    .testimonials-grid{grid-template-columns:1fr;gap:16px}
    .testimonial-card{padding:20px 16px}
    .testimonial-avatar{width:74px;height:74px}
}

.topbar-logo a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
.topbar-logo img{object-fit:contain;object-position:center}



/* ===== Fill empty CTA area on home + articles ===== */
.final-cta-wrap{
    position:relative;
    overflow:hidden;
    padding:24px 15px 72px !important;
    background:
        radial-gradient(circle at 8% 22%, rgba(75,191,236,.22) 0, rgba(75,191,236,.22) 68px, transparent 69px),
        radial-gradient(circle at 20% 88%, rgba(75,191,236,.18) 0, rgba(75,191,236,.18) 120px, transparent 121px),
        radial-gradient(circle at 80% 18%, rgba(75,191,236,.20) 0, rgba(75,191,236,.20) 96px, transparent 97px),
        radial-gradient(circle at 92% 78%, rgba(75,191,236,.16) 0, rgba(75,191,236,.16) 140px, transparent 141px),
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(86,198,243,.10) 100%);
}
.final-cta-wrap::before,
.final-cta-wrap::after{
    content:"";
    position:absolute;
    z-index:0;
    background:linear-gradient(135deg, rgba(77,196,242,.95), rgba(54,176,230,.80));
    filter:drop-shadow(0 20px 30px rgba(77,196,242,.18));
    pointer-events:none;
}
.final-cta-wrap::before{
    width:220px;
    height:220px;
    right:-70px;
    top:14px;
    border-radius:42% 58% 55% 45% / 44% 45% 55% 56%;
    opacity:.88;
}
.final-cta-wrap::after{
    width:290px;
    height:110px;
    left:-40px;
    bottom:12px;
    border-radius:44px;
    transform:rotate(-8deg);
    opacity:.84;
}
.final-cta-box{
    position:relative;
    z-index:1;
    width:min(100%, 1180px);
    max-width:1180px !important;
    border-radius:28px !important;
    padding:36px 26px !important;
}
.final-cta-box::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
    pointer-events:none;
}

.article-closing-cta{
    position:relative;
    overflow:hidden;
    margin:30px 18px 0 !important;
    padding:30px 22px 74px !important;
    border-radius:24px !important;
    background:
        linear-gradient(135deg,#1677ff,#0f3fae) !important;
}
.article-closing-cta::before,
.article-closing-cta::after{
    content:"";
    position:absolute;
    pointer-events:none;
    z-index:0;
    background:linear-gradient(135deg, rgba(75,191,236,.95), rgba(54,176,230,.82));
    filter:drop-shadow(0 18px 28px rgba(77,196,242,.18));
}
.article-closing-cta::before{
    width:170px;
    height:170px;
    left:-48px;
    bottom:-42px;
    border-radius:48% 52% 42% 58% / 55% 42% 58% 45%;
    opacity:.84;
}
.article-closing-cta::after{
    width:180px;
    height:78px;
    right:-26px;
    top:18px;
    border-radius:32px;
    transform:rotate(6deg);
    opacity:.68;
}
.article-closing-cta > *{
    position:relative;
    z-index:1;
}
.article-closing-cta .article-cta-buttons{
    margin-bottom:18px !important;
}
.article-closing-desc{
    max-width:100% !important;
    width:min(100%, 820px);
}

@media (max-width: 768px){
    .final-cta-wrap{
        padding:18px 12px 64px !important;
        background:
            radial-gradient(circle at 8% 18%, rgba(75,191,236,.18) 0, rgba(75,191,236,.18) 54px, transparent 55px),
            radial-gradient(circle at 84% 16%, rgba(75,191,236,.18) 0, rgba(75,191,236,.18) 72px, transparent 73px),
            radial-gradient(circle at 14% 88%, rgba(75,191,236,.16) 0, rgba(75,191,236,.16) 92px, transparent 93px),
            radial-gradient(circle at 86% 82%, rgba(75,191,236,.14) 0, rgba(75,191,236,.14) 92px, transparent 93px),
            linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(86,198,243,.10) 100%);
    }
    .final-cta-wrap::before{
        width:120px;
        height:190px;
        right:-46px;
        top:20px;
    }
    .final-cta-wrap::after{
        width:170px;
        height:72px;
        left:-24px;
        bottom:22px;
        border-radius:26px;
    }
    .final-cta-box{
        border-radius:22px !important;
        padding:28px 18px !important;
    }
    .article-closing-cta{
        margin:24px 12px 0 !important;
        padding:24px 16px 62px !important;
    }
    .article-closing-cta::before{
        width:120px;
        height:120px;
        left:-36px;
        bottom:-30px;
    }
    .article-closing-cta::after{
        width:122px;
        height:56px;
        right:-18px;
        top:14px;
    }
}



/* ===== Gallery pairs section ===== */
.gallery-pairs-wrap{
    padding: 8px 14px 30px;
}
.gallery-pairs-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    align-items:stretch;
}
.gallery-pairs-item{
    min-width:0;
}
.gallery-pairs-frame{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.06);
    box-shadow:0 14px 34px rgba(15,23,42,.10), 0 4px 14px rgba(15,23,42,.05);
    padding:10px;
    transition:transform .35s ease, box-shadow .35s ease;
}
.gallery-pairs-frame::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    height:6px;
    background:var(--gallery-frame-accent, #1677ff);
}
.gallery-pairs-frame img{
    width:100%;
    aspect-ratio: 1 / 1;
    object-fit:cover;
    border-radius:16px;
    transform:scale(1.001);
    transition:transform .45s ease, filter .45s ease;
}
.gallery-pairs-frame::after{
    content:"";
    position:absolute;
    inset:auto 14px 10px 14px;
    height:24px;
    border-radius:999px;
    background:radial-gradient(circle, rgba(22,119,255,.12) 0%, rgba(22,119,255,0) 72%);
    pointer-events:none;
    opacity:.9;
}
.gallery-pairs-frame:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 44px rgba(15,23,42,.14), 0 8px 20px rgba(22,119,255,.10);
}
.gallery-pairs-frame:hover img{
    transform:scale(1.04);
    filter:saturate(1.05);
}

@media (min-width: 992px){
    .gallery-pairs-wrap{
        padding: 10px 20px 36px;
    }
    .gallery-pairs-grid{
        gap:20px;
    }
}


/* ===== Middle CTA before gallery ===== */
.gallery-middle-cta-wrap{
    padding: 6px 14px 18px;
}
.gallery-middle-cta-box{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}
.gallery-middle-btn{
    min-width:150px;
    min-height:50px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:12px 20px;
    color:#fff;
    font-weight:700;
    box-shadow:0 14px 28px rgba(15,23,42,.10);
    transition:transform .3s ease, box-shadow .3s ease, filter .3s ease;
}
.gallery-middle-btn.call{
    background:linear-gradient(135deg,#2b7fff,#1367e8);
}
.gallery-middle-btn.whatsapp{
    background:linear-gradient(135deg,#1fcf73,#10b860);
}
.gallery-middle-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 34px rgba(15,23,42,.14);
    filter:saturate(1.03);
}

/* ===== Closing text section ===== */
.closing-text-wrap{
    padding: 8px 14px 26px;
}
.closing-text-box{
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 16px 36px rgba(15,23,42,.08);
    padding:24px 18px;
    text-align:center;
    border:1px solid rgba(15,23,42,.05);
}
.closing-text-title{
    margin:0;
    font-size:28px;
    line-height:1.4;
    color:#0f172a;
    font-weight:800;
}
.closing-text-desc{
    margin:10px auto 0;
    max-width:760px;
    font-size:15px;
    line-height:2;
    color:#475569;
}

@media (min-width: 992px){
    .gallery-middle-cta-wrap{
        padding: 8px 20px 22px;
    }
    .closing-text-wrap{
        padding: 10px 20px 34px;
    }
    .closing-text-box{
        padding:30px 26px;
    }
}



/* ===== Floating call & WhatsApp buttons ===== */
.floating-contact-stack{
    position:fixed;
    left:14px;
    bottom:18px;
    z-index:9999;
    display:flex;
    flex-direction:column;
    gap:10px;
    direction:ltr;
}
.floating-contact-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:56px;
    min-height:56px;
    padding:0 16px;
    border-radius:18px;
    color:#fff;
    font-weight:800;
    font-size:14px;
    line-height:1;
    box-shadow:0 16px 34px rgba(15,23,42,.16), 0 4px 10px rgba(15,23,42,.08);
    overflow:hidden;
    isolation:isolate;
    transition:transform .3s ease, box-shadow .3s ease, filter .3s ease;
    animation:floatingContactLift 3.4s ease-in-out infinite;
    -webkit-tap-highlight-color:transparent;
}
.floating-contact-btn::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,0));
    z-index:-1;
}
.floating-contact-btn::after{
    content:"";
    position:absolute;
    inset:auto 10px 6px 10px;
    height:18px;
    border-radius:999px;
    background:radial-gradient(circle, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 70%);
    opacity:.8;
    z-index:-1;
}
.floating-contact-btn.call{
    background:linear-gradient(135deg,#1677ff 0%, #0f52c7 100%);
}
.floating-contact-btn.whatsapp{
    background:linear-gradient(135deg,#25D366 0%, #14a94c 100%);
    animation-delay:.4s;
}
.floating-contact-btn:hover{
    transform:translateY(-6px) scale(1.03);
    box-shadow:0 22px 42px rgba(15,23,42,.20), 0 8px 16px rgba(15,23,42,.10);
    filter:saturate(1.05);
}
.floating-contact-icon{
    width:24px;
    height:24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
    font-size:15px;
    flex:0 0 24px;
}
.floating-contact-text{
    white-space:nowrap;
}
@keyframes floatingContactLift{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-4px)}
}

@media (max-width: 767px){
    .floating-contact-stack{
        left:10px;
        bottom:14px;
        gap:8px;
    }
    .floating-contact-btn{
        min-width:52px;
        min-height:52px;
        padding:0 14px;
        border-radius:16px;
        font-size:13px;
    }
    .floating-contact-icon{
        width:22px;
        height:22px;
        font-size:14px;
    }
}



/* ===== Unified floating buttons fine-tune ===== */
.floating-contact-stack{
    bottom: 92px !important;
    left: 12px !important;
    gap: 10px !important;
}
.floating-contact-btn{
    min-width: 108px !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
}
.floating-contact-icon{
    width: 20px !important;
    height: 20px !important;
    font-size: 13px !important;
    flex: 0 0 20px !important;
}
.floating-contact-text{
    font-size: 13px !important;
    font-weight: 800 !important;
}
@media (max-width: 767px){
    .floating-contact-stack{
        bottom: 92px !important;
        left: 10px !important;
    }
    .floating-contact-btn{
        min-width: 106px !important;
        min-height: 46px !important;
        padding: 0 14px !important;
        border-radius: 14px !important;
        font-size: 13px !important;
    }
}



/* ===== SVG icons + subtle icon wiggle ===== */
.floating-contact-icon svg{
    width:14px;
    height:14px;
    display:block;
    color:#ffffff;
}
.floating-contact-btn .floating-contact-icon{
    animation:floatingIconWiggle 2.8s ease-in-out infinite;
    transform-origin:center;
}
.floating-contact-btn.whatsapp .floating-contact-icon{
    animation-delay:.45s;
}
@keyframes floatingIconWiggle{
    0%, 100% { transform: rotate(0deg) translateY(0); }
    8% { transform: rotate(-8deg) translateY(-1px); }
    16% { transform: rotate(8deg) translateY(0); }
    24% { transform: rotate(-6deg) translateY(-1px); }
    32% { transform: rotate(6deg) translateY(0); }
    40% { transform: rotate(0deg) translateY(0); }
}



/* ===== Latest posts at bottom of article pages ===== */
.article-latest-posts-wrap{
    margin-top:22px;
    display:flex;
    justify-content:flex-start;
}
.article-latest-posts-box{
    width:min(100%, 360px);
    margin-inline-start:0;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.06);
    border-radius:18px;
    box-shadow:0 14px 30px rgba(15,23,42,.08);
    padding:16px 14px;
    text-align:right;
}
.article-latest-posts-title{
    font-size:18px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:12px;
}
.article-latest-posts-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.article-latest-post-item{
    display:block;
    background:#f8fbff;
    color:#0f3fae;
    border:1px solid rgba(22,119,255,.10);
    border-radius:12px;
    padding:10px 12px;
    line-height:1.8;
    transition:transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.article-latest-post-item:hover{
    background:#eef5ff;
    transform:translateX(-3px);
    box-shadow:0 10px 20px rgba(22,119,255,.08);
}



/* ===== Full customizable footer ===== */
.site-footer{
    margin-top:36px;
    background:linear-gradient(180deg,#0f172a 0%, #111827 100%);
    color:#e5edf8;
    position:relative;
    overflow:hidden;
}
.site-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right, rgba(22,119,255,.16), transparent 32%),
        radial-gradient(circle at bottom left, rgba(37,211,102,.10), transparent 24%);
    pointer-events:none;
}
.site-footer-inner{
    position:relative;
    z-index:1;
    max-width:1100px;
    margin:0 auto;
    padding:38px 16px 24px;
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr;
    gap:24px;
}
.site-footer-brand{
    min-width:0;
}
.site-footer-logo-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.site-footer-logo{
    max-width:160px;
    max-height:72px;
    object-fit:contain;
    filter:drop-shadow(0 8px 20px rgba(0,0,0,.18));
}
.site-footer-desc{
    margin-top:14px;
    font-size:14px;
    line-height:2;
    color:#d2dced;
}
.site-footer-socials{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:16px;
}
.site-footer-social{
    width:40px;
    height:40px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.1);
    transition:transform .25s ease, background .25s ease, box-shadow .25s ease;
    box-shadow:0 12px 22px rgba(0,0,0,.10);
}
.site-footer-social:hover{
    transform:translateY(-3px);
    background:rgba(22,119,255,.18);
    box-shadow:0 16px 28px rgba(0,0,0,.14);
}
.site-footer-social span{
    font-size:14px;
    font-weight:800;
    line-height:1;
}
.site-footer-col-title{
    font-size:17px;
    font-weight:800;
    color:#ffffff;
    margin-bottom:14px;
}
.site-footer-links{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.site-footer-link{
    color:#d7e2f1;
    font-size:14px;
    line-height:1.8;
    transition:color .25s ease, transform .25s ease;
}
.site-footer-link:hover{
    color:#6fb0ff;
    transform:translateX(-3px);
}
.site-footer-link.no-url{
    opacity:.92;
}
.site-footer-bottom{
    position:relative;
    z-index:1;
    border-top:1px solid rgba(255,255,255,.08);
}
.site-footer-copy{
    max-width:1100px;
    margin:0 auto;
    padding:14px 16px 18px;
    text-align:center;
    font-size:13px;
    color:#c0cde0;
}

@media (max-width: 991px){
    .site-footer-inner{
        grid-template-columns:1fr 1fr;
        gap:20px;
    }
}
@media (max-width: 640px){
    .site-footer-inner{
        grid-template-columns:1fr;
        padding:32px 14px 22px;
        gap:18px;
    }
    .site-footer-logo{
        max-width:140px;
        max-height:64px;
    }
}



/* ===== Footer logo natural shape + social SVG ===== */
.site-footer-logo-link{
    display:inline-block;
    background:none !important;
    border:none !important;
    border-radius:0 !important;
    padding:0 !important;
    box-shadow:none !important;
}
.site-footer-logo{
    width:auto;
    height:auto;
    max-width:180px;
    max-height:78px;
    object-fit:contain;
    background:none !important;
    border:none !important;
    border-radius:0 !important;
}
.site-footer-social svg{
    width:18px;
    height:18px;
    display:block;
    color:#ffffff;
}



/* ===== SEO Pro invisible-safe enhancements ===== */
.bait-breadcrumbs{
    max-width:1100px;
    margin:14px auto 0;
    padding:0 16px;
    font-size:13px;
    color:#64748b;
}
.bait-breadcrumbs a{
    color:#0f3fae;
}
.bait-breadcrumbs .sep{
    margin:0 8px;
    opacity:.6;
}
img{
    image-rendering:auto;
}
.hero-slide,
.gallery-pairs-frame img,
.about-image img,
.testimonial-avatar img,
.feature-card-logo,
.site-footer-logo{
    backface-visibility:hidden;
}



/* ===== Local SEO non-visual block ===== */
.bait-local-faq-hidden{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
    clip-path:inset(50%) !important;
    white-space:nowrap !important;
}


/* Article SEO enhancements */
.single-post-container{max-width:980px;margin:0 auto;padding:24px 15px 40px}
.single-post-card{background:#fff;border-radius:22px;box-shadow:0 8px 30px rgba(15,23,42,.08);padding:22px;overflow:visible}
.single-post-meta-bar{display:flex;gap:10px;align-items:center;justify-content:center;font-size:13px;color:#64748b;margin-bottom:10px;flex-wrap:wrap}
.single-post-title-above{font-size:32px;line-height:1.5;margin:0 0 18px;text-align:center;color:#0f172a}
.single-post-thumb{margin:0 0 18px;border-radius:18px;overflow:hidden}
.single-post-thumb img{width:100%;height:auto;object-fit:cover}
.single-post-content{max-width:100%;font-size:17px;line-height:2;color:#000000}
.single-post-content h2,.single-post-content h3{scroll-margin-top:90px;color:#0f172a;line-height:1.7}
.single-post-content h2{font-size:28px;margin:26px 0 14px}
.single-post-content h3{font-size:23px;margin:22px 0 12px}
.single-post-content p,.single-post-content ul,.single-post-content ol{margin:0 0 16px}
.single-post-content img{border-radius:16px;margin:18px auto}
.bait-breadcrumbs{max-width:980px;margin:20px auto 0;padding:0 15px;color:#64748b;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.bait-breadcrumbs-main{display:flex;align-items:center;gap:0;flex-wrap:wrap;min-width:0}
.bait-breadcrumbs a{color:#0f3fae}
.bait-breadcrumbs .sep{margin:0 8px;color:#94a3b8}
.bait-breadcrumbs-extra{display:flex;align-items:center;margin-inline-start:auto}
.article-toc{position:relative;display:inline-block;margin:0}
.article-toc-toggle{display:inline-flex;align-items:center;gap:8px;background:#f8fbff;border:1px solid #dbeafe;border-radius:999px;padding:8px 12px;font-size:14px;font-weight:700;color:#0f172a;cursor:pointer;line-height:1;box-shadow:0 6px 18px rgba(15,23,42,.06)}
.article-toc-toggle-icon{font-size:13px}
.article-toc-toggle-arrow{font-size:11px;transition:transform .2s ease}
.article-toc-open .article-toc-toggle-arrow,.article-author-open .article-toc-toggle-arrow{transform:rotate(180deg)}
.article-toc-panel{position:absolute;top:calc(100% + 10px);left:0;right:auto;width:min(270px,76vw);background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;padding:12px 12px 6px;z-index:35;box-shadow:0 18px 40px rgba(15,23,42,.12)}
.article-toc-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:8px}
.article-toc-list{list-style:none;padding:0;margin:0;max-height:260px;overflow:auto}
.article-toc-list li{margin:0 0 8px}
.article-toc-list li.is-sub{padding-right:12px;font-size:12px}
.article-toc-list a{color:#0f3fae;font-size:13px;line-height:1.8;display:block}
.article-faq-box,.article-author-box,.related-posts-box{margin-top:26px}
.article-faq-title,.related-posts-title{font-size:24px;margin:0 0 14px;color:#0f172a}
.article-faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px;margin-bottom:10px}
.article-faq-item summary{cursor:pointer;font-weight:700;color:#0f172a}
.article-faq-answer{padding-top:12px;line-height:1.9;color:#334155}
.article-author-box{position:relative}
.article-author-toggle{margin:0 0 10px auto}
.article-author-panel{margin-top:10px}
.article-author-panel-box{display:flex;align-items:flex-start;gap:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:18px}
.article-author-avatar{border-radius:50%}
.article-author-label{font-size:13px;color:#64748b;margin-bottom:4px}
.article-author-name{font-weight:700;font-size:20px;color:#0f172a;margin-bottom:6px}
.article-author-bio{line-height:1.9;color:#334155}
.related-posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.related-post-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;color:#0f172a;box-shadow:0 4px 16px rgba(15,23,42,.05)}
.related-post-thumb{width:100%;height:170px;object-fit:cover}
.related-post-name{padding:0 14px 14px;line-height:1.7;font-weight:700}
@media (max-width:768px){.single-post-container{max-width:100%;padding:18px 12px 34px}.single-post-card{padding:16px}.single-post-title-above{font-size:25px}.single-post-content{font-size:17px;line-height:2}.single-post-content h2{font-size:24px}.single-post-content h3{font-size:21px}.related-posts-grid{grid-template-columns:1fr}.bait-breadcrumbs{align-items:flex-start}.bait-breadcrumbs-extra{width:100%;justify-content:flex-start;margin-inline-start:0}.article-toc-panel{left:0;right:auto;width:min(250px,72vw);max-width:250px}.article-author-panel-box{padding:16px;gap:12px}}

/* v4 mobile article polish */
.bait-breadcrumbs{align-items:center}
.bait-breadcrumbs-main{flex:1 1 auto}
.bait-breadcrumbs-extra{flex:0 0 auto;margin-inline-start:auto}

@media (max-width:768px){
  .bait-breadcrumbs{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:0 12px;
    margin:14px auto 0;
  }
  .bait-breadcrumbs-main{
    flex:1 1 auto;
    min-width:0;
    font-size:13px;
    line-height:1.8;
    white-space:normal;
  }
  .bait-breadcrumbs-extra{
    width:auto;
    min-width:auto;
    margin-inline-start:12px;
    justify-content:flex-start;
  }
  .article-toc{
    display:inline-flex;
    align-items:center;
  }
  .article-toc-toggle{
    padding:8px 11px;
    font-size:13px;
    gap:7px;
    border-radius:999px;
    box-shadow:0 5px 14px rgba(15,23,42,.06);
  }
  .article-toc-toggle-label{white-space:nowrap}
  .article-toc-panel{
    left:0;
    right:auto;
    width:min(235px,68vw);
    max-width:235px;
  }

  .single-post-wrap{padding:18px 10px 34px;}
  .single-post-container{padding:14px 10px 30px;}
  .single-post-card{
    border-radius:20px;
    padding:18px 14px 22px;
    box-shadow:0 10px 24px rgba(15,23,42,.08);
  }
  .single-post-meta-bar{
    font-size:12px;
    gap:8px;
    margin-bottom:12px;
  }
  .single-post-title-above{
    font-size:22px;
    line-height:1.7;
    margin:0 0 14px;
  }
  .single-post-thumb{
    margin:0 0 14px;
    border-radius:16px;
  }
  .single-post-cta{
    padding:14px 0 2px;
    gap:8px;
  }
  .single-post-cta .cta-btn{
    min-width:132px;
    padding:11px 14px;
    font-size:13px;
    border-radius:14px;
  }
  .single-post-content{
    font-size:17px;
    line-height:2.05;
    padding:0 4px;
    color:#000000;
  }
  .single-post-content p,
  .single-post-content ul,
  .single-post-content ol{
    margin:0 0 18px;
  }
  .single-post-content h2{
    font-size:24px;
    line-height:1.8;
    margin:24px 0 14px;
  }
  .single-post-content h3{
    font-size:21px;
    line-height:1.8;
    margin:20px 0 12px;
  }
  .article-author-toggle{margin:0 0 8px auto}
  .article-author-panel-box{
    border-radius:16px;
    padding:14px;
  }
  .article-closing-cta{
    margin:26px 0 0;
    border-radius:20px;
    padding:22px 16px;
  }
  .article-closing-cta .article-cta-btn{
    min-width:132px;
    padding:11px 14px;
    font-size:13px;
    border-radius:14px;
  }
  .related-post-card{border-radius:14px}
}
