:root{
  --pp-yellow:#ffd21a;
  --pp-yellow2:#ffb000;
  --pp-dark:#333333;
  --pp-text:#222428;
  --pp-muted:#555a62;
  --pp-line:#ececec;
  --pp-soft:#f4f4f4;
  --pp-footer:#0d1016;
  --pp-radius:26px;
  --pp-container:1500px;
  --pp-font:"Inter","TildaSans","Segoe UI",Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--pp-font);color:var(--pp-text);background:#fff;font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}.screen-reader-text,.pp-skip-link{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.pp-skip-link:focus{position:fixed!important;width:auto;height:auto;clip:auto;z-index:9999;left:16px;top:16px;background:#fff;color:#000;padding:10px 14px;border:2px solid var(--pp-yellow)}
.pp-container,.pp-home-container{max-width:var(--pp-container);margin:0 auto;padding:0 28px}.pp-home-container--narrow{max-width:1180px}.pp-site-main{overflow:hidden;background:#fff}.pp-btn,.pp-home-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;border:0;background:#fff;color:#111;font-weight:800;text-align:center;cursor:pointer;transition:.18s ease;padding:15px 28px;font-size:16px}.pp-btn--primary,.pp-home-btn--yellow{background:linear-gradient(180deg,var(--pp-yellow),var(--pp-yellow2));box-shadow:0 12px 30px rgba(255,176,0,.24);color:#111}.pp-btn--small{font-size:15px;padding:13px 22px}.pp-btn--ghost{border:1px solid #ddd}.pp-btn:hover,.pp-home-btn:hover{transform:translateY(-1px)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(255,210,26,.7);outline-offset:3px}
/* Header */
.pp-site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08);min-height:86px}.admin-bar .pp-site-header{top:32px}.pp-header-tilda__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;min-height:86px}.pp-brand{display:flex;align-items:center;gap:12px;min-width:0}.pp-brand__logo{width:58px;height:58px;border-radius:50%;object-fit:cover}.pp-brand__mark{width:52px;height:52px;border-radius:14px;background:var(--pp-yellow);display:grid;place-items:center;font-weight:900;color:#111}.pp-brand__text strong{display:block;font-size:22px;line-height:1;font-weight:900;white-space:nowrap}.pp-brand__text small{display:block;color:#66707a;font-size:13px;margin-top:4px;white-space:nowrap}.pp-primary-nav .pp-menu,.pp-menu{display:flex;gap:24px;margin:0;padding:0;list-style:none;align-items:center;justify-content:center}.pp-menu a{font-weight:800;font-size:15px;line-height:1.1}.pp-menu a:hover{color:#d69200}.pp-header-actions{display:flex;align-items:center;gap:13px}.pp-header-meta{font-weight:900;line-height:1.05;font-size:17px}.pp-header-meta small{display:block;color:#666;font-size:12px}.pp-header-socials{display:flex;gap:8px}.pp-icon-link{width:40px;height:40px;border-radius:50%;background:#f2f2f2;display:grid;place-items:center;font-weight:900;font-size:12px}.pp-header-phone{font-size:18px;font-weight:900;white-space:nowrap}.pp-menu-toggle{display:none;background:#fff;border:1px solid #ddd;border-radius:14px;padding:10px;gap:4px;flex-direction:column}.pp-menu-toggle span{display:block;width:25px;height:2px;background:#111}.pp-menu-toggle b{font-size:10px}.pp-mobile-sticky{display:none}
/* Footer */
.pp-site-footer{background:var(--pp-footer);color:#fff;padding:58px 0 26px}.pp-footer__top{display:grid;grid-template-columns:1.2fr 1.3fr 1fr 1fr;gap:42px}.pp-footer__brand p{color:#d1d5db;margin:18px 0}.pp-brand--footer .pp-brand__text small{color:#aeb4bf}.pp-footer h2{font-size:16px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px}.pp-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:11px}.pp-footer-menu a{color:#e8eaed;font-size:15px}.pp-footer-menu a:hover{color:var(--pp-yellow)}.pp-footer-menu--columns{grid-template-columns:1fr 1fr}.pp-footer__contact-card{display:grid;gap:8px;margin:20px 0;color:#c9ced6}.pp-footer__phone{font-size:24px;font-weight:900;color:var(--pp-yellow)}.pp-footer__socials{display:flex;gap:10px;flex-wrap:wrap}.pp-footer__socials a,.pp-footer__trustbar span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:10px 14px;color:#fff;font-weight:700;font-size:14px}.pp-footer__trustbar{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}.pp-footer__bottom{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:#b8beca;font-size:14px}.pp-footer__bottom a{color:#fff}
/* Home general */
.pp-home-heading{text-align:center;margin:0 auto 58px}.pp-home-heading h2{font-size:40px;line-height:1.22;margin:0;color:#3d3d3d;font-weight:500}.pp-home-heading p{font-size:22px;color:#4a4a4a;margin:22px 0 0}.pp-home-heading mark,.pp-home-seo mark,.pp-home-faq mark,.pp-home-product mark{background:var(--pp-yellow);border-radius:10px;padding:0 .24em;transform:rotate(-1.5deg);display:inline-block;color:#333}.pp-home-hero{position:relative;background:#fff}.pp-home-hero__image{width:100%;height:auto}.pp-home-hero__hotspot{position:absolute;display:block;border:0!important;outline:0}.pp-home-hero__hotspot:focus-visible{outline:3px solid rgba(255,210,26,.7)!important}.pp-home-hero__hotspot--calc{left:7.8%;bottom:4%;width:18%;height:10%}.pp-home-hero__hotspot--wa{left:28%;bottom:4%;width:18%;height:8%}
/* trust + gifts */
.pp-home-trust{padding:42px 0 30px;background:#fff}.pp-home-trust__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:88px;margin:-126px auto 122px;max-width:1260px;position:relative;z-index:2}.pp-home-trust__cards article{min-height:168px;border-radius:18px;background:#fff;padding:30px 36px;box-shadow:0 18px 45px rgba(0,0,0,.10);overflow:hidden;position:relative}.pp-home-trust__cards article:after{content:"";position:absolute;right:-5px;bottom:-5px;width:45%;height:88%;opacity:.18;background:radial-gradient(circle at 60% 50%,#111 0 2px,transparent 3px),linear-gradient(135deg,rgba(255,210,26,.4),rgba(255,255,255,0));border-radius:18px}.pp-home-trust__cards h3{font-size:25px;line-height:1.15;margin:0 0 16px;font-weight:900}.pp-home-trust__cards p{font-size:20px;line-height:1.34;margin:0;position:relative;z-index:1}.pp-home-heading--quiz-intro{margin-bottom:46px}.pp-home-gifts{display:grid;grid-template-columns:repeat(4,1fr);gap:52px;text-align:center;margin-top:46px;font-size:20px}.pp-home-gifts div{min-height:120px;display:grid;justify-items:center;align-content:start;gap:12px}.pp-home-gift__icon{display:grid;place-items:center;height:68px;min-width:68px;font-size:52px;color:#d0ad17;font-weight:900}.pp-home-gifts p{margin:0}.pp-home-gifts strong{font-weight:900;color:#111}
/* Quiz */
.pp-home-quiz{padding:22px 0 126px;background:#fff}.pp-home-quiz__grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:92px;align-items:start;max-width:1360px}.pp-home-quiz__box{border:1.5px solid #ddd;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.04);min-height:650px}.pp-home-quiz__top{display:flex;justify-content:space-between;align-items:center;background:var(--pp-yellow);padding:34px 62px;font-size:27px}.pp-home-quiz__top span{font-weight:900}.pp-home-quiz__body{padding:62px}.pp-home-quiz__body h2{font-size:36px;line-height:1.15;margin:0 0 28px;color:#111}.pp-home-quiz__options{display:grid;gap:15px}.pp-home-quiz__options button{appearance:none;background:transparent;border:0;text-align:left;font-size:22px;color:#555;display:flex;align-items:center;gap:16px;cursor:pointer;padding:0}.pp-home-quiz__options button span{width:27px;height:27px;border:3px solid #ffd966;border-radius:50%;display:inline-block;flex:0 0 auto}.pp-home-quiz__options button.is-active span{background:var(--pp-yellow);box-shadow:inset 0 0 0 6px #fff}.pp-home-quiz__options button:hover{color:#111}.pp-home-quiz__result{color:#777;min-height:28px;font-size:14px}.pp-home-quiz__nav{display:flex;justify-content:space-between;align-items:center;margin-top:70px}.pp-home-quiz__nav button{background:transparent;border:0;color:#777;font-size:18px;font-weight:800;cursor:pointer}.pp-home-quiz__expert{padding-top:4px}.pp-home-quiz__consultant{background:#fff;border:2px solid #eee;border-radius:24px;padding:28px;box-shadow:0 12px 34px rgba(0,0,0,.06);display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:center;margin-bottom:48px}.pp-home-quiz__avatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#f2e5d9;color:#111;font-weight:900}.pp-home-quiz__consultant strong{font-size:21px}.pp-home-quiz__consultant p{font-size:15px;line-height:1.25;color:#929292;margin:6px 0 0}.pp-home-quiz__consultant a{grid-column:1/2;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#19a947;color:#fff;font-size:0}.pp-home-quiz__consultant a:before{content:"WA";font-size:13px;font-weight:900}.pp-home-quiz__consultant b{grid-column:2/3;font-size:24px;white-space:nowrap}.pp-home-quiz__seven{font-size:150px;line-height:.76;font-weight:900;color:#e7ca2c;position:relative}.pp-home-quiz__expert>p{font-size:22px;font-weight:800;line-height:1.35;margin:16px 0 0;color:#111}
/* Products */
.pp-home-products{padding:105px 0 82px}.pp-home-heading--products{margin-bottom:58px}.pp-home-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:72px 58px}.pp-home-product img{border-radius:20px;width:100%;aspect-ratio:1.45/1;object-fit:cover;margin-bottom:28px}.pp-home-product h3{font-size:27px;line-height:1.22;margin:0 0 36px;color:#000;font-weight:900}.pp-home-product p{font-size:22px;margin:0;color:#111}.pp-home-product mark{padding:7px 11px;font-weight:900;color:#000}.pp-home-product:hover img{filter:brightness(.96)}
/* Full image CTA blocks */
.pp-home-image-block{padding:66px 0}.pp-home-image-block .pp-home-container{position:relative;max-width:1500px}.pp-home-image-block__img{width:100%;height:auto;border-radius:0}.pp-home-image-block__link{position:absolute;overflow:hidden;text-indent:-9999px;border:0;outline:0}.pp-home-master .pp-home-image-block__link--master-wa{left:37.5%;top:41%;width:24%;height:9%}.pp-hotspot-form{position:absolute;display:grid;gap:0}.pp-hotspot-form label{display:block;margin:0}.pp-hotspot-form input,.pp-hotspot-form select{width:100%;height:100%;border:0;background:transparent;font:800 20px/1 var(--pp-font);color:#444;padding:0 20px}.pp-hotspot-form button{border:0;background:transparent;color:transparent;font-size:0;cursor:pointer}.pp-hotspot-form--master{left:37.4%;top:58%;width:24.2%;height:22%}.pp-hotspot-form--master label{height:47%}.pp-hotspot-form--master button{height:53%}.pp-hotspot-form--catalog{left:37.3%;top:29.5%;width:25.8%;height:37%;gap:0}.pp-hotspot-form--catalog label:nth-of-type(1){height:31%}.pp-hotspot-form--catalog label:nth-of-type(2){height:32%;margin-top:5%}.pp-hotspot-form--catalog button{height:27%;margin-top:6%}.pp-home-final-cta{padding:50px 0 0}.pp-home-final-cta__wrap{position:relative;max-width:1800px}.pp-home-final-cta__wa{position:absolute;left:42.7%;top:34.7%;width:15%;height:8%;text-indent:-9999px;overflow:hidden}.pp-hotspot-form--final{left:42.2%;top:55.5%;width:18.4%;height:22.5%}.pp-hotspot-form--final label{height:43%}.pp-hotspot-form--final button{height:50%;margin-top:7%}
/* Before/After */
.pp-home-beforeafter{padding:86px 0}.pp-home-ba{max-width:1370px;margin:0 auto}.pp-ba-slider__frame{position:relative;overflow:hidden;aspect-ratio:1.5/1;background:#ddd;touch-action:none}.pp-ba-slider__img{width:100%;height:100%;object-fit:cover}.pp-ba-slider__before{position:absolute;inset:0;clip-path:inset(0 calc(100% - var(--pp-ba-pos)) 0 0)}.pp-ba-slider__img--before{position:absolute;inset:0}.pp-ba-slider__label{position:absolute;top:12px;background:rgba(0,0,0,.75);color:#fff;text-transform:uppercase;font-size:20px;padding:7px 16px;z-index:2}.pp-ba-slider__label--before{left:14px}.pp-ba-slider__label--after{right:14px}.pp-ba-slider__handle{position:absolute;top:0;bottom:0;left:var(--pp-ba-pos);width:4px;margin-left:-2px;border:0;background:#fff;z-index:3;cursor:ew-resize}.pp-ba-slider__handle span{position:absolute;top:50%;left:50%;width:20px;height:92px;transform:translate(-50%,-50%);background:#fff;border-radius:3px}.pp-ba-slider__handle:before,.pp-ba-slider__handle:after{content:"";position:absolute;top:50%;border-top:11px solid transparent;border-bottom:11px solid transparent;transform:translateY(-50%)}.pp-ba-slider__handle:before{right:12px;border-right:12px solid #fff}.pp-ba-slider__handle:after{left:12px;border-left:12px solid #fff}.pp-ba-slider__range{position:absolute;inset:0;opacity:0;cursor:ew-resize}.pp-ba-slider__caption{display:none}
/* Cases */
.pp-home-cases{padding:80px 0}.pp-home-cases__list{display:grid;gap:80px}.pp-home-case{display:grid;grid-template-columns:1.05fr .82fr;gap:76px;background:#ededed;border-radius:32px;padding:52px;max-width:1280px;margin:0 auto}.pp-home-case__gallery{position:relative;min-height:520px;border-radius:22px;overflow:hidden;background:#ddd}.pp-home-case__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s}.pp-home-case__slide.is-active{opacity:1}.pp-home-case__arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:0;background:rgba(255,255,255,.92);font-size:38px;line-height:1;display:grid;place-items:center;z-index:3;cursor:pointer;color:#222;box-shadow:0 4px 18px rgba(0,0,0,.08)}.pp-home-case__arrow:hover{background:#fff}.pp-home-case__arrow--prev{left:26px}.pp-home-case__arrow--next{right:26px}.pp-home-case__content{font-size:22px;line-height:1.45;color:#111}.pp-home-case__object{margin:0 0 18px}.pp-home-case__content h3{font-size:30px;line-height:1.25;margin:0 0 30px;font-weight:900}.pp-home-case__meta{display:flex;gap:44px;margin:0 0 30px;font-size:18px}.pp-home-case__meta-item{display:grid;grid-template-columns:46px 1fr;column-gap:14px;align-items:center}.pp-home-case__meta-item i{grid-row:1/3;width:46px;height:46px;display:block;background-repeat:no-repeat;background-size:contain;background-position:center}.pp-home-case__meta-item--days i{background-image:url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='10' width='38' height='38' rx='4'/%3E%3Cpath d='M16 6v10M36 6v10M7 21h38'/%3E%3Cpath d='M17 29h4M27 29h4M37 29h4M17 38h4M27 38h4'/%3E%3Ccircle cx='41' cy='41' r='11' fill='%23fff'/%3E%3Cpath d='m36 41 4 4 7-8'/%3E%3C/g%3E%3C/svg%3E")}.pp-home-case__meta-item--area i{background-image:url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23111' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 12h32v32H12z' stroke-dasharray='6 4'/%3E%3Cpath d='M19 37 37 19M37 19v10M37 19H27M19 37h10M19 37V27'/%3E%3Ccircle cx='12' cy='12' r='2' fill='%23fff'/%3E%3Ccircle cx='44' cy='12' r='2' fill='%23fff'/%3E%3Ccircle cx='12' cy='44' r='2' fill='%23fff'/%3E%3Ccircle cx='44' cy='44' r='2' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.pp-home-case__content small{display:block;margin-top:40px;font-size:16px}.pp-home-case__price{font-size:31px;display:block;margin-top:4px;font-weight:500}
/* FAQ */
.pp-home-faq{padding:96px 0}.pp-home-faq__list{max-width:1120px;margin:0 auto;background:var(--pp-yellow)}.pp-home-faq__item{border-bottom:2px solid #fff}.pp-home-faq__item summary{list-style:none;padding:30px 44px;font-size:31px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;gap:30px;align-items:center;color:#000}.pp-home-faq__item summary::-webkit-details-marker{display:none}.pp-home-faq__item summary span:before{content:'+';font-size:40px;font-weight:300;line-height:1}.pp-home-faq__item[open] summary span:before{content:'×'}.pp-home-faq__item div{padding:0 44px 38px;font-size:21px;line-height:1.45;color:#111}.pp-home-faq__item summary:focus-visible{outline:2px solid rgba(0,0,0,.45);outline-offset:-4px}
/* Gallery + SEO */
.pp-home-gallery{padding:70px 0}.pp-home-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.pp-home-gallery__grid img{width:100%;aspect-ratio:1.42/1;object-fit:cover}.pp-home-seo{padding:84px 0 34px}.pp-home-seo__content{max-width:1600px;font-size:19px;line-height:1.48}.pp-home-seo h2:first-child{text-align:center;font-size:40px;line-height:1.2;margin:0 0 66px;font-weight:500}.pp-home-seo h2:not(:first-child){font-size:34px;line-height:1.22;margin:58px 0 28px}.pp-home-seo h3{font-size:23px;margin:36px 0 8px;font-weight:900}.pp-home-seo p{margin:0 0 17px}.pp-home-seo ul{margin:0 0 24px;padding-left:28px}.pp-home-seo li{margin:4px 0}.pp-home-form{display:grid;gap:14px;background:#fff;border-radius:28px;padding:34px;box-shadow:0 20px 60px rgba(0,0,0,.16)}.pp-home-form__field{display:grid;gap:6px;font-size:14px;font-weight:700}.pp-home-form input,.pp-home-form textarea,.pp-home-form select{width:100%;border:1px solid #ddd;border-radius:12px;padding:14px 16px;font:inherit}.pp-home-form__check{display:flex;gap:8px;font-size:13px;color:#666}.pp-hp{position:absolute!important;left:-9999px!important;opacity:0!important}.pp-home-form__status{margin:0;color:#168a2a;font-weight:700}
/* Page templates */
.pp-front-preserve{padding:60px 0}.pp-content-template{padding:80px 0}.pp-content-template .pp-container{max-width:1180px}.pp-page-hero{background:#f6f6f6;border-radius:28px;padding:60px;margin-bottom:40px}.pp-page-hero h1{font-size:44px;margin:0 0 18px}.pp-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pp-page-card{border:1px solid #eee;border-radius:20px;padding:22px;background:#fff}.pp-page-card img{border-radius:16px;aspect-ratio:4/3;object-fit:cover;width:100%;margin-bottom:14px}
@media (max-width:1280px){:root{--pp-container:1180px}.pp-header-tilda__inner{grid-template-columns:auto 1fr auto}.pp-header-actions{gap:10px}.pp-menu{gap:16px}.pp-menu a{font-size:14px}.pp-home-heading h2{font-size:34px}.pp-home-products__grid{gap:50px 34px}.pp-home-product h3{font-size:24px}.pp-home-case{gap:44px;padding:44px}.pp-home-case__gallery{min-height:450px}}
@media (max-width:980px){body{font-size:16px}.admin-bar .pp-site-header{top:0}.pp-site-header{min-height:74px}.pp-header-tilda__inner{min-height:74px;grid-template-columns:auto 1fr auto}.pp-primary-nav{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;border-bottom:1px solid #ddd;padding:18px 28px}.pp-primary-nav.is-open{display:block}.pp-menu{display:grid!important;gap:14px}.pp-header-actions{display:none}.pp-menu-toggle{display:flex}.pp-brand__logo{width:48px;height:48px}.pp-brand__text strong{font-size:19px}.pp-brand__text small{font-size:12px}.pp-mobile-sticky{position:fixed;left:0;right:0;bottom:0;z-index:999;display:grid;grid-template-columns:repeat(3,1fr);background:#111;color:#fff}.pp-mobile-sticky a{padding:12px;text-align:center;font-weight:800}.pp-mobile-sticky a:nth-child(2){background:#159b3b}.pp-mobile-sticky a:nth-child(3){background:var(--pp-yellow);color:#111}.pp-footer__top{grid-template-columns:1fr}.pp-footer-menu--columns{grid-template-columns:1fr}.pp-footer__bottom{display:grid}.pp-home-trust{padding-top:30px}.pp-home-trust__cards{margin:20px 0 70px;grid-template-columns:1fr;gap:18px}.pp-home-trust__cards article{padding:24px;min-height:auto}.pp-home-trust__cards h3{font-size:21px}.pp-home-trust__cards p{font-size:17px}.pp-home-heading{margin-bottom:34px}.pp-home-heading h2{font-size:28px}.pp-home-heading p{font-size:18px}.pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:1fr 1fr;gap:24px}.pp-home-quiz__grid{grid-template-columns:1fr;gap:30px}.pp-home-quiz__box{min-height:0}.pp-home-quiz__top{padding:22px;font-size:20px}.pp-home-quiz__body{padding:24px}.pp-home-quiz__body h2{font-size:27px}.pp-home-quiz__options button{font-size:18px}.pp-home-quiz__nav{margin-top:34px}.pp-home-quiz__consultant{max-width:420px}.pp-home-products{padding:60px 0}.pp-home-product h3{font-size:20px;margin-bottom:16px}.pp-home-product p{font-size:17px}.pp-home-image-block{padding:40px 0}.pp-home-image-block .pp-home-container{padding:0 16px}.pp-hotspot-form{display:none}.pp-home-image-block__link{display:none}.pp-home-case{grid-template-columns:1fr;padding:24px;border-radius:22px}.pp-home-case__gallery{min-height:360px}.pp-home-case__content{font-size:18px}.pp-home-case__content h3{font-size:25px}.pp-home-case__meta{font-size:16px;gap:20px}.pp-home-faq__item summary{font-size:23px;padding:24px}.pp-home-faq__item div{font-size:18px;padding:0 24px 28px}.pp-home-seo__content{font-size:17px}.pp-home-seo h2:first-child{font-size:30px;margin-bottom:40px}.pp-home-seo h2:not(:first-child){font-size:26px}.pp-page-grid{grid-template-columns:1fr}}
@media (max-width:640px){.pp-home-container,.pp-container{padding:0 16px}.pp-home-hero__image{width:190%;max-width:none;transform:translateX(-25%)}.pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:1fr}.pp-home-image-block .pp-home-container{padding:0}.pp-home-image-block__img{border-radius:0}.pp-home-case__gallery{min-height:290px}.pp-ba-slider__label{font-size:14px}.pp-home-seo{padding-top:50px}.pp-home-quiz__consultant{grid-template-columns:52px 1fr}.pp-home-quiz__consultant b{font-size:20px}.pp-footer__trustbar span{font-size:13px}.pp-home-hero__hotspot{display:none}}

/* ===== ProfPotolki v11 pixel-tuning against original Tilda landing ===== */
:root{
  --pp-yellow:#ffd000;
  --pp-yellow2:#ffb100;
  --pp-dark:#333333;
  --pp-text:#242424;
  --pp-muted:#4a4a4a;
  --pp-soft:#eeeeee;
  --pp-container:1560px;
  --pp-font:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
html body{font-family:var(--pp-font);font-size:16px;line-height:1.42;color:#222;background:#fff;letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:auto}
.pp-home-heading{margin-bottom:62px}.pp-home-heading h2{font-family:var(--pp-font);font-size:38px;font-weight:400;line-height:1.18;color:#3a3a3a;letter-spacing:-.01em}.pp-home-heading p{font-size:21px;line-height:1.3;color:#3f3f3f;margin-top:20px}.pp-home-heading strong{font-weight:700}.pp-home-heading mark,.pp-home-seo mark,.pp-home-faq mark,.pp-home-product mark{background:#ffd000;border-radius:9px;padding:0 .20em;transform:rotate(-1.4deg);box-decoration-break:clone;-webkit-box-decoration-break:clone;color:#333}
.pp-home-hero__image{width:100%;max-width:none;display:block}
.pp-home-trust{padding-top:36px}.pp-home-trust__cards{max-width:1288px;gap:76px;margin:-120px auto 132px}.pp-home-trust__cards article{min-height:168px;border-radius:18px;padding:28px 32px;box-shadow:0 18px 42px rgba(0,0,0,.10)}.pp-home-trust__cards h3{font-size:25px;line-height:1.15;margin-bottom:14px}.pp-home-trust__cards p{font-size:19px;line-height:1.34;color:#111}
.pp-home-gifts{max-width:1420px;margin:44px auto 0;gap:58px;font-size:19px;line-height:1.35}.pp-home-gift__icon{height:80px;font-size:58px}.pp-home-quiz{padding-top:18px;padding-bottom:144px}.pp-home-quiz__grid{max-width:1368px;grid-template-columns:minmax(0,1fr) 360px;gap:96px}.pp-home-quiz__box{min-height:642px;border-radius:24px}.pp-home-quiz__top{font-size:27px;padding:32px 58px}.pp-home-quiz__body{padding:58px}.pp-home-quiz__body h2{font-size:36px;line-height:1.16;margin-bottom:28px}.pp-home-quiz__options{gap:14px}.pp-home-quiz__options button{font-size:22px;line-height:1.25}.pp-home-quiz__nav{margin-top:68px}.pp-home-quiz__consultant{border-radius:23px;padding:28px}.pp-home-quiz__seven{font-size:146px}.pp-home-quiz__expert>p{font-size:21px;line-height:1.32}
.pp-home-products{padding-top:112px;padding-bottom:100px}.pp-home-heading--products{margin-bottom:64px}.pp-home-products__grid{max-width:1500px;margin:0 auto;grid-template-columns:repeat(4,1fr);gap:72px 56px}.pp-home-product img{border-radius:20px;aspect-ratio:1.53/1;margin-bottom:30px}.pp-home-product h3{font-size:27px;line-height:1.25;margin-bottom:34px;font-weight:700;letter-spacing:-.015em}.pp-home-product p{font-size:22px;line-height:1.1}.pp-home-product mark{padding:6px 10px;border-radius:9px;font-weight:700;transform:rotate(-2.2deg)}
.pp-home-image-block{padding:80px 0}.pp-home-image-block .pp-home-container{max-width:1640px}.pp-home-image-block__img{width:100%;height:auto}.pp-home-master.pp-home-image-block{padding-top:90px;padding-bottom:90px}.pp-home-catalog.pp-home-image-block{padding-top:96px;padding-bottom:92px}.pp-hotspot-form input,.pp-hotspot-form select{font-family:var(--pp-font);font-weight:700}
.pp-home-beforeafter{padding:96px 0 92px}.pp-home-ba{max-width:1340px;margin:0 auto}.pp-ba-slider__frame{position:relative;overflow:hidden;aspect-ratio:1.5/1;background:#ddd;touch-action:none;isolation:isolate}.pp-ba-slider__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block;max-width:none!important;object-fit:cover!important;object-position:center center}.pp-ba-slider__img--after{z-index:0}.pp-ba-slider__before{position:absolute;inset:0;z-index:1;overflow:hidden;clip-path:none!important;width:var(--pp-ba-pos)}.pp-ba-slider__img--before{z-index:1}.pp-ba-slider__label{z-index:5;text-transform:uppercase;font-size:20px;line-height:1;padding:7px 15px;background:rgba(0,0,0,.78);color:#fff}.pp-ba-slider__label--before{left:13px}.pp-ba-slider__label--after{right:13px}.pp-ba-slider__handle{z-index:6;width:4px;background:#fff}.pp-ba-slider__handle span{height:88px;width:18px;border-radius:2px}.pp-ba-slider__range{z-index:7}
.pp-home-cases{padding:90px 0 92px}.pp-home-cases__list{gap:88px}.pp-home-case{max-width:1328px;grid-template-columns:1fr .78fr;gap:74px;padding:52px;background:#eeeeee;border-radius:34px}.pp-home-case__gallery{min-height:535px;border-radius:22px}.pp-home-case__slide{object-fit:cover}.pp-home-case__arrow{width:44px;height:44px;font-size:34px;background:rgba(255,255,255,.96);color:#222;box-shadow:0 3px 14px rgba(0,0,0,.06)}.pp-home-case__arrow--prev{left:26px}.pp-home-case__arrow--next{right:26px}.pp-home-case__content{font-size:21px;line-height:1.45}.pp-home-case__object{font-size:21px;margin-bottom:18px}.pp-home-case__content h3{font-size:30px;line-height:1.25;margin-bottom:30px;font-weight:700;letter-spacing:-.01em}.pp-home-case__meta{gap:46px;margin-bottom:30px;font-size:18px}.pp-home-case__meta-item{grid-template-columns:48px 1fr;column-gap:14px}.pp-home-case__meta-item i{width:48px;height:48px}.pp-home-case__price{font-size:32px;line-height:1.1;font-weight:400;margin-top:4px}
.pp-home-faq{padding:88px 0}.pp-home-faq .pp-home-heading{margin-bottom:56px}.pp-home-faq__list{max-width:1050px;margin:0 auto;background:#ffd000}.pp-home-faq__item{border-bottom:2px solid rgba(255,255,255,.9)}.pp-home-faq__item summary{font-size:31px;line-height:1.28;font-weight:400;padding:30px 42px}.pp-home-faq__item summary span:before{font-size:42px;font-weight:300}.pp-home-faq__item div{font-size:21px;line-height:1.5;padding:0 42px 38px;color:#1a1a1a}.pp-home-faq__item[open] summary{padding-bottom:24px}.pp-home-faq__item summary:focus{outline:none}.pp-home-faq__item summary:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:-4px}
.pp-home-gallery{padding:86px 0 78px}.pp-home-gallery .pp-home-heading{margin-bottom:72px}.pp-home-gallery__grid{max-width:1720px;margin:0 auto;gap:28px;grid-template-columns:repeat(4,1fr)}.pp-home-gallery__grid img{aspect-ratio:1.42/1;width:100%;object-fit:cover}
.pp-home-seo{padding:92px 0 54px}.pp-home-seo__content{max-width:1620px;font-family:var(--pp-font);font-size:20px;line-height:1.5;color:#111}.pp-home-seo h2:first-child{font-size:42px;line-height:1.2;font-weight:400;margin-bottom:66px;text-align:center;letter-spacing:-.01em}.pp-home-seo h2:not(:first-child){font-size:38px;line-height:1.2;font-weight:700;margin:64px 0 30px}.pp-home-seo h3{font-size:26px;line-height:1.25;margin:38px 0 8px;font-weight:700}.pp-home-seo p{margin-bottom:18px}.pp-home-seo ul{padding-left:28px;margin-bottom:26px}.pp-home-seo li{margin:5px 0}.pp-home-final-cta{padding-top:64px}.pp-home-final-cta__wrap{max-width:1800px}
/* remove accidental decorative yellow divider artefacts */
.pp-home-products:before,.pp-home-products:after,.pp-home-quiz:before,.pp-home-quiz:after,.pp-home-cases:before,.pp-home-cases:after,.pp-home-gallery:before,.pp-home-gallery:after,.pp-home-seo:before,.pp-home-seo:after{content:none!important;display:none!important}
@media (max-width:1280px){:root{--pp-container:1180px}.pp-home-heading h2{font-size:34px}.pp-home-products__grid{gap:56px 34px}.pp-home-case{max-width:1120px;gap:44px;padding:42px}.pp-home-case__gallery{min-height:455px}.pp-home-image-block .pp-home-container{max-width:1180px}.pp-home-seo__content{font-size:18px}.pp-home-seo h2:first-child{font-size:34px}}
@media (max-width:980px){.pp-home-trust__cards{margin:0 auto 64px;grid-template-columns:1fr;gap:18px}.pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:repeat(2,1fr)}.pp-home-quiz__grid{grid-template-columns:1fr;gap:32px}.pp-home-case{grid-template-columns:1fr;padding:28px}.pp-home-case__gallery{min-height:380px}.pp-home-faq__item summary{font-size:24px;padding:24px}.pp-home-faq__item div{font-size:18px;padding:0 24px 28px}.pp-home-seo__content{font-size:17px}.pp-home-seo h2:not(:first-child){font-size:28px}.pp-home-image-block{padding:50px 0}.pp-hotspot-form{display:none}.pp-home-image-block__link{display:none}}
@media (max-width:640px){.pp-home-container,.pp-container{padding-left:16px;padding-right:16px}.pp-home-hero__image{width:190%;max-width:none;transform:translateX(-25%)}.pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:1fr}.pp-home-heading h2{font-size:28px}.pp-home-products{padding-top:58px}.pp-home-case__gallery{min-height:286px}.pp-ba-slider__label{font-size:14px}.pp-home-seo h2:first-child{font-size:28px}.pp-home-seo h2:not(:first-child){font-size:24px}.pp-home-product h3{font-size:22px}.pp-home-product p{font-size:18px}}
/* v11 exact clipping fix for before/after */
.pp-ba-slider__before{left:0!important;right:auto!important;top:0!important;bottom:0!important;width:var(--pp-ba-pos)!important;overflow:hidden!important;position:absolute!important;}
/* === v11.0 Tilda visual calibration patch ===
   Purpose: closer match to published Profpotolki.kz landing: font stack,
   proportions, section widths, FAQ state, case arrows, before/after integrity. */
:root{
  --pp-yellow:#ffd10a;
  --pp-yellow2:#ffb000;
  --pp-dark:#333333;
  --pp-text:#222222;
  --pp-muted:#555555;
  --pp-container:1420px;
  --pp-font:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
body{font-family:var(--pp-font);font-size:16px;line-height:1.42;letter-spacing:0;color:#222;background:#fff}
.pp-site-main{background:#fff;overflow:hidden}.pp-container,.pp-home-container{max-width:var(--pp-container)}
.pp-home-heading{margin-bottom:52px}.pp-home-heading h2{font-size:38px;line-height:1.2;font-weight:400;color:#424242;letter-spacing:-.015em}.pp-home-heading p{font-size:20px;line-height:1.35;margin-top:18px;color:#444}.pp-home-heading mark,.pp-home-seo mark,.pp-home-faq mark,.pp-home-product mark{background:#ffd10a;border-radius:9px;padding:0 .22em;transform:rotate(-1.4deg);box-decoration-break:clone;-webkit-box-decoration-break:clone;color:#333}
/* The hero composite already contains the three lower Tilda trust cards. Do not overlay a second HTML copy visually. */
.pp-home-trust{padding:34px 0 26px}.pp-home-trust__cards{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;display:block!important}.pp-home-heading--quiz-intro{margin-top:0;margin-bottom:46px}
.pp-home-gifts{max-width:1210px;margin:42px auto 0;gap:48px;font-size:18px;line-height:1.34}.pp-home-gift__icon{height:76px;min-width:76px;font-size:58px;color:#d2b21a}.pp-home-gifts p{font-size:18px;line-height:1.36;color:#111}
/* Quiz */
.pp-home-quiz{padding:30px 0 132px}.pp-home-quiz__grid{max-width:1320px;grid-template-columns:minmax(0,920px) 330px;gap:78px}.pp-home-quiz__box{border-radius:25px;min-height:640px}.pp-home-quiz__top{font-size:24px;padding:30px 56px}.pp-home-quiz__body{padding:56px}.pp-home-quiz__body h2{font-size:33px;line-height:1.16;margin-bottom:26px}.pp-home-quiz__options{gap:14px}.pp-home-quiz__options button{font-size:20px;line-height:1.25;color:#555}.pp-home-quiz__options button span{width:25px;height:25px;border-width:3px}.pp-home-quiz__nav{margin-top:68px}.pp-home-quiz__consultant{border-radius:22px;padding:24px;margin-bottom:46px}.pp-home-quiz__seven{font-size:142px}.pp-home-quiz__expert>p{font-size:20px;line-height:1.35}
/* Product cards: closer Tilda width/rhythm */
.pp-home-products{padding:108px 0 88px}.pp-home-products .pp-home-container{max-width:1260px}.pp-home-products__grid{gap:66px 56px}.pp-home-product img{border-radius:19px;aspect-ratio:1.44/1;margin-bottom:27px}.pp-home-product h3{font-size:26px;line-height:1.2;margin-bottom:34px;letter-spacing:-.01em}.pp-home-product p{font-size:21px}.pp-home-product mark{padding:7px 11px;border-radius:9px;transform:rotate(-1.6deg)}
/* Large image CTA blocks */
.pp-home-image-block{padding:70px 0}.pp-home-image-block .pp-home-container{max-width:1380px}.pp-home-image-block__img{width:100%;height:auto}.pp-home-master{padding-top:92px;padding-bottom:92px}.pp-home-catalog{padding-top:94px;padding-bottom:92px}.pp-home-final-cta{padding-top:62px}.pp-home-final-cta__wrap{max-width:1800px}.pp-hotspot-form input,.pp-hotspot-form select{font-family:var(--pp-font);font-weight:700}
/* Before/after: one continuous frame, no accidental second row. */
.pp-home-beforeafter{padding:88px 0 92px}.pp-home-ba{max-width:1330px;margin:0 auto}.pp-ba-slider__frame{position:relative;overflow:hidden;aspect-ratio:1.5/1;background:#ddd;isolation:isolate}.pp-ba-slider__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;max-width:none}.pp-ba-slider__before{position:absolute;inset:0;width:var(--pp-ba-pos);overflow:hidden;clip-path:none!important;z-index:1}.pp-ba-slider__img--before{width:calc(100% * 100 / var(--pp-ba-pos));max-width:none}.pp-ba-slider__label{font-size:18px;padding:6px 14px}.pp-ba-slider__handle{z-index:4;width:4px;background:#fff}.pp-ba-slider__handle span{height:92px;width:18px}.pp-ba-slider__range{z-index:6}
/* Cases */
.pp-home-cases{padding:86px 0 88px}.pp-home-cases__list{gap:74px}.pp-home-case{max-width:1220px;grid-template-columns:1.04fr .80fr;gap:66px;border-radius:31px;padding:48px;background:#ededed}.pp-home-case__gallery{min-height:500px;border-radius:20px}.pp-home-case__arrow{width:44px;height:44px;background:#fff;color:#222;font-size:34px;box-shadow:0 4px 14px rgba(0,0,0,.09)}.pp-home-case__arrow--prev{left:24px}.pp-home-case__arrow--next{right:24px}.pp-home-case__content{font-size:20px;line-height:1.44}.pp-home-case__object{font-size:20px;margin-bottom:18px}.pp-home-case__content h3{font-size:28px;line-height:1.25;margin-bottom:30px}.pp-home-case__meta{gap:38px;font-size:17px;margin-bottom:30px}.pp-home-case__meta-item{grid-template-columns:44px 1fr;column-gap:13px}.pp-home-case__meta-item i{width:44px;height:44px}.pp-home-case__content small{font-size:15px;margin-top:38px}.pp-home-case__price{font-size:30px}
/* FAQ: source screenshot shows expanded yellow accordions. */
.pp-home-faq{padding:92px 0}.pp-home-faq .pp-home-container--narrow{max-width:1080px}.pp-home-faq__list{max-width:1010px}.pp-home-faq__item summary{font-size:29px;line-height:1.24;padding:29px 44px;font-weight:400}.pp-home-faq__item div{font-size:20px;line-height:1.48;padding:0 44px 36px}.pp-home-faq__item summary span:before{font-size:38px}
/* Gallery and SEO */
.pp-home-gallery{padding:72px 0 84px}.pp-home-gallery .pp-home-container{max-width:1780px}.pp-home-gallery__grid{gap:26px}.pp-home-gallery__grid img{aspect-ratio:1.44/1;object-fit:cover}.pp-home-seo{padding:90px 0 40px}.pp-home-seo .pp-home-container{max-width:1600px}.pp-home-seo__content{font-size:19px;line-height:1.5}.pp-home-seo h2:first-child{font-size:42px;line-height:1.18;margin-bottom:70px;font-weight:400;letter-spacing:-.015em}.pp-home-seo h2:not(:first-child){font-size:34px;line-height:1.22;margin:64px 0 28px;font-weight:800}.pp-home-seo h3{font-size:23px;line-height:1.3;margin:38px 0 8px}.pp-home-seo p{margin-bottom:18px}.pp-home-seo li{margin:4px 0}
@media (max-width:1280px){:root{--pp-container:1180px}.pp-home-heading h2{font-size:34px}.pp-home-products .pp-home-container{max-width:1120px}.pp-home-products__grid{gap:54px 38px}.pp-home-image-block .pp-home-container{max-width:1120px}.pp-home-case{max-width:1060px;gap:42px;padding:42px}.pp-home-case__gallery{min-height:420px}.pp-home-ba{max-width:1080px}}
@media (max-width:980px){.pp-home-trust__cards{display:none!important}.pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:1fr 1fr}.pp-home-quiz__grid{grid-template-columns:1fr}.pp-home-quiz__box{min-height:0}.pp-home-case{grid-template-columns:1fr}.pp-home-case__gallery{min-height:360px}.pp-home-faq__item summary{font-size:23px}.pp-home-faq__item div{font-size:18px}.pp-home-seo__content{font-size:17px}.pp-home-seo h2:first-child{font-size:30px}.pp-home-seo h2:not(:first-child){font-size:26px}}
@media (max-width:640px){.pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:1fr}.pp-home-hero__image{width:190%;max-width:none;transform:translateX(-25%)}.pp-home-image-block .pp-home-container{padding:0}.pp-home-image-block__img{border-radius:0}.pp-home-ba{max-width:none}.pp-home-case__gallery{min-height:290px}.pp-home-faq .pp-home-container--narrow{padding:0 16px}.pp-home-faq__item summary{font-size:21px;padding:22px}.pp-home-faq__item div{font-size:17px;padding:0 22px 24px}.pp-home-seo{padding-top:54px}}


/* v11.0.0 pixel calibration against source Tilda landing */
:root{
  --pp-yellow:#ffd21a;
  --pp-yellow2:#ffb000;
  --pp-text:#202124;
  --pp-muted:#4a4a4a;
  --pp-container:1680px;
  --pp-font:"TildaSans","Tilda Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
body{font-family:var(--pp-font)!important;color:#202124;font-size:16px;letter-spacing:-.012em;line-height:1.42;background:#fff}
.pp-site-main{overflow:hidden;background:#fff}.pp-container,.pp-home-container{max-width:var(--pp-container);padding-left:30px;padding-right:30px}.pp-home-container--narrow{max-width:1210px}
.pp-home-heading{margin-bottom:64px}.pp-home-heading h2{font-family:var(--pp-font);font-size:42px;line-height:1.18;font-weight:500;color:#3d3d3d;letter-spacing:-.024em}.pp-home-heading p{font-size:22px;line-height:1.35;color:#444;margin-top:24px}.pp-home-heading mark,.pp-home-seo mark,.pp-home-faq mark,.pp-home-product mark{background:#ffd21a;border-radius:12px;padding:.02em .23em .08em;transform:rotate(-1.5deg);box-decoration-break:clone;-webkit-box-decoration-break:clone;color:#333}
/* Hero: keep original composite full width and remove accidental outlines/lines */
.pp-home-hero{line-height:0;background:#fff}.pp-home-hero__image{width:100%;height:auto;margin:0 auto}.pp-home-hero:after,.pp-home-trust:before,.pp-home-trust:after,.pp-home-products:before,.pp-home-image-block:before,.pp-home-image-block:after,.pp-home-beforeafter:before,.pp-home-cases:before,.pp-home-faq:before,.pp-home-gallery:before,.pp-home-seo:before{content:none!important;display:none!important}
/* Trust cards and gifts */
.pp-home-trust{padding:0 0 34px}.pp-home-trust__cards{max-width:1370px;gap:100px;margin:-138px auto 130px}.pp-home-trust__cards article{min-height:190px;border-radius:19px;padding:34px 38px;box-shadow:0 18px 48px rgba(0,0,0,.11)}.pp-home-trust__cards article:after{opacity:0}.pp-home-trust__cards h3{font-size:25px;line-height:1.15;margin-bottom:18px}.pp-home-trust__cards p{font-size:21px;line-height:1.34;letter-spacing:-.018em}.pp-home-gifts{max-width:1540px;margin:54px auto 0;gap:64px;font-size:20px;line-height:1.25}.pp-home-gift__icon{font-family:var(--pp-font);height:76px;min-width:76px;font-size:56px;color:#d5b013}.pp-home-gifts p{line-height:1.28}
/* Quiz */
.pp-home-quiz{padding:28px 0 142px}.pp-home-quiz__grid{max-width:1380px;grid-template-columns:minmax(0,1fr) 382px;gap:92px}.pp-home-quiz__box{min-height:676px;border-radius:26px;border-color:#dedede}.pp-home-quiz__top{padding:34px 64px;font-size:27px}.pp-home-quiz__body{padding:66px 66px 54px}.pp-home-quiz__body h2{font-size:36px;line-height:1.15;margin-bottom:30px}.pp-home-quiz__options{gap:16px}.pp-home-quiz__options button{font-size:22px;line-height:1.2;color:#555}.pp-home-quiz__options button span{width:28px;height:28px;border-color:#ffd966}.pp-home-quiz__nav{margin-top:72px}.pp-home-quiz__consultant{border-radius:24px;padding:28px 30px;box-shadow:0 10px 30px rgba(0,0,0,.06);margin-bottom:40px}.pp-home-quiz__seven{font-size:0;line-height:0;margin:0 0 10px}.pp-home-quiz__seven img{width:100%;max-width:330px;height:auto;display:block;margin:0 0 0 auto}.pp-home-quiz__expert>p{font-size:21px;line-height:1.38;font-weight:800;margin:12px 0 0}.pp-home-quiz__consultant b{font-size:25px}
/* Products */
.pp-home-products{padding:116px 0 92px}.pp-home-products__grid{gap:76px 64px}.pp-home-product img{border-radius:22px;aspect-ratio:1.42/1;margin-bottom:29px}.pp-home-product h3{font-size:30px;line-height:1.18;margin-bottom:34px;font-weight:900;letter-spacing:-.03em}.pp-home-product p{font-size:23px;line-height:1.25}.pp-home-product mark{border-radius:11px;padding:7px 12px;transform:rotate(-1.7deg)}
/* CTA composite blocks: restore source scale */
.pp-home-image-block{padding:82px 0}.pp-home-image-block .pp-home-container{max-width:1748px;padding-left:22px;padding-right:22px}.pp-home-image-block__img{width:100%;height:auto}.pp-home-master{padding-top:76px;padding-bottom:92px}.pp-home-catalog{padding-top:88px;padding-bottom:92px}.pp-hotspot-form input,.pp-hotspot-form select{font-family:var(--pp-font);font-weight:700;letter-spacing:-.015em}
/* Before / After: one continuous image pair, no accidental 2x2 grid */
.pp-home-beforeafter{padding:102px 0 105px}.pp-home-ba{max-width:1230px;margin-left:auto;margin-right:auto}.pp-ba-slider__frame{position:relative;display:block;overflow:hidden;aspect-ratio:1.5/1;line-height:0;background:#ddd;touch-action:none}.pp-ba-slider__img,.pp-ba-slider__img--after,.pp-ba-slider__img--before,.pp-ba-slider__before img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;margin:0!important;border:0!important}.pp-ba-slider__before{position:absolute!important;inset:0!important;overflow:hidden!important;clip-path:inset(0 calc(100% - var(--pp-ba-pos)) 0 0)!important;z-index:1}.pp-ba-slider__img--after{z-index:0}.pp-ba-slider__label{z-index:4;font-size:19px;text-transform:uppercase;padding:7px 16px;background:rgba(0,0,0,.75);line-height:1.1}.pp-ba-slider__label--before{left:12px}.pp-ba-slider__label--after{right:12px}.pp-ba-slider__handle{z-index:5;width:4px;background:#fff}.pp-ba-slider__range{z-index:6}
/* Cases */
.pp-home-cases{padding:88px 0 86px}.pp-home-cases__list{gap:86px}.pp-home-case{max-width:1320px;grid-template-columns:1.04fr .84fr;gap:72px;border-radius:34px;padding:56px;background:#eeeeee}.pp-home-case__gallery{min-height:540px;border-radius:24px}.pp-home-case__arrow{width:48px;height:48px;background:rgba(255,255,255,.94);font-size:38px;color:#222}.pp-home-case__arrow--prev{left:28px}.pp-home-case__arrow--next{right:28px}.pp-home-case__content{font-size:23px;line-height:1.43}.pp-home-case__object{font-size:22px;margin-bottom:20px}.pp-home-case__content h3{font-size:31px;line-height:1.23;margin-bottom:32px}.pp-home-case__meta{font-size:18px;gap:48px;margin-bottom:32px}.pp-home-case__meta-item i{width:50px;height:50px}.pp-home-case__content small{margin-top:40px}.pp-home-case__price{font-size:32px;line-height:1.15}
/* FAQ: source screenshot state is expanded; keep all questions readable and remove blue click outline */
.pp-home-faq{padding:104px 0 88px}.pp-home-faq__list{max-width:1180px;background:#ffd21a}.pp-home-faq__item{border-bottom:2px solid #fff}.pp-home-faq__item summary{font-size:32px;line-height:1.18;font-weight:500;padding:32px 46px}.pp-home-faq__item div{font-size:22px;line-height:1.45;padding:0 46px 39px;max-width:960px}.pp-home-faq__item summary:focus{outline:none}.pp-home-faq__item summary:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:-5px}.pp-home-faq__item summary span:before{font-size:42px}
/* Gallery and SEO */
.pp-home-gallery{padding:82px 0 78px}.pp-home-gallery__grid{gap:30px}.pp-home-gallery__grid img{aspect-ratio:1.42/1;object-fit:cover}.pp-home-seo{padding:94px 0 42px}.pp-home-seo__content{max-width:1630px;font-size:20px;line-height:1.47;color:#111}.pp-home-seo h2:first-child{font-size:43px;line-height:1.18;margin-bottom:72px;font-weight:500;letter-spacing:-.025em}.pp-home-seo h2:not(:first-child){font-size:35px;line-height:1.22;margin:60px 0 30px}.pp-home-seo h3{font-size:24px;line-height:1.25;margin:38px 0 9px}.pp-home-seo p{margin-bottom:18px}.pp-home-seo ul{margin-bottom:26px;padding-left:30px}.pp-home-final-cta{padding-top:62px}.pp-home-final-cta__wrap{max-width:2048px;margin:0 auto}.pp-home-final-cta__wrap img{width:100%}
@media (max-width:1280px){:root{--pp-container:1220px}.pp-home-heading h2{font-size:35px}.pp-home-products__grid{gap:54px 38px}.pp-home-product h3{font-size:25px}.pp-home-case{gap:46px;padding:46px}.pp-home-case__gallery{min-height:455px}.pp-home-image-block .pp-home-container{max-width:1220px}}
@media (max-width:980px){.pp-home-trust__cards{margin:20px 0 70px;gap:18px}.pp-home-heading h2{font-size:28px}.pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:1fr 1fr}.pp-home-image-block{padding:44px 0}.pp-home-ba{max-width:100%}.pp-home-case{grid-template-columns:1fr;padding:24px}.pp-home-case__gallery{min-height:360px}.pp-home-faq__item summary{font-size:23px;padding:24px}.pp-home-faq__item div{font-size:18px;padding:0 24px 28px}.pp-home-seo__content{font-size:17px}.pp-home-seo h2:first-child{font-size:30px}.pp-home-seo h2:not(:first-child){font-size:26px}}
@media (max-width:640px){.pp-home-container,.pp-container{padding-left:16px;padding-right:16px}.pp-home-hero__image{width:190%;max-width:none;transform:translateX(-25%)}.pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:1fr}.pp-home-image-block .pp-home-container{padding-left:0;padding-right:0}.pp-home-case__gallery{min-height:290px}.pp-home-quiz__seven img{max-width:260px;margin-left:0}.pp-home-faq__item summary{font-size:21px}.pp-home-seo{padding-top:54px}}


/* === v11.0 Tilda calibration patch ===
   Purpose: closer visual rhythm to the original Profpotolki.kz Tilda landing,
   corrected before/after slider, font stack, section scale and open FAQ state. */
:root{
  --pp-yellow:#ffd21a;
  --pp-yellow2:#ffb000;
  --pp-text:#1f1f1f;
  --pp-muted:#4a4a4a;
  --pp-container:1560px;
  --pp-font:Arial,"Helvetica Neue",Helvetica,sans-serif;
}
body{font-family:var(--pp-font);font-size:17px;line-height:1.42;color:var(--pp-text);letter-spacing:0;background:#fff;}
.pp-home-container,.pp-container{max-width:var(--pp-container);padding-left:32px;padding-right:32px;}
.pp-home-heading{margin-bottom:64px;}
.pp-home-heading h2{font-family:var(--pp-font);font-size:42px;line-height:1.19;font-weight:500;color:#3d3d3d;letter-spacing:-.02em;}
.pp-home-heading p{font-size:24px;line-height:1.32;color:#454545;}
.pp-home-heading mark,.pp-home-seo mark,.pp-home-faq mark,.pp-home-product mark{background:#ffd21a;border-radius:12px;padding:.01em .18em .04em;transform:rotate(-1.4deg);box-decoration-break:clone;-webkit-box-decoration-break:clone;}

/* Header: keep ТЗ header, but reduce the visual pressure on the landing body */
.pp-site-header{min-height:78px;}
.pp-header-tilda__inner{min-height:78px;}
.pp-brand__logo{width:54px;height:54px;}
.pp-brand__text strong{font-size:20px;letter-spacing:-.02em;}
.pp-brand__text small{font-size:12px;}
.pp-menu a{font-size:14px;font-weight:800;}
.pp-header-phone{font-size:17px;}
.pp-header-meta{font-size:15px;}

/* Hero composite: do not crop; preserve original Tilda composition under the new header */
.pp-home-hero{line-height:0;background:#fff;}
.pp-home-hero__image{width:100%;max-width:none;height:auto;display:block;}

/* Trust/gifts: closer to Tilda spacing and lighter typography */
.pp-home-trust{padding-top:28px;padding-bottom:18px;}
.pp-home-trust__cards{max-width:1180px;gap:72px;margin:-112px auto 118px;}
.pp-home-trust__cards article{border-radius:20px;min-height:158px;padding:28px 34px;box-shadow:0 16px 42px rgba(0,0,0,.10);}
.pp-home-trust__cards h3{font-size:24px;line-height:1.15;margin-bottom:14px;font-weight:800;letter-spacing:-.015em;}
.pp-home-trust__cards p{font-size:20px;line-height:1.36;color:#111;}
.pp-home-gifts{max-width:1320px;margin:48px auto 0;gap:62px;font-size:19px;line-height:1.36;}
.pp-home-gift__icon{font-size:58px;height:78px;color:#d6b316;}

/* Quiz: restore the Tilda-like large white card, but reduce over-bold text */
.pp-home-quiz{padding-top:22px;padding-bottom:148px;}
.pp-home-quiz__grid{max-width:1260px;grid-template-columns:minmax(0,840px) 320px;gap:82px;}
.pp-home-quiz__box{min-height:640px;border-radius:24px;border:1px solid #dcdcdc;}
.pp-home-quiz__top{font-size:25px;padding:31px 56px;}
.pp-home-quiz__body{padding:58px 56px;}
.pp-home-quiz__body h2{font-size:35px;line-height:1.16;font-weight:800;letter-spacing:-.01em;}
.pp-home-quiz__options{gap:14px;}
.pp-home-quiz__options button{font-size:21px;font-weight:400;line-height:1.24;}
.pp-home-quiz__nav{margin-top:72px;}
.pp-home-quiz__consultant{border-radius:24px;padding:24px;margin-bottom:50px;}
.pp-home-quiz__seven{font-size:154px;}
.pp-home-quiz__expert>p{font-size:20px;line-height:1.36;}

/* Product grid: larger visual mass, original Tilda gaps and badge sizing */
.pp-home-products{padding-top:122px;padding-bottom:104px;}
.pp-home-heading--products{margin-bottom:70px;}
.pp-home-products__grid{max-width:1340px;margin:0 auto;gap:74px 62px;}
.pp-home-product img{border-radius:20px;aspect-ratio:1.55/1;object-fit:cover;margin-bottom:30px;}
.pp-home-product h3{font-size:29px;line-height:1.18;margin-bottom:34px;font-weight:800;letter-spacing:-.02em;}
.pp-home-product p{font-size:24px;line-height:1.2;}
.pp-home-product mark{padding:7px 12px;border-radius:10px;transform:rotate(-2deg);}

/* CTA image composites: keep the source Tilda assets but scale them to original visual weight */
.pp-home-image-block{padding:88px 0;}
.pp-home-image-block .pp-home-container{max-width:1580px;}
.pp-home-master .pp-home-container{max-width:1540px;}
.pp-home-catalog .pp-home-container{max-width:1580px;}
.pp-home-image-block__img{width:100%;height:auto;display:block;}
.pp-hotspot-form input,.pp-hotspot-form select{font-family:var(--pp-font);font-size:19px;font-weight:700;}

/* Before/After: one clean comparison frame, no accidental 2x2 split */
.pp-home-beforeafter{padding:86px 0 96px;}
.pp-home-ba{max-width:1040px;margin:0 auto;}
.pp-ba-slider__frame{position:relative!important;width:100%!important;aspect-ratio:1.5/1!important;overflow:hidden!important;background:#ddd!important;touch-action:none!important;line-height:0!important;}
.pp-ba-slider__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;display:block!important;}
.pp-ba-slider__img--after{z-index:0!important;}
.pp-ba-slider__before{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;clip-path:inset(0 calc(100% - var(--pp-ba-pos,52%)) 0 0)!important;overflow:hidden!important;z-index:1!important;}
.pp-ba-slider__img--before{z-index:1!important;}
.pp-ba-slider__label{z-index:5;font-size:18px;padding:6px 15px;text-transform:uppercase;}
.pp-ba-slider__handle{z-index:6;}
.pp-ba-slider__range{z-index:7;}

/* Cases: Tilda cards are narrower, lighter and less CMS-like */
.pp-home-cases{padding:88px 0 92px;}
.pp-home-cases__list{gap:88px;}
.pp-home-case{max-width:1120px;grid-template-columns:1.05fr .82fr;gap:60px;border-radius:30px;padding:48px;background:#eeeeee;}
.pp-home-case__gallery{min-height:440px;border-radius:22px;}
.pp-home-case__content{font-size:20px;line-height:1.45;}
.pp-home-case__object{font-size:20px;margin-bottom:18px;}
.pp-home-case__content h3{font-size:28px;line-height:1.25;margin-bottom:28px;font-weight:800;}
.pp-home-case__meta{gap:34px;margin-bottom:30px;font-size:17px;}
.pp-home-case__meta-item{grid-template-columns:44px 1fr;column-gap:12px;}
.pp-home-case__meta-item i{width:44px;height:44px;}
.pp-home-case__content small{font-size:15px;margin-top:34px;}
.pp-home-case__price{font-size:29px;font-weight:500;}
.pp-home-case__arrow{width:44px;height:44px;background:rgba(255,255,255,.94);font-size:34px;color:#222;box-shadow:0 4px 18px rgba(0,0,0,.10);}
.pp-home-case__arrow--prev{left:24px;}
.pp-home-case__arrow--next{right:24px;}

/* Catalog CTA: larger Tilda block, keep form overlays aligned */
.pp-home-catalog{padding-top:88px;padding-bottom:98px;}
.pp-hotspot-form--catalog{left:37.3%;top:29.5%;width:25.8%;height:37%;}

/* FAQ: match current original screenshot - open, yellow, narrower and calmer */
.pp-home-faq{padding:104px 0 96px;}
.pp-home-faq__list{max-width:940px;}
.pp-home-faq__item summary{font-size:30px;line-height:1.2;font-weight:400;padding:31px 42px;}
.pp-home-faq__item div{font-size:20px;line-height:1.48;padding:0 42px 36px;}
.pp-home-faq__item summary span:before{font-size:38px;}

/* Gallery: wider grid and source-like gaps */
.pp-home-gallery{padding:76px 0 84px;}
.pp-home-gallery__grid{max-width:1660px;margin:0 auto;gap:26px;}
.pp-home-gallery__grid img{aspect-ratio:1.45/1;object-fit:cover;}

/* SEO text: original Tilda text is broad but not oversized */
.pp-home-seo{padding:88px 0 42px;}
.pp-home-seo__content{max-width:1500px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:18px;line-height:1.48;color:#111;}
.pp-home-seo h2:first-child{font-size:40px;line-height:1.2;font-weight:500;margin-bottom:62px;}
.pp-home-seo h2:not(:first-child){font-size:34px;line-height:1.22;margin:60px 0 26px;font-weight:800;}
.pp-home-seo h3{font-size:22px;line-height:1.25;margin:34px 0 8px;font-weight:800;}
.pp-home-seo p{margin:0 0 16px;}
.pp-home-seo ul{margin-bottom:24px;}

/* Final CTA */
.pp-home-final-cta{padding-top:54px;}
.pp-home-final-cta__wrap{max-width:1800px;}

@media (max-width:1280px){
  :root{--pp-container:1180px;}
  .pp-home-heading h2{font-size:34px;}
  .pp-home-case{max-width:1040px;gap:42px;padding:42px;}
  .pp-home-case__gallery{min-height:410px;}
  .pp-home-ba{max-width:920px;}
}
@media (max-width:980px){
  body{font-size:16px;}
  .pp-home-container,.pp-container{padding-left:18px;padding-right:18px;}
  .pp-home-heading h2{font-size:28px;}
  .pp-home-heading p{font-size:18px;}
  .pp-home-trust__cards{margin:20px 0 62px;gap:18px;}
  .pp-home-gifts{grid-template-columns:1fr 1fr;gap:28px;font-size:17px;}
  .pp-home-quiz__grid{grid-template-columns:1fr;gap:34px;}
  .pp-home-products__grid{grid-template-columns:1fr 1fr;gap:32px 24px;}
  .pp-home-product h3{font-size:21px;margin-bottom:18px;}
  .pp-home-product p{font-size:18px;}
  .pp-home-image-block{padding:46px 0;}
  .pp-home-ba{max-width:100%;}
  .pp-home-case{grid-template-columns:1fr;max-width:100%;padding:24px;border-radius:22px;}
  .pp-home-case__gallery{min-height:360px;}
  .pp-home-case__content{font-size:18px;}
  .pp-home-case__content h3{font-size:25px;}
  .pp-home-faq__list{max-width:100%;}
  .pp-home-faq__item summary{font-size:23px;padding:23px 22px;}
  .pp-home-faq__item div{font-size:17px;padding:0 22px 26px;}
  .pp-home-seo__content{font-size:17px;}
}
@media (max-width:640px){
  .pp-home-hero__image{width:190%;max-width:none;transform:translateX(-25%);}
  .pp-home-gifts,.pp-home-products__grid,.pp-home-gallery__grid{grid-template-columns:1fr;}
  .pp-home-case__gallery{min-height:290px;}
}

/* === v11.0 final overrides, loaded last === */
:root{--pp-font:Arial,"Helvetica Neue",Helvetica,sans-serif;--pp-yellow:#ffd200;--pp-text:#222222;--pp-container:1500px}
body{font-family:var(--pp-font)!important;font-size:16px;line-height:1.42;color:#222;letter-spacing:0}
.pp-home-heading h2{font-family:var(--pp-font)!important;font-weight:400;letter-spacing:-.01em}.pp-home-heading p{font-family:var(--pp-font)!important}.pp-home-heading mark,.pp-home-seo mark,.pp-home-faq mark,.pp-home-product mark{background:#ffd200;border-radius:10px;transform:rotate(-1.5deg)}
/* first-screen trust cards already exist in the exact hero composite; keep the semantic copies invisible */
.pp-home-trust__cards{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;display:block!important;box-shadow:none!important}.pp-home-trust{padding:34px 0 28px}.pp-home-heading--quiz-intro{margin-top:0}
.pp-home-products .pp-home-container{max-width:1320px}.pp-home-products__grid{gap:72px 58px}.pp-home-product h3{font-size:28px;line-height:1.18;margin-bottom:34px}.pp-home-product p{font-size:22px}.pp-home-product img{border-radius:20px}
.pp-home-image-block .pp-home-container{max-width:1500px}.pp-home-master{padding-top:72px;padding-bottom:92px}.pp-home-catalog{padding-top:82px;padding-bottom:90px}
.pp-home-ba{max-width:1320px}.pp-ba-slider__frame{aspect-ratio:1.5/1;line-height:0}.pp-ba-slider__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}.pp-ba-slider__before{position:absolute!important;inset:0!important;overflow:hidden!important;clip-path:inset(0 calc(100% - var(--pp-ba-pos)) 0 0)!important;width:auto!important}.pp-ba-slider__img--before{position:absolute!important;inset:0!important}.pp-ba-slider__handle{left:var(--pp-ba-pos)}
.pp-home-case{max-width:1250px;padding:50px;gap:62px}.pp-home-case__gallery{min-height:500px}.pp-home-case__content{font-size:21px}.pp-home-case__content h3{font-size:29px}.pp-home-case__arrow{background:#fff!important;color:#222!important;opacity:1!important}
.pp-home-faq__list{max-width:1040px}.pp-home-faq__item summary{font-size:30px;font-weight:400}.pp-home-faq__item div{font-size:20px;line-height:1.48}
.pp-home-gallery .pp-home-container{max-width:1680px}.pp-home-gallery__grid{gap:28px}
.pp-home-seo__content{font-size:19px;line-height:1.48}.pp-home-seo h2:first-child{font-size:40px}.pp-home-seo h2:not(:first-child){font-size:34px}.pp-home-seo h3{font-size:23px}
@media (max-width:1280px){:root{--pp-container:1180px}.pp-home-products .pp-home-container{max-width:1120px}.pp-home-image-block .pp-home-container{max-width:1120px}.pp-home-case{max-width:1060px}.pp-home-ba{max-width:1080px}}
@media (max-width:980px){.pp-home-trust__cards{display:none!important}.pp-home-heading h2{font-size:28px}.pp-home-image-block .pp-home-container{padding-left:16px;padding-right:16px}.pp-home-case{grid-template-columns:1fr}.pp-home-case__gallery{min-height:360px}.pp-home-faq__item summary{font-size:23px}.pp-home-faq__item div{font-size:18px}.pp-home-seo__content{font-size:17px}}
