/*
 * Landing Page Builder - public landing page theme.
 * Self-contained (no external fonts/CDN). Modern, conversion-focused, responsive.
 * Also loaded in the admin builder preview so WYSIWYG matches the live page.
 */
.lpb-body, .lpb-preview {
  --p: #03A9F4; --p600: #0288D1; --ink: #0f1729; --muted: #5a6577; --line: #e6e9ef;
  --pmut: #5a6577; --pbord: #e6e9ef;
  --radius: 16px;
  margin: 0; color: var(--ink); background: #fff; line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.lpb-page { display: block; }
.lpb-container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.lpb-container-narrow { max-width: 720px; }
.lpb-block { padding: 64px 0; }
.lpb-block.lpb-spacer, .lpb-block.lpb-divider { padding: 0; }
.lpb-align-center { text-align: center; }
.lpb-align-right { text-align: right; }
.lpb-section-title { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; letter-spacing: -.02em; margin: 0 0 36px; text-align: center; }

/* Buttons */
.lpb-btn { display: inline-block; padding: 12px 26px; border-radius: 999px; font-weight: 700; text-decoration: none;
  cursor: pointer; border: 2px solid transparent; transition: transform .12s ease, box-shadow .2s ease; font-size: 15px; }
.lpb-btn:hover { transform: translateY(-2px); }
.lpb-btn-primary { background: var(--p); color: #fff; box-shadow: 0 8px 24px rgba(3,169,244,.35); }
.lpb-btn-primary:hover { background: var(--p600); }
.lpb-btn-outline { border-color: var(--p); color: var(--p600); background: transparent; }
.lpb-btn-light { background: #fff; color: var(--ink); }
.lpb-btn-lg { padding: 15px 34px; font-size: 16px; }
.lpb-btn-sm { padding: 9px 18px; font-size: 14px; }

/* Hero */
.lpb-hero { padding: 110px 0; position: relative; }
.lpb-eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700;
  opacity: .85; margin-bottom: 18px; padding: 6px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
.lpb-hero-title { font-size: clamp(34px, 5.5vw, 62px); font-weight: 900; letter-spacing: -.03em; line-height: 1.05; margin: 0 0 18px; }
.lpb-hero-sub { font-size: clamp(17px, 2vw, 21px); opacity: .9; max-width: 640px; margin: 0 auto 34px; }
.lpb-align-left .lpb-hero-sub { margin-left: 0; }

/* Text / headings */
.lpb-heading h1, .lpb-heading h2, .lpb-heading h3, .lpb-heading h4 { margin: 0; letter-spacing: -.02em; font-weight: 800; }
.lpb-prose { font-size: 17px; color: var(--muted); }
.lpb-prose p { margin: 0 0 1em; }
.lpb-image img { border-radius: var(--radius); display: inline-block; }

/* Grid */
.lpb-grid { display: grid; gap: 24px; }
.lpb-cols-2 { grid-template-columns: repeat(2, 1fr); }
.lpb-cols-3 { grid-template-columns: repeat(3, 1fr); }
.lpb-cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Features */
.lpb-features { background: #f7f9fc; }
.lpb-feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; text-align: center;
  transition: transform .18s ease, box-shadow .18s ease; }
.lpb-feature:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(16,24,40,.10); }
.lpb-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 16px;
  background: linear-gradient(135deg, var(--p), #22c1ff); color: #fff; margin-bottom: 18px; }
.lpb-feature h3 { margin: 0 0 8px; font-size: 19px; font-weight: 700; }
.lpb-feature p { margin: 0; color: var(--muted); }

/* Testimonials */
.lpb-testimonial { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; margin: 0; }
.lpb-testimonial blockquote { margin: 0 0 18px; font-size: 19px; font-weight: 500; line-height: 1.5; }
.lpb-testimonial figcaption strong { display: block; }
.lpb-testimonial figcaption span { color: var(--muted); font-size: 14px; }

/* Pricing */
.lpb-plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; text-align: center; position: relative; }
.lpb-plan-featured { border-color: var(--p); box-shadow: 0 20px 50px rgba(3,169,244,.18); transform: scale(1.03); }
.lpb-plan h3 { margin: 0 0 12px; font-size: 20px; }
.lpb-price { margin-bottom: 20px; }
.lpb-amount { font-size: 46px; font-weight: 900; letter-spacing: -.03em; }
.lpb-amount::before { content: "€"; font-size: 24px; vertical-align: super; opacity: .6; }
.lpb-period { color: var(--muted); }
.lpb-plan ul { list-style: none; padding: 0; margin: 0 0 26px; text-align: left; }
.lpb-plan li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.lpb-check { display: inline-block; width: 20px; height: 20px; line-height: 20px; text-align: center; border-radius: 50%;
  background: rgba(3,169,244,.12); color: var(--p600); font-size: 12px; margin-right: 6px; }

/* FAQ */
.lpb-faq-item { border: 1px solid var(--line); border-radius: 12px; padding: 6px 20px; margin-bottom: 12px; background: #fff; }
.lpb-faq-item summary { cursor: pointer; font-weight: 600; padding: 14px 0; list-style: none; }
.lpb-faq-item summary::-webkit-details-marker { display: none; }
.lpb-faq-item summary::after { content: "+"; float: right; color: var(--p); font-weight: 700; }
.lpb-faq-item[open] summary::after { content: "\2212"; }
.lpb-faq-a { padding: 0 0 16px; color: var(--muted); }

/* CTA */
.lpb-cta { color: #fff; text-align: center; }
.lpb-cta h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 900; margin: 0 0 12px; letter-spacing: -.02em; }
.lpb-cta p { opacity: .92; margin: 0 0 26px; font-size: 18px; }

/* Form */
form.lpb-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: 0 10px 40px rgba(16,24,40,.06); }
.lpb-field { display: block; margin-bottom: 16px; }
.lpb-field > span { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.lpb-field input, .lpb-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px;
  font-size: 15px; font-family: inherit; box-sizing: border-box; }
.lpb-field input:focus, .lpb-field textarea:focus { outline: none; border-color: var(--p); box-shadow: 0 0 0 3px rgba(3,169,244,.12); }
.lpb-hp { position: absolute; left: -9999px; }
.lpb-form-msg { margin-top: 14px; padding: 12px; border-radius: 10px; background: #ecfdf3; color: #067647; font-weight: 600; }

/* Video / gallery / divider */
.lpb-embed { position: relative; padding-top: 56.25%; border-radius: var(--radius); overflow: hidden; }
.lpb-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lpb-videoel { width: 100%; border-radius: var(--radius); }
.lpb-gallery-item img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; aspect-ratio: 4/3; }
.lpb-divider hr { border: none; border-top: 1px solid var(--line); margin: 0; }
.lpb-caption { text-align: center; color: var(--muted); font-size: 14px; margin-top: 10px; }

/* Universal helpers */
.lpb-container-full { max-width: none; padding-left: 40px; padding-right: 40px; }
.lpb-hero { position: relative; overflow: hidden; }
.lpb-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.lpb-hero > .lpb-container { position: relative; z-index: 1; }
.lpb-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.lpb-align-center .lpb-hero-btns, .lpb-align-center .lpb-social { justify-content: center; }
.lpb-align-right .lpb-hero-btns { justify-content: flex-end; }

/* Icon box */
div.lpb-iconbox { display: flex; gap: 16px; align-items: flex-start; text-align: left; }
.lpb-ib-icon { flex: 0 0 auto; width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: rgba(3,169,244,.1); }
.lpb-iconbox h3 { margin: 0 0 4px; font-size: 17px; }
.lpb-iconbox p { margin: 0; color: var(--pmut); }

/* Stats */
.lpb-stat { text-align: center; }
.lpb-stat-n { font-size: clamp(30px,4vw,46px); font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.lpb-stat-l { color: var(--pmut); margin-top: 6px; font-weight: 600; }

/* Progress */
.lpb-progs { max-width: 640px; margin: 0 auto; }
.lpb-prog { margin-bottom: 16px; }
.lpb-prog-head { display: flex; justify-content: space-between; font-weight: 600; font-size: 14px; margin-bottom: 6px; }
.lpb-prog-track { height: 10px; border-radius: 999px; overflow: hidden; }
.lpb-prog-bar { height: 100%; border-radius: 999px; transition: width .6s ease; }

/* Checklist */
.lpb-checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; text-align: left; }
.lpb-checklist.lpb-cols-2 { grid-template-columns: 1fr 1fr; }
.lpb-checklist li { display: flex; align-items: flex-start; gap: 8px; }

/* Accordion reuses .lpb-faq-item */

/* Tabs (CSS-only) */
.lpb-tabs input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.lpb-tabs label { display: inline-block; padding: 10px 18px; border: 1px solid var(--pline); border-bottom: none; border-radius: 10px 10px 0 0; cursor: pointer; font-weight: 600; margin-right: 4px; background: #f7f9fc; }
.lpb-tab-panes { border: 1px solid var(--pline); border-radius: 0 12px 12px 12px; padding: 24px; }
.lpb-tab-pane { display: none; }
.lpb-tabs input:nth-of-type(1):checked ~ .lpb-tab-panes .lpb-tab-pane:nth-of-type(1),
.lpb-tabs input:nth-of-type(2):checked ~ .lpb-tab-panes .lpb-tab-pane:nth-of-type(2),
.lpb-tabs input:nth-of-type(3):checked ~ .lpb-tab-panes .lpb-tab-pane:nth-of-type(3),
.lpb-tabs input:nth-of-type(4):checked ~ .lpb-tab-panes .lpb-tab-pane:nth-of-type(4),
.lpb-tabs input:nth-of-type(5):checked ~ .lpb-tab-panes .lpb-tab-pane:nth-of-type(5) { display: block; }
.lpb-tabs input:nth-of-type(1):checked ~ label:nth-of-type(1),
.lpb-tabs input:nth-of-type(2):checked ~ label:nth-of-type(2),
.lpb-tabs input:nth-of-type(3):checked ~ label:nth-of-type(3),
.lpb-tabs input:nth-of-type(4):checked ~ label:nth-of-type(4),
.lpb-tabs input:nth-of-type(5):checked ~ label:nth-of-type(5) { background: #fff; color: var(--p600); }

/* Team */
.lpb-team-card { background: #fff; border: 1px solid var(--pline); border-radius: var(--r); padding: 26px; text-align: center; }
.lpb-avatar { width: 64px; height: 64px; border-radius: 50%; color: #fff; font-size: 24px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.lpb-team-card h3 { margin: 0 0 2px; font-size: 18px; }
.lpb-team-role { font-size: 13px; font-weight: 600; }
.lpb-team-card p { color: var(--pmut); margin: 10px 0 0; font-size: 14px; }

/* Alert */
.lpb-alert { border-radius: 12px; padding: 16px 18px; border: 1px solid; font-size: 15px; }
.lpb-alert-info { background: #eff8ff; border-color: #b2ddff; color: #0b4a6f; }
.lpb-alert-success { background: #ecfdf3; border-color: #a6f4c5; color: #067647; }
.lpb-alert-warning { background: #fffaeb; border-color: #fedf89; color: #b54708; }
.lpb-alert-danger { background: #fef3f2; border-color: #fecdca; color: #b42318; }

/* Social */
div.lpb-social { display: flex; gap: 12px; flex-wrap: wrap; }
.lpb-social-ico { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--pline); display: inline-flex; align-items: center; justify-content: center; transition: transform .15s, border-color .15s; }
.lpb-social-ico:hover { transform: translateY(-2px); border-color: currentColor; }

/* Countdown */
div.lpb-countdown { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.lpb-cd { background: rgba(127,127,127,.08); border: 1px solid rgba(127,127,127,.2); border-radius: 14px; padding: 14px 18px; min-width: 78px; text-align: center; }
.lpb-cd b { display: block; font-size: 34px; font-weight: 900; line-height: 1; color: var(--lpb-acc,#03A9F4); }
.lpb-cd span { font-size: 12px; opacity: .8; text-transform: uppercase; letter-spacing: .08em; }

/* Newsletter */
form.lpb-newsletter { display: flex; gap: 10px; max-width: 520px; margin: 18px auto 0; flex-wrap: wrap; }
.lpb-newsletter input[type="email"] { flex: 1; min-width: 200px; border: 1px solid var(--pline); border-radius: 999px; padding: 13px 20px; font-size: 15px; font-family: inherit; }
.lpb-newsletter .lpb-hp { position: absolute; left: -9999px; }

/* Footer + toast */
.lpb-footer { padding: 30px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; text-align: center; }
.lpb-toast { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); background: #067647; color: #fff;
  padding: 12px 24px; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.2); z-index: 999; animation: lpbIn .3s ease; }
@keyframes lpbIn { from { opacity: 0; transform: translate(-50%, -10px); } }

/* Universal style utilities (driven by the per-widget style panel) */
.lpb-shadow-sm { box-shadow: 0 2px 8px rgba(16,24,40,.06); }
.lpb-shadow-md { box-shadow: 0 8px 24px rgba(16,24,40,.10); }
.lpb-shadow-lg { box-shadow: 0 20px 50px rgba(16,24,40,.16); }
@media (min-width: 861px) { .lpb-hide-desktop { display: none !important; } }
@media (max-width: 860px)  { .lpb-hide-mobile  { display: none !important; } }
.lpb-anim { opacity: 0; transition: opacity .6s ease, transform .6s ease; will-change: opacity, transform; }
.lpb-anim.is-in { opacity: 1; transform: none; }
.lpb-anim-up { transform: translateY(30px); } .lpb-anim-down { transform: translateY(-30px); }
.lpb-anim-left { transform: translateX(30px); } .lpb-anim-right { transform: translateX(-30px); }
.lpb-anim-zoom { transform: scale(.94); }
@media (prefers-reduced-motion: reduce) { .lpb-anim { opacity: 1 !important; transform: none !important; transition: none; } }

/* Mobile safety: never let the page scroll sideways */
.lpb-body, .lpb-page { overflow-x: hidden; }
.lpb-page img { max-width: 100%; height: auto; }
.lpb-hero-title, .lpb-section-title { overflow-wrap: break-word; }

/* Rows / nested columns */
.lpb-rowgrid { display: grid; }
.lpb-col { min-width: 0; }
.lpb-col > .lpb-block { padding-top: 10px; padding-bottom: 10px; }
.lpb-col .lpb-container { padding-left: 0; padding-right: 0; max-width: none; }
@media (max-width: 760px) { .lpb-row-stack { grid-template-columns: 1fr !important; } }

/* Slider */
div.lpb-slider { position: relative; }
.lpb-slides { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; border-radius: 16px; }
.lpb-slides::-webkit-scrollbar { display: none; }
.lpb-slide { flex: 0 0 100%; scroll-snap-align: center; position: relative; }
.lpb-slide img { width: 100%; display: block; object-fit: cover; }
.lpb-slide-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 20px; background: linear-gradient(transparent, rgba(0,0,0,.6)); color: #fff; }
.lpb-slide-empty { background: #eef2f7; min-height: 220px; display: flex; align-items: center; justify-content: center; color: #98a2b3; }
.lpb-slide-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); color: #0f1729; font-size: 22px; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.15); }
.lpb-prev { left: 12px; } .lpb-next { right: 12px; }
.lpb-dots { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.lpb-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: var(--pline); cursor: pointer; }
.lpb-dot.is-on { background: var(--p); }
/* Logos */
div.lpb-logos { display: grid; gap: 28px; align-items: center; justify-items: center; }
.lpb-logo img { width: 100%; max-height: 46px; object-fit: contain; }
.lpb-logos-gray .lpb-logo img { filter: grayscale(1); opacity: .6; transition: .2s; }
.lpb-logos-gray .lpb-logo img:hover { filter: none; opacity: 1; }
/* Before / after */
.lpb-ba { position: relative; user-select: none; border-radius: 16px; overflow: hidden; }
.lpb-ba-img { width: 100%; display: block; }
.lpb-ba-before { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); }
.lpb-ba-before img { width: 100%; display: block; }
.lpb-ba-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; transform: translateX(-50%); }
.lpb-ba-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.lpb-ba-lbl { position: absolute; bottom: 14px; padding: 4px 12px; border-radius: 999px; background: rgba(0,0,0,.6); color: #fff; font-size: 12px; font-weight: 600; }
.lpb-ba-b { left: 14px; } .lpb-ba-a { right: 14px; }
.lpb-ba-empty { background: #eef2f7; min-height: 200px; border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #98a2b3; }
/* Pricing toggle */
.lpb-ptoggle { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 28px; font-weight: 600; }
.lpb-switch2 { position: relative; width: 48px; height: 26px; display: inline-block; }
.lpb-switch2 input { opacity: 0; width: 0; height: 0; }
.lpb-slider2 { position: absolute; inset: 0; background: var(--pline); border-radius: 999px; cursor: pointer; transition: .2s; }
.lpb-slider2::before { content: ""; position: absolute; height: 20px; width: 20px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; box-shadow: 0 1px 3px rgba(0,0,0,.3); }
.lpb-switch2 input:checked + .lpb-slider2 { background: var(--p); }
.lpb-switch2 input:checked + .lpb-slider2::before { transform: translateX(22px); }
/* Compare table */
.lpb-cmp-wrap { overflow-x: auto; }
table.lpb-compare { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--pline); border-radius: 16px; overflow: hidden; }
.lpb-compare th, .lpb-compare td { padding: 14px 18px; text-align: center; border-bottom: 1px solid var(--pline); }
.lpb-compare thead th { background: #f7f9fc; font-weight: 700; }
.lpb-compare thead th:nth-child(2) { color: var(--lpb-acc, #03A9F4); }
.lpb-compare .lpb-cmp-feat { text-align: left; font-weight: 600; }
.lpb-cmp-yes { color: #17b26a; font-weight: 700; } .lpb-cmp-no { color: #d0d5dd; }
/* Timeline */
div.lpb-timeline { position: relative; max-width: 720px; margin: 0 auto; padding-left: 28px; text-align: left; }
div.lpb-timeline::before { content: ""; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 2px; background: var(--pline); }
.lpb-tl-item { position: relative; padding-bottom: 28px; }
.lpb-tl-dot { position: absolute; left: -28px; top: 4px; width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(3,169,244,.15); }
.lpb-tl-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.lpb-tl-c h3 { margin: 4px 0 4px; font-size: 18px; } .lpb-tl-c p { margin: 0; color: var(--pmut); }
@media (max-width: 560px) {
  div.lpb-logos { grid-template-columns: repeat(2, 1fr) !important; gap: 18px; }
  /* Sticky-Bar kompakt auf kleinen Screens (Text + Button dicht, kleine Schrift) */
  .lpb-sticky { padding: 9px 36px 9px 12px; font-size: 13px; gap: 8px; }
  .lpb-sticky .lpb-btn { padding: 6px 14px; font-size: 12px; }
  .lpb-sticky-close { right: 8px; font-size: 17px; }
  .lpb-cookie { padding: 10px 12px; }
  .lpb-cookie-in { font-size: 13px; gap: 10px; }
}

/* Overlays: cookie consent / sticky bar / popup */
.lpb-cookie { position: fixed; left: 0; right: 0; z-index: 9998; padding: 14px 20px; }
.lpb-cookie-bottom { bottom: 0; } .lpb-cookie-top { top: 0; }
.lpb-cookie-in { max-width: 1120px; margin: 0 auto; display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; font-size: 14px; }
.lpb-cookie-btns { display: flex; gap: 8px; }
.lpb-cookie button { border: none; border-radius: 8px; padding: 8px 16px; font-weight: 600; cursor: pointer; }
.lpb-cookie-decline { background: transparent; color: inherit; border: 1px solid currentColor; opacity: .85; }
.lpb-cookie-accept { background: #fff; color: #0b1220; }
.lpb-sticky { position: fixed; left: 0; right: 0; z-index: 9997; padding: 11px 44px; display: flex; gap: 14px; align-items: center; justify-content: center; flex-wrap: wrap; font-weight: 600; }
.lpb-sticky-top { top: 0; } .lpb-sticky-bottom { bottom: 0; }
.lpb-sticky-close { position: absolute; right: 14px; background: none; border: none; color: inherit; font-size: 20px; cursor: pointer; opacity: .85; }
.lpb-popup { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.lpb-popup[hidden] { display: none; }
.lpb-popup-ov { position: absolute; inset: 0; background: rgba(11,18,32,.6); }
.lpb-popup-box { position: relative; background: #fff; border-radius: 18px; max-width: 440px; width: 100%; padding: 34px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.lpb-popup-img { width: 100%; border-radius: 12px; margin-bottom: 16px; }
.lpb-popup-box h3 { margin: 0 0 8px; font-size: 24px; } .lpb-popup-box p { color: var(--pmut); margin: 0 0 20px; }
.lpb-popup-close { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--pmut); }

/* Knowledge-base search (CRM-native) */
.lpb-section-sub { text-align: center; color: var(--pmut); margin: -22px 0 30px; font-size: 16px; }
.lpb-kb { max-width: 760px; margin: 0 auto; }
.lpb-kb-bar { position: relative; display: flex; align-items: center; }
.lpb-kb-ico { position: absolute; left: 18px; color: var(--lpb-acc, #03A9F4); display: flex; pointer-events: none; }
.lpb-kb-input { width: 100%; padding: 16px 20px 16px 50px; border: 2px solid var(--pbord); border-radius: 14px; font-size: 16px; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.lpb-kb-input:focus { outline: none; border-color: var(--lpb-acc, #03A9F4); box-shadow: 0 0 0 4px rgba(3,169,244,.13); }
.lpb-kb-results { margin-top: 18px; display: grid; gap: 12px; text-align: left; transition: opacity .15s; }
.lpb-kb-results.is-loading { opacity: .45; }
.lpb-kb-card { display: block; padding: 16px 18px; border: 1px solid var(--pbord); border-radius: 12px; background: #fff; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s, box-shadow .15s; }
.lpb-kb-card:hover { border-color: var(--lpb-acc, #03A9F4); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(11,18,32,.08); }
.lpb-kb-card h4 { margin: 0 0 4px; font-size: 16px; font-weight: 700; }
.lpb-kb-card p { margin: 0; font-size: 14px; color: var(--pmut); line-height: 1.55; }
.lpb-kb-empty { text-align: center; color: var(--pmut); padding: 20px; }

/* Catalog (Perfex items) */
.lpb-cat-card { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid var(--pbord); border-radius: 16px; background: #fff; height: 100%; transition: border-color .15s, transform .15s, box-shadow .15s; }
.lpb-cat-card:hover { border-color: var(--lpb-acc, #03A9F4); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(11,18,32,.09); }
.lpb-cat-card h3 { margin: 0 0 8px; font-size: 19px; font-weight: 700; }
.lpb-cat-card p { margin: 0 0 16px; color: var(--pmut); font-size: 15px; line-height: 1.6; }
.lpb-cat-price { font-size: 24px; font-weight: 800; color: var(--lpb-acc, #03A9F4); margin: 0 0 16px; }
.lpb-cat-unit { font-size: 14px; font-weight: 600; color: var(--pmut); }
.lpb-cat-card .lpb-btn { margin-top: auto; }
.lpb-cat-empty { grid-column: 1 / -1; text-align: center; color: var(--pmut); padding: 20px; }

/* Booking / appointment widget */
form.lpb-booking { max-width: 640px; margin: 0 auto; text-align: left; }
.lpb-bk-label { font-weight: 700; font-size: 14px; margin: 4px 0 10px; }
.lpb-bk-dates, .lpb-bk-slots { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.lpb-bk-pill { border: 1.5px solid var(--pbord); background: #fff; color: var(--ink); border-radius: 10px; padding: 9px 14px; font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color .12s, background .12s, color .12s; }
.lpb-bk-pill:hover { border-color: var(--lpb-acc, #03A9F4); }
.lpb-bk-pill.is-on { background: var(--lpb-acc, #03A9F4); border-color: var(--lpb-acc, #03A9F4); color: #fff; }
.lpb-bk-hint { color: var(--pmut); font-size: 14px; }
.lpb-bk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.lpb-booking .lpb-btn { width: 100%; }
.lpb-booking .lpb-btn[disabled] { opacity: .5; cursor: not-allowed; }
@media (max-width: 560px) { .lpb-bk-grid { grid-template-columns: 1fr; } }

/* Responsive */
@media (max-width: 860px) {
  .lpb-cols-3, .lpb-cols-4 { grid-template-columns: repeat(2, 1fr); }
  .lpb-plan-featured { transform: none; }
}
@media (max-width: 560px) {
  .lpb-block { padding: 44px 0; }
  .lpb-hero { padding: 76px 0; }
  .lpb-cols-2, .lpb-cols-3, .lpb-cols-4 { grid-template-columns: 1fr; }
}
