:root {
    --go-accent: #7BAA47;
    --go-accent-strong: #6b983c;
    --go-accent-soft: rgba(123, 170, 71, 0.12);
    --go-dark: #1f2327;
    --go-muted: #69717a;
    --go-soft: #f4f8ee;
    --go-shadow: 0 24px 60px rgba(12, 17, 14, 0.12);
}



/* --------------------------------------------------
   GLOBAL CTA / FOOTER LINEWORK
-------------------------------------------------- */
#section-cta-1 {
    position: relative;
    overflow: hidden;
    background: #0f1411 !important;
}

#section-cta-1 > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.18 !important;
    filter: grayscale(0.04) contrast(1.08) brightness(0.84);
}

#section-cta-1 .overlay-colored {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 84% 22%, rgba(123, 170, 71, 0.22) 0%, rgba(123, 170, 71, 0) 26%),
        linear-gradient(120deg, rgba(9, 12, 10, 0.94) 0%, rgba(15, 18, 16, 0.86) 44%, rgba(27, 42, 25, 0.8) 100%) !important;
}

#section-cta-1 .section-content {
    position: relative;
    z-index: 2;
    padding: clamp(88px, 9vw, 112px) 0 !important;
}

#section-cta-1 .col-md-10,
#section-cta-1 .col-md-6 {
    position: relative;
}

#section-cta-1 h2 {
    color: #ffffff !important;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.12;
    margin-bottom: 18px;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

#section-cta-1 .description {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 17px;
    line-height: 1.9;
}

#section-cta-1 .cta-buttons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

#section-cta-1 .brand-cta,
#section-cta-1 .btn-video,
#section-cta-1 .btn.colorful {
    min-width: 172px;
}

#section-cta-1 .btn-video {
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff !important;
    text-decoration: none !important;
}

#section-cta-1 .btn-video:hover {
    background: #ffffff;
    color: var(--go-dark) !important;
}

#footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #111713 0%, #0b0f0c 100%) !important;
    padding: 0 !important;
}

#footer::before,
#footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

#footer::before {
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(123, 170, 71, 0) 0%, rgba(123, 170, 71, 0.66) 50%, rgba(123, 170, 71, 0) 100%);
}

#footer::after {
    top: 0;
    height: 240px;
    background:
        radial-gradient(circle at 12% 20%, rgba(123, 170, 71, 0.14) 0%, rgba(123, 170, 71, 0) 34%),
        radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 26%);
}

#footer .footer-bar-wrap {
    position: relative;
    z-index: 1;
    padding: 56px 0 32px !important;
}

#footer .fb-row.row-1 {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#footer .fb-row.row-2 {
    padding-top: 18px;
}

#footer .box-contact-info-1 {
    min-height: 96px;
}

#footer .box-contact-info-1 .box-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(123, 170, 71, 0.14);
    border: 1px solid rgba(123, 170, 71, 0.18);
    color: #d5efb7;
    font-size: 20px;
}

#footer .box-contact-info-1 .box-content h6 {
    color: #ffffff !important;
    letter-spacing: 0.01em;
}

#footer .box-content p,
#footer .copyrights-message span,
#footer .copyrights-message a {
    color: rgba(255, 255, 255, 0.72) !important;
}

#footer .copyrights-message a:hover {
    color: #d5efb7 !important;
}

#footer .social-icons {
    margin-top: 22px;
}

#footer .social-icons a {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

/* --------------------------------------------------
   DESKTOP DROPDOWN BEHAVIOR FIXES
-------------------------------------------------- */
.brand-dropdown {
    position: relative;
    z-index: 20;
}

.brand-dropdown::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: 100%;
    height: 18px;
}

.brand-dropdown__panel {
    top: calc(100% + 4px) !important;
    z-index: 24;
}

/* --------------------------------------------------
   ABOUT PAGE HERO + WHY READABILITY
-------------------------------------------------- */
body.page-about {
    padding-top: 0 !important;
}

body.page-about #header.brand-header {
    background: rgba(255, 255, 255, 0.86) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 42px rgba(11, 14, 12, 0.12) !important;
}

body.page-about .page-hero {
    margin-top: 0 !important;
    min-height: clamp(560px, 88svh, 860px) !important;
}

body.page-about .page-hero > img {
    opacity: 0.18 !important;
    filter: grayscale(0.02) contrast(1.08) brightness(0.72);
}

