/*
Theme Name: Nemster Electrical Installers
Theme URI: https://nemster.co.ke
Author: Nemster Electrical Installers
Author URI: https://nemster.co.ke
Description: A conversion-focused WordPress theme for Nemster Electrical Installers, built for solar, CCTV, Starlink, networking, electrical, TV mounting, and gate automation services in Kenya.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nemster-electrical-installers
*/

:root {
    --nemster-ink: #142235;
    --nemster-blue: #0b376d;
    --nemster-blue-2: #0f5f9f;
    --nemster-sky: #eaf5ff;
    --nemster-paper: #ffffff;
    --nemster-bg: #f4f8fc;
    --nemster-muted: #52657d;
    --nemster-line: #d9e5f0;
    --nemster-green: #11824e;
    --nemster-green-2: #0f9f5f;
    --nemster-orange: #f28c28;
    --nemster-radius: 8px;
    --nemster-shadow: 0 18px 38px rgba(10, 36, 68, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--nemster-ink);
    background: var(--nemster-bg);
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.62;
}

body.nemster-nav-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.75rem;
    color: var(--nemster-ink);
    font-family: "Sora", Arial, sans-serif;
    line-height: 1.16;
}

p {
    margin: 0 0 1rem;
    color: var(--nemster-muted);
}

ul,
ol {
    color: var(--nemster-muted);
}

.nemster-container {
    width: min(1140px, calc(100% - 32px));
    margin-inline: auto;
}

.screen-reader-text,
.nemster-skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nemster-skip-link:focus {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 0.6rem 0.85rem;
    clip: auto;
    color: #fff;
    background: var(--nemster-blue);
    border-radius: var(--nemster-radius);
}

.nemster-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--nemster-line);
    box-shadow: 0 10px 24px rgba(10, 36, 68, 0.06);
}

body.admin-bar .nemster-header {
    top: 32px;
}

.nemster-topbar {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #dcecff;
    background: var(--nemster-blue);
    padding-inline: 16px;
    width: 100%;
    max-width: none;
    font-size: 0.92rem;
    font-weight: 600;
}

.nemster-topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nemster-topbar-actions a {
    color: #ffffff;
}

.nemster-topbar-actions a:hover {
    text-decoration: underline;
}

.nemster-header-main {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nemster-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
}

.nemster-logo-img,
.nemster-brand .custom-logo,
.custom-logo-link img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: min(220px, 48vw) !important;
    max-height: 66px !important;
    object-fit: contain;
}

.nemster-brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    border-radius: var(--nemster-radius);
    color: #fff;
    background: var(--nemster-blue);
    font-family: "Sora", Arial, sans-serif;
    font-weight: 800;
}

.nemster-brand-text {
    display: grid;
    gap: 0.05rem;
}

.nemster-brand-text strong {
    color: var(--nemster-ink);
    font-family: "Sora", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.1;
}

.nemster-brand-text small {
    color: var(--nemster-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.nemster-primary-menu {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nemster-primary-menu li {
    position: relative;
}

.nemster-primary-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.42rem 0.68rem;
    border-radius: var(--nemster-radius);
    color: #233a54;
    font-weight: 700;
    font-size: 0.96rem;
}

.nemster-primary-menu a:hover,
.nemster-primary-menu .current-menu-item > a,
.nemster-primary-menu .current_page_item > a {
    color: #fff;
    background: var(--nemster-blue);
}

.nemster-primary-menu .sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    min-width: 230px;
    display: grid;
    gap: 0.2rem;
    margin: 0;
    padding: 0.45rem;
    list-style: none;
    border: 1px solid var(--nemster-line);
    border-radius: var(--nemster-radius);
    background: #fff;
    box-shadow: var(--nemster-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.nemster-primary-menu li:hover > .sub-menu,
.nemster-primary-menu li:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.nemster-primary-menu .sub-menu a {
    width: 100%;
}

.nemster-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--nemster-line);
    border-radius: var(--nemster-radius);
    background: #fff;
    padding: 0.65rem;
    cursor: pointer;
}

.nemster-menu-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--nemster-ink);
}

.nemster-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.8rem;
    color: var(--nemster-blue-2);
    font-weight: 800;
    font-size: 0.84rem;
}

.nemster-hero {
    background: linear-gradient(120deg, #ffffff 0%, #f0f7ff 56%, #e7f2fb 100%);
    padding: 5rem 0 4rem;
    border-bottom: 1px solid var(--nemster-line);
}

.nemster-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 2rem;
    align-items: center;
}

.nemster-hero-copy h1 {
    max-width: 860px;
    font-size: clamp(2.35rem, 5vw, 4.6rem);
}

