/* ===========================================================
   PREVENTIVE FIXES — gebaseerd op lessen van home/pos/pricing
   =========================================================== */

/* 1. Witruimte boven hero fix — Elementor/Blocksy padding */
html body main#payli-main,
body main#payli-main {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
}

body.page .ct-elementor-default-template,
body.page .entry-header,
body.page .page-header,
body.page .ct-hero-section,
body.page h1.entry-title {
    padding-top: 0 !important;
    margin-top: 0 !important;
    display: revert;
}

body.page .entry-header,
body.page .page-header,
body.page .ct-hero-section,
body.page h1.entry-title {
    display: none !important;
}

.payli-page-webshop {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 2. Page wrapper full-width */
html body .payli-page-webshop,
.payli-page-webshop {
    background: #FAFBFD !important;
    background-color: #FAFBFD !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-y: visible !important;
    height: auto !important;
}

/* 3. Bg-orbs altijd position: fixed */
html body .payli-page-webshop .bg-orb,
.payli-page-webshop .bg-orb {
    position: fixed !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* 4. Hero gecentreerd of met overflow visible */
html body .payli-page-webshop .hero,
.payli-page-webshop .hero {
    overflow: visible !important;
    position: relative !important;
    padding-top: 80px !important;
}

html body .payli-page-webshop .hero-visual,
.payli-page-webshop .hero-visual {
    position: relative !important;
    overflow: visible !important;
}

/* 5. Eyebrow ("EERLIJKE TARIEVEN" stijl badges) */
html body .payli-page-webshop .hero .eyebrow,
.payli-page-webshop .hero .eyebrow,
html body .payli-page-webshop .eyebrow:not(.cta-dark .eyebrow),
.payli-page-webshop .eyebrow:not(.cta-dark .eyebrow) {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #E8EEFB !important;
    color: #2952C5 !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 100px !important;
    margin-bottom: 24px !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    width: auto !important;
    max-width: max-content !important;
}

html body .payli-page-webshop .eyebrow .dot,
.payli-page-webshop .eyebrow .dot {
    width: 6px !important;
    height: 6px !important;
    background: #2952C5 !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}

/* 6. USP strip donkere achtergrond */
html body .payli-page-webshop .usp-strip,
.payli-page-webshop .usp-strip {
    background: #0B1530 !important;
    background-color: #0B1530 !important;
    color: white !important;
    padding: 22px 0 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}

html body .payli-page-webshop .usp-strip::before,
.payli-page-webshop .usp-strip::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 80px !important;
    z-index: 3 !important;
    pointer-events: none !important;
    background: linear-gradient(90deg, #0B1530, transparent) !important;
}

html body .payli-page-webshop .usp-strip::after,
.payli-page-webshop .usp-strip::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 80px !important;
    z-index: 3 !important;
    pointer-events: none !important;
    background: linear-gradient(-90deg, #0B1530, transparent) !important;
}

html body .payli-page-webshop .usp-item,
.payli-page-webshop .usp-item {
    color: white !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

html body .payli-page-webshop .usp-item svg,
html body .payli-page-webshop .usp-item .icon,
.payli-page-webshop .usp-item svg,
.payli-page-webshop .usp-item .icon {
    color: #6B8DEF !important;
    stroke: #6B8DEF !important;
    flex-shrink: 0 !important;
}

/* 7. Floating CTA */
html body .payli-page-webshop .floating-cta,
.payli-page-webshop .floating-cta {
    position: fixed !important;
    bottom: 24px !important;
    right: 24px !important;
    background: #2952C5 !important;
    color: white !important;
    padding: 14px 22px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 32px rgba(41,82,197,.35) !important;
    z-index: 99 !important;
    transform: translateY(80px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: all .3s ease !important;
}

html body .payli-page-webshop .floating-cta.show,
.payli-page-webshop .floating-cta.show {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

html body .payli-page-webshop .floating-cta:hover,
.payli-page-webshop .floating-cta:hover {
    background: #1E40AF !important;
    transform: translateY(-4px) !important;
    color: white !important;
}

html body .payli-page-webshop .floating-cta img,
.payli-page-webshop .floating-cta img {
    width: 22px !important;
    height: auto !important;
}

html body .payli-page-webshop .floating-cta * {
    color: white !important;
}

/* 8. Dark CTA correct stylen */
html body .payli-page-webshop .cta-dark,
.payli-page-webshop .cta-dark {
    background: #FAFBFD !important;
    padding: 100px 24px !important;
    overflow: visible !important;
    width: 100% !important;
}

html body .payli-page-webshop .cta-dark .container,
.payli-page-webshop .cta-dark .container {
    background: #0B1530 !important;
    color: white !important;
    border-radius: 32px !important;
    padding: 80px 64px !important;
    max-width: 1184px !important;
    margin: 0 auto !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

html body .payli-page-webshop .cta-dark .container *,
.payli-page-webshop .cta-dark .container * {
    color: white !important;
}

html body .payli-page-webshop .cta-dark .container p,
.payli-page-webshop .cta-dark .container p {
    color: rgba(255,255,255,.7) !important;
}

/* Dark CTA eyebrow: doorzichtig wit (NIET de lichtblauwe stijl) */
html body .payli-page-webshop .cta-dark .eyebrow,
.payli-page-webshop .cta-dark .eyebrow {
    background: rgba(255,255,255,.08) !important;
    color: white !important;
    border: 1px solid rgba(255,255,255,.15) !important;
}

html body .payli-page-webshop .cta-dark .eyebrow .dot,
.payli-page-webshop .cta-dark .eyebrow .dot {
    background: #6B8DEF !important;
}

html body .payli-page-webshop .cta-dark h2 .em,
html body .payli-page-webshop .cta-dark h2 em,
.payli-page-webshop .cta-dark h2 .em,
.payli-page-webshop .cta-dark h2 em {
    color: #6B8DEF !important;
}

/* 9. Section spacing */
html body .payli-page-webshop .stats-bar,
.payli-page-webshop .stats-bar {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

html body .payli-page-webshop .feature-block,
html body .payli-page-webshop .templates-section,
html body .payli-page-webshop .features-bento,
html body .payli-page-webshop .quote-breaker,
html body .payli-page-webshop .how-it-works,
html body .payli-page-webshop .faq-section,
.payli-page-webshop .feature-block,
.payli-page-webshop .templates-section,
.payli-page-webshop .features-bento,
.payli-page-webshop .quote-breaker,
.payli-page-webshop .how-it-works,
.payli-page-webshop .faq-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* 10. Bento cards: tekst boven decoratie */
html body .payli-page-webshop .bento-card,
.payli-page-webshop .bento-card {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

html body .payli-page-webshop .bento-card .bento-cat,
html body .payli-page-webshop .bento-card h3,
html body .payli-page-webshop .bento-card > p,
.payli-page-webshop .bento-card .bento-cat,
.payli-page-webshop .bento-card h3,
.payli-page-webshop .bento-card > p {
    position: relative !important;
    z-index: 10 !important;
}

html body .payli-page-webshop .bento-illu,
.payli-page-webshop .bento-illu {
    z-index: 1 !important;
    pointer-events: none !important;
}

/* === EINDE PREVENTIVE FIXES === */

/*
 * Payli Webshop Page Styles
 * Wordt alleen geladen op pagina's met template-payli-webshop.php
 * Alle selectors zijn gescoped onder .payli-page-webshop om Blocksy conflicten te vermijden.
 */

.payli-page-webshop::before {
    content: '';
    position: fixed; inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.035;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }
.payli-page-webshop img { max-width: 100%; display: block; }
.payli-page-webshop button { font-family: inherit; cursor: pointer; border: none; background: none; }
.payli-page-webshop a { color: inherit; text-decoration: none; }
.payli-page-webshop h1, .payli-page-webshop h2, .payli-page-webshop h3, .payli-page-webshop h4 {
    font-family: 'Bricolage Grotesque', 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.03em;
    line-height: 1.05;
    font-weight: 700;
  }
.payli-page-webshop .container { max-width: 1280px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 2; }
.payli-page-webshop .section { padding: 120px 0; position: relative; }
comment
.payli-page-webshop .btn-ghost {
    padding: 10px 18px; font-size: 14px; font-weight: 500;
    color: var(--ink); border-radius: 100px;
    transition: background .2s;
  }
.payli-page-webshop .btn-ghost:hover { background: var(--line-soft); }
.payli-page-webshop .btn-primary {
    padding: 11px 22px; font-size: 14px; font-weight: 600;
    color: white; background: var(--brand); border-radius: 100px;
    box-shadow: var(--shadow-brand);
    transition: transform .2s, box-shadow .2s;
  }
.payli-page-webshop .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 24px 56px rgba(41,82,197,.32), 0 10px 20px rgba(41,82,197,.20);
  }
comment
.payli-page-webshop .hero {
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
  }
.payli-page-webshop .hero::before {
    content: '';
    position: absolute;
    top: -200px; right: -200px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(41,82,197,.10), transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: orb 20s ease-in-out infinite alternate;
  }
.payli-page-webshop .hero::after {
    content: '';
    position: absolute;
    bottom: -300px; left: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(255,232,199,.5), transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: orb 25s ease-in-out infinite alternate-reverse;
  }
@keyframes orb {
    0% { transform: translate(0,0) scale(1); }
    100% { transform: translate(30px,40px) scale(1.1); }
  }
.payli-page-webshop .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 64px;
    align-items: center;
  }
.payli-page-webshop .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--brand-soft);
    color: var(--brand);
    padding: 8px 14px;
    font-size: 12px; font-weight: 600;
    border-radius: 100px;
    margin-bottom: 24px;
    text-transform: uppercase; letter-spacing: .08em;
  }
.payli-page-webshop .eyebrow .dot {
    width: 6px; height: 6px;
    background: var(--brand);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
  }
@keyframes pulse {
    0%,100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: .5; }
  }
.payli-page-webshop .hero h1 {
    font-size: clamp(48px, 7.5vw, 108px);
    letter-spacing: -.045em;
    margin-bottom: 24px;
    line-height: .98;
  }
.payli-page-webshop .hero h1 .em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand);
    letter-spacing: -.02em;
  }
.payli-page-webshop .hero p {
    font-size: 19px; color: var(--ink-soft);
    max-width: 520px;
    margin-bottom: 32px;
  }
.payli-page-webshop .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.payli-page-webshop .btn-large-primary {
    padding: 16px 28px; font-size: 15px; font-weight: 600;
    color: white; background: var(--brand); border-radius: 100px;
    box-shadow: var(--shadow-brand);
    display: inline-flex; align-items: center; gap: 8px;
    transition: transform .2s, box-shadow .2s;
  }
.payli-page-webshop .btn-large-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 64px rgba(41,82,197,.34), 0 12px 24px rgba(41,82,197,.22);
  }
.payli-page-webshop .btn-large-ghost {
    padding: 16px 28px; font-size: 15px; font-weight: 600;
    color: var(--ink); border-radius: 100px;
    background: var(--paper);
    border: 1px solid var(--line);
    display: inline-flex; align-items: center; gap: 8px;
    transition: background .2s, border-color .2s;
  }
.payli-page-webshop .btn-large-ghost:hover { background: var(--bg); border-color: var(--muted-light); }
.payli-page-webshop .hero-meta {
    margin-top: 32px;
    display: flex; gap: 24px; align-items: center;
    font-size: 13px; color: var(--muted);
    flex-wrap: wrap;
  }
.payli-page-webshop .hero-meta-item { display: flex; align-items: center; gap: 8px; }
.payli-page-webshop .hero-meta svg { width: 16px; height: 16px; color: var(--brand); }
comment
.payli-page-webshop .hero-visual {
    position: relative;
    height: 560px;
    display: flex; align-items: center; justify-content: center;
  }
.payli-page-webshop .laptop {
    position: relative;
    width: 620px;
    z-index: 3;
    animation: float-laptop 6s ease-in-out infinite;
    transform: rotate(-1deg);
  }
@keyframes float-laptop {
    0%,100% { transform: rotate(-1deg) translateY(0); }
    50% { transform: rotate(-1deg) translateY(-6px); }
  }
.payli-page-webshop .laptop-screen {
    background: linear-gradient(155deg, #2a3450 0%, #0B1530 100%);
    border-radius: 14px 14px 4px 4px;
    padding: 14px 14px 18px;
    box-shadow: var(--shadow-xl), inset 0 0 0 1px rgba(255,255,255,.04);
  }
.payli-page-webshop .laptop-base {
    height: 14px;
    background: linear-gradient(180deg, #c8cdd9, #a0a8b8);
    border-radius: 0 0 22px 22px;
    margin: 0 -20px;
    position: relative;
  }
.payli-page-webshop .laptop-base::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    width: 80px; height: 4px;
    background: rgba(0,0,0,.15);
    border-radius: 0 0 8px 8px;
    transform: translateX(-50%);
  }
.payli-page-webshop .browser-screen {
    background: var(--paper);
    border-radius: 8px;
    overflow: hidden;
    height: 380px;
    display: flex; flex-direction: column;
  }
.payli-page-webshop .browser-bar {
    background: var(--bg);
    padding: 8px 12px;
    border-bottom: 1px solid var(--line-soft);
    display: flex; align-items: center; gap: 10px;
  }
.payli-page-webshop .browser-dots {
    display: flex; gap: 4px;
  }
.payli-page-webshop .browser-dots span {
    width: 8px; height: 8px;
    border-radius: 50%;
  }
.payli-page-webshop .browser-dots span:nth-child(1) { background: #FF6058; }
.payli-page-webshop .browser-dots span:nth-child(2) { background: #FFBE2D; }
.payli-page-webshop .browser-dots span:nth-child(3) { background: #2DC83C; }
.payli-page-webshop .browser-url {
    background: var(--paper);
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 10px;
    color: var(--muted);
    border: 1px solid var(--line-soft);
    flex: 1;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
  }
.payli-page-webshop .browser-url .lock {
    color: var(--green-dark);
  }
comment
.payli-page-webshop .ws-nav {
    padding: 12px 20px;
    border-bottom: 1px solid var(--line-soft);
    display: flex; justify-content: space-between; align-items: center;
  }
.payli-page-webshop .ws-logo {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color: var(--ink);
    letter-spacing: -.02em;
  }
.payli-page-webshop .ws-nav-links {
    display: flex; gap: 14px;
    font-size: 9px;
    color: var(--ink-soft);
    font-weight: 500;
  }
.payli-page-webshop .ws-cart {
    width: 22px; height: 22px;
    background: var(--ink);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white;
    font-size: 9px;
    font-weight: 700;
    position: relative;
  }
.payli-page-webshop .ws-cart::after {
    content: '2';
    position: absolute;
    top: -3px; right: -3px;
    width: 12px; height: 12px;
    background: var(--brand);
    color: white;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid white;
  }
.payli-page-webshop .ws-hero {
    padding: 16px 20px;
    background: linear-gradient(135deg, var(--cream-soft), var(--cream));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid var(--line-soft);
  }
.payli-page-webshop .ws-hero-text h2 {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 6px;
    letter-spacing: -.02em;
    color: var(--ink);
  }
.payli-page-webshop .ws-hero-text p {
    font-size: 9px;
    color: var(--ink-soft);
    margin-bottom: 8px;
    line-height: 1.4;
  }
.payli-page-webshop .ws-hero-btn {
    display: inline-flex;
    background: var(--ink);
    color: white;
    font-size: 9px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 100px;
  }
.payli-page-webshop .ws-hero-img {
    height: 80px;
    background: linear-gradient(135deg, #C8D6BE 0%, #A8B89E 100%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
.payli-page-webshop .ws-hero-img::before {
    content: '';
    position: absolute;
    bottom: -10px; right: -10px;
    width: 60%; height: 80%;
    background: radial-gradient(ellipse at top, #D4E8DC, transparent);
    border-radius: 50%;
  }
.payli-page-webshop .ws-products {
    padding: 14px 20px 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
.payli-page-webshop .ws-product {
    display: flex; flex-direction: column;
  }
.payli-page-webshop .ws-product .img {
    aspect-ratio: 1;
    border-radius: 6px;
    background: var(--bg);
    margin-bottom: 6px;
    position: relative;
    overflow: hidden;
  }
.payli-page-webshop .ws-product:nth-child(1) .img { background: linear-gradient(135deg, var(--cream-soft), var(--cream-dark)); }
.payli-page-webshop .ws-product:nth-child(2) .img { background: linear-gradient(135deg, var(--accent-mint), var(--accent-sage)); }
.payli-page-webshop .ws-product:nth-child(3) .img { background: linear-gradient(135deg, var(--brand-softer), var(--brand-soft)); }
.payli-page-webshop .ws-product:nth-child(4) .img { background: linear-gradient(135deg, var(--accent-pink), #E8B5A8); }
.payli-page-webshop .ws-product .nm {
    font-size: 8px;
    color: var(--ink);
    font-weight: 600;
    margin-bottom: 1px;
  }
.payli-page-webshop .ws-product .pr {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: var(--brand);
    letter-spacing: -.02em;
  }
comment
.payli-page-webshop .phone-float {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 130px; height: 260px;
    background: linear-gradient(155deg, #1a2440 0%, #0B1530 100%);
    border-radius: 18px;
    padding: 6px;
    z-index: 4;
    box-shadow: var(--shadow-lg);
    transform: rotate(8deg);
    animation: float-phone 7s ease-in-out infinite;
  }
@keyframes float-phone {
    0%,100% { transform: rotate(8deg) translateY(0); }
    50% { transform: rotate(8deg) translateY(-12px); }
  }
.payli-page-webshop .phone-screen-mob {
    background: white;
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
.payli-page-webshop .phone-screen-mob::before {
    content: '';
    position: absolute;
    top: 4px; left: 50%;
    width: 24px; height: 4px;
    background: #1a2440;
    border-radius: 2px;
    transform: translateX(-50%);
    z-index: 2;
  }
.payli-page-webshop .phone-ws-nav {
    padding: 14px 8px 6px;
    display: flex; justify-content: space-between; align-items: center;
    border-bottom: 1px solid var(--line-soft);
  }
.payli-page-webshop .phone-ws-nav .logo-m {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 11px;
    color: var(--ink);
  }
.payli-page-webshop .phone-ws-nav .menu-m {
    width: 14px; height: 10px;
    background: linear-gradient(180deg, var(--ink) 30%, transparent 30%, transparent 50%, var(--ink) 50%, var(--ink) 70%, transparent 70%);
  }
.payli-page-webshop .phone-ws-hero {
    height: 60px;
    background: linear-gradient(135deg, var(--cream-soft), var(--cream));
    margin: 4px;
    border-radius: 6px;
    padding: 8px;
    display: flex; flex-direction: column; justify-content: center;
  }
.payli-page-webshop .phone-ws-hero .ttl {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 11px;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -.02em;
  }
.payli-page-webshop .phone-ws-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 4px;
  }
.payli-page-webshop .phone-ws-item {
    aspect-ratio: 1;
    border-radius: 4px;
  }
.payli-page-webshop .phone-ws-item:nth-child(1) { background: linear-gradient(135deg, var(--accent-mint), var(--accent-sage)); }
.payli-page-webshop .phone-ws-item:nth-child(2) { background: linear-gradient(135deg, var(--cream-soft), var(--cream-dark)); }
.payli-page-webshop .phone-ws-item:nth-child(3) { background: linear-gradient(135deg, var(--brand-softer), var(--brand-soft)); }
.payli-page-webshop .phone-ws-item:nth-child(4) { background: linear-gradient(135deg, var(--accent-pink), #E8B5A8); }
comment
.payli-page-webshop .sync-indicator {
    position: absolute;
    top: 10%; right: 5%;
    z-index: 5;
    display: flex; align-items: center; gap: 6px;
    background: var(--paper);
    padding: 8px 12px;
    border-radius: 100px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    font-size: 11px;
    font-weight: 600;
    color: var(--ink);
    animation: float-badge 5s ease-in-out infinite;
  }
@keyframes float-badge {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }
.payli-page-webshop .sync-indicator .dot-sync {
    width: 8px; height: 8px;
    background: var(--green);
    border-radius: 50%;
    animation: pulse-green 1.5s ease-in-out infinite;
  }
@keyframes pulse-green {
    0%,100% { box-shadow: 0 0 0 0 rgba(46,204,113,.6); }
    50% { box-shadow: 0 0 0 6px rgba(46,204,113,0); }
  }
.payli-page-webshop .sync-indicator svg { width: 14px; height: 14px; color: var(--brand); }
comment
.payli-page-webshop .usp-strip {
    background: var(--ink);
    padding: 18px 0;
    overflow: hidden;
    position: relative;
  }
.payli-page-webshop .usp-strip::before, .payli-page-webshop .usp-strip::after {
    content: '';
    position: absolute; top: 0; bottom: 0;
    width: 80px; z-index: 2;
    pointer-events: none;
  }
.payli-page-webshop .usp-strip::before {
    left: 0;
    background: linear-gradient(90deg, var(--ink), transparent);
  }
.payli-page-webshop .usp-strip::after {
    right: 0;
    background: linear-gradient(-90deg, var(--ink), transparent);
  }
.payli-page-webshop .usp-track {
    display: flex; gap: 56px;
    animation: marquee-rev 32s linear infinite;
    width: max-content;
  }
@keyframes marquee-rev {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }
.payli-page-webshop .usp-item {
    display: flex; align-items: center; gap: 12px;
    color: white;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 18px; font-weight: 600;
    letter-spacing: -.02em;
    white-space: nowrap;
  }
.payli-page-webshop .usp-item .icon { width: 18px; height: 18px; color: var(--brand-light); flex-shrink: 0; }
comment
.payli-page-webshop .stats-bar {
    padding: 80px 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line-soft);
  }
.payli-page-webshop .stats-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 24px;
  }
.payli-page-webshop .stat-hero {
    background: linear-gradient(155deg, var(--brand), var(--brand-darker));
    padding: 40px;
    border-radius: 24px;
    color: white;
    box-shadow: var(--shadow-brand);
    position: relative;
    overflow: hidden;
  }
.payli-page-webshop .stat-hero::before {
    content: '';
    position: absolute;
    top: -40%; right: -40%;
    width: 80%; height: 80%;
    background: radial-gradient(circle, rgba(255,255,255,.1), transparent 70%);
    border-radius: 50%;
  }
.payli-page-webshop .stat-hero .num {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 100px; font-weight: 700;
    letter-spacing: -.05em;
    line-height: .95;
  }
.payli-page-webshop .stat-hero .num .small { font-size: 50px; }
.payli-page-webshop .stat-hero .label {
    margin-top: 12px;
    font-size: 16px;
    opacity: .9;
    max-width: 320px;
  }
.payli-page-webshop .stat-hero .badge {
    position: absolute;
    top: 24px; right: 24px;
    background: rgba(255,255,255,.15);
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
  }
.payli-page-webshop .stat-card {
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 32px 24px;
    border-radius: 20px;
    display: flex; flex-direction: column;
    justify-content: center;
  }
.payli-page-webshop .stat-card .num {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 48px; font-weight: 700;
    color: var(--ink);
    letter-spacing: -.04em;
    line-height: 1;
  }
.payli-page-webshop .stat-card .num .small { font-size: 28px; color: var(--brand); }
.payli-page-webshop .stat-card .num.smaller { font-size: 32px; }
.payli-page-webshop .stat-card .label {
    margin-top: 10px;
    font-size: 14px;
    color: var(--ink-soft);
  }
comment
.payli-page-webshop .templates-section {
    padding: 120px 0;
    background: var(--bg);
    overflow: hidden;
  }
.payli-page-webshop .templates-header {
    text-align: center;
    margin-bottom: 60px;
  }
.payli-page-webshop .templates-header h2 {
    font-size: clamp(40px, 5vw, 72px);
    margin-bottom: 16px;
    letter-spacing: -.04em;
  }
.payli-page-webshop .templates-header h2 .em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand);
  }
.payli-page-webshop .templates-header p {
    font-size: 18px;
    color: var(--ink-soft);
    max-width: 600px;
    margin: 0 auto;
  }
.payli-page-webshop .templates-marquee {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 20px 0;
  }
.payli-page-webshop .templates-marquee::before, .payli-page-webshop .templates-marquee::after {
    content: '';
    position: absolute; top: 0; bottom: 0;
    width: 120px; z-index: 2;
    pointer-events: none;
  }
.payli-page-webshop .templates-marquee::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg), transparent);
  }
.payli-page-webshop .templates-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, var(--bg), transparent);
  }
.payli-page-webshop .templates-track {
    display: flex; gap: 24px;
    animation: marquee-temp 40s linear infinite;
    width: max-content;
    padding: 8px 0;
  }
.payli-page-webshop .templates-track:hover { animation-play-state: paused; }
@keyframes marquee-temp {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
.payli-page-webshop .template-card {
    width: 320px;
    flex-shrink: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform .3s, box-shadow .3s;
  }
.payli-page-webshop .template-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
  }
.payli-page-webshop .template-preview {
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--line-soft);
  }
comment
.payli-page-webshop .tpl-fashion {
    background: var(--cream);
    padding: 16px;
  }
.payli-page-webshop .tpl-fashion .head {
    display: flex; justify-content: space-between; align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--cream-line);
    margin-bottom: 10px;
  }
.payli-page-webshop .tpl-fashion .logo {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 14px;
    color: var(--ink);
  }
.payli-page-webshop .tpl-fashion .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
.payli-page-webshop .tpl-fashion .img {
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #E8DFC8, #C8B596);
    border-radius: 4px;
  }
.payli-page-webshop .tpl-fashion .img:nth-child(2) {
    background: linear-gradient(135deg, #C8D6BE, #A8B89E);
  }
.payli-page-webshop .tpl-jewelry {
    background: var(--ink);
    padding: 16px;
    color: white;
  }
.payli-page-webshop .tpl-jewelry .head {
    text-align: center;
    margin-bottom: 12px;
  }
.payli-page-webshop .tpl-jewelry .logo {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
.payli-page-webshop .tpl-jewelry .hero-area {
    height: 80px;
    background: radial-gradient(ellipse at center, rgba(255,215,0,.2), transparent);
    margin-bottom: 8px;
    position: relative;
    border-radius: 4px;
  }
.payli-page-webshop .tpl-jewelry .hero-area::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 30px; height: 30px;
    background: linear-gradient(135deg, #FFD580, #E5A93C);
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
.payli-page-webshop .tpl-jewelry .row {
    display: flex; gap: 6px;
  }
.payli-page-webshop .tpl-jewelry .row .item {
    flex: 1;
    aspect-ratio: 1;
    background: rgba(255,255,255,.05);
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.08);
  }
.payli-page-webshop .tpl-bakery {
    background: var(--cream-soft);
    padding: 14px;
  }
.payli-page-webshop .tpl-bakery .head {
    text-align: center;
    margin-bottom: 10px;
  }
.payli-page-webshop .tpl-bakery .logo {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 13px;
    color: var(--ink);
  }
.payli-page-webshop .tpl-bakery .tagline {
    font-size: 7px;
    color: var(--muted);
    margin-top: 2px;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
.payli-page-webshop .tpl-bakery .feature {
    height: 60px;
    background: linear-gradient(135deg, #D4A574, #8B5A3C);
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative;
  }
.payli-page-webshop .tpl-bakery .feature::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 30px; height: 4px;
    background: rgba(255,255,255,.2);
    transform: translate(-50%, -50%);
  }
.payli-page-webshop .tpl-bakery .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
.payli-page-webshop .tpl-bakery .row .item {
    aspect-ratio: 1;
    background: linear-gradient(135deg, var(--cream), var(--cream-dark));
    border-radius: 3px;
  }
.payli-page-webshop .tpl-tech {
    background: var(--paper);
    padding: 14px;
  }
.payli-page-webshop .tpl-tech .head {
    display: flex; justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--line-soft);
  }
.payli-page-webshop .tpl-tech .logo {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: -.04em;
  }
.payli-page-webshop .tpl-tech .menu {
    display: flex; gap: 8px;
  }
.payli-page-webshop .tpl-tech .menu span {
    width: 24px; height: 4px;
    background: var(--line);
    border-radius: 2px;
  }
.payli-page-webshop .tpl-tech .hero-area {
    height: 70px;
    background: linear-gradient(135deg, var(--brand), var(--brand-darker));
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 8px;
    color: white;
  }
.payli-page-webshop .tpl-tech .hero-area .t {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -.02em;
  }
.payli-page-webshop .tpl-tech .hero-area .b {
    font-size: 6px;
    opacity: .8;
    margin-top: 2px;
  }
.payli-page-webshop .tpl-tech .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
.payli-page-webshop .tpl-tech .row .item {
    aspect-ratio: 1;
    background: var(--bg);
    border: 1px solid var(--line-soft);
    border-radius: 3px;
  }
.payli-page-webshop .tpl-plant {
    background: linear-gradient(180deg, #E8F2E0, #D4E8DC);
    padding: 14px;
  }
.payli-page-webshop .tpl-plant .head {
    display: flex; justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }
.payli-page-webshop .tpl-plant .logo {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 13px;
    color: #2C5530;
  }
.payli-page-webshop .tpl-plant .feature {
    height: 70px;
    background: linear-gradient(160deg, #5A8A4E 0%, #2C5530 100%);
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
  }
.payli-page-webshop .tpl-plant .feature::before {
    content: '';
    position: absolute;
    bottom: -10px; right: 10px;
    width: 50px; height: 50px;
    background: radial-gradient(circle, #C8D6BE, transparent);
    border-radius: 50%;
  }
.payli-page-webshop .tpl-plant .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
.payli-page-webshop .tpl-plant .row .item {
    aspect-ratio: 1;
    background: linear-gradient(135deg, #C8D6BE, #A8B89E);
    border-radius: 3px;
  }
.payli-page-webshop .tpl-toy {
    background: var(--brand-softer);
    padding: 14px;
  }
.payli-page-webshop .tpl-toy .head {
    text-align: center;
    margin-bottom: 10px;
  }
.payli-page-webshop .tpl-toy .logo {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--brand);
    letter-spacing: -.03em;
  }
.payli-page-webshop .tpl-toy .row-big {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 6px;
  }
.payli-page-webshop .tpl-toy .row-big .item {
    aspect-ratio: 4/3;
    border-radius: 6px;
  }
.payli-page-webshop .tpl-toy .row-big .item:nth-child(1) {
    background: linear-gradient(135deg, var(--accent-pink), #E8B5A8);
  }
.payli-page-webshop .tpl-toy .row-big .item:nth-child(2) {
    background: linear-gradient(135deg, var(--accent-warm), #FFD580);
  }
.payli-page-webshop .tpl-toy .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
.payli-page-webshop .tpl-toy .row .item {
    aspect-ratio: 1;
    border-radius: 3px;
  }
.payli-page-webshop .tpl-toy .row .item:nth-child(1) {
    background: linear-gradient(135deg, var(--brand-soft), var(--brand-light));
  }
.payli-page-webshop .tpl-toy .row .item:nth-child(2) {
    background: linear-gradient(135deg, var(--accent-mint), var(--accent-sage));
  }
.payli-page-webshop .tpl-toy .row .item:nth-child(3) {
    background: linear-gradient(135deg, var(--accent-warm), var(--cream-dark));
  }
.payli-page-webshop .template-info {
    padding: 18px 20px;
    display: flex; justify-content: space-between; align-items: center;
  }
.payli-page-webshop .template-name {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.02em;
  }
.payli-page-webshop .template-tag {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
  }
comment
.payli-page-webshop .feature-block {
    padding: 60px 0 120px;
    background: var(--bg);
  }
.payli-page-webshop .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: 64px;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
  }
.payli-page-webshop .feature-grid::before {
    content: '';
    position: absolute;
    bottom: -200px; left: -200px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, var(--brand-soft), transparent 70%);
    border-radius: 50%;
    z-index: 0;
  }
.payli-page-webshop .feature-content { position: relative; z-index: 1; }
.payli-page-webshop .featured-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--ink); color: white;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 11px; font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
.payli-page-webshop .feature-content h2 {
    font-size: 56px;
    margin-bottom: 16px;
  }
.payli-page-webshop .feature-content h2 .em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand);
  }
.payli-page-webshop .feature-content .tagline {
    font-size: 18px;
    color: var(--ink-soft);
    margin-bottom: 28px;
  }
.payli-page-webshop .check-list {
    list-style: none;
    margin-bottom: 32px;
  }
.payli-page-webshop .check-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--line-soft);
    font-size: 15px;
    color: var(--ink-soft);
  }
.payli-page-webshop .check-list li:last-child { border-bottom: 1px solid var(--line-soft); }
.payli-page-webshop .check-list li svg {
    width: 18px; height: 18px;
    color: var(--brand);
    margin-top: 2px;
    flex-shrink: 0;
  }
.payli-page-webshop .check-list strong { color: var(--ink); font-weight: 600; }
comment
.payli-page-webshop .builder-stage {
    position: relative;
    height: 480px;
    display: flex; align-items: center; justify-content: center;
    z-index: 1;
  }
.payli-page-webshop .builder-mock {
    width: 480px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow-xl);
    overflow: hidden;
    transform: rotate(-1deg);
  }
.payli-page-webshop .builder-header {
    background: var(--ink);
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: flex; align-items: center; gap: 10px;
  }
.payli-page-webshop .builder-header .dots {
    display: flex; gap: 4px;
  }
.payli-page-webshop .builder-header .dots span {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
  }
.payli-page-webshop .builder-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    color: white;
    font-weight: 600;
    letter-spacing: -.01em;
  }
.payli-page-webshop .builder-actions {
    margin-left: auto;
    display: flex; gap: 6px;
  }
.payli-page-webshop .builder-btn {
    background: var(--brand);
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
  }
.payli-page-webshop .builder-btn.outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,.2);
    color: white;
  }
