:root{--ptk-font:"Manrope",system-ui,sans-serif;--ptk-bg:#faf9f7;--ptk-bg-dark:#1a1a1a;--ptk-bg-muted:#f3f5f4;--ptk-surface:#fff;--ptk-text:#1a1a1a;--ptk-text-muted:#5c5c5c;--ptk-text-light:#6b6b6b;--ptk-accent:#2d6a4f;--ptk-accent-hover:#1b4332;--ptk-accent-light:#d8f3dc;--ptk-accent-rgb:45,106,79;--ptk-soft-rgb:216,243,220;--ptk-cta:#2d6a4f;--ptk-cta-hover:#1b4332;--ptk-cta-rgb:45,106,79;--ptk-warm:#e9a319;--ptk-text-rgb:26,26,26;--ptk-border:#e8e6e3;--ptk-radius:12px;--ptk-radius-lg:20px;--ptk-shadow:0 4px 24px #1a1a1a14;--ptk-container:1200px;--ptk-header-h:72px;--ptk-transition:0.25s ease;--ptk-logo:#2d6a4f;--ptk-logo-on-dark:#b7dfc4}html[data-ptk-palette=a]{--ptk-bg:#f7f6f3;--ptk-bg-dark:#121614;--ptk-bg-muted:#ebeae6;--ptk-surface:#fff;--ptk-text:#141816;--ptk-text-muted:#5a615c;--ptk-text-light:#6e7671;--ptk-accent:#2f5e4a;--ptk-accent-hover:#1e3f32;--ptk-accent-light:#e4ede8;--ptk-accent-rgb:47,94,74;--ptk-soft-rgb:228,237,232;--ptk-cta:#1f7a54;--ptk-cta-hover:#165c3f;--ptk-cta-rgb:31,122,84;--ptk-warm:#c4a35a;--ptk-text-rgb:20,24,22;--ptk-border:#e3e1dc;--ptk-shadow:0 4px 24px #14181614;--ptk-logo:#2f5e4a;--ptk-logo-on-dark:#c5d9ce}html[data-ptk-palette=b]{--ptk-bg:#f4f2ee;--ptk-bg-dark:#1a1816;--ptk-bg-muted:#ebe7e0;--ptk-surface:#fffcfa;--ptk-text:#1c1917;--ptk-text-muted:#6b6560;--ptk-text-light:#7a746e;--ptk-accent:#2c2a27;--ptk-accent-hover:#1c1917;--ptk-accent-light:#ebe7e0;--ptk-accent-rgb:44,42,39;--ptk-soft-rgb:235,231,224;--ptk-cta:#a65d2f;--ptk-cta-hover:#8b4a24;--ptk-cta-rgb:166,93,47;--ptk-warm:#d4a84b;--ptk-text-rgb:28,25,23;--ptk-border:#ddd8d0;--ptk-shadow:0 4px 24px #1c191714;--ptk-logo:#2c2a27;--ptk-logo-on-dark:#d4a84b}html[data-ptk-palette=c]{--ptk-bg:#fafaf9;--ptk-bg-dark:#0a0a0a;--ptk-bg-muted:#f0f0f0;--ptk-surface:#fff;--ptk-text:#171717;--ptk-text-muted:#525252;--ptk-text-light:#737373;--ptk-accent:#262626;--ptk-accent-hover:#171717;--ptk-accent-light:#f0f0f0;--ptk-accent-rgb:38,38,38;--ptk-soft-rgb:240,240,240;--ptk-cta:#a16207;--ptk-cta-hover:#854d0e;--ptk-cta-rgb:161,98,7;--ptk-warm:#ca8a04;--ptk-text-rgb:23,23,23;--ptk-border:#e5e5e5;--ptk-shadow:0 4px 24px #0a0a0a14;--ptk-logo:#262626;--ptk-logo-on-dark:#ca8a04}html[data-ptk-palette=d]{--ptk-bg:#f6f8f8;--ptk-bg-dark:#0b1f1c;--ptk-bg-muted:#e8eeec;--ptk-surface:#fff;--ptk-text:#0f1c1a;--ptk-text-muted:#4b5c58;--ptk-text-light:#5f716c;--ptk-accent:#0f4c45;--ptk-accent-hover:#0a3530;--ptk-accent-light:#dce8e5;--ptk-accent-rgb:15,76,69;--ptk-soft-rgb:220,232,229;--ptk-cta:#0e7490;--ptk-cta-hover:#155e75;--ptk-cta-rgb:14,116,144;--ptk-warm:#b45309;--ptk-text-rgb:15,28,26;--ptk-border:#d7e0de;--ptk-shadow:0 4px 24px #0f1c1a14;--ptk-logo:#0f4c45;--ptk-logo-on-dark:#9ec9c2}*,:after,:before{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth;scroll-padding-top:var(--ptk-header-h)}body.ptk-page{background:var(--ptk-bg);color:var(--ptk-text);font-family:var(--ptk-font);font-size:16px;line-height:1.6;margin:0;-webkit-font-smoothing:antialiased;overflow-x:clip}body.ptk-modal-open,body.ptk-nav-open{overflow:hidden}.ptk-skip{background:var(--ptk-accent);border-radius:var(--ptk-radius);color:#fff;font-size:14px;font-weight:600;left:16px;padding:12px 20px;position:absolute;text-decoration:none;top:-100px;transition:top .2s ease;z-index:300}.ptk-skip:focus{outline:2px solid var(--ptk-text);outline-offset:2px;top:16px}img,video{display:block;height:auto;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.ptk-container{margin-inline:auto;padding-inline:20px;width:min(100%,var(--ptk-container))}.ptk-accent{color:var(--ptk-accent)}.ptk-section{padding-block:clamp(56px,8vw,96px)}.ptk-section__label{color:var(--ptk-accent);display:inline-block;font-size:13px;font-weight:600;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.ptk-section__title{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 16px}.ptk-section__desc{color:var(--ptk-text-muted);margin:0;max-width:560px}.ptk-section__head{margin-bottom:40px}.ptk-section__head--center{text-align:center}.ptk-section__head--center .ptk-section__desc{margin-inline:auto}.ptk-section__cta{margin-top:40px;text-align:center}.ptk-section__cta--row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media(max-width:768px){.ptk-section__cta{margin-top:24px}.ptk-section__cta--row{display:grid;gap:10px;grid-template-columns:1fr 1fr;width:100%}.ptk-btn:not(.ptk-btn--sm){font-size:15px;min-height:48px;padding:12px 16px}.ptk-hero__actions .ptk-btn,.ptk-section__cta--row .ptk-btn,.ptk-seo__actions .ptk-btn{font-size:14px;line-height:1.25;min-height:48px;padding:12px 14px;width:100%}.ptk-seo__actions{display:grid;flex-direction:unset;gap:10px;grid-template-columns:1fr 1fr}.ptk-section__cta--row .ptk-btn__label-full,.ptk-seo__actions .ptk-btn__label-full{display:none}.ptk-section__cta--row .ptk-btn__label-short,.ptk-seo__actions .ptk-btn__label-short{display:inline}}.ptk-btn{align-items:center;border:2px solid #0000;border-radius:999px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;min-height:48px;padding:14px 28px;touch-action:manipulation;transition:background var(--ptk-transition),color var(--ptk-transition),border-color var(--ptk-transition),transform .15s ease}.ptk-btn:active{transform:scale(.98)}.ptk-btn--primary{background:var(--ptk-cta);color:#fff}.ptk-btn--primary:hover{background:var(--ptk-cta-hover)}.ptk-btn--outline{background:#0000;border-color:#fff9;color:#fff}.ptk-btn--outline:hover{background:#ffffff1f;border-color:#fff}.ptk-section .ptk-btn--outline{border-color:var(--ptk-accent);color:var(--ptk-accent)}.ptk-section .ptk-btn--outline:hover{background:var(--ptk-accent-light)}.ptk-btn--outline-dark{background:#0000;border-color:var(--ptk-border);color:var(--ptk-text)}.ptk-btn--outline-dark:hover{background:var(--ptk-accent-light);border-color:var(--ptk-accent);color:var(--ptk-accent)}.ptk-btn--ghost{background:var(--ptk-surface);border-color:var(--ptk-border);color:var(--ptk-text)}.ptk-btn--ghost:focus-visible,.ptk-btn--ghost:hover:not(:disabled){background:var(--ptk-accent-light);border-color:var(--ptk-accent);color:var(--ptk-accent-hover)}.ptk-btn--ghost:disabled{background:var(--ptk-surface);border-color:var(--ptk-border);color:var(--ptk-text-muted);opacity:.55}.ptk-btn--sm{font-size:14px;min-height:44px;padding:10px 18px}.ptk-btn--lg{font-size:16px;padding:16px 32px}.ptk-btn--block{width:100%}.ptk-btn__label-short{display:none}.ptk-accordion__trigger:focus-visible,.ptk-btn:focus-visible,.ptk-burger:focus-visible,.ptk-calc-promo a:focus-visible,.ptk-calc-specialist__phone:focus-visible,.ptk-checkbox a:focus-visible,.ptk-contacts__list a:focus-visible,.ptk-contacts__phone:focus-visible,.ptk-filter:focus-visible,.ptk-footer__nav-list a:focus-visible,.ptk-footer__policy:focus-visible,.ptk-header__phone:focus-visible,.ptk-hero__play:focus-visible,.ptk-logo:focus-visible,.ptk-modal__close:focus-visible,.ptk-more-link:focus-visible,.ptk-nav__link:focus-visible,.ptk-palette-fab:focus-visible,.ptk-palette__btn:focus-visible,.ptk-palette__head:focus-visible,.ptk-sticky__phone:focus-visible,.ptk-types__more:focus-visible,.ptk-video-thumb:focus-visible{outline:2px solid var(--ptk-accent);outline-offset:2px}.ptk-btn--primary:focus-visible{box-shadow:0 0 0 3px rgba(var(--ptk-cta-rgb),.28);outline:2px solid var(--ptk-cta);outline-offset:2px}::selection{background:rgba(var(--ptk-accent-rgb),.22);color:var(--ptk-text)}body.ptk-sticky-visible{padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))}body.ptk-sticky-visible .ptk-toast{bottom:calc(80px + env(safe-area-inset-bottom, 0px))}.ptk-btn:disabled{cursor:not-allowed;opacity:.4}.ptk-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0000;height:var(--ptk-header-h);inset:0 0 auto;position:fixed;transition:border-color var(--ptk-transition),box-shadow var(--ptk-transition);z-index:100}.ptk-header.is-scrolled{border-color:var(--ptk-border);box-shadow:var(--ptk-shadow)}.ptk-header__inner{gap:24px;height:100%}.ptk-header__inner,.ptk-logo{align-items:center;display:flex}.ptk-logo{color:var(--ptk-logo);flex-shrink:0;line-height:1;min-width:0;transition:color var(--ptk-transition)}.ptk-logo__lockup{color:inherit;display:block;fill:currentColor;height:40px;max-width:min(240px,58vw);overflow:visible;width:207px}.ptk-nav__list{display:flex;gap:28px;list-style:none;margin:0;padding:0}.ptk-nav__link{color:var(--ptk-text-muted);font-size:14px;font-weight:500;transition:color var(--ptk-transition)}.ptk-nav__link.is-active,.ptk-nav__link:hover{color:var(--ptk-accent)}.ptk-header__actions{align-items:center;display:flex;gap:12px;margin-left:auto}.ptk-header__phone{font-size:15px;font-weight:700;transition:color var(--ptk-transition);white-space:nowrap}.ptk-header__phone:hover{color:var(--ptk-accent)}.ptk-header__cta{flex-shrink:0}.ptk-burger,.ptk-header__cta-mid,.ptk-header__cta-short,.ptk-nav__item--call{display:none}.ptk-burger{background:none;border:none;cursor:pointer;flex-direction:column;flex-shrink:0;gap:5px;height:44px;justify-content:center;padding:10px;touch-action:manipulation;width:44px}.ptk-burger span{background:var(--ptk-text);border-radius:1px;display:block;height:2px;transition:transform var(--ptk-transition),opacity var(--ptk-transition)}.ptk-burger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.ptk-burger.is-open span:nth-child(2){opacity:0}.ptk-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ptk-hero{align-items:center;display:flex;min-height:calc(100vh - var(--ptk-header-h));min-height:calc(100dvh - var(--ptk-header-h));overflow:hidden;padding-bottom:clamp(48px,6vw,80px);padding-top:var(--ptk-header-h);position:relative}.ptk-hero__bg{background:radial-gradient(ellipse 80% 60% at 100% 0,rgba(var(--ptk-accent-rgb),.08) 0,#0000 55%),radial-gradient(ellipse 50% 40% at 0 100%,rgba(var(--ptk-accent-rgb),.06) 0,#0000 50%),var(--ptk-bg);inset:0;pointer-events:none;position:absolute}.ptk-hero__bg:before{border:1px solid rgba(var(--ptk-accent-rgb),.08);border-radius:50%;content:"";height:min(420px,90vw);position:absolute;right:-10%;top:10%;width:min(420px,90vw)}.ptk-hero__bg:after{background:rgba(var(--ptk-soft-rgb),.45);border-radius:50%;bottom:15%;content:"";height:min(280px,70vw);left:-15%;position:absolute;width:min(280px,70vw)}.ptk-hero__grid{align-items:center;display:grid;gap:clamp(32px,5vw,64px);grid-template-columns:1fr 1fr;padding-block:clamp(40px,6vw,72px);position:relative;z-index:1}.ptk-hero__eyebrow{align-items:center;background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:999px;color:var(--ptk-text-muted);display:inline-flex;font-size:13px;font-weight:600;gap:10px;letter-spacing:.02em;margin-bottom:20px;padding:8px 16px 8px 12px}.ptk-hero__eyebrow-dot{background:var(--ptk-accent);border-radius:50%;box-shadow:0 0 0 3px var(--ptk-accent-light);height:8px;width:8px}.ptk-hero__brand{color:var(--ptk-accent);font-size:clamp(18px,2.5vw,22px);font-weight:800;letter-spacing:.12em;margin:0 0 8px;text-transform:uppercase}.ptk-hero__title{color:var(--ptk-text);font-size:clamp(30px,7vw,58px);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 20px;max-width:100%;overflow-wrap:anywhere}.ptk-hero__title span{color:var(--ptk-accent)}.ptk-hero__subtitle{color:var(--ptk-text-muted);font-size:clamp(16px,1.8vw,18px);line-height:1.65;margin:0 0 32px;max-width:480px}.ptk-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.ptk-hero__path-hint{color:var(--ptk-text-muted);font-size:13px;line-height:1.45;margin:0;max-width:44ch}.ptk-hero__proof{align-items:center;color:var(--ptk-text-muted);display:flex;flex-wrap:wrap;font-size:14px;font-weight:500;gap:10px;margin:0 0 32px}.ptk-hero__price-chip{align-items:center;background:var(--ptk-accent-light);border-radius:999px;color:var(--ptk-accent-hover);display:inline-flex;font-size:13px;font-weight:700;line-height:1.3;padding:4px 10px;white-space:nowrap}.ptk-hero__price-chip--muted{background:var(--ptk-surface);border:1px solid var(--ptk-border);color:var(--ptk-text-muted);font-weight:600}.ptk-hero__stars,.ptk-stars{color:var(--ptk-warm);display:inline-flex;gap:2px}.ptk-hero__stars svg,.ptk-stars svg{flex-shrink:0;height:16px;width:16px}.ptk-hero__visual{position:relative}.ptk-hero__figure{aspect-ratio:4/5;background:var(--ptk-accent-light);border-radius:clamp(20px,3vw,28px);box-shadow:0 24px 64px #1a1a1a1f;margin:0;overflow:hidden;position:relative}.ptk-hero__figure img{height:100%;object-fit:cover;width:100%}.ptk-hero__play{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:none;border-radius:999px;bottom:20px;color:var(--ptk-text);cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:10px;left:20px;padding:12px 20px 12px 14px;position:absolute;transition:transform .2s ease,box-shadow .2s ease}.ptk-hero__play svg{background:var(--ptk-accent);border-radius:50%;color:#fff;flex-shrink:0;height:36px;padding:8px;width:36px}.ptk-hero__play:hover{box-shadow:0 8px 24px #1a1a1a26;transform:translateY(-2px)}.ptk-hero__float{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);box-shadow:var(--ptk-shadow);position:absolute}.ptk-hero__float--price{left:-24px;padding:16px 20px;text-align:center;top:8%}.ptk-hero__float-label{color:var(--ptk-text-light);display:block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.ptk-hero__float-value{color:var(--ptk-accent);display:block;font-size:22px;font-weight:800;margin-top:2px;white-space:nowrap}.ptk-hero__float--badge{align-items:center;display:flex;font-size:13px;font-weight:600;gap:8px;padding:12px 16px;right:-16px;top:42%;white-space:nowrap}.ptk-hero__float-icon{align-items:center;background:var(--ptk-accent-light);border-radius:50%;color:var(--ptk-accent);display:flex;height:28px;justify-content:center;width:28px}.ptk-hero__float-icon svg{height:14px;width:14px}.ptk-hero__float--master{align-items:center;bottom:12%;display:flex;gap:12px;left:-32px;max-width:260px;padding:12px 16px 12px 12px}.ptk-hero__float--master img{border-radius:50%;flex-shrink:0;height:48px;object-fit:cover;width:48px}.ptk-hero__float--master strong{display:block;font-size:14px;line-height:1.3}.ptk-hero__float--master span{color:var(--ptk-text-muted);display:block;font-size:12px;margin-top:2px}@media(max-width:960px){.ptk-hero__grid{gap:28px;grid-template-columns:1fr}.ptk-hero__visual{margin-inline:auto;max-width:480px;order:0;width:100%}.ptk-hero__content{max-width:100%;min-width:0;order:-1;text-align:left}.ptk-hero__title{font-size:clamp(28px,8.2vw,36px)}.ptk-hero__brand{font-size:15px;letter-spacing:.1em}.ptk-hero__eyebrow,.ptk-hero__proof{max-width:100%}.ptk-hero__subtitle{margin-inline:0}.ptk-hero__actions{flex-direction:column;gap:10px;justify-content:stretch}.ptk-hero__actions .ptk-btn{width:100%}.ptk-hero__proof{justify-content:flex-start}.ptk-hero__float--price{left:12px;top:12px}.ptk-hero__float--badge{bottom:72px;right:12px;top:auto}.ptk-hero__float--master{bottom:12px;left:12px;max-width:calc(100% - 24px)}}@media(max-width:480px){.ptk-hero__actions{flex-direction:column}.ptk-hero__actions .ptk-btn{width:100%}.ptk-hero__trust{display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.ptk-hero__trust-item{min-width:0;padding:12px 8px}.ptk-hero__trust-value{font-size:20px}}.ptk-stats{background:var(--ptk-bg-dark);color:#fff;padding-block:48px}.ptk-stats__grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr);text-align:center}.ptk-stat__value{color:var(--ptk-accent-light);display:block;font-size:clamp(36px,5vw,52px);font-weight:800;line-height:1}.ptk-stat__value:after{content:"+";font-size:.6em;opacity:.7}.ptk-stat:last-child .ptk-stat__value:after{content:""}.ptk-stat__label{color:#ffffffa6;display:block;font-size:14px;margin-top:8px}.ptk-about__grid{align-items:center;display:grid;gap:clamp(32px,5vw,64px);grid-template-columns:1fr 1fr}.ptk-about__media{aspect-ratio:7/8;background:linear-gradient(145deg,var(--ptk-accent) 0,var(--ptk-accent-hover) 100%);border-radius:var(--ptk-radius-lg);overflow:hidden}.ptk-about__media img{height:100%;object-fit:cover;object-position:50% 50%;width:100%}.ptk-about__lead{font-size:18px;font-weight:600;line-height:1.5;margin-bottom:16px}.ptk-checklist{list-style:none;margin:24px 0;padding:0}.ptk-checklist li{margin-bottom:10px;padding-left:28px;position:relative}.ptk-checklist li:before{background:var(--ptk-accent-light);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232d6a4f' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 11.5 3 8l1-1 2.5 2.5L12 4l1 1z'/%3E%3C/svg%3E");background-size:16px;border-radius:50%;content:"";height:16px;left:0;position:absolute;top:8px;width:16px}.ptk-advantages{background:var(--ptk-surface)}.ptk-advantages__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.ptk-advantage{border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);padding:28px;transition:border-color var(--ptk-transition),transform var(--ptk-transition)}.ptk-advantage:hover{border-color:var(--ptk-accent);transform:translateY(-2px)}.ptk-advantage__icon{align-items:center;background:var(--ptk-accent-light);border-radius:12px;color:var(--ptk-accent);display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.ptk-advantage__title{font-size:18px;font-weight:700;margin:0 0 8px}.ptk-advantage p{color:var(--ptk-text-muted);font-size:15px;margin:0}.ptk-types__catalog{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.ptk-types__grid{display:contents}.ptk-types__actions{align-items:center;display:flex;flex-direction:column;gap:16px;grid-column:1/-1;margin-top:8px;order:10}.ptk-types__more-wrap{display:none;justify-content:center}.ptk-more-link,.ptk-types__more{-webkit-appearance:none;appearance:none;background:none;border:0;color:var(--ptk-accent);cursor:pointer;font:inherit;font-size:15px;font-weight:600;min-height:44px;padding:8px 4px;text-decoration:underline;text-underline-offset:3px;touch-action:manipulation}.ptk-more-link:focus-visible,.ptk-more-link:hover,.ptk-types__more:focus-visible,.ptk-types__more:hover{color:var(--ptk-accent-hover)}.ptk-type-card{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;overflow:hidden;padding:0;text-align:left;transition:box-shadow var(--ptk-transition),transform var(--ptk-transition),border-color var(--ptk-transition);width:100%}.ptk-type-card:focus-visible,.ptk-type-card:hover{border-color:var(--ptk-accent);box-shadow:var(--ptk-shadow);transform:translateY(-4px)}.ptk-type-card:focus-visible{outline:2px solid var(--ptk-accent);outline-offset:2px}.ptk-type-card__img{aspect-ratio:4/3;background:var(--img,linear-gradient(135deg,var(--ptk-accent-light),color-mix(in srgb,var(--ptk-accent) 45%,#fff))) center/cover no-repeat}.ptk-type-card__body{padding:20px}.ptk-type-card__title{font-size:17px;font-weight:700;margin:0 0 4px}.ptk-type-card__price{color:var(--ptk-accent);font-size:15px;font-weight:700;margin:0 0 8px}.ptk-type-card__body p:last-child{color:var(--ptk-text-muted);font-size:14px;margin:0}.ptk-portfolio{background:var(--ptk-surface)}.ptk-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.ptk-filter{background:#0000;border:1px solid var(--ptk-border);border-radius:999px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all var(--ptk-transition)}.ptk-filter:hover{background:var(--ptk-accent-light);border-color:var(--ptk-accent);color:var(--ptk-accent)}.ptk-filter.is-active{background:var(--ptk-accent);border-color:var(--ptk-accent);color:#fff}.ptk-filter:focus-visible{outline:2px solid var(--ptk-accent);outline-offset:2px}.ptk-portfolio__more{margin-top:32px;text-align:center}.ptk-portfolio__more[hidden]{display:none}.ptk-portfolio__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.ptk-case{background:var(--ptk-bg);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;overflow:hidden;padding:0;text-align:left;transition:opacity .3s ease,transform .3s ease,border-color var(--ptk-transition);width:100%}.ptk-case:focus-visible,.ptk-case:hover{border-color:var(--ptk-accent);transform:translateY(-2px)}.ptk-case:focus-visible{outline:2px solid var(--ptk-accent);outline-offset:2px}.ptk-case.is-hidden{display:none}.ptk-case__img{aspect-ratio:16/10;background:var(--img,linear-gradient(135deg,color-mix(in srgb,var(--ptk-accent) 70%,#fff),var(--ptk-accent))) center/cover no-repeat}.ptk-case__body{padding:20px}.ptk-case__title{font-size:16px;font-weight:700;margin:0 0 12px}.ptk-case__meta{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:0}.ptk-case__meta div{display:flex;flex-direction:column;gap:2px}.ptk-case__meta dt{color:var(--ptk-text-light);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.ptk-case__meta dd{font-size:14px;font-weight:600;margin:0}.ptk-video__grid{align-items:start;display:grid;gap:24px;grid-template-columns:2fr 1fr}.ptk-video__grid--photos{grid-template-columns:repeat(3,1fr)}.ptk-video__photo{background:var(--ptk-bg-muted);border-radius:var(--ptk-radius-lg);margin:0;overflow:hidden}.ptk-video__photo img{aspect-ratio:4/3;display:block;object-fit:cover;width:100%}.ptk-video__photo figcaption{color:var(--ptk-text);font-size:.9375rem;font-weight:600;padding:12px 16px 16px}.ptk-video-player{aspect-ratio:16/9;background:var(--ptk-bg-dark);border-radius:var(--ptk-radius-lg);cursor:pointer;overflow:hidden;position:relative}.ptk-video-player img{height:100%;object-fit:cover;width:100%}.ptk-video-player__play{background:#fffffff2;border:none;border-radius:50%;cursor:pointer;height:72px;inset:0;margin:auto;position:absolute;transition:transform .2s ease;width:72px;z-index:1}.ptk-video-player__play:after{border-color:#0000 #0000 #0000 var(--ptk-accent);border-style:solid;border-width:12px 0 12px 20px;content:"";height:0;inset:0;margin:auto;position:absolute;transform:translateX(3px);width:0}.ptk-video-player:hover .ptk-video-player__play{transform:scale(1.08)}.ptk-video-player__caption{background:linear-gradient(#0000,#000000b8);bottom:0;color:#fff;font-size:14px;font-weight:600;left:0;margin:0;padding:28px 16px 14px;pointer-events:none;position:absolute;right:0;z-index:1}.ptk-video__playlist{min-width:0}.ptk-video__playlist-label{color:var(--ptk-text-muted);font-size:13px;font-weight:600;letter-spacing:.06em;margin:0 0 12px;text-transform:uppercase}.ptk-video__list{display:flex;flex-direction:column;gap:10px}.ptk-video-thumb{align-items:center;background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);cursor:pointer;display:grid;gap:12px;grid-template-columns:auto 1fr auto;padding:14px 16px;text-align:left;touch-action:manipulation;transition:border-color var(--ptk-transition),background var(--ptk-transition),box-shadow var(--ptk-transition);width:100%}.ptk-video-thumb.is-active,.ptk-video-thumb:hover{background:var(--ptk-accent-light);border-color:var(--ptk-accent)}.ptk-video-thumb.is-active{box-shadow:inset 3px 0 0 var(--ptk-accent)}.ptk-video-thumb__num{color:var(--ptk-accent);font-size:13px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.04em}.ptk-video-thumb__body{display:flex;flex-direction:column;gap:2px;min-width:0}.ptk-video-thumb__label{color:var(--ptk-text);font-size:15px;font-weight:700;line-height:1.3}.ptk-video-thumb__hint{color:var(--ptk-text-muted);font-size:13px;line-height:1.3}.ptk-video-thumb__play{background:#fff;border:1px solid var(--ptk-border);border-radius:50%;flex-shrink:0;height:36px;position:relative;width:36px}.ptk-video-thumb__play:after{border-color:#0000 #0000 #0000 var(--ptk-accent);border-style:solid;border-width:6px 0 6px 10px;content:"";height:0;inset:0;margin:auto;position:absolute;transform:translateX(2px);width:0}.ptk-video-thumb.is-active .ptk-video-thumb__play{background:var(--ptk-accent);border-color:var(--ptk-accent)}.ptk-video-thumb.is-active .ptk-video-thumb__play:after{border-color:#0000 #0000 #0000 #fff}.ptk-video-reviews__carousel{--ptk-carousel-per-view:1;--ptk-carousel-gap:16px}.ptk-video-reviews__carousel .ptk-carousel__slide{align-items:stretch}.ptk-video-reviews__carousel .ptk-video-player{margin-inline:auto;max-width:320px;width:100%}@media(min-width:640px){.ptk-video-reviews__carousel{--ptk-carousel-per-view:2;--ptk-carousel-gap:20px}.ptk-video-reviews__carousel .ptk-video-player{max-width:none}}@media(min-width:960px){.ptk-video-reviews__carousel{--ptk-carousel-per-view:3}}.ptk-video-player--sm{aspect-ratio:9/16}.ptk-calculator{background:var(--ptk-bg)}.ptk-calculator__head{margin-bottom:40px;max-width:720px}.ptk-calculator__disclaimer{background:var(--ptk-accent-light);border-left:4px solid var(--ptk-accent);border-radius:0 var(--ptk-radius) var(--ptk-radius) 0;color:var(--ptk-text-muted);font-size:14px;line-height:1.6;margin:0;padding:16px 20px}.ptk-calculator__alt{color:var(--ptk-text-muted);font-size:14px;margin:12px 0 0}.ptk-calculator__alt a{color:var(--ptk-accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.ptk-calculator__layout{align-items:start;display:grid;gap:clamp(24px,4vw,40px);grid-template-columns:1fr 360px}.ptk-calc{border:none;display:flex;flex-direction:column;gap:20px;margin:0;padding:0}.ptk-calc__progress{color:var(--ptk-text-muted);display:none;font-size:14px;font-weight:600;margin:0}.ptk-calc-steps{display:flex;flex-direction:column;gap:20px}.ptk-calc-step--result,.ptk-calc__nav{display:none}.ptk-calc-result--mobile{display:flex;flex-direction:column;gap:16px}.ptk-calc-result--mobile .ptk-btn+.ptk-btn{margin-top:0}.ptk-calc-group{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius-lg);margin:0;padding:28px}.ptk-calc-group__title{color:var(--ptk-text);font-size:18px;font-weight:700;margin:0 0 20px;padding:0}.ptk-calc-row{margin-bottom:20px}.ptk-calc-row:last-child{margin-bottom:0}.ptk-calc-row--grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.ptk-calc-field{display:flex;flex-direction:column;gap:8px}.ptk-calc-field--grow{max-width:280px}.ptk-calc-field__label{color:var(--ptk-text-muted);font-size:13px;font-weight:600}.ptk-calc-field__input{background:var(--ptk-bg);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);caret-color:var(--ptk-cta);color:var(--ptk-text);font-size:16px;font-weight:600;padding:14px 16px;transition:border-color var(--ptk-transition),background var(--ptk-transition),box-shadow var(--ptk-transition);width:100%}.ptk-calc-field__input::placeholder{color:var(--ptk-text-light);font-weight:500;opacity:1}.ptk-calc-field__input:hover{border-color:color-mix(in srgb,var(--ptk-accent) 40%,var(--ptk-border))}.ptk-calc-field__input:focus,.ptk-calc-field__input:focus-visible{background:var(--ptk-surface);border-color:var(--ptk-cta);box-shadow:0 0 0 3px rgba(var(--ptk-cta-rgb),.22);outline:none}.ptk-calc-radios{display:flex;flex-wrap:wrap;gap:10px}.ptk-calc-radio{cursor:pointer}.ptk-calc-radio input{opacity:0;pointer-events:none;position:absolute}.ptk-calc-radio span{align-items:center;border:2px solid var(--ptk-border);border-radius:var(--ptk-radius);display:flex;font-size:14px;font-weight:600;justify-content:center;line-height:1.3;min-height:44px;padding:12px 18px;transition:all var(--ptk-transition)}.ptk-calc-radio input:checked+span,.ptk-calc-radio:hover span{background:var(--ptk-accent-light);border-color:var(--ptk-accent);color:var(--ptk-accent-hover)}.ptk-calc-radio:focus-within span{border-color:var(--ptk-accent);box-shadow:0 0 0 3px rgba(var(--ptk-accent-rgb),.22)}.ptk-calc__submit{align-self:flex-start;min-width:280px}.ptk-calc-inline{background:var(--ptk-accent-light);border:1px solid rgba(var(--ptk-accent-rgb),.2);border-radius:var(--ptk-radius);margin-top:8px;padding:20px 24px}.ptk-calc-inline[hidden]{display:none}.ptk-btn[hidden],[hidden]{display:none!important}.ptk-calc-inline__total{align-items:baseline;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.ptk-calc-inline__label{color:var(--ptk-text-muted);font-size:14px;font-weight:600}.ptk-calc-inline__value{color:var(--ptk-accent);font-size:32px;font-weight:800;letter-spacing:-.02em}.ptk-calc-inline__note{color:var(--ptk-text-muted);font-size:13px;margin:8px 0 0}.ptk-is-hidden{display:none!important}.ptk-calc-sidebar{display:flex;flex-direction:column;gap:20px;position:-webkit-sticky;position:sticky;top:calc(var(--ptk-header-h) + 24px)}.ptk-calc-result{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius-lg);padding:28px}.ptk-calc-result.is-calculated{border-color:var(--ptk-accent);box-shadow:0 0 0 1px var(--ptk-accent-light)}.ptk-calc-result__placeholder{color:var(--ptk-text-muted);font-size:14px;line-height:1.6;margin:0;text-align:center}.ptk-calc-result__body{display:flex;flex-direction:column;gap:16px}.ptk-calc-result__label{color:var(--ptk-text-muted);display:block;font-size:13px;text-align:center}.ptk-calc-result__value{color:var(--ptk-accent);display:block;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.1;text-align:center}.ptk-calc-breakdown{border-top:1px solid var(--ptk-border);list-style:none;margin:0;padding:16px 0 0}.ptk-calc-breakdown__item{color:var(--ptk-text-muted);display:flex;font-size:13px;gap:12px;justify-content:space-between;padding:8px 0}.ptk-calc-breakdown__item span:last-child{color:var(--ptk-text);font-weight:600;white-space:nowrap}.ptk-calc-breakdown__item--total{border-top:1px dashed var(--ptk-border);color:var(--ptk-text);font-size:15px;font-weight:700;margin-top:8px;padding-top:12px}.ptk-calc-breakdown__item--total span:last-child{color:var(--ptk-accent);font-size:18px}.ptk-calc-result__note{color:var(--ptk-text-light);display:block;font-size:12px;text-align:center}.ptk-calc-result__typical{background:var(--ptk-accent-light);border-radius:var(--ptk-radius);color:var(--ptk-accent-hover);display:block;font-size:13px;font-weight:700;margin-top:8px;padding:8px 10px;text-align:center}.ptk-calc-specialist{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius-lg);padding:24px}.ptk-calc-specialist__photo{border-radius:50%;height:64px;margin-bottom:12px;object-fit:cover;width:64px}.ptk-calc-specialist__name{display:block;font-size:16px}.ptk-calc-specialist__role{color:var(--ptk-text-muted);display:block;font-size:13px;margin-top:2px}.ptk-calc-specialist__phone{color:var(--ptk-text);display:inline-block;font-size:15px;font-weight:700;margin-top:8px;transition:color var(--ptk-transition)}.ptk-calc-specialist__phone:hover{color:var(--ptk-accent-hover)}.ptk-calc-specialist__list{color:var(--ptk-text-muted);font-size:13px;list-style:none;margin:16px 0;padding:0}.ptk-calc-specialist__list li{margin-bottom:6px;padding-left:16px;position:relative}.ptk-calc-specialist__list li:before{background:var(--ptk-accent);border-radius:50%;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}.ptk-calc-promo{color:var(--ptk-text-muted);font-size:13px;margin:0;text-align:center}.ptk-calc-promo a{color:var(--ptk-accent);font-weight:600;transition:color var(--ptk-transition)}.ptk-calc-promo a:hover{color:var(--ptk-accent-hover);text-decoration:underline}@media(max-width:1024px){.ptk-calculator__layout{grid-template-columns:1fr}.ptk-calc-sidebar{position:static}.ptk-calc-row--grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.ptk-calculator{padding-bottom:8px}.ptk-calculator__head{margin-bottom:12px}.ptk-calculator__head .ptk-section__title{font-size:clamp(22px,6.5vw,28px)}.ptk-calculator__disclaimer,.ptk-calculator__title-extra{display:none}.ptk-calc{gap:12px}.ptk-calc__progress{display:block}.ptk-calc-steps{gap:0}.ptk-calc-step:not(.is-active){display:none}.ptk-calc-step--result.is-active{display:block}.ptk-calc-group{padding:16px}.ptk-calc-group__title{font-size:16px;margin-bottom:12px}.ptk-calc-row{margin-bottom:14px}.ptk-calc-row--grid{gap:12px;grid-template-columns:1fr 1fr}.ptk-calc-field--grow{max-width:none}.ptk-calc-radios{display:grid;gap:8px;grid-template-columns:1fr 1fr}.ptk-calc-radio span{font-size:13px;padding:10px 8px;text-align:center;width:100%}.ptk-calc__nav{background:linear-gradient(#0000,var(--ptk-bg) 24%);bottom:calc(72px + env(safe-area-inset-bottom, 0px));display:grid;gap:10px;grid-template-columns:1fr 1fr;padding:10px 0 4px;position:-webkit-sticky;position:sticky;z-index:5}.ptk-calc__nav .ptk-btn{width:100%}.ptk-calc__nav #calc-prev{grid-column:1}.ptk-calc__nav #calc-finish,.ptk-calc__nav #calc-next{grid-column:2}.ptk-calc.is-result-step .ptk-calc__nav{grid-template-columns:1fr}.ptk-calc.is-result-step .ptk-calc__nav #calc-prev{grid-column:1}.ptk-calc-inline,.ptk-calc__submit{display:none!important}.ptk-calculator.is-wizard-input .ptk-calc-sidebar,.ptk-calculator.is-wizard-result .ptk-calc-sidebar{display:none}.ptk-calc-result__value{font-size:36px}}@media(max-width:600px){.ptk-calc__submit{width:100%}}.ptk-quiz{background:var(--ptk-surface)}.ptk-quiz__wrap{margin-inline:auto;max-width:640px}.ptk-quiz__head{margin-bottom:28px;text-align:center}.ptk-quiz-form{background:var(--ptk-bg);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius-lg);padding:28px}.ptk-quiz-step{display:none}.ptk-quiz-step.is-active{display:block}.ptk-quiz-step__title{font-size:18px;font-weight:700;margin:0 0 16px}.ptk-quiz-options{display:grid;gap:10px;grid-template-columns:1fr 1fr}.ptk-quiz-option{cursor:pointer}.ptk-quiz-option input{opacity:0;pointer-events:none;position:absolute}.ptk-quiz-option span{align-items:center;border:2px solid var(--ptk-border);border-radius:var(--ptk-radius);display:flex;font-size:14px;font-weight:600;justify-content:center;min-height:44px;padding:12px 14px;text-align:center;transition:all var(--ptk-transition)}.ptk-quiz-option input:checked+span,.ptk-quiz-option:hover span{background:var(--ptk-accent-light);border-color:var(--ptk-accent);color:var(--ptk-accent-hover)}.ptk-quiz-option:focus-within span{border-color:var(--ptk-accent);box-shadow:0 0 0 3px rgba(var(--ptk-accent-rgb),.22)}.ptk-quiz-fields{display:flex;flex-direction:column;gap:14px}.ptk-quiz__nav{align-items:center;border-top:1px solid var(--ptk-border);display:flex;gap:10px;margin-top:20px;min-width:0;padding-top:16px}.ptk-quiz__nav .ptk-btn{flex:0 1 auto;min-width:0}.ptk-quiz__progress{color:var(--ptk-text-muted);flex:1;font-size:13px;font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.ptk-quiz-form.is-choice-step .ptk-quiz__progress{text-align:center}.ptk-quiz-form.is-contacts .ptk-quiz__progress{flex:0 1 auto}.ptk-quiz-form.is-contacts #quiz-submit{margin-left:auto;min-width:160px}.ptk-promo .ptk-carousel{--ptk-carousel-per-view:1}@media(min-width:640px){.ptk-promo .ptk-carousel{--ptk-carousel-per-view:2}}@media(min-width:960px){.ptk-promo .ptk-carousel{--ptk-carousel-per-view:3}}.ptk-promo-card{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);display:flex;flex-direction:column;gap:12px;padding:28px}.ptk-promo-card__badge{align-self:flex-start;background:var(--ptk-accent);border-radius:999px;color:#fff;font-size:12px;font-weight:700;padding:4px 12px}.ptk-promo-card__title{font-size:18px;font-weight:700;margin:0}.ptk-promo-card p{color:var(--ptk-text-muted);flex:1;font-size:14px;margin:0}.ptk-promo-card .ptk-btn{align-self:flex-start;margin-top:auto}.ptk-promo-card.ptk-carousel__slide{box-sizing:border-box;height:auto;min-height:100%}.ptk-stages{background:var(--ptk-surface)}.ptk-stages__list{counter-reset:stage;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0}.ptk-stage{padding-top:8px;position:relative}.ptk-stage__num{color:var(--ptk-accent-light);display:block;font-size:40px;font-weight:800;line-height:1;margin-bottom:16px}.ptk-stage__title{font-size:17px;font-weight:700;margin:0 0 8px}.ptk-stage p{color:var(--ptk-text-muted);font-size:14px;margin:0}.ptk-materials__grid{align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr}.ptk-brands{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:24px 0 0;padding:0}.ptk-brand{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);font-size:15px;font-weight:700;padding:12px 24px}.ptk-materials__features{display:flex;flex-direction:column;gap:16px}.ptk-material-feature{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);padding:24px}.ptk-material-feature h3{font-size:16px;margin:0 0 8px}.ptk-material-feature p{color:var(--ptk-text-muted);font-size:14px;margin:0}.ptk-lighting__grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.ptk-light-card{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);padding:28px}.ptk-light-card h3{font-size:17px;margin:0 0 8px}.ptk-light-card p{color:var(--ptk-text-muted);font-size:14px;margin:0}.ptk-guarantee{background:var(--ptk-accent);color:#fff}.ptk-guarantee .ptk-section__label{color:#ffffffb3}.ptk-guarantee p{max-width:520px;opacity:.9}.ptk-guarantee__items{display:flex;gap:40px;margin-top:32px}.ptk-guarantee-item{display:flex;flex-direction:column}.ptk-guarantee-item strong{font-size:32px;font-weight:800;line-height:1}.ptk-guarantee-item span{font-size:14px;margin-top:4px;opacity:.8}.ptk-reviews{background:var(--ptk-surface)}.ptk-reviews__rating{align-items:center;color:var(--ptk-text-muted);display:flex;flex-wrap:wrap;font-size:15px;gap:8px;justify-content:center;margin:-8px 0 32px}.ptk-reviews__rating strong{color:var(--ptk-text);font-size:20px;font-weight:800}.ptk-carousel{--ptk-carousel-gap:20px;--ptk-carousel-per-view:1;position:relative}@media(max-width:768px){.ptk-carousel--peek{--ptk-carousel-per-view:1.18}.ptk-carousel--peek .ptk-carousel__track{padding-right:8px}}.ptk-carousel__track{display:flex;gap:var(--ptk-carousel-gap);overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;outline:none;overscroll-behavior-x:contain;padding-bottom:4px;scrollbar-width:none}.ptk-carousel__track::-webkit-scrollbar{display:none}.ptk-carousel__track:focus-visible{border-radius:var(--ptk-radius);box-shadow:0 0 0 3px var(--ptk-accent-light)}.ptk-carousel__slide{display:flex;flex:0 0 calc((100% - (var(--ptk-carousel-per-view) - 1)*var(--ptk-carousel-gap))/var(--ptk-carousel-per-view));flex-direction:column;min-width:0;scroll-snap-align:start}.ptk-carousel__controls{align-items:center;display:flex;gap:16px;justify-content:center;margin-top:28px}.ptk-carousel__nav{align-items:center;background:var(--ptk-bg);border:1px solid var(--ptk-border);border-radius:50%;color:var(--ptk-text);cursor:pointer;display:inline-flex;height:48px;justify-content:center;touch-action:manipulation;transition:background var(--ptk-transition),border-color var(--ptk-transition),color var(--ptk-transition),opacity var(--ptk-transition);width:48px}.ptk-carousel__nav:hover:not(:disabled){background:var(--ptk-accent-light);border-color:var(--ptk-accent);color:var(--ptk-accent)}.ptk-carousel__nav:focus-visible{outline:2px solid var(--ptk-accent);outline-offset:2px}.ptk-carousel__nav:disabled{cursor:default;opacity:.35}.ptk-carousel__dots{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:min(100%,280px)}.ptk-carousel__dot{background:var(--ptk-border);border:0;border-radius:50%;cursor:pointer;height:10px;padding:0;touch-action:manipulation;transition:background var(--ptk-transition),transform var(--ptk-transition);width:10px}.ptk-carousel__dot:hover{background:var(--ptk-text-muted)}.ptk-carousel__dot:focus-visible{outline:2px solid var(--ptk-accent);outline-offset:2px}.ptk-carousel__dot.is-active{background:var(--ptk-accent);transform:scale(1.15)}@media(min-width:640px){.ptk-carousel{--ptk-carousel-per-view:2}}@media(min-width:960px){.ptk-carousel{--ptk-carousel-per-view:3;--ptk-carousel-gap:24px}}.ptk-quiz__note{color:var(--ptk-text-muted);font-size:15px;margin:0 0 24px;max-width:520px}.ptk-quiz__alt{color:var(--ptk-text-muted);font-size:14px;margin:20px 0 0;text-align:center}.ptk-quiz__alt a{color:var(--ptk-accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.ptk-review{background:var(--ptk-bg);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);box-sizing:border-box;height:100%;margin:0;padding:28px}.ptk-review p{flex:1;font-size:15px;font-style:italic;line-height:1.6;margin:0 0 16px}.ptk-review footer{display:flex;font-size:13px;gap:12px;justify-content:space-between;margin-top:auto}.ptk-review cite{font-style:normal;font-weight:700}.ptk-review time{color:var(--ptk-text-light);white-space:nowrap}.ptk-faq__wrap{align-items:start;display:grid;gap:48px;grid-template-columns:1fr 2fr}.ptk-accordion__item{border-bottom:1px solid var(--ptk-border)}.ptk-accordion__trigger{color:var(--ptk-text);cursor:pointer;font-size:16px;font-weight:600;list-style:none;padding:20px 32px 20px 0;position:relative;transition:color var(--ptk-transition)}.ptk-accordion__trigger:hover{color:var(--ptk-accent)}.ptk-accordion__trigger::-webkit-details-marker{display:none}.ptk-accordion__trigger:after{color:var(--ptk-accent);content:"+";font-size:24px;font-weight:400;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform var(--ptk-transition)}.ptk-accordion__item[open] .ptk-accordion__trigger:after{transform:translateY(-50%) rotate(45deg)}.ptk-accordion__content{padding-bottom:20px}.ptk-accordion__content p{color:var(--ptk-text-muted);font-size:15px;margin:0}.ptk-seo{background:radial-gradient(ellipse 80% 60% at 100% 0,rgba(var(--ptk-accent-rgb),.08),#0000 55%),var(--ptk-surface);border-block:1px solid var(--ptk-border);padding-block:clamp(48px,7vw,80px)}.ptk-seo__layout{align-items:center;display:grid;gap:clamp(28px,4vw,48px);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.ptk-seo__lead{color:var(--ptk-text-muted);font-size:17px;line-height:1.55;margin:0 0 28px;max-width:42ch}.ptk-seo__actions{display:flex;flex-wrap:wrap;gap:12px}.ptk-seo__facts{display:grid;gap:12px;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.ptk-seo__fact{background:var(--ptk-bg);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);display:flex;flex-direction:column;gap:4px;padding:18px 20px}.ptk-seo__fact strong{color:var(--ptk-accent);font-size:20px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.ptk-seo__fact span{color:var(--ptk-text-muted);font-size:13px;line-height:1.4}@media(max-width:768px){.ptk-seo__layout{gap:24px;grid-template-columns:1fr}.ptk-seo__lead{font-size:16px;margin-bottom:20px;max-width:none}.ptk-seo__facts{gap:10px;grid-template-columns:1fr 1fr}.ptk-seo__fact{padding:14px 16px}.ptk-seo__fact strong{font-size:17px}}@media(max-width:380px){.ptk-seo__facts{grid-template-columns:1fr}}.ptk-contacts__layout{align-items:start;display:grid;gap:clamp(28px,4vw,48px);grid-template-columns:1fr 1.1fr}.ptk-contacts__intro{grid-column:1;grid-row:1}.ptk-contacts__form{grid-column:2;grid-row:1/span 2}.ptk-contacts__aside{grid-column:1;grid-row:2}.ptk-contacts__lead{color:var(--ptk-text-muted);font-size:16px;line-height:1.55;margin:0 0 20px;max-width:36ch}.ptk-contacts__phone{align-items:center;color:var(--ptk-accent);display:inline-flex;font-size:clamp(22px,3vw,28px);font-weight:800;letter-spacing:-.02em;line-height:1.2;min-height:48px;transition:color var(--ptk-transition)}.ptk-contacts__phone:hover{color:var(--ptk-accent-hover)}.ptk-contacts__meta{color:var(--ptk-text-muted);font-size:14px;margin:8px 0 0}.ptk-contacts__form-title{color:var(--ptk-text);font-size:16px;font-weight:700;margin:0 0 4px}.ptk-contacts__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.ptk-contacts__label{color:var(--ptk-text-light);display:block;font-size:12px;letter-spacing:.06em;margin-bottom:4px;text-transform:uppercase}.ptk-contacts__list a{color:var(--ptk-text);font-size:16px;font-weight:700;transition:color var(--ptk-transition)}.ptk-contacts__list a:hover{color:var(--ptk-accent-hover)}.ptk-contacts__social{display:flex;flex-wrap:wrap;gap:10px}.ptk-social{align-items:center;background:var(--ptk-surface);border:1.5px solid var(--ptk-border);border-radius:50%;color:var(--ptk-text);display:inline-flex;height:44px;justify-content:center;transition:background var(--ptk-transition),color var(--ptk-transition),border-color var(--ptk-transition),box-shadow var(--ptk-transition);width:44px}.ptk-social__icon{display:block;flex-shrink:0;height:18px;width:18px}.ptk-social:hover{background:var(--ptk-cta);border-color:var(--ptk-cta);color:#fff}.ptk-social:focus-visible{background:var(--ptk-cta);border-color:var(--ptk-cta);box-shadow:0 0 0 3px rgba(var(--ptk-cta-rgb),.22);color:#fff;outline:2px solid var(--ptk-cta);outline-offset:2px}.ptk-field__optional{color:var(--ptk-text-light);font-size:12px;font-weight:500;letter-spacing:0;text-transform:none}.ptk-form{display:flex;flex-direction:column;gap:16px}.ptk-field__label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.ptk-field__input{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius);caret-color:var(--ptk-cta);color:var(--ptk-text);font-size:16px;padding:14px 16px;transition:border-color var(--ptk-transition),box-shadow var(--ptk-transition),background var(--ptk-transition);width:100%}.ptk-field__input::placeholder{color:var(--ptk-text-light);opacity:1}.ptk-field__input:hover{border-color:color-mix(in srgb,var(--ptk-accent) 40%,var(--ptk-border))}.ptk-field__input:focus,.ptk-field__input:focus-visible{border-color:var(--ptk-cta);box-shadow:0 0 0 3px rgba(var(--ptk-cta-rgb),.22);outline:none}.ptk-calc-field__input:-webkit-autofill,.ptk-calc-field__input:-webkit-autofill:focus,.ptk-calc-field__input:-webkit-autofill:hover,.ptk-field__input:-webkit-autofill,.ptk-field__input:-webkit-autofill:focus,.ptk-field__input:-webkit-autofill:hover{-webkit-text-fill-color:var(--ptk-text);border-color:var(--ptk-cta);box-shadow:0 0 0 1000px var(--ptk-surface) inset;caret-color:var(--ptk-cta);-webkit-transition:background-color 99999s ease-out;transition:background-color 99999s ease-out}.ptk-field__textarea{min-height:88px;resize:vertical}.ptk-checkbox{align-items:flex-start;color:var(--ptk-text-muted);cursor:pointer;display:flex;font-size:13px;gap:10px}.ptk-checkbox input{accent-color:var(--ptk-accent);margin-top:3px}.ptk-checkbox a{color:var(--ptk-accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.ptk-checkbox a:focus-visible,.ptk-checkbox a:hover{color:var(--ptk-accent-hover)}.ptk-footer{background:var(--ptk-bg-dark);color:#ffffffb3;font-size:14px;padding-block:40px}.ptk-footer__inner{align-items:center;display:grid;gap:24px;grid-template-columns:1fr auto 1fr}.ptk-footer__logo{color:var(--ptk-logo-on-dark);fill:currentColor;height:36px;max-width:220px;transition:color var(--ptk-transition);width:186px}.ptk-footer__nav-list{display:flex;gap:24px;list-style:none;margin:0;padding:0}.ptk-footer__nav-list a:hover{color:#fff}.ptk-footer__copy{margin:0;text-align:right}.ptk-footer__policy{font-size:13px;grid-column:1/-1;opacity:.6;text-align:center}.ptk-footer__policy:hover{color:#fff;opacity:1}.ptk-sticky{align-items:center;background:var(--ptk-surface);border-top:1px solid var(--ptk-border);bottom:0;box-shadow:0 -4px 24px #00000014;display:flex;gap:10px;inset-inline:0;justify-content:stretch;padding:10px 16px calc(10px + env(safe-area-inset-bottom, 0px));position:fixed;z-index:90}.ptk-sticky[hidden]{display:none}@media(min-width:769px){.ptk-sticky{display:none!important}body.ptk-sticky-visible{padding-bottom:0}}.ptk-sticky__phone{align-items:center;border:2px solid var(--ptk-border);border-radius:999px;display:inline-flex;flex:1;font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:44px;padding:10px 14px;touch-action:manipulation}.ptk-sticky__phone:focus-visible,.ptk-sticky__phone:hover{background:var(--ptk-accent-light);border-color:var(--ptk-accent);color:var(--ptk-accent)}.ptk-sticky__cta{flex:1.2;min-height:44px}.ptk-sticky__cta-short{display:none}.ptk-sticky__phone-icon{flex-shrink:0}.ptk-modal[hidden]{display:none}.ptk-modal{align-items:center;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:200}.ptk-modal__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(var(--ptk-text-rgb),.6);inset:0;position:absolute}.ptk-modal__dialog{background:var(--ptk-surface);border-radius:var(--ptk-radius-lg);box-shadow:var(--ptk-shadow);padding:32px;position:relative;width:min(100%,440px)}.ptk-modal__close{background:var(--ptk-bg);border:none;border-radius:50%;color:var(--ptk-text-muted);cursor:pointer;font-size:24px;height:44px;line-height:1;position:absolute;right:12px;top:12px;transition:color var(--ptk-transition),background var(--ptk-transition);width:44px}.ptk-modal__close:hover{background:var(--ptk-accent-light);color:var(--ptk-text)}.ptk-modal__title{font-size:22px;font-weight:800;margin:0 0 8px}.ptk-modal__desc{color:var(--ptk-text-muted);font-size:14px;margin:0 0 24px}.ptk-case-modal__dialog{background:var(--ptk-surface);border-radius:var(--ptk-radius-lg);box-shadow:var(--ptk-shadow);max-height:min(90vh,720px);overflow:auto;padding:24px;position:relative;width:min(100%,960px)}.ptk-case-modal__grid{align-items:start;display:grid;gap:24px;grid-template-columns:1.2fr 1fr}.ptk-case-modal__media{aspect-ratio:4/3;background:var(--ptk-bg);border-radius:var(--ptk-radius);overflow:hidden}.ptk-case-modal__media img{height:100%;object-fit:cover;width:100%}.ptk-case-modal__title{font-size:22px;font-weight:800;margin:0 0 20px}.ptk-case-modal__meta{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin:0 0 24px}.ptk-case-modal__meta div{display:flex;flex-direction:column;gap:2px}.ptk-case-modal__meta dt{color:var(--ptk-text-light);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.ptk-case-modal__meta dd{font-size:15px;font-weight:600;margin:0}@media(max-width:768px){.ptk-case-modal__grid{grid-template-columns:1fr}}.ptk-toast{background:var(--ptk-bg-dark);border-radius:999px;bottom:24px;box-shadow:var(--ptk-shadow);color:#fff;font-size:14px;font-weight:500;left:50%;padding:14px 24px;position:fixed;transform:translateX(-50%);z-index:300}.ptk-toast[hidden]{display:none}@media(max-width:1024px){.ptk-advantages__grid,.ptk-lighting__grid,.ptk-stages__list,.ptk-types__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1100px){.ptk-nav{background:var(--ptk-surface);border-bottom:1px solid var(--ptk-border);inset:var(--ptk-header-h) 0 auto;max-height:calc(100dvh - var(--ptk-header-h));opacity:0;overflow-y:auto;overscroll-behavior:contain;padding:8px 20px 20px;pointer-events:none;position:fixed;transform:translateY(-120%);transition:transform var(--ptk-transition),opacity var(--ptk-transition);z-index:99}.ptk-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.ptk-nav__list{flex-direction:column;gap:4px}.ptk-nav__link{align-items:center;display:flex;font-size:16px;min-height:44px;padding:10px 4px}.ptk-burger{background:#fff;border:1px solid var(--ptk-border);border-radius:12px;display:flex;height:48px;width:48px}.ptk-header__inner{gap:12px}.ptk-logo__lockup{height:32px;max-width:170px;width:166px}.ptk-header__actions{flex-shrink:0;gap:8px}.ptk-header__phone{font-size:14px}.ptk-header__cta-full{display:none}.ptk-header__cta-mid{display:inline}}@media(max-width:768px){.ptk-header__phone{display:none}.ptk-header .ptk-container{padding-inline:20px;width:min(100%,var(--ptk-container))}.ptk-logo{gap:12px;min-width:0}.ptk-header__actions{gap:4px}.ptk-header__cta{display:none}.ptk-nav__item--call{border-bottom:1px solid var(--ptk-border);display:list-item;margin-bottom:8px;padding-bottom:8px}.ptk-nav__link--call{color:var(--ptk-accent);font-size:17px;font-weight:700}.ptk-hero__float--badge,.ptk-hero__float--master{display:none}.ptk-sticky{gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px))}.ptk-sticky__cta,.ptk-sticky__phone{flex:1 1 0;max-width:100%;min-width:0}.ptk-sticky__cta{font-size:15px;font-weight:700;padding-inline:14px}.ptk-sticky__phone-text{overflow:hidden;text-overflow:ellipsis}.ptk-sticky__cta-full{display:none}.ptk-sticky__cta-short{display:inline}.ptk-stats__grid{grid-template-columns:repeat(2,1fr)}.ptk-about__grid,.ptk-contacts__layout,.ptk-faq__wrap,.ptk-materials__grid,.ptk-video__grid,.ptk-video__grid--photos{grid-template-columns:1fr}.ptk-contacts__layout{gap:20px}.ptk-contacts__aside,.ptk-contacts__form,.ptk-contacts__intro{grid-column:auto;grid-row:auto}.ptk-contacts__intro{order:1}.ptk-contacts__form{order:2}.ptk-contacts__aside{order:3}.ptk-contacts__lead{font-size:15px;margin-bottom:14px;max-width:none}.ptk-contacts__phone{background:var(--ptk-accent-light);border-radius:var(--ptk-radius);font-size:22px;justify-content:center;padding:12px 16px;width:100%}.ptk-contacts__meta{text-align:center}.ptk-contacts__form{background:var(--ptk-surface);border:1px solid var(--ptk-border);border-radius:var(--ptk-radius-lg);padding:20px 16px}.ptk-contacts__form-title{font-size:15px;margin-bottom:8px}.ptk-contacts__aside{padding-top:4px}.ptk-contacts__list{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:16px 24px;justify-content:space-between}.ptk-contacts__list a{font-size:15px}.ptk-video__playlist{order:-1}.ptk-video__playlist-label{margin-bottom:10px}.ptk-video__list{flex-direction:row;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;padding-bottom:2px;scrollbar-width:none}.ptk-video__list::-webkit-scrollbar{display:none}.ptk-video-thumb{flex:0 0 min(78%,280px);grid-template-columns:auto 1fr;min-height:72px;scroll-snap-align:start}.ptk-video-thumb__play{display:none}.ptk-video-thumb.is-active{box-shadow:inset 0 -3px 0 var(--ptk-accent)}.ptk-video-player__caption{font-size:13px;padding:24px 14px 12px}.ptk-portfolio__grid{grid-template-columns:1fr}.ptk-types__catalog{display:flex;flex-direction:column;gap:0}.ptk-types__grid{display:grid;gap:16px;grid-template-columns:1fr}.ptk-types__grid--extra{display:none;margin-top:16px;order:2}.ptk-types__catalog.is-expanded .ptk-types__grid--extra{display:grid}.ptk-types__actions{gap:12px;margin-top:20px;order:1;width:100%}.ptk-types__actions .ptk-section__cta{margin-top:0;width:100%}.ptk-types__more-wrap{display:flex}.ptk-advantages__grid,.ptk-lighting__grid,.ptk-stages__list{grid-template-columns:1fr}.ptk-quiz__head{margin-bottom:20px}.ptk-quiz__note{font-size:14px}.ptk-quiz-form{padding:16px}.ptk-quiz-step__title{font-size:17px;margin-bottom:12px}.ptk-quiz-options{gap:8px;grid-template-columns:1fr 1fr}.ptk-quiz-option span{font-size:13px;min-height:44px;padding:10px 8px}.ptk-quiz__nav{align-items:center;background:var(--ptk-bg);bottom:calc(72px + env(safe-area-inset-bottom, 0px));display:flex;flex-wrap:nowrap;gap:8px;margin-top:16px;padding-top:12px;position:-webkit-sticky;position:sticky;z-index:5}.ptk-quiz-form.is-contacts .ptk-quiz__nav{flex-wrap:wrap}.ptk-quiz-form.is-contacts .ptk-quiz__progress{flex:1 1 100%;margin-bottom:2px;order:-1;text-align:center}.ptk-quiz-form.is-contacts #quiz-prev,.ptk-quiz-form.is-contacts #quiz-submit{flex:1 1 calc(50% - 4px);margin-left:0;min-width:0}.ptk-guarantee__items{flex-direction:column;gap:20px}.ptk-footer__inner{grid-template-columns:1fr;text-align:center}.ptk-footer__nav-list{flex-wrap:wrap;gap:12px 20px;justify-content:center}.ptk-footer__copy{text-align:center}.ptk-sticky__phone-text{font-size:14px}}@media(max-width:480px){:root{--ptk-header-h:64px}.ptk-hero__actions{flex-direction:column}.ptk-hero__actions .ptk-btn{width:100%}.ptk-hero__float--master{display:none}.ptk-sticky{gap:8px;padding-inline:12px}.ptk-container{padding-inline:16px}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.ptk-advantage:hover,.ptk-btn:active,.ptk-case:focus-visible,.ptk-case:hover,.ptk-hero__play:hover,.ptk-type-card:focus-visible,.ptk-type-card:hover,.ptk-video-player:hover .ptk-video-player__play{transform:none}}.ptk-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}[inert]{cursor:default;pointer-events:none}[inert],[inert] *{-webkit-user-select:none;user-select:none}.ptk-palette{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:color-mix(in srgb,var(--ptk-surface) 94%,#0000);border:1px solid var(--ptk-border);border-radius:16px;bottom:max(16px,env(safe-area-inset-bottom));box-shadow:0 12px 40px #00000024;color:var(--ptk-text);font-family:var(--ptk-font);overflow:hidden;position:fixed;right:max(16px,env(safe-area-inset-right));width:min(292px,100vw - 32px);z-index:240}body.ptk-sticky-visible .ptk-palette{bottom:calc(72px + max(16px,env(safe-area-inset-bottom)))}.ptk-palette[data-collapsed=true] .ptk-palette__body{display:none}.ptk-palette__head{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:13px;font-weight:700;gap:12px;justify-content:space-between;letter-spacing:.04em;margin:0;padding:12px 14px;text-align:left;text-transform:uppercase;width:100%}.ptk-palette__head:hover{background:var(--ptk-bg-muted)}.ptk-palette__head-meta{align-items:center;display:flex;gap:8px;min-width:0}.ptk-palette__dots{display:inline-flex;flex-shrink:0;gap:4px}.ptk-palette__dots span{border:1px solid #00000014;border-radius:50%;height:10px;width:10px}.ptk-palette__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ptk-palette__chevron{flex-shrink:0;height:18px;transition:transform .2s ease;width:18px}.ptk-palette[data-collapsed=true] .ptk-palette__chevron{transform:rotate(180deg)}.ptk-palette__body{border-top:1px solid var(--ptk-border);padding:0 10px 12px}.ptk-palette__hint{color:var(--ptk-text-muted);font-size:12px;font-weight:500;letter-spacing:0;line-height:1.4;margin:10px 4px 8px;text-transform:none}.ptk-palette__list{display:grid;gap:6px;list-style:none;margin:0;padding:0}.ptk-palette__btn{align-items:center;background:#0000;border:1px solid #0000;border-radius:12px;color:inherit;cursor:pointer;display:grid;font:inherit;gap:10px;grid-template-columns:auto 1fr auto;margin:0;padding:10px;text-align:left;transition:background .2s ease,border-color .2s ease;width:100%}.ptk-palette__btn:hover{background:var(--ptk-bg-muted)}.ptk-palette__btn.is-active{background:var(--ptk-accent-light);border-color:var(--ptk-accent)}.ptk-palette__swatches{display:inline-flex;gap:3px}.ptk-palette__swatches i{border:1px solid #0000001a;border-radius:4px;height:14px;width:14px}.ptk-palette__name{display:flex;flex-direction:column;gap:2px;min-width:0}.ptk-palette__name strong{font-size:13px;font-weight:700;line-height:1.2}.ptk-palette__name span{color:var(--ptk-text-muted);font-size:11px;line-height:1.2}.ptk-palette__code{color:var(--ptk-text-muted);font-size:11px;font-weight:700;letter-spacing:.06em}.ptk-palette__btn.is-active .ptk-palette__code{color:var(--ptk-accent)}.ptk-palette-fab,.ptk-palette-scrim{display:none}@media(max-width:1100px){.ptk-palette-fab{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:color-mix(in srgb,var(--ptk-surface) 94%,#0000);border:1px solid var(--ptk-border);border-radius:12px 0 0 12px;border-right:0;box-shadow:-4px 6px 18px #0000001a;color:var(--ptk-text);cursor:pointer;display:flex;flex-direction:column;gap:5px;height:52px;justify-content:center;margin:0;padding:0;position:fixed;right:0;top:42%;transition:opacity .2s ease,transform .2s ease;width:34px;z-index:245}.ptk-palette-fab__dots{display:flex;flex-direction:column;gap:4px}.ptk-palette-fab__dots span{border:1px solid #00000014;border-radius:50%;height:8px;width:8px}body.ptk-palette-open .ptk-palette-fab{opacity:0;pointer-events:none;transform:translateX(8px)}body.ptk-palette-open{overflow:hidden}.ptk-palette-scrim{background:rgba(var(--ptk-text-rgb),.35);cursor:pointer;display:block;inset:0;position:fixed;z-index:248}.ptk-palette-scrim[hidden]{display:none!important}.ptk-palette{border-radius:16px 0 0 16px;border-right:0;bottom:0;box-shadow:-12px 0 40px #00000029;height:100dvh;left:auto;margin:0;max-height:none;overflow:auto;overscroll-behavior:contain;right:0;top:0;transform:translateX(105%);transition:transform .28s ease;width:min(320px,88vw);z-index:250}body.ptk-sticky-visible .ptk-palette{bottom:0}.ptk-palette:not([data-collapsed=true]){transform:translateX(0)}.ptk-palette[data-collapsed=true] .ptk-palette__body{display:block}.ptk-palette[data-collapsed=true] .ptk-palette__chevron,.ptk-palette__chevron{transform:rotate(-90deg)}.ptk-palette:not([data-collapsed=true]) .ptk-palette__chevron{transform:rotate(90deg)}.ptk-palette__head{background:color-mix(in srgb,var(--ptk-surface) 96%,#0000);border-bottom:1px solid var(--ptk-border);position:-webkit-sticky;position:sticky;top:0;z-index:1}.ptk-palette__body{border-top:0;padding-bottom:calc(20px + env(safe-area-inset-bottom, 0px))}}