@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/seodigital-theme/fonts/jakarta-400.woff2) format('woff2')}@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/themes/seodigital-theme/fonts/jakarta-500.woff2) format('woff2')}@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:600;font-display:swap;src:url(/wp-content/themes/seodigital-theme/fonts/jakarta-600.woff2) format('woff2')}@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:700;font-display:swap;src:url(/wp-content/themes/seodigital-theme/fonts/jakarta-700.woff2) format('woff2')}@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:800;font-display:swap;src:url(/wp-content/themes/seodigital-theme/fonts/jakarta-800.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/themes/seodigital-theme/fonts/inter-400.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/themes/seodigital-theme/fonts/inter-500.woff2) format('woff2')}@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(/wp-content/themes/seodigital-theme/fonts/inter-600.woff2) format('woff2')}:root{--color-primary:#ffffff;--color-secondary:#f8fafc;--color-accent:#2563eb;--color-accent-dark:#1d4ed8;--color-accent-light:#3b82f6;--color-green:#22c55e;--color-green-dark:#16a34a;--color-surface:#1e293b;--color-surface-2:#0f172a;--color-border:rgba(0,0,0,0.08);--color-border-strong:rgba(0,0,0,0.14);--color-text:#1e293b;--color-text-muted:#64748b;--color-text-faint:#94a3b8;--color-white:#ffffff;--gradient-hero:linear-gradient(135deg,#eff6ff 0,#dbeafe 60%,#e0f2fe 100%);--gradient-dark:linear-gradient(180deg,#f8fafc 0,#eff6ff 100%);--gradient-card:linear-gradient(135deg,#1e293b 0,#0f172a 100%);--gradient-accent:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%);--gradient-green:linear-gradient(135deg,#22c55e 0,#16a34a 100%);--font-heading:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--font-body:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 20px rgba(0,0,0,.12);--shadow-lg:0 12px 40px rgba(0,0,0,.18);--shadow-blue:0 10px 30px rgba(37,99,235,.25);--shadow-glow:0 0 60px rgba(37,99,235,.15);--t-fast:.15s ease;--t-base:.25s ease;--t-slow:.4s cubic-bezier(.4,0,.2,1);--wrap-max:1200px;--header-h:72px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--color-text);background:var(--color-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}img,svg,video{max-width:100%;height:auto;display:block}a{color:var(--color-accent-light);text-decoration:none;transition:color var(--t-fast)}a:hover{color:#1e3a8a}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:#1e3a8a;letter-spacing:-.02em}p{color:var(--color-text-muted)}button,input,select,textarea{font:inherit;color:inherit}button,[role="button"]{cursor:pointer}::selection{background:var(--color-accent);color:#fff}.sd-wrap{width:100%;max-width:var(--wrap-max);margin:0 auto;padding:0 24px}main#main{display:block}.sd-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border:1px solid #fff0;border-radius:var(--radius-full);font-family:var(--font-body);font-weight:600;font-size:.92rem;line-height:1.2;white-space:nowrap;cursor:pointer;text-decoration:none;transition:transform var(--t-base),box-shadow var(--t-base),background var(--t-base),color var(--t-base),border-color var(--t-base);position:relative}.sd-btn-primary{background:var(--gradient-accent);color:#fff;box-shadow:0 4px 16px rgb(14 165 233 / .18)}.sd-btn-primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 8px 24px rgb(14 165 233 / .28)}.sd-btn-ghost{background:#fff0;color:var(--color-text-muted);border-color:var(--color-border)}.sd-btn-ghost:hover{color:#1e3a8a;border-color:var(--color-border-strong);background:rgb(255 255 255 / .04)}.sd-btn-outline{background:#fff0;color:#1e3a8a;border:1.5px solid rgb(255 255 255 / .22)}.sd-btn-outline:hover{color:#1e3a8a;border-color:rgb(255 255 255 / .4);background:rgb(255 255 255 / .05);transform:translateY(-1px)}.sd-btn-lg{padding:14px 30px;font-size:1rem}.sd-btn-block{display:flex;width:100%}.sd-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);background:rgb(255 255 255 / .92);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-bottom:1px solid var(--color-border);transition:background var(--t-base),box-shadow var(--t-base)}.sd-header.scrolled{background:rgb(255 255 255 / .98);box-shadow:0 2px 20px rgb(0 0 0 / .35)}.sd-header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:24px}.sd-branding{flex-shrink:0}.sd-branding a.custom-logo-link img{max-height:40px;width:auto}.sd-logo{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-heading);font-weight:800;font-size:1.15rem;color:#1e3a8a;letter-spacing:-.02em;text-decoration:none}.sd-logo:hover{color:#1e3a8a;opacity:.9}.sd-logo-icon{width:38px;height:38px;background:var(--gradient-accent);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1rem;box-shadow:0 4px 14px rgb(59 130 246 / .4);flex-shrink:0}.sd-logo-text{color:#1e3a8a;font-weight:800;font-size:1.15rem;letter-spacing:-.02em;line-height:1.1}.sd-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.sd-nav a{padding:8px 16px;border-radius:var(--radius-full);color:var(--color-text-muted);font-weight:500;font-size:.92rem;transition:color var(--t-fast),background var(--t-fast)}.sd-nav a:hover,.sd-nav a.current{color:#1e3a8a;background:rgb(37 99 235 / .07)}.sd-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.sd-toggle{display:none;flex-direction:column;gap:4px;background:#fff0;border:1px solid var(--color-border);border-radius:10px;padding:10px;cursor:pointer;transition:border-color var(--t-fast)}.sd-toggle span{display:block;width:22px;height:2px;background:var(--color-text);transition:transform var(--t-base),opacity var(--t-fast);border-radius:2px}.sd-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.sd-toggle.open span:nth-child(2){opacity:0}.sd-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.sd-mobile-nav{display:none;position:fixed;top:var(--header-h);left:0;right:0;background:var(--color-secondary);border-bottom:1px solid var(--color-border);padding:24px;z-index:999;flex-direction:column;gap:6px;max-height:calc(100vh - var(--header-h));overflow-y:auto}.sd-mobile-nav.open{display:flex}.sd-mobile-nav a{display:block;padding:12px 16px;border-radius:var(--radius-md);color:var(--color-text-muted);font-weight:500}.sd-mobile-nav a:hover{background:rgb(37 99 235 / .08);color:#1e3a8a}.sd-mobile-nav .sd-btn{margin-top:8px;text-align:center;justify-content:center}.sd-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--gradient-hero);overflow:hidden;padding:80px 0 80px}.sd-hero::before{display:none}.sd-hero-orb1,.sd-hero-orb2{position:absolute;border-radius:50%;pointer-events:none;filter:blur(10px)}.sd-hero-orb1{top:15%;right:-8%;width:520px;height:520px;background:radial-gradient(circle,rgb(59 130 246 / .18) 0,transparent 70%);animation:advFloat 9s ease-in-out infinite}.sd-hero-orb2{bottom:5%;left:-10%;width:480px;height:480px;background:radial-gradient(circle,rgb(99 102 241 / .12) 0,transparent 70%);animation:advFloat 11s ease-in-out infinite reverse}@keyframes advFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.06)}}.sd-hero-inner{position:relative;z-index:1;max-width:780px;margin:0 auto;text-align:center}.sd-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:rgb(14 165 233 / .12);border:1px solid rgb(14 165 233 / .3);border-radius:var(--radius-full);color:var(--color-accent-light);font-size:.82rem;font-weight:600;margin-bottom:28px;animation:advFadeUp .6s ease both}.sd-badge-dot{width:7px;height:7px;border-radius:50%;background:#2563eb;animation:advPulse 2s infinite}@keyframes advPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.sd-hero-title{font-size:clamp(2.2rem,5.5vw,4rem);font-weight:800;letter-spacing:-.035em;line-height:1.08;margin-bottom:22px;animation:advFadeUp .6s ease .1s both}.sd-hero-title .hl{background:linear-gradient(135deg,#1d4ed8 0,#2563eb 50%,#0ea5e9 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0}.sd-hero-desc{font-size:1.12rem;color:var(--color-text-muted);line-height:1.7;max-width:620px;margin:0 auto 36px;animation:advFadeUp .6s ease .2s both}.sd-hero-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:40px;animation:advFadeUp .6s ease .3s both}.sd-hero-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;margin-bottom:52px;animation:advFadeUp .6s ease .4s both}.sd-trust-item{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-muted);font-size:.9rem;font-weight:500}.sd-check-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:rgb(34 197 94 / .15);color:var(--color-green);font-size:.72rem;font-weight:700;flex-shrink:0}.sd-hero-stats{display:flex;justify-content:center;align-items:center;gap:36px;flex-wrap:wrap;animation:advFadeUp .6s ease .5s both}.sd-hero-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.sd-hero-stat-num{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:#1e3a8a;line-height:1;letter-spacing:-.02em}.sd-hero-stat-lbl{font-size:.82rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}.sd-hero-stat-sep{width:1px;height:36px;background:var(--color-border)}@keyframes advFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.sd-statsbar{background:var(--color-surface-2);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:28px 0}.sd-statsbar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sd-stat-block{display:flex;align-items:center;gap:14px;padding:6px 10px}.sd-stat-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:rgb(14 165 233 / .12);border-radius:12px;font-size:1.3rem;flex-shrink:0}.sd-stat-name{font-family:var(--font-heading);font-weight:700;color:var(--color-white);font-size:1rem;line-height:1.2}.sd-stat-sub{color:var(--color-text-muted);font-size:.85rem;line-height:1.3}.sd-section{padding:50px 0;position:relative}.sd-section-dark{background:#eff6ff}.sd-section-darker{background:var(--color-primary)}.sd-section-header{text-align:center;max-width:720px;margin:0 auto 60px}.sd-tag{display:inline-block;padding:5px 14px;background:rgb(37 99 235 / .08);border:1px solid rgb(37 99 235 / .2);border-radius:var(--radius-full);color:#2563eb;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px}.sd-h2{font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:800;letter-spacing:-.03em;margin-bottom:14px;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.sd-lead{color:var(--color-text-muted);font-size:1.05rem;line-height:1.65}.sd-smart-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.sd-ai-badge{display:inline-flex!important;align-items:center;gap:8px;padding:6px 16px!important;background:linear-gradient(135deg,rgb(14 165 233 / .15),rgb(6 182 212 / .12))!important;border:1px solid rgb(14 165 233 / .35)!important;border-radius:8px!important;color:#7dd3fc!important;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px}.sd-smart-title{font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;margin-bottom:18px}.sd-smart-desc{color:var(--color-text-muted);font-size:1.05rem;line-height:1.7;margin-bottom:28px}.sd-check-list{display:flex;flex-direction:column;gap:14px;margin-bottom:34px}.sd-check-list li{display:flex;align-items:center;gap:12px;color:var(--color-text);font-size:.98rem}.sd-smart-btns{display:flex;gap:12px;flex-wrap:wrap}.sd-ai-card{background:var(--gradient-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:34px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.sd-ai-card::before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgb(59 130 246 / .05) 0,transparent 40%);pointer-events:none}.sd-ai-card-head{display:flex;align-items:center;gap:16px;margin-bottom:28px;position:relative}.sd-ai-avatar{width:56px;height:56px;border-radius:var(--radius-md);background:linear-gradient(135deg,#0ea5e9,#2563eb);display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0;box-shadow:0 8px 20px rgb(14 165 233 / .3)}.sd-ai-avatar--img{background:#fff;padding:10px;box-shadow:0 8px 20px rgb(0 0 0 / .25)}.sd-ai-avatar--img img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}.sd-ai-card-title{font-family:var(--font-heading);font-weight:700;color:var(--color-white);font-size:1.15rem;margin-bottom:3px}.sd-ai-card-sub{color:var(--color-text-muted);font-size:.88rem;line-height:1.4}.sd-ai-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative}.sd-ai-stat{display:flex;flex-direction:column;gap:4px;padding:16px;background:rgb(255 255 255 / .03);border:1px solid var(--color-border);border-radius:var(--radius-md)}.sd-ai-stat-val{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0;line-height:1}.sd-ai-stat-lbl{color:var(--color-text-muted);font-size:.82rem;font-weight:500}.sd-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sd-feature{position:relative;background:linear-gradient(160deg,#141f35 0,#0c1422 100%);border:1px solid rgb(255 255 255 / .07);border-radius:var(--radius-lg);padding:28px 28px 24px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;overflow:hidden;isolation:isolate}.sd-feature::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 0,rgb(14 165 233 / .1) 0,transparent 65%);opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}.sd-feature::after{content:'';position:absolute;inset:0;border-radius:var(--radius-lg);padding:1px;background:linear-gradient(135deg,rgb(14 165 233 / .6),rgb(37 99 235 / .4),transparent 60%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}.sd-feature:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgb(0 0 0 / .5),0 0 0 1px rgb(14 165 233 / .1);border-color:#fff0}.sd-feature:hover::before{opacity:1}.sd-feature:hover::after{opacity:1}.sd-feature-icon{position:relative;z-index:1;width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgb(14 165 233 / .18),rgb(37 99 235 / .12));border:1px solid rgb(14 165 233 / .2);border-radius:16px;font-size:1.7rem;margin-bottom:22px;box-shadow:0 4px 16px rgb(14 165 233 / .12),inset 0 1px 0 rgb(255 255 255 / .06);transition:box-shadow .3s ease,transform .3s ease}.sd-feature:hover .sd-feature-icon{box-shadow:0 6px 24px rgb(14 165 233 / .25),inset 0 1px 0 rgb(255 255 255 / .08);transform:scale(1.05)}.sd-feature-title{position:relative;z-index:1;font-size:1.2rem;font-weight:700;color:var(--color-white);margin-bottom:12px;letter-spacing:-.018em;line-height:1.3;padding-bottom:14px}.sd-feature-title::after{content:'';position:absolute;bottom:0;left:0;width:32px;height:2px;background:var(--gradient-accent);border-radius:2px}.sd-feature--has-icon .sd-feature-title{padding-bottom:0}.sd-feature--has-icon .sd-feature-title::after{display:none}.sd-feature-desc{position:relative;z-index:1;color:rgb(148 174 211 / .75);font-size:.93rem;line-height:1.7;flex:1}.sd-feature-btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;margin-top:22px;padding:0;background:none;border:none;color:#38bdf8;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .25s ease,color .25s ease;align-self:flex-start}.sd-feature-btn::after{content:'→';transition:transform .25s ease}.sd-feature-btn:hover{color:#7dd3fc;gap:10px}.sd-feature-btn:hover::after{transform:translateX(4px)}.sd-pubs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sd-pub-card{background:var(--gradient-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:26px;display:flex;flex-direction:column;gap:18px;transition:transform var(--t-base),border-color var(--t-base),box-shadow var(--t-base)}.sd-pub-card:hover{transform:translateY(-4px);border-color:rgb(14 165 233 / .3);box-shadow:0 12px 32px rgb(0 0 0 / .45)}.sd-pub-head{display:flex;align-items:center;gap:14px}.sd-pub-logo{width:52px;height:52px;background:var(--gradient-accent);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.95rem;letter-spacing:.02em;flex-shrink:0;box-shadow:0 6px 14px rgb(14 165 233 / .3)}.sd-pub-name{font-family:var(--font-heading);font-weight:700;color:var(--color-white);font-size:1.1rem;line-height:1.15;margin-bottom:2px}.sd-pub-domain{color:var(--color-text-muted);font-size:.85rem}.sd-pub-head{justify-content:flex-start;flex-wrap:nowrap}.sd-pub-head-info{flex:1;min-width:0}.sd-pub-cat{flex-shrink:0;display:inline-block;padding:4px 10px;background:rgb(124 106 247 / .18);border:1px solid rgb(124 106 247 / .35);border-radius:var(--radius-full);color:#c4b5fd;font-size:.72rem;font-weight:600;white-space:nowrap;margin-left:auto}.sd-pub-metrics{display:flex;gap:0;padding:0;background:none;border:none;border-radius:0}.sd-pub-metric{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.sd-pub-metric-val{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;line-height:1}.sd-pub-metric-val.sd-da{color:#60a5fa}.sd-pub-metric-val.sd-pa{color:#4ade80}.sd-pub-metric-val.sd-green{color:#4ade80}.sd-pub-metric-val.sd-yellow{color:#fbbf24}.sd-pub-metric-val.sd-red{color:#f87171}.sd-pub-metric-key{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:500}.sd-pub-detail-link{display:inline-flex;align-items:center;gap:4px;font-size:.85rem;font-weight:600;color:#0ea5e9;text-decoration:none;border-top:1px solid var(--color-border);padding-top:14px;width:100%;transition:color .15s;white-space:nowrap}.sd-pub-detail-link:hover{color:#38bdf8}.sd-pub-detail-link:hover svg{transform:translateX(3px)}.sd-pub-detail-link svg{transition:transform .15s}.sd-pubs-cta{text-align:center;margin-top:50px}.sd-cta-section{padding:90px 0;background:radial-gradient(ellipse 80% 60% at 50% 50%,rgb(37 99 235 / .06) 0,transparent 70%),#eff6ff;position:relative;overflow:hidden;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.sd-cta-inner{max-width:680px;margin:0 auto;text-align:center}.sd-cta-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;letter-spacing:-.03em;margin-bottom:18px;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.sd-cta-desc{color:var(--color-text-muted);font-size:1.1rem;line-height:1.65;margin-bottom:32px}.sd-cta-note{color:var(--color-text-faint);font-size:.88rem;margin-top:18px}.sd-footer{background:#f1f5f9;border-top:1px solid var(--color-border);padding:70px 0 30px}.sd-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:48px;margin-bottom:50px}.sd-footer-company{display:flex!important;flex-direction:column!important;gap:2px;margin-top:12px;font-size:.82rem;color:var(--color-text-muted)}.sd-footer-company strong{color:var(--color-text-muted)!important;font-size:.82rem!important;font-weight:600!important;display:block!important}.sd-footer-company span{display:block!important;line-height:1.5}.sd-footer-brand-desc{color:var(--color-text-muted);font-size:.92rem;line-height:1.7;margin:16px 0 18px;max-width:340px}.sd-footer-meta{color:var(--color-text-faint);font-size:.85rem;line-height:1.6}.sd-footer-meta strong{color:var(--color-text)}.sd-footer-col-title{font-family:var(--font-heading);font-weight:700;color:#1e3a8a;font-size:1rem;margin-bottom:18px}.sd-footer-links{display:flex;flex-direction:column;gap:10px}.sd-footer-links a{display:block;color:var(--color-text-muted);font-size:.92rem;transition:color var(--t-fast)}.sd-footer-links a:hover{color:#1e3a8a}.sd-anpc-link{display:inline-block;margin-top:20px;transition:opacity var(--t-fast),transform var(--t-fast);line-height:0}.sd-anpc-link:hover{opacity:.85;transform:translateY(-2px)}.sd-anpc-link img{display:block;height:40px;width:auto;max-width:100%}.sd-footer-contact{display:flex;flex-direction:column;gap:12px}.sd-footer-contact-item{display:flex;align-items:flex-start;gap:10px;color:var(--color-text-muted);font-size:.92rem;line-height:1.5}.sd-footer-contact-item span:first-child{flex-shrink:0}.sd-footer-contact-item a{color:var(--color-text-muted)}.sd-footer-contact-item a:hover{color:#1e3a8a}.sd-footer-bottom{padding-top:26px;border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.sd-footer-copy{color:var(--color-text-faint);font-size:.85rem;margin:0}.sd-footer-payment{color:var(--color-text-muted);font-size:.85rem}.sd-footer-payment strong{color:var(--color-text)}.sd-back-top{position:fixed;bottom:28px;right:28px;width:46px;height:46px;border-radius:50%;background:var(--gradient-accent);border:none;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 6px 20px rgb(59 130 246 / .4);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity var(--t-base),visibility var(--t-base),transform var(--t-base);z-index:900}.sd-back-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.sd-back-top:hover{transform:translateY(-4px)}.sd-page-hero{background:var(--gradient-hero);padding:60px 0 60px;border-bottom:1px solid var(--color-border);text-align:center}.sd-page-hero-inner h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;letter-spacing:-.03em;margin-bottom:10px}.sd-page-hero-inner p{color:var(--color-text-muted);font-size:1.05rem;max-width:640px;margin:0 auto}.sd-page-content-wrap{max-width:100%;margin:0 auto;overflow:hidden}.sd-post-content,.sd-post-content p,.sd-post-content li,.sd-post-content span{font-family:var(--font-body)!important;font-size:1.12rem!important;color:#475569!important;line-height:1.7!important}.sd-post-content p{margin-bottom:20px!important}.sd-post-content ul li,.sd-post-content ol li{margin-bottom:8px!important}.sd-post-content h2,.sd-post-content h3,.sd-post-content h4{font-family:var(--font-heading)!important;color:#1e3a8a!important;margin:36px 0 14px!important;line-height:1.25!important;letter-spacing:-.02em!important}.sd-post-content h2{font-size:1.7rem!important}.sd-post-content h3{font-size:1.35rem!important}.sd-post-content h4{font-size:1.1rem!important}.sd-post-content *{max-width:100%;box-sizing:border-box;overflow-wrap:break-word;word-break:break-word}.sd-blog-hero{padding:140px 0 52px;background:var(--gradient-hero);border-bottom:1px solid var(--color-border);text-align:center}body.blog .sd-blog-hero,body.archive .sd-blog-hero{padding-top:160px!important}body.single-post .sd-single-hero-wrap{padding-top:160px!important}@media (max-width:782px){body.blog .sd-blog-hero,body.archive .sd-blog-hero,body.single-post .sd-single-hero-wrap{padding-top:130px!important}}.sd-blog-hero-inner{max-width:640px;margin:0 auto}.sd-blog-hero .sd-tag{margin-bottom:16px;display:inline-block}.sd-blog-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1e3a8a;letter-spacing:-.035em;line-height:1.1;margin:0 0 16px}.sd-blog-hero-desc{font-size:1.05rem;color:#64748b;line-height:1.7;margin:0}.sd-blog-wrap{padding:56px 0 80px;background:var(--color-primary)}.sd-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.sd-post-grid--2col{grid-template-columns:repeat(2,1fr)}.sd-post-grid--3col{grid-template-columns:repeat(3,1fr)}.sd-post-card{background:linear-gradient(160deg,#141f35 0,#0c1422 100%);border:1px solid rgb(255 255 255 / .07);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative}.sd-post-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px rgb(0 0 0 / .5);border-color:rgb(14 165 233 / .25)}.sd-post-thumb{aspect-ratio:16/9;overflow:hidden;background:#1e293b}.sd-post-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:6px 6px 0 0;transition:transform .5s}.sd-post-card:hover .sd-post-thumb img{transform:scale(1.05)}.sd-post-body{padding:22px 20px 20px;display:flex;flex-direction:column;flex:1}.sd-post-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sd-post-cat{padding:3px 10px;background:rgb(14 165 233 / .12);border:1px solid rgb(14 165 233 / .22);border-radius:50px;color:#38bdf8;font-weight:600;font-size:.72rem;letter-spacing:.03em;text-transform:uppercase;transition:background .2s}.sd-post-cat:hover{background:rgb(14 165 233 / .22);color:#fff}.sd-post-date{color:#475569;font-size:.8rem}.sd-post-title{font-size:1.08rem;font-weight:700;line-height:1.35;letter-spacing:-.015em;margin-bottom:10px}.sd-post-title a{color:#f1f5f9}.sd-post-title a:hover{color:#38bdf8}.sd-post-excerpt{color:rgb(148 163 184 / .8);font-size:.88rem;line-height:1.65;flex:1;margin-bottom:14px}.sd-post-readmore{display:inline-flex;align-items:center;gap:5px;color:#38bdf8;font-size:.85rem;font-weight:600;transition:gap .2s,color .2s;align-self:flex-start}.sd-post-readmore:hover{color:#7dd3fc;gap:9px}.sd-blog-empty{color:#94a3b8;padding:40px 0}.sd-single-hero-wrap{padding:140px 0 48px;background:var(--gradient-hero);border-bottom:1px solid var(--color-border)}.sd-single-hero-inner{max-width:100%;margin:0 auto}.sd-single-meta{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.sd-single-sep{color:#475569}.sd-post-author{color:#475569;font-size:.85rem}.sd-single-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:#1e3a8a;margin:0}.sd-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;color:rgb(30 58 138 / .72);font-size:.92rem;line-height:1.5}.sd-breadcrumb-item{min-width:0}.sd-breadcrumb-item a,.sd-breadcrumb-item span{color:inherit}.sd-breadcrumb-item a:hover{color:#1e3a8a}.sd-breadcrumb-sep{color:rgb(148 163 184 / .7)}.sd-single-wrap{padding:52px 0 80px;background:var(--color-primary)}.sd-single-layout{display:grid;grid-template-columns:1fr 280px;gap:52px;align-items:start}.sd-single-main{min-width:0}.sd-single-thumb{border-radius:6px;overflow:hidden;margin-bottom:36px}.sd-single-thumb img{width:100%;height:auto;display:block;border-radius:6px}.sd-single-content{font-family:'Inter',system-ui,sans-serif;font-size:1.08rem;color:#475569;line-height:1.75}.sd-single-sidebar{position:sticky;top:24px;display:flex;flex-direction:column;gap:22px}.sd-sidebar-inner{display:flex;flex-direction:column;gap:22px}.sd-widget{background:linear-gradient(160deg,#141f35 0,#0c1422 100%);border:1px solid rgb(255 255 255 / .08);border-radius:18px;padding:22px}.sd-widget-label{font-family:'Plus Jakarta Sans',system-ui,sans-serif;font-size:1.05rem;font-weight:700;text-transform:none;letter-spacing:-.02em;color:#fff;margin:0 0 16px;padding:0;border-bottom:none}.sd-search-form{margin:0}.sd-search-row{display:flex;flex-wrap:nowrap;gap:10px;align-items:center;background:#fff0;border:none;padding:0;transition:none}.sd-search-input{min-width:0;flex:1 1 auto;min-height:48px;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08);border-radius:12px;outline:none;color:#f1f5f9;font-size:.95rem;padding:0 15px}.sd-search-input::placeholder{color:rgb(148 163 184 / .72)}.sd-search-input:focus{border-color:rgb(14 165 233 / .45)}.sd-search-btn{flex:0 0 48px;width:48px;height:48px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .1);border-radius:12px;color:#cbd5e1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s,border-color .2s}.sd-search-btn:hover{background:rgb(255 255 255 / .1);color:#fff;border-color:rgb(255 255 255 / .18)}.sd-sidebar-list{list-style:none;margin:0;padding:0}.sd-sidebar-list-item{margin:0;padding:0;border-bottom:1px solid rgb(255 255 255 / .06)}.sd-sidebar-list-item:last-child{border-bottom:none}.sd-sidebar-post-link{display:block;padding:12px 0;color:#cbd5e1;font-size:.98rem;font-weight:500;line-height:1.45;transition:color .2s ease;text-decoration:none}.sd-sidebar-post-link:hover{color:#60a5fa}.sd-sidebar-cat-link{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px 0;border-radius:0;color:#cbd5e1;font-size:.95rem;text-decoration:none;transition:color .2s ease}.sd-sidebar-cat-link:hover{background:#fff0;color:#60a5fa}.sd-sidebar-cat-name{flex:1 1 auto}.sd-sidebar-cat-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;background:rgb(255 255 255 / .07);border-radius:999px;padding:0 8px;font-size:.76rem;color:#94a3b8}.sd-related{margin-top:60px;padding-top:44px;padding-bottom:12px;border-top:1px solid rgb(255 255 255 / .08)}.sd-related-title{font-size:1.2rem;font-weight:700;color:#1e3a8a;margin-bottom:24px;letter-spacing:-.02em}@media (max-width:1024px){.sd-single-layout{grid-template-columns:1fr 240px;gap:36px}.sd-post-grid--3col{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.sd-single-layout{grid-template-columns:1fr!important}.sd-single-sidebar{position:static}.sd-post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sd-blog-hero{padding:110px 0 36px}.sd-single-hero-wrap{padding:110px 0 36px}.sd-post-grid,.sd-post-grid--2col,.sd-post-grid--3col{grid-template-columns:1fr}.sd-blog-wrap{padding:36px 0 60px}.sd-single-wrap{padding:36px 0 60px}}.sd-pagination{display:flex;justify-content:center;gap:6px;margin-top:40px;flex-wrap:wrap}.sd-pagination a,.sd-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);font-weight:600;font-size:.9rem;text-decoration:none;transition:all var(--t-fast)}.sd-pagination a:hover{color:#1e3a8a;border-color:var(--color-accent);background:rgb(59 130 246 / .08)}.sd-pagination span.current,.sd-pagination .current{background:var(--gradient-accent);color:#fff;border-color:#fff0}.sd-404{min-height:calc(100vh - var(--header-h));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px 80px;background:var(--gradient-hero)}.sd-404-code{font-family:var(--font-heading);font-size:clamp(5rem,15vw,10rem);font-weight:900;background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:#fff0;line-height:1;margin-bottom:8px}.sd-404 h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:12px}.sd-404 p{color:var(--color-text-muted);margin-bottom:28px;max-width:460px}.sd-sidebar{display:flex;flex-direction:column;gap:16px}body.single-post .sd-single-sidebar .widget,body.single-post .sd-single-sidebar .wp-block-widget-area>*,body.single-post .sd-single-sidebar>div,body.blog .sd-blog-sidebar .widget,body.archive .sd-blog-sidebar .widget{background:rgb(255 255 255 / .04)!important;border:1px solid rgb(255 255 255 / .08)!important;border-radius:16px!important;padding:20px!important;margin-bottom:0!important;box-shadow:none!important}body.single-post .sd-single-sidebar .widget-title,body.single-post .sd-single-sidebar .wp-block-heading,body.single-post .sd-single-sidebar h2,body.single-post .sd-single-sidebar h3,body.blog .sd-blog-sidebar .widget-title,body.archive .sd-blog-sidebar .widget-title{font-family:'Inter',system-ui,sans-serif!important;font-size:.72rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#475569!important;margin:0 0 14px!important;padding-bottom:10px!important;border-bottom:1px solid rgb(255 255 255 / .06)!important}body.single-post .sd-single-sidebar .widget a,body.blog .sd-blog-sidebar .widget a,body.archive .sd-blog-sidebar .widget a{color:#94a3b8!important;text-decoration:none!important;font-size:.88rem!important;display:block!important;padding:6px 8px!important;border-radius:7px!important;transition:background .2s,color .2s!important}body.single-post .sd-single-sidebar .widget a:hover,body.blog .sd-blog-sidebar .widget a:hover{background:rgb(14 165 233 / .08)!important;color:#38bdf8!important}body.single-post .sd-single-sidebar .widget ul,body.blog .sd-blog-sidebar .widget ul{list-style:none!important;margin:0!important;padding:0!important}body.single-post .sd-single-sidebar .widget li,body.blog .sd-blog-sidebar .widget li{margin:0!important;padding:0!important;border-bottom:1px solid rgb(255 255 255 / .04)!important}body.single-post .sd-single-sidebar .widget li:last-child,body.blog .sd-blog-sidebar .widget li:last-child{border-bottom:none!important}body.single-post .sd-single-sidebar .widget input[type="search"],body.single-post .sd-single-sidebar .widget input[type="text"],body.blog .sd-blog-sidebar .widget input[type="search"]{width:100%!important;background:rgb(255 255 255 / .06)!important;border:1px solid rgb(255 255 255 / .1)!important;border-radius:10px!important;color:#f1f5f9!important;font-size:.88rem!important;padding:9px 14px!important;outline:none!important;box-shadow:none!important;box-sizing:border-box!important}body.single-post .sd-single-sidebar .widget input[type="submit"],body.blog .sd-blog-sidebar .widget input[type="submit"]{background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;border:none!important;border-radius:8px!important;color:#fff!important;font-size:.82rem!important;font-weight:600!important;padding:9px 14px!important;cursor:pointer!important;margin-top:8px!important}body.single-post .sd-single-sidebar .widget p,body.blog .sd-blog-sidebar .widget p{color:#64748b!important;font-size:.85rem!important}.admin-bar .sd-header{top:32px}.admin-bar .sd-mobile-nav{top:calc(var(--header-h) + 32px)}@media screen and (max-width:782px){.admin-bar .sd-header{top:46px}.admin-bar .sd-mobile-nav{top:calc(var(--header-h) + 46px)}}@media (max-width:1024px){.sd-features-grid{grid-template-columns:repeat(2,1fr)}.sd-pubs-grid{grid-template-columns:repeat(2,1fr)}.sd-post-grid{grid-template-columns:repeat(2,1fr)}.sd-footer-grid{grid-template-columns:1fr 1fr;gap:36px}.sd-statsbar-grid{grid-template-columns:repeat(2,1fr)}.sd-blog-layout{grid-template-columns:1fr 260px;gap:32px}.sd-post-grid--3col{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.sd-nav{display:none}.sd-toggle{display:flex}.sd-header-actions .sd-btn-ghost{display:none}.sd-smart-grid{grid-template-columns:1fr;gap:44px}.sd-section{padding:50px 0}.sd-blog-layout{grid-template-columns:1fr}.sd-blog-sidebar{position:static}.sd-post-grid--3col{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sd-wrap{padding:0 18px}.sd-hero{padding:30px 0 60px;min-height:auto}.sd-hero-btns{flex-direction:column;width:100%}.sd-hero-btns .sd-btn{width:100%}.sd-hero-stats{gap:20px}.sd-hero-stat-sep{display:none}.sd-hero-trust{gap:14px}.sd-statsbar-grid{grid-template-columns:1fr;gap:14px}.sd-features-grid{grid-template-columns:1fr}.sd-pubs-grid{grid-template-columns:1fr}.sd-post-grid{grid-template-columns:1fr}.sd-post-grid--2col{grid-template-columns:1fr}.sd-post-grid--3col{grid-template-columns:1fr}.sd-footer-grid{grid-template-columns:1fr;gap:32px}.sd-footer-bottom{justify-content:center;text-align:center}.sd-ai-stats-grid{grid-template-columns:1fr 1fr}.sd-ai-card{padding:24px}.sd-section{padding:50px 0}.sd-section-header{margin-bottom:40px}.sd-header-actions .sd-btn-primary{padding:8px 16px;font-size:.85rem}.sd-back-top{bottom:18px;right:18px;width:42px;height:42px}.sd-blog-layout{grid-template-columns:1fr}.sd-blog-sidebar{position:static}}.sd-anim{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.sd-anim.sd-visible{opacity:1;transform:translateY(0)}@media (max-width:480px){.sd-hero-title{font-size:clamp(1.8rem,8vw,2.6rem)}.sd-h2{font-size:clamp(1.5rem,7vw,2rem)}.sd-btn-lg{padding:12px 20px;font-size:.95rem}.sd-pub-card{padding:16px}.sd-feature{padding:24px 18px}.sd-smart-grid{gap:28px}.sd-ai-card{padding:18px}.sd-cta-inner{padding:40px 20px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}.sd-hero-orb1,.sd-hero-orb2,.sd-hero-badge{animation:none!important}}@media (max-width:768px){.sd-hero-orb1,.sd-hero-orb2{animation:none!important}.sd-hero-badge{animation:none!important}.sd-hero-title,.sd-hero-desc,.sd-hero-btns,.sd-hero-trust,.sd-hero-stats,.sd-hero-badge{animation:none!important}}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:4px}.sd-nav a:focus-visible,.sd-btn:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:3px}.sd-pub-card{background:#0c1422!important;border-color:#192036!important}.sd-pub-card:hover{border-color:#0ea5e9!important;box-shadow:0 8px 24px rgb(14 165 233 / .12)!important}.sd-pub-name{color:#dde8f8!important;font-size:15px!important}.sd-pub-domain,.sd-pub-domain-txt{font-size:12px;color:#5a7498!important;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sd-pub-cat{background:#052e45!important;color:#7dd3fc!important;border:1px solid #0c4a6e!important;border-radius:6px!important}.sd-pub-metrics{display:flex;gap:0;background:none;border:none;padding:0}.sd-pub-metric{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 0;background:#060d1a;border:1px solid #162030;border-radius:8px;margin:0 3px}.sd-pub-metric:first-child{margin-left:0}.sd-pub-metric:last-child{margin-right:0}.sd-pub-metric-val{font-size:22px!important;font-weight:800!important;line-height:1}.sd-pub-metric-val.sd-da{color:#f97316!important}.sd-pub-metric-val.sd-pa{color:#10d98a!important}.sd-pub-metric-val.sd-green{color:#10d98a!important}.sd-pub-metric-val.sd-yellow{color:#f59e0b!important}.sd-pub-metric-val.sd-red{color:#f87171!important}.sd-pub-metric-key{font-size:9px;letter-spacing:.08em;color:#5a7498;text-transform:uppercase;font-weight:600}.sd-pub-detail-link{color:#0ea5e9!important;border-top:1px solid #192036;padding-top:12px;display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;width:100%}.sd-pub-detail-link:hover{color:#38bdf8!important}.sd-pubs-grid{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}@media(max-width:1024px){.sd-pubs-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){.sd-pubs-grid{grid-template-columns:1fr!important}}.sd-ai-badge,div.sd-ai-badge,.sd-smart-left .sd-ai-badge{background:linear-gradient(135deg,rgb(14 165 233 / .15),rgb(6 182 212 / .1))!important;border:1px solid rgb(14 165 233 / .4)!important;color:#7dd3fc!important;border-radius:8px!important}.sd-smart-title,.sd-cta-title,.sd-h2,h2.sd-h2,h2.sd-smart-title,h2.sd-cta-title{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:transparent!important}.sd-smart-btns .sd-btn-ghost{background:transparent!important;border:1px solid rgb(30 58 138 / .2)!important;color:var(--color-text-muted)!important;border-style:solid!important;outline:none!important;box-shadow:none!important}.sd-smart-btns .sd-btn-ghost:hover{border-color:rgb(30 58 138 / .4)!important;color:#1e3a8a!important;background:rgb(255 255 255 / .05)!important}.sd-section{padding:50px 0!important}.sd-pub-favicon{flex-shrink:0;width:44px;height:44px;border-radius:10px;overflow:hidden;background:rgb(255 255 255 / .06);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.sd-pub-favicon img{width:32px;height:32px;object-fit:contain;border-radius:4px}.sd-pub-favicon-fallback{width:32px;height:32px;background:var(--gradient-accent);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;letter-spacing:.03em}.sd-pub-head{gap:10px}.sd-section-dark{padding:50px 0!important}.sd-section-darker{padding:50px 0!important}.sd-smart-grid{padding:0}.sd-cta-section{padding:60px 0!important}.sd-smart-btns .sd-btn-primary,.sd-smart-btns .sd-btn-primary:hover,.sd-smart-btns .sd-btn-primary:focus,.sd-smart-btns .sd-btn-primary:active{box-shadow:none!important;filter:none!important;-webkit-filter:none!important}.sd-smart-btns .sd-btn-primary::before,.sd-smart-btns .sd-btn-primary::after{display:none!important}body.page .sd-page-hero,body.search .sd-page-hero{padding:100px 0 32px!important}body.page.admin-bar .sd-page-hero,body.search.admin-bar .sd-page-hero{padding-top:100px!important}@media (max-width:782px){body.page .sd-page-hero,body.search .sd-page-hero{padding:110px 0 70px!important}body.page.admin-bar .sd-page-hero,body.search.admin-bar .sd-page-hero{padding-top:110px!important}}.sd-related .sd-post-card time,.sd-related time.sd-post-date,div.sd-related time,body .sd-related .sd-post-meta time{display:none!important;visibility:hidden!important;width:0!important;height:0!important;font-size:0!important;opacity:0!important;position:absolute!important;pointer-events:none!important}.sd-related .sd-post-meta{gap:0!important}.sd-related .sd-post-cat{margin-right:0!important;max-width:100%!important;white-space:nowrap!important}.sd-post-card{position:relative}.sd-post-card--featured{position:relative;border:1px solid rgb(14 165 233 / .28)!important;box-shadow:0 0 0 1px rgb(14 165 233 / .08),0 14px 36px rgb(14 165 233 / .1)!important;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.sd-post-card--featured:hover{transform:translateY(-6px);border-color:rgb(14 165 233 / .5)!important;box-shadow:0 0 0 1px rgb(14 165 233 / .25),0 22px 48px rgb(14 165 233 / .2)!important}.sd-post-card--featured::before{content:"";position:absolute;top:0;left:18%;right:18%;height:2px;background:linear-gradient(90deg,transparent 0%,#0ea5e9 20%,#38bdf8 50%,#0ea5e9 80%,transparent 100%);border-radius:2px;opacity:.9;pointer-events:none;z-index:3}.sd-reviews-section{padding:70px 0 0;background:#f8fafc;border-top:1px solid var(--color-border)}.sd-partners-section .sd-partners-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px 32px;margin-top:8px}.sd-partners-section .sd-partners-logos img{max-height:48px;width:auto;opacity:.85;transition:opacity .2s ease,filter .2s ease;filter:grayscale(20%)}.sd-partners-section .sd-partners-logos img:hover{opacity:1;filter:grayscale(0)}@media(max-width:640px){.sd-partners-section .sd-partners-logos{gap:18px 22px}.sd-partners-section .sd-partners-logos img{max-height:36px}}.sd-reviews-section .sd-section-header{margin-bottom:44px}.sd-reviews-widget{width:100%;overflow:hidden;padding-bottom:16px}.sd-reviews-widget .wpsnreviews-wrapper,.sd-reviews-widget .wpsninja-wrapper{font-family:var(--font-body)!important}.sd-reviews-widget .wpsnreviews-card,.sd-reviews-widget .wpsninja-card{border-radius:var(--radius-md)!important;border:1px solid var(--color-border)!important;box-shadow:var(--shadow-sm)!important;background:#fff!important}@media(max-width:640px){.sd-reviews-section{padding:50px 0 0}}body img.sd-img-rounded,body .sd-post-content p img.sd-img-rounded{border-radius:12px!important}body img.sd-img-rounded-sm,body .sd-post-content p img.sd-img-rounded-sm{border-radius:6px!important}body img.sd-img-rounded-lg,body .sd-post-content p img.sd-img-rounded-lg{border-radius:24px!important}body img.sd-img-circle,body .sd-post-content p img.sd-img-circle{border-radius:50%!important}.sd-post-content .sdaudit-btn,.sd-post-content .sdaudit-btn span,.sd-post-content .sdrobots-btn,.sd-post-content .sdrobots-btn span,.sd-post-content .sdmta-btn,.sd-post-content .sdmta-btn span,.sd-post-content .hlg-btn-primary,.sd-post-content .hlg-btn-primary span,.sd-post-content .hlg-section-number{color:#fff!important}body.single-post .sd-single-hero-wrap{padding-top:calc(var(--header-h) + 64px)!important}body.single-post .sd-single-wrap{padding-top:40px!important}body.single-post .sd-single-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 320px!important;gap:40px!important;align-items:start!important}body.single-post .sd-single-hero-inner{max-width:calc(100% - 360px)!important;margin:0!important}body.single-post .sd-single-sidebar{position:sticky!important;top:calc(var(--header-h) + 24px)!important}body.single-post .sd-single-hero-inner .sd-breadcrumbs{margin:16px 0 0!important}@media(max-width:991px){body.single-post .sd-single-layout{grid-template-columns:1fr!important}body.single-post .sd-single-hero-inner{max-width:100%!important}body.single-post .sd-single-sidebar{position:static!important;top:auto!important}}@media(max-width:782px){body.single-post .sd-single-hero-wrap{padding-top:calc(var(--header-h) + 48px)!important}}.sd-single-content,.sd-single-content p,.sd-single-content li{font-family:'Inter',system-ui,sans-serif!important;font-size:1.08rem!important;color:#94a3b8!important;line-height:1.75!important}.sd-single-content h2,.sd-single-content h3,.sd-single-content h4{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;color:#f1f5f9!important;letter-spacing:-.02em!important;line-height:1.25!important}.sd-single-content h2{font-size:1.6rem!important;margin:40px 0 14px!important}.sd-single-content h3{font-size:1.3rem!important;margin:30px 0 12px!important}.sd-single-content p{margin-bottom:20px!important}.sd-single-content strong,.sd-single-content b{color:#cbd5e1!important}.sd-single-content a{color:#38bdf8!important;text-decoration:underline;text-underline-offset:3px}.sd-single-content ul,.sd-single-content ol{margin:0 0 20px 22px!important;padding:0!important}.sd-single-content ul{list-style:disc!important}.sd-single-content ol{list-style:decimal!important}.sd-single-content li{margin-bottom:8px!important}.sd-single-content img{border-radius:12px;margin:24px 0;width:100%;height:auto}.sd-single-content blockquote{border-left:3px solid #0ea5e9;padding:8px 0 8px 22px;margin:24px 0;font-style:italic}.sd-single-content table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;margin:28px 0!important;border-radius:12px!important;overflow:hidden!important;border:1px solid rgb(148 163 184 / .2)!important}.sd-single-content th{background:rgb(14 165 233 / .12)!important;color:#e2e8f0!important;font-weight:700!important;font-size:.9rem!important;padding:12px 16px!important;text-align:left!important;border-bottom:1px solid rgb(148 163 184 / .2)!important}.sd-single-content td{padding:11px 16px!important;color:#94a3b8!important;font-size:.93rem!important;border-bottom:1px solid rgb(148 163 184 / .08)!important;background:transparent!important;vertical-align:top!important}.sd-single-content tr:last-child td{border-bottom:none!important}.sd-single-content tr:nth-child(even) td{background:rgb(255 255 255 / .02)!important}.sd-page-content-wrap,.sd-page-content-wrap p,.sd-page-content-wrap li,.sd-page-content-wrap span,.sd-page-content-wrap div:not(.wp-block-group):not(.entry-content){font-family:'Inter',system-ui,-apple-system,sans-serif!important;font-size:1.12rem!important;color:#94a3b8!important;line-height:1.7!important}.sd-page-content-wrap h1,.sd-page-content-wrap h2,.sd-page-content-wrap h3,.sd-page-content-wrap h4,.sd-page-content-wrap h5,.sd-page-content-wrap h6{font-family:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif!important;color:#ffffff!important;line-height:1.25!important;letter-spacing:-.02em!important}.sd-page-content-wrap h2{font-size:1.7rem!important;margin:36px 0 14px!important}.sd-page-content-wrap h3{font-size:1.35rem!important;margin:28px 0 12px!important}.sd-page-content-wrap h4{font-size:1.1rem!important;margin:22px 0 10px!important}.sd-page-content-wrap p{margin-bottom:20px!important}.sd-page-content-wrap strong,.sd-page-content-wrap b{color:#cbd5e1!important}.sd-page-content-wrap a{color:#38bdf8!important}.sd-page-content-wrap ul,.sd-page-content-wrap ol{margin:0 0 20px 22px!important;padding-left:4px!important}.sd-page-content-wrap ul{list-style:disc!important}.sd-page-content-wrap ol{list-style:decimal!important}.sd-page-content-wrap li{margin-bottom:8px!important}.sd-page-content-wrap table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;margin:32px 0!important;border-radius:14px!important;overflow:hidden!important;border:1px solid rgb(148 163 184 / .25)!important;font-size:1rem!important}.sd-page-content-wrap table th{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;background:rgb(14 165 233 / .14)!important;color:#e2e8f0!important;font-weight:700!important;font-size:.93rem!important;padding:14px 20px!important;text-align:left!important;border-bottom:1px solid rgb(148 163 184 / .25)!important;letter-spacing:.01em!important;line-height:1.4!important}.sd-page-content-wrap table td{padding:13px 20px!important;color:#94a3b8!important;font-size:.97rem!important;border-bottom:1px solid rgb(148 163 184 / .1)!important;background:transparent!important;vertical-align:top!important;line-height:1.6!important}.sd-page-content-wrap table tr:last-child td{border-bottom:none!important}.sd-page-content-wrap table tr:nth-child(even) td{background:rgb(255 255 255 / .03)!important}.sd-page-content-wrap table tr:hover td{background:rgb(14 165 233 / .06)!important;color:#cbd5e1!important}@media(max-width:640px){.sd-page-content-wrap table{display:block!important;overflow-x:auto!important}}.sd-footer-netopia{display:block;margin:18px 0 16px;line-height:0}.sd-footer-netopia img{max-width:100%;height:auto;display:block}.sd-footer-brand-desc a{color:#2563eb;font-weight:600}.sd-footer-brand-desc a:hover{color:#1e3a8a}.sd-footer-anpc{margin-top:6px;white-space:nowrap;font-size:0;line-height:0}.sd-footer-anpc a{display:inline-block;vertical-align:middle;margin-right:8px;line-height:0}.sd-footer-anpc a:last-child{margin-right:0}.sd-footer-anpc img{display:inline-block!important;width:137px!important;height:auto!important;max-width:137px!important;vertical-align:middle}@media (max-width:480px){.sd-footer-anpc img{width:115px!important;max-width:115px!important}}:root,html:root{--color-primary:#ffffff !important;--color-secondary:#f7f8fa !important;--color-surface:#ffffff !important;--color-surface-2:#f7f8fa !important;--color-accent:#0033a0 !important;--color-accent-light:#1e40af !important;--color-accent-dark:#001d6e !important;--color-text:#0a0a0a !important;--color-text-muted:#525866 !important;--color-text-faint:#8a94a6 !important;--color-border:rgba(10,10,10,.08) !important;--color-border-strong:rgba(10,10,10,.14) !important;--gradient-accent:#0033a0 !important;--shadow-sm:0 1px 2px rgba(10,10,10,.04) !important;--shadow-md:0 4px 16px rgba(10,10,10,.06) !important;--shadow-lg:0 12px 32px rgba(10,10,10,.08) !important}body{background:#ffffff!important;color:#0a0a0a!important;font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif!important}h1{color:#0a0a0a!important;font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;font-weight:800!important;letter-spacing:-.025em!important}h2,h3,h4,h5,h6{color:#333333!important;font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;font-weight:800!important;letter-spacing:-.025em!important}h1{font-weight:900!important;letter-spacing:-.04em!important}.sd-header{background:#ffffff!important;border-bottom:1px solid rgb(10 10 10 / .06)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.sd-header.scrolled{background:#ffffff!important;box-shadow:0 1px 8px rgb(10 10 10 / .05)!important}.sd-logo,.sd-logo:hover,.sd-logo-text{color:#0a0a0a!important}.sd-logo-icon{background:#0033a0!important;color:#fff!important;box-shadow:none!important;border-radius:8px!important}.sd-nav a{color:#525866!important;font-weight:500!important}.sd-nav a:hover,.sd-nav a.current{color:#0a0a0a!important;background:transparent!important}.sd-toggle{border:1px solid rgb(10 10 10 / .12)!important;background:#fff!important}.sd-toggle span{background:#0a0a0a!important}.sd-mobile-nav{background:#ffffff!important;border-bottom:1px solid rgb(10 10 10 / .06)!important}.sd-mobile-nav a{color:#525866!important;font-weight:500!important}.sd-mobile-nav a:hover{background:#f7f8fa!important;color:#0a0a0a!important}.sd-btn{font-weight:600!important;letter-spacing:0!important;border-radius:9999px!important;padding:12px 24px!important;transition:all .2s ease!important}.sd-btn-lg{padding:16px 32px!important;font-size:1rem!important}.sd-btn-primary{background:#0033a0!important;color:#fff!important;box-shadow:none!important;border:none!important}.sd-btn-primary:hover{background:#001d6e!important;color:#fff!important;transform:none!important;box-shadow:0 4px 14px rgb(0 51 160 / .25)!important}.sd-btn-ghost{background:transparent!important;color:#0a0a0a!important;border:1px solid rgb(10 10 10 / .15)!important}.sd-btn-ghost:hover{color:#0a0a0a!important;border-color:#0a0a0a!important;background:transparent!important}.sd-btn-outline{background:transparent!important;color:#0a0a0a!important;border:1.5px solid rgb(10 10 10 / .2)!important}.sd-btn-outline:hover{background:#f7f8fa!important;border-color:#0a0a0a!important;color:#0a0a0a!important;transform:none!important}.sd-hero{background:#ffffff!important;padding:120px 0 100px!important;min-height:auto!important}.sd-hero-orb1,.sd-hero-orb2{display:none!important}.sd-hero-badge{background:#f7f8fa!important;border:1px solid rgb(10 10 10 / .08)!important;color:#0033a0!important;padding:8px 18px!important;border-radius:9999px!important;font-weight:600!important}.sd-badge-dot{background:#0033a0!important}.sd-hero-title{color:#0a0a0a!important;font-weight:900!important;letter-spacing:-.04em!important;line-height:1!important;font-size:clamp(2.5rem,6vw,5rem)!important}.sd-hero-title .hl{background:none!important;-webkit-text-fill-color:#0033a0!important;color:#0033a0!important;display:inline}.sd-hero-desc{color:#525866!important;font-size:1.15rem!important;line-height:1.65!important;max-width:680px!important}.sd-hero-trust{margin-bottom:60px!important}.sd-trust-item{color:#525866!important;font-weight:500!important}.sd-check-icon{background:#dcfce7!important;color:#16a34a!important}.sd-hero-stats{padding-top:48px!important;border-top:1px solid rgb(10 10 10 / .06)!important}.sd-hero-stat-num{color:#0a0a0a!important;-webkit-text-fill-color:#0a0a0a!important;font-weight:900!important;font-size:clamp(2rem,3.5vw,2.8rem)!important}.sd-hero-stat-lbl{color:#8a94a6!important;font-weight:500!important;text-transform:uppercase!important;font-size:.78rem!important}.sd-hero-stat-sep{background:rgb(10 10 10 / .1)!important;height:42px!important}.sd-statsbar{background:#f7f8fa!important;border:none!important;padding:32px 0!important}.sd-stat-icon{background:#ffffff!important;border:1px solid rgb(10 10 10 / .06)!important;border-radius:12px!important;font-size:1.4rem!important}.sd-stat-name{color:#0a0a0a!important;font-weight:700!important;font-size:1rem!important}.sd-stat-sub{color:#525866!important}.sd-section{padding:80px 0!important}.sd-section-dark{background:#f7f8fa!important}.sd-section-darker{background:#ffffff!important}.sd-section-header{margin-bottom:64px!important}.sd-tag{background:transparent!important;border:1px solid rgb(0 51 160 / .2)!important;color:#0033a0!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.06em!important;padding:6px 14px!important;font-size:.74rem!important}.sd-h2,.sd-smart-title,.sd-cta-title,h2.sd-h2,h2.sd-smart-title,h2.sd-cta-title{background:none!important;-webkit-text-fill-color:#333333!important;color:#333333!important;font-weight:900!important;letter-spacing:-.035em!important;font-size:clamp(2rem,4vw,3rem)!important}.sd-lead,.sd-smart-desc{color:#525866!important;font-size:1.08rem!important;line-height:1.7!important}.sd-check-list li{color:#0a0a0a!important;font-weight:500!important}.sd-pub-card,.sd-feature,.sd-post-card,.sd-widget,.sd-ai-card,.sd-ai-stat{background:#ffffff!important;border:1px solid rgb(10 10 10 / .11)!important;box-shadow:0 1px 3px rgb(10 10 10 / .04),0 8px 22px rgb(10 10 10 / .035)!important;border-radius:16px!important}.sd-pub-card:hover,.sd-feature:hover,.sd-post-card:hover{border-color:rgb(0 51 160 / .3)!important;box-shadow:0 12px 32px rgb(10 10 10 / .08)!important;transform:translateY(-3px)!important}.sd-pub-card::before,.sd-pub-card::after,.sd-feature::before,.sd-feature::after{display:none!important}.sd-pub-name{color:#050505!important;font-size:1.05rem!important;font-weight:800!important}.sd-pub-domain,.sd-pub-domain-txt{color:#8a94a6!important;font-size:.82rem!important}.sd-pub-cat{background:#f8fafc!important;border:1px solid rgb(10 10 10 / .14)!important;color:#344054!important;font-weight:700!important}.sd-pub-favicon{background:#ffffff!important;border:1px solid rgb(10 10 10 / .12)!important;box-shadow:0 1px 3px rgb(10 10 10 / .05)!important}.sd-pub-metric{background:#f1f5f9!important;border:1px solid rgb(10 10 10 / .08)!important;border-radius:10px!important;padding:10px 0!important}.sd-pub-metric-val{font-size:1.5rem!important;font-weight:800!important}.sd-pub-metric-val.sd-da{color:#0033a0!important}.sd-pub-metric-val.sd-pa{color:#16a34a!important}.sd-pub-metric-val.sd-green{color:#16a34a!important}.sd-pub-metric-val.sd-yellow{color:#d97706!important}.sd-pub-metric-val.sd-red{color:#dc2626!important}.sd-pub-metric-key{color:#8a94a6!important;font-weight:600!important}.sd-pub-detail-link{color:#0033a0!important;border-top:1px solid rgb(10 10 10 / .06)!important;font-weight:600!important}.sd-pub-detail-link:hover{color:#001d6e!important}.sd-feature-icon{background:#eef2ff!important;border:1px solid rgb(0 51 160 / .15)!important;color:#0033a0!important;box-shadow:none!important}.sd-feature-title{color:#0a0a0a!important;font-weight:700!important;padding-bottom:0!important}.sd-feature-title::after{display:none!important}.sd-feature-desc{color:#525866!important}.sd-feature.sd-feature--has-icon{display:grid!important;grid-template-columns:auto 1fr!important;grid-template-areas:"icon title" "desc desc" "btn btn"!important;column-gap:14px!important;row-gap:12px!important;align-items:center!important}.sd-feature.sd-feature--has-icon .sd-feature-icon{grid-area:icon!important;margin-bottom:0!important;width:42px!important;height:42px!important;flex-shrink:0!important}.sd-feature.sd-feature--has-icon .sd-feature-title{grid-area:title!important;margin:0!important}.sd-feature.sd-feature--has-icon .sd-feature-desc{grid-area:desc!important}.sd-feature.sd-feature--has-icon .sd-feature-btn{grid-area:btn!important}.sd-feature-btn{color:#0033a0!important;font-weight:600!important}.sd-feature-btn:hover{color:#001d6e!important}.sd-ai-card{padding:36px!important}.sd-ai-card::before{display:none!important}.sd-ai-avatar{background:#0033a0!important;color:#fff!important;box-shadow:none!important}.sd-ai-avatar--img{background:#f7f8fa!important;border:1px solid rgb(10 10 10 / .06)!important;box-shadow:none!important}.sd-ai-card-title{color:#0a0a0a!important;font-weight:800!important;font-size:1.25rem!important}.sd-ai-card-sub{color:#525866!important}.sd-ai-stat{background:#f7f8fa!important;border:1px solid rgb(10 10 10 / .06)!important;padding:18px!important;border-radius:12px!important}.sd-ai-stat-val{background:none!important;-webkit-text-fill-color:#0033a0!important;color:#0033a0!important;font-weight:800!important}.sd-ai-stat-lbl{color:#525866!important;font-weight:500!important}.sd-ai-badge{background:#eef2ff!important;border:1px solid rgb(0 51 160 / .2)!important;color:#0033a0!important;border-radius:9999px!important}.sd-post-card::before,.sd-post-card::after{display:none!important}.sd-post-thumb{background:#f7f8fa!important}.sd-post-cat{background:#eef2ff!important;border:1px solid rgb(0 51 160 / .15)!important;color:#0033a0!important;font-weight:600!important}.sd-post-cat:hover{background:#0033a0!important;color:#fff!important}.sd-post-date{color:#8a94a6!important}.sd-post-title a{color:#0a0a0a!important;font-weight:700!important}.sd-post-title a:hover{color:#0033a0!important}.sd-post-excerpt{color:#525866!important}.sd-post-readmore{color:#0033a0!important;font-weight:600!important}.sd-post-readmore:hover{color:#001d6e!important}.sd-post-card--featured{border:1px solid rgb(0 51 160 / .3)!important;box-shadow:0 0 0 1px rgb(0 51 160 / .05),0 8px 24px rgb(0 51 160 / .06)!important}.sd-post-card--featured:hover{border-color:#0033a0!important;box-shadow:0 0 0 1px rgb(0 51 160 / .15),0 16px 36px rgb(0 51 160 / .1)!important}.sd-widget-label,.sd-widget-title{color:#0a0a0a!important;font-weight:700!important}.sd-search-input{background:#f7f8fa!important;border:1px solid rgb(10 10 10 / .08)!important;color:#0a0a0a!important}.sd-search-input::placeholder{color:#8a94a6!important}.sd-search-input:focus{border-color:#0033a0!important}.sd-search-btn{background:#f7f8fa!important;border:1px solid rgb(10 10 10 / .08)!important;color:#525866!important}.sd-search-btn:hover{background:#0033a0!important;color:#fff!important;border-color:#0033a0!important}.sd-sidebar-list-item{border-bottom:1px solid rgb(10 10 10 / .06)!important}.sd-sidebar-post-link{color:#0a0a0a!important;font-weight:500!important}.sd-sidebar-post-link:hover{color:#0033a0!important}.sd-sidebar-cat-link{color:#0a0a0a!important}.sd-sidebar-cat-link:hover{color:#0033a0!important}.sd-sidebar-cat-count{background:#f7f8fa!important;color:#525866!important}body.single-post .sd-single-sidebar .widget,body.single-post .sd-single-sidebar .wp-block-widget-area>*,body.single-post .sd-single-sidebar>div,body.blog .sd-blog-sidebar .widget,body.archive .sd-blog-sidebar .widget{background:#ffffff!important;border:1px solid rgb(10 10 10 / .08)!important;border-radius:16px!important;box-shadow:0 1px 3px rgb(10 10 10 / .03)!important}body.single-post .sd-single-sidebar .widget-title,body.single-post .sd-single-sidebar .wp-block-heading,body.single-post .sd-single-sidebar h2,body.single-post .sd-single-sidebar h3,body.blog .sd-blog-sidebar .widget-title,body.archive .sd-blog-sidebar .widget-title{color:#8a94a6!important;border-bottom:1px solid rgb(10 10 10 / .06)!important}body.single-post .sd-single-sidebar .widget a,body.blog .sd-blog-sidebar .widget a,body.archive .sd-blog-sidebar .widget a{color:#525866!important}body.single-post .sd-single-sidebar .widget a:hover,body.blog .sd-blog-sidebar .widget a:hover{background:#f7f8fa!important;color:#0033a0!important}body.single-post .sd-single-sidebar .widget li,body.blog .sd-blog-sidebar .widget li{border-bottom:1px solid rgb(10 10 10 / .04)!important}body.single-post .sd-single-sidebar .widget input[type="search"],body.single-post .sd-single-sidebar .widget input[type="text"],body.blog .sd-blog-sidebar .widget input[type="search"]{background:#f7f8fa!important;border:1px solid rgb(10 10 10 / .08)!important;color:#0a0a0a!important}body.single-post .sd-single-sidebar .widget input[type="submit"],body.blog .sd-blog-sidebar .widget input[type="submit"]{background:#0033a0!important}body.single-post .sd-single-sidebar .widget p,body.blog .sd-blog-sidebar .widget p{color:#525866!important}.sd-cta-section{background:#f7f8fa!important;border-top:1px solid rgb(10 10 10 / .06)!important;border-bottom:1px solid rgb(10 10 10 / .06)!important;padding:100px 0!important}.sd-cta-desc{color:#525866!important}.sd-cta-note{color:#8a94a6!important}.sd-page-hero,.sd-blog-hero,.sd-single-hero-wrap{background:#ffffff!important;border-bottom:1px solid rgb(10 10 10 / .06)!important}.sd-blog-hero-title,.sd-single-title{color:#0a0a0a!important;font-weight:900!important;letter-spacing:-.04em!important}.sd-blog-hero-desc{color:#525866!important}.sd-blog-wrap,.sd-single-wrap{background:#ffffff!important}.sd-breadcrumbs{color:#525866!important}.sd-breadcrumb-item a{color:#0033a0!important}.sd-breadcrumb-item a:hover{color:#001d6e!important}.sd-breadcrumb-sep{color:#8a94a6!important}.sd-single-content,.sd-post-content{color:#0a0a0a!important}.sd-single-content p,.sd-post-content p,.sd-post-content li,.sd-post-content span{color:#0a0a0a!important}.sd-post-content h2,.sd-post-content h3,.sd-post-content h4{color:#0a0a0a!important}.sd-post-author,.sd-single-sep,.sd-post-date{color:#8a94a6!important}.sd-related-title{color:#0a0a0a!important}.sd-related{border-top:1px solid rgb(10 10 10 / .08)!important}.sd-pagination a,.sd-pagination span{background:#ffffff!important;border:1px solid rgb(10 10 10 / .1)!important;color:#525866!important}.sd-pagination a:hover{color:#0033a0!important;border-color:#0033a0!important;background:#f7f8fa!important}.sd-pagination .current{background:#0033a0!important;color:#fff!important;border-color:#0033a0!important}.sd-404{background:#ffffff!important}.sd-404-code{background:none!important;-webkit-text-fill-color:#0033a0!important;color:#0033a0!important}.sd-404 h2{color:#0a0a0a!important}.sd-404 p{color:#525866!important}.sd-back-top{background:#0033a0!important;color:#fff!important;box-shadow:0 4px 16px rgb(0 51 160 / .25)!important}.sd-back-top:hover{background:#001d6e!important}.sd-footer{background:#ffffff!important;border-top:1px solid rgb(10 10 10 / .08)!important;padding:80px 0 30px!important}.sd-footer-col-title{color:#0a0a0a!important;font-weight:700!important;font-size:1rem!important;margin-bottom:20px!important}.sd-footer-brand-desc{color:#525866!important}.sd-footer-links a{color:#525866!important}.sd-footer-links a:hover{color:#0033a0!important}.sd-footer-contact-item{color:#525866!important}.sd-footer-contact-item a{color:#525866!important}.sd-footer-contact-item a:hover{color:#0033a0!important}.sd-footer-meta{color:#8a94a6!important}.sd-footer-bottom{border-top:1px solid rgb(10 10 10 / .08)!important}.sd-footer-copy{color:#8a94a6!important}.sd-footer-payment{color:#525866!important}.sd-footer-payment strong{color:#0a0a0a!important}.sd-footer-socials{display:inline-flex;align-items:center;gap:10px;margin-left:16px}.sd-footer-socials .sd-social{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff0;color:#525866;border:1px solid rgb(10 10 10 / .12);transition:color .2s ease,border-color .2s ease,transform .2s ease,background .2s ease;text-decoration:none}.sd-footer-socials .sd-social:hover{color:#0033a0!important;border-color:#0033a0;background:rgb(0 51 160 / .06);transform:translateY(-2px)}.sd-footer-socials .sd-social svg{display:block;width:18px;height:18px}@media(max-width:640px){.sd-footer-socials{margin-left:0;margin-top:12px;justify-content:center;width:100%}}.sd-footer-company{color:#525866!important}.sd-footer-company strong{color:#0a0a0a!important}a:not(#wpadminbar a):not(#wpadminbar *):not(.sd-btn):not(.sd-btn *):not(.sd-social):not(.sd-social *):not([class*="-btn"]):not([class*="write-review"]):not([class*="button"]){color:#0033a0}a:not(#wpadminbar a):not(#wpadminbar *):not(.sd-btn):not(.sd-btn *):not(.sd-social):not(.sd-social *):not([class*="-btn"]):not([class*="write-review"]):not([class*="button"]):hover{color:#001d6e}::selection{background:#0033a0!important;color:#fff!important}.sd-section-header{max-width:760px!important}.sd-features-grid{gap:28px!important}.sd-pubs-grid{gap:24px!important}.sd-post-grid{gap:28px!important}@media (max-width:640px){.sd-hero{padding:80px 0 60px!important}.sd-hero-title{font-size:clamp(2rem,8vw,3rem)!important}.sd-section{padding:60px 0!important}.sd-cta-section{padding:60px 0!important}}html,body,.sd-wrap,.sd-header,.sd-footer,.sd-btn,.sd-nav,.sd-mobile-nav,.sd-hero-desc,.sd-trust-item,.sd-cta-desc,.sd-smart-desc,.sd-lead,.sd-pub-name,.sd-pub-domain,.sd-feature-desc,.sd-post-excerpt,.sd-stat-name,.sd-stat-sub,.sd-hero-stat-num,.sd-hero-stat-lbl,.sd-footer-col-title,.sd-footer-links a,.sd-footer-contact-item,.sd-post-title,.sd-post-cat,.sd-pub-detail-link,input,textarea,select,button{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important}h1,h2,h3,h4,h5,h6,.sd-hero-title,.sd-blog-hero-title,.sd-single-title,.sd-h2,.sd-smart-title,.sd-cta-title,.sd-feature-title,.sd-pub-name,.sd-post-title,.sd-ai-card-title,.sd-stat-name,.sd-hero-stat-num,.sd-footer-col-title{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;font-weight:800!important;letter-spacing:-.025em!important}.sd-hero-title,.sd-blog-hero-title,.sd-single-title,.sd-h2,.sd-smart-title,.sd-cta-title{font-weight:800!important}.sd-hero-trust{gap:32px!important}.sd-trust-item{color:#0a0a0a!important;font-weight:600!important;font-size:.95rem!important}.sd-check-icon{width:22px!important;height:22px!important;background:#dcfce7!important;color:#16a34a!important;font-weight:800!important}.sd-check-list li{color:#0a0a0a!important;font-weight:500!important;font-size:1rem!important}body{font-weight:400!important}.sd-hero-desc,.sd-cta-desc,.sd-smart-desc,.sd-lead{font-weight:400!important;color:#3a4252!important}.sd-pub-domain,.sd-pub-domain-txt{font-weight:500!important}.sd-pub-metric-key,.sd-hero-stat-lbl,.sd-stat-sub{font-weight:600!important}.sd-hero-stat-num,.sd-pub-metric-val,.sd-ai-stat-val{font-weight:800!important}.sd-nav a,.sd-mobile-nav a{font-weight:600!important}.sd-btn{font-weight:700!important;letter-spacing:-.005em!important}.sd-artypes-grid{grid-template-columns:repeat(3,1fr)!important;gap:24px!important}@media (max-width:1024px){.sd-artypes-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:640px){.sd-artypes-grid{grid-template-columns:1fr!important}}.sd-artype-card{position:relative;padding:32px 28px!important}.sd-artype-title{position:relative!important;padding-bottom:14px!important;margin-bottom:14px!important;color:#0a0a0a!important;font-weight:800!important;font-size:1.2rem!important}.sd-artype-title::after{content:""!important;display:block!important;position:absolute!important;left:0!important;bottom:0!important;width:42px!important;height:3px!important;background:#0033a0!important;border-radius:2px!important}.sd-artype-card .sd-feature-desc{margin-bottom:20px!important}.sd-artype-card .sd-feature-btn{display:inline-flex;align-items:center;gap:6px;color:#0033a0!important;font-weight:700!important;text-decoration:none}.sd-artype-card .sd-feature-btn::after{content:"→";transition:transform .2s ease}.sd-artype-card .sd-feature-btn:hover::after{transform:translateX(4px)}.sd-ai-avatar.sd-ai-avatar--img{padding:8px!important;background:#ffffff!important;border:1px solid rgb(10 10 10 / .08)!important}.sd-ai-avatar.sd-ai-avatar--img img{max-width:40px!important;max-height:40px!important;width:auto!important;height:auto!important;object-fit:contain!important}.sd-hero-title,.sd-blog-hero-title,.sd-single-title,.sd-page-hero-inner h1,.sd-h2,.sd-smart-title,.sd-cta-title,.sd-hero-stat-num{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;font-weight:900!important;letter-spacing:-.045em!important}.sd-hero-title{font-size:clamp(2.8rem,6.5vw,5.5rem)!important;line-height:.98!important}.sd-blog-hero-title,.sd-single-title,.sd-page-hero-inner h1{font-size:clamp(2.2rem,5vw,3.8rem)!important;line-height:1!important}.sd-h2,.sd-smart-title,.sd-cta-title{font-size:clamp(2rem,4.5vw,3.2rem)!important;line-height:1.05!important}.sd-hero-stat-num{font-size:clamp(2.2rem,3.6vw,3rem)!important}.sd-feature-title,.sd-pub-name,.sd-post-title,.sd-ai-card-title,.sd-artype-title{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;font-weight:800!important}.sd-page-hero{padding:80px 0 56px!important}.sd-page-hero-inner{text-align:center;max-width:760px;margin:0 auto}.sd-page-hero-inner h1{margin-bottom:14px!important;color:#0033a0!important;-webkit-text-fill-color:#0033a0!important}.sd-page-hero-inner p{color:#525866!important;font-size:1.1rem!important;line-height:1.6!important}.sd-publicatii-main{background:#ffffff!important}.sd-publicatii-main .pagination,.sd-publicatii-main [class*="pagination"],.sd-publicatii-main .page-numbers,.sd-publicatii-main nav[class*="page"]{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;margin:48px 0 24px!important;padding:0!important;list-style:none!important;flex-wrap:wrap!important}.sd-publicatii-main .pagination a,.sd-publicatii-main .pagination span,.sd-publicatii-main .pagination button,.sd-publicatii-main [class*="pagination"] a,.sd-publicatii-main [class*="pagination"] span,.sd-publicatii-main [class*="pagination"] button,.sd-publicatii-main .page-numbers,.sd-publicatii-main .page-numbers a,.sd-publicatii-main .page-link,.sd-publicatii-main [class*="page-btn"]{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:42px!important;height:42px!important;padding:0 14px!important;background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;color:#475569!important;font-family:'Plus Jakarta Sans',sans-serif!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;cursor:pointer!important;transition:all .15s ease!important}.sd-publicatii-main .pagination a:hover,.sd-publicatii-main [class*="pagination"] a:hover,.sd-publicatii-main .page-numbers:hover,.sd-publicatii-main .page-numbers a:hover{background:rgb(0 51 160 / .06)!important;border-color:#0033a0!important;color:#0033a0!important}.sd-publicatii-main .pagination .current,.sd-publicatii-main .pagination .active,.sd-publicatii-main .pagination .is-active,.sd-publicatii-main [class*="pagination"] .current,.sd-publicatii-main [class*="pagination"] .active,.sd-publicatii-main .page-numbers.current,.sd-publicatii-main [aria-current="page"]{background:linear-gradient(135deg,#0033a0,#001d6e)!important;border-color:#0033a0!important;color:#ffffff!important;box-shadow:0 2px 8px rgb(0 51 160 / .25)!important;cursor:default!important}.sd-publicatii-main .pagination .prev,.sd-publicatii-main .pagination .next,.sd-publicatii-main [class*="pagination"] [class*="prev"],.sd-publicatii-main [class*="pagination"] [class*="next"],.sd-publicatii-main .page-numbers.prev,.sd-publicatii-main .page-numbers.next{padding:0 18px!important;font-weight:700!important}.sd-publicatii-main .pagination .dots,.sd-publicatii-main .page-numbers.dots{border:none!important;background:transparent!important;cursor:default!important;color:#8a94a6!important}@media (max-width:480px){.sd-publicatii-main .pagination a,.sd-publicatii-main [class*="pagination"] a,.sd-publicatii-main .page-numbers{min-width:36px!important;height:36px!important;padding:0 10px!important;font-size:13px!important}}@media (max-width:900px){.sd-header .sd-wrap{padding-left:16px!important;padding-right:16px!important}.sd-header-inner{gap:12px!important}.sd-branding{min-width:0!important;flex:1 1 auto!important}.sd-branding a.custom-logo-link{display:inline-flex!important;max-width:100%!important}.sd-branding a.custom-logo-link img,.sd-logo{max-width:100%!important}.sd-branding a.custom-logo-link img{height:auto!important;max-height:40px!important;object-fit:contain!important}.sd-logo-text{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sd-header-actions{display:none!important}.sd-toggle{display:flex!important;flex:0 0 auto!important;width:44px!important;height:44px!important;align-items:center!important;justify-content:center!important;padding:0!important;position:relative!important;z-index:1002!important}.sd-mobile-nav{left:0!important;right:0!important;width:100%!important;box-shadow:0 16px 32px rgb(10 10 10 / .08)!important}.sd-mobile-nav .sd-btn-primary,.sd-mobile-nav a.sd-btn-primary,.sd-mobile-nav a.sd-btn-primary:visited,.sd-mobile-nav .sd-btn-primary:hover,.sd-mobile-nav .sd-btn-primary:focus,.sd-mobile-nav .sd-btn-primary:active{color:#ffffff!important}.sd-mobile-nav .sd-btn-primary *,.sd-mobile-nav a.sd-btn-primary *{color:#ffffff!important}}@media (max-width:640px){body.page:not(.home) .sd-page-hero,body.search .sd-page-hero{padding-top:calc(var(--header-h) + 28px)!important;padding-bottom:10px!important}body.page:not(.home) .sd-page-hero-inner h1,body.search .sd-page-hero-inner h1{margin-bottom:8px!important}body.page:not(.home) .sd-page-hero-inner p,body.search .sd-page-hero-inner p{margin-bottom:0!important}body.page:not(.home) .sd-section.sd-section-dark,body.search .sd-section.sd-section-dark{padding-top:10px!important}body.page:not(.home) .sd-page-hero+.sd-publicatii-main{margin-top:0!important}body.page:not(.home) .sd-publicatii-main{padding-top:0!important}}body.page:not(.home) .sd-page-hero,body.page:not(.home) .sd-publicatii-main,body.page:not(.home) .sd-publicatii-main .sp-wrap{background:#ffffff!important;background-image:none!important}.sd-publicatii-main .sp-header-glow,.sd-publicatii-main::before,.sd-publicatii-main::after,.sd-publicatii-main .sp-wrap::before,.sd-publicatii-main .sp-wrap::after{display:none!important;background:none!important}body.single-post .sd-single-sidebar .sd-sidebar-inner,body.blog .sd-blog-sidebar .sd-sidebar-inner,body.archive .sd-blog-sidebar .sd-sidebar-inner{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.sd-post-content table,.sd-single-content table,.entry-content table{background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;overflow:hidden!important}.sd-post-content th,.sd-single-content th,.entry-content th{background:#f8fafc!important;color:#0a0a0a!important;font-weight:800!important;border-bottom:1px solid #e2e8f0!important}.sd-post-content td,.sd-single-content td,.entry-content td{color:#3a4252!important;background:#ffffff!important;border-bottom:1px solid #edf0f4!important}.sd-post-content td *,.sd-single-content td *,.entry-content td *{color:#3a4252!important}.sd-post-content tr:nth-child(even) td,.sd-single-content tr:nth-child(even) td,.entry-content tr:nth-child(even) td{background:#fbfcfe!important}.sd-post-content tr:last-child td,.sd-single-content tr:last-child td,.entry-content tr:last-child td{border-bottom:none!important}body.single-post .sd-search-btn,body.blog .sd-search-btn,body.archive .sd-search-btn{background:#ffffff!important;border:1px solid #dbe3ef!important;color:#0033a0!important;box-shadow:none!important}body.single-post .sd-search-btn svg,body.blog .sd-search-btn svg,body.archive .sd-search-btn svg{color:#0033a0!important;stroke:#0033a0!important}body.single-post .sd-search-btn:hover,body.blog .sd-search-btn:hover,body.archive .sd-search-btn:hover{background:#eef4ff!important;border-color:#0033a0!important;color:#0033a0!important}.sd-publicatii-main .sp-search,.sd-publicatii-main .sp-sort{background:#ffffff!important;border:1px solid #e2e8f0!important;color:#0a0a0a!important}.sd-publicatii-main .sp-search::placeholder{color:#8a94a6!important}.sd-publicatii-main .sp-ico-search{color:#475569!important;stroke:#475569!important}.sd-publicatii-main .sp-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;max-width:1100px!important;margin-left:auto!important;margin-right:auto!important}.sd-publicatii-main .sp-card:not(.sd-pub-card){background:#ffffff!important;border:1px solid rgb(10 10 10 / .11)!important;box-shadow:0 1px 3px rgb(10 10 10 / .04),0 8px 22px rgb(10 10 10 / .035)!important;color:#0a0a0a!important}.sd-publicatii-main .sp-card:not(.sd-pub-card):hover{border-color:rgb(0 51 160 / .3)!important;box-shadow:0 12px 32px rgb(10 10 10 / .08)!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-card-name{color:#050505!important;font-weight:800!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-card-domain{color:#8a94a6!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-card-favicon{background:#ffffff!important;border:1px solid rgb(10 10 10 / .12)!important;box-shadow:0 1px 3px rgb(10 10 10 / .05)!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-badge{background:#f8fafc!important;border:1px solid rgb(10 10 10 / .14)!important;color:#344054!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-m{background:#f1f5f9!important;border:1px solid rgb(10 10 10 / .08)!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-m-key{color:#8a94a6!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-detail-link,.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-detail-link *,.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-detail-link svg{color:#0033a0!important;stroke:#0033a0!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-da-high,.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-da-mid,.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-da-low{color:#0033a0!important}.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-pa-val,.sd-publicatii-main .sp-card:not(.sd-pub-card) .sp-green{color:#16a34a!important}@media (max-width:1100px){.sd-publicatii-main .sp-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:760px!important}}@media (max-width:640px){.sd-publicatii-main .sp-grid{grid-template-columns:1fr!important;max-width:420px!important;gap:16px!important}}body.page:not(.home),body.single-post,body.blog,body.archive,body.search,body.page:not(.home) .sd-section.sd-section-dark,body.page:not(.home) .sd-page-content-wrap,body.single-post .sd-single-wrap,body.blog .sd-blog-wrap,body.archive .sd-blog-wrap,body.search .sd-blog-wrap{background:#ffffff!important}.sd-publicatii-main,body.page-template-template-publicatii .sd-section.sd-section-dark{background:#ffffff!important}.sd-page-content-wrap .wp-block-buttons,.sd-post-content .wp-block-buttons,.sd-single-content .wp-block-buttons,.entry-content .wp-block-buttons{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important;margin:28px 0!important}.sd-page-content-wrap .wp-block-button,.sd-post-content .wp-block-button,.sd-single-content .wp-block-button,.entry-content .wp-block-button{margin:0!important}.sd-page-content-wrap .wp-block-button__link,.sd-page-content-wrap .wp-element-button,.sd-page-content-wrap .sd-content-btn,.sd-page-content-wrap a.sd-btn,.sd-page-content-wrap a.button,.sd-page-content-wrap a.btn,.sd-post-content .wp-block-button__link,.sd-post-content .wp-element-button,.sd-post-content .sd-content-btn,.sd-post-content a.sd-btn,.sd-post-content a.button,.sd-post-content a.btn,.sd-single-content .wp-block-button__link,.sd-single-content .wp-element-button,.sd-single-content .sd-content-btn,.sd-single-content a.sd-btn,.sd-single-content a.button,.sd-single-content a.btn,.entry-content .wp-block-button__link,.entry-content .wp-element-button,.entry-content .sd-content-btn,.entry-content a.sd-btn,.entry-content a.button,.entry-content a.btn,.sd-content-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:12px 24px!important;border:1px solid #0033a0!important;border-radius:9999px!important;background:#0033a0!important;color:#ffffff!important;text-decoration:none!important;font-weight:700!important;line-height:1.2!important;box-shadow:none!important;cursor:pointer!important}.sd-page-content-wrap .wp-block-button__link:hover,.sd-page-content-wrap .wp-element-button:hover,.sd-page-content-wrap .sd-content-btn:hover,.sd-page-content-wrap a.sd-btn:hover,.sd-page-content-wrap a.button:hover,.sd-page-content-wrap a.btn:hover,.sd-post-content .wp-block-button__link:hover,.sd-post-content .wp-element-button:hover,.sd-post-content .sd-content-btn:hover,.sd-post-content a.sd-btn:hover,.sd-post-content a.button:hover,.sd-post-content a.btn:hover,.sd-single-content .wp-block-button__link:hover,.sd-single-content .wp-element-button:hover,.sd-single-content .sd-content-btn:hover,.sd-single-content a.sd-btn:hover,.sd-single-content a.button:hover,.sd-single-content a.btn:hover,.entry-content .wp-block-button__link:hover,.entry-content .wp-element-button:hover,.entry-content .sd-content-btn:hover,.entry-content a.sd-btn:hover,.entry-content a.button:hover,.entry-content a.btn:hover,.sd-content-btn:hover{background:#001d6e!important;border-color:#001d6e!important;color:#ffffff!important}.sd-page-content-wrap .sd-content-btn,.sd-post-content .sd-content-btn,.sd-single-content .sd-content-btn,.entry-content .sd-content-btn,.sd-content-btn{display:flex!important;width:fit-content!important;max-width:100%!important;margin-top:0!important;margin-bottom:0!important;margin-left:auto!important;margin-right:auto!important}.sd-page-content-wrap .wp-block-button.is-style-outline .wp-block-button__link,.sd-post-content .wp-block-button.is-style-outline .wp-block-button__link,.sd-single-content .wp-block-button.is-style-outline .wp-block-button__link,.entry-content .wp-block-button.is-style-outline .wp-block-button__link{background:#ffffff!important;color:#0033a0!important;border-color:rgb(0 51 160 / .24)!important}.sd-page-content-wrap .wp-block-button.is-style-outline .wp-block-button__link:hover,.sd-post-content .wp-block-button.is-style-outline .wp-block-button__link:hover,.sd-single-content .wp-block-button.is-style-outline .wp-block-button__link:hover,.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover{background:#eef4ff!important;color:#0033a0!important;border-color:#0033a0!important}.sd-page-content-wrap,.sd-page-content-wrap p,.sd-page-content-wrap li,.sd-page-content-wrap td,.sd-post-content,.sd-post-content p,.sd-post-content li,.sd-post-content td,.sd-single-content,.sd-single-content p,.sd-single-content li,.sd-single-content td,.entry-content,.entry-content p,.entry-content li,.entry-content td{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:1.08rem!important;font-weight:400!important;line-height:1.75!important;color:#1f2937!important}.sd-page-content-wrap>p:first-of-type,.sd-page-content-wrap .sd-post-content>p:first-of-type,.sd-post-content>p:first-of-type,.sd-single-content>p:first-of-type,.entry-content>p:first-of-type{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:1.18rem!important;font-weight:400!important;line-height:1.75!important;color:#111827!important}.sd-page-content-wrap h1,.sd-post-content h1,.sd-single-content h1,.entry-content h1{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:clamp(2.2rem,4.5vw,3.4rem)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.04em!important;color:#0a0a0a!important;margin:42px 0 18px!important}.sd-page-content-wrap h2,.sd-post-content h2,.sd-single-content h2,.entry-content h2{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:clamp(1.6rem,3vw,2.1rem)!important;font-weight:800!important;line-height:1.15!important;letter-spacing:-.035em!important;color:#0a0a0a!important;margin:38px 0 14px!important}.sd-page-content-wrap h3,.sd-post-content h3,.sd-single-content h3,.entry-content h3{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:1.5rem!important;font-weight:800!important;line-height:1.22!important;letter-spacing:-.025em!important;color:#0a0a0a!important;margin:30px 0 12px!important}.sd-page-content-wrap h4,.sd-post-content h4,.sd-single-content h4,.entry-content h4{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:1.2rem!important;font-weight:700!important;line-height:1.35!important;letter-spacing:0!important;color:#0a0a0a!important;margin:24px 0 10px!important}.sd-page-content-wrap ul,.sd-page-content-wrap ol,.sd-post-content ul,.sd-post-content ol,.sd-single-content ul,.sd-single-content ol,.entry-content ul,.entry-content ol{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:1.08rem!important;font-weight:400!important;line-height:1.75!important;color:#1f2937!important;margin:0 0 22px 24px!important;padding-left:4px!important}.sd-page-content-wrap li::marker,.sd-post-content li::marker,.sd-single-content li::marker,.entry-content li::marker{color:#0033a0!important}.sd-page-content-wrap strong,.sd-page-content-wrap b,.sd-post-content strong,.sd-post-content b,.sd-single-content strong,.sd-single-content b,.entry-content strong,.entry-content b{font-family:inherit!important;font-weight:700!important;color:inherit!important}.sd-page-content-wrap .wpcf7,.sd-post-content .wpcf7,.sd-single-content .wpcf7,.entry-content .wpcf7{width:100%!important;max-width:720px!important;margin:0 auto!important}.sd-page-content-wrap .wpcf7 form,.sd-post-content .wpcf7 form,.sd-single-content .wpcf7 form,.entry-content .wpcf7 form{display:grid!important;gap:16px!important;width:100%!important;margin:0 auto!important;padding:34px!important;background:#ffffff!important;border:1px solid rgb(10 10 10 / .08)!important;border-radius:18px!important;box-shadow:0 12px 32px rgb(10 10 10 / .06)!important}.sd-page-content-wrap .wpcf7 p,.sd-post-content .wpcf7 p,.sd-single-content .wpcf7 p,.entry-content .wpcf7 p{margin:0!important;color:#1f2937!important}.sd-page-content-wrap .wpcf7 label,.sd-post-content .wpcf7 label,.sd-single-content .wpcf7 label,.entry-content .wpcf7 label{display:block!important;margin:0 0 8px!important;font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:.92rem!important;font-weight:700!important;color:#0a0a0a!important}.sd-page-content-wrap .wpcf7-form-control-wrap,.sd-post-content .wpcf7-form-control-wrap,.sd-single-content .wpcf7-form-control-wrap,.entry-content .wpcf7-form-control-wrap{display:block!important;width:100%!important;margin-bottom:10px!important}.sd-page-content-wrap .wpcf7 input[type="text"],.sd-page-content-wrap .wpcf7 input[type="email"],.sd-page-content-wrap .wpcf7 input[type="tel"],.sd-page-content-wrap .wpcf7 input[type="url"],.sd-page-content-wrap .wpcf7 input[type="number"],.sd-page-content-wrap .wpcf7 select,.sd-page-content-wrap .wpcf7 textarea,.sd-post-content .wpcf7 input[type="text"],.sd-post-content .wpcf7 input[type="email"],.sd-post-content .wpcf7 input[type="tel"],.sd-post-content .wpcf7 input[type="url"],.sd-post-content .wpcf7 input[type="number"],.sd-post-content .wpcf7 select,.sd-post-content .wpcf7 textarea,.sd-single-content .wpcf7 input[type="text"],.sd-single-content .wpcf7 input[type="email"],.sd-single-content .wpcf7 input[type="tel"],.sd-single-content .wpcf7 input[type="url"],.sd-single-content .wpcf7 input[type="number"],.sd-single-content .wpcf7 select,.sd-single-content .wpcf7 textarea,.entry-content .wpcf7 input[type="text"],.entry-content .wpcf7 input[type="email"],.entry-content .wpcf7 input[type="tel"],.entry-content .wpcf7 input[type="url"],.entry-content .wpcf7 input[type="number"],.entry-content .wpcf7 select,.entry-content .wpcf7 textarea{width:100%!important;min-height:50px!important;margin-bottom:10px!important;padding:13px 16px!important;background:#f8fafc!important;border:1px solid #dbe3ef!important;border-radius:12px!important;color:#0f172a!important;font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:1rem!important;font-weight:400!important;line-height:1.4!important;outline:none!important;box-shadow:none!important;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease!important}.sd-page-content-wrap .wpcf7 textarea,.sd-post-content .wpcf7 textarea,.sd-single-content .wpcf7 textarea,.entry-content .wpcf7 textarea{min-height:170px!important;resize:vertical!important}.sd-page-content-wrap .wpcf7 input:focus,.sd-page-content-wrap .wpcf7 select:focus,.sd-page-content-wrap .wpcf7 textarea:focus,.sd-post-content .wpcf7 input:focus,.sd-post-content .wpcf7 select:focus,.sd-post-content .wpcf7 textarea:focus,.sd-single-content .wpcf7 input:focus,.sd-single-content .wpcf7 select:focus,.sd-single-content .wpcf7 textarea:focus,.entry-content .wpcf7 input:focus,.entry-content .wpcf7 select:focus,.entry-content .wpcf7 textarea:focus{background:#ffffff!important;border-color:#0033a0!important;box-shadow:0 0 0 4px rgb(0 51 160 / .08)!important}.sd-page-content-wrap .wpcf7 input::placeholder,.sd-page-content-wrap .wpcf7 textarea::placeholder,.sd-post-content .wpcf7 input::placeholder,.sd-post-content .wpcf7 textarea::placeholder,.sd-single-content .wpcf7 input::placeholder,.sd-single-content .wpcf7 textarea::placeholder,.entry-content .wpcf7 input::placeholder,.entry-content .wpcf7 textarea::placeholder{color:#8a94a6!important}.sd-page-content-wrap .wpcf7 input[type="submit"],.sd-post-content .wpcf7 input[type="submit"],.sd-single-content .wpcf7 input[type="submit"],.entry-content .wpcf7 input[type="submit"]{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:180px!important;min-height:50px!important;padding:13px 28px!important;margin:8px auto 0!important;background:#0033a0!important;border:1px solid #0033a0!important;border-radius:9999px!important;color:#ffffff!important;font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:1rem!important;font-weight:800!important;line-height:1.2!important;cursor:pointer!important;box-shadow:none!important;transition:background .2s ease,border-color .2s ease,transform .2s ease!important}.sd-page-content-wrap .wpcf7 input[type="submit"]:hover,.sd-post-content .wpcf7 input[type="submit"]:hover,.sd-single-content .wpcf7 input[type="submit"]:hover,.entry-content .wpcf7 input[type="submit"]:hover{background:#001d6e!important;border-color:#001d6e!important;transform:translateY(-1px)!important}.sd-page-content-wrap .wpcf7-spinner,.sd-post-content .wpcf7-spinner,.sd-single-content .wpcf7-spinner,.entry-content .wpcf7-spinner{margin:0 0 0 12px!important}.sd-page-content-wrap .wpcf7-not-valid-tip,.sd-post-content .wpcf7-not-valid-tip,.sd-single-content .wpcf7-not-valid-tip,.entry-content .wpcf7-not-valid-tip{margin-top:6px!important;font-size:.86rem!important;color:#dc2626!important}.sd-page-content-wrap .wpcf7 form .wpcf7-response-output,.sd-post-content .wpcf7 form .wpcf7-response-output,.sd-single-content .wpcf7 form .wpcf7-response-output,.entry-content .wpcf7 form .wpcf7-response-output{margin:4px 0 0!important;padding:12px 14px!important;border-radius:12px!important;font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;font-size:.95rem!important;line-height:1.45!important}@media (max-width:640px){.sd-page-content-wrap .wpcf7 form,.sd-post-content .wpcf7 form,.sd-single-content .wpcf7 form,.entry-content .wpcf7 form{padding:22px!important;border-radius:14px!important}}:root,html:root,html{--font-heading:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif !important;--font-body:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif !important}html,body,.sd-wrap,input,textarea,select,button,.sd-btn,.sd-nav a,.sd-mobile-nav a,.sd-hero-desc,.sd-trust-item,.sd-cta-desc,.sd-smart-desc,.sd-lead,.sd-pub-name,.sd-pub-domain,.sd-pub-domain-txt,.sd-pub-cat,.sd-pub-detail-link,.sd-feature-desc,.sd-post-excerpt,.sd-post-cat,.sd-post-date,.sd-stat-name,.sd-stat-sub,.sd-hero-stat-num,.sd-hero-stat-lbl,.sd-footer-col-title,.sd-footer-links a,.sd-footer-contact-item,.sd-footer-brand-desc,.sd-footer-meta,.sd-footer-copy,.sd-footer-payment,.sd-tag,.sd-hero-badge,.sd-ai-badge,.sd-cta-note,.sd-ai-card-sub,.sd-ai-stat-lbl,.sd-pub-metric-key,.sd-pub-metric-val,.sd-check-list li,.sd-breadcrumbs,.sd-breadcrumb-item,.sd-page-hero-inner p,.sd-blog-hero-desc{font-family:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important}h1,h2,h3,.sd-hero-title,.sd-blog-hero-title,.sd-single-title,.sd-page-hero-inner h1,.sd-h2,.sd-smart-title,.sd-cta-title,.sd-feature-title,.sd-pub-name,.sd-post-title,.sd-ai-card-title,.sd-artype-title,.sd-related-title,.sd-404 h2,.sd-404-code{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important}h4,h5,h6,.sd-stat-name,.sd-widget-label,.sd-widget-title{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important}.sd-header,.sd-header *,.sd-logo,.sd-logo-text,.sd-nav,.sd-nav a,.sd-mobile-nav,.sd-mobile-nav a{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important}.sd-logo,.sd-logo-text{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important}.sd-footer,.sd-footer *,.sd-footer-widget,.sd-footer-widget *{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important}.sd-footer-col-title,.sd-footer .sd-footer-col-title,.sd-footer-widget h1,.sd-footer-widget h2,.sd-footer-widget h3,.sd-footer-widget h4{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important}.sd-statsbar{padding:18px 0!important}.sd-stat-block{padding:4px 6px!important;gap:10px!important}.sd-stat-icon{width:36px!important;height:36px!important;font-size:1.1rem!important}.sd-stat-icon .sd-icon{width:18px!important;height:18px!important}.sd-stat-name{font-size:.95rem!important;line-height:1.2!important}.sd-stat-sub{font-size:.82rem!important;line-height:1.2!important}@media (max-width:640px){.sd-statsbar{padding:14px 0!important}}.sd-tag,div.sd-tag,.sd-section-header .sd-tag{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:6px 16px!important;line-height:1.5!important;display:inline-block!important}.sd-section{padding:56px 0!important}.sd-section-dark,.sd-section-darker{padding:56px 0!important}.sd-section-header{margin-bottom:40px!important}@media (max-width:640px){.sd-section,.sd-section-dark,.sd-section-darker{padding:40px 0!important}.sd-section-header{margin-bottom:28px!important}}.sd-section,.sd-section-dark,.sd-section-darker{padding:48px 0!important}.sd-section-header{margin-bottom:36px!important;margin-top:0!important}.sd-section>.sd-wrap>*:last-child,.sd-section .sd-features-grid,.sd-section .sd-pubs-grid,.sd-section .sd-smart-grid{margin-bottom:0!important}.sd-smart-grid{padding:0!important;margin:0!important;align-items:start!important}.sd-smart-left,.sd-smart-left>*:last-child{margin-bottom:0!important}.sd-smart-btns{margin-bottom:0!important}.sd-hero{padding:80px 0 56px!important;min-height:auto!important}.sd-cta-section{padding:64px 0!important}@media (max-width:640px){.sd-section,.sd-section-dark,.sd-section-darker{padding:36px 0!important}.sd-section-header{margin-bottom:24px!important}.sd-hero{padding:48px 0 36px!important}.sd-cta-section{padding:48px 0!important}}.sd-section,.sd-section-dark,.sd-section-darker{padding:64px 0!important}.sd-section-header{margin-bottom:44px!important}.sd-hero{padding:96px 0 72px!important}.sd-cta-section{padding:80px 0!important}@media (max-width:640px){.sd-section,.sd-section-dark,.sd-section-darker{padding:44px 0!important}.sd-section-header{margin-bottom:28px!important}.sd-hero{padding:60px 0 44px!important}.sd-cta-section{padding:56px 0!important}}.sd-section-darker+.sd-section-darker,.sd-section-dark+.sd-section-dark{padding-top:0!important}.sd-section-darker+.sd-section-darker>.sd-wrap,.sd-section-dark+.sd-section-dark>.sd-wrap{border-top:1px solid rgb(10 10 10 / .06);padding-top:64px!important}@media (max-width:640px){.sd-section-darker+.sd-section-darker>.sd-wrap,.sd-section-dark+.sd-section-dark>.sd-wrap{padding-top:44px!important}}.sd-sol-section{padding:70px 0!important}.sd-sol-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sd-sol-card{background:#fff;border:1.5px solid rgb(0 0 0 / .08);border-radius:20px;padding:26px 28px 24px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;position:relative}.sd-sol-card:hover{border-color:rgb(37 99 235 / .25);box-shadow:0 8px 32px rgb(37 99 235 / .1);transform:translateY(-3px)}.sd-sol-head{display:flex;align-items:center;gap:14px}.sd-sol-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:rgb(37 99 235 / .07);border-radius:12px;color:#2563eb;flex-shrink:0}.sd-sol-title{font-family:'Plus Jakarta Sans',system-ui,sans-serif!important;font-size:1.2rem!important;font-weight:700!important;color:#0a0a0a!important;letter-spacing:-.02em!important;line-height:1.25!important;margin:0!important;padding-bottom:0!important;position:relative}.sd-sol-title::after{display:none!important}.sd-sol-text{color:#475569!important;font-size:.96rem!important;line-height:1.7!important;margin:0!important;flex:1}.sd-sol-link{display:inline-flex;align-items:center;gap:6px;color:#0033a0!important;font-size:.9rem;font-weight:700;text-decoration:none;margin-top:6px;transition:gap .2s ease,color .2s ease}.sd-sol-link:hover{color:#001d6e!important;gap:10px}@media (max-width:640px){.sd-sol-grid{grid-template-columns:1fr!important;gap:16px!important}.sd-sol-card{padding:24px 20px!important;background:#ffffff!important;border:1.5px solid rgb(0 0 0 / .08)!important;border-radius:18px!important;box-shadow:0 2px 8px rgb(10 10 10 / .04)!important}}html body.home h2.sd-h2,html body.home .sd-h2,html body.home h2.sd-smart-title,html body.home .sd-smart-title,html body.home h2.sd-cta-title,html body.home .sd-cta-title,html body.page-template-front h2.sd-h2,html body.page-template-front .sd-h2,html body.page-template-front h2.sd-smart-title,html body.page-template-front .sd-smart-title,html body.page-template-front h2.sd-cta-title,html body.page-template-front .sd-cta-title{color:#0033a0!important;-webkit-text-fill-color:#0033a0!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important}@media (max-width:640px){html body.home h2.sd-h2,html body.home .sd-h2,html body.home h2.sd-smart-title,html body.home .sd-smart-title,html body.home h2.sd-cta-title,html body.home .sd-cta-title{color:#0033a0!important;-webkit-text-fill-color:#0033a0!important}}.sd-nav-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.sd-nav-menu .sd-nav-item{position:relative;display:flex;align-items:center}.sd-nav .sd-submenu-toggle{display:flex;align-items:center;justify-content:center;width:16px;height:20px;padding:0;margin-left:-4px;background:#fff0;border:none;cursor:pointer;color:#525866;border-radius:4px;transition:transform .2s ease,color .2s ease;flex-shrink:0}.sd-nav .sd-nav-item:hover .sd-submenu-toggle,.sd-nav .sd-nav-item.open .sd-submenu-toggle{color:#0033a0}.sd-nav .sd-nav-item.open .sd-submenu-toggle{transform:rotate(180deg)}.sd-nav .sd-nav-item.has-children::after{content:'';position:absolute;top:100%;left:-20px;right:-20px;height:20px;pointer-events:auto}.sd-nav .sd-submenu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:180px;background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:12px;box-shadow:0 8px 32px rgb(0 51 160 / .12);list-style:none;margin:0;padding:6px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;transform:translateX(-50%) translateY(-4px);z-index:9999}.sd-nav .sd-nav-item:hover .sd-submenu,.sd-nav .sd-nav-item.open .sd-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s}.sd-nav .sd-submenu::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:12px;height:6px;background:#fff;clip-path:polygon(50% 0%,0% 100%,100% 100%);filter:drop-shadow(0 -1px 1px rgb(0 0 0 / .06))}.sd-nav .sd-submenu li{list-style:none}.sd-nav .sd-submenu a{display:block!important;padding:8px 14px!important;border-radius:8px!important;white-space:nowrap;font-size:.88rem!important;color:#525866!important;font-weight:500!important;transition:background .15s ease,color .15s ease}.sd-nav .sd-submenu a:hover{background:#eff6ff!important;color:#0033a0!important}.sd-mobile-menu{list-style:none;margin:0;padding:0;width:100%}.sd-mobile-menu{width:100%}.sd-mob-item{border-bottom:1px solid rgb(0 0 0 / .06)}.sd-mob-item:last-child{border-bottom:none}.sd-mob-item-inner{display:flex;align-items:center;justify-content:space-between}.sd-mob-item-inner a{flex:1}.sd-mob-sub-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:44px;background:#fff0;border:none;cursor:pointer;color:#525866;flex-shrink:0;transition:transform .25s ease}.sd-mob-item.open .sd-mob-sub-toggle{transform:rotate(180deg)}.sd-mob-submenu{list-style:none;margin:0;padding:0 0 4px 0;display:none;background:#f7f8fa}.sd-mob-item.open .sd-mob-submenu{display:block}.sd-mob-submenu li{list-style:none}.sd-mob-submenu a{display:block!important;padding:10px 16px 10px 28px!important;font-size:.88rem!important;color:#525866!important;font-weight:500!important}.sd-mob-submenu a:hover{background:rgb(0 51 160 / .06)!important;color:#0033a0!important}.sd-toggle{display:none;flex-direction:column;gap:4px;background:#fff0;border:1px solid rgb(10 10 10 / .12);border-radius:10px;padding:10px;cursor:pointer;width:42px;height:42px;align-items:center;justify-content:center;flex-shrink:0}.sd-toggle span{display:block;width:20px;height:2px;background:#0a0a0a;border-radius:2px;transition:transform .25s ease,opacity .15s ease}.sd-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.sd-toggle.open span:nth-child(2){opacity:0}.sd-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media (max-width:900px){.sd-nav{display:none!important}.sd-toggle{display:flex!important}.sd-header-actions{gap:8px!important}.sd-header-actions .sd-btn-ghost,.sd-header-actions .sd-btn-outline{display:none!important}.sd-header-actions .sd-btn-primary{padding:10px 18px!important;font-size:.88rem!important}.sd-mobile-nav{display:none!important;position:fixed!important;top:var(--header-h,72px)!important;left:0!important;right:0!important;background:#ffffff!important;border-bottom:1px solid rgb(10 10 10 / .08)!important;box-shadow:0 8px 24px rgb(10 10 10 / .08)!important;padding:20px!important;z-index:999!important;flex-direction:column!important;gap:6px!important;max-height:calc(100vh - 72px)!important;overflow-y:auto!important}.sd-mobile-nav.open{display:flex!important}.sd-mobile-nav a{display:block!important;padding:12px 16px!important;border-radius:10px!important;color:#475569!important;font-weight:600!important;font-size:.95rem!important}.sd-mobile-nav a:hover,.sd-mobile-nav a.current{background:rgb(0 51 160 / .06)!important;color:#0033a0!important}.sd-mobile-nav .sd-btn{margin-top:8px!important;text-align:center!important;justify-content:center!important;width:100%!important}}@media (max-width:640px){.sd-statsbar{padding:14px 0!important}.sd-statsbar-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.sd-stat-block{padding:8px!important;gap:8px!important;background:#ffffff!important;border:1px solid rgb(10 10 10 / .06)!important;border-radius:10px!important}.sd-stat-icon{width:30px!important;height:30px!important}.sd-stat-icon .sd-icon{width:16px!important;height:16px!important}.sd-stat-name{font-size:.82rem!important}.sd-stat-sub{font-size:.72rem!important}}@media (max-width:640px){.sd-hero{padding:32px 0 32px!important;min-height:auto!important}.sd-hero-title{font-size:clamp(1.6rem,7vw,2.2rem)!important;margin-bottom:14px!important}.sd-hero-desc{font-size:.95rem!important;margin-bottom:24px!important}.sd-hero-btns{gap:10px!important;margin-bottom:24px!important}.sd-hero-btns .sd-btn{width:100%!important}.sd-hero-trust{gap:14px!important;margin-bottom:24px!important}.sd-hero-stats{gap:14px!important;padding-top:24px!important}.sd-hero-stat-num{font-size:1.6rem!important}.sd-hero-stat-sep{display:none!important}.sd-hero-badge{font-size:.74rem!important;padding:5px 12px!important;margin-bottom:18px!important}}@media (max-width:640px){.sd-features-grid,.sd-pubs-grid{grid-template-columns:1fr!important;gap:14px!important}.sd-feature,.sd-pub-card{padding:18px!important}.sd-feature-icon{width:42px!important;height:42px!important;margin-bottom:14px!important}.sd-feature-title{font-size:1.1rem!important}.sd-feature-desc{font-size:.92rem!important}.sd-section,.sd-section-dark,.sd-section-darker{padding:32px 0!important}.sd-section-header{margin-bottom:24px!important}.sd-h2,.sd-smart-title,.sd-cta-title{font-size:clamp(1.4rem,5.5vw,1.8rem)!important}.sd-lead,.sd-smart-desc,.sd-cta-desc{font-size:.95rem!important}}@media (max-width:640px){.sd-feature.sd-feature--has-icon{display:grid!important;grid-template-columns:auto 1fr!important;grid-template-areas:"icon title" "desc desc" "btn btn"!important;column-gap:14px!important;row-gap:10px!important;align-items:center!important;padding:18px!important}.sd-feature.sd-feature--has-icon .sd-feature-icon{grid-area:icon!important;margin-bottom:0!important;width:42px!important;height:42px!important;flex-shrink:0!important}.sd-feature.sd-feature--has-icon .sd-feature-title{grid-area:title!important;margin:0!important;font-size:1.05rem!important;line-height:1.25!important;align-self:center!important}.sd-feature.sd-feature--has-icon .sd-feature-desc{grid-area:desc!important;font-size:.92rem!important;margin:0!important}.sd-feature.sd-feature--has-icon .sd-feature-btn{grid-area:btn!important;margin-top:4px!important}}.sd-ai-badge,div.sd-ai-badge{background:transparent!important;border:1px solid rgb(0 51 160 / .2)!important;color:#0033a0!important;border-radius:9999px!important;font-family:'DM Sans','Plus Jakarta Sans',sans-serif!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:6px 16px!important;line-height:1.5!important;display:inline-block!important;margin-bottom:18px!important;box-shadow:none!important}.sd-ai-stat{background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:20px!important;box-shadow:0 1px 2px rgb(10 10 10 / .03)!important}.sd-ai-stat-val{background:none!important;-webkit-text-fill-color:#0033a0!important;color:#0033a0!important;font-family:'DM Sans','Plus Jakarta Sans',sans-serif!important;font-size:1.6rem!important;font-weight:800!important;letter-spacing:-.02em!important}.sd-ai-stat-lbl{color:#525866!important;font-weight:500!important;font-size:.88rem!important}.sd-single-content a:not(.sd-content-btn):not(.sd-btn):not(.wp-block-button__link),.sd-single-content a:not(.sd-content-btn):not(.sd-btn):not(.wp-block-button__link) *,.sd-post-content a:not(.sd-content-btn):not(.sd-btn):not(.wp-block-button__link),.entry-content a:not(.sd-content-btn):not(.sd-btn):not(.wp-block-button__link),.sd-single-main a:not(.sd-content-btn):not(.sd-btn),.sd-single-content .ez-toc a,.sd-single-content .ez-toc-list a,.sd-single-content nav.toc a,.sd-single-content [class*="toc"] a,.sd-single-content [class*="cuprins"] a,.sd-single-content table.ez-toc-counter a{color:#0033a0!important;text-decoration:underline!important;text-underline-offset:3px!important;text-decoration-thickness:1.5px!important;font-weight:500!important}.sd-single-content a:hover,.sd-post-content a:hover,.entry-content a:hover{color:#001d6e!important;text-decoration:none!important}.sd-blog-sidebar a,.sd-single-sidebar a,.sd-blog-sidebar .sd-widget a,.sd-single-sidebar .sd-widget a,body.single-post .sd-single-sidebar .widget a,body.blog .sd-blog-sidebar .widget a{color:#475569!important;text-decoration:none!important;font-weight:500!important}body.single-post .sd-single-sidebar .widget a:hover,body.blog .sd-blog-sidebar .widget a:hover,.sd-blog-sidebar a:hover,.sd-single-sidebar a:hover{color:#0033a0!important}.sd-page-hero .sd-breadcrumbs,.sd-page-hero-inner .sd-breadcrumbs{justify-content:center!important;margin:14px 0 0!important;font-size:.92rem!important;color:#525866!important;flex-wrap:wrap!important}.sd-page-hero .sd-breadcrumbs a,.sd-page-hero-inner .sd-breadcrumbs a{color:#0033a0!important;text-decoration:none!important;font-weight:600!important}.sd-page-hero .sd-breadcrumbs a:hover,.sd-page-hero-inner .sd-breadcrumbs a:hover{color:#001d6e!important;text-decoration:underline!important}.sd-page-hero .sd-breadcrumb-sep,.sd-page-hero-inner .sd-breadcrumb-sep{color:#94a3b8!important;margin:0 4px!important}.sd-single-hero-wrap .sd-breadcrumbs{justify-content:flex-start!important}.sd-page-hero,body.page .sd-page-hero{padding:40px 0 40px!important}@media (max-width:640px){.sd-page-hero,body.page .sd-page-hero{padding:32px 0 32px!important}}h1,.sd-hero-title,.sd-blog-hero-title,.sd-single-title,.sd-page-hero-inner h1{font-size:clamp(2rem,4vw,3rem)!important;line-height:1.1!important}h2,.sd-h2,.sd-smart-title,.sd-cta-title{font-size:clamp(1.6rem,3.2vw,2.4rem)!important;line-height:1.15!important}.sd-hero .sd-hero-title{font-size:clamp(2.4rem,5vw,3.6rem)!important}@media (max-width:640px){h1,.sd-page-hero-inner h1,.sd-blog-hero-title,.sd-single-title{font-size:clamp(1.7rem,6vw,2.1rem)!important}.sd-hero .sd-hero-title{font-size:clamp(1.8rem,7vw,2.4rem)!important}h2,.sd-h2,.sd-smart-title,.sd-cta-title{font-size:clamp(1.4rem,5vw,1.8rem)!important}}.sd-page-hero,body.page .sd-page-hero{padding:40px 0 0!important}body.page .sd-section.sd-section-dark,body.page .sd-section.sd-section-darker{padding:40px 0 64px!important}@media (max-width:640px){.sd-page-hero,body.page .sd-page-hero{padding:32px 0 0!important}body.page .sd-section.sd-section-dark,body.page .sd-section.sd-section-darker{padding:32px 0 48px!important}}.sd-page-hero .sd-breadcrumbs,.sd-page-hero-inner .sd-breadcrumbs{margin:10px 0 0!important}.sd-page-hero,body.page .sd-page-hero{padding:24px 0 0!important}body.page .sd-section.sd-section-dark,body.page .sd-section.sd-section-darker{padding:24px 0 64px!important}@media (max-width:640px){.sd-page-hero,body.page .sd-page-hero{padding:18px 0 0!important}body.page .sd-section.sd-section-dark,body.page .sd-section.sd-section-darker{padding:18px 0 48px!important}}.sd-page-hero .sd-breadcrumbs,.sd-page-hero-inner .sd-breadcrumbs{margin:8px 0 0!important}.sd-page-hero,body.page .sd-page-hero{padding:32px 0 16px!important}body.page .sd-section.sd-section-dark,body.page .sd-section.sd-section-darker{padding:32px 0 64px!important}body.page .sd-page-hero+.sd-section>.sd-wrap{border-top:none!important;padding-top:0!important}@media (max-width:640px){.sd-page-hero,body.page .sd-page-hero{padding:24px 0 12px!important}body.page .sd-section.sd-section-dark,body.page .sd-section.sd-section-darker{padding:24px 0 48px!important}}body.page .sd-post-content>img.aligncenter,body.single .sd-post-content>img.aligncenter,body.page .sd-post-content img.aligncenter,body.single .sd-post-content img.aligncenter,body.page .sd-single-content img.aligncenter,body.single .sd-single-content img.aligncenter,body.page .entry-content img.aligncenter,body.single .entry-content img.aligncenter,.sd-post-content img.aligncenter,.sd-single-content img.aligncenter,.entry-content img.aligncenter,img.aligncenter{display:block!important;margin-left:auto!important;margin-right:auto!important;margin-top:24px!important;margin-bottom:24px!important;float:none!important;text-align:center!important}body.page .sd-post-content img.sd-img-rounded-sm,body.single .sd-post-content img.sd-img-rounded-sm,body img.aligncenter.sd-img-rounded-sm,img.aligncenter.sd-img-rounded-sm{border-radius:6px!important}body.page .sd-post-content img.sd-img-rounded,body.single .sd-post-content img.sd-img-rounded,body img.aligncenter.sd-img-rounded,img.aligncenter.sd-img-rounded{border-radius:12px!important}body.page .sd-post-content img.sd-img-rounded-lg,body.single .sd-post-content img.sd-img-rounded-lg,body img.aligncenter.sd-img-rounded-lg,img.aligncenter.sd-img-rounded-lg{border-radius:24px!important}body.page .sd-post-content img.sd-img-circle,body.single .sd-post-content img.sd-img-circle,body img.aligncenter.sd-img-circle,img.aligncenter.sd-img-circle{border-radius:50%!important}body.page .sd-post-content figure.aligncenter,body.single .sd-post-content figure.aligncenter,.sd-post-content figure.aligncenter,.entry-content figure.aligncenter,.wp-caption.aligncenter,.wp-block-image.aligncenter,figure.aligncenter{display:block!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;float:none!important}.wp-caption.aligncenter img,.wp-block-image.aligncenter img,figure.aligncenter img{display:block!important;margin:0 auto!important}.sd-post-content>img,body.page .sd-post-content>img{margin-left:auto!important;margin-right:auto!important}#responsive-form .form-row{display:flex!important;flex-wrap:wrap!important;gap:20px!important;width:100%!important;margin-bottom:18px!important;box-sizing:border-box!important}#responsive-form .column-half{width:calc(50% - 10px)!important;box-sizing:border-box!important}#responsive-form .column-full{width:100%!important;box-sizing:border-box!important}#responsive-form input[type="text"],#responsive-form input[type="url"],#responsive-form input[type="tel"],#responsive-form input[type="email"],#responsive-form input[type="number"],#responsive-form textarea,#responsive-form select{width:100%!important;max-width:100%!important;box-sizing:border-box!important;background:#ffffff!important;color:#0a0a0a!important;border:1px solid #e2e8f0!important;border-radius:10px!important;box-shadow:none!important;font-family:'Plus Jakarta Sans',sans-serif!important;font-size:15px!important;line-height:1.4!important;padding:12px 14px!important;transition:border-color .15s ease,box-shadow .15s ease!important}#responsive-form input[type="text"],#responsive-form input[type="url"],#responsive-form input[type="tel"],#responsive-form input[type="email"],#responsive-form input[type="number"]{height:46px!important}#responsive-form textarea{min-height:130px!important;resize:vertical!important}#responsive-form input:focus,#responsive-form textarea:focus,#responsive-form select:focus{outline:none!important;border-color:#0033a0!important;box-shadow:0 0 0 3px rgb(0 51 160 / .12)!important}#responsive-form input::placeholder,#responsive-form textarea::placeholder{color:#8a94a6!important;opacity:1!important}#responsive-form .wpcf7-acceptance{display:block!important;width:100%!important}#responsive-form .wpcf7-acceptance label{display:flex!important;align-items:flex-start!important;gap:10px!important;margin:0!important}#responsive-form .wpcf7-acceptance input[type="checkbox"]{margin-top:4px!important;accent-color:#0033a0!important;width:18px!important;height:18px!important}#responsive-form .wpcf7-list-item{margin:0!important}#responsive-form .wpcf7-list-item-label{color:#475569!important;font-size:14px!important;line-height:1.5!important}#responsive-form .form-row:last-child{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;column-gap:24px!important;margin-top:10px!important;margin-bottom:0!important}#responsive-form .form-row:last-child .column-half{width:100%!important;display:flex!important;align-items:center!important}#responsive-form .form-row:last-child .column-half:first-child,#responsive-form .form-row:last-child .column-half:last-child{justify-content:center!important}#responsive-form .cf7ic_instructions{color:#475569!important;text-align:center!important;margin:0 0 8px 0!important;font-size:14px!important;line-height:1.45!important}#responsive-form .captcha-image{display:inline-block!important;text-align:center!important;border:0!important;padding:0!important}#responsive-form .captcha-image svg{width:40px!important;height:40px!important;padding:5px!important;box-sizing:border-box!important;color:#0033a0!important}#responsive-form input.wpcf7-submit,#responsive-form input[type="submit"],#responsive-form button[type="submit"]{width:100%!important;max-width:320px!important;height:54px!important;padding:0 28px!important;background:linear-gradient(135deg,#0033a0 0%,#001d6e 100%)!important;color:#ffffff!important;border:none!important;border-radius:9999px!important;box-shadow:0 4px 14px rgb(0 51 160 / .25)!important;cursor:pointer!important;font-family:'Plus Jakarta Sans',sans-serif!important;font-size:15px!important;font-weight:700!important;text-align:center!important;transition:all .2s ease!important}#responsive-form input[type="submit"]:hover,#responsive-form .wpcf7-submit:hover,#responsive-form button[type="submit"]:hover{background:linear-gradient(135deg,#001d6e 0%,#000a3d 100%)!important;color:#ffffff!important;box-shadow:0 8px 24px rgb(0 51 160 / .35)!important;transform:translateY(-1px)!important}#responsive-form .wpcf7-not-valid-tip{margin-top:6px!important;padding:6px 12px!important;font-size:12px!important;font-weight:500!important;color:#b91c1c!important;background:rgb(220 38 38 / .06)!important;border-radius:8px!important;border:none!important}#responsive-form .wpcf7-response-output{margin:18px 0 0 0!important;padding:14px 18px!important;border-radius:12px!important;font-size:14px!important;font-weight:500!important}#responsive-form .wpcf7-spinner{margin:10px 0 0 0!important;background-color:#0033a0!important}#responsive-form .wpcf7-not-valid{border-color:#dc2626!important;background:rgb(220 38 38 / .02)!important}@media only screen and (max-width:767px){#responsive-form .form-row{flex-direction:column!important;gap:14px!important;margin-bottom:14px!important}#responsive-form .column-half,#responsive-form .column-full{width:100%!important}#responsive-form input[type="text"],#responsive-form input[type="url"],#responsive-form input[type="tel"],#responsive-form input[type="email"]{height:44px!important}#responsive-form .form-row:last-child{grid-template-columns:1fr!important;row-gap:18px!important;column-gap:0!important}#responsive-form input.wpcf7-submit,#responsive-form input[type="submit"]{max-width:100%!important;height:54px!important}#responsive-form .cf7ic_instructions{font-size:14px!important}}#responsive-form .form-row{gap:14px!important;margin-bottom:12px!important}#responsive-form input[type="text"],#responsive-form input[type="url"],#responsive-form input[type="tel"],#responsive-form input[type="email"]{height:42px!important;padding:10px 14px!important}#responsive-form textarea{min-height:110px!important;padding:10px 14px!important}#responsive-form .form-row:last-child{margin-top:6px!important;column-gap:18px!important}@media (max-width:767px){#responsive-form .form-row{gap:10px!important;margin-bottom:10px!important}}.sd-statsbar{padding:24px 0!important}.sd-stat-block{padding:8px!important;gap:12px!important}.sd-stat-icon{width:48px!important;height:48px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}.sd-stat-icon .sd-icon{width:26px!important;height:26px!important}.sd-statsbar-grid>.sd-stat-block:nth-child(1) .sd-stat-icon{background:rgb(220 38 38 / .1)!important;color:#dc2626!important}.sd-statsbar-grid>.sd-stat-block:nth-child(2) .sd-stat-icon{background:rgb(22 163 74 / .1)!important;color:#16a34a!important}.sd-statsbar-grid>.sd-stat-block:nth-child(3) .sd-stat-icon{background:rgb(0 51 160 / .1)!important;color:#0033a0!important}.sd-statsbar-grid>.sd-stat-block:nth-child(4) .sd-stat-icon{background:rgb(217 119 6 / .12)!important;color:#d97706!important}.sd-stat-name{font-size:1rem!important;line-height:1.25!important;font-weight:700!important}.sd-stat-sub{font-size:.85rem!important;line-height:1.3!important;color:#525866!important}@media (max-width:640px){.sd-statsbar{padding:16px 0!important}.sd-stat-icon{width:42px!important;height:42px!important}.sd-stat-icon .sd-icon{width:22px!important;height:22px!important}}.sd-statsbar{padding:14px 0!important}.sd-stat-block{padding:4px 6px!important}@media (max-width:640px){.sd-statsbar{padding:10px 0!important}}html #wpadminbar,html #wpadminbar .ab-item,html #wpadminbar .ab-empty-item,html #wpadminbar span.ab-label,html #wpadminbar span.noticon,html #wpadminbar input,html #wpadminbar textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important}@media screen{html body.admin-bar{margin-top:32px!important}}@media screen and (max-width:782px){html body.admin-bar{margin-top:46px!important}}html .dashicons,html .dashicons:before,html .dashicons-before:before{font-family:dashicons!important}html body.page .sd-page-hero,html body.search .sd-page-hero,html body.page:not(.home) .sd-page-hero{padding:100px 0 32px!important}html body.page.admin-bar .sd-page-hero,html body.search.admin-bar .sd-page-hero,html body.page:not(.home).admin-bar .sd-page-hero{padding-top:80px!important}@media (max-width:782px){html body.page .sd-page-hero,html body.search .sd-page-hero{padding:90px 0 24px!important}html body.page.admin-bar .sd-page-hero,html body.search.admin-bar .sd-page-hero{padding-top:136px!important}}@media (max-width:640px){html body.page .sd-page-hero,html body.search .sd-page-hero{padding:88px 0 20px!important}}html body.page .sd-page-hero+.sd-section,html body.page .sd-section.sd-section-dark,html body.page .sd-section.sd-section-darker{padding:32px 0 64px!important}@media (max-width:640px){html body.page .sd-section.sd-section-dark,html body.page .sd-section.sd-section-darker{padding:24px 0 48px!important}}html body.page .sd-page-hero,html body.search .sd-page-hero,html body.page:not(.home) .sd-page-hero{padding:104px 0 32px!important}html body.page.admin-bar .sd-page-hero,html body.search.admin-bar .sd-page-hero,html body.page:not(.home).admin-bar .sd-page-hero{padding-top:80px!important}@media (max-width:782px){html body.page .sd-page-hero,html body.search .sd-page-hero{padding:96px 0 28px!important}html body.page.admin-bar .sd-page-hero,html body.search.admin-bar .sd-page-hero{padding-top:142px!important}}html body.page .sd-section.sd-section-dark,html body.page .sd-section.sd-section-darker{padding:32px 0 64px!important}@media (max-width:640px){html body.page .sd-section.sd-section-dark,html body.page .sd-section.sd-section-darker{padding:24px 0 48px!important}}html body.page>.sd-page-hero,html body.page>div.sd-page-hero,html body.page section.sd-page-hero,html body.search .sd-page-hero,html.no-js body.page .sd-page-hero{padding-top:120px!important;padding-bottom:32px!important}html body.page.admin-bar>.sd-page-hero,html body.page.admin-bar>div.sd-page-hero,html body.page.admin-bar section.sd-page-hero,html body.search.admin-bar .sd-page-hero{padding-top:152px!important}@media (max-width:782px){html body.page>.sd-page-hero,html body.page section.sd-page-hero{padding-top:108px!important}html body.page.admin-bar>.sd-page-hero,html body.page.admin-bar section.sd-page-hero{padding-top:152px!important}}@media (max-width:640px){html body.page>.sd-page-hero,html body.page section.sd-page-hero{padding-top:100px!important}}html body.page>.sd-page-hero,html body.page>div.sd-page-hero,html body.page section.sd-page-hero,html body.search .sd-page-hero{padding-top:144px!important}html body.page.admin-bar>.sd-page-hero,html body.page.admin-bar>div.sd-page-hero,html body.page.admin-bar section.sd-page-hero,html body.search.admin-bar .sd-page-hero{padding-top:176px!important}@media (max-width:782px){html body.page>.sd-page-hero,html body.page section.sd-page-hero{padding-top:124px!important}html body.page.admin-bar>.sd-page-hero,html body.page.admin-bar section.sd-page-hero{padding-top:170px!important}}@media (max-width:640px){html body.page>.sd-page-hero,html body.page section.sd-page-hero{padding-top:112px!important}}html body .sd-page-hero,html body div.sd-page-hero,html body section.sd-page-hero,.sd-page-hero{padding-top:160px!important;padding-bottom:32px!important}html body.admin-bar .sd-page-hero,html body.admin-bar div.sd-page-hero,html body.admin-bar section.sd-page-hero{padding-top:192px!important}@media (max-width:782px){html body .sd-page-hero,.sd-page-hero{padding-top:128px!important}html body.admin-bar .sd-page-hero{padding-top:174px!important}}@media (max-width:640px){html body .sd-page-hero,.sd-page-hero{padding-top:112px!important}}h2,h3,.sd-h2,h2.sd-h2,.sd-smart-title,h2.sd-smart-title,.sd-cta-title,h2.sd-cta-title,.sd-feature-title,.sd-ai-card-title,.sd-artype-title,.sd-related-title,.sd-post-title,.sd-post-title a,.sd-404 h2,.sd-post-content h2,.sd-post-content h3,.sd-post-content h4{color:#333333!important;-webkit-text-fill-color:#333333!important}html body.home h2.sd-h2,html body.home .sd-h2,html body.home h2.sd-smart-title,html body.home .sd-smart-title,html body.home h2.sd-cta-title,html body.home .sd-cta-title{color:#0033a0!important;-webkit-text-fill-color:#0033a0!important}html body.home h3,html body.home .sd-feature-title,html body.home .sd-ai-card-title,html body.home .sd-artype-title,html body.home .sd-sol-title{color:#0a0a0a!important;-webkit-text-fill-color:#0a0a0a!important}.sd-hero-title .hl{color:#0033a0!important;-webkit-text-fill-color:#0033a0!important}