body.page-about .page-hero .overlay-colored {
    background:
        radial-gradient(circle at 84% 22%, rgba(123, 170, 71, 0.26) 0%, rgba(123, 170, 71, 0) 28%),
        linear-gradient(120deg, rgba(7, 9, 8, 0.9) 0%, rgba(11, 13, 12, 0.82) 48%, rgba(22, 36, 20, 0.76) 100%) !important;
}

body.page-about .page-hero .section-content {
    padding-top: 168px !important;
    padding-bottom: 120px !important;
}

body.page-about .page-hero h1 {
    color: #ffffff !important;
    text-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

body.page-about .page-hero p,
body.page-about .page-hero .hero-meta-item span,
body.page-about .breadcrumbs,
body.page-about .breadcrumbs a,
body.page-about #section-why p,
body.page-about #section-why .description,
body.page-about #section-why .list-info li,
body.page-about #section-why .why-feature p {
    color: rgba(255, 255, 255, 0.92) !important;
}

body.page-about .hero-actions .btn.colorful {
    box-shadow: 0 18px 42px rgba(123, 170, 71, 0.24);
}

body.page-about .hero-actions .btn.dark {
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    color: #ffffff !important;
}

body.page-about .hero-actions .btn.dark:hover {
    background: #ffffff !important;
    color: var(--go-dark) !important;
}

body.page-about .hero-meta {
    gap: 18px;
}

body.page-about .hero-meta-item {
    padding: 18px 20px 18px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.page-about .hero-meta-item::before {
    top: 18px;
    height: 24px;
}

body.page-about #section-why > img {
    opacity: 0.22 !important;
    filter: grayscale(0.08) contrast(1.08) brightness(0.74);
}

body.page-about #section-why .overlay-colored {
    background:
        radial-gradient(circle at 84% 22%, rgba(123, 170, 71, 0.24) 0%, rgba(123, 170, 71, 0) 30%),
        linear-gradient(120deg, rgba(7, 9, 8, 0.94) 0%, rgba(12, 15, 13, 0.9) 45%, rgba(25, 39, 24, 0.84) 100%) !important;
}

body.page-about #section-why .why-panel {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.page-about #section-why .why-feature {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
}

body.page-about #section-why .why-feature h6 {
    color: #ffffff !important;
}

/* --------------------------------------------------
   SERVICES HUB TONE ADJUSTMENTS
-------------------------------------------------- */
body.page-services-hub .catalog-summary {
    align-items: stretch;
    gap: 26px;
}

body.page-services-hub .catalog-summary .body-copy {
    position: relative;
    overflow: hidden;
    padding: 36px;
    border-radius: 30px;
    background: linear-gradient(135deg, #111713 0%, #19311d 100%);
    box-shadow: 0 26px 58px rgba(12, 17, 14, 0.14);
}

body.page-services-hub .catalog-summary .body-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 84% 18%, rgba(123, 170, 71, 0.22) 0%, rgba(123, 170, 71, 0) 24%),
        linear-gradient(rgba(123, 170, 71, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(123, 170, 71, 0.08) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    opacity: 0.56;
}

body.page-services-hub .catalog-summary .body-copy > * {
    position: relative;
    z-index: 1;
}

body.page-services-hub .catalog-summary .section-header .eyebrow {
    background: rgba(255, 255, 255, 0.08);
    color: #d7efbb;
}

body.page-services-hub .catalog-summary .section-header h2,
body.page-services-hub .catalog-summary .section-header p,
body.page-services-hub .catalog-summary .body-copy p,
body.page-services-hub .catalog-summary .list-checks li {
    color: #ffffff !important;
}

body.page-services-hub .catalog-summary .section-header p,
body.page-services-hub .catalog-summary .body-copy p,
body.page-services-hub .catalog-summary .list-checks li {
    opacity: 0.84;
}

body.page-services-hub .catalog-summary .list-checks li::before {
    color: #d4f1b4;
}

body.page-services-hub .catalog-side-card {
    background: linear-gradient(180deg, #f3f5f1 0%, #e5eae1 100%) !important;
    box-shadow: 0 18px 46px rgba(31, 35, 39, 0.1) !important;
}

body.page-services-hub .catalog-side-card h3 {
    color: var(--go-dark) !important;
}

body.page-services-hub .catalog-side-card p,
body.page-services-hub .catalog-side-card li {
    color: #4f5962 !important;
}

body.page-services-hub .catalog-side-card .info-list li::before {
    color: var(--go-accent-strong) !important;
}

body.page-services-hub .catalog-side-card code {
    background: rgba(31, 35, 39, 0.08) !important;
    color: var(--go-dark) !important;
}

/* --------------------------------------------------
   HOMEPAGE SECTIONS
-------------------------------------------------- */
.homepage #section-clients-1 {
    padding: 108px 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ee 100%) !important;
}

