:root {
  --pf-purple: #4b2e83;
  --pf-purple-dark: #2c1754;
  --pf-purple-deep: #1f103c;
  --pf-purple-soft: #f3effa;
  --pf-orange: #f0801e;
  --pf-orange-dark: #d8660b;
  --pf-orange-soft: #fff2e6;
  --pf-ink: #201a2a;
  --pf-muted: #686271;
  --pf-border: #e7e0ee;
  --pf-bg: #fbfafc;
  --pf-white: #fff;
  --pf-green: #25d366;
  --pf-shadow: 0 18px 55px rgba(44, 23, 84, .12);
  --pf-radius: 24px;
  --pf-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pf-ink);
  background: var(--pf-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.pf-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--pf-purple); text-underline-offset: 3px; }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 { color: var(--pf-purple-deep); font-weight: 850; line-height: 1.1; letter-spacing: -.035em; margin: 0 0 1.1rem; }
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.65rem); }
h3 { font-size: 1.35rem; }
em { color: var(--pf-orange); font-style: normal; }
button, input, select, textarea { font: inherit; }
.pf-container { width: min(calc(100% - 40px), var(--pf-container)); margin-inline: auto; }
.pf-section { padding: clamp(76px, 9vw, 128px) 0; }
.pf-section--tint { background: var(--pf-purple-soft); }
.pf-section--dark { color: #fff; background: var(--pf-purple-deep); overflow: hidden; position: relative; }
.pf-section--dark::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -180px; top: -250px; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.pf-center { text-align: center; }
.pf-narrow { max-width: 820px; }
.pf-prose { max-width: 850px; }
.pf-prose > *:first-child { margin-top: 0; }
.pf-prose h2 { margin-top: 2.3rem; font-size: 2rem; }
.pf-prose h3 { margin-top: 1.8rem; }
.pf-prose img { border-radius: var(--pf-radius); }
.pf-skip { position: fixed; z-index: 9999; left: 18px; top: -100px; padding: 12px 18px; background: #fff; color: var(--pf-purple-deep); font-weight: 800; border-radius: 8px; }
.pf-skip:focus { top: 18px; }
.pf-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--pf-purple); text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 900; margin-bottom: 18px; }
.pf-eyebrow::before { content: ""; width: 34px; height: 4px; border-radius: 2px; background: var(--pf-orange); }
.pf-eyebrow--light { color: #fff; }
.pf-lead { font-size: clamp(1.08rem, 1.8vw, 1.28rem); color: #5d5666; max-width: 680px; }
.pf-lead-small { font-size: 1.18rem; color: #57505f; }
.pf-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.pf-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 24px; border: 2px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.pf-button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(44,23,84,.17); }
.pf-button:focus-visible, .pf-menu a:focus-visible, summary:focus-visible { outline: 4px solid rgba(240,128,30,.45); outline-offset: 3px; }
.pf-button--primary { color: #fff; background: var(--pf-purple); }
.pf-button--primary:hover { color: #fff; background: var(--pf-purple-dark); }
.pf-button--orange { color: #201225; background: var(--pf-orange); }
.pf-button--orange:hover { color: #201225; background: #ff963b; }
.pf-button--ghost { color: var(--pf-purple); border-color: var(--pf-purple); background: transparent; }
.pf-button--ghost-light { color: #fff; border-color: rgba(255,255,255,.65); background: transparent; }
.pf-button--ghost-light:hover { color: var(--pf-purple-deep); background: #fff; }
.pf-button--small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }
.pf-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--pf-purple); font-weight: 850; text-decoration: none; }
.pf-text-link span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--pf-orange); border-radius: 50%; transition: transform .2s ease; }
.pf-text-link:hover span { transform: translateX(4px); }

.pf-topbar { color: #f7f2ff; background: var(--pf-purple-deep); font-size: .8rem; }
.pf-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pf-topbar__links { display: flex; gap: 25px; }
.pf-topbar a { color: #fff; text-decoration: none; }
.pf-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(75,46,131,.09); backdrop-filter: blur(14px); }
.admin-bar .pf-header { top: 32px; }
.pf-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pf-brand, .custom-logo-link { flex: 0 0 auto; display: block; }
.pf-brand img, .custom-logo { width: 250px; max-height: 64px; object-fit: contain; }
.pf-nav { display: flex; align-items: center; gap: 20px; }
.pf-menu { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.pf-menu li { position: relative; }
.pf-menu a { display: block; color: var(--pf-ink); padding: 10px 9px; border-radius: 8px; font-size: .84rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.pf-menu a:hover, .pf-menu .current-menu-item > a { color: var(--pf-purple); background: var(--pf-purple-soft); }
.pf-menu .sub-menu { display: none; position: absolute; min-width: 220px; top: 100%; left: 0; padding: 10px; margin: 0; list-style: none; background: #fff; border: 1px solid var(--pf-border); border-radius: 14px; box-shadow: var(--pf-shadow); }
.pf-menu li:hover > .sub-menu, .pf-menu li:focus-within > .sub-menu { display: block; }
.pf-nav-toggle { display: none; padding: 9px 0 9px 12px; align-items: center; gap: 12px; color: var(--pf-purple-deep); background: transparent; border: 0; font-weight: 800; }
.pf-nav-toggle__icon { display: grid; gap: 5px; }
.pf-nav-toggle__icon i { display: block; width: 27px; height: 3px; background: currentColor; border-radius: 2px; }

.pf-hero { position: relative; overflow: hidden; min-height: 690px; display: flex; align-items: center; background: linear-gradient(145deg, #fff 0%, #fff 54%, #f3effa 54%, #f8f4fc 100%); }
.pf-hero::before { content: "PUUR"; position: absolute; left: -40px; bottom: -70px; color: rgba(75,46,131,.025); font-size: 18vw; line-height: 1; font-weight: 950; letter-spacing: -.08em; }
.pf-hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; padding-top: 65px; padding-bottom: 72px; }
.pf-hero__content { position: relative; z-index: 2; min-width: 0; }
.pf-hero h1 span { color: var(--pf-purple); }
.pf-hero__visual { position: relative; min-width: 0; min-height: 535px; display: grid; place-items: center; }
.pf-hero-card--main { position: relative; z-index: 2; width: min(100%, 540px); padding: 12px; background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.9); border-radius: 40px; box-shadow: var(--pf-shadow); transform: rotate(1.5deg); backdrop-filter: blur(8px); }
.pf-hero-card--main img { width: 100%; }
.pf-orbit { position: absolute; border: 2px dashed rgba(75,46,131,.2); border-radius: 50%; }
.pf-orbit--one { width: 500px; height: 500px; }
.pf-orbit--two { width: 380px; height: 380px; border-color: rgba(240,128,30,.3); transform: translate(55px,-30px); }
.pf-hero-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 15px 18px; background: #fff; border-radius: 17px; box-shadow: 0 15px 35px rgba(44,23,84,.18); line-height: 1.2; }
.pf-hero-badge strong { color: var(--pf-purple-deep); }
.pf-hero-badge--one { left: -15px; bottom: 62px; }
.pf-hero-badge--one strong { color: var(--pf-orange); font-size: 2.3rem; }
.pf-hero-badge--one span { color: var(--pf-muted); font-size: .75rem; }
.pf-hero-badge--two { right: -12px; top: 64px; }
.pf-spark { color: var(--pf-orange); font-size: 1.8rem; }
.pf-checklist { display: grid; gap: 12px; list-style: none; padding: 0; margin: 28px 0; }
.pf-checklist li { position: relative; padding-left: 30px; }
.pf-checklist li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 20px; height: 20px; color: #fff; background: var(--pf-orange); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.pf-checklist--inline { display: flex; flex-wrap: wrap; gap: 11px 24px; font-size: .85rem; font-weight: 750; }

.pf-trust { position: relative; z-index: 3; background: var(--pf-purple); color: #fff; }
.pf-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pf-trust__grid > div { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 0 13px; padding: 30px 25px; border-left: 1px solid rgba(255,255,255,.14); }
.pf-trust__grid > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.pf-trust__grid span { grid-row: 1 / span 2; color: var(--pf-orange); font-weight: 900; }
.pf-trust__grid strong { font-size: .98rem; }
.pf-trust__grid small { color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.4; }
.pf-section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.pf-section-head > div { max-width: 690px; }
.pf-section-head > p { max-width: 480px; color: var(--pf-muted); }
.pf-section-head h2 { margin-bottom: 0; }
.pf-section-head--center { align-items: center; flex-direction: column; gap: 8px; text-align: center; }
.pf-section-head--center .pf-eyebrow { justify-content: center; }
.pf-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pf-service-card { position: relative; min-height: 385px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--pf-border); border-radius: var(--pf-radius); background: #fff; box-shadow: 0 7px 25px rgba(44,23,84,.05); transition: transform .25s ease, box-shadow .25s ease; }
.pf-service-card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 150px; height: 150px; background: var(--pf-orange-soft); border-radius: 50%; }
.pf-service-card:hover { transform: translateY(-7px); box-shadow: var(--pf-shadow); }
.pf-service-card__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 82px; height: 82px; margin-bottom: 55px; color: var(--pf-purple); background: var(--pf-purple-soft); border-radius: 22px; }
.pf-service-card__icon svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.pf-service-card p { color: var(--pf-muted); font-size: .94rem; }
.pf-service-card .pf-service-card__price { display: block; width: 100%; margin: 0 0 13px; padding: 0; overflow: hidden; color: #fff; background: var(--pf-purple); border-radius: 14px; font-size: .78rem; font-weight: 900; letter-spacing: .02em; }
.pf-vat-price { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: 340px; overflow: hidden; color: var(--pf-ink); background: #fff; border: 1px solid var(--pf-border); border-radius: 12px; line-height: 1.2; letter-spacing: normal; }
.pf-vat-price__cell { display: flex; min-width: 0; flex-direction: column; gap: 4px; justify-content: center; padding: 9px 10px; text-align: left; }
.pf-vat-price__cell--incl { background: var(--pf-orange-soft); border-left: 1px solid var(--pf-border); }
.pf-vat-price__label { color: var(--pf-muted); font-size: .62rem; font-weight: 850; letter-spacing: .055em; line-height: 1.25; text-transform: uppercase; }
.pf-vat-price__amount { color: var(--pf-purple); font-size: .88rem; font-weight: 900; line-height: 1.3; overflow-wrap: anywhere; }
.pf-vat-price__cell--incl .pf-vat-price__amount { color: var(--pf-orange-dark); }
.pf-service-card__price .pf-vat-price, .pf-info-card__price .pf-vat-price { max-width: none; color: #fff; background: transparent; border: 0; border-radius: inherit; }
.pf-service-card__price .pf-vat-price__cell--incl, .pf-info-card__price .pf-vat-price__cell--incl { background: rgba(255,255,255,.12); border-left-color: rgba(255,255,255,.22); }
.pf-service-card__price .pf-vat-price__label, .pf-info-card__price .pf-vat-price__label { color: rgba(255,255,255,.74); }
.pf-service-card__price .pf-vat-price__amount, .pf-info-card__price .pf-vat-price__amount { color: #fff; }
.pf-vat-notice { display: flex; align-items: center; gap: 13px; margin: 0 0 24px; padding: 14px 17px; color: #573719; background: var(--pf-orange-soft); border: 1px solid #f2c79f; border-radius: 13px; font-size: .83rem; line-height: 1.45; }
.pf-vat-notice strong { flex: 0 0 auto; color: var(--pf-orange-dark); }
.pf-service-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; color: var(--pf-purple); font-size: .88rem; font-weight: 850; text-decoration: none; }
.pf-service-card > a span { font-size: 1.3rem; }
.pf-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.pf-composition { position: relative; min-height: 520px; }
.pf-composition__panel { position: absolute; inset: 0 45px 55px 0; overflow: hidden; display: grid; place-content: center; padding: 30px; color: #fff; background: linear-gradient(145deg, var(--pf-purple), var(--pf-purple-deep)); border-radius: 36px; box-shadow: var(--pf-shadow); }
.pf-composition__panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -90px; border: 45px solid rgba(240,128,30,.8); border-radius: 50%; }
.pf-composition__panel span { font-size: clamp(4rem, 9vw, 7rem); line-height: .8; font-weight: 950; letter-spacing: -.08em; opacity: .95; }
.pf-composition__panel b { color: var(--pf-orange); text-transform: uppercase; letter-spacing: .28em; margin-top: 22px; }
.pf-composition__quote { position: absolute; right: 0; bottom: 0; width: 58%; padding: 26px; color: var(--pf-purple-deep); background: #fff; border: 1px solid var(--pf-border); border-radius: 20px; box-shadow: var(--pf-shadow); font-weight: 800; }
.pf-composition__dots { position: absolute; right: 8px; top: 30px; width: 110px; height: 110px; opacity: .35; background-image: radial-gradient(var(--pf-orange) 2px, transparent 2px); background-size: 14px 14px; }
.pf-feature-list { display: grid; gap: 20px; list-style: none; padding: 0; margin: 30px 0; }
.pf-feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; }
.pf-feature-list li > span { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--pf-purple); border-radius: 13px; font-weight: 900; }
.pf-feature-list strong { display: block; color: var(--pf-purple-deep); }
.pf-feature-list p { margin: 4px 0 0; color: var(--pf-muted); font-size: .92rem; }
.pf-process-section { overflow: hidden; }
.pf-process { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; list-style: none; padding: 0; margin: 55px 0 46px; counter-reset: process; }
.pf-process::before { content: ""; position: absolute; z-index: -1; left: 10%; right: 10%; top: 32px; height: 2px; background: repeating-linear-gradient(90deg, var(--pf-purple) 0 8px, transparent 8px 17px); opacity: .25; }
.pf-process li { text-align: center; }
.pf-process li > span { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 22px; color: #fff; background: var(--pf-purple); border: 8px solid var(--pf-purple-soft); border-radius: 50%; font-weight: 900; }
.pf-process li:nth-child(even) > span { background: var(--pf-orange); }
.pf-process strong { color: var(--pf-purple-deep); }
.pf-process p { color: var(--pf-muted); font-size: .9rem; }
.pf-process--compact { margin-bottom: 0; }
.pf-quote-band { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 90px; }
.pf-quote-band h2 { color: #fff; }
.pf-quote-band p { color: rgba(255,255,255,.72); }
.pf-quote-band__card { display: grid; gap: 15px; padding: 32px; color: var(--pf-purple-deep); background: #fff; border-radius: var(--pf-radius); }
.pf-quote-band__card span { color: var(--pf-orange-dark); text-transform: uppercase; font-weight: 900; letter-spacing: .12em; font-size: .75rem; }
.pf-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.pf-accordion { border-top: 1px solid var(--pf-border); }
.pf-faq { border-bottom: 1px solid var(--pf-border); }
.pf-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--pf-purple-deep); font-weight: 850; cursor: pointer; list-style: none; }
.pf-faq summary::-webkit-details-marker { display: none; }
.pf-faq summary span { flex: 0 0 auto; display: grid; place-items: center; width: 32px; height: 32px; color: #fff; background: var(--pf-purple); border-radius: 50%; font-size: 1.25rem; }
.pf-faq > div { padding: 0 55px 20px 0; color: var(--pf-muted); }

.pf-page-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, var(--pf-purple-deep), var(--pf-purple) 72%, #6d45a8); }
.pf-page-hero::before, .pf-page-hero::after { content: ""; position: absolute; border-radius: 50%; }
.pf-page-hero::before { width: 560px; height: 560px; right: -170px; top: -330px; border: 80px solid rgba(240,128,30,.18); }
.pf-page-hero::after { width: 300px; height: 300px; left: 42%; bottom: -240px; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.pf-page-hero__grid { position: relative; z-index: 2; min-height: 480px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; padding-top: 65px; padding-bottom: 75px; }
.pf-page-hero h1 { color: #fff; font-size: clamp(2.6rem, 5.5vw, 5.2rem); max-width: 920px; }
.pf-page-hero .pf-lead { color: rgba(255,255,255,.78); max-width: 800px; }
.pf-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; color: rgba(255,255,255,.62); font-size: .78rem; }
.pf-breadcrumb a { color: #fff; text-decoration: none; }
.pf-page-hero__icon { position: relative; z-index: 1; display: grid; place-items: center; width: 240px; height: 240px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; backdrop-filter: blur(8px); }
.pf-page-hero__icon svg { width: 135px; height: 135px; fill: none; stroke: currentColor; stroke-width: 2; }
.pf-page-hero__icon span { position: absolute; right: 18px; top: 16px; color: var(--pf-orange); font-size: 2.5rem; }
.pf-split--service { align-items: start; }
.pf-info-card { position: sticky; top: 130px; padding: 40px; background: var(--pf-purple-soft); border-radius: var(--pf-radius); }
.pf-info-card__icon { display: grid; place-items: center; width: 78px; height: 78px; margin-bottom: 26px; color: var(--pf-purple); background: #fff; border-radius: 20px; }
.pf-info-card__icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 3; }
.pf-info-card__price { display: block; width: 100%; max-width: 360px; margin: 0 0 14px; padding: 0; overflow: hidden; color: #fff; background: var(--pf-purple); border-radius: 14px; font-size: .79rem; font-weight: 900; }
.pf-highlight { padding: 28px 32px; margin-top: 30px; background: var(--pf-orange-soft); border-left: 5px solid var(--pf-orange); border-radius: 4px var(--pf-radius) var(--pf-radius) 4px; }
.pf-highlight p:last-child, .pf-highlight ul:last-child { margin-bottom: 0; }
.pf-timeline { max-width: 920px; margin: 0 auto; padding: 0; list-style: none; }
.pf-timeline li { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 35px; padding-bottom: 60px; }
.pf-timeline li:not(:last-child)::before { content: ""; position: absolute; left: 44px; top: 77px; bottom: 8px; width: 2px; background: var(--pf-border); }
.pf-timeline span { display: grid; place-items: center; width: 88px; height: 70px; color: #fff; background: var(--pf-purple); border-radius: 22px; font-weight: 950; letter-spacing: .08em; }
.pf-timeline li:nth-child(even) span { background: var(--pf-orange); }
.pf-timeline h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: 10px; }
.pf-timeline p { color: var(--pf-muted); }
.pf-quote-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.pf-factor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0; }
.pf-factor-grid > div { padding: 20px; background: var(--pf-bg); border: 1px solid var(--pf-border); border-radius: 15px; }
.pf-factor-grid strong { color: var(--pf-purple); }
.pf-factor-grid p { margin: 4px 0 0; color: var(--pf-muted); font-size: .85rem; }
.pf-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.pf-price-grid--single { grid-template-columns: minmax(0, 650px); justify-content: center; }
.pf-price-card { overflow: hidden; background: #fff; border: 1px solid var(--pf-border); border-radius: var(--pf-radius); box-shadow: 0 12px 35px rgba(44,23,84,.08); }
.pf-price-card__head { display: flex; align-items: center; gap: 17px; min-height: 128px; padding: 25px 27px; color: #fff; background: linear-gradient(135deg, var(--pf-purple), var(--pf-purple-dark)); }
.pf-price-card__head > span { flex: 0 0 auto; display: grid; place-items: center; width: 62px; height: 62px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 17px; }
.pf-price-card__head svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.pf-price-card__head h3 { color: #fff; margin: 0; font-size: 1.35rem; }
.pf-price-card__head p { margin: 5px 0 0; color: rgba(255,255,255,.75); font-size: .83rem; }
.pf-price-list { list-style: none; margin: 0; padding: 7px 27px 18px; }
.pf-price-list li { display: flex; align-items: stretch; flex-direction: column; gap: 9px; padding: 15px 0; border-bottom: 1px solid var(--pf-border); }
.pf-price-list li:last-child { border-bottom: 0; }
.pf-price-list li > span { color: var(--pf-ink); }
.pf-price-list strong { display: block; width: 100%; color: var(--pf-purple); font-size: 1.05rem; }
.pf-price-list strong .pf-vat-price { max-width: none; }
.pf-package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.pf-package { position: relative; display: flex; flex-direction: column; min-width: 0; padding: clamp(27px, 4vw, 42px); background: #fff; border: 2px solid var(--pf-border); border-radius: 28px; box-shadow: 0 14px 42px rgba(44,23,84,.09); }
.pf-package--premium { border-color: var(--pf-orange); box-shadow: 0 18px 55px rgba(240,128,30,.16); }
.pf-package__ribbon { position: absolute; right: 24px; top: -14px; padding: 7px 14px; color: #241233; background: var(--pf-orange); border-radius: 999px; font-size: .7rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.pf-package__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--pf-border); }
.pf-package__head p { margin: 0 0 6px; color: var(--pf-orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pf-package__head h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.pf-package__head > strong { flex: 0 1 280px; min-width: 235px; color: var(--pf-purple); }
.pf-package__head > strong .pf-vat-price { max-width: none; }
.pf-package__head > strong .pf-vat-price__amount { font-size: clamp(1rem, 2vw, 1.35rem); letter-spacing: -.025em; }
.pf-package--premium .pf-package__head > strong { color: var(--pf-orange-dark); }
.pf-package__intro { min-height: 58px; margin: 23px 0; color: var(--pf-muted); font-size: .92rem; }
.pf-package__features { display: grid; gap: 13px; list-style: none; margin: 0 0 30px; padding: 0; }
.pf-package__features li { display: grid; grid-template-columns: 25px minmax(0, 1fr); gap: 11px; align-items: start; color: #393141; font-size: .91rem; line-height: 1.42; }
.pf-package__features li > span { display: grid; place-items: center; width: 23px; height: 23px; color: #fff; background: #1d9b55; border-radius: 50%; font-size: .75rem; font-weight: 950; }
.pf-package__option { padding-top: 12px; margin-top: 3px; border-top: 1px dashed #bfdbca; color: #276b45 !important; font-weight: 750; }
.pf-package .pf-button { width: 100%; margin-top: auto; }
.pf-price-note { max-width: 960px; margin: 27px auto 0; padding: 18px 22px; color: #51495a; background: #fff; border: 1px solid var(--pf-border); border-radius: 14px; font-size: .83rem; text-align: center; }
.pf-form-card { padding: clamp(28px, 4vw, 46px); background: #fff; border: 1px solid var(--pf-border); border-radius: var(--pf-radius); box-shadow: var(--pf-shadow); }
.pf-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pf-form label { display: grid; gap: 7px; color: var(--pf-purple-deep); font-size: .86rem; font-weight: 750; }
.pf-form label span[aria-hidden] { display: inline; color: var(--pf-orange-dark); }
.pf-form input:not([type="checkbox"]), .pf-form select, .pf-form textarea { width: 100%; padding: 13px 14px; color: var(--pf-ink); background: #fff; border: 1px solid #d9d1e2; border-radius: 11px; outline: none; }
.pf-form textarea { resize: vertical; }
.pf-form input:focus, .pf-form select:focus, .pf-form textarea:focus { border-color: var(--pf-purple); box-shadow: 0 0 0 4px rgba(75,46,131,.11); }
.pf-field-wide { grid-column: 1 / -1; }
.pf-check { display: flex !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; margin: 20px 0; font-weight: 500 !important; line-height: 1.45; }
.pf-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--pf-purple); }
.pf-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.pf-form-note { margin: 16px 0 0; color: var(--pf-muted); font-size: .8rem; }
.pf-notice { padding: 15px; margin-bottom: 20px; border-radius: 10px; font-size: .9rem; }
.pf-notice--success { color: #0c5631; background: #e6f8ef; border: 1px solid #b3e8cc; }
.pf-notice--error { color: #7c2525; background: #fff0f0; border: 1px solid #f2c4c4; }
.pf-contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.pf-contact-cards { display: grid; gap: 14px; }
.pf-contact-cards > * { display: grid; padding: 23px; color: var(--pf-ink); background: var(--pf-bg); border: 1px solid var(--pf-border); border-radius: 17px; text-decoration: none; }
.pf-contact-cards a:hover { border-color: var(--pf-purple); background: var(--pf-purple-soft); }
.pf-contact-cards span { color: var(--pf-orange-dark); font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pf-contact-cards strong { color: var(--pf-purple-deep); }
.pf-contact-cards small { color: var(--pf-muted); }
.pf-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pf-values > div { padding: 26px; background: #fff; border: 1px solid var(--pf-border); border-radius: 18px; }
.pf-values span { color: var(--pf-orange); font-weight: 950; }
.pf-values h3 { margin: 18px 0 7px; }
.pf-values p { margin: 0; color: var(--pf-muted); font-size: .9rem; }
.pf-faq-page { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; align-items: start; }
.pf-faq-page aside { position: sticky; top: 135px; }
.pf-legal { max-width: 900px; }
.pf-legal h2 { margin-top: 42px; font-size: clamp(1.45rem, 3vw, 2rem); }
.pf-legal li { margin-bottom: 7px; }
.pf-legal__notice { padding: 26px; margin-bottom: 42px; color: #5b3917; background: var(--pf-orange-soft); border: 1px solid #f7cfaa; border-radius: 16px; }
.pf-legal__notice p { margin: 5px 0 0; }
.pf-404 { min-height: 60vh; display: grid; align-items: center; text-align: center; }

.pf-prefooter { padding: 60px 0; color: #fff; background: var(--pf-purple); }
.pf-prefooter__inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.pf-prefooter h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.pf-prefooter p { color: rgba(255,255,255,.76); max-width: 670px; margin-bottom: 0; }
.pf-prefooter .pf-actions { flex: 0 0 auto; margin-top: 0; }
.pf-footer { padding: 70px 0 0; color: rgba(255,255,255,.7); background: #160b2b; }
.pf-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; }
.pf-footer h2 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }
.pf-footer__brand img { width: 270px; margin-bottom: 20px; }
.pf-footer__brand p { max-width: 300px; }
.pf-footer__list { list-style: none; margin: 0; padding: 0; }
.pf-footer__list li { margin-bottom: 8px; }
.pf-footer a { color: rgba(255,255,255,.8); text-decoration: none; }
.pf-footer a:hover { color: var(--pf-orange); }
.pf-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 30px; padding-bottom: 30px; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.pf-footer__bottom p { margin: 0; }
.pf-whatsapp { position: fixed; z-index: 999; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 11px 17px; color: #fff; background: #1ead54; border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.24); font-size: .82rem; font-weight: 850; text-decoration: none; }
.pf-whatsapp svg { width: 24px; height: 24px; fill: currentColor; }

@media (max-width: 1080px) {
  .pf-nav-toggle { display: flex; }
  .pf-nav { position: fixed; inset: 124px 0 auto; max-height: calc(100vh - 124px); overflow: auto; display: none; padding: 25px 20px 35px; background: #fff; border-top: 1px solid var(--pf-border); box-shadow: var(--pf-shadow); }
  .admin-bar .pf-nav { inset-block-start: 156px; }
  .pf-nav.is-open { display: block; }
  .pf-menu { display: grid; }
  .pf-menu a { padding: 12px; font-size: 1rem; }
  .pf-menu .sub-menu { position: static; display: block; box-shadow: none; border: 0; padding: 0 0 0 18px; }
  .pf-nav__cta { width: 100%; margin-top: 16px; }
  .pf-hero__grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .pf-hero__visual { min-height: 440px; }
  .pf-service-grid { grid-template-columns: 1fr 1fr; }
  .pf-service-card { min-height: 330px; }
  .pf-service-card__icon { margin-bottom: 30px; }
  .pf-trust__grid { grid-template-columns: 1fr 1fr; }
  .pf-price-grid { grid-template-columns: 1fr 1fr; }
  .pf-price-card:last-child { grid-column: 1 / -1; max-width: 620px; width: 100%; justify-self: center; }
  .pf-price-grid--single .pf-price-card:last-child { grid-column: auto; max-width: none; }
  .pf-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .pf-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 782px) {
  .admin-bar .pf-header { top: 46px; }
  .admin-bar .pf-nav { inset-block-start: 170px; }
  .pf-topbar__inner > span { display: none; }
  .pf-topbar__inner { justify-content: center; }
  .pf-hero { background: linear-gradient(165deg, #fff 0%, #fff 60%, #f3effa 60%); }
  .pf-hero__grid { grid-template-columns: minmax(0, 1fr); padding-top: 55px; }
  .pf-hero__content { width: 100%; max-width: 100%; }
  .pf-hero__visual { min-height: 410px; }
  .pf-orbit--one { width: 390px; height: 390px; }
  .pf-orbit--two { width: 300px; height: 300px; }
  .pf-section-head, .pf-prefooter__inner { align-items: start; flex-direction: column; gap: 20px; }
  .pf-split, .pf-quote-band, .pf-quote-layout, .pf-contact-grid, .pf-faq-layout, .pf-faq-page { grid-template-columns: 1fr; }
  .pf-composition { min-height: 430px; }
  .pf-process { grid-template-columns: 1fr 1fr; }
  .pf-process::before { display: none; }
  .pf-page-hero__grid { grid-template-columns: 1fr; min-height: 460px; gap: 20px; }
  .pf-page-hero__icon { display: none; }
  .pf-info-card, .pf-faq-page aside { position: static; }
  .pf-package-grid { grid-template-columns: 1fr; }
  .pf-package__intro { min-height: 0; }
  .pf-footer__grid { grid-template-columns: 1fr 1fr; }
  .pf-footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .pf-container { width: min(calc(100% - 28px), var(--pf-container)); }
  .pf-section { padding: 68px 0; }
  .pf-topbar__links { width: 100%; justify-content: space-between; gap: 8px; font-size: .72rem; }
  .pf-header__inner { min-height: 76px; }
  .pf-brand img, .custom-logo { width: 205px; }
  .pf-nav { inset-block-start: 114px; max-height: calc(100vh - 114px); }
  .admin-bar .pf-nav { inset-block-start: 160px; }
  .pf-hero__grid { padding-bottom: 50px; }
  .pf-hero__visual { min-height: 320px; }
  .pf-hero-card--main { width: 100%; }
  .pf-hero-badge { padding: 10px; }
  .pf-hero-badge--one { left: -4px; bottom: 25px; }
  .pf-hero-badge--two { right: -4px; top: 20px; font-size: .7rem; }
  .pf-service-grid, .pf-trust__grid, .pf-process, .pf-form-grid, .pf-factor-grid, .pf-values, .pf-price-grid, .pf-footer__grid { grid-template-columns: 1fr; }
  .pf-service-card { min-height: auto; }
  .pf-trust__grid > div, .pf-trust__grid > div:last-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .pf-composition { min-height: 355px; }
  .pf-composition__panel { inset: 0 20px 45px 0; }
  .pf-composition__quote { width: 75%; padding: 18px; font-size: .83rem; }
  .pf-timeline li { grid-template-columns: 72px 1fr; gap: 18px; padding-bottom: 40px; }
  .pf-timeline span { width: 64px; height: 54px; border-radius: 16px; }
  .pf-timeline li:not(:last-child)::before { left: 31px; top: 60px; }
  .pf-form-card { padding: 24px 18px; }
  .pf-price-card:last-child { grid-column: auto; }
  .pf-price-card__head { padding: 22px 20px; }
  .pf-price-list { padding-inline: 20px; }
	.pf-price-list li { gap: 7px; }
	.pf-price-list strong { width: 100%; max-width: 100%; font-size: .95rem; }
	.pf-vat-price__cell { padding: 8px; }
	.pf-vat-notice { align-items: flex-start; flex-direction: column; gap: 4px; }
  .pf-package { padding: 28px 20px; }
  .pf-package__head { align-items: start; flex-direction: column; gap: 14px; }
	.pf-package__head > strong { flex: 0 0 auto; width: 100%; min-width: 0; }
  .pf-package__ribbon { right: 14px; }
  .pf-footer__grid > div:last-child { grid-column: auto; }
  .pf-footer__bottom { flex-direction: column; }
  .pf-whatsapp { width: 54px; height: 54px; right: 14px; bottom: 14px; justify-content: center; padding: 0; }
  .pf-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
