/* Глобальная типографика: 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;
}

.hero-subtext {
    font-size: 1.1rem;
    max-width: 580px;
    margin: 1.5rem auto 2rem;
    line-height: 1.7;
    opacity: 0.9;
}

.btn-style01.white-outline {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

.btn-style01.white-outline:before {
    background-color: #2ad332 !important;
}

.btn-style01.white-outline:hover,
.btn-style01.white-outline:active,
.btn-style01.white-outline:focus {
    color: #ffffff !important;
    border-color: #2ad332;
}

/* Карточка основателя: фото заполняет блок как у макета 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, #2ad332);
    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(42, 211, 50, 0.12);
    color: var(--primary-color, #2ad332);
    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(42, 211, 50, 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, #2ad332);
}

.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, #2ad332);
    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, #2ad332);
    gap: 0.75rem;
    outline: none;
}

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

.services-grid-light-list a.coming-soon {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}

.services-grid-light-list a.coming-soon::before {
    opacity: 0.35;
}

/* 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(42, 211, 50, 0.12);
    color: var(--primary-color, #2ad332);
    transition: transform 0.22s ease, background 0.22s ease;
}

.about-style01--v2 .about-feature:hover .about-feature-icon {
    background: rgba(42, 211, 50, 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, #2ad332);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ================================================== */
/* TEAM TREE (specialists org chart)                    */
/* ================================================== */
.team-tree-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
    padding-top: 4.5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
}

@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-stage {
    position: relative;
    z-index: 0;
    margin-top: 2.5rem;
}

.team-tree-circles {
    position: absolute;
    inset: -2rem -1.5rem -2rem -1.5rem;
    color: rgba(42, 211, 50, 0.34);
    pointer-events: none;
    z-index: 0;
    overflow: visible;
}

.team-tree-circles circle {
    stroke-width: 1.15;
}

.team-tree-scroll {
    position: relative;
    z-index: 1;
    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;
    object-position: center top;
    display: block;
    filter: grayscale(8%);
}