.payli-page-webshop .builder-body {
    display: grid;
    grid-template-columns: 100px 1fr;
    height: 280px;
  }
.payli-page-webshop .builder-sidebar {
    background: var(--bg);
    border-right: 1px solid var(--line-soft);
    padding: 12px 8px;
  }
.payli-page-webshop .builder-sidebar-title {
    font-size: 8px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    margin-bottom: 8px;
  }
.payli-page-webshop .builder-component {
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 6px;
    font-size: 9px;
    color: var(--ink-soft);
    display: flex; align-items: center; gap: 6px;
    cursor: grab;
  }
.payli-page-webshop .builder-component .ic {
    width: 16px; height: 16px;
    background: var(--brand-soft);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    color: var(--brand);
  }
.payli-page-webshop .builder-component:hover { background: var(--brand-soft); border-color: var(--brand); }
.payli-page-webshop .builder-component.dragging {
    background: var(--brand);
    color: white;
    border-color: var(--brand);
    transform: rotate(-2deg) scale(1.05);
    box-shadow: 0 8px 16px rgba(41,82,197,.3);
    animation: drag-anim 4s ease-in-out infinite;
  }
@keyframes drag-anim {
    0%,100% { transform: translate(0,0) rotate(-2deg) scale(1.05); }
    50% { transform: translate(60px,-10px) rotate(-2deg) scale(1.05); }
  }
