/* elvion.nl — static overrides */
html, body { overflow-x: clip; margin: 0; padding: 0; }
.go-top, .scroll-top { display: none !important; }

/* WA Form */
.wa-form-wrap { max-width: 560px; margin: 20px auto; padding: 24px; background: #fff; border-radius: 14px; box-shadow: 0 4px 20px rgba(15,23,36,0.08); }
.wa-form { display: flex; flex-direction: column; gap: 16px; }
.wa-form .wa-field { display: flex; flex-direction: column; gap: 6px; }
.wa-form .wa-label { font-size: 14px; font-weight: 600; color: #334155; }
.wa-form .wa-required { color: #e11d48; }
.wa-form input[type="text"], .wa-form textarea {
    font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid #d1d5db;
    border-radius: 8px; background: #f9fafb; color: #0f172a; width: 100%; box-sizing: border-box;
    transition: border-color .15s, background .15s;
}
.wa-form input:focus, .wa-form textarea:focus { outline: none; border-color: #25D366; background: #fff; }
.wa-form textarea { resize: vertical; min-height: 110px; }
.wa-submit {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 22px; background: #25D366; color: #fff; border: 0; border-radius: 10px;
    font-size: 16px; font-weight: 700; cursor: pointer; width: 100%; box-sizing: border-box;
    transition: background .15s;
}
.wa-submit:hover { background: #1eaf54; }
.wa-submit .wa-icon { width: 22px; height: 22px; }

/* FAB phone */
.kb-fab-phone { display: none; }
@media (max-width: 768px) {
    .kb-fab-phone {
        display: inline-flex; align-items: center; justify-content: center;
        position: fixed; right: 16px; bottom: 20px; width: 58px; height: 58px;
        background: #25D366; color: #fff; border-radius: 50%; z-index: 9998;
        box-shadow: 0 6px 18px rgba(37,211,102,0.45), 0 2px 6px rgba(0,0,0,0.15);
        text-decoration: none; animation: kb-fab-pulse 2.4s ease-in-out infinite;
    }
    .kb-fab-phone svg { width: 28px; height: 28px; fill: #fff; }
}
@keyframes kb-fab-pulse { 0%,100%{transform:scale(1);} 50%{transform:scale(1.06);} }

.elementor-invisible { visibility: visible !important; opacity: 1 !important; }
e-page-transition, .e-page-transition, .elementor-page-transition {
    display: none !important; opacity: 0 !important; pointer-events: none !important;
}

/* Mobile basic */
@media (max-width: 768px) {
    body * { max-width: 100vw; }
    img, video, iframe { height: auto !important; max-width: 100% !important; }
    .elementor-section > .elementor-container { padding-left: 16px !important; padding-right: 16px !important; }
    h1, .elementor-heading-title { line-height: 1.15 !important; }
}

/* Stub-treatment pages — nice layout for raw-content pages */
.ct-inner-content {
    max-width: 800px;
    margin: 48px auto 64px;
    padding: 0 24px;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}
.ct-inner-content h1.stub-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #A06E99;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 3px solid #A06E99;
    letter-spacing: -0.01em;
}
.ct-inner-content p {
    margin: 0 0 16px;
}
.ct-inner-content ul, .ct-inner-content ol {
    padding-left: 24px;
    margin: 0 0 20px;
}
.ct-inner-content li {
    margin: 6px 0;
}
.ct-inner-content strong { color: #6B3B6D; }
.ct-inner-content .stub-back {
    display: inline-block;
    margin: 32px 0 0;
    padding: 10px 20px;
    background: #A06E99;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background .15s;
}
.ct-inner-content .stub-back:hover { background: #6B3B6D; }
@media (max-width: 768px) {
    .ct-inner-content { margin: 24px auto 48px; padding: 0 16px; font-size: 16px; }
}

/* Stub page featured image */
.ct-inner-content .stub-hero {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 0 32px;
    box-shadow: 0 8px 24px rgba(107, 59, 109, 0.2);
}
@media (max-width: 768px) {
    .ct-inner-content .stub-hero { height: 220px; margin-bottom: 24px; border-radius: 8px; }
}
