:root{--color-primary:#5B5FE9;--color-primary-dark:#4347d4;--color-primary-light:#eef0ff;--color-accent:#6c70ff;--color-text:#1a1a2e;--color-text-muted:#6b7280;--color-text-light:#9ca3af;--color-bg:#fff;--color-bg-soft:#f5f6fa;--color-bg-hero:#f0f2fa;--color-border:#e5e7eb;--color-success:#10b981;--color-warning:#f59e0b;--badge-popular-bg:#dbeafe;--badge-popular-text:#1e40af;--badge-demand-bg:#dcfce7;--badge-demand-text:#166534;--badge-creative-bg:#ede9fe;--badge-creative-text:#5b21b6;--badge-new-bg:#fef3c7;--badge-new-text:#92400e;--category-blue:#5B5FE9;--category-purple:#a855f7;--category-green:#10b981;--category-yellow:#f59e0b;--category-cyan:#06b6d4;--category-orange:#f97316;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(15,23,42,.06);--shadow-md:0 4px 12px rgba(15,23,42,.08);--shadow-lg:0 12px 32px rgba(15,23,42,.1);--container-max:1280px;--header-height:80px;--font-base:'Manrope',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-base);color:var(--color-text);background:var(--color-bg);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary)}button{font-family:inherit;cursor:pointer;border:0;background:none}h1,h2,h3,h4,h5,h6{margin:0 0 .6em;line-height:1.2;font-weight:700;color:var(--color-text)}p{margin:0 0 1em}ul{margin:0;padding:0;list-style:none}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:24px}.screen-reader-text{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;left:12px;background:var(--color-primary);color:#fff;padding:8px 16px;border-radius:var(--radius-sm);z-index:9999}.skip-link:focus{top:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-full);font-weight:600;font-size:15px;line-height:1;transition:all .2s ease;cursor:pointer;white-space:nowrap;border:2px solid #fff0}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-dark);color:#fff}.btn--ghost{background:#fff;color:var(--color-primary);border-color:var(--color-primary)}.btn--ghost:hover{background:var(--color-primary-light);color:var(--color-primary)}.btn--small{padding:8px 16px;font-size:14px}.site-header{background:#fff;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:var(--header-height);padding-block:16px}.site-header__brand{display:flex;align-items:center;gap:14px;min-width:0}.site-header__brand .custom-logo-link{display:inline-flex;align-items:center;line-height:0}.site-header__brand .custom-logo{display:block;height:auto;max-height:44px;width:auto;max-width:200px;object-fit:contain}@media (max-width:600px){.site-header__brand .custom-logo{max-height:36px;max-width:150px}}@media (max-width:400px){.site-header__brand .custom-logo{max-height:32px;max-width:130px}}.site-header__logo-link{display:inline-flex;align-items:center}.site-header__logo-link svg{height:36px;width:auto}.site-header__tagline{color:var(--color-text-muted);font-size:12px;line-height:1.3;max-width:140px;border-left:1px solid var(--color-border);padding-left:14px}.site-header__nav{flex:1;display:flex;justify-content:center}.site-menu{display:flex;gap:32px}.site-menu li a{font-weight:500;font-size:15px;color:var(--color-text)}.site-menu li.current-menu-item a,.site-menu li.current_page_item a{color:var(--color-primary)}.site-header__actions{display:flex;align-items:center;gap:12px}.site-header__search-toggle{width:44px;height:44px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;color:var(--color-text);transition:background .2s ease}.site-header__search-toggle:hover{background:var(--color-bg-soft)}.site-header__nav-toggle{display:none;width:44px;height:44px;border-radius:var(--radius-sm);flex-direction:column;align-items:center;justify-content:center;gap:4px}.site-header__nav-toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:2px;transition:all .2s ease}.site-header__nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.site-header__nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.site-header__nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-header__search{background:#fff;border-top:1px solid var(--color-border);padding-block:20px}.hero{background:var(--color-bg-hero);padding-block:64px 80px;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.hero__content{max-width:600px}.hero__title{font-size:clamp(34px,4.2vw,52px);font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:-.02em}.hero__title-accent{color:var(--color-primary)}.hero__lead{font-size:17px;color:var(--color-text-muted);margin-bottom:36px;line-height:1.55}.hero__tags{margin-top:24px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.hero__tags-label{color:var(--color-text-muted);font-size:14px;margin-right:6px}.tag-chip{display:inline-flex;align-items:center;padding:8px 18px;border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:14px;font-weight:500;background:#fff;color:var(--color-text);transition:all .2s ease}.tag-chip:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-light)}.hero__visual{position:relative;min-height:460px}.hero__visual-grid{position:relative;width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:24px}.hero__visual-cell{border-radius:50% 50% 50% 50% / 35% 35% 65% 65%;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1.2;box-shadow:var(--shadow-md)}.hero__visual-cell img{width:100%;height:100%;object-fit:cover}.hero__visual-cell--purple{background:#c4b5fd}.hero__visual-cell--teal{background:#5eead4}.hero__visual-cell--yellow{background:#fde68a}.hero__visual-cell--pink{background:#fbcfe8}.hero__floating{position:absolute;width:56px;height:56px;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg)}.hero__floating--briefcase{left:-10px;top:50%;background:var(--color-primary)}.hero__floating--chart{right:-10px;top:12%;background:#fff}.search-form{width:100%;margin-bottom:0}.search-form__field{display:flex;align-items:center;background:#fff;border-radius:var(--radius-full);padding:8px 8px 8px 22px;box-shadow:var(--shadow-md);gap:12px;border:1px solid #fff0;transition:border-color .2s ease}.search-form__field:focus-within{border-color:var(--color-primary)}.search-form__icon{color:var(--color-text-muted);flex-shrink:0}.search-form__input{flex:1;border:0;background:#fff0;font-family:inherit;font-size:16px;color:var(--color-text);padding:12px 0;outline:none;min-width:0}.search-form__input::placeholder{color:var(--color-text-light)}.search-form__submit{padding:12px 28px}.section{padding-block:64px}.section--cms{padding-block:48px}.section__head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}.section__title{font-size:clamp(24px,2.5vw,32px);font-weight:700;margin:0;letter-spacing:-.01em}.section__link{color:var(--color-primary);font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:6px}.section__link:hover{color:var(--color-primary-dark)}.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.category-card{--category-accent:var(--category-blue);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;transition:all .2s ease;position:relative}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--category-accent)}.category-card--blue{--category-accent:var(--category-blue)}.category-card--purple{--category-accent:var(--category-purple)}.category-card--green{--category-accent:var(--category-green)}.category-card--yellow{--category-accent:var(--category-yellow)}.category-card--cyan{--category-accent:var(--category-cyan)}.category-card--orange{--category-accent:var(--category-orange)}.category-card__body{flex:1}.category-card__title{font-size:16px;font-weight:600;margin:0 0 6px;line-height:1.3}.category-card__count{font-size:13px;color:var(--color-text-muted);margin:0}.category-card__icon{width:48px;height:48px;border-radius:var(--radius-md);background:color-mix(in srgb,var(--category-accent) 12%,white);color:var(--category-accent);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.category-card__icon-emoji{font-size:24px;line-height:1}.category-card__icon-svg{width:24px;height:24px}.category-card__icon-img{width:28px;height:28px;object-fit:contain}.professions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.profession-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease}.profession-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary-light)}.profession-card__thumb{aspect-ratio:4/3;overflow:hidden;background:var(--color-bg-soft)}.profession-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profession-card:hover .profession-card__thumb img{transform:scale(1.05)}.profession-card__body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.profession-card__title{font-size:17px;font-weight:700;margin:0;color:var(--color-text);line-height:1.3}.profession-card__category{font-size:13px;color:var(--color-text-muted);margin:0}.profession-card__badge{margin-top:auto;padding-top:4px}.profession-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--radius-full);font-size:12px;font-weight:600;line-height:1}.profession-badge--popular{background:var(--badge-popular-bg);color:var(--badge-popular-text)}.profession-badge--high-demand{background:var(--badge-demand-bg);color:var(--badge-demand-text)}.profession-badge--creative{background:var(--badge-creative-bg);color:var(--badge-creative-text)}.profession-badge--new{background:var(--badge-new-bg);color:var(--badge-new-text)}.page-hero{background:var(--color-bg-hero);padding-block:48px 56px}.page-hero__title{font-size:clamp(28px,3vw,40px);font-weight:700;margin:12px 0 16px}.page-hero__lead{font-size:17px;color:var(--color-text-muted);max-width:720px;margin-bottom:28px}.filter-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.filter-chip{display:inline-flex;padding:8px 18px;border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:14px;font-weight:500;background:#fff;color:var(--color-text);transition:all .2s ease}.filter-chip:hover{border-color:var(--color-primary);color:var(--color-primary)}.filter-chip--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.filter-chip--active:hover{color:#fff}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-muted);margin-bottom:16px;flex-wrap:wrap}.breadcrumbs a{color:var(--color-text-muted)}.breadcrumbs a:hover{color:var(--color-primary)}.breadcrumbs__sep{color:var(--color-text-light)}.page-wrapper{padding-block:48px}.page-header{margin-bottom:32px}.page-title{font-size:clamp(28px,3vw,40px);margin:0}.cms-content{font-size:17px;line-height:1.7;color:var(--color-text)}.cms-content h2{font-size:28px;margin-top:2em}.cms-content h3{font-size:22px;margin-top:1.5em}.cms-content a{color:var(--color-primary);text-decoration:underline}.cms-content img{border-radius:var(--radius-md);margin:1em 0}.cms-content blockquote{border-left:4px solid var(--color-primary);padding-left:20px;margin:1.5em 0;font-style:italic;color:var(--color-text-muted)}.single-article{max-width:820px;margin-inline:auto}.single-article__title{font-size:clamp(28px,3.5vw,44px);margin-bottom:12px}.single-article__meta{color:var(--color-text-muted);font-size:14px;display:flex;gap:8px;margin-bottom:28px}.single-article__thumb{margin:0 0 28px;border-radius:var(--radius-lg);overflow:hidden}.single-article__content{font-size:17px;line-height:1.7}.single-article__foot{margin-top:36px}.single-article__tags{font-size:14px;color:var(--color-text-muted)}.single-article__tags a{color:var(--color-primary);margin-left:4px}.profession-single{margin-block:32px}.profession-single__layout{display:grid;grid-template-columns:1fr 1.3fr;gap:48px;align-items:flex-start}.profession-single__media{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-soft);aspect-ratio:4/3}.profession-single__media img{width:100%;height:100%;object-fit:cover}.profession-single__category-link{display:inline-flex;color:var(--color-primary);font-weight:600;margin-bottom:12px;font-size:14px}.profession-single__title{font-size:clamp(28px,3.5vw,44px);margin:0 0 16px}.profession-single__badge{margin-bottom:24px}.profession-single__content{font-size:17px;line-height:1.7}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.post-card__thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--color-bg-soft)}.post-card__thumb img{width:100%;height:100%;object-fit:cover}.post-card__body{padding:20px}.post-card__title{font-size:18px;line-height:1.3;margin:0 0 8px}.post-card__title a:hover{color:var(--color-primary)}.post-card__meta{font-size:13px;color:var(--color-text-muted);display:flex;gap:6px;margin-bottom:10px}.post-card__type{display:inline-block;font-size:12px;color:var(--color-primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.post-card__excerpt{font-size:14px;color:var(--color-text-muted);margin-bottom:12px}.pagination,.nav-links{display:flex;justify-content:center;gap:8px;margin-top:48px}.pagination .page-numbers,.nav-links .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:var(--radius-sm);border:1px solid var(--color-border);color:var(--color-text);font-weight:500}.pagination .page-numbers.current,.nav-links .page-numbers.current,.pagination .page-numbers:hover,.nav-links .page-numbers:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.error-404{padding-block:96px;background:var(--color-bg-soft)}.error-404__inner{text-align:center;max-width:560px;margin-inline:auto}.error-404__code{font-size:120px;font-weight:800;color:var(--color-primary);line-height:1;letter-spacing:-.04em;margin-bottom:12px}.error-404__title{font-size:28px;margin-bottom:12px}.error-404__lead{color:var(--color-text-muted);margin-bottom:28px}.error-404__actions{display:flex;justify-content:center;gap:12px;margin-bottom:32px;flex-wrap:wrap}.error-404__search{max-width:480px;margin-inline:auto}.empty-state{text-align:center;padding-block:48px;color:var(--color-text-muted)}.empty-state h2{color:var(--color-text);margin-bottom:8px}.site-footer{background:#0f172a;color:#cbd5e1;margin-top:64px;padding-top:64px}.site-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}.site-footer__col h4{color:#fff}.site-footer__logo svg{height:36px;filter:brightness(0) invert(1)}.site-footer__about{margin-top:16px;font-size:14px;line-height:1.6;color:#94a3b8}.footer-widget__title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;color:#fff}.footer-list{display:flex;flex-direction:column;gap:10px;font-size:14px}.footer-list a{color:#cbd5e1}.footer-list a:hover{color:#fff}.footer-social{display:flex;flex-direction:column;gap:10px;font-size:14px}.footer-social a{color:#cbd5e1}.footer-social a:hover{color:#fff}.site-footer__bottom{border-top:1px solid #1e293b;padding-block:24px}.site-footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px;color:#94a3b8}.footer-bottom-menu{display:flex;gap:24px}.footer-bottom-menu a{color:#94a3b8}.footer-bottom-menu a:hover{color:#fff}@media (max-width:1100px){.categories-grid{grid-template-columns:repeat(3,1fr)}.professions-grid{grid-template-columns:repeat(3,1fr)}.posts-grid{grid-template-columns:repeat(2,1fr)}.site-footer__inner{grid-template-columns:1fr 1fr}}@media (max-width:900px){.hero__inner{grid-template-columns:1fr;gap:40px}.hero__visual{min-height:360px;max-width:480px;margin-inline:auto}.profession-single__layout{grid-template-columns:1fr;gap:24px}.site-header__tagline{display:none}.site-header__nav{position:fixed;top:0;right:-100%;bottom:0;width:min(320px,100%);background:#fff;padding:80px 24px 24px;transition:right .3s ease;box-shadow:var(--shadow-lg);z-index:90;flex-direction:column;justify-content:flex-start}.site-header__nav.is-open{right:0}.site-menu{flex-direction:column;gap:16px}.site-header__nav-toggle{display:inline-flex;order:3}.site-header__actions .btn--ghost{display:none}}@media (max-width:700px){.hero{padding-block:40px 56px}.hero__visual-grid{gap:14px}.section{padding-block:48px}.categories-grid{grid-template-columns:repeat(2,1fr)}.professions-grid{grid-template-columns:repeat(2,1fr)}.posts-grid{grid-template-columns:1fr}.search-form__field{flex-wrap:nowrap;padding:6px 6px 6px 14px;gap:6px}.search-form__submit{flex:0 0 auto;padding:10px 20px;font-size:14px}.search-form__input{min-width:0;font-size:15px}.site-footer__inner{grid-template-columns:1fr;gap:32px;padding-bottom:32px}.site-footer__bottom-inner{justify-content:center;text-align:center}}@media (max-width:500px){.categories-grid{grid-template-columns:1fr}.professions-grid{grid-template-columns:1fr}.hero__title{font-size:32px}.error-404__code{font-size:88px}.site-header__actions .btn{padding:8px 14px;font-size:14px}}.single-page__content>*,.single-article__content>*,.profession-single__content>*,.cms-content>*{margin-block:1.2em}.single-page__content>*:first-child,.single-article__content>*:first-child,.profession-single__content>*:first-child,.cms-content>*:first-child{margin-top:0}.cms-content h2,.single-page__content h2,.single-article__content h2,.profession-single__content h2{font-size:clamp(24px,2.4vw,30px);margin-top:2em;margin-bottom:.6em;letter-spacing:-.01em}.cms-content h3,.single-page__content h3,.single-article__content h3,.profession-single__content h3{font-size:clamp(19px,2vw,22px);margin-top:1.6em;margin-bottom:.5em}.cms-content h4,.single-page__content h4,.single-article__content h4,.profession-single__content h4{font-size:17px;margin-top:1.4em;margin-bottom:.4em}.wp-block-list,.cms-content ul,.cms-content ol{padding-left:1.4em;margin-block:1em}.wp-block-list li,.cms-content li{margin-block:.4em;line-height:1.6}.wp-block-quote,.cms-content blockquote{border-left:4px solid var(--color-primary);padding:4px 20px;margin:1.5em 0;font-style:italic;color:var(--color-text-muted);background:var(--color-bg-soft);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.wp-block-table{margin-block:1.5em;overflow-x:auto}.wp-block-table table{width:100%;border-collapse:separate;border-spacing:0;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border)}.wp-block-table thead tr{background:var(--color-bg-soft)}.wp-block-table th,.wp-block-table td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--color-border);font-size:15px}.wp-block-table th{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.wp-block-table tbody tr:last-child td{border-bottom:0}.wp-block-table tbody tr:hover{background:#fafbfc}.pf-toc{background:var(--color-bg-soft);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px 28px;margin-block:2em}.pf-toc__title{font-size:14px!important;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0 0 14px!important}.pf-toc__list{padding:0!important;margin:0!important;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;counter-reset:toc}.pf-toc__list li{counter-increment:toc;display:flex;align-items:center;gap:10px;margin:0!important}.pf-toc__list li::before{content:counter(toc,decimal-leading-zero);font-weight:700;color:var(--color-primary);font-size:13px;font-variant-numeric:tabular-nums;min-width:22px}.pf-toc__list a{color:var(--color-text);font-weight:500;font-size:15px}.pf-toc__list a:hover{color:var(--color-primary)}.pf-faq{display:flex;flex-direction:column;gap:12px;margin-block:1em}.pf-faq__item{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.pf-faq__item[open]{border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.pf-faq__summary{list-style:none;cursor:pointer;padding:20px 56px 20px 24px;font-weight:600;font-size:17px;position:relative}.pf-faq__summary::-webkit-details-marker{display:none}.pf-faq__summary::after{content:"";position:absolute;right:24px;top:50%;width:14px;height:14px;border-right:2px solid var(--color-primary);border-bottom:2px solid var(--color-primary);transform:translateY(-70%) rotate(45deg);transition:transform .2s ease}.pf-faq__item[open] .pf-faq__summary::after{transform:translateY(-30%) rotate(-135deg)}.pf-faq__answer{padding:0 24px 22px;color:var(--color-text-muted);line-height:1.7}.pf-faq__answer p{margin:0 0 .5em}.pf-faq__answer p:last-child{margin:0}.pf-proscons{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-block:1em}.pf-proscons__col{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;background:#fff}.pf-proscons__col--pros{border-top:4px solid var(--color-success)}.pf-proscons__col--cons{border-top:4px solid #ef4444}.pf-proscons__title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;margin:0 0 16px!important}.pf-proscons__col--pros .pf-proscons__title{color:#047857}.pf-proscons__col--cons .pf-proscons__title{color:#b91c1c}.pf-proscons__list{list-style:none!important;padding:0!important;margin:0!important;display:flex;flex-direction:column;gap:12px}.pf-proscons__list li{display:flex;gap:10px;font-size:15px;line-height:1.5;margin:0!important}.pf-proscons__list li::before{content:"";flex-shrink:0;width:20px;height:20px;border-radius:50%;display:inline-block;background-size:12px;background-repeat:no-repeat;background-position:center;margin-top:2px}.pf-proscons__col--pros .pf-proscons__list li::before{background-color:#d1fae5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23047857' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l5 5 9-10'/%3E%3C/svg%3E")}.pf-proscons__col--cons .pf-proscons__list li::before{background-color:#fee2e2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23b91c1c' stroke-width='3' stroke-linecap='round' d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E")}.pf-howto{counter-reset:step;display:flex;flex-direction:column;gap:16px;margin-block:1em}.pf-howto__step{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;align-items:start}.pf-howto__step::before{counter-increment:step;content:counter(step);width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),#7c3aed);color:#fff;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center}.pf-howto__step h3,.pf-howto__step h4{margin:0 0 6px!important;font-size:18px!important}.pf-howto__step p{margin:0!important;color:var(--color-text-muted)}.pf-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-block:1em}.pf-info-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:20px;text-align:left}.pf-info-card__icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-primary-light);color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:20px}.pf-info-card__label{font-size:13px!important;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 4px!important}.pf-info-card__value{font-size:22px!important;font-weight:700;margin:0!important;color:var(--color-text)}.pf-skills{display:flex;flex-wrap:wrap;gap:10px;margin-block:1em}.pf-skills__chip{padding:10px 18px;border:1px solid var(--color-border);background:#fff;border-radius:var(--radius-full);font-size:14px;font-weight:500;color:var(--color-text);display:inline-flex;align-items:center;gap:8px}.pf-skills__chip::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-primary)}.pf-cta{background:linear-gradient(135deg,#5B5FE9 0%,#7c3aed 100%);color:#fff;border-radius:var(--radius-lg);padding:48px;display:grid;grid-template-columns:1.4fr 1fr;gap:32px;align-items:center;overflow:hidden;position:relative;margin-block:2em}.pf-cta::after{content:"";position:absolute;right:-40px;bottom:-40px;width:200px;height:200px;border-radius:50%;background:rgb(255 255 255 / .08)}.pf-cta__title{font-size:28px!important;margin:0 0 12px!important;font-weight:700;line-height:1.2;color:#fff!important}.pf-cta__text{margin:0!important;opacity:.92;font-size:16px}.pf-cta__actions{position:relative;z-index:1;display:flex;gap:12px;flex-wrap:wrap}.pf-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-full);font-weight:600;font-size:15px;border:2px solid #fff0;text-decoration:none}.pf-btn--white{background:#fff;color:var(--color-primary)}.pf-btn--white:hover{background:#fafbfc;color:var(--color-primary)}.pf-btn--outline{background:#fff0;color:#fff;border-color:rgb(255 255 255 / .6)}.pf-btn--outline:hover{background:rgb(255 255 255 / .1);color:#fff}.pf-related{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-block:1em}.pf-related__card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:all .2s ease}.pf-related__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pf-related__thumb{aspect-ratio:16/10;background:linear-gradient(135deg,#eef0ff,#dce3ff);display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-size:36px}.pf-related__body{padding:18px}.pf-related__cat{font-size:12px!important;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary);margin:0 0 6px!important}.pf-related__title{font-size:17px!important;margin:0 0 8px!important;color:var(--color-text)}.pf-related__meta{font-size:13px!important;color:var(--color-text-muted);margin:0!important}.pf-callout{border-radius:var(--radius-lg);padding:20px 24px;display:grid;grid-template-columns:32px 1fr;gap:16px;align-items:start;border-left:4px solid;margin-block:1em}.pf-callout--info{background:#eff6ff;border-left-color:#3b82f6;color:#1e3a8a}.pf-callout--tip{background:#ecfdf5;border-left-color:#10b981;color:#064e3b}.pf-callout--warning{background:#fffbeb;border-left-color:#f59e0b;color:#78350f}.pf-callout--danger{background:#fef2f2;border-left-color:#ef4444;color:#7f1d1d}.pf-callout__icon{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .7);font-weight:700;flex-shrink:0}.pf-callout h3,.pf-callout h4{margin:0 0 4px!important;font-size:16px!important;color:inherit}.pf-callout p{margin:0!important;font-size:14px;line-height:1.55;color:inherit}.pf-quote{background:var(--color-bg-soft);border-radius:var(--radius-lg);padding:32px 40px;position:relative;border-left:4px solid var(--color-primary);margin-block:2em;font-style:normal}.pf-quote::before{content:"\201C";position:absolute;top:8px;left:24px;font-size:64px;color:var(--color-primary);opacity:.25;line-height:1;font-family:Georgia,serif}.pf-quote__text{font-size:18px!important;font-style:italic;line-height:1.55;margin:0 0 14px!important;color:var(--color-text)}.pf-quote__author{display:flex;align-items:center;gap:12px}.pf-quote__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#a78bfa,#7c3aed);flex-shrink:0}.pf-quote__name{font-weight:600;font-size:14px}.pf-quote__role{font-size:12px;color:var(--color-text-muted)}@media (max-width:900px){.pf-proscons{grid-template-columns:1fr}.pf-info-grid{grid-template-columns:repeat(2,1fr)}.pf-related{grid-template-columns:1fr}.pf-toc__list{grid-template-columns:1fr}.pf-cta{grid-template-columns:1fr;padding:32px}}@media (max-width:600px){.pf-howto__step{grid-template-columns:48px 1fr;gap:14px;padding:18px}.pf-howto__step::before{width:36px;height:36px;font-size:16px}.pf-cta{padding:28px 24px}.pf-cta__title{font-size:22px!important}.pf-info-grid{grid-template-columns:1fr}.pf-quote{padding:24px}}.pf-sfeatures{margin-block:2em}.pf-sfeatures__title{font-size:clamp(24px,2.4vw,30px);margin-bottom:1em}.pf-sfeatures__grid{display:grid;gap:16px}.pf-sfeatures--style1 .pf-sfeatures__grid{grid-template-columns:repeat(3,1fr)}.pf-sfeatures--style2 .pf-sfeatures__grid{grid-template-columns:1fr}.pf-sfeatures--style3 .pf-sfeatures__grid{grid-template-columns:repeat(4,1fr)}.pf-sfeatures__item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:16px 20px;text-decoration:none;color:inherit;transition:all .2s ease}.pf-sfeatures__item:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:var(--color-primary)}.pf-sfeatures--style2 .pf-sfeatures__item{justify-content:flex-start}.pf-sfeatures__icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-primary-light);color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.pf-sfeatures__icon img{width:24px;height:24px;object-fit:contain}.pf-sfeatures__label{font-weight:600;font-size:15px;line-height:1.3}.pf-lfeatures{margin-block:2em}.pf-lfeatures__title{font-size:clamp(26px,2.6vw,34px);margin-bottom:1em;text-align:center}.pf-lfeatures__grid{display:flex;flex-direction:column;gap:20px}.pf-lfeatures--style3 .pf-lfeatures__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pf-lfeatures__item{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:300px 1fr;gap:0;align-items:stretch}.pf-lfeatures--style1 .pf-lfeatures__item,.pf-lfeatures--style3 .pf-lfeatures__item{grid-template-columns:1fr;display:flex;flex-direction:column}.pf-lfeatures__item--reverse{direction:rtl}.pf-lfeatures__item--reverse>*{direction:ltr}.pf-lfeatures__image{background:var(--color-bg-soft);overflow:hidden}.pf-lfeatures__image img{width:100%;height:100%;object-fit:cover;display:block}.pf-lfeatures--style1 .pf-lfeatures__image,.pf-lfeatures--style3 .pf-lfeatures__image{aspect-ratio:16/10}.pf-lfeatures__body{padding:28px;display:flex;flex-direction:column;justify-content:center;gap:12px}.pf-lfeatures__name{font-size:22px;font-weight:700;margin:0}.pf-lfeatures__text{color:var(--color-text-muted);line-height:1.6;margin:0}.pf-lfeatures__text p{margin:0 0 .8em}.pf-lfeatures__btn{display:inline-flex;align-self:flex-start;margin-top:8px;background:#3aa8db;color:#fff;padding:14px 28px;border-radius:var(--radius-sm);font-weight:600;text-decoration:none;transition:background .2s ease}.pf-lfeatures__btn:hover{background:#2a8eb8;color:#fff}.pf-lfeatures--style3 .pf-lfeatures__btn{align-self:stretch;text-align:center;justify-content:center}@media (max-width:900px){.pf-sfeatures--style1 .pf-sfeatures__grid,.pf-sfeatures--style3 .pf-sfeatures__grid{grid-template-columns:repeat(2,1fr)}.pf-lfeatures--style3 .pf-lfeatures__grid{grid-template-columns:1fr}.pf-lfeatures__item{grid-template-columns:1fr}}@media (max-width:600px){.pf-sfeatures--style1 .pf-sfeatures__grid,.pf-sfeatures--style3 .pf-sfeatures__grid{grid-template-columns:1fr}}.pf-stats{margin-block:2.5em}.pf-stats__title{text-align:center;font-size:clamp(24px,2.4vw,30px);margin-bottom:1.2em}.pf-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px}.pf-stats__item{text-align:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px 20px}.pf-stats__number{font-size:clamp(32px,4vw,48px);font-weight:800;color:var(--color-primary);line-height:1;letter-spacing:-.02em}.pf-stats__label{margin-top:8px;color:var(--color-text-muted);font-size:15px}.pf-testimonials{margin-block:2.5em}.pf-testimonials__title{text-align:center;font-size:clamp(24px,2.4vw,30px);margin-bottom:1.2em}.pf-testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.pf-testimonial{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:12px}.pf-testimonial__stars{display:flex;gap:2px;font-size:16px;color:#d1d5db}.pf-testimonial__stars .is-on{color:#f59e0b}.pf-testimonial__text{margin:0;font-size:15px;line-height:1.6;color:var(--color-text);flex:1}.pf-testimonial__author{display:flex;align-items:center;gap:12px}.pf-testimonial__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.pf-testimonial__avatar--empty{background:linear-gradient(135deg,#a78bfa,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;text-transform:uppercase}.pf-testimonial__name{font-weight:600;font-size:14px}.pf-testimonial__role{font-size:12px;color:var(--color-text-muted)}.pf-gallery{margin-block:2.5em}.pf-gallery__title{text-align:center;font-size:clamp(24px,2.4vw,30px);margin-bottom:1.2em}.pf-gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.pf-gallery__item{margin:0;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-soft);position:relative}.pf-gallery__item img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .3s ease}.pf-gallery__item:hover img{transform:scale(1.05)}.pf-gallery__item figcaption{padding:10px 14px;font-size:13px;color:var(--color-text-muted);background:#fff}.pf-video{margin-block:2.5em}.pf-video__title{text-align:center;font-size:clamp(24px,2.4vw,30px);margin-bottom:1em}.pf-video__frame{position:relative;max-width:860px;margin-inline:auto;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:16/9}.pf-video__frame iframe,.pf-video__frame video,.pf-video__frame embed,.pf-video__frame object{position:absolute;inset:0;width:100%!important;height:100%!important;border:0}.pf-video__caption{text-align:center;color:var(--color-text-muted);font-size:14px;margin-top:12px}.pf-banner{margin-block:2.5em}.pf-banner__inner{display:grid;grid-template-columns:1fr 1fr;gap:0;background:linear-gradient(135deg,#eef0ff,#f5f6fa);border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border)}.pf-banner--img-left .pf-banner__media{order:1}.pf-banner--img-left .pf-banner__body{order:2}.pf-banner__media{min-height:280px;background:var(--color-bg-soft)}.pf-banner__media img{width:100%;height:100%;object-fit:cover;display:block}.pf-banner__body{padding:48px;display:flex;flex-direction:column;justify-content:center;gap:14px}.pf-banner__title{font-size:clamp(24px,2.6vw,32px);margin:0;letter-spacing:-.01em}.pf-banner__text{margin:0;color:var(--color-text-muted);font-size:16px;line-height:1.6}.pf-banner__btn{align-self:flex-start;margin-top:8px}.pf-logos{margin-block:2.5em;text-align:center}.pf-logos__title{font-size:16px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-weight:700;margin-bottom:1.4em}.pf-logos__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px}.pf-logos__item{display:inline-flex;align-items:center}.pf-logos__item img{max-height:48px;width:auto;filter:grayscale(1);opacity:.6;transition:all .2s ease}.pf-logos__item:hover img{filter:grayscale(0);opacity:1}.pf-spacer{width:100%}.pf-spacer--small{height:30px}.pf-spacer--medium{height:60px}.pf-spacer--large{height:100px}.pf-spacer--xlarge{height:150px}.pf-spacer--divider{display:flex;align-items:center}.pf-spacer--divider::before{content:"";flex:1;height:1px;background:var(--color-border)}@media (max-width:780px){.pf-banner__inner{grid-template-columns:1fr}.pf-banner--img-left .pf-banner__media,.pf-banner--img-left .pf-banner__body{order:initial}.pf-banner__body{padding:32px}.pf-banner__media{min-height:220px}.pf-logos__row{gap:28px}}.pf-page-sections,.pf-front-sections{padding-block:1px}.pf-page-sections>*,.pf-front-sections>*{max-width:var(--container-max);margin-inline:auto;padding-inline:24px;box-sizing:border-box}.pf-page-sections>.pf-section--hero,.pf-page-sections>.hero,.pf-page-sections>.section--categories,.pf-page-sections>.section--professions,.pf-front-sections>.pf-section--hero,.pf-front-sections>.hero,.pf-front-sections>.section--categories,.pf-front-sections>.section--professions{max-width:none;padding-inline:0}.profession-single__content>.pf-section,.profession-single__content>.pf-callout,.profession-single__content>.pf-quotes,.profession-single__content>.pf-toc,.profession-single__content>.pf-spacer{max-width:100%}.pf-section,.pf-callout,.pf-toc,.pf-quotes,.pf-sfeatures,.pf-lfeatures,.pf-stats,.pf-testimonials,.pf-gallery,.pf-video,.pf-banner,.pf-logos{margin-block:40px}.pf-page-sections>*:first-child,.pf-front-sections>*:first-child{margin-top:0}.pf-page-sections>.hero,.pf-page-sections>.pf-section--hero,.pf-front-sections>.hero,.pf-front-sections>.pf-section--hero{margin-top:0}.pf-howto__outro,.pf-compare__outro{margin-top:1.2em;color:var(--color-text);line-height:1.7}.pf-quotes{margin-block:2em}.pf-quotes__title{text-align:center;font-size:clamp(24px,2.4vw,30px);margin-bottom:1em}.pf-quotes__grid{display:flex;flex-direction:column;gap:16px}.pf-quotes__grid--multi{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.pf-quotes__grid .pf-quote{margin:0}@media (max-width:700px){.pf-page-sections>*,.pf-front-sections>*{padding-inline:16px}}.pf-inline-quotes{display:flex;flex-direction:column;gap:14px;margin-block:1.5em}.pf-inline-quotes .pf-quote{margin:0}.pf-quote--big{padding-top:48px}.pf-quote--big::before{font-size:90px;top:-6px}.pf-section--compare>h2{font-size:clamp(22px,2.4vw,30px);margin-bottom:.6em}.pf-compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--color-border);border-radius:var(--radius-md);margin-block:1.2em}.pf-compare{width:100%;border-collapse:collapse;font-size:15px;min-width:480px}.pf-compare thead th{background:var(--color-bg-soft);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);padding:14px 16px;text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap}.pf-compare th:first-child,.pf-compare td:first-child{font-weight:600;color:var(--color-text)}.pf-compare td{padding:13px 16px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.pf-compare tbody tr:last-child td{border-bottom:0}.pf-compare tbody tr:nth-child(even){background:#fafbfc}@media (max-width:520px){.pf-testimonials__grid,.pf-quotes__grid--multi{grid-template-columns:1fr}.pf-stats__grid{grid-template-columns:repeat(2,1fr)}.container{padding-inline:16px}}html{overflow-x:clip}.hero__visual-single{border-radius:var(--radius-xl);overflow:hidden}.hero__visual-single img{width:100%;height:auto;display:block}.hero__visual:has(.hero__visual-single){min-height:0}.pf-compare-wrap{scrollbar-width:thin;scrollbar-color:var(--color-border) #fff0;overscroll-behavior-x:contain}.pf-compare-wrap::-webkit-scrollbar{height:7px}.pf-compare-wrap::-webkit-scrollbar-track{background:#fff0}.pf-compare-wrap::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.pf-stats__grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.pf-stats__item{flex:1 1 0%;min-width:140px}.pf-stats__intro{text-align:center;color:var(--color-text-muted);font-size:15px;line-height:1.6;margin:-4px auto 28px;max-width:760px}.pf-stats__intro p:last-child{margin:0}@media (max-width:520px){.pf-stats__grid{display:grid;grid-template-columns:repeat(2,1fr)}.pf-stats__item{flex:initial;min-width:0}}