.payli-page-webshop .builder-component.dragging .ic {
    background: rgba(255,255,255,.2);
    color: white;
  }
.payli-page-webshop .builder-canvas {
    background: var(--paper);
    padding: 12px;
    overflow: hidden;
    position: relative;
  }
.payli-page-webshop .canvas-block {
    border-radius: 6px;
    margin-bottom: 6px;
    position: relative;
  }
.payli-page-webshop .canvas-block.hero-block {
    height: 70px;
    background: linear-gradient(135deg, var(--cream-soft), var(--cream));
    padding: 10px;
    display: flex; flex-direction: column; justify-content: center;
  }
.payli-page-webshop .canvas-block.hero-block .ttl {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 14px;
    color: var(--ink);
  }
.payli-page-webshop .canvas-block.hero-block .sub {
    font-size: 7px;
    color: var(--ink-soft);
    margin-top: 2px;
  }
.payli-page-webshop .canvas-block.products-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
  }
.payli-page-webshop .canvas-block.products-block .p {
    aspect-ratio: 1;
    border-radius: 4px;
  }
.payli-page-webshop .canvas-block.products-block .p:nth-child(1) {
    background: linear-gradient(135deg, var(--accent-mint), var(--accent-sage));
  }
.payli-page-webshop .canvas-block.products-block .p:nth-child(2) {
    background: linear-gradient(135deg, var(--cream-soft), var(--cream-dark));
  }
