/* Global site theme — Base44 palette on every page */

.site-page,
.service-page {
    --np-terracotta: #c4553a;
    --np-terracotta-deep: #8b3a2f;
    --np-sage: #2d5a4a;
    --np-honey: #e8a838;
    --np-parchment: #faf7f2;
    --np-surface-alt: #f3ede4;
    --np-ink: #1c1917;
    --np-ink-muted: #57534e;
    --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
    --font-body: 'DM Sans', system-ui, sans-serif;
    background: var(--np-parchment);
    color: var(--np-ink);
    font-family: var(--font-body);
}

.site-page h1,
.site-page h2,
.site-page h3,
.site-page .font-hero,
.site-page .font-display {
    font-family: var(--font-display);
    letter-spacing: -0.02em;
}

.site-page #main-header {
    background: rgba(28, 25, 23, 0.96) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.site-page .text-\[\#6B4EE6\],
.site-page .text-\[\#8B5CF6\] { color: var(--np-terracotta) !important; }
.site-page .text-\[\#0F766E\],
.site-page .text-\[\#14B8A6\] { color: var(--np-sage) !important; }
.site-page .hover\:text-\[\#6B4EE6\]:hover { color: var(--np-terracotta) !important; }
.site-page .group-hover\:text-\[\#6B4EE6\]:hover { color: var(--np-terracotta) !important; }
.site-page .bg-\[\#f6f5f2\],
.site-page .bg-\[\#f4f3f0\] { background-color: var(--np-parchment) !important; }

.site-page .bg-gradient-to-r.from-\[\#6B4EE6\].to-\[\#14B8A6\],
.site-page .bg-gradient-to-r.from-\[\#6B4EE6\].to-\[\#8B5CF6\],
.site-page .bg-gradient-to-br.from-\[\#6B4EE6\].to-\[\#8B5CF6\],
.site-page .bg-gradient-to-br.from-\[\#1a0a4e\].via-\[\#6B4EE6\].to-\[\#0F766E\] {
    background: linear-gradient(135deg, var(--np-sage) 0%, var(--np-terracotta) 100%) !important;
}

.site-page input:focus,
.site-page select:focus,
.site-page textarea:focus {
    outline: none;
    border-color: rgba(196, 85, 58, 0.45);
    box-shadow: 0 0 0 3px rgba(196, 85, 58, 0.12);
}

.np-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem .5rem;
    font-size: .8125rem;
}

.np-breadcrumbs-muted {
    color: var(--np-ink-muted);
}

.np-breadcrumbs-muted a {
    color: var(--np-ink-muted);
    text-decoration: none;
    transition: color .15s;
}

.np-breadcrumbs-muted a:hover {
    color: var(--np-ink);
}

.np-breadcrumbs-muted .np-breadcrumb-current {
    color: var(--np-ink);
    font-weight: 600;
}

.np-breadcrumbs-hero {
    color: rgba(255, 255, 255, 0.6);
    font-size: .875rem;
}

.np-breadcrumbs-hero a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color .15s;
}

.np-breadcrumbs-hero a:hover {
    color: #fff;
}

.np-breadcrumbs-hero .np-breadcrumb-current {
    color: #fff;
    font-weight: 600;
}

.np-breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    text-decoration: none;
}

/* Floating WhatsApp support widget — bottom left */
.np-whatsapp {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
    font-family: var(--font-body, 'DM Sans', system-ui, sans-serif);
}

.np-whatsapp-panel {
    width: min(18rem, calc(100vw - 2rem));
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(28, 25, 23, 0.08);
    box-shadow: 0 18px 40px rgba(28, 25, 23, 0.18);
}

.np-whatsapp-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem;
}

.np-whatsapp-panel-title {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
    color: #1c1917;
}

.np-whatsapp-panel-sub {
    margin: .25rem 0 0;
    font-size: .75rem;
    line-height: 1.45;
    color: #57534e;
}

.np-whatsapp-close {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: .5rem;
    background: #f3ede4;
    color: #57534e;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.np-whatsapp-close:hover {
    background: #e7e0d5;
    color: #1c1917;
}

.np-whatsapp-textarea {
    width: 100%;
    resize: vertical;
    min-height: 5.5rem;
    padding: .75rem;
    border: 1px solid rgba(28, 25, 23, 0.12);
    border-radius: .75rem;
    font: inherit;
    font-size: .875rem;
    line-height: 1.5;
    color: #1c1917;
    background: #faf7f2;
}

.np-whatsapp-textarea:focus {
    outline: none;
    border-color: rgba(37, 211, 102, 0.55);
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.15);
}

.np-whatsapp-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    margin-top: .75rem;
    padding: .75rem 1rem;
    border-radius: .75rem;
    background: #25d366;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .15s, transform .15s;
}

.np-whatsapp-send:hover {
    background: #1ebe57;
    color: #fff;
}

.np-whatsapp-send:active {
    transform: translateY(1px);
}

.np-whatsapp-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
    transition: transform .15s, box-shadow .15s, background .15s;
}

.np-whatsapp-toggle:hover {
    background: #1ebe57;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.4);
}

.np-whatsapp.is-open .np-whatsapp-toggle {
    background: #128c7e;
    box-shadow: 0 8px 20px rgba(18, 140, 126, 0.35);
}

@media (max-width: 640px) {
    .np-whatsapp {
        left: .75rem;
        bottom: .75rem;
    }
}