.homepage .clients-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 32px;
    align-items: stretch;
}

.homepage .clients-copy {
    padding: 36px;
    border-radius: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbf6 100%);
    border: 1px solid rgba(123, 170, 71, 0.16);
    box-shadow: 0 22px 52px rgba(15, 23, 18, 0.08);
}

.homepage .clients-copy .section-top-chip {
    background: rgba(123, 170, 71, 0.1) !important;
    color: var(--go-accent-strong) !important;
}

.homepage .clients-copy h2,
.homepage .clients-copy .description,
.homepage .clients-copy p,
.homepage .clients-copy li {
    color: var(--go-dark) !important;
    opacity: 1 !important;
}

.homepage .clients-copy .description {
    margin: 0;
    font-size: 16px;
    line-height: 1.92;
    color: #5f666d !important;
}

.homepage .clients-copy__mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.homepage .clients-copy__mini-item {
    padding: 18px 18px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(123, 170, 71, 0.12) 0%, rgba(123, 170, 71, 0.06) 100%);
    border: 1px solid rgba(123, 170, 71, 0.12);
}

.homepage .clients-copy__mini-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--go-dark);
}

.homepage .clients-copy__mini-item span {
    display: block;
    color: #5f666d;
    line-height: 1.76;
    font-size: 14px;
}

.homepage .clients-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0 !important;
}

.homepage .clients-feature {
    padding: 24px 24px 22px;
    border-radius: 24px;
    background: #ffffff !important;
    border: 1px solid rgba(123, 170, 71, 0.14) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 18, 0.06);
    display: flex !important;
    align-items: center !important;     
    justify-content: center !important;
    
}

.homepage .clients-feature strong {
    display: block;
    margin-bottom: 10px;
    color: var(--go-dark) !important;
}

.homepage .clients-feature span {
    color: #5f666d !important;
    font-size: 200px;
    text-transform: lowercase;
    text-align: center;
    align-items: center;
    justify-content: center;

}

.homepage #section-process-home {
    background: linear-gradient(180deg, #f8faf5 0%, #ffffff 100%) !important;
}

.homepage .process-home-wrap {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr) !important;
    gap: 26px !important;
    align-items: stretch !important;
}

.homepage .process-home-grid {
    gap: 22px !important;
    grid-auto-rows: 1fr;
}

.homepage .process-card-home {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 248px;
    padding: 30px 28px 32px !important;
    border-radius: 26px !important;
}

.homepage .process-index {
    width: 58px !important;
    height: 58px !important;
    margin-bottom: 20px !important;
}

.homepage .process-card-home h5 {
    margin-bottom: 14px !important;
}

.homepage #section-free-discovery {
    padding: 40px 0 28px;
    background: linear-gradient(180deg, #f4f8ee 0%, #ffffff 100%);
}

.homepage .home-intro-panel {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr) !important;
    gap: 24px !important;
    padding: 36px !important;
    border-radius: 34px !important;
    background: linear-gradient(135deg, #16301b 0%, #224329 100%) !important;
    border: 1px solid rgba(123, 170, 71, 0.18) !important;
    box-shadow: 0 28px 60px rgba(15, 23, 18, 0.16) !important;
}

.homepage .home-intro-copy .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #d6efba !important;
}

.homepage .home-intro-copy h2 {
    color: #ffffff !important;
}

.homepage .home-intro-copy .description,
.homepage .list-checks-home li {
    color: rgba(255, 255, 255, 0.84) !important;
}

.homepage .list-checks-home li::before {
    background: #d4f1b4 !important;
    box-shadow: 0 0 0 6px rgba(212, 241, 180, 0.12) !important;
}

.homepage .home-intro-panel .btn.dark {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
}

.homepage .home-intro-panel .btn.dark:hover {
    background: #ffffff !important;
    color: var(--go-dark) !important;
}

.homepage .home-note-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 24px !important;
    border-radius: 30px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
}

.homepage .home-note-card__head {
    margin-bottom: 18px;
}