.payli-page-webshop .canvas-block.products-block .p:nth-child(3) {
    background: linear-gradient(135deg, var(--brand-softer), var(--brand-soft));
  }
.payli-page-webshop .drop-zone {
    border: 2px dashed var(--brand);
    background: var(--brand-soft);
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    font-size: 9px;
    color: var(--brand);
    font-weight: 600;
    margin-top: 6px;
    animation: pulse-zone 2s ease-in-out infinite;
  }
@keyframes pulse-zone {
    0%,100% { opacity: 1; transform: scale(1); }
    50% { opacity: .7; transform: scale(0.99); }
  }
comment
.payli-page-webshop .builder-badge {
    position: absolute;
    background: white;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    padding: 12px 16px;
    border-radius: 16px;
    z-index: 4;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    display: flex; align-items: center; gap: 8px;
  }
.payli-page-webshop .builder-badge svg { width: 16px; height: 16px; color: var(--brand); }
.payli-page-webshop .builder-badge.b1 {
    top: 30px; right: 0;
    animation: float-badge 5s ease-in-out infinite;
  }
.payli-page-webshop .builder-badge.b2 {
    bottom: 50px; left: -10px;
    animation: float-badge 5s ease-in-out infinite -2s;
  }
comment
.payli-page-webshop .features-section {
    padding: 100px 0 120px;
  }