.nemster-hero-copy p {
    max-width: 760px;
    font-size: 1.22rem;
}

.nemster-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.nemster-btn,
.nemster-small-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.72rem 1rem;
    border: 1px solid transparent;
    border-radius: var(--nemster-radius);
    font-weight: 800;
    text-align: center;
    line-height: 1.1;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.nemster-btn:hover,
.nemster-small-btn:hover {
    transform: translateY(-1px);
}

.nemster-btn-primary {
    color: #fff;
    background: var(--nemster-blue);
    box-shadow: 0 12px 24px rgba(11, 55, 109, 0.2);
}

.nemster-btn-whatsapp {
    color: #fff;
    background: var(--nemster-green);
    box-shadow: 0 12px 24px rgba(17, 130, 78, 0.2);
}

.nemster-btn-primary:hover {
    background: #082d5c;
}

.nemster-btn-whatsapp:hover {
    background: #0b7143;
}

.nemster-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.35rem;
}

.nemster-trust-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.35rem 0.65rem;
    border-radius: var(--nemster-radius);
    color: #173653;
    background: #ffffff;
    border: 1px solid #cfdfed;
    font-weight: 800;
    font-size: 0.9rem;
}

.nemster-hero-panel {
    padding: 1.35rem;
    border: 1px solid #c8d8e8;
    border-radius: var(--nemster-radius);
    background: var(--nemster-paper);
    box-shadow: var(--nemster-shadow);
}

.nemster-hero-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--nemster-line);
}

.nemster-hero-panel-top span {
    color: var(--nemster-muted);
    font-weight: 800;
}

.nemster-hero-panel-top strong {
    color: var(--nemster-blue);
    font-family: "Sora", Arial, sans-serif;
    font-size: 1.2rem;
}

.nemster-hero-panel ul {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1.1rem;
    padding: 0;
    list-style: none;
}

.nemster-hero-panel li,
.nemster-proof-grid div {
    position: relative;
    padding-left: 1.4rem;
    color: #2d4157;
    font-weight: 700;
}

.nemster-hero-panel li::before,
.nemster-proof-grid div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--nemster-green-2);
}

.nemster-hero-panel > a {
    display: block;
    padding: 0.75rem;
    border-radius: var(--nemster-radius);
    color: #fff;
    background: var(--nemster-blue);
    text-align: center;
    font-weight: 800;
}

.nemster-section {
    padding: 4.2rem 0;
}

.nemster-section-soft {
    background: #ffffff;
    border-top: 1px solid var(--nemster-line);
    border-bottom: 1px solid var(--nemster-line);
}

.nemster-section-heading {
    max-width: 820px;
    margin-bottom: 1.4rem;
}

.nemster-section-heading h2,
.nemster-page-hero h1 {
    font-size: clamp(2rem, 4vw, 3.15rem);
}

.nemster-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.nemster-service-card,
.nemster-post-card,
.nemster-project-card,
.nemster-empty-state {
    border: 1px solid var(--nemster-line);
    border-radius: var(--nemster-radius);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(10, 36, 68, 0.08);
}

.nemster-service-card {
    display: flex;
    flex-direction: column;
    min-height: 248px;
    padding: 1.15rem;
}

.nemster-service-card h2,
.nemster-service-card h3 {
    font-size: 1.2rem;
}

.nemster-service-card p {
    flex: 1;
}

.nemster-card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.4rem;
}

.nemster-small-btn {
    min-height: 40px;
    padding: 0.58rem 0.82rem;
    color: #fff;
    background: var(--nemster-blue);
    font-size: 0.94rem;
}

.nemster-text-link {
    color: var(--nemster-blue);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.nemster-text-link:hover {
    color: var(--nemster-green);
}

.nemster-why-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 2rem;
    align-items: start;
}

.nemster-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.nemster-proof-grid div {
    min-height: 58px;
    display: flex;
    align-items: center;
    border: 1px solid var(--nemster-line);
    border-radius: var(--nemster-radius);
    background: #f8fbff;
    padding: 0.75rem 0.9rem 0.75rem 2.15rem;
}

.nemster-proof-grid div::before {
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
}

.nemster-project-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.nemster-project-card {
    margin: 0;
    overflow: hidden;
}