.homepage .home-note-card__head .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #d6efba;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.homepage .home-note-card__head h3 {
    margin: 0 0 10px;
    color: #ffffff !important;
    font-size: 28px;
    line-height: 1.22;
}

.homepage .home-note-card__head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76) !important;
    line-height: 1.82;
}

.homepage .home-pill-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: 430px;
    margin-top: 8px;
}

.homepage .home-pill-column {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 16px 12px;
    background: rgba(7, 9, 8, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 1) 88%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 12%, rgba(0, 0, 0, 1) 88%, transparent 100%);
}

.homepage .home-pill-track {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: max-content;
}

.homepage .home-pill-column--down .home-pill-track {
    animation: homePillDown 32s linear infinite;
}

.homepage .home-pill-column--up .home-pill-track {
    animation: homePillUp 32s linear infinite;
}

.homepage .home-pill-column:hover .home-pill-track {
    animation-play-state: paused;
}

.homepage .home-pill {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: var(--go-dark) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.45;
    box-shadow: 0 12px 24px rgba(15, 23, 18, 0.08);
}

.homepage .home-pill i {
    color: var(--go-accent-strong) !important;
    font-size: 14px;
}

@keyframes homePillUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes homePillDown {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

/* --------------------------------------------------
   RESPONSIVE
-------------------------------------------------- */
@media (max-width: 1199px) {
    .brand-dropdown::after {
        display: none;
    }

    .homepage .clients-shell,
    .homepage .home-intro-panel,
    .homepage .process-home-wrap {
        grid-template-columns: 1fr !important;
    }

    .homepage .clients-copy__mini-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    body.page-about .page-hero .section-content {
        padding-top: 146px !important;
        padding-bottom: 92px !important;
    }

    .homepage .home-pill-columns {
        height: 360px;
    }
}

@media (max-width: 767px) {
    #section-cta-1 .section-content {
        padding: 82px 0 !important;
    }

    #section-cta-1 .description {
        font-size: 15px;
    }

    .brand-dropdown::after {
        display: none;
    }

    body.page-about .hero-meta {
        gap: 14px;
    }

    body.page-about .hero-meta-item {
        width: 100%;
    }

    .homepage .clients-copy,
    .homepage .home-intro-panel,
    .homepage .home-note-card {
        padding: 22px !important;
    }

    .homepage .clients-copy__mini-grid,
    .homepage .clients-feature-list {
        grid-template-columns: 1fr !important;
    }

    .homepage .home-pill-columns {
        height: 320px;
        gap: 10px;
    }

    .homepage .home-note-card__head h3 {
        font-size: 24px;
    }

    .homepage .process-card-home {
        min-height: auto;
        padding: 26px 22px 28px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepage .home-pill-track {
        animation: none !important;
        transform: none !important;
    }
}

@media (max-width: 991px) {
    .homepage .clients-feature-list {
        display: none !important;
    }
}



/* --- mesagate minimal service/logo refresh --- */
.brand-logo__image {
    height: 44px !important;
}

.hero-minimal-nav__logo {
    position: relative;
    overflow: hidden;
    padding: 10px 16px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, rgba(8, 12, 10, 0.40) 0%, rgba(10, 14, 12, 0.22) 52%, rgba(123, 170, 71, 0.10) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
}

.hero-minimal-nav__logo::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.02) 52%, rgba(123,170,71,0.10) 100%);
    opacity: 0.9;
    pointer-events: none;
}

.hero-minimal-nav__logo-image {
    position: relative;
    z-index: 1;
    height: 42px !important;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.14)) !important;
}

.homepage .service-number,
.homepage .service-category,
.homepage .service-summary,
.catalog-card .category-pill,
.catalog-card p,
.related-card .category-pill,
.related-card p {
    display: none !important;
}

.homepage .service-content {
    padding: 16px 18px 18px !important;
}

.homepage .service-content h5 {
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

.homepage .service-cta-text {
    margin-top: 10px;
}

.catalog-card .catalog-body,
.related-card .related-body {
    padding-top: 18px !important;
}

.catalog-card h4,
.related-card h4 {
    margin: 0 0 12px !important;
}

.services-paths__card > span:not(.icon) {
    display: none !important;
}

.services-paths__card strong {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .brand-logo__image {
        height: 38px !important;
    }

    .hero-minimal-nav__logo {
        padding: 9px 13px !important;
        border-radius: 16px !important;
    }

    .hero-minimal-nav__logo-image {
        height: 36px !important;
    }
}