.team-node-name {
    margin-top: 0.65rem;
    font-weight: 700;
    color: #111314;
    font-size: 0.875rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.team-node-title {
    margin-top: 0.25rem;
    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 {
    display: none;
}

/* Выделенный узел — account lead */
.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, #2ad332) 55%, #1fa828 100%);
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(42, 211, 50, 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-name {
    margin-top: 0.45rem;
    color: #ffffff;
    font-size: 0.85rem;
}

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

.team-node-featured .team-node-hours {
    display: none;
}

/* Desktop: org chart layout */
@media (min-width: 992px) {
    .team-tree-scroll {
        overflow-x: auto;
    }
}

/* Mobile/tablet: card grid instead of sideways org chart */
@media (max-width: 991px) {
    .team-tree-stage {
        margin-top: 2rem;
        padding-left: 0.15rem;
    }

    .team-tree-scroll {
        overflow: visible;
        padding-bottom: 0;
    }

    .team-tree {
        --team-node-w: 100%;
        --team-gap: 1rem;
        min-width: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 0.85rem;
        padding: 0;
    }

    .team-tree-level,
    .team-tree-level-1,
    .team-tree-level-2,
    .team-tree-level-3 {
        display: contents;
    }

    .team-tree-line,
    .team-tree-branch-h,
    .team-tree-line-up {
        display: none !important;
    }

    .team-tree-node-wrap,
    .team-tree-node-wrap-featured {
        flex: initial;
        width: auto;
        position: relative;
    }

    .team-node,
    .team-node-featured {
        width: 100%;
        height: auto;
        border-radius: 14px;
        padding: 1rem 0.85rem 1rem 1rem;
        background: #ffffff;
        border: 1px solid rgba(17, 19, 20, 0.07);
        border-left: 3px solid var(--primary-color, #2ad332);
        box-shadow: 0 8px 22px rgba(17, 19, 20, 0.06);
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .team-node:hover,
    .team-node-featured:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(17, 19, 20, 0.09);
        border-left-color: #3ad845;
    }

    .team-node-featured {
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(17, 19, 20, 0.06);
    }

    .team-node-featured .team-node-name,
    .team-node-featured .team-node-title {
        color: #111314;
    }

    .team-node-avatar,
    .team-node-featured .team-node-avatar {
        width: 72px;
        height: 72px;
    }
}

@media (max-width: 767px) {
    .team-tree {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding-left: 1.1rem;
    }

    .team-tree-stage::before {
        content: "";
        position: absolute;
        left: 0.2rem;
        top: 0.25rem;
        bottom: 3.5rem;
        width: 2px;
        background: linear-gradient(180deg, var(--primary-color, #2ad332) 0%, rgba(42, 211, 50, 0.15) 100%);
        z-index: 0;
        pointer-events: none;
    }

    .team-tree-node-wrap::before {
        content: "";
        position: absolute;
        left: -0.95rem;
        top: 2.35rem;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--primary-color, #2ad332);
        box-shadow: 0 0 0 4px rgba(42, 211, 50, 0.18);
        z-index: 2;
    }

    .team-tree-circles {
        opacity: 0.55;
        inset: auto -3rem -4rem auto;
        width: 220px;
        height: 220px;
    }
}

/* ================================================== */
/* 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, #2ad332);
    color: #111314;
    box-shadow: 0 8px 20px rgba(42, 211, 50, 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;
}

/* Process section — semantic classes (replaces h2/h3 on decorative markup) */
.process-style01 .process-block .process-content .process-label {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #c6e199;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.process-style01 .process-block:hover .process-content .process-label {
    color: #fff;
}

.process-style01 .process-block .process-content .process-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.process-style01 .process-block:hover .process-content .process-title {
    color: #fff;
}

.process-style01 .process-block .process-num .process-number {
    display: block;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #808080;
    opacity: 15%;
    transition: all 0.4s ease-in-out;
    line-height: 1;
}

.process-style01 .process-block:hover .process-num .process-number {
    -webkit-text-stroke-color: #fff;
}

@media screen and (max-width: 1199px) {
    .process-style01 .process-block .process-num .process-number {
        font-size: 79px;
    }
}

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

.industry-card-link {
    display: inline-block;
    margin-top: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    color: #2ad332;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.industry-card-link:hover {
    opacity: 0.85;
    color: #2ad332;
}

/* ================================================== */
/* CASE STUDIES page                                   */
/* ================================================== */
.case-studies-section {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

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

.case-studies-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
}

@media (min-width: 992px) {
    .case-studies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

.case-study-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

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

.case-study-image {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111314;
}

.case-study-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;
}

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

.case-study-tag {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    padding: 0.35rem 0.75rem;
    background: #2ad332;
    color: #111314;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 6px;
}

.case-study-body {
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.75rem;
}

.case-study-body h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111314;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.015em;
}

.case-study-result {
    margin: 0;
    font-weight: 700;
    color: #2ad332;
    font-size: 1rem;
    line-height: 1.4;
}

.case-study-body > p:not(.case-study-result) {
    margin: 0;
    color: #4a5560;
    line-height: 1.65;
    flex: 1;
}

.case-study-body .btn-style01 {
    align-self: flex-start;
    margin-top: 0.25rem;
}

/* ================================================== */
/* FAQ section (homepage)                              */
/* ================================================== */
.faq-section {
    background: #ffffff;
}

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

.faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.faq-list .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #ffffff;
}

.faq-list .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-list .accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    color: #111314;
    background: #ffffff;
    padding: 1.15rem 1.35rem;
    box-shadow: none;
    line-height: 1.4;
}

.faq-list .accordion-button:not(.collapsed) {
    color: #2ad332;
    background: #ffffff;
    box-shadow: none;
}

.faq-list .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-list .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    transition: transform 0.2s ease;
}

.faq-list .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232ad332'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-list .accordion-body {
    padding: 0 1.35rem 1.25rem;
    color: #4a5560;
    line-height: 1.7;
    font-size: 0.975rem;
}

/* 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, #2ad332);
    color: #111314;
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(42, 211, 50, 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(42, 211, 50, 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, #2ad332);
    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, #2ad332);
}

/* 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, #2ad332);
    transform: scale(1.2);
}

/* Footer (Prometrix) */
/* White-wordmark logo sits directly on the dark footer — no light dock needed */
.footer-brand-link {
    display: inline-flex;
    align-items: center;
    padding: 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;
}

/* ========== Prometrix header: Intero-style flat nav + calmer motion ========== */
/* Solid light plate on dark hero; green hairline echoes CTA (#2ad332) */
.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, #2ad332);
        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, #2ad332);
        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.current > 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) {
    /* ========== Prometrix 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;
    }

    header.header-prometrix nav.navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        min-height: 70px;
    }

    /* 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;
        transition: background 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
    }

    /* At the top the bar is transparent over the dark hero (white logo + white nav);
       on scroll it becomes the white sticky bar (dark logo + dark nav). */
    header.header-prometrix.fixedHeader .navbar-default {
        background: transparent;
        box-shadow: none;
        border-bottom-color: transparent !important;
    }

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

    header.header-prometrix .navbar-brand {
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none !important;
        max-width: calc(100% - 6.5rem);
    }

    header.header-prometrix .navbar-brand img {
        max-height: 42px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        object-position: left center;
    }

    /* Hamburger / close — same green + radius as btn-style01 */
    header.header-prometrix .navbar-toggler,
    header.header-prometrix .navbar-toggler.bg-primary {
        position: relative;
        flex: 0 0 auto;
        order: 3;
        right: auto;
        top: auto;
        z-index: 1036;
        width: 48px;
        height: 44px;
        padding: 0;
        border: none;
        border-radius: 5px !important;
        overflow: visible;
        cursor: pointer;
        background: var(--primary-color, #2ad332) !important;
        box-shadow: 0 4px 14px rgba(42, 211, 50, 0.32);
        transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    }

    header.header-prometrix .navbar-toggler:hover,
    header.header-prometrix .navbar-toggler:focus-visible {
        background: #3ad845 !important;
        box-shadow: 0 6px 18px rgba(42, 211, 50, 0.45);
        outline: 2px solid rgba(42, 211, 50, 0.45);
        outline-offset: 2px;
    }

    header.header-prometrix .navbar-toggler:active {
        transform: scale(0.96);
        background: #32c93c !important;
    }

    header.header-prometrix .navbar-toggler.menu-opened {
        background: #2eb839 !important;
        box-shadow: 0 4px 14px rgba(46, 184, 57, 0.4);
    }

    header.header-prometrix .navbar-toggler:before,
    header.header-prometrix .navbar-toggler:after {
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        display: block;
        width: 20px;
        height: 2px;
        border: 0;
        transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, background 0.3s ease;
    }

    /* Three equal lines via box-shadow (consistent weight + spacing) */
    header.header-prometrix .navbar-toggler:before {
        transform: translate(-50%, -50%);
        background: #fff !important;
        box-shadow: 0 -6px 0 0 #fff, 0 6px 0 0 #fff;
    }

    header.header-prometrix .navbar-toggler:after {
        transform: translate(-50%, -50%);
        background: #fff !important;
        opacity: 0;
        box-shadow: none;
    }

    header.header-prometrix .navbar-toggler.menu-opened:before {
        box-shadow: none !important;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    header.header-prometrix .navbar-toggler.menu-opened:after {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    header.header-prometrix .attr-nav {
        position: relative;
        z-index: 1036;
        order: 2;
        flex: 0 0 auto;
        float: none;
        margin-right: 0.5rem;
        margin-left: auto;
    }

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

    header.header-prometrix .attr-nav > ul > li > a:hover,
    header.header-prometrix .attr-nav > ul > li > a:focus-visible {
        color: var(--primary-color, #2ad332) !important;
        background: rgba(42, 211, 50, 0.12);
        opacity: 1;
        outline: none;
    }

    header.header-prometrix .attr-nav > ul > li > a:active {
        background: rgba(42, 211, 50, 0.2);
    }

    /* Open menu panel */
    header.header-prometrix .navbar-nav {
        order: 4;
        width: 100%;
        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, #2ad332) !important;
    }

    /* Submenu current leaf (page highlight — not mobile expand .active) */
    .header-prometrix .navbar-nav > li.has-sub > ul:not(.megamenu) > li.nav-current-leaf > a,
    .header-prometrix ul.prometrix-megamenu .prometrix-mega-links > li.nav-current-leaf > a {
        color: var(--primary-color, #2ad332) !important;
        font-weight: 600 !important;
    }

    /* Row highlight on hover / tap only (not when merely expanded) */
    .header-prometrix .navbar-nav > li:hover,
    .header-prometrix .navbar-nav > li:active,
    .header-prometrix .navbar-nav > li.has-sub > a:hover,
    .header-prometrix .navbar-nav > li.has-sub > a:focus-visible {
        background: rgba(42, 211, 50, 0.12) !important;
    }

    .header-prometrix .navbar-nav > li.has-sub > .submenu-button {
        cursor: pointer;
        border-radius: 0;
        transition: background-color 0.2s ease;
    }

    .header-prometrix .navbar-nav > li.has-sub > .submenu-button:hover,
    .header-prometrix .navbar-nav > li.has-sub > .submenu-button:focus-visible {
        background: rgba(42, 211, 50, 0.18) !important;
        outline: none;
    }

    .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, #2ad332);
    }

    /* +/- 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, #2ad332);
    }

    /* 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(42, 211, 50, 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, #2ad332) !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, #2ad332) !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;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .header-prometrix ul.prometrix-megamenu > li.has-sub > .submenu-button:hover,
    .header-prometrix ul.prometrix-megamenu > li.has-sub > .submenu-button:focus-visible {
        background: rgba(42, 211, 50, 0.16) !important;
    }

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

    .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;
        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(42, 211, 50, 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(42, 211, 50, 0.1);
        box-shadow: inset 0 0 0 1px rgba(42, 211, 50, 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, #2ad332) !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(42, 211, 50, 0.12);
        color: var(--primary-color, #2ad332);
        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 ul.prometrix-megamenu .prometrix-mega-links > li.nav-current-leaf > a,
    .header-prometrix .navbar-nav > li.has-sub > ul:not(.megamenu) > li.nav-current-leaf > a {
        color: var(--primary-color, #2ad332) !important;
        font-weight: 600 !important;
    }

    .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, #2ad332);
    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, #2ad332);
}

.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(42, 211, 50, 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(42, 211, 50, 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(42, 211, 50, 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(42, 211, 50, 0.15);
    color: #2ad332;
    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(42, 211, 50, 0.16) 0%, rgba(42, 211, 50, 0) 55%),
                radial-gradient(circle at 25% 80%, rgba(42, 211, 50, 0.10) 0%, rgba(42, 211, 50, 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(42, 211, 50, 0.22) 0%, rgba(42, 211, 50, 0) 60%),
        radial-gradient(circle at 50% 80%, rgba(42, 211, 50, 0.14) 0%, rgba(42, 211, 50, 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: #2ad332 !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(42, 211, 50, 0.28);
    box-shadow: 0 12px 32px rgba(42, 211, 50, 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: #2ad332;
}

/* Open state */
#accordion-gads .btn-link:not(.collapsed) {
    color: #2ad332;
    background: linear-gradient(to right, rgba(42, 211, 50, 0.06), rgba(42, 211, 50, 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(42, 211, 50, 0.12);
    color: #2ad332 !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: #2ad332;
    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: #2ad332 !important;
    border-color: #2ad332 !important;
    color: #fff !important;
}

#accordion-gads .btn-link.collapsed:hover::after {
    border-color: #2ad332;
    color: #2ad332 !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(42, 211, 50, 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(42, 211, 50, 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: #2ad332;
    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(42, 211, 50, 0) 0%, rgba(42, 211, 50, 0.25) 30%, rgba(42, 211, 50, 0.95) 100%);
}

.lseo-divider::after {
    background: linear-gradient(to left, rgba(42, 211, 50, 0) 0%, rgba(42, 211, 50, 0.25) 30%, rgba(42, 211, 50, 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: #2ad332;
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0 20px;
    flex-shrink: 0;
    box-shadow:
        0 0 0 8px rgba(42, 211, 50, 0.16),
        0 8px 24px rgba(42, 211, 50, 0.35);
}

.lseo-divider .lseo-divider-icon::before {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 1px dashed rgba(42, 211, 50, 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(42, 211, 50, 0.16),
            0 6px 16px rgba(42, 211, 50, 0.30);
    }

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

/* Homepage client logo grid (2 rows × 3 columns) */
.client-logo-grid .container-fluid {
    max-width: 100%;
}

.client-logo-grid .client-line {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.client-logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(220px, 78%);
    height: 56px;
}

.client-logo-frame img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Per-logo optical tuning — normalize perceived cap-height / mark size */
.client-logo-frame--01 img { height: 50px; max-width: 200px; } /* Coupler.io */
.client-logo-frame--02 img { height: 44px; max-width: 210px; } /* WorkRamp */
.client-logo-frame--03 img { height: 42px; max-width: 175px; } /* Bounce */
.client-logo-frame--04 img { height: 38px; max-width: 190px; } /* Recharge */
.client-logo-frame--05 img { height: 40px; max-width: 178px; } /* Rootine */
.client-logo-frame--06 img { height: 48px; max-width: 155px; } /* Zocdoc */

@media (max-width: 767.98px) {
    .client-logo-grid .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .client-logo-grid .client-line {
        min-height: 88px;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .client-logo-grid .col-6:nth-child(2n) .client-line {
        border-right: none !important;
    }

    .client-logo-grid .col-6:nth-last-child(-n+2) .client-line {
        border-bottom: none !important;
    }

    .client-logo-frame {
        width: min(200px, 86%);
        height: 48px;
    }
}

@media (min-width: 768px) {
    .client-logo-grid .client-line {
        min-height: 112px;
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .client-logo-frame {
        width: min(280px, 72%);
        height: 68px;
    }

    .client-logo-frame--01 img { height: 60px; }
    .client-logo-frame--02 img { height: 54px; }
    .client-logo-frame--03 img { height: 50px; }
    .client-logo-frame--04 img { height: 46px; }
    .client-logo-frame--05 img { height: 48px; }
    .client-logo-frame--06 img { height: 56px; }
}

@media (min-width: 1200px) {
    .client-logo-grid .client-line {
        min-height: 120px;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .client-logo-frame {
        width: min(300px, 68%);
        height: 72px;
    }

    .client-logo-frame--01 img { height: 64px; }
    .client-logo-frame--02 img { height: 56px; }
    .client-logo-frame--03 img { height: 54px; }
    .client-logo-frame--04 img { height: 50px; }
    .client-logo-frame--05 img { height: 52px; }
    .client-logo-frame--06 img { height: 60px; }
}

/* About page */
.founder-photo-placeholder {
    width: 100%;
    max-width: 480px;
    aspect-ratio: 4 / 5;
    background: #f1f1f1;
    border-radius: 10px;
    border: 1px dashed rgba(0, 0, 0, 0.12);
}

.about-founder-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--primary-color, #2ad332);
    color: #111314;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(42, 211, 50, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
}

.about-founder-linkedin:hover {
    background: var(--primary-color-hover, #38c642);
    color: #111314;
    transform: scale(1.06);
}

.about-clients-section {
    padding-bottom: 4.5rem;
}

.about-clients-section .services-grid-light-card {
    min-height: 100%;
}

/* Careers page */
.careers-values-section {
    background: var(--secondary-color, #191919);
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

.careers-value-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 920px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .careers-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

.careers-value-item {
    padding: 1.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.careers-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 10px;
    background: rgba(42, 211, 50, 0.12);
    color: var(--primary-color, #2ad332);
    font-size: 1.1rem;
}

.careers-value-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.65rem;
}

.careers-value-text {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    font-size: 0.98rem;
}

.careers-life-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

.careers-why-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

.careers-why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 960px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .careers-why-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

.careers-why-item {
    padding: 1.75rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #ffffff;
    height: 100%;
}

.careers-why-icon {
    display: block;
    font-size: 1.75rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.careers-why-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111314;
    margin-bottom: 0.65rem;
}

.careers-why-text {
    color: #4a4f54;
    line-height: 1.65;
    font-size: 0.98rem;
}

.careers-fit-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

.careers-jobs-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

.careers-jobs-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 920px;
    margin: 0 auto;
}

.careers-job-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #ffffff;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.careers-job-card:hover {
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 32px rgba(17, 19, 20, 0.06);
}

@media (min-width: 768px) {
    .careers-job-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem 1.75rem;
    }
}

.careers-job-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111314;
    margin-bottom: 0.75rem;
}

.careers-job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.careers-job-tag {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111314;
    background: rgba(42, 211, 50, 0.14);
    border-radius: 999px;
}

.careers-job-summary {
    color: #4a4f54;
    line-height: 1.6;
    font-size: 0.98rem;
    max-width: 640px;
}

.careers-job-action {
    flex-shrink: 0;
}

.careers-general-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

/* Contact page */
.contact-page-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

.contact-form-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 6px 18px rgba(17, 19, 20, 0.04);
}

/* Honeypot — positioned off-screen (not display:none) so naive bots still fill it */
.quform-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 992px) {
    .contact-form-card {
        padding: 2.5rem;
    }
}

.contact-form-card .form-control {
    min-height: 48px;
    border-radius: 8px;
    border-color: rgba(0, 0, 0, 0.12);
}

.contact-form-card textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.contact-form-card .quform-submit-inner {
    margin-top: 0.5rem;
}

.contact-details-panel {
    background: #191919;
    border-radius: 14px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .contact-details-panel {
        padding: 2.5rem;
    }
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-detail-item:last-of-type {
    margin-bottom: 0;
}

.contact-detail-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--primary-color, #2ad332);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color, #2ad332);
    font-size: 1.1rem;
}

.contact-detail-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.25rem;
}

.contact-detail-value {
    display: block;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5;
}

a.contact-detail-value:hover {
    color: var(--primary-color, #2ad332);
}

.contact-detail-note {
    font-size: 0.925rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
}

/* Leadership page */
.leadership-founder-section {
    padding-bottom: 4.5rem;
}

.leadership-founder-card {
    background: #191919;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(17, 19, 20, 0.14);
    border: 1px solid rgba(42, 211, 50, 0.18);
}

.leadership-founder-photo {
    width: 100%;
    max-width: none;
    min-height: 280px;
    aspect-ratio: 4 / 5;
    border-radius: 0;
    border: none;
    background: #2a2a2a;
}

@media (min-width: 992px) {
    .leadership-founder-card .col-lg-5 {
        display: flex;
    }

    .leadership-founder-photo {
        aspect-ratio: auto;
        flex: 1;
        min-height: 100%;
    }
}

.leadership-founder-body {
    padding: 2rem;
}

@media (min-width: 992px) {
    .leadership-founder-body {
        padding: 3rem 3rem 3rem 2.5rem;
    }
}

.leadership-founder-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-color, #2ad332);
    margin-bottom: 0.75rem;
}

.leadership-founder-name {
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.leadership-founder-bio {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin-bottom: 0;
    font-size: 1.02rem;
}

.leadership-team-section {
    padding-bottom: 5rem;
}

.leadership-team-section.seo-innovation-stack .seo-expert-card {
    width: 100%;
}

.leadership-team-section.seo-innovation-stack .industry-card-image img.seo-expert-first-face-visible {
    object-position: center 14%;
}

.leadership-team-section.seo-innovation-stack .industry-card-image img.seo-expert-second-face-visible {
    object-position: center 16%;
}

.leadership-team-section.seo-innovation-stack .industry-card-image img.seo-expert-face-visible {
    object-position: center 18%;
}

.leadership-team-bio {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4a4f54;
}

/* Our Story page */
.sr-only,
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.our-story-origin-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

.our-story-origin-section .our-story-origin-image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    display: block;
}

.our-story-founding-section,
.our-story-approach-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

@media (min-width: 992px) {
    .our-story-founding-section,
    .our-story-approach-section {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
}

.our-story-founding-section p,
.our-story-approach-section p {
    color: #4a4f54;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.our-story-stats-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

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

.our-story-value-card {
    padding: 1.75rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.our-story-value-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.our-story-value-text {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    font-size: 0.98rem;
}

.our-story-features-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.our-story-feature-list {
    max-width: 820px;
    margin: 0 auto;
}

.our-story-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.our-story-feature-item:first-child {
    padding-top: 0;
}

.our-story-feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.our-story-feature-icon {
    flex: 0 0 auto;
    width: 1.35rem;
    color: var(--primary-color, #2ad332);
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

.our-story-feature-text {
    color: #4a4f54;
    line-height: 1.7;
}

.our-story-feature-text strong {
    color: #111314;
    font-weight: 700;
    margin-right: 0.35rem;
}

.our-story-clients-section {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

.our-story-client-picker {
    max-width: 1040px;
    margin: 0 auto;
}

.our-story-client-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem 1.25rem;
    margin-bottom: 1.5rem;
}

.our-story-client-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: inherit;
    line-height: inherit;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    opacity: 0.55;
}

.our-story-client-tab:hover,
.our-story-client-tab:focus-visible {
    opacity: 0.85;
    outline: none;
}

.our-story-client-tab.is-active {
    opacity: 1;
    border-color: rgba(42, 211, 50, 0.35);
    background: rgba(42, 211, 50, 0.06);
    transform: translateY(-2px);
}

.our-story-client-tab img {
    pointer-events: none;
}

.our-story-logo {
    display: inline-block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.our-story-logo--01 { height: 36px; max-width: 132px; }
.our-story-logo--02 { height: 32px; max-width: 138px; }
.our-story-logo--03 { height: 30px; max-width: 118px; }
.our-story-logo--04 { height: 27px; max-width: 128px; }
.our-story-logo--05 { height: 28px; max-width: 120px; }
.our-story-logo--06 { height: 34px; max-width: 108px; }

@media (min-width: 992px) {
    .our-story-logo--01 { height: 38px; }
    .our-story-logo--02 { height: 34px; }
    .our-story-logo--03 { height: 32px; }
    .our-story-logo--04 { height: 29px; }
    .our-story-logo--05 { height: 30px; }
    .our-story-logo--06 { height: 36px; }
}

.our-story-client-panel {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    padding: 1.5rem 1.75rem;
    background: #f8f9f9;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    text-align: center;
    transition: opacity 0.2s ease;
}

.our-story-client-panel.is-switching {
    opacity: 0.55;
}

.our-story-client-panel-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111314;
    margin-bottom: 0.65rem;
}

.our-story-client-panel-text {
    color: #4a4f54;
    line-height: 1.65;
}

@media (max-width: 767.98px) {
    .our-story-client-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .our-story-client-tab {
        padding: 0.75rem 0.5rem;
    }

    .our-story-client-panel {
        padding: 1.25rem 1.25rem;
    }
}

:root {
    --cookie-banner-height: 0px;
}

/* Scroll-to-top circle — sit above cookie banner when visible */
.scroll-top-percentage {
    bottom: calc(40px + var(--cookie-banner-height, 0px));
    transition: bottom 0.3s ease, opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

@media screen and (max-width: 1199px) {
    .scroll-top-percentage {
        bottom: calc(20px + var(--cookie-banner-height, 0px));
    }
}

/* Cookie consent banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
}

.cookie-banner.is-hidden {
    display: none;
}

.cookie-banner p {
    margin: 0;
    flex: 1 1 auto;
}

.cookie-banner a {
    color: #2ad332;
    text-decoration: underline;
}

.cookie-banner a:hover {
    color: #ffffff;
}

.cookie-actions {
    display: flex;
    flex-shrink: 0;
    gap: 0.75rem;
}

.btn-cookie-accept,
.btn-cookie-decline {
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.6rem 1.25rem;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.2s ease;
}

.btn-cookie-accept {
    background-color: #2ad332;
    color: #191919;
    border-color: #2ad332;
}

.btn-cookie-accept:hover {
    background-color: #3dd046;
    border-color: #3dd046;
}

.btn-cookie-decline {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.btn-cookie-decline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 575.98px) {
    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .cookie-actions {
        justify-content: center;
    }
}

/* ========== Site footer — 4-column layout ========== */
.site-footer {
    background-color: #0d0d0d;
}

.site-footer-heading {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.site-footer-about {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
    line-height: 1.7;
    max-width: 26rem;
}

.site-footer-social {
    gap: 0.65rem;
}

.site-footer-social a,
.site-footer-social .social-link-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-link-disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.site-footer-social a:hover {
    color: #ffffff;
    border-color: rgba(42, 211, 50, 0.55);
    background: rgba(42, 211, 50, 0.1);
}

.site-footer-links a {
    color: rgba(255, 255, 255, 0.58);
    transition: color 0.2s ease;
}

.site-footer-links a:hover {
    color: #ffffff;
}

.site-footer-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-copyright,
.site-footer-bar-links {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    line-height: 1.6;
}

.site-footer-bar-links a {
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-bar-links a:hover {
    color: var(--primary-color, #2ad332);
}

.site-footer-bar-sep {
    color: rgba(255, 255, 255, 0.28);
    margin: 0 0.45rem;
}

@media (max-width: 575.98px) {
    .site-footer-main > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-footer-bar-sep {
        display: block;
        height: 0;
        overflow: hidden;
        margin: 0;
    }

    .site-footer-bar-links a {
        display: inline-block;
        margin: 0.15rem 0.35rem;
    }
}

/* ========== Legal & policy pages ========== */
.legal-content-section,
.sitemap-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background: #ffffff;
}

.legal-content {
    color: #42545e;
    font-size: 1rem;
    line-height: 1.8;
}

.legal-updated {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 6px;
    background: #f4f5f7;
    color: #111314;
    font-size: 0.85rem;
    font-weight: 600;
}

.legal-content h2 {
    color: #111314;
    font-size: 1.35rem;
    font-weight: 700;
    margin-top: 2.25rem;
    margin-bottom: 0.85rem;
}

.legal-content h3 {
    color: #191919;
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 1.35rem;
    margin-bottom: 0.65rem;
}

.legal-content p,
.legal-content li {
    margin-bottom: 0.85rem;
}

.legal-content ul {
    padding-left: 1.25rem;
}

.legal-content a {
    color: #0f1f46;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-content a:hover {
    color: var(--primary-color, #2ad332);
}

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

.sitemap-group h2 {
    color: #111314;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.sitemap-group ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sitemap-group li {
    margin-bottom: 0.45rem;
}

.sitemap-group a {
    color: #42545e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sitemap-group a:hover {
    color: var(--primary-color, #2ad332);
}

@media (min-width: 992px) {
    .sitemap-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

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

/* ========== 404 error page ========== */
.page-404-hero {
    min-height: 420px;
    display: flex;
    align-items: center;
}

.page-404-hero .container {
    position: relative;
    z-index: 2;
}

.error-404-code {
    margin: 0 0 0.5rem;
    font-size: clamp(6rem, 18vw, 11rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary-color, #2ad332);
    text-shadow: 0 0 40px rgba(42, 211, 50, 0.15);
}

.error-404-headline {
    color: #ffffff;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.error-404-subtext {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    max-width: 36rem;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.error-404-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.error-404-actions .btn-style01.white-outline {
    margin-left: 0 !important;
}

.error-404-links-section {
    padding: 4rem 0 5rem;
    background: #f4f5f7;
}

.error-404-links-heading {
    text-align: center;
    color: #111314;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.error-404-link-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-height: 8.5rem;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(17, 19, 20, 0.08);
    box-shadow: 0 8px 24px rgba(17, 19, 20, 0.04);
    color: #111314;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.error-404-link-card:hover {
    color: #111314;
    transform: translateY(-4px);
    border-color: rgba(42, 211, 50, 0.45);
    box-shadow: 0 14px 30px rgba(17, 19, 20, 0.08);
}

.error-404-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(42, 211, 50, 0.12);
    color: var(--primary-color, #2ad332);
    font-size: 1.15rem;
}

.error-404-link-label {
    font-weight: 700;
    font-size: 0.98rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    .page-404-hero {
        min-height: 360px;
    }

    .error-404-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .error-404-actions .btn-style01 {
        width: 100%;
        text-align: center;
    }

    .error-404-link-card {
        min-height: 7.5rem;
        margin-bottom: 1rem;
    }
}