.nemster-project-placeholder {
    min-height: 190px;
    display: grid;
    place-items: center;
    padding: 1rem;
    color: #ffffff;
    background: linear-gradient(135deg, #0b376d 0%, #0f5f9f 58%, #11824e 100%);
    font-family: "Sora", Arial, sans-serif;
    font-weight: 800;
    text-align: center;
}

.nemster-project-card figcaption {
    padding: 1rem;
    color: var(--nemster-muted);
    font-size: 0.96rem;
}

.nemster-page-hero {
    padding: 3.4rem 0 2.7rem;
    background: linear-gradient(120deg, #ffffff 0%, #edf6ff 100%);
    border-bottom: 1px solid var(--nemster-line);
}

.nemster-page-hero-inner {
    max-width: 900px;
}

.nemster-post-date {
    color: #60748b;
    font-weight: 700;
}

.nemster-content-wrap {
    max-width: 900px;
    padding: 3rem 0;
}

.nemster-featured-image {
    margin: 0 0 1.5rem;
    border-radius: var(--nemster-radius);
    overflow: hidden;
    border: 1px solid var(--nemster-line);
    background: #fff;
}

.nemster-featured-image img {
    display: block;
    width: 100%;
}

.nemster-entry-content {
    color: var(--nemster-ink);
}

.nemster-entry-content > *:first-child {
    margin-top: 0;
}

.nemster-entry-content p,
.nemster-entry-content li {
    color: #31465e;
}

.nemster-entry-content a {
    color: var(--nemster-blue);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nemster-entry-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.1rem;
    border-left: 4px solid var(--nemster-blue);
    background: #eef6ff;
    border-radius: var(--nemster-radius);
}

.nemster-entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.4rem 0;
}

.nemster-entry-content th,
.nemster-entry-content td {
    padding: 0.75rem;
    border: 1px solid var(--nemster-line);
    text-align: left;
}

.nemster-blog-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1rem;
    border: 1px solid #b9d5ef;
    border-radius: var(--nemster-radius);
    background: #eef7ff;
}

.nemster-blog-cta strong {
    display: block;
    color: var(--nemster-blue);
    font-family: "Sora", Arial, sans-serif;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}

.nemster-blog-cta p {
    margin: 0;
}

.nemster-blog-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    flex: 0 0 auto;
}

.nemster-blog-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.5rem 0.72rem;
    border-radius: var(--nemster-radius);
    color: #fff;
    background: var(--nemster-blue);
    font-weight: 800;
}

.nemster-blog-cta-actions a:last-child {
    background: var(--nemster-green);
}

.nemster-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.nemster-post-card {
    overflow: hidden;
}

.nemster-post-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dce9f5;
}

.nemster-post-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nemster-post-card-body {
    padding: 1rem;
}

.nemster-post-card time {
    color: #60748b;
    font-size: 0.92rem;
    font-weight: 800;
}

.nemster-post-card h2 {
    margin-top: 0.35rem;
    font-size: 1.18rem;
}

.nemster-post-card h2 a:hover {
    color: var(--nemster-blue);
}

.nemster-pagination {
    margin-top: 1.5rem;
}

.nemster-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.nemster-pagination a,
.nemster-pagination span {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nemster-line);
    border-radius: var(--nemster-radius);
    background: #fff;
    color: var(--nemster-blue);
    font-weight: 800;
}

.nemster-pagination .current {
    color: #fff;
    background: var(--nemster-blue);
}

.nemster-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.nemster-search-form input {
    flex: 1 1 260px;
    min-height: 46px;
    border: 1px solid var(--nemster-line);
    border-radius: var(--nemster-radius);
    padding: 0.65rem 0.78rem;
    color: var(--nemster-ink);
    font: inherit;
}

.nemster-search-form button {
    min-height: 46px;
    border: 0;
    border-radius: var(--nemster-radius);
    padding: 0.65rem 1rem;
    color: #fff;
    background: var(--nemster-blue);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.nemster-post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--nemster-line);
}

.nemster-post-navigation a {
    color: var(--nemster-blue);
    font-weight: 800;
}

.nemster-empty-state {
    padding: 1.2rem;
}

.nemster-global-cta {
    padding: 2.6rem 0;
    background: var(--nemster-blue);
}

.nemster-global-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.4rem;
    align-items: center;
}

.nemster-global-cta .nemster-kicker {
    color: #bfe4ff;
}

.nemster-global-cta h2,
.nemster-global-cta p {
    color: #ffffff;
}

.nemster-global-cta p {
    max-width: 760px;
    margin-bottom: 0;
}

.nemster-global-cta .nemster-btn-primary {
    background: #ffffff;
    color: var(--nemster-blue);
    box-shadow: none;
}

.nemster-footer {
    color: #d9e7f5;
    background: #091b31;
}

.nemster-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.9fr 1fr;
    gap: 1.3rem;
    padding: 2.7rem 0;
}

.nemster-footer h2,
.nemster-footer h3 {
    color: #ffffff;
    font-size: 1.08rem;
}