.payli-page-webshop .section-title-row {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 60px;
    gap: 32px;
  }
.payli-page-webshop .section-eyebrow {
    color: var(--brand);
    font-size: 13px; font-weight: 600;
    text-transform: uppercase; letter-spacing: .12em;
    margin-bottom: 12px;
  }
.payli-page-webshop .section-title-row h2 {
    font-size: clamp(40px, 5vw, 64px);
    max-width: 700px;
    letter-spacing: -.04em;
  }
.payli-page-webshop .section-title-row h2 .em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand);
  }
.payli-page-webshop .section-title-row p {
    color: var(--ink-soft);
    font-size: 17px;
    max-width: 360px;
    flex-shrink: 0;
  }
.payli-page-webshop .bento {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-template-rows: 320px 320px;
    gap: 20px;
  }
.payli-page-webshop .bento-card {
    border-radius: 24px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    display: flex; flex-direction: column;
  }
.payli-page-webshop .bento-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
  }
.payli-page-webshop .bento-card.b1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background: linear-gradient(155deg, var(--brand), var(--brand-darker));
    color: white;
  }
.payli-page-webshop .bento-card.b2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background: var(--paper);
    border: 1px solid var(--line);
  }
.payli-page-webshop .bento-card.b3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    background: var(--cream);
    border: 1px solid var(--cream-line);
  }
.payli-page-webshop .bento-card.b4 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    background: var(--ink);
    color: white;
  }
.payli-page-webshop .bento-card.b5 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    background: var(--paper);
    border: 1px solid var(--line);
  }
.payli-page-webshop .bento-cat {
    font-size: 11px; font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 14px;
    opacity: .7;
  }
.payli-page-webshop .bento-card h3 {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 1.05;
  }
.payli-page-webshop .bento-card.b1 h3 {
    font-size: 44px;
  }
.payli-page-webshop .bento-card p {
    font-size: 14px;
    opacity: .82;
    line-height: 1.5;
  }
comment
.payli-page-webshop .bento-illu { position: absolute; pointer-events: none; }
.payli-page-webshop .bento-builder-illu {
    bottom: -20px; right: -20px;
    width: 320px; height: 220px;
  }
.payli-page-webshop .bento-builder-illu .grid-bg {
    position: absolute;
    inset: 0;
    background-image: 
      linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 12px;
  }
.payli-page-webshop .bento-builder-illu .blk {
    position: absolute;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    backdrop-filter: blur(20px);
  }
.payli-page-webshop .bento-builder-illu .blk.b-1 { top: 20px; left: 20px; width: 120px; height: 50px; }
.payli-page-webshop .bento-builder-illu .blk.b-2 { top: 80px; left: 20px; width: 60px; height: 60px; }
.payli-page-webshop .bento-builder-illu .blk.b-3 { top: 80px; left: 90px; width: 80px; height: 60px; }
.payli-page-webshop .bento-builder-illu .blk.b-4 {
    top: 30px; right: 20px; width: 100px; height: 100px;
    border: 2px dashed white;
    background: transparent;
    animation: pulse-zone 2s ease-in-out infinite;
  }
.payli-page-webshop .bento-builder-illu .cursor {
    position: absolute;
    top: 100px; right: 30px;
    width: 0; height: 0;
    border-left: 12px solid white;
    border-bottom: 12px solid transparent;
    transform: rotate(-30deg);
    z-index: 2;
    animation: drag-cursor 4s ease-in-out infinite;
  }
@keyframes drag-cursor {
    0%,100% { transform: rotate(-30deg) translate(0,0); }
    50% { transform: rotate(-30deg) translate(-30px,-20px); }
  }
.payli-page-webshop .bento-templates {
    bottom: -20px; right: -20px;
    width: 200px; height: 130px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    transform: rotate(-4deg);
  }
.payli-page-webshop .bento-templates .t {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
  }
.payli-page-webshop .bento-templates .t.t1 { background: var(--cream); }
.payli-page-webshop .bento-templates .t.t1::before {
    content: '';
    display: block;
    height: 50%;
    background: linear-gradient(135deg, #C8D6BE, #A8B89E);
    margin: 8px 8px 4px;
    border-radius: 4px;
  }
.payli-page-webshop .bento-templates .t.t2 { background: var(--ink); }
.payli-page-webshop .bento-templates .t.t2::before {
    content: '';
    display: block;
    height: 50%;
    background: radial-gradient(circle, rgba(255,215,0,.3), transparent);
    margin: 8px 8px 4px;
    border-radius: 4px;
  }
.payli-page-webshop .bento-backend {
    bottom: 20px; right: 20px;
    width: 200px; height: 130px;
  }
.payli-page-webshop .bento-backend .panel {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 12px;
    backdrop-filter: blur(20px);
  }
.payli-page-webshop .bento-backend .panel .row {
    height: 6px;
    background: rgba(255,255,255,.2);
    border-radius: 3px;
    margin-bottom: 6px;
  }
.payli-page-webshop .bento-backend .panel .row.short { width: 60%; }
.payli-page-webshop .bento-backend .panel .row.shorter { width: 40%; }
.payli-page-webshop .bento-backend .stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
    margin-top: 8px;
  }
.payli-page-webshop .bento-backend .stats .num-bg {
    background: rgba(255,255,255,.1);
    border-radius: 4px;
    padding: 6px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: white;
    text-align: center;
    letter-spacing: -.02em;
  }
.payli-page-webshop .bento-mobile {
    bottom: 10px; right: 0;
    width: 200px; height: 160px;
  }
.payli-page-webshop .bento-mobile .device {
    position: absolute;
    background: linear-gradient(155deg, #1a2440, #0B1530);
    box-shadow: var(--shadow-md);
  }
.payli-page-webshop .bento-mobile .device.phone {
    width: 50px; height: 90px;
    border-radius: 10px;
    padding: 3px;
    bottom: 10px; right: 80px;
    transform: rotate(-6deg);
  }
.payli-page-webshop .bento-mobile .device.phone::before {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(135deg, var(--cream-soft), var(--cream-dark));
    border-radius: 7px;
  }
.payli-page-webshop .bento-mobile .device.tablet {
    width: 80px; height: 60px;
    border-radius: 6px;
    padding: 3px;
    bottom: 30px; right: 0;
    transform: rotate(4deg);
  }
.payli-page-webshop .bento-mobile .device.tablet::before {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(135deg, var(--accent-mint), var(--accent-sage));
    border-radius: 4px;
  }
.payli-page-webshop .bento-mobile .device.laptop {
    width: 110px; height: 70px;
    border-radius: 6px 6px 2px 2px;
    padding: 3px;
    top: 0; left: 0;
    transform: rotate(-2deg);
  }
.payli-page-webshop .bento-mobile .device.laptop::before {
    content: '';
    position: absolute;
    inset: 3px;
    background: linear-gradient(135deg, var(--brand-softer), var(--brand-soft));
    border-radius: 4px;
  }
.payli-page-webshop .bento-payment {
    bottom: 30px; right: 0;
    width: 200px; height: 130px;
  }
.payli-page-webshop .bento-payment .card {
    position: absolute;
    width: 130px; height: 80px;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    padding: 12px;
  }
.payli-page-webshop .bento-payment .card.c1 {
    bottom: 0; right: 0;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    transform: rotate(-6deg);
  }
.payli-page-webshop .bento-payment .card.c2 {
    bottom: 30px; right: 60px;
    background: linear-gradient(135deg, var(--ink), #2a3450);
    transform: rotate(4deg);
    z-index: 2;
  }
.payli-page-webshop .bento-payment .card .chip {
    width: 24px; height: 18px;
    background: linear-gradient(135deg, #FFD580, #E5A93C);
    border-radius: 3px;
  }
.payli-page-webshop .bento-payment .card .lines {
    position: absolute;
    bottom: 12px; left: 12px;
    height: 6px; width: 60%;
    background: rgba(255,255,255,.2);
    border-radius: 3px;
  }
comment
.payli-page-webshop .quote-breaker {
    background: var(--cream);
    padding: 100px 0;
    border-top: 1px solid var(--cream-line);
    border-bottom: 1px solid var(--cream-line);
    position: relative;
    overflow: hidden;
  }
.payli-page-webshop .quote-breaker .container { text-align: center; }
.payli-page-webshop .quote-breaker .quote-mark {
    font-family: 'Instrument Serif', serif;
    font-size: 200px;
    color: var(--brand);
    line-height: 1;
    margin-bottom: -40px;
    opacity: .25;
  }
.payli-page-webshop .quote-breaker blockquote {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.15;
    color: var(--ink);
    max-width: 900px;
    margin: 0 auto 32px;
    letter-spacing: -.02em;
  }
.payli-page-webshop .quote-attr {
    display: inline-flex; align-items: center; gap: 12px;
    background: var(--paper);
    padding: 10px 18px;
    border-radius: 100px;
    border: 1px solid var(--cream-line);
    font-size: 14px;
    color: var(--ink-soft);
  }
.payli-page-webshop .quote-attr .avatar {
    width: 32px; height: 32px;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    border-radius: 50%;
    color: white;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 12px;
  }
comment
.payli-page-webshop .how-it-works {
    background: var(--cream-soft);
    border-top: 1px solid var(--cream-line);
    border-bottom: 1px solid var(--cream-line);
    padding: 120px 0;
    position: relative;
  }
.payli-page-webshop .hiw-header { text-align: center; margin-bottom: 80px; }
.payli-page-webshop .hiw-header h2 {
    font-size: clamp(40px, 5vw, 64px);
    margin-bottom: 16px;
  }
.payli-page-webshop .hiw-header h2 .em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand);
  }
.payli-page-webshop .hiw-header p {
    font-size: 18px;
    color: var(--ink-soft);
    max-width: 600px;
    margin: 0 auto;
  }
.payli-page-webshop .hiw-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    margin-top: 40px;
  }
