@keyframes hero-scroll-wheel{0%{opacity:0;transform:translateX(-50%) translateY(0)}25%{opacity:1}70%{opacity:1;transform:translateX(-50%) translateY(12px)}to{opacity:0;transform:translateX(-50%) translateY(16px)}}@keyframes picproLogoMain{0%,34%,to{opacity:1;transform:scale(1) rotate(0deg);filter:none}40%,74%{opacity:0;transform:scale(.94) rotate(2deg);filter:blur(1px)}}@keyframes picproLogoQrWrap{0%,34%,to{opacity:0;transform:scale(.92);filter:blur(2px)}40%,74%{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes picproScanLine{0%,42%,to{opacity:0;transform:translateY(-12px)}46%{transform:translateY(4px);opacity:1}70%{opacity:1;transform:translateY(72px)}74%{opacity:0;transform:translateY(84px)}}@keyframes picproScanGlow{0%,43%,74%,to{opacity:0}48%,68%{opacity:1}}:root{--container:1240px;--text:#0f172a;--bg:#f8fafc;--white:#ffffff;--muted:#64748b;--line:#e2e8f0;--accent-light:#a8ecfd;--accent:#54a5cf;--accent-dark:#005fa3;--soft:#eef4ff;--radius:24px;--radius-sm:20px;--shadow:0 20px 60px rgba(15, 23, 42, 0.08)}body,html,ol,ul{margin:0;padding:0}body,h1,h2,h3,h4,h5,h6{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}body{font-weight:400;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}img,picture,svg,video{display:block;max-width:100%;height:auto}.site-breadcrumbs a,a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}.site-main{min-height:60vh}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}[id]{scroll-margin-top:100px}@media (max-width:767px){[id]{scroll-margin-top:90px}}.guide-page,.knowledge-page,.product-article-page,.site-page-shell{background-color:#f7fbff;background-image:linear-gradient(rgba(56,189,248,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(56,189,248,.04) 1px,transparent 1px);background-size:120px 120px,120px 120px;background-position:center center}@media (max-width:991px){.guide-page,.knowledge-page,.product-article-page,.site-page-shell{background-attachment:scroll}}.site-page-shell{padding:26px 0 36px}@media (max-width:767px){.site-page-shell{padding:15px 0 42px}}.site-page-width{width:100%;max-width:1280px;margin:0 auto}.site-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;font-size:14px;line-height:1.5;color:#64748b}.site-breadcrumbs a{color:#64748b}.site-breadcrumbs a:hover{color:#0f172a}.site-breadcrumbs .sep{color:#94a3b8}.site-breadcrumbs [aria-current=page]{color:#0f172a;font-weight:700}@media (max-width:767px){.site-breadcrumbs{margin-bottom:14px;font-size:13px;gap:6px}}.legal-hero--simple{padding-bottom:8px}.legal-hero-grid{grid-template-columns:1fr}.legal-article .product-hero-copy{max-width:860px}.legal-section{padding-top:8px}.legal-card{padding:34px 38px}.legal-block+.legal-block{margin-top:34px;padding-top:30px;border-top:1px solid rgba(15,23,42,.08)}.legal-block h2{margin:0 0 16px;font-size:clamp(1.45rem,2vw,1.9rem);line-height:1.2}.legal-block h3{margin:20px 0 10px;font-size:1.08rem;line-height:1.35}.legal-block p{margin:0 0 14px;color:var(--text-color, #334155);line-height:1.72}.legal-block .feature-list{margin:0}.legal-block .feature-list li{line-height:1.68}.legal-block a{word-break:break-word}@media (max-width:767px){.legal-card{padding:24px 20px}.legal-block+.legal-block{margin-top:26px;padding-top:24px}.legal-block h2{font-size:1.3rem}}:root{--site-header-height:82px;--mobile-menu-speed:0.5s}@media (max-width:980px){:root{--site-header-height:74px}}@media (max-width:767px){:root{--site-header-height:68px}}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.92)}.header-inner{min-height:var(--site-header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.header-menu>li>a,.site-logo{display:inline-flex;align-items:center;line-height:1}.site-logo{text-decoration:none}.site-logo .picpro-logo-anim{gap:5px}.site-logo .picpro-logo-stack{width:65px;height:65px;flex:0 0 65px}.site-logo .picpro-logo-word img{height:80px;width:auto;display:block}.site-nav{justify-self:center;min-width:0}.header-menu,.header-menu ul{list-style:none;margin:0;padding:0}.header-actions,.header-menu{display:flex;align-items:center}.header-menu{justify-content:center;gap:24px;flex-wrap:nowrap}.header-menu>li{position:relative}.header-menu>li>a{min-height:44px;position:relative;transition:color .25s ease}.header-menu>li>a::after{content:"";position:absolute;left:0;bottom:6px;width:100%;height:2px;border-radius:999px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.header-menu>li:hover>a::after{transform:scaleX(1)}.header-menu .sub-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:280px;display:grid;gap:0;padding:12px 0;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 18px 50px rgba(15,23,42,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .22s ease,visibility .22s ease,transform .22s ease;z-index:50}.header-menu>li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.header-menu .sub-menu a{display:block;padding:11px 18px;color:var(--text);font-size:14px;font-weight:700;line-height:1.4;transition:background .2s ease,color .2s ease}.header-menu .sub-menu a:hover{background:#f8fafc;color:var(--accent-dark)}.header-actions{gap:14px}.header-menu>li>a,.header-phone{color:var(--text);font-size:15px;font-weight:700;white-space:nowrap}.header-phone{transition:color .2s ease}.header-menu>li>a:hover,.header-phone:hover{color:var(--accent-dark)}.header-burger{display:none;width:48px;height:48px;padding:0;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.96);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;transition:background 1s ease,border-color 1s ease,opacity 1s ease}.header-burger span{width:18px;height:2px;border-radius:999px;background:var(--text);display:block;transition:transform .5s ease,opacity .5s ease}body.mobile-menu-open{overflow:hidden;touch-action:none}.mobile-menu-overlay{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.42);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--mobile-menu-speed) ease,visibility var(--mobile-menu-speed) ease}.mobile-menu-panel.is-active,body.mobile-menu-open .mobile-menu-overlay{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-shell{position:absolute;top:0;right:0;width:min(100%,430px);height:100dvh;background:#fff;transform:translateX(100%);transition:transform var(--mobile-menu-speed) ease;box-shadow:-20px 0 60px rgba(15,23,42,.18);display:flex;flex-direction:column;overflow:hidden}body.mobile-menu-open .mobile-menu-shell{transform:translateX(0)}.mobile-menu-topbar{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;min-height:var(--site-header-height);padding:12px 18px;border-bottom:1px solid var(--line);background:#fff}.mobile-menu-close{width:46px;height:46px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text);font-size:30px;font-weight:400;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.mobile-menu-body{position:relative;flex:1 1 auto;min-height:0;overflow:hidden;background:#fff}.mobile-menu-panel{position:absolute;inset:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 20px 28px;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(18px);transition:opacity .5s ease,transform .5s ease,visibility .5s ease}.mobile-menu-panel.is-active{transform:translateX(0)}.mobile-menu-primary,.mobile-menu-sublist{list-style:none;margin:0;padding:0;display:grid}.mobile-menu-primary li,.mobile-menu-sublist li{border-bottom:1px solid var(--line)}.mobile-menu-link,.mobile-menu-primary a{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:62px;color:var(--text);font-size:18px;font-weight:700;text-decoration:none;background:0 0;border:0;padding:0;text-align:left;cursor:pointer}.mobile-menu-arrow{flex:0 0 auto;font-size:28px;line-height:1;color:var(--accent-dark)}.mobile-menu-cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;margin-top:20px;padding:0 22px;border-radius:999px;background:#0f172a;color:#fff;font-size:15px;font-weight:700;text-decoration:none}.mobile-menu-secondary{display:grid;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.mobile-menu-secondary a,.mobile-menu-sublist a{color:var(--text);font-size:16px;font-weight:700;text-decoration:none}.mobile-menu-meta{display:grid;gap:10px;margin-top:24px;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-menu-email,.mobile-menu-phone{color:var(--muted);font-size:15px;text-decoration:none;word-break:break-word}.mobile-menu-back{display:inline-flex;align-items:center;gap:8px;border:0;background:0 0;padding:0;margin-bottom:18px;color:var(--accent-dark);font-size:15px;font-weight:700;cursor:pointer}.mobile-menu-title{font-size:24px;font-weight:700;margin-bottom:16px;line-height:1.15}.mobile-menu-sublist a{display:block;min-height:54px;padding:15px 0;font-weight:600}@media (max-width:1180px){.header-inner{gap:20px}.header-menu{gap:18px}.header-menu>li>a{font-size:14px}}@media (max-width:980px){.header-inner{min-height:var(--site-header-height);grid-template-columns:1fr auto;gap:12px}.header-phone,.site-nav{display:none}.header-burger{display:inline-flex}.site-logo .picpro-logo-stack{width:55px;height:55px;flex:0 0 55px}.site-logo .picpro-logo-word img{height:70px}}@media (max-width:767px){.header-inner{min-height:var(--site-header-height)}.site-logo .picpro-logo-stack{width:44px;height:44px;flex:0 0 44px}.site-logo .picpro-logo-word img{height:54px}.header-burger{width:44px;height:44px;border-radius:14px}.mobile-menu-shell{width:100%}.mobile-menu-topbar{padding:10px 14px}.mobile-menu-body{min-height:0}.mobile-menu-panel{padding:16px 16px 24px}.mobile-menu-link,.mobile-menu-primary a{min-height:58px;font-size:17px}.mobile-menu-sublist a{min-height:50px;font-size:15px}.mobile-menu-title{font-size:22px}}.site-footer{background:#243442;color:rgba(255,255,255,.82)}.site-footer .container{max-width:1240px;margin:0 auto;padding:0 20px}.site-footer__top{display:grid;grid-template-columns:minmax(280px,1.15fr) minmax(180px,.7fr) minmax(260px,.9fr);gap:42px;padding:52px 0 30px}.site-footer__col--brand{max-width:360px}.site-footer__logo{display:inline-flex;align-items:center;margin-bottom:20px;max-width:190px}.site-footer__logo img{display:block;width:100%;height:auto}.site-footer__company{display:grid;gap:2px;margin-bottom:16px}.site-footer__bottom p,.site-footer__company p,.site-footer__contacts li,.site-footer__list li a,.site-footer__tagline{margin:0;font-size:15px;line-height:1.68}.site-footer__tagline{max-width:320px;color:rgba(255,255,255,.72)}.site-footer__title{margin:0 0 14px;color:#fff;font-size:16px;font-weight:700;line-height:1.3}.site-footer__contacts,.site-footer__list{margin:0;padding:0;list-style:none}.site-footer__contacts li,.site-footer__list li{margin-bottom:10px}.site-footer__contacts li:last-child,.site-footer__list li:last-child{margin-bottom:0}.site-footer a{color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease}.site-footer a:hover{color:#7bc3ff}.site-footer__bottom{display:flex;justify-content:center;align-items:center;padding:22px 0 26px;border-top:1px solid rgba(255,255,255,.1)}.site-footer__bottom p{text-align:center;color:rgba(255,255,255,.66)}@media (max-width:991px){.site-footer__top{grid-template-columns:1fr 1fr;gap:30px}.site-footer__col--brand{grid-column:1/-1;max-width:100%}}@media (max-width:767px){.site-footer{margin-top:56px}.site-footer__top{grid-template-columns:1fr;gap:24px;padding:40px 0 24px}.site-footer__logo{max-width:170px;margin-bottom:16px}.site-footer__title{margin-bottom:12px}.site-footer__bottom p,.site-footer__company p,.site-footer__contacts li,.site-footer__list li a,.site-footer__tagline{font-size:14px;line-height:1.65}.site-footer__bottom{padding:18px 0 22px}}.site-scroll-top{position:fixed;right:24px;bottom:24px;z-index:120;width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,var(--accent) 20%,var(--accent-dark) 80%);color:#fff;box-shadow:0 16px 36px rgba(37,99,235,.22);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 1s ease,visibility 1s ease,transform .21s ease,box-shadow 1s ease}.site-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.site-scroll-top:hover{box-shadow:0 36px 56px rgba(37,99,235,.58);transform:translateY(-2px)}.site-scroll-top svg{width:22px;height:22px;display:block}@media (max-width:767px){.site-scroll-top{right:16px;bottom:16px;width:48px;height:48px}.site-scroll-top svg{width:20px;height:20px}}.request-modal{position:fixed;inset:0;z-index:9999;display:none}.request-modal .wpcf7 .wpcf7-form-control-wrap,.request-modal.is-open{display:block}.request-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.5);backdrop-filter:blur(3px)}.request-modal__dialog{position:relative;width:min(700px,calc(100% - 32px));max-height:calc(100vh - 40px);margin:20px auto;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.22);border:1px solid rgba(15,23,42,.08)}.request-modal__head{padding:20px 24px 6px}.request-modal__head .section-kicker{margin-bottom:6px}.request-modal__head h2{margin:0 0 8px;font-size:clamp(24px,2vw,32px);line-height:1.05;color:#0f172a}.request-modal__head p{margin:0;font-size:14px;line-height:1.45;color:#475569}.request-modal__body{padding:0 24px 20px}.request-modal__close{position:absolute;top:14px;right:14px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#005fa3;font-size:34px;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease}.request-modal__close:hover{color:#54a5cf;transform:scale(1.04);box-shadow:0 18px 34px rgba(13,108,172,.28)}.request-modal .wpcf7,.request-modal .wpcf7 .wpcf7-list-item,.request-modal .wpcf7 form{margin:0}.request-modal .wpcf7 p{margin:0 0 10px}.request-modal .wpcf7 input[type=email],.request-modal .wpcf7 input[type=number],.request-modal .wpcf7 input[type=tel],.request-modal .wpcf7 input[type=text],.request-modal .wpcf7 select,.request-modal .wpcf7 textarea{width:100%;min-height:44px;padding:11px 16px;border-radius:16px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font-size:15px;outline:0;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.request-modal .wpcf7 textarea{min-height:90px;max-height:120px;resize:vertical}.request-modal .wpcf7 input:focus,.request-modal .wpcf7 select:focus,.request-modal .wpcf7 textarea:focus{border-color:#1d78b5;box-shadow:0 0 0 4px rgba(29,120,181,.12)}.request-modal .wpcf7 input[type=file]{font-size:14px}.request-modal .wpcf7 .wpcf7-list-item label{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:#334155}.request-modal .wpcf7 .wpcf7-list-item input[type=checkbox]{margin-top:3px}.request-modal .wpcf7 .wpcf7-submit,.request-modal .wpcf7 button,.request-modal .wpcf7 input[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-width:210px;min-height:50px;padding:0 24px;border:0;border-radius:999px;background:linear-gradient(135deg,#47a7dd 0,#0d6cac 100%);color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 14px 28px rgba(13,108,172,.22)}.request-modal .wpcf7 .wpcf7-submit:hover,.request-modal .wpcf7 button:hover,.request-modal .wpcf7 input[type=submit]:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(13,108,172,.28)}.request-modal .wpcf7-response-output{margin:10px 0 0!important;padding:10px 14px!important;border-radius:14px;font-size:14px}.request-modal .wpcf7-spinner{margin-top:8px}.request-modal .altEmail_container,.request-modal .wpa_hidden_field,.request-modal span.wpcf7-form-control-wrap[data-name=alt_s]{display:none!important}body.request-modal-open{overflow:hidden}.request-modal .captcha-cf,.request-modal .wpcf7-form .captcha-cf{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:8px auto 10px;text-align:center}.request-modal .captcha-cf .wpcf7-form-control-wrap,.request-modal .captcha-cf img,.request-modal .captcha-cf input[type=text]{margin-left:auto;margin-right:auto}.request-modal .captcha-cf input[type=text]{max-width:220px;text-align:center}.request-modal .submit-cf,.request-modal .wpcf7 p:last-child{margin-top:6px}@media (max-width:767px){.request-modal__dialog{width:calc(100% - 16px);max-height:calc(100vh - 16px);margin:8px auto;border-radius:20px;overflow:auto}.request-modal__head{padding:18px 16px 6px}.request-modal__body{padding:0 16px 18px}.request-modal__head h2{font-size:24px}.request-modal__head p{font-size:14px}.request-modal .wpcf7 p{margin:0 0 10px}.request-modal .wpcf7 input[type=email],.request-modal .wpcf7 input[type=number],.request-modal .wpcf7 input[type=tel],.request-modal .wpcf7 input[type=text],.request-modal .wpcf7 select,.request-modal .wpcf7 textarea{min-height:44px;padding:11px 14px;font-size:15px;border-radius:14px}.request-modal .wpcf7 textarea{min-height:100px;max-height:130px}.request-modal .wpcf7 .wpcf7-submit,.request-modal .wpcf7 button,.request-modal .wpcf7 input[type=submit]{width:100%;min-width:100%;min-height:48px}}.request-modal__loading{padding:28px 16px;text-align:center;font-size:15px;color:#475569}.cookie-banner{position:fixed;left:24px;bottom:24px;z-index:9998;width:min(520px,calc(100vw - 32px));padding:22px 24px;border-radius:26px;background:rgba(23,31,42,.7);color:#fff;box-shadow:0 20px 50px rgba(15,23,42,.34);backdrop-filter:blur(7px)}.cookie-banner__text p{margin:0;font-size:17px;line-height:1.55;color:rgba(255,255,255,.72)}.cookie-banner__text a{color:#a8ecfd;text-decoration:none}.cookie-banner__text a:hover{text-decoration:underline}.cookie-banner__actions{margin-top:18px}.cookie-banner__btn{display:inline-flex;align-items:center;justify-content:center;min-width:152px;min-height:54px;padding:0 28px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--accent) 20%,var(--accent-dark) 80%);color:#fff;font-size:17px;font-weight:700;cursor:pointer;box-shadow:0 12px 24px rgba(91,108,255,.28);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.cookie-banner__btn:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(91,108,255,.34)}.cookie-banner.is-hidden{display:none}@media (max-width:767px){.cookie-banner{left:12px;right:12px;bottom:12px;width:auto;padding:18px 18px 16px;border-radius:22px}.cookie-banner__text p{font-size:15px;line-height:1.5}.cookie-banner__actions{margin-top:14px}.cookie-banner__btn{width:100%;min-width:100%;min-height:50px;border-radius:16px;font-size:16px}}.hero{padding:88px 0 48px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:40px;align-items:stretch}.hero-content{padding:40px 0}.hero-badge{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;font-size:14px;font-weight:700;margin-bottom:20px;background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.22)}.hero h1{margin:0 0 20px;font-size:clamp(42px,6vw,72px);line-height:.98;max-width:900px}.hero-text{max-width:760px;font-size:20px;color:var(--muted);margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.hero-points{list-style:none;display:grid;gap:12px;margin:0;padding:0}.hero-points li{position:relative;padding-left:30px;color:var(--text)}.hero-points li::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);position:absolute;left:0;top:9px}.hero-card{display:flex;align-items:stretch}.hero-card-inner{width:100%;padding:32px;border-radius:32px;background:linear-gradient(180deg,#0f172a 0,#172554 100%);color:#fff;box-shadow:var(--shadow);min-height:100%}.hero-card-label{display:inline-flex;margin-bottom:20px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);font-size:13px}.hero-card h2{margin:0 0 16px;font-size:32px;line-height:1.05}.hero-card p{margin:0;color:rgba(255,255,255,.82);font-size:18px}.front-faq-item summary,.hero-video{position:relative;display:flex;align-items:center}.hero-video{min-height:720px;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media video,.hero.hero-sticky-scroll .hero-media video{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(15,23,42,.82)0,rgba(15,23,42,.56) 45%,rgba(15,23,42,.28) 100%),linear-gradient(180deg,rgba(15,23,42,.18)0,rgba(15,23,42,.36) 100%)}.hero-grid-overlay{position:relative;z-index:2}.hero-content-light,.hero-content-light .hero-text,.hero-content-light h1,.hero-points-light li{color:#fff}.hero-content-light .hero-text{color:rgba(255,255,255,.86)}.hero-points-light li::before{background:#60a5fa}.hero.hero-sticky-scroll{position:relative;display:block;align-items:normal;height:340vh;min-height:auto;padding:0;overflow:visible}.hero.hero-sticky-scroll .hero-sticky-stage{position:sticky;top:var(--site-header-height);height:calc(100vh - var(--site-header-height));width:100%;overflow:hidden}.hero.hero-sticky-scroll .hero-media,.hero.hero-sticky-scroll .hero-overlay{position:absolute;inset:0}.hero.hero-sticky-scroll .hero-grid-overlay{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding-top:0}.hero.hero-sticky-scroll .hero-content{position:relative;width:100%;max-width:1320px;padding:0}.hero.hero-sticky-scroll .hero-copy,.hero.hero-sticky-scroll .hero-points-reveal{will-change:opacity,transform}.hero.hero-sticky-scroll .hero-copy-primary{position:relative;opacity:1;transform:translateY(0);transition:opacity .45s ease,transform .55s ease}.hero.hero-sticky-scroll .hero-copy-secondary{position:absolute;left:0;top:50%;width:100%;max-width:1200px;opacity:0;transform:translateY(calc(-50% + 40px));pointer-events:none;transition:opacity .45s ease,transform .55s ease}.hero.hero-sticky-scroll .hero-title{margin:0;color:#fff}.hero.hero-sticky-scroll .hero-copy-primary .hero-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:700;max-width:1180px;font-size:clamp(44px,5.8vw,88px);line-height:.94;color:var(--accent-light)}.hero.hero-sticky-scroll .hero-title-secondary{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-weight:700;line-height:1.1;font-size:clamp(34px,4.8vw,68px)}.hero.hero-sticky-scroll.phase-1 .hero-copy-primary{opacity:1;transform:translateY(0)}.hero.hero-sticky-scroll.phase-1 .hero-copy-secondary{opacity:0;transform:translateY(calc(-50% + 40px))}.hero.hero-sticky-scroll.phase-1 .hero-points-reveal{opacity:0;transform:translateY(18px)}.hero.hero-sticky-scroll.phase-2 .hero-copy-primary{opacity:0;transform:translateY(-24px);pointer-events:none}.hero.hero-sticky-scroll.phase-2 .hero-copy-secondary{opacity:1;transform:translateY(-50%);pointer-events:auto}.hero.hero-sticky-scroll.phase-2 .hero-points-reveal{opacity:0;transform:translateY(18px)}.hero.hero-sticky-scroll.phase-3 .hero-copy-primary{opacity:0;transform:translateY(-24px);pointer-events:none}.hero.hero-sticky-scroll.phase-3 .hero-copy-secondary{opacity:1;transform:translateY(-50%);pointer-events:auto}.hero.hero-sticky-scroll .hero-actions,.hero.hero-sticky-scroll .hero-badge,.hero.hero-sticky-scroll .hero-text{display:none!important}@media (max-width:767px){.hero.hero-sticky-scroll{height:230vh}.hero.hero-sticky-scroll .hero-content{padding:0}.hero.hero-sticky-scroll .hero-copy-primary .hero-title{font-size:clamp(28px,8.4vw,46px);line-height:1.02}.hero.hero-sticky-scroll .hero-title-secondary{max-width:100%;font-size:clamp(22px,7vw,34px);line-height:1.08}.hero.hero-sticky-scroll .hero-copy-secondary{max-width:100%;transform:translateY(calc(-50% + 24px))}.hero.hero-sticky-scroll.phase-2 .hero-copy-secondary,.hero.hero-sticky-scroll.phase-3 .hero-copy-secondary{transform:translateY(-50%)}.hero.hero-sticky-scroll .hero-points-reveal{margin-top:20px;max-width:100%}}.hero.hero-sticky-scroll .hero-points-reveal{margin-top:28px;max-width:760px;padding:20px 24px;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.18)0,rgba(255,255,255,.08) 45%,rgba(255,255,255,.05) 100%);border:1px solid rgba(255,255,255,.22);box-shadow:0 12px 40px rgba(15,23,42,.22),inset 0 1px 0 rgba(255,255,255,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease}.hero.hero-sticky-scroll .hero-points-reveal li{color:rgba(255,255,255,.95)}.hero.hero-sticky-scroll .hero-points-reveal li::before{background:#60a5fa;box-shadow:0 0 12px rgba(96,165,250,.5)}.hero.hero-sticky-scroll.phase-3 .hero-points-reveal{opacity:1;transform:translateY(0)}@media (max-width:767px){.hero.hero-sticky-scroll .hero-points-reveal{max-width:100%;padding:16px 18px;border-radius:20px}}.hero.hero-sticky-scroll .hero-scroll-indicator{position:absolute;left:50%;bottom:-120px;transform:translateX(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.95;pointer-events:none}.hero.hero-sticky-scroll .hero-scroll-mouse{position:relative;width:34px;height:54px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.16)0,rgba(255,255,255,.08) 45%,rgba(255,255,255,.04) 100%);border:1px solid rgba(255,255,255,.24);box-shadow:0 12px 30px rgba(15,23,42,.24),inset 0 1px 0 rgba(255,255,255,.24),inset 0-8px 18px rgba(255,255,255,.04);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%)}.hero.hero-sticky-scroll .hero-scroll-wheel{position:absolute;left:50%;top:9px;width:4px;height:11px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.98)0,rgba(255,255,255,.72) 100%);box-shadow:0 0 10px rgba(255,255,255,.35),0 0 18px rgba(96,165,250,.18);transform:translateX(-50%);animation:hero-scroll-wheel 1.8s ease-in-out infinite}.hero.hero-sticky-scroll .hero-scroll-mouse::before{content:"";position:absolute;left:5px;right:5px;top:4px;height:16px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.28)0,rgba(255,255,255,.06) 100%);pointer-events:none}.hero.hero-sticky-scroll .hero-scroll-text{font-size:12px;line-height:1;font-weight:700;text-transform:uppercase;color:rgba(255,255,255,.8)}.hero.hero-sticky-scroll.phase-2 .hero-scroll-indicator,.hero.hero-sticky-scroll.phase-3 .hero-scroll-indicator{opacity:0;transform:translateX(-50%) translateY(8px);transition:opacity .3s ease,transform .3s ease}@media (max-width:767px){.hero.hero-sticky-scroll .hero-scroll-indicator{bottom:-60px;gap:8px}.hero.hero-sticky-scroll .hero-scroll-mouse{width:30px;height:48px}.hero.hero-sticky-scroll .hero-scroll-text{font-size:11px}}.picpro-logo-anim{display:inline-flex;align-items:center;gap:5px}.picpro-logo-stack{position:relative;width:65px;height:65px;flex:0 0 65px}.picpro-logo-layer,.picpro-logo-qr-wrap{position:absolute;inset:0}.picpro-logo-qr-wrap{width:100%;height:100%}.picpro-logo-layer{display:block;width:100%;height:100%;object-fit:contain}.picpro-logo-main{opacity:1;transform:scale(1) rotate(0deg);animation:picproLogoMain 8s ease-in-out infinite}.picpro-logo-qr-wrap{opacity:0;transform:scale(.92);overflow:hidden;border-radius:10px;animation:picproLogoQrWrap 8s ease-in-out infinite}.picpro-logo-qr{opacity:1;transform:scale(1)}.picpro-scan-line{position:absolute;left:8%;width:84%;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(255,40,40,0),rgba(255,60,60,.95),rgba(255,40,40,0));box-shadow:0 0 10px rgba(255,40,40,.65),0 0 24px rgba(255,40,40,.35);transform:translateY(-12px);opacity:0;animation:picproScanLine 8s ease-in-out infinite}.picpro-scan-glow{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,0,0,0)0,rgba(255,0,0,.08) 50%,rgba(255,0,0,0) 100%);opacity:0;animation:picproScanGlow 8s ease-in-out infinite}.picpro-logo-word img{height:72px;width:auto;display:block}.front-faq{display:grid;gap:12px}.front-faq-item{background:#fff;border:1px solid var(--line, #dbe4f0);border-radius:20px;box-shadow:var(--shadow, 0 10px 30px rgba(15, 23, 42, 0.04));overflow:hidden}.front-faq-item summary{padding:22px 72px 22px 28px;cursor:pointer;list-style:none;color:var(--text, #0f172a);font-size:22px;font-weight:700;line-height:1.45}.front-faq-item summary::-webkit-details-marker{display:none}.front-faq-item summary::after,.front-faq-item summary::before{content:"";position:absolute;right:28px;top:50%;width:18px;height:2px;border-radius:999px;background:var(--accent-dark, #0b7adf);transform-origin:center;transition:transform .35s ease}.front-faq-item summary::before{transform:translateY(-50%) rotate(0deg)}.front-faq-item summary::after{transform:translateY(-50%) rotate(90deg)}.front-faq-item[open] summary::before{transform:translateY(-50%) rotate(45deg)}.front-faq-item[open] summary::after{transform:translateY(-50%) rotate(-45deg)}.front-faq-content{height:0;overflow:hidden;transition:height .4s ease}.front-faq-content-inner{overflow:hidden}.front-faq-answer{padding:0 28px 24px}.front-faq-answer p{margin:0;color:var(--muted, #64748b);font-size:16px;line-height:1.7}@media (max-width:767px){.front-faq-item{border-radius:18px}.front-faq-item summary{min-height:72px;padding:18px 56px 18px 18px;font-size:16px}.front-faq-item summary::after,.front-faq-item summary::before{right:20px;width:16px}.front-faq-answer{padding:0 18px 18px}.front-faq-answer p{font-size:15px;line-height:1.65}}.product-article-container{padding-bottom:72px}.product-article{width:100%;max-width:1280px;margin:0 auto}.product-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;font-size:14px;color:#64748b}.product-breadcrumbs a{color:#64748b;text-decoration:none}.guide-note strong,.product-breadcrumbs a:hover{color:#0f172a}.product-hero{margin-bottom:28px;padding-bottom:8px}.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,560px);gap:44px;align-items:center;margin-bottom:28px}.product-hero-copy h1{margin:0 0 18px;font-size:clamp(30px,6vw,55px);line-height:.94;letter-spacing:-.05em;color:#0f172a}.product-hero-lead{margin:0 0 22px;max-width:720px;font-size:18px;line-height:1.72;color:#475569}.product-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.product-hero-points{margin:0;padding-left:22px}.product-hero-points li{margin-bottom:10px;font-size:18px;line-height:1.72;color:#334155}.section{margin-top:28px}.product-section+.product-section{margin-top:22px}.section-head{margin-bottom:18px}.section-kicker{display:inline-block;margin-bottom:12px;color:var(--accent-dark);font-size:12px;font-weight:700;line-height:1;text-transform:uppercase}.section-head h2{margin:0;font-size:clamp(28px,3.2vw,42px);line-height:1.05;letter-spacing:-.03em;color:#0f172a}.content-card,.cta-box,.info-card{border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.08)}.content-card{padding:28px 30px}.content-card p:last-child,.feature-list li:last-child,.guide-checklist p:last-child,.guide-comparison p:last-child,.guide-cta p:last-child,.guide-note p:last-child,.guide-section p:last-child,.guide-sources p:last-child,.material-compare-card p:last-child{margin-bottom:0}.content-card-readable p{font-size:17px;line-height:1.8;color:#334155}.product-intro-card{margin-top:0}.cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.info-card{padding:24px 22px}.info-card h3{margin:0 0 10px;font-size:22px;line-height:1.15;color:#0f172a}.info-card p{margin:0;font-size:16px;line-height:1.7;color:#475569}.feature-list{margin:0;padding-left:20px}.feature-list li{margin-bottom:12px;font-size:16px;line-height:1.7;color:#334155}.compare-table,.product-table{display:grid;gap:0;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.08)}.product-table-row{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)}.compare-table-row{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,.64fr) minmax(0,.64fr)}.compare-table-row>div,.product-table-row>div{padding:18px 22px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;font-size:16px;line-height:1.65;color:#334155;background:#fff}.compare-table-row>div:last-child,.product-table-row>div:last-child{border-right:0}.compare-table-row:last-child>div,.product-table-row:last-child>div,.ribbon-compare-table .ribbon-compare-row:last-child>div{border-bottom:0}.product-table-head>div{background:#f8fafc;font-weight:700;color:#0f172a}.product-links-section .info-card h3 a{color:inherit;text-decoration:none}.product-links-section .info-card h3 a:hover{color:#005fa3}.product-article a:not(.btn){text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.product-cta-box{display:grid;grid-template-columns:minmax(0,1.2fr) auto;gap:28px;align-items:center;padding:32px;background:linear-gradient(180deg,#0f172a 0,#172554 100%);border-color:#1e293b;color:#fff}.product-cta-box h2{margin:0 0 12px;color:#fff;font-size:clamp(28px,3vw,40px);line-height:1.05}.product-cta-box p{margin:0;color:rgba(255,255,255,.84);font-size:16px;line-height:1.75}.section-kicker-light{color:rgba(255,255,255,.74)}.cta-actions{display:flex;flex-wrap:wrap;gap:12px}.btn-secondary{border-color:#dbe3ee;color:#0f172a}.btn-secondary-light{background:0 0;box-shadow:none}@media (max-width:1180px){.product-hero-grid{grid-template-columns:1fr;gap:28px}.product-hero-media{max-width:680px}.cards-3{grid-template-columns:repeat(2,minmax(0,1fr))}.product-cta-box{grid-template-columns:1fr}}@media (max-width:767px){.product-article-container{padding-bottom:52px}.product-breadcrumbs{margin-bottom:18px;font-size:13px}.product-hero-grid{gap:22px;margin-bottom:20px;grid-template-columns:1fr}.product-hero-copy h1{font-size:clamp(20px,10vw,30px);line-height:1.02;letter-spacing:-.03em}.product-hero-lead{font-size:16px;line-height:1.64;margin-bottom:18px}.product-hero-actions{gap:10px;margin-bottom:18px}.cta-actions .btn,.product-hero-actions .btn{width:100%}.product-hero-points li{font-size:15px;line-height:1.55}.product-hero-media img{min-height:0;aspect-ratio:4/3;border-radius:20px}.section{margin-top:22px}.section-head{margin-bottom:14px}.section-head h2{font-size:28px;line-height:1.08}.content-card,.info-card{padding:20px 18px;border-radius:20px}.content-card-readable p,.faq-answer p,.feature-list li,.info-card p{font-size:15px;line-height:1.65}.info-card h3{font-size:19px}.cards-3{gap:14px}.cards-3,.product-table-row{grid-template-columns:1fr}.product-table-row>div{padding:14px 16px}.compare-table-row>div,.product-table-row>div{font-size:14px;line-height:1.55}.product-table-head>div:not(:first-child){display:none}.faq-item summary{padding:16px 18px;font-size:16px}.faq-answer{padding:0 18px 18px}.product-cta-box{padding:22px 18px;border-radius:20px}.compare-table{display:grid;gap:12px;border:0;background:0 0;box-shadow:none;border-radius:0;overflow:visible}.compare-table .compare-table-head,.compare-table .product-table-head,.compare-table .termo-table-head{display:none!important}.compare-table-row,.termo-compare-row{display:grid;grid-template-columns:1fr!important;gap:0;border:1px solid var(--line, #e2e8f0);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05)}.compare-table-row>div,.termo-compare-row>div{border:0!important;padding:0!important;background:0 0!important}.compare-table-row>div:first-child,.termo-compare-row>div:first-child{padding:14px 16px!important;background:#f8fafc!important;border-bottom:1px solid var(--line, #e2e8f0)!important;font-size:14px!important;font-weight:700!important;line-height:1.4!important;color:#0f172a!important}.compare-table-row>div:nth-child(2),.termo-compare-row>div:nth-child(2){border-bottom:1px solid var(--line, #e2e8f0)!important}.compare-table-row>div:nth-child(2)::before,.compare-table-row>div:nth-child(3)::before,.termo-compare-row>div:nth-child(2)::before,.termo-compare-row>div:nth-child(3)::before{position:absolute;top:12px;left:16px;display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.compare-table-row>div:nth-child(2)::before,.termo-compare-row>div:nth-child(2)::before{content:"ЭКО";background:rgba(84,165,207,.12);color:#005fa3}.compare-table-row>div:nth-child(2),.compare-table-row>div:nth-child(3),.termo-compare-row>div:nth-child(2),.termo-compare-row>div:nth-child(3){position:relative;padding:40px 16px 14px!important;font-size:14px!important;line-height:1.55!important;color:#334155!important}.compare-table-row>div:nth-child(3)::before,.termo-compare-row>div:nth-child(3)::before{content:"ТОП";background:rgba(15,23,42,.08);color:#0f172a}.product-article-page--poluglyanec .compare-table-row>div:nth-child(2)::before,.product-article-page--poluglyanec .termo-compare-row>div:nth-child(2)::before{content:"ПГЛ"!important}.product-article-page--poluglyanec .compare-table-row>div:nth-child(3)::before,.product-article-page--poluglyanec .termo-compare-row>div:nth-child(3)::before{content:"Термоэтикетки"!important}.product-article-page--termo-eko .compare-table-row>div:nth-child(2)::before,.product-article-page--termo-eko .termo-compare-row>div:nth-child(2)::before{content:"ЭКО"!important}.product-article-page--termo-eko .compare-table-row>div:nth-child(3)::before,.product-article-page--termo-eko .termo-compare-row>div:nth-child(3)::before,.product-article-page--termo-top .compare-table-row>div:nth-child(2)::before,.product-article-page--termo-top .termo-compare-row>div:nth-child(2)::before{content:"ТОП"!important}.product-article-page--termo-top .compare-table-row>div:nth-child(3)::before,.product-article-page--termo-top .termo-compare-row>div:nth-child(3)::before{content:"ЭКО"!important}.polipropilenovye-etiketki-page .compare-table-row>div:nth-child(2)::before{content:"ПП"}.polipropilenovye-etiketki-page .compare-table-row>div:nth-child(3)::before{content:"ПГЛ"}}.cards-2.material-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.material-compare-card h3{margin-bottom:18px}@media (max-width:767px){.cards-2.material-compare-grid{grid-template-columns:1fr}}.ribbon-compare-table{display:flex;flex-direction:column;gap:0;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.08)}.ribbon-compare-row{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,.7fr) minmax(0,.7fr) minmax(0,.7fr)}.ribbon-compare-row>div{padding:18px 22px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;font-size:16px;line-height:1.65;color:#334155;background:#fff}.ribbon-compare-row>div:last-child{border-right:0}.ribbon-compare-head>div{background:#f8fafc;font-weight:700;color:#0f172a}.ribbon-compare-row>div:first-child{font-weight:400;color:#0f172a}@media (max-width:767px){.ribbon-compare-table{display:grid;gap:12px;border:0;background:0 0;box-shadow:none;border-radius:0;overflow:visible}.ribbon-compare-head{display:none!important}.ribbon-compare-row{display:grid;grid-template-columns:1fr!important;gap:0;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05)}.ribbon-compare-row>div{border:0!important;padding:0!important;background:0 0!important}.ribbon-compare-row>div:first-child{padding:14px 16px!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;font-size:14px!important;font-weight:700!important;line-height:1.4!important;color:#0f172a!important}.ribbon-compare-row>div:nth-child(2),.ribbon-compare-row>div:nth-child(3),.ribbon-compare-row>div:nth-child(4){position:relative;padding:40px 16px 14px!important;font-size:14px!important;line-height:1.55!important;color:#334155!important}.ribbon-compare-row>div:nth-child(2),.ribbon-compare-row>div:nth-child(3){border-bottom:1px solid #e2e8f0!important}.ribbon-compare-row>div:nth-child(2)::before,.ribbon-compare-row>div:nth-child(3)::before,.ribbon-compare-row>div:nth-child(4)::before{position:absolute;top:12px;left:16px;display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ribbon-compare-row>div:nth-child(2)::before{content:"WAX";background:rgba(84,165,207,.12);color:#005fa3}.ribbon-compare-row>div:nth-child(3)::before{content:"WAX/RESIN";background:rgba(15,23,42,.08);color:#0f172a}.ribbon-compare-row>div:nth-child(4)::before{content:"RESIN";background:rgba(37,99,235,.1);color:#1d4ed8}}.void-compare-cards{display:grid;gap:18px}.void-compare-item{border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.08)}.void-compare-item h3{margin:0;padding:18px 22px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:22px;line-height:1.2;font-weight:700;color:#0f172a}.void-compare-columns{display:grid;grid-template-columns:1fr 1fr}.void-compare-col{padding:18px 22px;background:#fff}.void-compare-col+.void-compare-col{border-left:1px solid #e2e8f0}.void-compare-col p{margin:0;font-size:16px;line-height:1.65;color:#334155}.void-compare-label{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;margin-bottom:12px;border-radius:999px;background:rgba(15,23,42,.08);color:#0f172a;font-size:11px;font-weight:700;line-height:1;letter-spacing:.06em;text-transform:uppercase}.void-compare-col:last-child .void-compare-label{background:rgba(84,165,207,.12);color:#005fa3}@media (max-width:767px){.void-compare-cards{gap:12px}.void-compare-item{border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.void-compare-item h3{padding:14px 16px;font-size:14px;line-height:1.4;font-weight:700}.void-compare-columns{grid-template-columns:1fr}.void-compare-col{padding:14px 16px}.void-compare-col+.void-compare-col{border-left:0;border-top:1px solid #e2e8f0}.void-compare-col p{font-size:14px;line-height:1.55}.void-compare-label{min-height:22px;padding:0 10px;margin-bottom:10px;font-size:11px;font-weight:700;letter-spacing:.06em}}.product-catalog-title-section{padding-top:8px;padding-bottom:8px}.product-catalog-title-section .section-head{max-width:820px}.product-catalog-title-section h1{margin-bottom:16px;font-size:40px}.product-catalog-title-section .section-lead{margin:0;font-size:20px;line-height:1.6;color:#3f5879}@media (max-width:767px){.product-catalog-title-section .section-lead{font-size:17px}}.product-example-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.info-card--media{overflow:hidden;padding:0}.info-card--media .info-card-media{aspect-ratio:4/3;overflow:hidden;background:#f3f4f6}.info-card--media .info-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.info-card--media:hover .info-card-media img{transform:scale(1.04)}.info-card--media h3,.info-card--media p{padding-left:24px;padding-right:24px}.info-card--media h3{padding-top:22px;margin-bottom:10px}.info-card--media p{padding-bottom:24px}@media (max-width:991px){.product-example-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.product-example-cards{grid-template-columns:1fr}}.cards-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.info-card--feature{text-align:center;padding:28px 22px}.info-card--feature h3{margin:0 0 10px;font-size:1.05rem}.info-card--feature p{margin:0;font-size:.96rem}.feature-icon{width:72px;height:72px;margin:0 auto 18px;border-radius:999px;background:rgba(27,107,228,.08);color:#1b6be4;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:34px;height:34px;display:block}@media (max-width:991px){.cards-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.cards-4{grid-template-columns:1fr}.info-card--feature{text-align:left}.feature-icon{margin:0 0 16px}}.product-hero-media{max-width:560px}.product-hero-media img,.product-hero-media picture{display:block}.product-hero-media img{width:100%;height:auto;aspect-ratio:1200/630;object-fit:cover;border-radius:22px;box-shadow:0 10px 24px rgba(15,23,42,.04)}@media (max-width:1180px){.product-hero-media{max-width:680px}}@media (max-width:767px){.product-hero-media{max-width:100%}.product-hero-media img{aspect-ratio:1200/630;border-radius:20px}}.guide-hero{margin-bottom:28px}.guide-title{margin:0 0 18px;max-width:980px;font-size:clamp(34px,5vw,62px);line-height:.98;color:#0f172a}.guide-intro{max-width:980px;font-size:20px;line-height:1.7;color:#475569}.guide-grid{display:grid;grid-template-columns:280px minmax(0,1fr);gap:32px;align-items:start}.guide-toc{position:sticky;top:108px;padding:20px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(15,23,42,.04)}.guide-toc-title{margin:0 0 14px;font-size:16px;font-weight:700;color:#0f172a}.guide-toc ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.guide-toc a{color:#334155;text-decoration:none;font-size:15px;line-height:1.45}.guide-content{display:grid;gap:24px}.guide-checklist,.guide-comparison,.guide-cta,.guide-note,.guide-section,.guide-sources{padding:28px;border-radius:24px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px rgba(15,23,42,.04)}.guide-note{background:linear-gradient(180deg,#eff6ff 0,#fff 100%);border-color:#bfdbfe}.guide-lead-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.guide-lead-card{padding:18px;border-radius:18px;background:rgba(255,255,255,.85);border:1px solid #dbeafe}.guide-lead-card h3{margin:0 0 10px;font-size:18px;line-height:1.2;color:#0f172a}.guide-lead-card p{margin:0;font-size:15px;line-height:1.55;color:#475569}.guide-checklist h2,.guide-comparison h2,.guide-section h2,.guide-sources h2{margin:0 0 16px;font-size:32px;line-height:1.05;color:#0f172a}.guide-cta h2{margin:0 0 16px;font-size:32px;line-height:1.05}.guide-checklist h3,.guide-comparison h3,.guide-section h3{margin:24px 0 12px;font-size:22px;line-height:1.2;color:#0f172a}.guide-checklist p,.guide-comparison p,.guide-note p,.guide-section p,.guide-sources p{margin:0 0 14px;font-size:17px;line-height:1.72;color:#475569}.guide-cta p{margin:0 0 14px;font-size:17px;line-height:1.72}.guide-checklist-list,.guide-list,.guide-source-list{margin:16px 0 0;padding-left:20px;color:#475569}.guide-checklist-list li,.guide-list li,.guide-source-list li{margin-bottom:10px;font-size:17px;line-height:1.65}.guide-tip{margin-top:16px;padding:16px 18px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155}.guide-table-wrap{margin-top:18px}.guide-table{border-collapse:collapse}.guide-table td,.guide-table th{padding:14px 12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top;line-height:1.55}.guide-table th{font-size:14px;font-weight:700;color:#0f172a;background:#f8fafc}.guide-table td{font-size:15px;color:#334155}.guide-bars{display:grid;gap:14px;margin-top:18px}.guide-bar-row{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:center}.guide-bar-label{font-size:15px;font-weight:700;color:#0f172a}.guide-bar-track{height:12px;border-radius:999px;background:#e2e8f0;overflow:hidden}.guide-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa 0,#2563eb 100%)}.guide-cta{background:linear-gradient(180deg,#0f172a 0,#111827 100%);border-color:#1e293b}.guide-cta h2,.guide-cta p{color:#fff}.guide-cta .btn{margin-top:18px}.guide-source-list a,.guide-toc a:hover{color:#2563eb}.guide-muted{color:#64748b}@media (max-width:1100px){.guide-grid{grid-template-columns:1fr}.guide-toc{position:static}.guide-lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.guide-title{font-size:clamp(30px,9vw,44px);line-height:1.02}.guide-intro{font-size:18px;line-height:1.6}.guide-checklist,.guide-comparison,.guide-cta,.guide-note,.guide-section,.guide-sources{padding:22px 18px;border-radius:18px}.guide-bar-row,.guide-lead-grid{grid-template-columns:1fr}.guide-checklist h2,.guide-comparison h2,.guide-cta h2,.guide-section h2,.guide-sources h2{font-size:28px}.guide-checklist h3,.guide-comparison h3,.guide-section h3{font-size:20px}.guide-bar-row{gap:8px}}.guide-checklist,.guide-comparison,.guide-content,.guide-cta,.guide-grid,.guide-grid>*,.guide-note,.guide-section,.guide-sources,.guide-toc{min-width:0}.guide-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.guide-table{width:100%;min-width:740px}.guide-checklist p,.guide-comparison p,.guide-cta p,.guide-intro,.guide-note p,.guide-section p,.guide-source-list a,.guide-source-list li,.guide-sources p,.guide-toc a{overflow-wrap:anywhere;word-break:break-word}@media (max-width:767px){.site-main.guide-page{overflow-x:hidden}.guide-grid{grid-template-columns:1fr;gap:20px}.guide-toc{position:static;width:100%}.guide-table{min-width:640px}}.front-page{background-color:#f7fbff;background-image:linear-gradient(rgba(56,189,248,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(56,189,248,.04) 1px,transparent 1px);background-size:120px 120px,120px 120px;background-position:center center}.front-section{padding:40px 0}.front-section.front-choice{padding-top:92px}@media (max-width:767px){.front-section.front-choice{padding-top:50px}}.front-section-head{max-width:920px;margin-bottom:24px}.front-kicker{display:inline-block;margin-bottom:12px;color:var(--accent-dark);font-size:12px;font-weight:700;line-height:1;text-transform:uppercase}.front-kicker-light{color:rgba(255,255,255,.72)}.front-section-head h2{margin:0 0 14px;color:var(--text);font-size:clamp(34px,4.2vw,56px);line-height:.98}.front-lead{margin:0;max-width:880px;color:var(--muted);font-size:18px;line-height:1.72}.front-grid{display:grid;gap:20px}.front-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.front-about-box,.front-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.front-card{overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.front-card:hover{transform:translateY(-3px);border-color:#cfe0f5;box-shadow:0 24px 50px rgba(15,23,42,.08)}.front-card-inner,.front-card-link{display:block;height:100%;padding:24px}.front-card-link{text-decoration:none}.front-about-box{padding:32px}.front-about-copy{display:grid;gap:18px;max-width:1120px}.front-card h3{margin:0 0 12px;color:var(--text);font-size:28px;line-height:1.08}.front-about-copy p,.front-card p{margin:0;color:var(--muted);font-size:16px;line-height:1.72}.front-card-tag{display:inline-flex;align-items:center;margin-bottom:14px;padding:6px 10px;border-radius:999px;background:#eef6ff;color:var(--accent-dark);font-size:12px;font-weight:700;line-height:1}.front-cta-box{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:32px;background:linear-gradient(180deg,#0f172a 0,#172554 100%);border:1px solid #1e293b;border-radius:28px;box-shadow:var(--shadow)}.front-cta-copy{max-width:760px}.front-cta-copy h2{margin:0 0 14px;color:#fff;font-size:clamp(32px,4vw,48px);line-height:1.02}.front-cta-copy p{margin:0;color:rgba(255,255,255,.84);font-size:16px;line-height:1.72}.front-cta-actions{display:flex;flex-wrap:wrap;gap:12px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;font-size:15px;font-weight:700;line-height:1;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:0 12px 28px rgba(0,95,163,.22)}.btn:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(0,95,163,.26)}.btn-secondary{background:#fff;color:var(--text);border-color:var(--line);box-shadow:none}.btn-secondary:hover{background:#f8fafc;box-shadow:none}.btn-secondary-light{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.22)}.btn-secondary-light:hover{background:rgba(255,255,255,.12);box-shadow:none}@media (max-width:1180px){.front-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.front-cta-box{flex-direction:column;align-items:flex-start}}@media (max-width:767px){.front-section{padding:28px 0}.front-section-head{margin-bottom:18px}.front-section-head h2{font-size:30px;line-height:1.04}.front-about-copy p,.front-card p,.front-cta-copy p,.front-faq-answer p,.front-lead{font-size:15px;line-height:1.65}.front-grid{gap:16px}.front-grid-3{grid-template-columns:1fr}.front-about-box,.front-card{border-radius:18px}.front-card-inner,.front-card-link{padding:18px}.front-about-box{padding:20px 18px}.front-card h3{font-size:22px;line-height:1.12}.front-faq-item{border-radius:18px}.front-faq-item summary{padding:16px 48px 16px 16px;font-size:16px}.front-faq-answer{padding:0 16px 16px}.front-cta-box{padding:22px 18px;border-radius:20px}.front-cta-copy h2{font-size:30px;line-height:1.06}.front-cta-actions,.front-cta-actions .btn{width:100%}}