/* Глобальная типографика: Inter + системные sans-serif */
html {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

button,
input,
select,
textarea,
.btn {
    font-family: inherit;
}

/* Фоновое видео в hero: заполняет блок, затемнение и текст — как в теме (z-index из default.css) */
.hero-video-banner .hero-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.hero-video-banner .hero-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Карточка основателя: фото заполняет блок как у макета 551×597 */
.about-style01 .about-profile > img {
    width: 100%;
    display: block;
    aspect-ratio: 551 / 597;
    object-fit: cover;
    object-position: center 20%;
}

/* Светлая сетка услуг 3×3 (после блока Services) */
.services-grid-light-section {
    background: #ffffff;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

@media (min-width: 992px) {
    .services-grid-light-section {
        padding-top: 5.5rem;
        padding-bottom: 6rem;
    }
}

/* Заголовок над сеткой: "SERVICES / Showcasing excellence through portfolios" */
.services-grid-light-section .section-title01 .sub-title {
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #111314;
    opacity: 0.75;
}

.services-grid-light-section .section-title01 h2 {
    color: #111314;
}

.services-grid-light-section .section-title01-divider {
    display: block;
    width: 72px;
    height: 2px;
    margin: 1.25rem auto 0;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.services-grid-light-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 168px;
    height: 100%;
    padding: 1.5rem 1.5rem 1.35rem;
    background: #f4f5f7;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.services-grid-light-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.08);
    color: inherit;
}

.services-grid-light-card:focus-visible {
    outline: 2px solid var(--primary-color, #2bce33);
    outline-offset: 3px;
}

.services-grid-light-icon {
    position: absolute;
    top: 1.15rem;
    right: 1.15rem;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(43, 206, 51, 0.12);
    color: var(--primary-color, #2bce33);
    flex-shrink: 0;
    transition: background 0.22s ease, transform 0.22s ease;
    pointer-events: none;
}

.services-grid-light-icon svg {
    display: block;
}

.services-grid-light-card:hover .services-grid-light-icon {
    background: rgba(43, 206, 51, 0.22);
    transform: scale(1.05);
}

.services-grid-light-title {
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    max-width: 95%;
    padding-right: 3.25rem;
}

.services-grid-light-cta {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color, #2bce33);
}

.services-grid-light-card:hover .services-grid-light-cta {
    text-decoration: none;
    color: var(--primary-color-hover, #38c642);
}

/* --- Group-вариант: заголовок + подзаголовок + активный список ссылок --- */
.services-grid-light-card--group {
    min-height: 0;
    justify-content: flex-start;
    cursor: default;
    padding: 1.35rem 1.5rem 1.4rem;
}

.services-grid-light-card--group:hover {
    transform: none;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.08);
}

.services-grid-light-card--group .services-grid-light-title {
    font-size: 1.28rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    padding-right: 3rem;
    margin-bottom: 0 !important;
}

.services-grid-light-subtitle {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

.services-grid-light-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    width: 100%;
}

.services-grid-light-list li {
    margin: 0;
}

.services-grid-light-list a {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.3rem 0;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.4;
    text-decoration: none;
    letter-spacing: -0.005em;
    transition: color 0.18s ease, gap 0.18s ease;
}

.services-grid-light-list a::before {
    content: '';
    width: 14px;
    height: 2px;
    background: var(--primary-color, #2bce33);
    border-radius: 2px;
    flex-shrink: 0;
    transition: width 0.18s ease;
}

.services-grid-light-list a:hover,
.services-grid-light-list a:focus-visible {
    color: var(--primary-color, #2bce33);
    gap: 0.75rem;
    outline: none;
}

.services-grid-light-list a:hover::before,
.services-grid-light-list a:focus-visible::before {
    width: 22px;
}

/* ABOUT US v2 — новый макет: две фото слева + контент справа */
.about-style01--v2 .about-images-stack {
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.about-style01--v2 .about-image-main {
    flex: 1 1 56%;
    max-width: 56%;
    margin-top: 0;
}

.about-style01--v2 .about-image-second {
    flex: 1 1 44%;
    max-width: 44%;
    margin-top: 3.5rem;
}

.about-style01--v2 .about-image-main img,
.about-style01--v2 .about-image-second img {
    width: 100%;
    display: block;
    aspect-ratio: 3 / 5;
    object-fit: cover;
    border-radius: 14px;
}

@media (max-width: 575px) {
    .about-style01--v2 .about-images-stack {
        gap: 0.6rem;
    }
    .about-style01--v2 .about-image-second {
        margin-top: 2rem;
    }
}

/* feature cards — Expertise / Transparent Reporting */
.about-style01--v2 .about-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.about-style01--v2 .about-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(43, 206, 51, 0.12);
    color: var(--primary-color, #2bce33);
    transition: transform 0.22s ease, background 0.22s ease;
}

.about-style01--v2 .about-feature:hover .about-feature-icon {
    background: rgba(43, 206, 51, 0.2);
    transform: translateY(-2px);
}

.about-style01--v2 .about-feature-title {
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
    color: #111314;
    letter-spacing: -0.01em;
}

/* Унифицированные отступы блока About */
.about-style01--v2 p {
    line-height: 1.7;
}

.about-style01--v2 p + p {
    margin-top: 1rem;
}

.about-style01--v2 .row.g-3 {
    margin-top: 0.5rem;
    margin-bottom: 1.75rem !important;
}

.about-style01--v2 .about-check-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin: 0 0 2rem !important;
    padding: 0;
}

.about-style01--v2 .about-check-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
}

.about-style01--v2 .about-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--primary-color, #2bce33);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ================================================== */
/* TEAM TREE (subscription-based team org chart)      */
/* ================================================== */
.team-tree-section {
    background: #ffffff;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

@media (min-width: 992px) {
    .team-tree-section {
        padding-top: 6rem;
        padding-bottom: 7rem;
    }
}

.team-tree-section .section-title01 h2 {
    color: #111314;
}

.team-tree-subtitle {
    color: #6b7280;
    max-width: 640px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.975rem;
    line-height: 1.55;
}

.team-tree-subtitle strong {
    color: #111314;
    font-weight: 700;
}

/* Горизонтальный скролл на мобилках, чтобы схема не ломалась */
.team-tree-scroll {
    margin-top: 2.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}

.team-tree {
    --team-line: #d5d8de;
    --team-node-w: 140px;
    --team-gap: 1.25rem;
    --team-v: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 900px;
    margin: 0 auto;
    padding: 0.5rem 1rem;
}

.team-tree-level {
    position: relative;
    display: flex;
    justify-content: center;
    gap: var(--team-gap);
}

.team-tree-level-3 {
    --team-node-w: 138px;
    --team-gap: 0.75rem;
}

.team-tree-line {
    width: 2px;
    height: var(--team-v);
    background: var(--team-line);
}

.team-tree-line-up {
    margin: 0 auto;
}

.team-tree-node-wrap {
    flex: 0 0 var(--team-node-w);
    width: var(--team-node-w);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-tree-node-wrap-featured {
    flex: 0 0 200px;
    width: 200px;
}

.team-tree-branch-h {
    position: absolute;
    top: 0;
    left: calc(var(--team-node-w) / 2);
    right: calc(var(--team-node-w) / 2);
    height: 2px;
    background: var(--team-line);
}

/* Узел команды */
.team-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.team-node-avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    background: #f4f5f7;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 18px rgba(17, 19, 20, 0.08);
}

.team-node-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(8%);
}

.team-node-title {
    margin-top: 0.75rem;
    font-weight: 700;
    color: #111314;
    font-size: 0.925rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.team-node-title small {
    display: block;
    font-weight: 600;
    font-size: 0.825rem;
    color: #1a1a1a;
    opacity: 0.75;
}

.team-node-hours {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    color: #6b7280;
    font-weight: 500;
}

/* Выделенный узел — Head of Digital */
.team-node-featured {
    width: 178px;
    height: 178px;
    border-radius: 50%;
    padding: 1rem 0.75rem;
    justify-content: center;
    background: radial-gradient(circle at 30% 20%, #7cff95 0%, var(--primary-color, #2bce33) 55%, #1fa828 100%);
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(43, 206, 51, 0.38);
}

.team-node-featured .team-node-avatar {
    width: 68px;
    height: 68px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    box-shadow: none;
}

.team-node-featured .team-node-title {
    margin-top: 0.55rem;
    color: #ffffff;
    font-size: 0.9rem;
}

.team-node-featured .team-node-hours {
    margin-top: 0.1rem;
    color: rgba(255, 255, 255, 0.85);
}

/* Адаптив: на мобилках структура остаётся, но скроллится горизонтально */
@media (max-width: 767px) {
    .team-tree {
        --team-node-w: 120px;
        --team-gap: 0.75rem;
        min-width: 820px;
    }
    .team-node-avatar {
        width: 70px;
        height: 70px;
    }
    .team-node-featured {
        width: 158px;
        height: 158px;
    }
    .team-tree-node-wrap-featured {
        flex: 0 0 180px;
        width: 180px;
    }
}

/* ================================================== */
/* INDUSTRIES ("We work with any industry") section    */
/* ================================================== */
.industries-section {
    background: #ffffff;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

@media (min-width: 992px) {
    .industries-section {
        padding-top: 5.5rem;
        padding-bottom: 6rem;
    }
}

.industries-section .section-title01 h2 {
    color: #111314;
}

.industries-section p {
    color: #4a5560;
    line-height: 1.7;
}

.industries-section .industries-helper {
    font-weight: 700;
    color: #111314;
    letter-spacing: -0.01em;
    line-height: 1.45;
}

/* Карточка индустрии */
.industry-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    height: 100%;
}

.industry-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(17, 19, 20, 0.08);
    border-color: rgba(0, 0, 0, 0.08);
}

.industry-card-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111314;
}

.industry-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%) contrast(1.02);
    transition: transform 0.5s ease, filter 0.3s ease;
}

.industry-card:hover .industry-card-image img {
    transform: scale(1.05);
    filter: grayscale(0%) contrast(1);
}

.industry-card-number {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.45rem 0.95rem;
    background: rgba(17, 19, 20, 0.85);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    border-top-right-radius: 8px;
}

.industry-card-icon {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--primary-color, #2bce33);
    color: #111314;
    box-shadow: 0 8px 20px rgba(43, 206, 51, 0.35);
    transition: transform 0.22s ease, background 0.22s ease;
}

.industry-card:hover .industry-card-icon {
    transform: translateY(-2px) scale(1.05);
}

.industry-card-icon svg {
    display: block;
}

.industry-card-body {
    padding: 1.25rem 1.25rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.industry-card-title {
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 700;
    color: #111314;
    letter-spacing: -0.015em;
    margin: 0;
}

.industry-card-desc {
    margin: 0;
    font-size: 0.925rem;
    line-height: 1.55;
    color: #6b7280;
}

/* Owl-carousel adjustments */
.industries-carousel .owl-stage {
    display: flex;
}

.industries-carousel .owl-item {
    display: flex;
    height: auto;
}

.industries-carousel .owl-item > div,
.industries-carousel .owl-item .industry-card {
    width: 100%;
}

/* SEO Services page: Our Experts — same card language as homepage industries */
.seo-innovation-stack .industry-card.seo-expert-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.seo-innovation-stack .industry-card.seo-expert-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 22px 50px rgba(17, 19, 20, 0.12);
    border-color: rgba(0, 0, 0, 0.1);
}

.seo-innovation-stack .industry-card.seo-expert-card .industry-card-body {
    position: relative;
    padding-bottom: 1.6rem;
}

.seo-innovation-stack .seo-expert-linkedin {
    position: absolute;
    right: 1.25rem;
    bottom: 1rem;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color, #2bce33);
    color: #111314;
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(43, 206, 51, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
}

.seo-innovation-stack .seo-expert-linkedin:hover {
    background: var(--primary-color-hover, #38c642);
    color: #111314;
    transform: scale(1.06);
}

/* ================================================== */
/* REVIEWS ("Check Out Our Reviews")                   */
/* ================================================== */
.reviews-section {
    background: #ffffff;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

@media (min-width: 992px) {
    .reviews-section {
        padding-top: 5.5rem;
        padding-bottom: 6rem;
    }
}

.reviews-section .section-title01 h2 {
    color: #111314;
}

/* Карточка отзыва */
.review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.35rem 1.4rem 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(17, 19, 20, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    height: 100%;
    min-height: 280px;
}

.review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(17, 19, 20, 0.08);
    border-color: rgba(43, 206, 51, 0.25);
}

.review-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.review-card-meta {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.review-card-name {
    margin: 0;
    font-size: 0.975rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary-color, #2bce33);
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-card-time {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.3;
}

.review-card-badge {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.review-card-badge svg {
    display: block;
}

/* Звёзды рейтинга */
.review-card-stars {
    display: flex;
    gap: 0.2rem;
    color: #f5b50a;
}

.review-card-stars svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: block;
}

/* Текст отзыва — скроллится, если слишком длинный */
.review-card-text {
    margin: 0;
    font-size: 0.925rem;
    line-height: 1.6;
    color: #4a5560;
    max-height: 180px;
    overflow-y: auto;
    padding-right: 0.5rem;

    /* firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 19, 20, 0.25) transparent;
}

.review-card-text::-webkit-scrollbar {
    width: 4px;
}

.review-card-text::-webkit-scrollbar-track {
    background: transparent;
}

.review-card-text::-webkit-scrollbar-thumb {
    background: rgba(17, 19, 20, 0.2);
    border-radius: 4px;
}

.review-card-text::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color, #2bce33);
}

/* Owl-carousel для отзывов — одинаковая высота карточек */
.reviews-carousel .owl-stage {
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
}

.reviews-carousel .owl-item {
    display: flex;
    height: auto;
}

.reviews-carousel .owl-item > div,
.reviews-carousel .owl-item .review-card {
    width: 100%;
}

.reviews-carousel .owl-dots {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 0.45rem;
}

.reviews-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(17, 19, 20, 0.2);
    display: block;
    transition: background 0.22s ease, transform 0.22s ease;
}

.reviews-carousel .owl-dot.active span,
.reviews-carousel .owl-dot:hover span {
    background: var(--primary-color, #2bce33);
    transform: scale(1.2);
}

/* Footer (Nwise Group) */
/* Same PNGs are used for header/footer; wordmark is dark — light dock matches header hero treatment */
.footer-brand-link {
    display: inline-flex;
    align-items: center;
    padding: 0.52rem 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
}

.footer-brand-link:hover {
    text-decoration: none;
}

.footer-brand-link .footer-brand-logo {
    width: auto;
    max-height: 44px;
    height: auto;
    display: block;
}

.footer-brand-logo {
    width: auto;
    max-height: 40px;
    height: auto;
}

.footer-address {
    font-style: normal;
}

/* Keep footer CTA proportional to the brand mark block */
footer .btn-style01.white.primary-hover {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    padding: 0.72rem 1.3rem !important;
}

/* ========== Nwise Group header: Intero-style flat nav + calmer motion ========== */
/* Solid light plate on dark hero; green hairline echoes CTA (#2bce33) */
.header-prometrix:not(.scrollHeader) .navbar-brand {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    transition: background 0.45s ease, box-shadow 0.45s ease, padding 0.45s ease, border-radius 0.45s ease;
}

.header-prometrix.scrollHeader .navbar-brand {
    display: inline-block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

@media (min-width: 992px) {
    header.header-prometrix.scrollHeader .navbar-default {
        animation: none !important;
        transition: background-color 0.5s ease, box-shadow 0.5s ease !important;
    }

    header.header-prometrix .navbar-default {
        transition: background-color 0.45s ease, box-shadow 0.45s ease;
    }

    header.header-prometrix.scrollHeader .navbar-header-custom {
        transition: padding 0.45s ease !important;
    }

    .prometrix-header-nav.navbar-nav {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 0.35rem;
        row-gap: 0.25rem;
    }

    .prometrix-header-nav.navbar-nav > li {
        float: none;
        margin-left: 0 !important;
    }

    .header-prometrix.header-style1 .navbar-nav > li > a,
    .header-prometrix.header-style1.menu_area-light .navbar-nav > li > a {
        text-transform: none;
        letter-spacing: 0.01em;
        font-weight: 600;
        font-size: 0.98rem;
        padding: 1.35rem 0.75rem;
        transition: color 0.38s ease, opacity 0.38s ease;
    }

    .header-prometrix.header-style1 .navbar-nav > li > a {
        position: relative;
    }

    /* Underline on simple links only (.has-sub keeps theme chevron on ::after) */
    .header-prometrix.header-style1 .navbar-nav > li:not(.has-sub) > a::before {
        content: "";
        position: absolute;
        left: 0.45rem;
        right: 0.45rem;
        bottom: 0.5rem;
        height: 2px;
        border-radius: 2px;
        background: var(--primary-color, #2bce33);
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.42s ease;
        pointer-events: none;
    }

    .header-prometrix.header-style1 .navbar-nav > li:not(.has-sub) > a:hover::before,
    .header-prometrix.header-style1 .navbar-nav > li:not(.has-sub).current > a::before {
        transform: scaleX(1);
    }

    /* Dropdown parents: same tone as Blog / Contact */
    .header-prometrix.header-style1 .navbar-nav > li.has-sub > a {
        color: #fff !important;
        transition: color 0.2s ease, opacity 0.2s ease;
    }

    .header-prometrix.header-style1 .navbar-nav > li.has-sub > a:hover {
        color: rgba(255, 255, 255, 0.92) !important;
        opacity: 1;
    }

    .header-prometrix.header-style1.scrollHeader .navbar-nav > li.has-sub > a {
        color: #191919 !important;
    }

    .header-prometrix.header-style1.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: #111314 !important;
    }

    .header-prometrix:not(.scrollHeader) .navbar > ul > li.has-sub > a:after {
        border-color: transparent rgba(255, 255, 255, 0.85) rgba(255, 255, 255, 0.85) transparent;
    }

    .header-prometrix.scrollHeader .navbar > ul > li.has-sub > a:after {
        border-color: transparent #191919 #191919 transparent;
    }

    /* Open dropdown: same green bar as Blog / Contact (no width-varying pills) */
    .header-prometrix.header-style1 .navbar-nav > li.has-sub > a::before {
        content: "";
        position: absolute;
        left: 0.45rem;
        right: 0.45rem;
        bottom: 0.5rem;
        height: 2px;
        border-radius: 2px;
        background: var(--primary-color, #2bce33);
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.28s ease;
        pointer-events: none;
    }

    .header-prometrix.header-style1 .navbar-nav > li.has-sub.prometrix-menu-open > a::before,
    .header-prometrix.header-style1 .navbar-nav > li.has-sub > a:hover::before {
        transform: scaleX(1);
    }

    /* Desktop: hide mobile submenu hit target */
    .header-prometrix .navbar-nav > li.has-sub > .submenu-button {
        display: none !important;
    }

    .header-prometrix .navbar-brand img {
        transition: opacity 0.35s ease, max-height 0.45s ease;
    }

    .header-prometrix .attr-nav > ul > li > a {
        transition: color 0.38s ease, opacity 0.38s ease;
    }

    /* Match CTA typography rhythm to nav labels */
    .header-prometrix .attr-nav > ul > li > a.btn-style01 {
        font-size: 0.98rem;
        font-weight: 600;
        letter-spacing: 0.01em;
        text-transform: none;
        padding: 0.68rem 1.15rem !important;
        border-radius: 6px;
    }

    /* Click-to-open: never show flyouts on hover alone; kill theme hover open */
    .header-prometrix .navbar-nav > li.has-sub:not(.prometrix-menu-open):hover > ul {
        left: -9999px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        margin-top: 10px !important;
    }

    .header-prometrix .navbar-nav > li.has-sub.prometrix-menu-open > ul {
        left: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        margin-top: 0 !important;
        transition: opacity 0.16s ease, margin-top 0.16s ease, visibility 0s linear 0s !important;
    }

    .header-prometrix .navbar-nav > li.has-sub:not(.prometrix-menu-open) > ul {
        transition: opacity 0.12s ease, margin-top 0.12s ease, visibility 0s linear 0.12s !important;
    }

    .header-prometrix .navbar-nav > li.has-sub > ul:not(.megamenu) {
        min-width: 220px !important;
        padding: 8px 0 !important;
        border-radius: 10px;
    }

    .header-prometrix .navbar-nav > li.has-sub > ul:not(.megamenu) > li > a {
        padding: 7px 18px !important;
        font-size: 0.9rem;
    }

    /* Flyout links stay dark on white panels (theme can force white on header-style1) */
    .header-prometrix.menu_area-light.header-style1 .navbar-nav li.has-sub > ul a:hover {
        color: #111314 !important;
    }

    .header-prometrix .navbar ul ul li {
        transition: background-color 0.22s ease, color 0.22s ease;
    }
}

@media (max-width: 991px) {
    /* ========== Nwise Group mobile/tablet nav — match desktop Intero + btn-style01 ========== */
    .header-prometrix .menu_area,
    .header-prometrix .menu_area .navbar-nav {
        font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    }

    /* Sticky header bar */
    header.header-prometrix .navbar-default {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1035;
        background: #fff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    }

    header.header-prometrix .navbar-header-custom {
        position: relative;
        z-index: 1036;
        padding: 8px 0;
        min-height: 70px;
        display: flex;
        align-items: center;
    }

    header.header-prometrix .navbar-brand {
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    header.header-prometrix .navbar-brand img {
        max-height: 44px;
    }

    /* Hamburger / close — same green + radius as btn-style01 */
    header.header-prometrix .navbar-toggler,
    header.header-prometrix .navbar-toggler.bg-primary {
        position: absolute;
        right: 0;
        top: 13px;
        z-index: 1036;
        width: 48px;
        height: 44px;
        padding: 0;
        border: none;
        border-radius: 5px !important;
        overflow: hidden;
        background: var(--primary-color, #2bce33) !important;
        box-shadow: 0 4px 14px rgba(43, 206, 51, 0.32);
        transition: background 0.35s ease, box-shadow 0.35s ease;
    }

    header.header-prometrix .navbar-toggler:before {
        top: 17px;
        right: 14px;
        width: 20px;
        height: 2px;
        background: #fff !important;
    }

    header.header-prometrix .navbar-toggler:after {
        top: 23px;
        right: 14px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    header.header-prometrix .navbar-toggler.menu-opened:before,
    header.header-prometrix .navbar-toggler.menu-opened:after {
        top: 21px;
        right: 14px;
        width: 20px;
        background: #fff !important;
    }

    header.header-prometrix .attr-nav {
        position: relative;
        z-index: 1036;
        margin-right: 56px;
    }

    header.header-prometrix .attr-nav > ul > li > a {
        color: #191919 !important;
        font-size: 1rem;
        padding: 12px 10px;
        transition: color 0.35s ease, opacity 0.35s ease;
    }

    header.header-prometrix .attr-nav > ul > li > a:hover {
        color: var(--primary-color, #2bce33) !important;
        opacity: 1;
    }

    /* Open menu panel */
    header.header-prometrix .navbar-nav {
        top: 70px;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 0 0 12px 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1) !important;
        padding: 0.2rem 0 0.85rem;
    }

    /* Top-level links — override theme uppercase / heavy tracking */
    .header-prometrix .navbar-nav > li {
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
        transition: background-color 0.35s ease;
    }

    .header-prometrix .navbar-nav > li > a,
    .header-prometrix.menu_area-light .navbar-nav > li > a,
    .header-prometrix.menu_area-light.scrollHeader .navbar-nav > li > a,
    .header-prometrix.menu_area-light.fixedHeader .navbar-nav > li > a {
        position: relative;
        font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.01em !important;
        text-transform: none !important;
        color: #111314 !important;
        padding: 0.9rem 3.5rem 0.9rem 1.25rem !important;
        line-height: 1.35;
        transition: color 0.35s ease, background-color 0.35s ease;
    }

    /* Current page only — text color, no row fill */
    .header-prometrix .navbar-nav > li.current > a {
        color: var(--primary-color, #2bce33) !important;
    }

    /* Row highlight on hover / tap only (not when merely expanded) */
    .header-prometrix .navbar-nav > li:hover,
    .header-prometrix .navbar-nav > li:active {
        background: rgba(43, 206, 51, 0.12) !important;
    }

    .header-prometrix .navbar-nav > li.has-sub:hover > .submenu-button:after,
    .header-prometrix .navbar-nav > li.has-sub:hover > .submenu-button:before,
    .header-prometrix .navbar-nav > li.has-sub:active > .submenu-button:after,
    .header-prometrix .navbar-nav > li.has-sub:active > .submenu-button:before {
        background: var(--primary-color, #2bce33);
    }

    /* +/- expand controls */
    .header-prometrix .navbar-nav > li.has-sub > .submenu-button {
        width: 3.5rem;
        min-height: 48px;
        height: 100%;
        left: auto;
    }

    .header-prometrix .navbar-nav .submenu-button:after,
    .header-prometrix .navbar-nav .submenu-button:before {
        background: #6b7280;
        transition: background 0.25s ease;
    }

    .header-prometrix .navbar-nav > li.has-sub.active > .submenu-button:after,
    .header-prometrix .navbar-nav > li.has-sub.active > .submenu-button:before,
    .header-prometrix ul.prometrix-megamenu > li.active > .submenu-button:after,
    .header-prometrix ul.prometrix-megamenu > li.active > .submenu-button:before {
        background: var(--primary-color, #2bce33);
    }

    /* Shared dropdown link typography */
    .header-prometrix .navbar-nav > li.has-sub > ul:not(.megamenu) > li > a,
    .header-prometrix ul.prometrix-megamenu .prometrix-mega-title .sub-title,
    .header-prometrix ul.prometrix-megamenu .prometrix-mega-links > li:not(.prometrix-mega-title) > a {
        font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
        letter-spacing: 0.01em !important;
        text-transform: none !important;
        line-height: 1.4;
        text-decoration: none !important;
        transition: color 0.25s ease, background-color 0.25s ease;
    }

    .header-prometrix .navbar-nav ul li:hover,
    .header-prometrix .navbar-nav ul li:active {
        background: rgba(43, 206, 51, 0.12) !important;
    }

    .header-prometrix .navbar-nav ul li a:hover,
    .header-prometrix .navbar-nav ul li a:focus-visible {
        color: #111314 !important;
    }

    .header-prometrix .navbar .sub-title {
        text-transform: none !important;
        letter-spacing: 0.01em !important;
    }

    .header-prometrix .navbar-nav ul li {
        transition: background-color 0.35s ease, color 0.35s ease;
    }

    /*
     * Mobile nav depth
     * L1 — top row (About, Services, Blog)
     * L2 — first dropdown panel (About links, service categories, Resources links)
     * L3 — service group label (SEO & GEO, Paid Media, …)
     * L4 — pages under a group (SEO Services, Google Ads, …)
     */

    /* L2 — About / Resources simple dropdowns */
    .header-prometrix .navbar-nav > li.has-sub > ul:not(.megamenu) {
        margin: 0 0 0 0.65rem !important;
        padding: 0.35rem 0 0.5rem !important;
        border-left: 3px solid var(--primary-color, #2bce33) !important;
        background: #f3f5f6 !important;
    }

    .header-prometrix .navbar-nav > li.has-sub > ul:not(.megamenu) > li > a {
        font-size: 0.9rem !important;
        font-weight: 500 !important;
        color: #4a5560 !important;
        padding: 0.5rem 1.25rem 0.5rem 2rem !important;
    }

    /* L2 — Services dropdown panel */
    .header-prometrix .navbar-nav > li.prometrix-megamenu-parent > ul.prometrix-megamenu {
        margin: 0 0 0 0.65rem !important;
        padding: 0.35rem 0 0.5rem !important;
        border-left: 3px solid var(--primary-color, #2bce33) !important;
        background: #f3f5f6 !important;
    }

    .header-prometrix ul.prometrix-megamenu > li {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none !important;
        border-radius: 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .header-prometrix ul.prometrix-megamenu > li:first-child {
        border-top: none !important;
    }

    .header-prometrix ul.prometrix-megamenu > li.has-sub > .submenu-button {
        display: block !important;
        width: 3.5rem;
        min-height: 48px;
        height: 100%;
        left: auto;
        top: 0;
    }

    .header-prometrix ul.prometrix-megamenu > li.has-sub > .submenu-button:after {
        top: 24px;
        right: 16px;
    }

    .header-prometrix ul.prometrix-megamenu > li.has-sub > .submenu-button:before {
        top: 20px;
        right: 20px;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-icon {
        display: none !important;
    }

    .header-prometrix ul.prometrix-megamenu > li > ul.prometrix-mega-links {
        display: block !important;
        position: static !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .header-prometrix ul.prometrix-megamenu > li:not(.active) .prometrix-mega-links > li:not(.prometrix-mega-title) {
        display: none !important;
    }

    .header-prometrix ul.prometrix-megamenu > li.active .prometrix-mega-links > li {
        display: block !important;
    }

    /* L3 — service group row */
    .header-prometrix ul.prometrix-megamenu .prometrix-mega-title .sub-title {
        display: block;
        font-size: 0.9rem !important;
        font-weight: 600 !important;
        color: #111314 !important;
        padding: 0.55rem 3.5rem 0.55rem 2.25rem !important;
        cursor: pointer;
        background: transparent !important;
    }

    /* L4 — nested links under an open group */
    .header-prometrix ul.prometrix-megamenu > li.active > ul.prometrix-mega-links {
        margin: 0 0 0.4rem 1.15rem !important;
        padding: 0.3rem 0 0.4rem !important;
        border-left: 2px solid rgba(43, 206, 51, 0.5) !important;
        background: #e9ecef !important;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-links > li:not(.prometrix-mega-title) > a {
        display: block;
        font-size: 0.875rem !important;
        font-weight: 500 !important;
        color: #5a6570 !important;
        padding: 0.48rem 1.25rem 0.48rem 2.5rem !important;
        border-radius: 0;
        background: transparent !important;
    }

    .header-prometrix ul.prometrix-megamenu > li:nth-child(5),
    .header-prometrix ul.prometrix-megamenu > li:nth-child(6) {
        grid-column: auto;
        border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
        margin-top: 0;
        padding-top: 0;
    }
}

/* Services megamenu (Intero-style grid) */
@media (min-width: 992px) {
    .header-prometrix .menu_area {
        position: relative;
    }

    .header-prometrix .navbar-nav > li.prometrix-megamenu-parent {
        position: static;
    }

    .header-prometrix .navbar-nav > li.prometrix-megamenu-parent > ul.megamenu.prometrix-megamenu {
        left: -9999px !important;
        right: 0;
        width: 100%;
        transform: none;
        max-width: none;
        max-height: min(82vh, 760px);
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        margin-left: 0 !important;
        margin-top: 0;
        padding: 1.85rem 1.5rem 1.35rem !important;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 20px 56px rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.06);
        border-top: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.14s ease, visibility 0s linear 0.14s !important;
    }

    .header-prometrix .navbar-nav > li.prometrix-megamenu-parent.prometrix-menu-open > ul.megamenu.prometrix-megamenu {
        left: 0 !important;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        margin-top: 0.5rem !important;
        transition: opacity 0.16s ease, visibility 0s linear 0s !important;
    }

    .header-prometrix ul.prometrix-megamenu {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        list-style: none;
        gap: 0;
    }

    .header-prometrix ul.prometrix-megamenu > li {
        float: none !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
        padding: 0.35rem 0.85rem 0.75rem;
        border-right: 1px solid rgba(0, 0, 0, 0.07);
        box-sizing: border-box;
        border-radius: 10px;
        transition: background-color 0.2s ease, box-shadow 0.2s ease;
    }

    .header-prometrix ul.prometrix-megamenu > li:hover {
        background: rgba(43, 206, 51, 0.1);
        box-shadow: inset 0 0 0 1px rgba(43, 206, 51, 0.22);
    }

    .header-prometrix ul.prometrix-megamenu > li:nth-child(4) {
        border-right: none;
    }

    .header-prometrix ul.prometrix-megamenu > li:nth-child(5) {
        grid-column: 1 / span 2;
        border-right: none;
        padding-top: 0.5rem;
        margin-top: 0.15rem;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    .header-prometrix ul.prometrix-megamenu > li:nth-child(6) {
        grid-column: 3 / span 2;
        border-right: none;
        padding-top: 0.5rem;
        margin-top: 0.15rem;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    .header-prometrix ul.prometrix-megamenu > li > ul {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none;
        background: transparent !important;
        box-shadow: none !important;
    }

    .header-prometrix ul.prometrix-megamenu > li > ul > li {
        padding: 0;
        margin: 0;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-title {
        margin-bottom: 0.35rem;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-title .sub-title {
        display: block;
        font-size: 1.02rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #111314 !important;
        padding: 0 0 0.35rem 0;
        text-decoration: none;
        transition: color 0.18s ease;
    }

    /* Legacy row removed from markup; hide if cached HTML still includes it */
    .header-prometrix ul.prometrix-megamenu .prometrix-mega-all {
        display: none !important;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-title .sub-title:hover {
        color: var(--primary-color, #2bce33) !important;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-icon {
        display: inline-flex;
        width: 1.85rem;
        height: 1.85rem;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.35rem;
        border-radius: 7px;
        background: rgba(43, 206, 51, 0.12);
        color: var(--primary-color, #2bce33);
        font-size: 0.82rem;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-links {
        width: 100%;
        text-align: left;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-links > li > a {
        display: block;
        padding: 0.22rem 0;
        font-size: 0.84rem;
        font-weight: 500;
        color: #4a5560 !important;
        transition: color 0.18s ease, padding-left 0.18s ease;
    }

    .header-prometrix ul.prometrix-megamenu .prometrix-mega-links > li > a:hover {
        color: #111314 !important;
        padding-left: 3px;
    }

    .header-prometrix .navbar-nav > li.has-sub > ul:not(.megamenu) > li > a {
        transition: color 0.32s ease, background-color 0.32s ease, padding-left 0.32s ease;
    }
}

/* Master Template 2 — eCommerce SEO (Intero-style section flow) */
.prometrix-master-ecom-seo .ecom-section-kicker {
    font-size: 0.6875rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color, #2bce33);
    margin-bottom: 0.5rem;
}

.prometrix-ecom-hero-light {
    background: linear-gradient(180deg, #fbfbfc 0%, #f3f6f8 100%);
    border-bottom: 1px solid rgba(17, 19, 20, 0.08);
    padding-top: 2.25rem;
    padding-bottom: 2.75rem;
}

@media (min-width: 992px) {
    .prometrix-ecom-hero-light {
        padding-top: 3.25rem;
        padding-bottom: 3.75rem;
    }
}

.prometrix-ecom-breadcrumb {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 1.75rem;
    text-align: center;
}

.prometrix-ecom-breadcrumb a {
    color: #4a5560;
    text-decoration: none;
}

.prometrix-ecom-breadcrumb a:hover {
    color: var(--primary-color, #2bce33);
}

.prometrix-ecom-breadcrumb-sep {
    display: inline-block;
    margin: 0 0.45rem;
    opacity: 0.45;
}

.prometrix-ecom-breadcrumb-current {
    color: #111314;
}

.prometrix-master-ecom-seo .ecom-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 100%;
}

.prometrix-master-ecom-seo .ecom-solution-row-label {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #111314;
}

.prometrix-master-ecom-seo .ecom-solution-chip {
    min-height: 7.5rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.55;
}

.prometrix-master-ecom-seo .ecom-award-slot {
    background: #fff;
    border: 1px dashed rgba(0, 0, 0, 0.12);
    min-height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prometrix-master-ecom-seo .ecom-expert-photo {
    width: 100%;
    max-width: 11.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(43, 206, 51, 0.15), rgba(17, 19, 20, 0.06));
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Google Ads — flip-card services grid (scoped to .gads-services only) */
.gads-services .card-style03 {
    height: 340px;
}

.gads-services .card-style03 .card-front {
    padding: 36px 28px 90px;
    justify-content: center;
}

.gads-services .card-style03 .card-back {
    padding: 28px 26px;
}

.gads-services .card-style03 .card-front h3 {
    font-size: 1.35rem;
    line-height: 1.35;
}

.gads-services .card-style03 .card-back p {
    font-size: 1.1rem;
    line-height: 1.55;
    font-weight: 500;
}

.gads-services .card-style03 .card-front .card-butn span {
    font-size: 15px;
    padding: 7px 18px;
    bottom: 28px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .gads-services .card-style03 {
        height: 280px;
    }

    .gads-services .card-style03 .card-front {
        padding: 24px 16px 70px;
    }

    .gads-services .card-style03 .card-back {
        padding: 22px 18px;
    }

    .gads-services .card-style03 .card-front h3 {
        font-size: 1.05rem;
        line-height: 1.3;
    }

    .gads-services .card-style03 .card-back p {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .gads-services .card-style03 .card-front i.fa-3x {
        font-size: 2rem;
    }

    .gads-services .card-style03 .card-front .card-butn span {
        font-size: 13px;
        padding: 6px 14px;
        bottom: 22px;
    }
}

/* Google Ads — staggered key-point cards */
.gads-keypoints {
    position: relative;
    z-index: 0;
}

.gads-keypoints .gads-circles {
    position: absolute;
    inset: -40px -20px -40px -40px;
    color: rgba(43, 206, 51, 0.38);
    pointer-events: none;
    z-index: 0;
    overflow: visible;
}

.gads-keypoints .gads-circles circle {
    stroke-width: 1.25;
}

.gads-keypoints .gads-keypoint {
    position: relative;
    z-index: 1;
    padding: 34px 28px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 19, 20, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 72%;
}

.gads-keypoints .gads-keypoint h6 {
    font-size: 1.05rem;
    line-height: 1.3;
}

.gads-keypoints .gads-keypoint p {
    font-size: 0.95rem;
    line-height: 1.55;
}

.gads-keypoints .gads-keypoint:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(17, 19, 20, 0.1);
}

@media (min-width: 992px) {
    .gads-keypoints .gads-keypoint:nth-child(2) {
        margin-left: 0;
    }
    .gads-keypoints .gads-keypoint:nth-child(3) {
        margin-left: 3rem;
    }
    .gads-keypoints .gads-keypoint:nth-child(4) {
        margin-left: 1.25rem;
    }
}

@media (max-width: 991.98px) {
    .gads-keypoints .gads-keypoint {
        max-width: 100%;
    }
    .gads-keypoints .gads-circles {
        display: none;
    }
}

/* Google Ads — solution checklist (right side of THE SOLUTION block) */
.gads-solution-list {
    list-style: none;
    padding-left: 0;
}

.gads-solution-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    margin-bottom: 14px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(17, 19, 20, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gads-solution-list li:last-child {
    margin-bottom: 0;
}

.gads-solution-list li:hover {
    transform: translateX(6px);
    box-shadow: 0 8px 22px rgba(17, 19, 20, 0.09);
}

.gads-solution-list .gads-check-badge {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(43, 206, 51, 0.18);
    color: #2bb33a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 800;
}

.gads-solution-list .gads-check-text {
    color: #232323;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5;
}

/* Google Ads — hero block (scoped to .gads-hero) */
.gads-hero-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
    padding: 0;
    margin: 0 0 1.9rem 0;
}

.gads-hero-list--stack {
    grid-template-columns: max-content;
    justify-content: start;
}

@media (max-width: 575.98px) {
    .gads-hero-list--stack {
        grid-template-columns: 1fr;
    }
}

/* Full-width single-column variant for long descriptive bullets */
.gads-hero-list--column {
    grid-template-columns: 1fr;
}

.gads-hero-list--column li {
    align-items: flex-start;
}

.gads-hero-list--column .gads-hero-badge {
    margin-top: 2px;
}

/* 2-up grid variant for medium-length descriptive bullets (4 items, 2x2) */
.gads-hero-list--grid {
    grid-template-columns: 1fr 1fr;
}

.gads-hero-list--grid li {
    align-items: flex-start;
}

.gads-hero-list--grid .gads-hero-badge {
    margin-top: 2px;
}

@media (max-width: 767.98px) {
    .gads-hero-list--grid {
        grid-template-columns: 1fr;
    }
}

.gads-hero-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid rgba(0, 31, 63, 0.06);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 31, 63, 0.04);
}

.gads-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(43, 206, 51, 0.15);
    color: #2bce33;
    flex-shrink: 0;
    font-size: 0.75rem;
}

.gads-hero-text {
    color: #232323;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.35;
}

@media (max-width: 575.98px) {
    .gads-hero-list {
        grid-template-columns: 1fr;
    }
}

/* Soft decorative backdrop behind the hero image */
.gads-hero-image {
    position: relative;
    padding: 24px;
    isolation: isolate;
}

.gads-hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 25%, rgba(43, 206, 51, 0.16) 0%, rgba(43, 206, 51, 0) 55%),
                radial-gradient(circle at 25% 80%, rgba(43, 206, 51, 0.10) 0%, rgba(43, 206, 51, 0) 55%);
    border-radius: 28px;
    z-index: -1;
}

.gads-hero-image img {
    position: relative;
    z-index: 1;
    transition: transform .4s ease;
}

.gads-hero-image:hover img {
    transform: translateY(-4px) scale(1.01);
}

@media (max-width: 991.98px) {
    .gads-hero-image {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Google Ads — deliverables illustration (scoped to .gads-deliverables-image) */
.gads-deliverables-image {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    padding: 30px 32px;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gads-deliverables-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(43, 206, 51, 0.22) 0%, rgba(43, 206, 51, 0) 60%),
        radial-gradient(circle at 50% 80%, rgba(43, 206, 51, 0.14) 0%, rgba(43, 206, 51, 0) 60%);
    border-radius: 36px;
    z-index: -1;
}

.gads-deliverables-image::after {
    content: "";
    position: absolute;
    inset: 16px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.6) inset,
        0 18px 40px rgba(0, 31, 63, 0.06),
        0 4px 14px rgba(0, 31, 63, 0.04);
    z-index: -1;
}

.gads-deliverables-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    filter: drop-shadow(0 12px 24px rgba(0, 31, 63, 0.08));
    transition: transform .4s ease;
}

.gads-deliverables-image:hover img {
    transform: translateY(-3px) scale(1.01);
}

@media (max-width: 1199.98px) {
    .gads-deliverables-image {
        max-width: 420px;
        padding: 26px 28px;
    }
}

@media (max-width: 991.98px) {
    .gads-deliverables-image {
        max-width: 100%;
        padding: 14px 10px;
    }

    .gads-deliverables-image::before {
        border-radius: 22px;
    }

    .gads-deliverables-image::after {
        inset: 8px;
        border-radius: 16px;
    }
}

@media (max-width: 575.98px) {
    .gads-deliverables-image {
        padding: 10px 6px;
    }

    .gads-deliverables-image::before {
        border-radius: 18px;
    }

    .gads-deliverables-image::after {
        inset: 6px;
        border-radius: 12px;
    }
}

/* Google Ads — Our Experts (team cards) — name & role under the photo */
.gads-experts .card-style04 {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.gads-experts .card-style04 .team-img {
    position: relative;
    overflow: visible !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.gads-experts .card-style04 .team-img > img {
    display: block;
    width: 100%;
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(0, 31, 63, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.gads-experts .card-style04:hover .team-img > img {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 31, 63, 0.10);
}

/* Force the theme overlay card-body to render below as static text */
.gads-experts .card-style04 .team-img > .card-body {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    background: transparent !important;
    padding: 16px 4px 0 !important;
    width: 100% !important;
    text-align: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}

.gads-experts .card-style04 .team-img > .card-body h3 {
    margin: 0 0 4px 0;
    font-size: 1.05rem;
    line-height: 1.3;
}

.gads-experts .card-style04 .team-img > .card-body h3 a {
    color: #232323 !important;
    text-decoration: none;
}

.gads-experts .card-style04 .team-img > .card-body h3 a:hover {
    color: #2bce33 !important;
}

.gads-experts .card-style04 .team-img > .card-body span {
    display: inline-block;
    color: #575a7b !important;
    opacity: 1 !important;
    font-size: 0.85rem;
}

@media (max-width: 991.98px) {
    .gads-experts .card-style04 .team-img > .card-body h3 a {
        font-size: 0.95rem;
    }

    .gads-experts .card-style04 .team-img > .card-body span {
        font-size: 0.78rem;
    }

    .gads-experts .card-style04 .team-img > .card-body {
        padding-top: 12px !important;
    }

    .gads-experts .row > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 575.98px) {
    .gads-experts .card-style04 .team-img > .card-body h3 a {
        font-size: 0.78rem;
        line-height: 1.25;
    }

    .gads-experts .card-style04 .team-img > .card-body span {
        font-size: 0.66rem;
    }

    .gads-experts .card-style04 .team-img > .card-body {
        padding-top: 10px !important;
    }

    .gads-experts .row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Google Ads — polished accordion (scoped to #accordion-gads only) */
#accordion-gads .card {
    background: #fff;
    border: 1px solid rgba(0, 31, 63, 0.06);
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 31, 63, 0.04);
    overflow: hidden;
    margin-bottom: 16px !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#accordion-gads .card:hover {
    border-color: rgba(43, 206, 51, 0.28);
    box-shadow: 0 12px 32px rgba(43, 206, 51, 0.10);
    transform: translateY(-2px);
}

#accordion-gads .card-header {
    padding: 0;
    background: transparent;
    border: 0;
}

/* Make the WHOLE header row clickable (full-width flex button) */
#accordion-gads .btn-link {
    display: flex !important;
    align-items: center;
    width: 100%;
    text-align: left;
    background: transparent !important;
    color: #191919;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    padding: 22px 24px !important;
    border-radius: 14px;
    transition: color .25s ease, background-color .25s ease;
    cursor: pointer;
}

#accordion-gads .btn-link:hover {
    color: #2bce33;
}

/* Open state */
#accordion-gads .btn-link:not(.collapsed) {
    color: #2bce33;
    background: linear-gradient(to right, rgba(43, 206, 51, 0.06), rgba(43, 206, 51, 0)) !important;
}

/* Title icon — circular green badge */
#accordion-gads .btn-link > i.fa-solid,
#accordion-gads .btn-link > i.fa-brands {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 16px !important;
    border-radius: 50%;
    background: rgba(43, 206, 51, 0.12);
    color: #2bce33 !important;
    font-size: 1.05rem;
    flex-shrink: 0;
    transition: background-color .3s ease, color .3s ease, transform .3s ease;
}

#accordion-gads .btn-link > i.fa-brands {
    font-size: 1.15rem;
}

#accordion-gads .btn-link:not(.collapsed) > i.fa-solid,
#accordion-gads .btn-link:not(.collapsed) > i.fa-brands {
    background: #2bce33;
    color: #fff !important;
    transform: scale(1.05);
}

/* +/- toggle — circular pill on the right (overrides theme's absolute pseudo) */
#accordion-gads .btn-link::after,
#accordion-gads .btn-link.collapsed::after {
    position: static !important;
    margin-left: auto;
    width: 36px !important;
    height: 36px !important;
    line-height: 32px !important;
    text-align: center;
    border-radius: 50% !important;
    border: 2px solid rgba(0, 31, 63, 0.12);
    background: transparent !important;
    color: #191919 !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    flex-shrink: 0;
    top: auto !important;
    right: auto !important;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}

#accordion-gads .btn-link::after {
    background: #2bce33 !important;
    border-color: #2bce33 !important;
    color: #fff !important;
}

#accordion-gads .btn-link.collapsed:hover::after {
    border-color: #2bce33;
    color: #2bce33 !important;
}

/* Body */
#accordion-gads .card-body {
    padding: 0 24px 24px 84px !important;
    color: #575a7b;
    font-size: 0.98rem;
    line-height: 1.65;
}

@media (max-width: 767.98px) {
    #accordion-gads .btn-link {
        padding: 14px 12px !important;
        font-size: 0.92rem;
        line-height: 1.3;
    }

    #accordion-gads .btn-link > i.fa-solid,
    #accordion-gads .btn-link > i.fa-brands {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
        margin-right: 10px !important;
    }

    #accordion-gads .btn-link > i.fa-brands {
        font-size: 0.95rem;
    }

    #accordion-gads .btn-link::after,
    #accordion-gads .btn-link.collapsed::after {
        width: 26px !important;
        height: 26px !important;
        line-height: 22px !important;
        font-size: 1.05rem !important;
        right: 10px !important;
    }

    #accordion-gads .card-body {
        padding: 0 14px 16px 54px !important;
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

@media (max-width: 380px) {
    #accordion-gads .btn-link {
        padding: 12px 10px !important;
        font-size: 0.82rem;
    }

    #accordion-gads .btn-link > i.fa-solid,
    #accordion-gads .btn-link > i.fa-brands {
        width: 28px;
        height: 28px;
        font-size: 0.78rem;
        margin-right: 8px !important;
    }

    #accordion-gads .btn-link > i.fa-brands {
        font-size: 0.88rem;
    }

    #accordion-gads .btn-link::after,
    #accordion-gads .btn-link.collapsed::after {
        width: 22px !important;
        height: 22px !important;
        line-height: 18px !important;
        font-size: 0.95rem !important;
        right: 8px !important;
    }

    #accordion-gads .card-body {
        padding: 0 12px 14px 46px !important;
        font-size: 0.78rem;
    }
}

/* Local SEO — Local vs National highlight cards (scoped to .lseo-compare only) */
.lseo-compare .lseo-compare-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 31, 63, 0.06);
    border-radius: 16px;
    padding: 30px 26px 26px;
    box-shadow: 0 8px 24px rgba(17, 19, 20, 0.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.lseo-compare .lseo-compare-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(17, 19, 20, 0.10);
    border-color: rgba(43, 206, 51, 0.45);
}

.lseo-compare .lseo-compare-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(43, 206, 51, 0.14);
    color: #2bb736;
    font-size: 1.35rem;
    margin-bottom: 18px;
    transition: background .3s ease, color .3s ease;
}

.lseo-compare .lseo-compare-card:hover .lseo-compare-badge {
    background: #2bce33;
    color: #ffffff;
}

.lseo-compare .lseo-compare-title {
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 700;
    color: #001f3f;
    margin: 0 0 10px 0;
}

.lseo-compare .lseo-compare-text {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #575a7b;
    margin: 0;
}

.lseo-compare em {
    font-style: italic;
    color: #001f3f;
}

@media (max-width: 991.98px) {
    .lseo-compare .lseo-compare-card {
        padding: 24px 20px 22px;
    }

    .lseo-compare .lseo-compare-badge {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
        margin-bottom: 14px;
    }

    .lseo-compare .lseo-compare-title {
        font-size: 1rem;
    }

    .lseo-compare .lseo-compare-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .lseo-compare .lseo-compare-card {
        padding: 20px 16px;
    }

    .lseo-compare .lseo-compare-badge {
        width: 42px;
        height: 42px;
        font-size: 1.05rem;
        margin-bottom: 12px;
    }

    .lseo-compare .lseo-compare-title {
        font-size: 0.95rem;
    }

    .lseo-compare .lseo-compare-text {
        font-size: 0.82rem;
        line-height: 1.5;
    }
}

/* Local SEO — services 2x2 grid: balance text inside the wider flip cards */
.lseo-services .card-style03 {
    height: 360px;
}

.lseo-services .card-style03 .card-front {
    padding: 44px 28px 96px;
}

.lseo-services .card-style03 .card-front h3 {
    text-wrap: balance;
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.45rem;
    line-height: 1.35;
    font-weight: 700;
}

.lseo-services .card-style03 .card-back {
    padding: 32px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lseo-services .card-style03 .card-back p {
    text-wrap: balance;
    max-width: 42ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.15rem;
    line-height: 1.65;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .lseo-services .card-style03 {
        height: 340px;
    }

    .lseo-services .card-style03 .card-front {
        padding: 28px 18px 78px;
    }

    .lseo-services .card-style03 .card-front h3 {
        max-width: 16ch;
        font-size: 1.05rem;
        line-height: 1.35;
    }

    .lseo-services .card-style03 .card-back {
        padding: 22px 16px;
    }

    .lseo-services .card-style03 .card-back p {
        max-width: 30ch;
        font-size: 0.95rem;
        line-height: 1.55;
    }
}

@media (max-width: 575.98px) {
    .lseo-services .card-style03 {
        height: 320px;
    }

    .lseo-services .card-style03 .card-front {
        padding: 24px 14px 70px;
    }

    .lseo-services .card-style03 .card-front h3 {
        font-size: 1rem;
    }

    .lseo-services .card-style03 .card-back {
        padding: 18px 12px;
    }

    .lseo-services .card-style03 .card-back p {
        max-width: 26ch;
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/* Brand Strategy — 2x2 services grid (wider cards, balanced text wrapping) */
.bs-services .card-style03 {
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
}

.bs-services .card-style03 .card-front {
    padding: 52px 36px 100px;
}

.bs-services .card-style03 .card-front h3 {
    text-wrap: balance;
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
}

.bs-services .card-style03 .card-back {
    padding: 40px 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-services .card-style03 .card-back p {
    text-wrap: balance;
    max-width: 48ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .bs-services .card-style03 {
        height: 300px;
    }

    .bs-services .card-style03 .card-front {
        padding: 36px 24px 84px;
    }

    .bs-services .card-style03 .card-front h3 {
        max-width: 20ch;
        font-size: 1.1rem;
        line-height: 1.35;
    }

    .bs-services .card-style03 .card-back {
        padding: 28px 24px;
    }

    .bs-services .card-style03 .card-back p {
        max-width: 38ch;
        font-size: 0.97rem;
        line-height: 1.55;
    }
}

@media (max-width: 575.98px) {
    .bs-services .card-style03 {
        height: 260px;
    }

    .bs-services .card-style03 .card-front {
        padding: 28px 24px 72px;
    }

    .bs-services .card-style03 .card-front h3 {
        max-width: 24ch;
        font-size: 1.05rem;
    }

    .bs-services .card-style03 .card-back {
        padding: 22px 24px;
    }

    .bs-services .card-style03 .card-back p {
        max-width: 42ch;
        font-size: 0.95rem;
        line-height: 1.55;
    }
}

/* UI & UX — three flip cards in one horizontal row */
.bs-services--3col .card-style03 {
    height: 380px;
}

.bs-services--3col .card-style03 .card-front {
    padding: 36px 14px 90px;
}

.bs-services--3col .card-style03 .card-front h3 {
    max-width: 18ch;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.32;
}

.bs-services--3col .card-style03 .card-front .fa-3x {
    font-size: 2rem;
}

.bs-services--3col .card-style03 .card-back {
    padding: 22px 14px;
}

.bs-services--3col .card-style03 .card-back p {
    max-width: 100%;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.55;
}

.bs-services--3col .card-style03 .card-front .card-butn span {
    font-size: 14px;
    padding: 9px 14px;
}

@media (min-width: 768px) {
    .bs-services--3col .card-style03 {
        height: 360px;
    }

    .bs-services--3col .card-style03 .card-front {
        padding: 42px 16px 94px;
    }

    .bs-services--3col .card-style03 .card-front h3 {
        max-width: 22ch;
        font-size: 1.12rem;
    }

    .bs-services--3col .card-style03 .card-front .fa-3x {
        font-size: 2.35rem;
    }

    .bs-services--3col .card-style03 .card-back {
        padding: 26px 18px;
    }

    .bs-services--3col .card-style03 .card-back p {
        font-size: 1rem;
        line-height: 1.58;
    }
}

@media (min-width: 992px) {
    .bs-services--3col .card-style03 {
        height: 360px;
    }

    .bs-services--3col .card-style03 .card-front {
        padding: 46px 20px 98px;
    }

    .bs-services--3col .card-style03 .card-front h3 {
        max-width: 24ch;
        font-size: 1.18rem;
    }

    .bs-services--3col .card-style03 .card-front .fa-3x {
        font-size: 2.5rem;
    }

    .bs-services--3col .card-style03 .card-back {
        padding: 28px 22px;
    }

    .bs-services--3col .card-style03 .card-back p {
        font-size: 1.05rem;
        line-height: 1.6;
    }
}

/* Local SEO — branded section divider */
.lseo-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 880px;
    margin: 40px auto;
    padding: 28px 0;
}

.lseo-divider::before,
.lseo-divider::after {
    content: "";
    flex: 1;
    height: 2px;
    border-radius: 2px;
}

.lseo-divider::before {
    background: linear-gradient(to right, rgba(43, 206, 51, 0) 0%, rgba(43, 206, 51, 0.25) 30%, rgba(43, 206, 51, 0.95) 100%);
}

.lseo-divider::after {
    background: linear-gradient(to left, rgba(43, 206, 51, 0) 0%, rgba(43, 206, 51, 0.25) 30%, rgba(43, 206, 51, 0.95) 100%);
}

.lseo-divider .lseo-divider-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2bce33;
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0 20px;
    flex-shrink: 0;
    box-shadow:
        0 0 0 8px rgba(43, 206, 51, 0.16),
        0 8px 24px rgba(43, 206, 51, 0.35);
}

.lseo-divider .lseo-divider-icon::before {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 1px dashed rgba(43, 206, 51, 0.45);
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .lseo-divider {
        margin: 24px auto;
        padding: 16px 0;
    }

    .lseo-divider .lseo-divider-icon {
        width: 44px;
        height: 44px;
        font-size: 1rem;
        margin: 0 14px;
        box-shadow:
            0 0 0 6px rgba(43, 206, 51, 0.16),
            0 6px 16px rgba(43, 206, 51, 0.30);
    }

    .lseo-divider .lseo-divider-icon::before {
        inset: -12px;
    }
}


/* ============================================================
   Quote / Contact modal (qm-) — opens from any contact.html CTA
   ============================================================ */
.qm-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(17, 19, 20, 0.72);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.28s ease;
    overflow-y: auto;
}
.qm-overlay.qm-open {
    opacity: 1;
}
.qm-dialog {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    padding: 2.4rem 2.4rem 2.1rem;
    transform: translateY(18px) scale(0.98);
    transition: transform 0.3s ease;
    border-top: 4px solid var(--primary-color, #2bce33);
}
.qm-overlay.qm-open .qm-dialog {
    transform: translateY(0) scale(1);
}
.qm-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #6c757d;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
}
.qm-close:hover {
    background: #f1f1f1;
    color: #191919;
}
.qm-head {
    margin-bottom: 1.4rem;
    padding-right: 30px;
}
.qm-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #191919;
    margin: 0 0 0.4rem;
}
.qm-sub {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}
.qm-form .qm-field {
    margin-bottom: 1rem;
}
.qm-row {
    display: flex;
    gap: 1rem;
}
.qm-row .qm-field {
    flex: 1;
}
.qm-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #191919;
    margin-bottom: 0.4rem;
}
.qm-req {
    color: var(--primary-color, #2bce33);
}
.qm-field input,
.qm-field textarea {
    width: 100%;
    padding: 0.7rem 0.9rem;
    font-size: 0.95rem;
    color: #191919;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.qm-field textarea {
    resize: vertical;
    min-height: 96px;
}
.qm-field input:focus,
.qm-field textarea:focus {
    background: #ffffff;
    border-color: var(--primary-color, #2bce33);
    box-shadow: 0 0 0 3px rgba(43, 206, 51, 0.18);
}
.qm-field.qm-invalid input,
.qm-field.qm-invalid textarea {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}
.qm-error {
    display: none;
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.35rem;
}
.qm-field.qm-invalid .qm-error {
    display: block;
}
.qm-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.qm-submit {
    width: 100%;
    margin-top: 0.4rem;
    border: none;
    cursor: pointer;
}
.qm-submit:disabled {
    opacity: 0.6;
    cursor: default;
}
.qm-status {
    margin: 0.9rem 0 0;
    font-size: 0.9rem;
    text-align: center;
    min-height: 1.2em;
}
.qm-status.qm-status-error {
    color: #dc3545;
}
.qm-success {
    text-align: center;
    padding: 1rem 0 0.5rem;
}
.qm-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--primary-color, #2bce33);
    color: #ffffff;
    font-size: 34px;
    line-height: 64px;
}
.qm-success h3 {
    color: #191919;
    font-weight: 700;
    margin: 0 0 0.5rem;
}
.qm-success p {
    color: #6c757d;
    margin: 0 0 1.4rem;
}
.qm-no-scroll {
    overflow: hidden;
}

@media (max-width: 575px) {
    .qm-overlay {
        padding: 0;
        align-items: stretch;
    }
    .qm-dialog {
        max-width: 100%;
        min-height: 100%;
        border-radius: 0;
        padding: 2rem 1.3rem 1.6rem;
    }
    .qm-row {
        flex-direction: column;
        gap: 0;
    }
    .qm-title {
        font-size: 1.45rem;
    }
}