.payli-page-webshop .hiw-line {
    position: absolute;
    top: 80px; left: 16%; right: 16%;
    height: 1px;
    pointer-events: none;
    z-index: 0;
  }
.payli-page-webshop .hiw-line svg {
    width: 100%; height: 100px;
    overflow: visible;
  }
.payli-page-webshop .hiw-line path {
    stroke: var(--brand);
    stroke-width: 2;
    stroke-dasharray: 4 6;
    fill: none;
    opacity: .4;
  }
.payli-page-webshop .step {
    background: var(--paper);
    border: 1px solid var(--cream-line);
    border-radius: 24px;
    padding: 36px 32px;
    position: relative;
    z-index: 1;
    box-shadow: var(--shadow-sm);
  }
.payli-page-webshop .step-num {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: 124px;
    line-height: 1;
    color: var(--brand);
    letter-spacing: -.04em;
    margin-bottom: 8px;
  }
.payli-page-webshop .step h4 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -.03em;
  }
.payli-page-webshop .step p {
    color: var(--ink-soft);
    font-size: 15px;
    margin-bottom: 16px;
  }
.payli-page-webshop .step-meta {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px;
    background: var(--cream);
    padding: 6px 12px;
    border-radius: 100px;
    color: var(--ink-soft);
    font-weight: 500;
  }
.payli-page-webshop .step-meta svg { width: 14px; height: 14px; color: var(--brand); }
comment
.payli-page-webshop .faq-section {
    padding: 120px 0;
  }
.payli-page-webshop .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
  }
.payli-page-webshop .faq-grid h2 {
    font-size: clamp(36px, 4.5vw, 56px);
    margin-bottom: 16px;
  }
.payli-page-webshop .faq-grid h2 .em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand);
  }
.payli-page-webshop .faq-grid > div:first-child p {
    color: var(--ink-soft);
    font-size: 16px;
    margin-bottom: 24px;
  }
.payli-page-webshop .faq-help {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
    display: flex; flex-direction: column; gap: 12px;
  }
.payli-page-webshop .faq-help h4 {
    font-size: 16px;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
  }
.payli-page-webshop .faq-help-link {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid var(--line-soft);
    color: var(--ink-soft);
    transition: color .2s;
  }
.payli-page-webshop .faq-help-link:hover { color: var(--brand); }
.payli-page-webshop .faq-help-link svg { width: 14px; height: 14px; }
.payli-page-webshop .faq-list { border-top: 1px solid var(--line); }
.payli-page-webshop .faq-item { border-bottom: 1px solid var(--line); }
.payli-page-webshop .faq-q {
    width: 100%;
    padding: 24px 0;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
  }
.payli-page-webshop .faq-q .plus {
    width: 28px; height: 28px;
    background: var(--bg);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink);
    font-size: 18px;
    font-weight: 400;
    flex-shrink: 0;
    transition: all .3s;
  }
.payli-page-webshop .faq-item.open .faq-q .plus {
    background: var(--brand);
    color: white;
    transform: rotate(45deg);
  }
.payli-page-webshop .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s ease;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.65;
  }
.payli-page-webshop .faq-item.open .faq-a {
    max-height: 400px;
    padding: 0 0 24px;
  }
comment
.payli-page-webshop .cta-dark {
    padding: 100px 0;
    background: var(--ink);
    color: white;
    position: relative;
    overflow: hidden;
  }
.payli-page-webshop .cta-dark::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(41,82,197,.4), transparent 70%);
    border-radius: 50%;
  }
.payli-page-webshop .cta-dark::after {
    content: '';
    position: absolute;
    bottom: -200px; left: -100px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(85,119,217,.2), transparent 70%);
    border-radius: 50%;
  }
.payli-page-webshop .cta-dark .container {
    text-align: center;
    position: relative; z-index: 1;
  }
.payli-page-webshop .cta-dark .eyebrow {
    background: rgba(255,255,255,.1);
    color: white;
  }
.payli-page-webshop .cta-dark h2 {
    font-size: clamp(48px, 6vw, 88px);
    margin-bottom: 24px;
    color: white;
  }
.payli-page-webshop .cta-dark h2 .em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: var(--brand-light);
  }
.payli-page-webshop .cta-dark p {
    font-size: 18px;
    color: rgba(255,255,255,.7);
    max-width: 540px;
    margin: 0 auto 36px;
  }
.payli-page-webshop .cta-dark-btns {
    display: flex; gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }
comment
.payli-page-webshop .payment-icons { display: flex; gap: 12px; align-items: center; }
.payli-page-webshop .pay-icon {
    height: 28px;
    padding: 4px 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--ink);
    display: flex; align-items: center;
    letter-spacing: -.02em;
  }
