/*
Theme Name: Efhmsa7 Pro SEO
Theme URI: https://efhmsa7.com/
Author: Efhmsa7
Description: قالب افهم صح المخصص لخدمات SEO والنمو العضوي ودراسات الحالة، مع مدونة كاملة تحفظ أقسام ومقالات الموقع الحالية.
Version: 2.2.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: efhmsa7
*/

    :root{
      --navy:#0B1D3A;
      --navy-2:#11284e;
      --blue:#2563FF;
      --blue-2:#174bd0;
      --teal:#00C2B8;
      --teal-soft:#dffaf7;
      --light:#F2F4F7;
      --muted:#7B8794;
      --text:#1f2a3d;
      --white:#fff;
      --line:#e8edf4;
      --shadow:0 18px 50px rgba(11,29,58,.08);
      --shadow-sm:0 10px 24px rgba(11,29,58,.06);
      --r-xl:28px;
      --r-lg:22px;
      --r-md:16px;
      --container:1180px;
    }

    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:'Tajawal',sans-serif;
      color:var(--text);
      background:#fff;
      line-height:1.8;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    .container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}

    /* header */
    .topbar{
      background:var(--navy);
      color:rgba(255,255,255,.78);
      font-size:13px;
    }
    .topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}
    .topbar strong{color:#fff;font-weight:600}
    .mini-links{display:flex;gap:18px;align-items:center}

    .header{
      position:sticky;top:0;z-index:999;
      background:rgba(255,255,255,.93);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(232,237,244,.9);
    }
    .header-inner{height:78px;display:flex;align-items:center;gap:28px}
    .brand{display:flex;align-items:center;flex:0 0 auto}
    .brand img{width:176px;height:auto}
    .nav{display:flex;align-items:center;gap:21px;flex:1;justify-content:center}
    .nav a{font-size:14px;font-weight:600;color:#405069;position:relative;white-space:nowrap;padding-block:28px}
    .nav a::after{content:"";position:absolute;right:0;left:0;bottom:18px;height:3px;border-radius:6px;background:var(--blue);transform:scaleX(0);transition:.25s}
    .nav a:hover,.nav a.active{color:var(--navy)}
    .nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
    .header-actions{display:flex;gap:10px;align-items:center;flex:0 0 auto}
    .icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--navy);transition:.2s}
    .icon-btn:hover{border-color:#cbd6e6;background:var(--light)}
    .mobile-btn{display:none}

    .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:13px;padding:13px 21px;font-weight:700;font-size:14px;transition:.25s;border:1px solid transparent;cursor:pointer}
    .btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(37,99,255,.22)}
    .btn-primary:hover{background:var(--blue-2);transform:translateY(-1px)}
    .btn-secondary{background:#fff;color:var(--navy);border-color:var(--line)}
    .btn-secondary:hover{border-color:#b9c7db;background:#fafbfc}
    .btn-light{background:#fff;color:var(--blue)}

    /* hero */
    .hero{
      background:
        radial-gradient(circle at 14% 10%,rgba(0,194,184,.12),transparent 27%),
        radial-gradient(circle at 90% 18%,rgba(37,99,255,.14),transparent 31%),
        linear-gradient(180deg,#f9fbff 0%,#fff 100%);
      padding:76px 0 68px;
      position:relative;
    }
    .hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(11,29,58,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(11,29,58,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent 78%);pointer-events:none}
    .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;position:relative}
    .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid #dbe5f5;background:rgba(255,255,255,.86);border-radius:999px;font-size:13px;color:var(--navy);font-weight:700;margin-bottom:22px;box-shadow:var(--shadow-sm)}
    .eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 5px rgba(0,194,184,.12)}
    .hero h1{font-size:clamp(42px,5.4vw,72px);line-height:1.12;color:var(--navy);font-weight:800;letter-spacing:-1.6px;margin-bottom:20px}
    .hero h1 .blue{color:var(--blue)}
    .hero h1 .teal{position:relative;z-index:1}
    .hero h1 .teal::after{content:"";position:absolute;right:0;left:0;bottom:5px;height:12px;background:rgba(0,194,184,.22);border-radius:999px;z-index:-1}
    .hero-copy{font-size:19px;color:#56657c;max-width:630px;margin-bottom:28px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}
    .trust-row{display:flex;gap:24px;flex-wrap:wrap;padding-top:22px;border-top:1px solid #e7edf7}
    .trust-item{display:flex;align-items:center;gap:9px;color:#5f6f86;font-size:14px;font-weight:600}
    .trust-item i{width:28px;height:28px;border-radius:9px;background:var(--teal-soft);display:grid;place-items:center;color:#078f87;font-style:normal;font-size:14px}

    .hero-visual{position:relative;min-height:500px}
    .visual-shell{position:absolute;inset:22px 20px 32px 18px;background:linear-gradient(145deg,var(--navy),#173d79 78%);border-radius:38px;box-shadow:0 35px 85px rgba(11,29,58,.24);overflow:hidden;border:1px solid rgba(255,255,255,.08)}
    .visual-shell::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(37,99,255,.22);left:-90px;top:-110px;filter:blur(1px)}
    .visual-shell::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(0,194,184,.14);right:-100px;bottom:-90px}
    .visual-logo{position:absolute;right:34px;top:36px;width:88px;filter:drop-shadow(0 14px 22px rgba(0,0,0,.18));z-index:3}
    .dash{position:absolute;background:rgba(255,255,255,.97);border-radius:20px;box-shadow:0 22px 50px rgba(0,0,0,.16);z-index:4}
    .dash-main{width:72%;right:42px;top:142px;padding:20px}
    .dash-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
    .dash-title{font-size:14px;font-weight:800;color:var(--navy)}
    .dash-pill{font:600 11px 'Inter';color:#087f78;background:var(--teal-soft);padding:6px 9px;border-radius:999px}
    .chart{height:145px;border-radius:13px;background:linear-gradient(180deg,#f8fbff,#f1f5fa);position:relative;overflow:hidden;border:1px solid #edf1f6}
    .chart-grid{position:absolute;inset:0;background-image:linear-gradient(#e8edf4 1px,transparent 1px),linear-gradient(90deg,#e8edf4 1px,transparent 1px);background-size:100% 36px,58px 100%;opacity:.7}
    .chart svg{position:absolute;inset:14px;width:calc(100% - 28px);height:calc(100% - 28px)}
    .mini-stat{position:absolute;width:180px;left:4px;bottom:30px;padding:17px 18px}
    .mini-stat small{color:var(--muted);font-size:12px}.mini-stat strong{display:block;color:var(--navy);font:800 28px 'Inter';margin:4px 0}.mini-stat span{font-size:12px;color:#07958c;font-weight:700}
    .ai-badge{position:absolute;left:30px;top:86px;width:108px;height:108px;background:linear-gradient(135deg,var(--teal),#1ce1d5);border-radius:26px;display:grid;place-items:center;color:#052d3d;font:800 34px 'Inter';z-index:6;transform:rotate(-6deg);box-shadow:0 20px 34px rgba(0,194,184,.23);border:7px solid rgba(255,255,255,.82)}

    /* global sections */
    .section{padding:88px 0}
    .section-soft{background:#f8fafc}
    .section-dark{background:var(--navy);color:#fff}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:36px}
    .section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:800;margin-bottom:8px}
    .section-kicker::before{content:"";width:22px;height:3px;border-radius:3px;background:var(--teal)}
    .section-title{font-size:34px;line-height:1.35;color:var(--navy);font-weight:800}
    .section-desc{color:#68778d;max-width:650px;font-size:16px;margin-top:8px}
    .section-link{color:var(--blue);font-weight:700;font-size:14px;white-space:nowrap}

    /* start */
    .start-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .start-card{border:1px solid var(--line);border-radius:20px;padding:25px 22px;background:#fff;transition:.28s;position:relative;overflow:hidden}
    .start-card::before{content:"";position:absolute;right:-28px;top:-28px;width:92px;height:92px;border-radius:50%;background:var(--tone,#eef3ff)}
    .start-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d7e1ef}
    .start-icon{width:52px;height:52px;border-radius:15px;background:var(--tone,#eef3ff);display:grid;place-items:center;color:var(--tone-text,var(--blue));font-weight:800;font:800 18px 'Inter';position:relative;margin-bottom:18px}
    .start-card h3{font-size:19px;color:var(--navy);margin-bottom:7px}.start-card p{font-size:14px;color:#69798e;line-height:1.7}.start-arrow{display:inline-block;margin-top:14px;color:var(--blue);font-size:18px}

    /* cards */
    .articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
    .article-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.28s}
    .article-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
    .article-thumb{height:210px;position:relative;overflow:hidden;padding:24px;display:flex;align-items:flex-end}
    .article-thumb::after{content:"";position:absolute;width:160px;height:160px;border:32px solid rgba(255,255,255,.22);border-radius:50%;left:-25px;top:-25px}
    .thumb-seo{background:linear-gradient(135deg,#0d2a5e,#2563ff)}
    .thumb-ai{background:linear-gradient(135deg,#0b1d3a,#00a9a0)}
    .thumb-marketing{background:linear-gradient(135deg,#253551,#5b7cff)}
    .thumb-badge{position:relative;z-index:2;color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700;backdrop-filter:blur(8px)}
    .thumb-mark{position:absolute;left:24px;bottom:18px;font:800 52px 'Inter';color:rgba(255,255,255,.92);z-index:2}
    .article-body{padding:22px}
    .article-cat{font-size:12px;font-weight:800;color:var(--blue);margin-bottom:8px}
    .article-title{font-size:19px;line-height:1.55;color:var(--navy);font-weight:800;margin-bottom:10px}
    .article-excerpt{font-size:14px;color:#6f7e92;line-height:1.75;margin-bottom:17px}
    .article-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#8793a3;border-top:1px solid var(--line);padding-top:14px}
    .author-mini{display:flex;align-items:center;gap:7px}.author-dot{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--teal));display:grid;place-items:center;color:#fff;font-size:9px;font-weight:800}

    /* featured guides */
    .guides-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:22px}
    .guide-main{background:linear-gradient(135deg,var(--navy),#17386e);border-radius:28px;padding:38px;min-height:365px;color:#fff;position:relative;overflow:hidden}
    .guide-main::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(37,99,255,.24);left:-120px;bottom:-140px}
    .guide-main h3{font-size:34px;line-height:1.4;max-width:610px;margin:18px 0 14px}.guide-main p{color:rgba(255,255,255,.72);max-width:610px}
    .guide-label{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.1);padding:7px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:700}
    .guide-mark{position:absolute;left:36px;bottom:22px;width:125px;opacity:.95}
    .guide-side{display:grid;grid-template-rows:1fr 1fr;gap:20px}
    .guide-small{border:1px solid var(--line);border-radius:24px;padding:26px;background:#fff;position:relative;overflow:hidden;transition:.25s}.guide-small:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}
    .guide-small .tagline{color:var(--teal);font-weight:800;font-size:12px;margin-bottom:10px}.guide-small h3{color:var(--navy);font-size:21px;line-height:1.5;max-width:360px}.guide-small span.big{position:absolute;left:18px;bottom:5px;font:800 72px 'Inter';color:#eef2f8}

    /* category rail */
    .content-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:stretch}
    .feature-panel{background:linear-gradient(145deg,#eff5ff,#f7fbff);border:1px solid #e0e9f7;border-radius:26px;padding:30px;position:relative;overflow:hidden}
    .feature-panel .big-label{font:800 68px 'Inter';color:#d8e5ff;position:absolute;left:22px;top:12px}.feature-panel h3{font-size:29px;color:var(--navy);margin-top:52px;line-height:1.45}.feature-panel p{color:#68788e;margin:12px 0 22px}
    .post-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}
    .post-row{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:17px 2px;border-bottom:1px solid var(--line);transition:.2s}.post-row:hover{padding-inline:10px;background:#fbfcfe}
    .post-num{font:700 14px 'Inter';color:#a5b0bf}.post-row h4{color:var(--navy);font-size:16px;line-height:1.55}.post-row small{color:#8995a5;font-size:12px}.post-arrow{color:var(--blue);font-size:20px}

    /* ai bento */
    .ai-wrap{background:linear-gradient(135deg,#071a35,#0d315b);border-radius:32px;padding:38px;color:#fff;position:relative;overflow:hidden}
    .ai-wrap::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(0,194,184,.18),transparent 30%),radial-gradient(circle at 83% 76%,rgba(37,99,255,.2),transparent 33%)}
    .ai-head{position:relative;display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.ai-head h2{font-size:34px}.ai-head p{color:rgba(255,255,255,.68);max-width:580px}.ai-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:14px}.ai-card{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.11);border-radius:20px;padding:22px;min-height:190px;backdrop-filter:blur(8px);transition:.25s}.ai-card:hover{background:rgba(255,255,255,.11);transform:translateY(-3px)}.ai-card.featured{min-height:394px;grid-row:span 2}.ai-card .ai-icon{width:46px;height:46px;border-radius:14px;background:rgba(0,194,184,.16);display:grid;place-items:center;color:#6ff2ea;font:800 15px 'Inter';margin-bottom:18px}.ai-card h3{font-size:20px;line-height:1.5;margin-bottom:8px}.ai-card p{font-size:14px;color:rgba(255,255,255,.64);line-height:1.7}.ai-card.featured .ai-visual{margin-top:28px;height:155px;border-radius:17px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(135deg,rgba(37,99,255,.18),rgba(0,194,184,.1));display:grid;place-items:center;font:800 58px 'Inter';color:#fff}

    /* tools */
    .tools-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.tool-card{border:1px solid var(--line);border-radius:18px;padding:20px 16px;background:#fff;transition:.25s}.tool-card:hover{border-color:#cbd8e9;box-shadow:var(--shadow-sm);transform:translateY(-3px)}.tool-icon{width:48px;height:48px;border-radius:14px;background:var(--light);display:grid;place-items:center;font:800 15px 'Inter';color:var(--blue);margin-bottom:14px}.tool-card h3{font-size:16px;color:var(--navy);margin-bottom:5px}.tool-card p{font-size:12px;color:#7a8797;line-height:1.65}

    /* freelancing / resources */
    .double-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.topic-box{border-radius:28px;padding:32px;min-height:360px;position:relative;overflow:hidden}.freelance{background:#f3f7ff;border:1px solid #dfe8f7}.resources{background:#ecfbf9;border:1px solid #d3f3ef}.topic-box h2{font-size:30px;color:var(--navy);max-width:440px;line-height:1.45;margin:14px 0}.topic-box p{color:#68788e;max-width:480px}.topic-list{margin-top:24px;display:flex;flex-direction:column;gap:10px}.topic-list a{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:rgba(255,255,255,.7);border-radius:13px;font-size:14px;font-weight:700;color:#405069}.topic-list a span{color:var(--blue)}.resources .topic-list a span{color:#059e94}.topic-icon{position:absolute;left:28px;top:26px;width:72px;opacity:.16}

    /* popular */
    .popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.popular-card{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.popular-num{font:800 34px 'Inter';color:#d7dfeb;margin-bottom:10px}.popular-card h3{font-size:16px;line-height:1.6;color:var(--navy);margin-bottom:10px}.popular-card small{color:#8a95a5;font-size:12px}

    /* author */
    .author-section{padding:76px 0;background:linear-gradient(135deg,#f8fbff,#f7fffe)}
    .author-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:34px;align-items:center;border:1px solid #e1eaf5;background:#fff;border-radius:30px;padding:36px 42px;box-shadow:var(--shadow-sm)}
    .author-photo{width:160px;height:160px;border-radius:30px;background:linear-gradient(135deg,var(--navy),var(--blue));display:grid;place-items:center;color:#fff;font-size:46px;font-weight:800;position:relative;overflow:hidden}.author-photo::after{content:"SEO";position:absolute;bottom:10px;left:12px;font:800 25px 'Inter';color:rgba(255,255,255,.15)}.author-photo.has-image::after{display:none}.author-photo img{width:100%;height:100%;object-fit:cover;display:block}
    .author-copy .section-kicker{margin-bottom:4px}.author-copy h2{font-size:32px;color:var(--navy);margin-bottom:4px}.author-role{color:var(--blue);font-weight:800;margin-bottom:10px}.author-copy p{color:#66768c;max-width:820px;font-size:16px;line-height:1.9}.author-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.author-badges span{font-size:12px;font-weight:800;color:#41516a;background:#f4f7fb;border:1px solid #e2e9f3;border-radius:999px;padding:7px 11px}.author-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}



    /* personal about page */
    .about-sahar{padding:58px 0 82px;background:linear-gradient(180deg,#f6fbff 0,#fff 38%)}
    .about-hero-card{display:grid;grid-template-columns:220px minmax(0,1fr);gap:42px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:34px;padding:44px;box-shadow:var(--shadow-sm)}
    .about-photo{width:200px;height:220px;border-radius:32px;background:linear-gradient(145deg,var(--navy),var(--blue));overflow:hidden;display:grid;place-items:center;color:#fff;font-size:54px;font-weight:800;position:relative}.about-photo img{width:100%;height:100%;object-fit:cover}.about-photo::after{content:"SEO";position:absolute;left:16px;bottom:14px;font:800 28px 'Inter';color:rgba(255,255,255,.18)}.about-photo.has-image::after{display:none}
    .about-hero-copy h1{font-size:44px;color:var(--navy);line-height:1.3;margin:6px 0 8px}.about-role{font-size:18px;font-weight:800;color:var(--blue);margin-bottom:14px}.about-lead{font-size:18px;color:#617187;line-height:2;max-width:820px}.about-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
    .about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;margin-top:28px}.about-panel{border:1px solid var(--line);border-radius:26px;background:#fff;padding:30px}.about-panel h2{font-size:25px;color:var(--navy);margin-bottom:12px}.about-panel p{color:#65758a;line-height:1.95}.about-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.about-list li{background:#f7f9fc;border:1px solid #e6ecf4;border-radius:14px;padding:12px 14px;color:#43516a;font-weight:700;font-size:14px}.about-list li::before{content:"✓";color:var(--teal);font-weight:900;margin-left:8px}.about-tools{display:flex;flex-wrap:wrap;gap:9px;margin-top:17px}.about-tools span{padding:8px 12px;border-radius:999px;background:#eef4ff;color:#345cc5;font:700 12px 'Inter','Tajawal';border:1px solid #dae6ff}.about-method{margin-top:24px;background:linear-gradient(135deg,var(--navy),#163968);color:#fff;border-radius:28px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.about-method h2{font-size:28px;margin-bottom:8px}.about-method p{color:rgba(255,255,255,.72);max-width:760px}.method-steps{display:flex;gap:10px;flex-wrap:wrap}.method-steps span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);padding:10px 14px;border-radius:999px;font-weight:800}.about-editorial{margin-top:24px}.about-editorial .about-panel{background:#f8fbff}.about-extra{margin-top:24px}.about-extra .article-content{max-width:900px;margin:auto}.about-contact{margin-top:24px;border:1px solid #d9e4f2;background:linear-gradient(135deg,#f8fbff,#effcfb);border-radius:28px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:20px}.about-contact h2{color:var(--navy);font-size:26px}.about-contact p{color:#65758a;margin-top:5px}

    /* newsletter */
    .newsletter{padding:72px 0}.newsletter-box{background:linear-gradient(135deg,var(--navy),#17386f);border-radius:30px;padding:42px;color:#fff;display:grid;grid-template-columns:1fr .9fr;gap:40px;align-items:center;position:relative;overflow:hidden}.newsletter-box::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(0,194,184,.12);left:-80px;top:-90px}.newsletter h2{font-size:34px;margin-bottom:10px}.newsletter p{color:rgba(255,255,255,.7)}.newsletter-form{display:flex;background:#fff;padding:6px;border-radius:15px;position:relative;z-index:2}.newsletter-form input{flex:1;border:0;outline:0;padding:11px 14px;color:var(--navy);min-width:0}.newsletter-form button{border:0}

    /* partner strip */
    .partner-strip{padding:0 0 70px}.partner-box{border:1px dashed #cad6e7;border-radius:22px;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fbfcfe}.partner-box h3{color:var(--navy);font-size:19px}.partner-box p{color:#718096;font-size:14px}

    /* footer */
    .footer{background:#081830;color:#fff;padding:64px 0 20px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:44px;padding-bottom:38px}.footer-logo{width:190px;filter:brightness(0) invert(1);opacity:.98;margin-bottom:18px}.footer-about{color:rgba(255,255,255,.62);font-size:14px;max-width:360px}.footer h4{font-size:15px;margin-bottom:16px}.footer ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer a{color:rgba(255,255,255,.62);font-size:14px}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding-top:20px;display:flex;justify-content:space-between;gap:16px;color:rgba(255,255,255,.4);font-size:12px}

    /* mobile nav */
    .mobile-nav{display:none;position:fixed;inset:115px 16px auto 16px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:0 22px 70px rgba(11,29,58,.2);z-index:1000}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:12px 10px;border-bottom:1px solid var(--line);font-weight:700;color:#43516a}.mobile-nav a:last-child{border-bottom:0}

    @media(max-width:1100px){
      .nav{gap:13px}.nav a{font-size:12px}.brand img{width:155px}
      .start-grid{grid-template-columns:repeat(2,1fr)}
      .tools-grid{grid-template-columns:repeat(3,1fr)}
      .popular-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:900px){
      .topbar{display:none}.header-inner{height:72px}.nav{display:none}.mobile-btn{display:grid}.brand{margin-left:auto}.header-actions .search-btn{display:grid}
      .hero{padding-top:54px}.hero-grid,.guides-grid,.content-split,.double-grid,.newsletter-box{grid-template-columns:1fr}.hero-grid{gap:38px}.hero-content{text-align:center}.hero-copy{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{min-height:470px}
      .articles-grid{grid-template-columns:repeat(2,1fr)}
      .ai-grid{grid-template-columns:1fr 1fr}.ai-card.featured{grid-row:auto;grid-column:1/-1;min-height:330px}
      .author-card{grid-template-columns:150px 1fr;padding:30px}.author-photo{width:136px;height:136px}
      .about-hero-card,.about-grid{grid-template-columns:1fr}.about-photo{margin-inline:auto}.about-method{grid-template-columns:1fr}.about-contact{align-items:flex-start}
      .footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
    }
    @media(max-width:650px){
      .container{width:min(100% - 26px,var(--container))}
      .brand img{width:145px}.icon-btn{width:39px;height:39px}.header-actions{gap:6px}
      .hero{padding:42px 0 52px}.hero h1{font-size:42px}.hero-copy{font-size:17px}.hero-visual{min-height:385px}.visual-shell{inset:12px 0 18px}.dash-main{width:79%;right:18px;top:124px}.visual-logo{right:22px;top:24px;width:65px}.ai-badge{left:18px;top:78px;width:84px;height:84px;font-size:26px}.mini-stat{width:150px;left:8px;bottom:15px}
      .section{padding:66px 0}.section-head{align-items:start;flex-direction:column}.section-title{font-size:29px}.start-grid,.articles-grid,.tools-grid,.popular-grid{grid-template-columns:1fr}.start-card{padding:22px}.article-thumb{height:185px}
      .guide-main{padding:28px;min-height:330px}.guide-main h3{font-size:28px}.guide-mark{width:90px;opacity:.65}
      .ai-wrap{padding:25px 18px}.ai-head{flex-direction:column;align-items:start}.ai-head h2{font-size:28px}.ai-grid{grid-template-columns:1fr}.ai-card.featured{grid-column:auto;min-height:auto}.ai-card.featured .ai-visual{height:120px}
      .topic-box{padding:26px 20px}.topic-icon{width:56px}.topic-box h2{font-size:26px}
      .author-card{grid-template-columns:1fr;text-align:center;padding:26px 18px}.author-photo{margin-inline:auto;width:122px;height:122px}.author-links,.author-badges{justify-content:center}
      .about-sahar{padding:38px 0 58px}.about-hero-card{padding:24px 18px;border-radius:24px;text-align:center}.about-photo{width:132px;height:145px;border-radius:24px}.about-hero-copy h1{font-size:32px}.about-lead{font-size:16px}.about-actions{justify-content:center}.about-grid{gap:16px}.about-panel{padding:22px 18px;border-radius:21px}.about-list{grid-template-columns:1fr}.about-method{padding:25px 20px;border-radius:22px}.about-method h2{font-size:24px}.method-steps{justify-content:center}.about-contact{flex-direction:column;padding:24px 20px}.about-contact .about-actions{justify-content:flex-start}
      .newsletter-box{padding:28px 20px}.newsletter h2{font-size:28px}.newsletter-form{flex-direction:column;background:transparent;padding:0;gap:10px}.newsletter-form input{background:#fff;border-radius:13px;padding:14px}.newsletter-form .btn{width:100%}
      .partner-box{flex-direction:column;align-items:start}
      .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}
    }
  

/* ===== WordPress + responsive hardening ===== */
html,body{max-width:100%;overflow-x:clip}
.site-main,.hero,.section,.author-section,.newsletter,.partner-strip,.footer{max-width:100%;overflow:hidden}
.hero-grid>*,.section-head>*,.content-split>*,.double-grid>*,.guides-grid>*,.author-card>*,.newsletter-box>*{min-width:0}
.brand img{object-fit:contain}
.hero-title-line{display:inline}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wp-caption,img{max-width:100%;height:auto}
.alignwide{width:min(1080px,100%);margin-inline:auto}.alignfull{width:100%}

/* WP menus */
.nav .menu{display:flex;align-items:center;gap:21px;list-style:none;margin:0;padding:0}.nav .menu-item a{display:block}
.mobile-nav .menu{list-style:none;margin:0;padding:0}.mobile-nav .sub-menu{list-style:none;padding-inline-start:14px}

/* archive / article */
.page-hero{background:linear-gradient(180deg,#f6f9ff,#fff);padding:58px 0 48px;border-bottom:1px solid var(--line)}
.breadcrumbs{display:flex;gap:7px;align-items:center;flex-wrap:wrap;color:#8490a1;font-size:13px;margin-bottom:16px}.breadcrumbs a{color:#64748b}.breadcrumbs .sep{opacity:.55}
.page-hero h1{font-size:clamp(34px,4.7vw,54px);color:var(--navy);line-height:1.25;margin-bottom:12px}.page-hero p{color:#65758a;max-width:760px;font-size:17px}
.archive-featured{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff;margin-bottom:34px}.archive-featured-media{min-height:330px;background:linear-gradient(135deg,#0f274e,#2563ff);position:relative;overflow:hidden}.archive-featured-media img{width:100%;height:100%;object-fit:cover}.archive-featured-media .fallback-mark{position:absolute;inset:0;display:grid;place-items:center;font:800 84px 'Inter';color:rgba(255,255,255,.82)}.archive-featured-body{padding:36px 32px;align-self:center}.archive-featured-body h2{font-size:30px;line-height:1.5;color:var(--navy);margin:10px 0}.archive-featured-body p{color:#68788d}.archive-meta{display:flex;gap:14px;flex-wrap:wrap;color:#8b96a5;font-size:12px;margin-top:18px}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:38px;flex-wrap:wrap}.pagination .page-numbers{min-width:42px;height:42px;padding:0 12px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;color:#526177;background:#fff}.pagination .current,.pagination a:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.empty-state{padding:48px 24px;border:1px dashed #cbd6e7;border-radius:22px;text-align:center;background:#fbfcfe}.empty-state h2{color:var(--navy);margin-bottom:8px}.empty-state p{color:#738196}

.article-hero{padding:48px 0 34px;background:linear-gradient(180deg,#f8fbff,#fff)}.article-shell{max-width:980px;margin-inline:auto}.article-kicker{display:flex;align-items:center;gap:9px;color:var(--blue);font-weight:800;font-size:13px;margin-bottom:14px}.article-hero h1{font-size:clamp(36px,5vw,62px);line-height:1.28;color:var(--navy);letter-spacing:-.8px;margin-bottom:18px}.article-deck{font-size:18px;color:#617086;max-width:820px;margin-bottom:20px}.article-byline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#7d8999;font-size:13px}.byline-avatar{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--navy),var(--blue));display:grid;place-items:center;color:#fff;font-weight:800}.byline-name{font-weight:800;color:var(--navy)}
.article-featured{max-width:1080px;margin:0 auto 36px;padding:0 20px}.article-featured img{width:100%;max-height:580px;object-fit:cover;border-radius:26px;border:1px solid var(--line)}.article-featured-fallback{height:420px;border-radius:26px;background:linear-gradient(135deg,var(--navy),#17478d);display:grid;place-items:center;color:#fff;font:800 58px 'Inter'}
.article-layout{display:grid;grid-template-columns:minmax(0,790px) 300px;gap:36px;align-items:start;justify-content:center;padding-bottom:72px}.article-content{font-size:18px;line-height:2;color:#334155}.article-content>*+*{margin-top:1.25em}.article-content h2,.article-content h3,.article-content h4{color:var(--navy);line-height:1.5;scroll-margin-top:110px}.article-content h2{font-size:30px;margin-top:2em}.article-content h3{font-size:23px;margin-top:1.65em}.article-content a{color:var(--blue);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-content ul,.article-content ol{padding-inline-start:1.25em}.article-content blockquote{border-inline-start:4px solid var(--teal);padding:18px 20px;background:#f5fbfa;border-radius:14px;color:#405267}.article-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto;white-space:nowrap}.article-content th,.article-content td{padding:12px 14px;border:1px solid var(--line);text-align:start}.article-content img{border-radius:18px;margin-inline:auto}.article-content pre{direction:ltr;text-align:left;overflow:auto;background:#0b1d3a;color:#dfe9ff;border-radius:16px;padding:18px;font-size:14px;line-height:1.7}
.article-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:18px}.sidebar-box{border:1px solid var(--line);border-radius:20px;background:#fff;padding:20px}.sidebar-box h3{font-size:16px;color:var(--navy);margin-bottom:13px}.toc-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.toc-list li{font-size:13px;line-height:1.55}.toc-list li.level-3{padding-inline-start:12px}.toc-list a{color:#617086}.toc-list a:hover{color:var(--blue)}.sidebar-search{display:flex;gap:7px}.sidebar-search input{min-width:0;flex:1;border:1px solid var(--line);border-radius:11px;padding:10px 11px;outline:none}.sidebar-search button{width:42px;border:0;border-radius:11px;background:var(--navy);color:#fff}.sidebar-list{list-style:none;display:flex;flex-direction:column;gap:10px}.sidebar-list a{font-size:13px;font-weight:700;line-height:1.55;color:#526177}.sidebar-list a:hover{color:var(--blue)}
.ad-widget:empty{display:none}.ad-widget{border:1px dashed #d5deea;border-radius:16px;padding:12px;background:#fbfcfe}.article-inline-widget{margin:26px 0}.after-article-widget{max-width:790px;margin:0 auto 32px}
.author-bio{max-width:790px;margin:0 auto 32px;border:1px solid var(--line);border-radius:24px;padding:26px;display:grid;grid-template-columns:88px 1fr;gap:20px;background:#fff}.author-bio-avatar{width:88px;height:88px;border-radius:22px;background:linear-gradient(135deg,var(--navy),var(--blue));display:grid;place-items:center;color:#fff;font-size:26px;font-weight:800}.author-bio h3{color:var(--navy);font-size:21px}.author-bio .role{color:var(--blue);font-weight:800;font-size:13px}.author-bio p{color:#65758a;font-size:14px;line-height:1.8;margin-top:8px}
.related-wrap{padding:64px 0;background:#f8fafc}.related-wrap .articles-grid{margin-top:28px}
.comments-area{max-width:790px;margin:40px auto 72px}.comments-title{color:var(--navy);font-size:24px;margin-bottom:20px}.comment-list{list-style:none}.comment-body{border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:14px}.comment-meta{font-size:12px;color:#8290a2}.comment-content{margin-top:8px}.comment-respond{margin-top:26px}.comment-form p{margin-bottom:14px}.comment-form input,.comment-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px}.comment-form .submit{width:auto;background:var(--blue);color:#fff;border:0;font-weight:800;cursor:pointer}
.search-page .searchform{max-width:700px;display:flex;gap:10px;margin:24px 0}.search-page .searchform input{flex:1;min-width:0;padding:14px;border:1px solid var(--line);border-radius:13px}.search-page .searchform button{border:0}
.page-content-wrap{max-width:900px;margin-inline:auto;padding:64px 20px}.page-content-wrap .entry-content{font-size:17px;line-height:2}.page-content-wrap .entry-content h2{color:var(--navy);margin:1.6em 0 .5em}
.error-404{text-align:center;padding:90px 20px}.error-icon{width:124px;margin:0 auto 26px}.error-code{font:800 76px 'Inter';color:#d9e3f2}.error-404 h1{font-size:34px;color:var(--navy);margin:4px 0 10px}.error-404 p{color:#6d7b8f;margin-bottom:24px}

@media(max-width:980px){
  .article-layout{grid-template-columns:minmax(0,1fr);max-width:790px;margin-inline:auto}.article-sidebar{position:static}.toc-box{order:-1}.archive-featured{grid-template-columns:1fr}.archive-featured-media{min-height:280px}
}
@media(max-width:650px){
  body{font-size:16px}
  .container{width:calc(100% - 24px);max-width:100%}
  .header-inner{height:66px;gap:8px;justify-content:space-between}
  .brand{margin:0;max-width:calc(100% - 94px);min-width:0}.brand img{width:122px;max-width:100%;height:auto}
  .header-actions{gap:6px;margin-inline-start:auto}.icon-btn{width:38px;height:38px;border-radius:11px}.mobile-nav{inset:76px 12px auto 12px;max-height:calc(100dvh - 88px);overflow:auto}
  .hero{padding:34px 0 44px}.hero-grid{display:block}.hero-content{max-width:100%;text-align:center}.eyebrow{max-width:100%;white-space:normal;justify-content:center;font-size:12px;margin-bottom:18px}
  .hero h1{font-size:40px;line-height:1.16;letter-spacing:-.4px;margin-bottom:18px;max-width:100%}.hero-title-line{display:inline}.hero-copy{font-size:16px;line-height:1.95;max-width:100%;padding:0 2px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-actions .btn{width:100%}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding-top:18px}.trust-item{justify-content:center;font-size:11px;gap:5px}.trust-item i{width:23px;height:23px;border-radius:7px}
  .hero-visual{min-height:300px;margin-top:30px}.visual-shell{inset:6px 0 12px;border-radius:25px}.visual-logo{width:52px;right:16px;top:17px}.dash-main{width:82%;right:15px;top:88px;padding:12px;border-radius:15px}.dash-top{margin-bottom:9px}.dash-title{font-size:11px}.dash-pill{font-size:9px;padding:4px 6px}.chart{height:92px}.ai-badge{left:13px;top:52px;width:65px;height:65px;border-width:4px;border-radius:18px;font-size:20px}.mini-stat{width:126px;left:6px;bottom:7px;padding:10px 12px;border-radius:14px}.mini-stat strong{font-size:21px}.mini-stat small,.mini-stat span{font-size:9px}
  .section{padding:54px 0}.section-head{gap:9px;margin-bottom:26px}.section-title{font-size:27px;line-height:1.45}.section-desc{font-size:14px;line-height:1.8}.section-link{font-size:13px}
  .start-grid,.articles-grid,.tools-grid,.popular-grid{grid-template-columns:1fr}.start-card,.article-card,.tool-card,.popular-card{min-width:0}.article-thumb{height:180px}
  .guide-main{padding:25px 20px;min-height:310px}.guide-main h3{font-size:25px}.guide-main p{font-size:14px}.guide-side{gap:12px}.guide-small{padding:22px 18px}.guide-small h3{font-size:19px}
  .feature-panel{padding:24px 18px}.feature-panel .big-label{font-size:54px}.feature-panel h3{font-size:25px;margin-top:44px}.post-row{grid-template-columns:28px minmax(0,1fr) 20px;gap:8px}.post-row h4{font-size:14px;overflow-wrap:anywhere}
  .ai-wrap{border-radius:24px}.ai-card{min-width:0}.ai-card h3{font-size:18px}.ai-card.featured .ai-visual{font-size:34px}
  .double-grid{gap:14px}.topic-box{min-height:auto}.topic-box h2{font-size:24px}.topic-icon{left:18px;top:18px}
  .author-section{padding:54px 0}.author-card{border-radius:24px}.author-copy h2{font-size:28px}.author-photo{width:128px;height:128px;border-radius:26px}
  .newsletter{padding:54px 0}.newsletter-box{border-radius:24px}.partner-strip{padding-bottom:54px}.partner-box{align-items:stretch}.partner-box .btn{width:100%}
  .footer{padding-top:48px}.footer-grid{gap:26px}.footer-logo{width:150px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}
  .page-hero{padding:38px 0 32px}.page-hero h1{font-size:34px}.page-hero p{font-size:15px}.archive-featured{border-radius:22px}.archive-featured-media{min-height:210px}.archive-featured-body{padding:24px 18px}.archive-featured-body h2{font-size:24px}
  .article-hero{padding:34px 0 24px}.article-hero h1{font-size:34px;letter-spacing:0}.article-deck{font-size:16px}.article-byline{align-items:flex-start}.article-featured{padding:0 12px;margin-bottom:26px}.article-featured img,.article-featured-fallback{border-radius:20px}.article-featured-fallback{height:240px;font-size:36px}.article-layout{padding:0 12px 54px;gap:24px}.article-content{font-size:17px;line-height:1.95;min-width:0}.article-content h2{font-size:26px}.article-content h3{font-size:21px}.sidebar-box{border-radius:17px;padding:17px}.author-bio{margin-inline:12px;grid-template-columns:64px 1fr;padding:19px;gap:14px}.author-bio-avatar{width:64px;height:64px;border-radius:17px}.author-bio h3{font-size:18px}.related-wrap{padding:48px 0}.comments-area{padding-inline:12px}
}
@media(max-width:420px){
  .brand img{width:112px}.search-btn{display:none!important}.brand{max-width:calc(100% - 48px)}
  .hero h1{font-size:38px}.hero-title-line{display:block}.hero h1 .teal::after{height:8px;bottom:3px}.trust-row{grid-template-columns:1fr;justify-items:center}.trust-item{font-size:12px}
  .hero-visual{min-height:280px}.dash-main{width:86%;right:11px}.ai-badge{left:9px}
  .section-title{font-size:25px}.footer-grid{grid-template-columns:1fr}
  .article-hero h1{font-size:31px}
}

.search-overlay{position:fixed;inset:0;background:rgba(5,19,39,.62);backdrop-filter:blur(8px);z-index:2000;display:grid;place-items:start center;padding:14vh 16px 20px}.search-overlay[hidden]{display:none}.search-modal{width:min(620px,100%);background:#fff;border-radius:24px;padding:28px;position:relative;box-shadow:0 40px 120px rgba(0,0,0,.28)}.search-modal h2{color:var(--navy);font-size:24px;margin-bottom:18px}.search-close{position:absolute;left:16px;top:14px;width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:#fff;font-size:24px;color:var(--navy)}.search-modal .searchform{display:flex;gap:8px}.search-modal .searchform input{flex:1;min-width:0;border:1px solid var(--line);border-radius:12px;padding:13px}.search-modal .searchform button{width:48px;border:0;border-radius:12px;background:var(--blue);color:#fff}.search-open{overflow:hidden}.article-thumb.has-image{padding:0}.article-thumb.has-image img{width:100%;height:100%;object-fit:cover}.article-thumb.has-image .thumb-badge{position:absolute;right:16px;top:16px}.widget{margin:0}.sidebar-box .searchform{display:flex}.sidebar-box .searchform input{flex:1;min-width:0}.sidebar-box .searchform button{width:42px}.footer .menu{list-style:none}


/* ===== v1.2 informational pages + contact ===== */
.footer-contact-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.footer-contact-links a{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.04);font-size:12px}.footer-contact-links a:hover{background:rgba(255,255,255,.09)}
.info-page{background:#fff}.info-hero{padding:66px 0 60px;background:radial-gradient(circle at 10% 8%,rgba(0,194,184,.10),transparent 30%),radial-gradient(circle at 88% 8%,rgba(37,99,255,.12),transparent 30%),linear-gradient(180deg,#f8fbff,#fff);border-bottom:1px solid var(--line)}.info-hero.compact{text-align:center}.info-hero.compact p{margin-inline:auto}.info-hero.advertise{background:radial-gradient(circle at 12% 12%,rgba(0,194,184,.12),transparent 31%),linear-gradient(180deg,#f7faff,#fff)}.info-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) .75fr;gap:54px;align-items:center}.info-hero h1{font-size:clamp(38px,5vw,60px);line-height:1.25;color:var(--navy);max-width:880px;margin:8px 0 18px}.info-hero p{font-size:18px;color:#5f6f86;max-width:850px;line-height:2}.info-brand-mark{min-height:300px;border:1px solid #dbe5f3;border-radius:32px;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px}.info-brand-mark img{width:122px;margin-bottom:18px}.info-brand-mark strong{font-size:25px;color:var(--navy)}.info-brand-mark span{font-size:14px;color:var(--muted);margin-top:6px}.info-brand-mark.dark{background:linear-gradient(145deg,var(--navy),#174075);border-color:rgba(255,255,255,.09)}.info-brand-mark.dark strong{color:#fff}.info-brand-mark.dark span{color:rgba(255,255,255,.67)}
.info-cards{display:grid;gap:20px}.info-cards.three{grid-template-columns:repeat(3,1fr)}.info-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:28px;box-shadow:var(--shadow-sm)}.info-card .info-num{font:800 14px 'Inter';color:var(--blue);background:#eef4ff;padding:7px 9px;border-radius:9px;display:inline-block;margin-bottom:16px}.info-card h2{font-size:23px;color:var(--navy);margin-bottom:9px}.info-card p{color:#68778b;line-height:1.9}.content-principles{display:grid;grid-template-columns:1fr .9fr;gap:52px;align-items:center}.section-desc.left{margin:0;max-width:760px}.check-list{list-style:none;display:grid;gap:12px}.check-list li{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 48px 14px 16px;color:#516077;font-weight:600}.check-list li::before{content:'✓';position:absolute;right:15px;top:12px;width:24px;height:24px;border-radius:8px;background:var(--teal-soft);color:#078f87;display:grid;place-items:center;font-weight:900}.founder-strip{display:grid;grid-template-columns:150px 1fr;gap:30px;align-items:center;border:1px solid var(--line);border-radius:28px;padding:28px;background:linear-gradient(135deg,#fff,#f8fbff)}.founder-photo{width:145px;height:160px;border-radius:24px;background:linear-gradient(145deg,var(--navy),var(--blue));overflow:hidden;display:grid;place-items:center;color:#fff;font-size:40px;font-weight:800}.founder-photo img{width:100%;height:100%;object-fit:cover}.founder-strip h2{font-size:28px;color:var(--navy);margin:4px 0 8px}.founder-strip p{color:#65758a;max-width:850px}
.contact-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contact-method{border:1px solid var(--line);border-radius:24px;padding:26px;background:#fff;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:start;transition:.25s}.contact-method:hover{transform:translateY(-3px);border-color:#c9d7ee;box-shadow:var(--shadow)}.contact-icon{width:48px;height:48px;border-radius:15px;background:#eef4ff;color:var(--blue);display:grid;place-items:center;font-weight:800;font:800 18px 'Inter','Tajawal'}.contact-method small{display:block;color:var(--muted);margin-bottom:2px}.contact-method strong{display:block;color:var(--navy);font-size:17px;overflow-wrap:anywhere}.contact-method p{color:#718095;font-size:14px;margin-top:8px}.contact-method>b{color:var(--blue);font-size:22px}.contact-guide{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.contact-guide>div:first-child p{color:#65758a;max-width:760px}.contact-note{border:1px solid #dce8f5;background:#fff;border-radius:22px;padding:24px}.contact-note strong{color:var(--navy);font-size:20px}.contact-note p{color:#66768b;margin:6px 0 16px}
.collab-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.collab-card{border:1px solid var(--line);border-radius:24px;background:#fff;padding:28px}.collab-card>span{font:800 13px 'Inter';color:var(--teal);display:inline-block;margin-bottom:12px}.collab-card h3{font-size:22px;color:var(--navy);margin-bottom:8px}.collab-card p{color:#68778b}.request-box{border-radius:28px;background:linear-gradient(135deg,var(--navy),#163e75);color:#fff;padding:34px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.request-box h2{font-size:28px;margin:5px 0 7px}.request-box p{color:rgba(255,255,255,.72);max-width:760px}.request-box .section-kicker{color:#70efe8}.request-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.request-actions .btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}.request-actions .btn-secondary:hover{background:rgba(255,255,255,.14)}

@media (max-width:900px){.info-hero-grid,.content-principles,.contact-guide{grid-template-columns:1fr}.info-brand-mark{min-height:240px}.info-cards.three,.contact-methods{grid-template-columns:1fr}.collab-grid{grid-template-columns:1fr 1fr}.request-box{grid-template-columns:1fr}.request-actions{justify-content:flex-start}.founder-strip{grid-template-columns:130px 1fr}.founder-photo{width:125px;height:138px}}
@media (max-width:620px){.info-hero{padding:42px 0 38px}.info-hero h1{font-size:35px}.info-hero p{font-size:16px}.info-brand-mark{min-height:210px;border-radius:24px}.info-brand-mark img{width:92px}.info-cards.three,.collab-grid,.contact-methods{grid-template-columns:1fr}.info-card,.collab-card,.contact-method{padding:21px 18px;border-radius:20px}.founder-strip{grid-template-columns:1fr;text-align:center;padding:22px 18px}.founder-photo{margin-inline:auto}.founder-strip .about-actions{justify-content:center}.content-principles{gap:24px}.request-box{padding:26px 20px;border-radius:22px}.request-actions{flex-direction:column}.request-actions .btn{width:100%}.footer-contact-links{flex-direction:column;align-items:flex-start}}

/* ===== Efhmsa7 Pro 2.0 — SEO services direction ===== */
.header-cta,.mobile-cta{background:var(--blue);color:#fff!important;border-radius:12px;padding:10px 15px;font-weight:800;font-size:13px;white-space:nowrap;box-shadow:0 7px 18px rgba(37,99,255,.18)}
.header-cta:hover,.mobile-cta:hover{background:var(--blue-2);color:#fff!important}.mobile-cta{margin-top:10px;text-align:center;border-bottom:0!important}
.agency-home{background:#fff}.agency-hero{padding:76px 0 66px;background:linear-gradient(180deg,#f6f9ff 0,#fff 100%);position:relative;overflow:hidden}.agency-hero::before{content:"";position:absolute;width:470px;height:470px;border-radius:50%;background:rgba(0,194,184,.07);left:-220px;top:-180px}.agency-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center;position:relative}.agency-hero-copy h1{font-size:56px;line-height:1.22;color:var(--navy);letter-spacing:-1.4px;margin:13px 0 20px}.agency-hero-copy h1 span{color:var(--blue)}.agency-hero-copy>p{font-size:19px;line-height:2;color:#65758a;max-width:690px}.agency-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}.agency-trust span{font-size:12px;font-weight:800;color:#496079;background:#fff;border:1px solid #dfe7f2;border-radius:999px;padding:8px 12px}.agency-hero-panel{min-height:480px;background:linear-gradient(145deg,var(--navy),#173969);border-radius:36px;padding:32px;position:relative;box-shadow:0 34px 80px rgba(11,29,58,.17);overflow:hidden}.agency-hero-panel::after{content:"SEO";position:absolute;left:-10px;bottom:-35px;font:900 140px 'Inter';color:rgba(255,255,255,.035)}.hero-metric{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:17px 19px;color:#fff;display:flex;flex-direction:column;gap:3px;position:relative;z-index:2}.hero-metric small{color:#7ee7df;font-weight:800}.hero-metric strong{font:800 21px 'Inter','Tajawal';margin:2px 0}.hero-metric span{color:rgba(255,255,255,.62);font-size:12px}.hero-chart{background:#fff;border-radius:24px;padding:22px;margin-top:18px;position:relative;z-index:2;box-shadow:0 18px 36px rgba(0,0,0,.12)}.hero-chart-head{display:flex;justify-content:space-between;color:var(--navy);font-size:13px}.hero-chart-head em{font-style:normal;color:#059e94;font-weight:800}.hero-chart svg{width:100%;height:180px;margin-top:8px}.hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px;position:relative;z-index:2}.hero-tags span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);color:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800}
.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{padding:22px 20px;border-left:1px solid var(--line)}.proof-grid>div:last-child{border-left:0}.proof-grid strong{display:block;color:var(--navy);font-size:15px}.proof-grid span{display:block;color:#7b8794;font-size:12px;margin-top:3px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{border:1px solid var(--line);border-radius:23px;padding:26px;background:#fff;transition:.2s ease;min-height:220px;display:block}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#d5e1f6}.service-card>span{font:800 12px 'Inter';color:var(--blue);background:#eef4ff;padding:7px 9px;border-radius:9px;display:inline-block;margin-bottom:21px}.service-card h3{font-size:21px;color:var(--navy);margin-bottom:10px}.service-card p{color:#6f7f93;line-height:1.85;font-size:14px}
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.case-grid-large{grid-template-columns:repeat(3,1fr)}.case-card{display:block;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.2s ease}.case-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.case-media{height:220px;background:#eaf0f9;overflow:hidden}.case-media img{width:100%;height:100%;object-fit:cover}.case-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),#22509a);color:rgba(255,255,255,.75);font:800 17px 'Inter'}.case-body{padding:23px}.case-body small{color:var(--blue);font-weight:800}.case-body h2,.case-body h3{color:var(--navy);font-size:21px;margin:8px 0 9px}.case-body p{color:#6d7e91;line-height:1.75;font-size:14px}.case-body>span{display:block;color:#76879a;border-top:1px solid var(--line);padding-top:13px;margin-top:15px;font-size:11px;line-height:1.6}.admin-empty,.portfolio-empty{grid-column:1/-1;border:1px dashed #b7c8e0;border-radius:22px;padding:28px;background:#fbfdff;color:#66768c}.admin-empty strong,.portfolio-empty h2{color:var(--navy);display:block;margin-bottom:7px}.portfolio-empty{text-align:center;padding:54px 30px}.portfolio-empty p{max-width:700px;margin:0 auto 20px;line-height:1.9}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.process-grid>div{background:var(--navy);border-radius:22px;padding:25px;color:#fff;min-height:190px}.process-grid b{font:800 12px 'Inter';color:#6ee9e2}.process-grid h3{font:800 21px 'Inter','Tajawal';margin:15px 0 9px}.process-grid p{color:rgba(255,255,255,.68);font-size:13px;line-height:1.8}
.blog-categories{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:28px}.blog-categories>span{color:#697a90;font-size:12px;font-weight:800}.blog-categories li{list-style:none}.blog-categories a{display:inline-block;border:1px solid #dce5ef;border-radius:999px;padding:7px 11px;background:#fff;color:#53657a;font-size:12px;font-weight:700}.blog-categories a:hover{border-color:#b7caf3;color:var(--blue)}.hero-categories{margin-top:24px}.agency-founder{background:#fff}
.agency-cta{padding:0 0 78px}.agency-cta-box{background:linear-gradient(135deg,var(--navy),#163d78);border-radius:30px;padding:39px 42px;display:flex;justify-content:space-between;align-items:center;gap:30px;color:#fff}.agency-cta-box .section-kicker{color:#75eee7}.agency-cta-box h2{font-size:30px;max-width:780px;margin:4px 0 8px}.agency-cta-box p{color:rgba(255,255,255,.68);max-width:720px}
.services-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.service-detail{border:1px solid var(--line);border-radius:24px;padding:30px;scroll-margin-top:120px}.service-detail>span{color:var(--blue);font:800 12px 'Inter';background:#eef4ff;padding:7px 9px;border-radius:8px}.service-detail h2{color:var(--navy);font-size:25px;margin:17px 0 8px}.service-detail p{color:#697a8f;line-height:1.9}.service-detail ul{margin-top:16px;display:grid;gap:8px;list-style:none}.service-detail li{color:#4f6177;font-size:13px;background:#f8fafc;border-radius:10px;padding:9px 11px}.service-detail li::before{content:"✓";color:var(--teal);font-weight:900;margin-left:8px}
.seo-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.seo-topic-grid>div{padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff}.seo-topic-grid b{font:800 12px 'Inter';color:var(--blue)}.seo-topic-grid h2{font-size:21px;color:var(--navy);margin:10px 0 7px}.seo-topic-grid p{color:#718096;font-size:13px;line-height:1.8}
.byline-avatar-img{width:42px!important;height:42px!important;border-radius:50%;object-fit:cover}.byline-role{font-size:11px;color:#6b7e95;font-weight:700;margin-inline-start:5px}.modern-author-bio{display:grid!important;grid-template-columns:96px 1fr!important;gap:20px!important;align-items:start}.author-bio-photo{width:96px!important;height:96px!important;border-radius:24px!important;object-fit:cover}.author-bio-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.modern-author-bio .role{margin:0!important;background:#eef4ff;border-radius:999px;padding:5px 9px;font-size:11px}.author-more{display:inline-block;margin-top:9px;color:var(--blue);font-weight:800;font-size:13px}.author-page-head{display:grid;grid-template-columns:120px 1fr;gap:26px;align-items:center}.author-page-photo{width:120px!important;height:120px!important;border-radius:28px!important;object-fit:cover}.author-page-role{color:var(--blue);font-weight:800;margin:-4px 0 9px}.case-services-line{display:inline-block;margin-top:14px;border:1px solid #dfe7f2;border-radius:999px;padding:8px 12px;background:#fff;color:#607187;font-size:12px;font-weight:700}.case-study-featured{margin-top:34px}.case-study-featured img{width:100%;height:auto;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-sm)}.case-content{max-width:900px;margin:auto}

@media(max-width:1000px){.header-cta{display:none}.agency-hero-grid{grid-template-columns:1fr}.agency-hero-copy{text-align:center}.agency-hero-copy>p{margin-inline:auto}.agency-hero-copy .hero-actions,.agency-trust{justify-content:center}.agency-hero-panel{max-width:720px;width:100%;margin-inline:auto;min-height:430px}.service-grid,.case-grid,.case-grid-large,.seo-topic-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid>div:nth-child(2){border-left:0}.proof-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:650px){.agency-hero{padding:46px 0}.agency-hero-copy h1{font-size:38px;letter-spacing:-.5px}.agency-hero-copy>p{font-size:16px}.agency-hero-panel{min-height:355px;padding:18px;border-radius:26px}.hero-chart{padding:15px}.hero-chart svg{height:130px}.proof-grid,.service-grid,.case-grid,.case-grid-large,.process-grid,.services-detail-grid,.seo-topic-grid{grid-template-columns:1fr}.proof-grid>div{border-left:0!important;border-bottom:1px solid var(--line)}.proof-grid>div:last-child{border-bottom:0}.agency-cta-box{padding:27px 21px;flex-direction:column;align-items:flex-start}.agency-cta-box h2{font-size:25px}.author-page-head{grid-template-columns:1fr;text-align:center}.author-page-photo{margin-inline:auto}.modern-author-bio{grid-template-columns:1fr!important;text-align:center}.author-bio-photo{margin-inline:auto}.author-bio-top{justify-content:center}}

/* ===== v2.2 navigation, blog taxonomy and case studies ===== */
.efh-main-menu{display:flex;align-items:center;gap:21px;list-style:none;margin:0;padding:0}
.efh-main-menu>li{position:relative;list-style:none}
.efh-main-menu>li>a{display:flex;align-items:center;gap:5px;font-size:14px;font-weight:700;color:#405069;white-space:nowrap;padding:28px 0;position:relative}
.efh-main-menu>li>a::after{content:"";position:absolute;right:0;left:0;bottom:18px;height:3px;border-radius:6px;background:var(--blue);transform:scaleX(0);transition:.25s}
.efh-main-menu>li:hover>a,.efh-main-menu>li>a:hover{color:var(--navy)}
.efh-main-menu>li:hover>a::after,.efh-main-menu>li>a:hover::after{transform:scaleX(1)}
.menu-caret{font-size:11px;color:#8390a2;transform:translateY(-1px)}
.efh-main-menu .sub-menu{position:absolute;right:0;top:calc(100% - 6px);width:295px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 58px rgba(11,29,58,.13);padding:10px;list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:1100}
.efh-main-menu>li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.efh-main-menu .sub-menu li{list-style:none}
.efh-main-menu .sub-menu a{display:block;padding:10px 12px!important;border-radius:10px;color:#475a72;font-size:13px;font-weight:700;line-height:1.6}
.efh-main-menu .sub-menu a::after{display:none!important}
.efh-main-menu .sub-menu a:hover{background:#f5f8fc;color:var(--blue)}

.mega-blog{position:relative!important}
.blog-mega{position:absolute;left:50%;top:calc(100% - 7px);transform:translate(-50%,9px);width:min(760px,calc(100vw - 50px));background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 26px 70px rgba(11,29,58,.14);padding:20px;display:grid;grid-template-columns:1.2fr .8fr;gap:18px;opacity:0;visibility:hidden;transition:.18s;z-index:1200}
.mega-blog:hover>.blog-mega,.mega-blog:hover .blog-mega{opacity:1;visibility:visible;transform:translate(-50%,0)}
.blog-mega .menu-column{background:#f8faff;border:1px solid #edf1f6;border-radius:16px;padding:16px}
.blog-mega .menu-column>strong{display:block;color:var(--navy);font-size:14px;margin-bottom:10px}
.blog-mega ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:5px 8px;margin:0;padding:0}
.blog-mega .legacy-column ul{grid-template-columns:1fr}
.blog-mega li{list-style:none}
.blog-mega li a{display:flex;flex-direction:column;padding:7px 9px!important;border-radius:9px;color:#4a5c73;font-size:12px;font-weight:700;line-height:1.45}
.blog-mega li a::after{display:none!important}
.blog-mega li a:hover{background:#fff;color:var(--blue)}
.blog-mega li small{font:600 10px 'Inter';color:#98a2b3;margin-top:2px}
.mega-all{display:inline-block!important;margin-top:10px;padding:6px 3px!important;color:var(--blue)!important;font-size:12px!important;font-weight:800!important}
.mega-all::after{display:none!important}

.process-heading{justify-content:center;text-align:center}
.process-grid>div{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.process-grid b{font-size:13px}
.process-grid h3{font-family:'Tajawal',sans-serif;font-size:21px;text-align:center}
.process-grid h3 span{display:block;font:700 12px 'Inter';color:#77eee7;margin-top:4px;letter-spacing:.2px}
.process-grid p{text-align:center;max-width:260px}

.blog-directory{padding-top:48px}
.blog-directory-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}
.blog-directory-panel{border:1px solid var(--line);border-radius:26px;padding:28px;background:#fff}
.blog-directory-panel.seo-directory{background:linear-gradient(180deg,#f8fbff,#fff)}
.blog-directory-panel h2{font-size:25px;color:var(--navy);margin:4px 0 18px}
.category-directory-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.directory-chip{display:flex;flex-direction:column;gap:2px;padding:13px 14px;border:1px solid #e3eaf3;border-radius:14px;background:#fff;transition:.18s}
.directory-chip:hover{border-color:#bcd0f8;transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.directory-chip strong{font-size:13px;color:#33465e}
.directory-chip span{font:600 10px 'Inter','Tajawal';color:#8a97a8}
.seo-topic-links>a{padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:.2s}
.seo-topic-links>a:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d1def3}
.seo-topic-links>a b{font:800 12px 'Inter';color:var(--blue)}
.seo-topic-links>a h2{font-size:21px;color:var(--navy);margin:10px 0 7px}
.seo-topic-links>a h2 span{display:block;font:700 11px 'Inter';color:#7f8ca0;margin-top:3px}
.seo-topic-links>a p{color:#718096;font-size:13px;line-height:1.8}
.blog-categories>a{display:inline-block;border:1px solid #dce5ef;border-radius:999px;padding:7px 11px;background:#fff;color:#53657a;font-size:12px;font-weight:700}
.blog-categories>a:hover{border-color:#b7caf3;color:var(--blue)}

.case-metric-visual{height:100%;min-height:220px;background:linear-gradient(145deg,var(--navy),#16427d);color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:28px;position:relative;overflow:hidden}
.case-metric-visual::after{content:"SEO";position:absolute;left:-8px;bottom:-40px;font:900 108px 'Inter';color:rgba(255,255,255,.045)}
.case-metric-visual .case-visual-label{font:800 10px 'Inter';letter-spacing:.8px;color:#72e9e2;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);padding:5px 8px;border-radius:999px;margin-bottom:12px;position:relative;z-index:2}
.case-metric-visual strong{font-size:27px;line-height:1.35;position:relative;z-index:2}
.case-metric-visual em{font-style:normal;color:rgba(255,255,255,.78);font-size:14px;margin-top:7px;position:relative;z-index:2}
.case-metric-visual small{font-size:10px;color:rgba(255,255,255,.55);margin-top:16px;position:relative;z-index:2}
.case-metric-visual.is-large{min-height:360px;border-radius:28px;align-items:center;text-align:center}
.case-metric-visual.is-large strong{font-size:42px}
.case-metric-visual.is-large em{font-size:18px}
.case-note{margin-top:28px;padding:14px 16px;border-right:4px solid var(--teal);background:#f6fbfb;color:#607187;font-size:14px}

@media(max-width:1100px){
  .efh-main-menu{gap:13px}.efh-main-menu>li>a{font-size:12px}.blog-mega{width:min(690px,calc(100vw - 30px))}
}
@media(max-width:900px){
  .nav{display:none!important}
  .mobile-btn{display:grid!important}
  .mobile-nav{overflow:auto;max-height:calc(100vh - 135px)}
  .mobile-nav .efh-main-menu{display:block}
  .mobile-nav .efh-main-menu>li{border-bottom:1px solid var(--line)}
  .mobile-nav .efh-main-menu>li>a{padding:12px 10px!important;font-size:14px}
  .mobile-nav .efh-main-menu>li>a::after{display:none}
  .mobile-nav .sub-menu{position:static;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding:0 10px 8px;background:#f8fafc;display:block}
  .mobile-nav .blog-mega{position:static;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding:8px;background:#f8fafc;display:grid;grid-template-columns:1fr;gap:8px}
  .mobile-nav .blog-mega ul{grid-template-columns:1fr 1fr}
  .mobile-nav .legacy-column ul{grid-template-columns:1fr 1fr}
  .blog-directory-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .category-directory-list{grid-template-columns:1fr}
  .mobile-nav .blog-mega ul,.mobile-nav .legacy-column ul{grid-template-columns:1fr}
  .case-metric-visual.is-large{min-height:280px}.case-metric-visual.is-large strong{font-size:32px}
}

/* ===== v2.2 evidence gallery ===== */
.case-evidence-card-img{width:100%;height:100%;min-height:220px;object-fit:cover;object-position:center;background:#f4f7fb}
.case-evidence-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 10px}
.case-evidence-gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow-sm)}
.case-evidence-gallery figcaption{font-weight:800;color:var(--navy);font-size:14px;margin:0 0 10px;text-align:center}
.case-evidence-gallery img,.case-evidence-single img{width:100%;height:auto;border-radius:16px;border:1px solid #edf1f6;box-shadow:none}
.case-evidence-single{background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow-sm)}
.case-study-featured .case-evidence-gallery img,.case-study-featured .case-evidence-single img{border-radius:16px}
@media(max-width:760px){.case-evidence-gallery{grid-template-columns:1fr}}