.nemster-footer p,
.nemster-footer a {
    color: #d9e7f5;
}

.nemster-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.nemster-footer-links {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nemster-footer-actions {
    margin-top: 0.6rem;
}

.nemster-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0.8rem 0;
}

.nemster-footer-bottom p {
    margin: 0;
    color: #c7d7e7;
    font-size: 0.95rem;
}

.nemster-mobile-actions {
    display: none;
}

.aligncenter {
    display: block;
    margin-inline: auto;
}

.alignleft {
    float: left;
    margin: 0.35rem 1rem 1rem 0;
}

.alignright {
    float: right;
    margin: 0.35rem 0 1rem 1rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    color: var(--nemster-muted);
    font-size: 0.92rem;
}

@media (max-width: 1020px) {
    .nemster-hero-grid,
    .nemster-why-grid,
    .nemster-global-cta-inner,
    .nemster-footer-grid {
        grid-template-columns: 1fr;
    }

    .nemster-service-grid,
    .nemster-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nemster-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nemster-global-cta .nemster-cta-actions {
        margin-top: 0;
    }
}

@media (max-width: 860px) {
    body.admin-bar .nemster-header {
        top: 46px;
    }

    .nemster-topbar {
        justify-content: center;
        text-align: center;
    }

    .nemster-topbar-actions {
        display: none;
    }

    .nemster-menu-toggle {
        display: inline-block;
    }

    .nemster-primary-nav {
        position: fixed;
        inset: 116px 16px auto;
        display: none;
        padding: 0.75rem;
        border: 1px solid var(--nemster-line);
        border-radius: var(--nemster-radius);
        background: #ffffff;
        box-shadow: var(--nemster-shadow);
        max-height: calc(100vh - 150px);
        overflow: auto;
    }

    body.admin-bar .nemster-primary-nav {
        top: 162px;
    }

    body.nemster-nav-open .nemster-primary-nav {
        display: block;
    }

    .nemster-primary-menu,
    .nemster-primary-menu .sub-menu {
        position: static;
        display: grid;
        gap: 0.2rem;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        border: 0;
        padding: 0;
        min-width: 0;
    }

    .nemster-primary-menu .sub-menu {
        margin-left: 0.85rem;
        padding-left: 0.75rem;
        border-left: 2px solid var(--nemster-line);
    }

    .nemster-primary-menu a {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    body {
        padding-bottom: calc(74px + env(safe-area-inset-bottom));
        font-size: 16px;
    }

    .nemster-container {
        width: min(100% - 24px, 1140px);
    }

    .nemster-header-main {
        min-height: 70px;
    }

    .nemster-brand-mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .nemster-logo-img,
    .nemster-brand .custom-logo,
    .custom-logo-link img {
        max-width: min(170px, 52vw) !important;
        max-height: 54px !important;
    }

    .nemster-brand-text strong {
        font-size: 0.92rem;
    }

    .nemster-brand-text small {
        font-size: 0.75rem;
    }

    .nemster-hero {
        padding: 3.2rem 0 2.8rem;
    }

    .nemster-hero-copy h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .nemster-hero-copy p {
        font-size: 1.06rem;
    }

    .nemster-hero-grid,
    .nemster-service-grid,
    .nemster-post-grid,
    .nemster-project-grid,
    .nemster-proof-grid {
        grid-template-columns: 1fr;
    }

    .nemster-cta-actions,
    .nemster-card-actions,
    .nemster-blog-cta,
    .nemster-post-navigation {
        align-items: stretch;
        flex-direction: column;
    }

    .nemster-btn,
    .nemster-small-btn,
    .nemster-blog-cta-actions a {
        width: 100%;
    }

    .nemster-section {
        padding: 3rem 0;
    }

    .nemster-page-hero {
        padding: 2.6rem 0 2.2rem;
    }

    .nemster-content-wrap {
        padding: 2rem 0;
    }

    .nemster-mobile-actions {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        z-index: 120;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        padding: 0.5rem;
        border: 1px solid #c9d9e8;
        border-radius: var(--nemster-radius);
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 16px 34px rgba(10, 36, 68, 0.22);
    }

    .nemster-mobile-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        border-radius: var(--nemster-radius);
        color: #fff;
        font-weight: 900;
        line-height: 1;
    }

    .nemster-mobile-call {
        background: var(--nemster-blue);
    }

    .nemster-mobile-whatsapp {
        background: var(--nemster-green);
    }
}

@media (max-width: 420px) {
    .nemster-brand-text small {
        display: none;
    }

    .nemster-topbar {
        font-size: 0.82rem;
    }
}