.payli-page-webshop .pay-icon.bc { color: #005498; }
comment
.payli-page-webshop .floating-cta {
    position: fixed;
    bottom: 24px; right: 24px;
    background: var(--brand);
    color: white;
    padding: 14px 22px;
    border-radius: 100px;
    box-shadow: var(--shadow-brand);
    display: flex; align-items: center; gap: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    z-index: 50;
  }
.payli-page-webshop .floating-cta.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
.payli-page-webshop .floating-cta:hover { transform: translateY(-2px) scale(1.02); }
.payli-page-webshop .floating-cta img { height: 16px; filter: brightness(0) invert(1); }
comment
@media (max-width: 1280px) {
  .payli-page-webshop .hero h1 { font-size: clamp(40px, 6.5vw, 88px); }
}
@media (max-width: 1024px) {
  .payli-page-webshop .container { padding: 0 24px; }
  .payli-page-webshop .section { padding: 90px 0; }
  .payli-page-webshop .hero { padding: 60px 0 80px; }
  .payli-page-webshop .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .payli-page-webshop .hero-grid > div:first-child { text-align: center; }
  .payli-page-webshop .hero-grid > div:first-child .eyebrow, .payli-page-webshop .hero-grid > div:first-child .hero-ctas, .payli-page-webshop .hero-grid > div:first-child .hero-meta { justify-content: center; }
  .payli-page-webshop .hero p { margin-left: auto; margin-right: auto; }
  .payli-page-webshop .laptop { width: 90%; max-width: 620px; }
  .payli-page-webshop .feature-grid { grid-template-columns: 1fr; gap: 48px; padding: 40px; text-align: center; }
  .payli-page-webshop .feature-content .featured-tag { margin-left: auto; margin-right: auto; }
  .payli-page-webshop .check-list li { text-align: left; }
  .payli-page-webshop .stats-grid { grid-template-columns: 1fr 1fr; }
  .payli-page-webshop .stat-hero { grid-column: 1 / -1; }
  .payli-page-webshop .bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .payli-page-webshop .bento-card.b1 { grid-column: 1 / -1; grid-row: auto; height: 360px; }
  .payli-page-webshop .bento-card.b2, .payli-page-webshop .bento-card.b3, .payli-page-webshop .bento-card.b4, .payli-page-webshop .bento-card.b5 { grid-column: auto; grid-row: auto; height: 280px; }
  .payli-page-webshop .hiw-steps { grid-template-columns: 1fr; gap: 32px; }
  .payli-page-webshop .hiw-line { display: none; }
  .payli-page-webshop .step { padding: 28px 24px; }
  .payli-page-webshop .step-num { font-size: 88px; }
  .payli-page-webshop .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .payli-page-webshop .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .payli-page-webshop .section-title-row { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 40px; }
  .payli-page-webshop .template-card { width: 280px; }
  .payli-page-webshop .nav-links { display: none; }
  .payli-page-webshop .nav-toggle { display: flex; }
}
@media (max-width: 768px) {
  .payli-page-webshop .container { padding: 0 18px; }
  .payli-page-webshop .section { padding: 70px 0; }
  .payli-page-webshop .hero { padding: 32px 0 60px; }
  .payli-page-webshop .hero h1 { font-size: clamp(36px, 9vw, 56px); }
  .payli-page-webshop .hero p { font-size: 16px; }
  .payli-page-webshop .hero-visual { height: 420px; transform: scale(0.78); transform-origin: center; }
  .payli-page-webshop .laptop { width: 580px; }
  .payli-page-webshop .phone-float { right: -10px; transform: rotate(8deg) scale(0.85); }
  .payli-page-webshop .sync-indicator { font-size: 10px; padding: 6px 10px; }
  .payli-page-webshop .stats-grid { grid-template-columns: 1fr; gap: 16px; }
  .payli-page-webshop .stat-hero { padding: 32px 24px; }
  .payli-page-webshop .stat-hero .num { font-size: 64px; }
  .payli-page-webshop .stat-card { padding: 24px 20px; }
  .payli-page-webshop .stat-card .num { font-size: 36px; }
  .payli-page-webshop .stat-card .num.smaller { font-size: 24px; }
  .payli-page-webshop .bento { grid-template-columns: 1fr; }
  .payli-page-webshop .bento-card { height: auto; min-height: 240px; padding: 28px 24px; }
  .payli-page-webshop .bento-card.b1 { height: auto; min-height: 320px; }
  .payli-page-webshop .bento-card h3 { font-size: 24px; }
  .payli-page-webshop .bento-card.b1 h3 { font-size: 32px; }
  .payli-page-webshop .bento-illu { transform: scale(0.78); transform-origin: bottom right; }
  .payli-page-webshop .quote-breaker { padding: 60px 0; }
  .payli-page-webshop .quote-breaker blockquote { font-size: clamp(26px, 7vw, 38px); }
  .payli-page-webshop .quote-breaker .quote-mark { font-size: 140px; margin-bottom: -28px; }
  .payli-page-webshop .how-it-works { padding: 70px 0; }
  .payli-page-webshop .step-num { font-size: 72px; }
  .payli-page-webshop .step h4 { font-size: 22px; }
  .payli-page-webshop .feature-grid { padding: 32px 24px; gap: 32px; border-radius: 24px; }
  .payli-page-webshop .feature-content h2 { font-size: 36px; }
  .payli-page-webshop .builder-stage { height: 380px; }
  .payli-page-webshop .builder-mock { width: 100%; max-width: 420px; }
  .payli-page-webshop .builder-badge { font-size: 11px; padding: 8px 12px; }
  .payli-page-webshop .templates-header h2 { font-size: clamp(32px, 7vw, 48px); }
  .payli-page-webshop .template-card { width: 240px; }
  .payli-page-webshop .templates-track { gap: 16px; }
  .payli-page-webshop .cta-dark h2 { font-size: clamp(36px, 8vw, 56px); }
  .payli-page-webshop .cta-dark { padding: 70px 0; }
  .payli-page-webshop .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .payli-page-webshop .footer-brand { grid-column: 1 / -1; }
  .payli-page-webshop .footer-bottom { flex-direction: column; align-items: flex-start; }
  .payli-page-webshop .nav-cta .btn-ghost { display: none; }
  .payli-page-webshop .nav-cta .btn-primary { padding: 10px 16px; font-size: 13px; }
  .payli-page-webshop .nav-logo { height: 26px; }
  .payli-page-webshop .floating-cta { padding: 12px 18px; font-size: 13px; bottom: 16px; right: 16px; }
  .payli-page-webshop .usp-item { font-size: 15px; }
  .payli-page-webshop .usp-track { gap: 36px; }
}
@media (max-width: 480px) {
  .payli-page-webshop .container { padding: 0 16px; }
  .payli-page-webshop .section { padding: 56px 0; }
  .payli-page-webshop .hero h1 { font-size: clamp(32px, 10vw, 44px); letter-spacing: -.03em; }
  .payli-page-webshop .btn-large-primary, .payli-page-webshop .btn-large-ghost { padding: 14px 22px; font-size: 14px; width: 100%; justify-content: center; }
  .payli-page-webshop .hero-ctas { width: 100%; flex-direction: column; }
  .payli-page-webshop .hero-meta { gap: 12px; font-size: 12px; flex-direction: column; align-items: center; }
  .payli-page-webshop .hero-visual { height: 340px; transform: scale(0.55); }
  .payli-page-webshop .laptop { width: 540px; }
  .payli-page-webshop .phone-float { right: -20px; transform: rotate(8deg) scale(0.7); }
  .payli-page-webshop .stat-hero .num { font-size: 56px; }
  .payli-page-webshop .template-card { width: 220px; }
  .payli-page-webshop .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .payli-page-webshop .footer-brand { grid-column: auto; }
  .payli-page-webshop .cta-dark-btns { flex-direction: column; width: 100%; }
  .payli-page-webshop .cta-dark-btns a { width: 100%; justify-content: center; }
  .payli-page-webshop .nav-inner { padding: 14px 18px; }
}


/* ===========================================================
   FIX: Phone-float drijvend op laptop + zwarte randen weg
   =========================================================== */

/* Hero-visual moet relative zijn voor absolute children */
html body .payli-page-webshop .hero-visual,
.payli-page-webshop .hero-visual {
    position: relative !important;
    overflow: visible !important;
}

/* Phone-float ABSOLUUT gepositioneerd (drijvend rechtsonder de laptop) */
html body .payli-page-webshop .phone-float,
.payli-page-webshop .phone-float {
    position: absolute !important;
    right: -30px !important;
    bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    width: 130px !important;
    height: 260px !important;
    background: linear-gradient(155deg, #1a2440 0%, #0B1530 100%) !important;
    border-radius: 18px !important;
    padding: 6px !important;
    z-index: 4 !important;
    box-shadow: 0 24px 64px rgba(11,21,48,.18), 0 8px 16px rgba(11,21,48,.12) !important;
    transform: rotate(8deg) !important;
    margin: 0 !important;
}

/* Op kleinere schermen iets kleiner */
@media (max-width: 1100px) {
    html body .payli-page-webshop .phone-float,
    .payli-page-webshop .phone-float {
        right: -10px !important;
        transform: rotate(8deg) scale(0.85) !important;
    }
}

@media (max-width: 768px) {
    html body .payli-page-webshop .phone-float,
    .payli-page-webshop .phone-float {
        right: -20px !important;
        transform: rotate(8deg) scale(0.7) !important;
    }
}

/* === Zwarte randen weg === */
html body.page-template-template-payli-webshop {
    background: #FAFBFD !important;
    background-color: #FAFBFD !important;
}

html body .payli-page-webshop {
    background: #FAFBFD !important;
    background-color: #FAFBFD !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    height: auto !important;
}

/* === EINDE FIX === */


/* ===========================================================
   FIX: Builder badges drijvend op builder mockup
   =========================================================== */

/* Builder stage moet relative zijn voor absolute children */
html body .payli-page-webshop .builder-stage,
.payli-page-webshop .builder-stage {
    position: relative !important;
    overflow: visible !important;
}

/* Badges absoluut gepositioneerd over de mockup */
html body .payli-page-webshop .builder-badge,
.payli-page-webshop .builder-badge {
    position: absolute !important;
    background: white !important;
    background-color: white !important;
    border: 1px solid #E2E6F0 !important;
    box-shadow: 0 8px 24px rgba(11,21,48,.10), 0 4px 8px rgba(11,21,48,.06) !important;
    padding: 12px 16px !important;
    border-radius: 16px !important;
    z-index: 10 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #0B1530 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    max-width: max-content !important;
}

html body .payli-page-webshop .builder-badge svg,
.payli-page-webshop .builder-badge svg {
    width: 16px !important;
    height: 16px !important;
    color: #2952C5 !important;
    stroke: #2952C5 !important;
    flex-shrink: 0 !important;
}

/* Badge "Live preview" rechtsboven de builder */
html body .payli-page-webshop .builder-badge.b1,
.payli-page-webshop .builder-badge.b1 {
    top: 30px !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
}

/* Badge "Auto-save" linksonder de builder */
html body .payli-page-webshop .builder-badge.b2,
.payli-page-webshop .builder-badge.b2 {
    bottom: 50px !important;
    left: -10px !important;
    top: auto !important;
    right: auto !important;
}

/* === EINDE FIX === */


/* ===========================================================
   FIX: Webshop bento cards - tekst kleuren en decoratie z-index
   =========================================================== */

/* Tekst content boven decoratieve elementen (z-index) */
html body .payli-page-webshop .bento-card,
.payli-page-webshop .bento-card {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

html body .payli-page-webshop .bento-card .bento-cat,
html body .payli-page-webshop .bento-card h3,
html body .payli-page-webshop .bento-card > p,
.payli-page-webshop .bento-card .bento-cat,
.payli-page-webshop .bento-card h3,
.payli-page-webshop .bento-card > p {
    position: relative !important;
    z-index: 10 !important;
}

html body .payli-page-webshop .bento-illu,
.payli-page-webshop .bento-illu {
    z-index: 1 !important;
    pointer-events: none !important;
}

/* === b1 (blauwe Builder kaart) — WITTE tekst forceren === */
html body .payli-page-webshop .bento-card.b1,
.payli-page-webshop .bento-card.b1 {
    background: linear-gradient(155deg, #2952C5 0%, #15307E 100%) !important;
}

html body .payli-page-webshop .bento-card.b1 .bento-cat,
html body .payli-page-webshop .bento-card.b1 h3,
html body .payli-page-webshop .bento-card.b1 > p,
html body .payli-page-webshop .bento-card.b1 *,
.payli-page-webshop .bento-card.b1 .bento-cat,
.payli-page-webshop .bento-card.b1 h3,
.payli-page-webshop .bento-card.b1 > p,
.payli-page-webshop .bento-card.b1 * {
    color: white !important;
}

html body .payli-page-webshop .bento-card.b1 .bento-cat,
.payli-page-webshop .bento-card.b1 .bento-cat {
    color: rgba(255,255,255,.8) !important;
}

html body .payli-page-webshop .bento-card.b1 > p,
.payli-page-webshop .bento-card.b1 > p {
    color: rgba(255,255,255,.85) !important;
}

/* === b4 (ink Responsive kaart) — WITTE tekst forceren === */
html body .payli-page-webshop .bento-card.b4,
.payli-page-webshop .bento-card.b4 {
    background: #0B1530 !important;
}

html body .payli-page-webshop .bento-card.b4 .bento-cat,
html body .payli-page-webshop .bento-card.b4 h3,
html body .payli-page-webshop .bento-card.b4 > p,
.payli-page-webshop .bento-card.b4 .bento-cat,
.payli-page-webshop .bento-card.b4 h3,
.payli-page-webshop .bento-card.b4 > p {
    color: white !important;
    text-decoration: none !important;
}

html body .payli-page-webshop .bento-card.b4 .bento-cat,
.payli-page-webshop .bento-card.b4 .bento-cat {
    color: #6B8DEF !important;
}

html body .payli-page-webshop .bento-card.b4 > p,
.payli-page-webshop .bento-card.b4 > p {
    color: rgba(255,255,255,.75) !important;
}

/* Eyebrow op b4 kaart: GEEN witte achtergrond — moet plain text zijn */
html body .payli-page-webshop .bento-card.b4 .bento-cat,
.payli-page-webshop .bento-card.b4 .bento-cat {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    display: block !important;
    width: auto !important;
}

/* Bento-cat van alle bento cards: GEEN pil-styling (alleen voor hero eyebrow) */
html body .payli-page-webshop .bento-card .bento-cat,
.payli-page-webshop .bento-card .bento-cat {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    color: #2952C5 !important;
}

/* Override voor b1 en b4: andere tekst kleur */
html body .payli-page-webshop .bento-card.b1 .bento-cat,
.payli-page-webshop .bento-card.b1 .bento-cat {
    color: rgba(255,255,255,.8) !important;
}

html body .payli-page-webshop .bento-card.b4 .bento-cat,
.payli-page-webshop .bento-card.b4 .bento-cat {
    color: #6B8DEF !important;
}

/* === b3 (cream Backend kaart) — cijfers leesbaar maken === */
html body .payli-page-webshop .bento-card.b3 .num-bg,
.payli-page-webshop .bento-card.b3 .num-bg {
    color: #0B1530 !important;
    background: rgba(255,255,255,.7) !important;
    font-weight: 700 !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
}

/* === EINDE FIX === */


/* ===========================================================
   FIX: Meer ruimte tussen hero meta en USP slider
   =========================================================== */

/* Hero sectie: meer padding-bottom voor ademruimte */
html body .payli-page-webshop .hero,
.payli-page-webshop .hero {
    padding-bottom: 100px !important;
}

/* Hero meta items: meer margin-bottom */
html body .payli-page-webshop .hero-meta,
.payli-page-webshop .hero-meta {
    margin-top: 32px !important;
    margin-bottom: 0 !important;
}

/* USP strip: extra margin-top voor scheiding */
html body .payli-page-webshop .usp-strip,
.payli-page-webshop .usp-strip {
    margin-top: 0 !important;
}

/* === EINDE FIX === */


/* ===========================================================
   FIX: Bento builder illu kleiner + decoratie achter tekst
   =========================================================== */

/* Bento-builder-illu kleiner en lager — niet over de tekst */
html body .payli-page-webshop .bento-builder-illu,
.payli-page-webshop .bento-builder-illu {
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
    left: auto !important;
    width: 220px !important;
    height: 160px !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* De "blokjes" en "drop zone" kleiner maken */
html body .payli-page-webshop .bento-builder-illu .blk.b-1,
.payli-page-webshop .bento-builder-illu .blk.b-1 {
    top: 10px !important;
    left: 10px !important;
    width: 80px !important;
    height: 32px !important;
}

html body .payli-page-webshop .bento-builder-illu .blk.b-2,
.payli-page-webshop .bento-builder-illu .blk.b-2 {
    top: 50px !important;
    left: 10px !important;
    width: 38px !important;
    height: 38px !important;
}

html body .payli-page-webshop .bento-builder-illu .blk.b-3,
.payli-page-webshop .bento-builder-illu .blk.b-3 {
    top: 50px !important;
    left: 56px !important;
    width: 50px !important;
    height: 38px !important;
}

html body .payli-page-webshop .bento-builder-illu .blk.b-4,
.payli-page-webshop .bento-builder-illu .blk.b-4 {
    top: 20px !important;
    right: 10px !important;
    width: 70px !important;
    height: 70px !important;
}

html body .payli-page-webshop .bento-builder-illu .cursor,
.payli-page-webshop .bento-builder-illu .cursor {
    top: 70px !important;
    right: 25px !important;
}

/* Tekst van b1 boven alles */
html body .payli-page-webshop .bento-card.b1 .bento-cat,
html body .payli-page-webshop .bento-card.b1 h3,
html body .payli-page-webshop .bento-card.b1 > p,
.payli-page-webshop .bento-card.b1 .bento-cat,
.payli-page-webshop .bento-card.b1 h3,
.payli-page-webshop .bento-card.b1 > p {
    position: relative !important;
    z-index: 20 !important;
}

/* Limit p width zodat hij niet over de illu loopt */
html body .payli-page-webshop .bento-card.b1 > p,
.payli-page-webshop .bento-card.b1 > p {
    max-width: 280px !important;
}

/* === b4 RESPONSIVE eyebrow: GEEN witte/lichtblauwe achtergrond === */
html body .payli-page-webshop .bento-card.b4 .bento-cat,
.payli-page-webshop .bento-card.b4 .bento-cat {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #6B8DEF !important;
    display: block !important;
    width: auto !important;
}

/* === Algemene preventieve fix: bento eyebrow GEEN pil-vorm === */
html body .payli-page-webshop .bento-card .bento-cat,
.payli-page-webshop .bento-card .bento-cat {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    letter-spacing: .12em !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
}

/* Per-kaart kleur override */
html body .payli-page-webshop .bento-card.b1 .bento-cat,
.payli-page-webshop .bento-card.b1 .bento-cat {
    color: rgba(255,255,255,.8) !important;
}

html body .payli-page-webshop .bento-card.b2 .bento-cat,
.payli-page-webshop .bento-card.b2 .bento-cat,
html body .payli-page-webshop .bento-card.b3 .bento-cat,
.payli-page-webshop .bento-card.b3 .bento-cat,
html body .payli-page-webshop .bento-card.b5 .bento-cat,
.payli-page-webshop .bento-card.b5 .bento-cat {
    color: #2952C5 !important;
}

html body .payli-page-webshop .bento-card.b4 .bento-cat,
.payli-page-webshop .bento-card.b4 .bento-cat {
    color: #6B8DEF !important;
}

/* === EINDE FIX === */


/* ===========================================================
   FIX: Bento builder illu kleiner box rechtsonder
   =========================================================== */

/* Container ECHT klein en in rechter onderhoek */
html body .payli-page-webshop .bento-card.b1 .bento-builder-illu,
html body .payli-page-webshop .bento-builder-illu,
.payli-page-webshop .bento-card.b1 .bento-builder-illu,
.payli-page-webshop .bento-builder-illu {
    position: absolute !important;
    bottom: 24px !important;
    right: 24px !important;
    top: auto !important;
    left: auto !important;
    width: 240px !important;
    height: 160px !important;
    z-index: 1 !important;
    pointer-events: none !important;
    overflow: visible !important;
}

/* Grid-bg achtergrond beperken tot de illu container (niet de hele card) */
html body .payli-page-webshop .bento-card.b1 .bento-builder-illu .grid-bg,
html body .payli-page-webshop .bento-builder-illu .grid-bg,
.payli-page-webshop .bento-card.b1 .bento-builder-illu .grid-bg,
.payli-page-webshop .bento-builder-illu .grid-bg {
    position: absolute !important;
    inset: 0 !important;
    background-image: 
      linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px) !important;
    background-size: 16px 16px !important;
    border-radius: 8px !important;
    pointer-events: none !important;
}

/* Blokjes binnen de container - ten opzichte van container, niet card */
html body .payli-page-webshop .bento-builder-illu .blk,
.payli-page-webshop .bento-builder-illu .blk {
    position: absolute !important;
    background: rgba(255,255,255,.18) !important;
    border: 1px solid rgba(255,255,255,.25) !important;
    border-radius: 6px !important;
}

html body .payli-page-webshop .bento-builder-illu .blk.b-1,
.payli-page-webshop .bento-builder-illu .blk.b-1 {
    top: 16px !important;
    left: 30px !important;
    width: 90px !important;
    height: 32px !important;
    bottom: auto !important;
    right: auto !important;
}

html body .payli-page-webshop .bento-builder-illu .blk.b-2,
.payli-page-webshop .bento-builder-illu .blk.b-2 {
    top: 60px !important;
    left: 30px !important;
    width: 38px !important;
    height: 38px !important;
    bottom: auto !important;
    right: auto !important;
}

html body .payli-page-webshop .bento-builder-illu .blk.b-3,
.payli-page-webshop .bento-builder-illu .blk.b-3 {
    top: 60px !important;
    left: 75px !important;
    width: 50px !important;
    height: 38px !important;
    bottom: auto !important;
    right: auto !important;
}

html body .payli-page-webshop .bento-builder-illu .blk.b-4,
.payli-page-webshop .bento-builder-illu .blk.b-4 {
    top: 30px !important;
    right: 30px !important;
    width: 70px !important;
    height: 70px !important;
    bottom: auto !important;
    left: auto !important;
    background: transparent !important;
    border: 2px dashed white !important;
}

html body .payli-page-webshop .bento-builder-illu .cursor,
.payli-page-webshop .bento-builder-illu .cursor {
    position: absolute !important;
    top: 80px !important;
    right: 45px !important;
    bottom: auto !important;
    left: auto !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 12px solid white !important;
    border-bottom: 12px solid transparent !important;
    transform: rotate(-30deg) !important;
    z-index: 2 !important;
}

/* === EINDE FIX === */
