:root {
    --green-900: #194f3d;
    --green-800: #23624c;
    --green-700: #2f7b5f;
    --green-500: #66b696;
    --mint-100: #e8f3ef;
    --mint-50: #f5fbf8;
    --navy: #12233d;
    --ink: #1f2e2a;
    --muted: #5f706a;
    --line: #dbe8e3;
    --white: #ffffff;
    --amber: #f2b84b;
    --sky: #5aa5d8;
    --shadow: 0 22px 60px rgba(16, 40, 32, 0.14);
    --radius: 8px;
}

/* Final PDF alignment overrides. These intentionally sit at the end so the Canva-style page rhythm wins. */
:root {
    --green-900: #14513a;
    --green-800: #1f6f4c;
    --green-700: #2d8a5d;
    --green-500: #7dc7a5;
    --mint-100: #eaf4ee;
    --mint-50: #f7fbf8;
    --navy: #1f2c34;
    --ink: #24302d;
    --muted: #65756f;
    --line: #dfe9e4;
    --shadow: 0 14px 32px rgba(14, 54, 39, 0.1);
}

body {
    background: #fff;
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    height: 54px;
    padding: 0 max(22px, calc((100vw - 1025px) / 2 + 18px));
}

    .site-header.is-scrolled {
        background: #fff;
        box-shadow: 0 8px 24px rgba(18, 35, 61, 0.08);
    }

.brand {
    font-size: 1.05rem;
    gap: 0.42rem;
    letter-spacing: 0;
}

.brand-mark {
    height: 22px;
    width: 22px;
}

.site-nav {
    gap: 1.05rem;
}

    .site-nav a,
    .nav-group > a {
        color: #1c2d31;
        font-size: 1.05rem;
    }

.nav-group > a {
    min-height: 54px;
}

.nav-panel {
    border-radius: 6px;
    min-width: 220px;
    top: calc(100% - 2px);
}

    .nav-panel a {
        font-size: 1.05rem;
        padding: 0.7rem 0.75rem;
    }

.nav-panel-section {
    border-top: 1px solid rgba(18, 35, 49, 0.04);
}

.nav-panel-heading {
    display: block;
    font-size: 1.05rem;
    color: var(--green-900);
    padding: 0.75rem 0.9rem 0.35rem;
    cursor: default;
    letter-spacing: 0.2px;
}

/* Indent links inside panel sections to show hierarchy */
.nav-panel-section a {
    display: block;
    padding: 0.6rem 0.75rem 0.6rem 2.2rem;
    color: var(--ink);
}

/* Slight visual bullet for sub-links to reinforce hierarchy */
/* bullets removed — sub-links keep indentation only */

.nav-cta {
    background: var(--green-800);
    border-radius: 999px;
    padding: 0.62rem 0.95rem;
}

.hero {
    min-height: 598px;
    padding: 130px max(22px, calc((100vw - 1025px) / 2 + 36px)) 90px;
    text-align: center;
}

h1 {
    font-size: clamp(2.2em, 3.2vw, 3.2rem);
    line-height: 1.04;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
    line-height: 1.12;
}

h3 {
    font-size: 1.2rem;
}

p {
    font-size: 1rem;
    line-height: 1.62;
}

.hero p {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.eyebrow {
    font-size: 0.8rem;
}

.button {
    border-radius: 999px;
    font-size: 1rem;
    min-height: 42px;
    padding: 0.75rem 1.15rem;
}

    .button.primary {
        background: #e8f4ee;
        color: var(--green-900);
        box-shadow: none;
    }

    .button.secondary {
        border-color: rgba(255, 255, 255, 0.7);
    }

.section,
.view360,
.testimonial {
    padding-left: max(22px, calc((100vw - 1025px) / 2 + 44px));
    padding-right: max(22px, calc((100vw - 1025px) / 2 + 44px));
}

.section {
    padding-top: 74px;
    padding-bottom: 74px;
}

.section-heading {
    margin-bottom: 2.1rem;
    max-width: 720px;
}

.intro {
    background: linear-gradient(180deg, #fff 0%, #fff 55%, #eef6f1 55%, #eef6f1 100%);
}

.pain-grid,
.feature-grid,
.security-grid,
.why-grid {
    gap: 0.8rem;
    max-width: 1025px;
}

    .pain-grid article,
    .feature-grid article,
    .why-grid article,
    .detail-grid article,
    .industry-grid article,
    .security-grid article,
    .preview-grid article {
        border: 0;
        border-radius: 6px;
        box-shadow: none;
    }

    .pain-grid article {
        background: #f4faf6;
        min-height: 130px;
        padding: 1rem;
    }

.line-icon {
    height: 46px;
    width: 46px;
}

.pain-grid h3 {
    color: var(--green-900);
    font-size: 1rem;
}

.testimonial {
    background: #fff;
}

    .testimonial blockquote {
        background: #eef6f1;
        border: 0;
        border-radius: 6px;
    }

    .testimonial p {
        color: var(--green-900);
        font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    }

    .testimonial cite {
        color: var(--green-800);
        font-size: 0.95rem;
    }

.cta-band,
.view360,
.detail-band {
    background: var(--green-900);
}

.solution-strip,
.steps,
.workflow-grid,
.case-metrics,
.service-layout,
.industry-grid,
.detail-grid,
.security-grid {
    max-width: 1025px;
}

    .solution-strip article,
    .steps article,
    .detail-grid article {
        border-radius: 6px;
    }

    .feature-grid article,
    .security-grid article,
    .why-grid article {
        background: #f7fbf8;
    }

    .case-metrics article {
        background: var(--green-800);
        border-radius: 6px;
    }

.split {
    max-width: 1025px;
}

.industry-grid {
    max-width: 760px;
}

    .industry-grid article {
        background: #fff;
        min-height: 300px;
    }

.detail-band {
    gap: 2rem;
}

@media (max-width: 760px) {
    .site-header {
        height: 62px;
        padding: 0 1rem;
    }

    .site-nav {
        top: 62px;
    }

    .nav-group > a {
        min-height: auto;
    }

    .hero {
        min-height: 620px;
        padding: 112px 1.15rem 62px;
    }

    h1 {
        font-size: clamp(2.2em, 3.2vw, 3.2rem);
    }
}

/* GA_v2_Home___Canva_Pg2 exact-match home layer */
.home-pdf {
    background: #fff;
    color: #245240;
}

    .home-pdf .home-header {
        background: #fff;
        border-bottom: 1px solid rgba(17, 69, 48, 0.08);
        box-shadow: none;
        height: 76px;
        padding-left: max(42px, calc((100vw - 1025px) / 2 + 60px));
        padding-right: max(42px, calc((100vw - 1025px) / 2 + 60px));
        position: relative;
    }

    .home-pdf .brand {
        color: #2d8a5d;
        font-size: 1rem;
        font-weight: bold;
    }

    .home-pdf .brand-mark {
        height: 24px;
        width: 24px;
    }

    .home-pdf .site-nav {
        gap: 2.1rem;
    }

        .home-pdf .site-nav a,
        .home-pdf .nav-group > a {
            color: #10251f;
            font-size: 1rem;
            font-weight: bold;
        }

    .home-pdf .nav-group > a {
        min-height: 76px;
    }

    .home-pdf .nav-cta {
        background: transparent;
        color: #10251f !important;
        padding: 0;
    }

.ga-home-hero {
    align-items: center;
    color: #fff;
    display: grid;
    min-height: 577px;
    overflow: hidden;
    padding: 0 max(28px, calc((100vw - 1025px) / 2 + 120px));
    position: relative;
    text-align: center;
}

.ga-home-hero-media,
.ga-home-hero-overlay {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.ga-home-hero-overlay {
    background: rgba(17, 72, 51, 0.66);
}

.ga-home-hero-copy {
    margin: 0 auto;
    max-width: 650px;
    position: relative;
    transform: translateY(-18px);
    z-index: 1;
}

.ga-home-hero h1 {
    color: #fff;
    font-size: clamp(2.2em, 3.2vw, 3.2rem);
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 1.4rem;
    text-transform: none;
}

.ga-home-hero p {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    line-height: 1.38;
    margin: 0 auto;
}

.ga-section-menu {
    bottom: 34px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    font-weight: 500;
    gap: 0;
    justify-content: center;
    left: 0;
    line-height: 1.35;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 1;
}

    .ga-section-menu a {
        color: #fff;
    }

        .ga-section-menu a:not(:last-child)::after {
            content: " | ";
            white-space: pre;
        }

.ga-view360 {
    background: #1f6045;
    color: #fff;
    padding: 78px max(24px, calc((100vw - 1025px) / 2 + 92px)) 58px;
    text-align: center;
}

.ga-section-heading h2,
.ga-services h2,
.ga-why h2 {
    color: #3d9a70;
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
    line-height: 1;
    margin: 0 0 1.4rem;
    text-transform: none;
}

.ga-inverted h2 {
    color: #fff;
}

    .ga-inverted h2::after {
        background: rgba(255, 255, 255, 0.55);
        content: "";
        display: block;
        height: 1px;
        margin: 1.7rem auto 1.7rem;
        width: 156px;
    }

.ga-section-heading h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 auto 2rem;
}

.ga-dashboard {
    background: #fff;
    box-shadow: 0 18px 36px rgba(9, 42, 31, 0.23);
    margin: 0 auto 42px;
    max-width: 820px;
    padding: 0;
}

    .ga-dashboard img {
        width: 100%;
    }

.ga-outcome-row {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 260px;
    margin: 0 auto 42px;
    max-width: 820px;
}

.ga-outcomes h3,
.ga-industries h3 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 1.4rem;
    text-transform: uppercase;
}

.ga-outcome-items {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}

    .ga-outcome-items article,
    .ga-industries a {
        align-items: center;
        color: #fff;
        display: grid;
        gap: 0.7rem;
        justify-items: center;
    }

    .ga-outcome-items strong,
    .ga-industries strong {
        color: #fff;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.1;
        text-transform: uppercase;
    }

.ga-industries {
    background: rgba(65, 151, 108, 0.6);
    border-radius: 18px;
    padding: 18px 20px 22px;
}

    .ga-industries > div {
        display: grid;
        gap: 0.7rem;
        grid-template-columns: repeat(2, 1fr);
    }

.ga-icon {
    border: 3px solid rgba(221, 244, 234, 0.95);
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    position: relative;
    width: 42px;
}

    .ga-icon::before,
    .ga-icon::after {
        background: rgba(221, 244, 234, 0.95);
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.ga-icon-staffing::before,
.ga-icon-nonprofit::before {
    border-radius: 50%;
    box-shadow: -11px 10px 0 -2px rgba(221, 244, 234, 0.95), 11px 10px 0 -2px rgba(221, 244, 234, 0.95);
    height: 10px;
    top: 36%;
    width: 10px;
}

.ga-icon-operations::before {
    border-radius: 50%;
    box-shadow: -13px -8px 0 -2px rgba(221, 244, 234, 0.95), 13px -8px 0 -2px rgba(221, 244, 234, 0.95), 0 13px 0 -2px rgba(221, 244, 234, 0.95);
    height: 9px;
    width: 9px;
}

.ga-icon-sites::before {
    box-shadow: -12px 0 0 rgba(221, 244, 234, 0.95), 12px 0 0 rgba(221, 244, 234, 0.95), 0 -12px 0 rgba(221, 244, 234, 0.95), 0 12px 0 rgba(221, 244, 234, 0.95);
    height: 6px;
    width: 6px;
}

.ga-icon-reporting::before {
    height: 22px;
    width: 4px;
}

.ga-icon-reporting::after {
    box-shadow: 9px 0 0 rgba(221, 244, 234, 0.95), -9px 0 0 rgba(221, 244, 234, 0.95);
    height: 14px;
    width: 4px;
}

.ga-icon-home::before {
    background: transparent;
    border: 3px solid rgba(221, 244, 234, 0.95);
    border-bottom: 0;
    height: 20px;
    transform: translate(-50%, -42%) rotate(45deg);
    width: 20px;
}

.ga-intelligence-card {
    background: #edf7f1;
    border-radius: 20px;
    color: #255d44;
    margin: 0 auto 38px;
    max-width: 820px;
    padding: 26px 54px;
    position: relative;
}

    .ga-intelligence-card h3 {
        color: #2b6e50;
        font-size: 1.2rem;
        margin: 0 0 0.9rem;
        text-transform: uppercase;
    }

    .ga-intelligence-card p {
        color: #2b6e50;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.35;
        margin: 0;
    }

.ga-sparkle {
    background: #6e43d4;
    clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
    height: 78px;
    position: absolute;
    right: -36px;
    top: -35px;
    width: 78px;
}

    .ga-sparkle::after {
        background: #6e43d4;
        clip-path: inherit;
        content: "";
        height: 38px;
        position: absolute;
        right: -24px;
        top: 50px;
        width: 38px;
    }

@media (max-width: 768px) {
    .ga-sparkle {
        display: none;
    }

        .ga-sparkle::after {
            display: none;
        }
}

.ga-pill {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #1f6f4c;
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 600;
    justify-content: center;
    min-height: 28px;
    min-width: 130px;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.ga-about-strip {
    background: #479a70;
    padding: 40px max(42px, calc((100vw - 1025px) / 2 + 122px));
    text-align: center;
}

    .ga-about-strip h3 {
        color: #fff;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.42;
        margin: 0 auto;
        max-width: 780px;
    }

.ga-services {
    background: #f0f8f3;
    padding: 72px max(42px, calc((100vw - 1025px) / 2 + 92px)) 90px;
    text-align: center;
}

    .ga-services h2,
    .ga-why h2 {
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        margin-bottom: 54px;
        text-transform: uppercase;
    }

.ga-service-grid {
    display: grid;
    gap: 8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 780px;
}

.ga-service-card {
    display: grid;
    justify-items: center;
    text-decoration: none;
    color: inherit;
    padding: 32px 24px;
    border-radius: 12px;
    background: #ffffff;
    border: 2px solid #1f6f4c;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(31, 111, 76, 0.08);
}

    .ga-service-card:hover {
        border-color: #1f6f4c;
        box-shadow: 0 12px 32px rgba(31, 111, 76, 0.2);
        transform: translateY(-6px);
        background: #f9fdfb;
    }

    .ga-service-card:active {
        transform: translateY(-2px);
    }

    .ga-service-card img {
        height: 142px;
        margin-bottom: 24px;
        object-fit: contain;
        opacity: 0.76;
        width: 142px;
        transition: opacity 0.3s ease;
    }

    .ga-service-card:hover img {
        opacity: 1;
    }

    .ga-service-card h3 {
        color: #1f6f4c;
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0 0 1.15rem;
        transition: color 0.3s ease;
    }

    .ga-service-card:hover h3 {
        color: #194f3d;
    }

    .ga-service-card p {
        color: #2b6348;
        font-size: 1rem;
        line-height: 1.4;
        margin: 0;
        max-width: 230px;
        font-weight: 500;
    }

.ga-testimonial {
    background: #469970;
    color: #fff;
    padding: 60px max(42px, calc((100vw - 1025px) / 2 + 86px)) 60px;
    text-align: center;
}

    .ga-testimonial h2 {
        color: #fff;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        margin: 0 0 0.3rem;
        text-transform: uppercase;
    }

.ga-role {
    color: #fff;
    font-size: 1.1rem;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.ga-testimonial blockquote {
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 auto;
    max-width: 640px;
}

.ga-why {
    background: #eef7f2;
    padding: 92px max(42px, calc((100vw - 1025px) / 2 + 70px)) 92px;
    text-align: center;
}

    .ga-why h2 {
        color: #225a41;
        margin-bottom: 54px;
    }

.ga-why-stack {
    display: grid;
    gap: 42px;
    margin: 0 auto;
    max-width: 880px;
}

    .ga-why-stack article {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(199, 232, 219, 0.85));
        border-radius: 18px;
        padding: 30px 38px;
        text-align: center;
        width: min(100%, 610px);
    }

        .ga-why-stack article:nth-child(even) {
            justify-self: end;
        }

    .ga-why-stack h3 {
        color: #255d44;
        font-size: 1.2rem;
        margin: 0 0 1rem;
    }

    .ga-why-stack p {
        color: #386b55;
        font-size: 1rem;
        line-height: 1.32;
        margin: 0;
    }

.ga-final-cta {
    background: #1f6045;
    color: #fff;
    padding: 25px max(52px, calc((100vw - 1025px) / 2 + 86px)) 20px;
    text-align: center;
}

    .ga-final-cta h3 {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.16;
        margin: 0 0 10px;
        /*text-transform: uppercase;*/
    }

    .ga-final-cta > div {
        display: flex;
        gap: 36px;
        justify-content: center;
    }

@media (max-width: 820px) {
    .home-pdf .home-header {
        height: 64px;
        padding: 0 1rem;
        position: relative;
    }

    .home-pdf .site-nav {
        gap: 0;
        top: 64px;
        z-index: 999;
    }

    .home-pdf .nav-group > a {
        min-height: auto;
    }

    .ga-home-hero {
        min-height: 644px;
        padding: 0 1.25rem;
    }

    .ga-home-hero-copy {
        transform: translateY(-36px);
    }

    .ga-section-menu {
        bottom: 28px;
        font-size: 1rem;
        padding: 0 1rem;
    }

    .ga-view360,
    .ga-about-strip,
    .ga-services,
    .ga-testimonial,
    .ga-why,
    .ga-final-cta {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .ga-outcome-row,
    .ga-service-grid {
        grid-template-columns: 1fr;
    }

    .ga-outcome-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .ga-industries {
        margin-top: 2rem;
    }

    .ga-service-grid {
        gap: 3.5rem;
    }

    .ga-why-stack article,
    .ga-why-stack article:nth-child(even) {
        justify-self: center;
    }

    .ga-final-cta > div {
        align-items: center;
        flex-direction: column;
        gap: 1rem;
    }
}

/* GA_v2_Explore View360___Canva_Pg3 exact-match layer */
.view360-pdf {
    background: #fff;
    color: #245240;
}

    .view360-pdf .home-header {
        background: #fff;
        border-bottom: 1px solid rgba(17, 69, 48, 0.08);
        box-shadow: none;
        height: 76px;
        padding-left: max(42px, calc((100vw - 1025px) / 2 + 60px));
        padding-right: max(42px, calc((100vw - 1025px) / 2 + 60px));
        position: relative;
    }

    .view360-pdf .brand {
        color: #2d8a5d;
        font-size: 1rem;
    }

    .view360-pdf .brand-mark {
        height: 24px;
        width: 24px;
    }

    .view360-pdf .site-nav {
        gap: 2.1rem;
    }

        .view360-pdf .site-nav a,
        .view360-pdf .nav-group > a {
            color: #10251f;
            font-size: 1rem;
            font-weight: bold;
        }

    .view360-pdf .nav-group > a {
        min-height: 76px;
    }

    .view360-pdf .nav-cta {
        background: transparent;
        color: #10251f !important;
        padding: 0;
    }

.v360-hero {
    align-items: center;
    background: #1f6045;
    color: #fff;
    display: grid;
    min-height: 472px;
    overflow: hidden;
    padding: 0 1.5rem;
    position: relative;
    text-align: center;
}

.v360-hero-media {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.v360-hero-overlay {
    background: rgba(17, 72, 51, 0.76);
    inset: 0;
    position: absolute;
}

.v360-hero-copy {
    margin: 0 auto;
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.v360-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 400;
    line-height: 1.08;
    margin: 0 0 1.5rem;
}

.v360-hero p {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1rem, 1.8vw, 1.34rem);
    line-height: 1.35;
    margin: 0 auto 2rem;
    max-width: 620px;
}

.v360-pill {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #1f6f4c;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 45px;
    min-width: 178px;
    padding: 0.76rem 1.4rem;
    cursor: pointer;
}

.v360-problems {
    background: #fff;
    padding: 64px 2rem 72px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .v360-problems h2 {
        color: #275c43;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        line-height: 1.04;
        margin: 0 0 58px;
    }

.v360-problem-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 860px;
    width: calc(100% - 4rem);
    justify-items: center;
    align-items: center;
}

    .v360-problem-grid article {
        display: grid;
        gap: 1rem;
        justify-items: center;
    }

    .v360-problem-grid strong {
        color: #2c6b4e;
        font-size: clamp(0.7rem, 1.5vw, 0.9rem);
        font-weight: normal;
        line-height: 1.06;
        text-transform: uppercase;
    }

.v360-line-icon {
    border: 4px solid #2c6b4e;
    border-radius: 8px;
    display: block;
    height: 58px;
    opacity: 0.9;
    position: relative;
    width: 58px;
}

    .v360-line-icon::before,
    .v360-line-icon::after {
        background: #2c6b4e;
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.v360-disconnected {
    border-radius: 50%;
}

    .v360-disconnected::before {
        border-radius: 50%;
        box-shadow: -18px -12px 0 -3px #2c6b4e, 18px -12px 0 -3px #2c6b4e, -18px 12px 0 -3px #2c6b4e, 18px 12px 0 -3px #2c6b4e;
        height: 10px;
        width: 10px;
    }

.v360-manual::before {
    box-shadow: 0 -12px 0 #2c6b4e, 0 12px 0 #2c6b4e;
    height: 4px;
    width: 30px;
}

.v360-staffing::before {
    border-radius: 50%;
    box-shadow: -15px 12px 0 -2px #2c6b4e, 15px 12px 0 -2px #2c6b4e;
    height: 11px;
    top: 36%;
    width: 11px;
}

.v360-delayed {
    border: 0;
}

    .v360-delayed::before {
        background: transparent;
        border-bottom: 52px solid transparent;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 0;
        height: 0;
        outline: 4px solid #2c6b4e;
        transform: translate(-50%, -50%) rotate(0deg);
        width: 0;
    }

.v360-siloed::before {
    box-shadow: -12px -12px 0 #2c6b4e, 12px -12px 0 #2c6b4e, -12px 12px 0 #2c6b4e, 12px 12px 0 #2c6b4e;
    height: 7px;
    width: 7px;
}

.v360-problem-icon {
    display: block;
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.v360-core {
    background: #1f6045;
    color: #fff;
    overflow: hidden;
    padding: 70px max(28px, calc((100vw - 1025px) / 2 + 82px)) 76px;
    position: relative;
    text-align: center;
}

    .v360-core h2 {
        color: #fff;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        line-height: 1.1;
        margin: 0 auto 46px;
        max-width: 780px;
    }

.v360-dashboard {
    background: #fff;
    box-shadow: 0 18px 36px rgba(9, 42, 31, 0.23);
    margin: 48px auto 48px;
    max-width: 840px;
}

    .v360-dashboard img {
        width: 100%;
    }

.v360-setup {
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 0 44px;
}

    .v360-setup h2 {
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        color: #fff;
    }

.v360-steps {
    align-items: center;
    display: grid;
    gap: 1.7rem;
    grid-template-columns: 1fr 40px 1fr 40px 1fr;
    margin: 0 auto 44px;
    max-width: 720px;
}

    .v360-steps article {
        color: #fff;
    }

    .v360-steps h3 {
        color: #fff;
        font-size: 1.2rem;
        margin: 0 0 1.25rem;
        text-transform: uppercase;
    }

    .v360-steps p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.18;
        margin: 0;
    }

    .v360-steps > span {
        border-right: 6px solid #fff;
        border-top: 6px solid #fff;
        display: block;
        height: 28px;
        opacity: 0.95;
        transform: rotate(45deg);
        width: 28px;
    }

.v360-intelligence {
    background: #4ca172;
    border-radius: 999px;
    margin: 0 auto 60px;
    max-width: 720px;
    padding: 30px 54px;
}

    .v360-intelligence h2 {
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        margin: 0 0 0.35rem;
        text-transform: uppercase;
    }

    .v360-intelligence h3 {
        color: #fff;
        font-size: 1.2rem;
        margin: 0 0 1rem;
        text-transform: uppercase;
    }

    .v360-intelligence p {
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.32;
        margin: 0;
        text-align: center;
    }

.v360-feature-diamond {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(2, 1fr);
    margin: -10px auto 50px;
    max-width: 830px;
    position: relative;
}

    .v360-feature-diamond::before,
    .v360-feature-diamond::after {
        background: #4ca172;
        content: "";
        height: 260px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 260px;
        z-index: 0;
    }

    .v360-feature-diamond::before {
        left: -170px;
    }

    .v360-feature-diamond::after {
        right: -170px;
    }

    .v360-feature-diamond article,
    .v360-feature-grid article {
        background: #eef7f2;
        border-radius: 13px;
        color: #2b6348;
        min-height: 118px;
        padding: 20px 24px;
        position: relative;
        z-index: 1;
    }

    .v360-feature-diamond h3,
    .v360-feature-grid h3 {
        color: #2b6348;
        font-size: 1.2rem;
        line-height: 1.1;
        margin: 0 0 0.8rem;
    }

    .v360-feature-diamond p,
    .v360-feature-grid p {
        color: #2b6348;
        font-size: 1rem;
        line-height: 1.3;
        margin: 0;
    }

.v360-feature-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 830px;
}

.v360-continuity {
    background: #eff7f2;
    padding: 40px max(28px, calc((100vw - 1025px) / 2 + 62px)) 95px;
    text-align: center;
}

    .v360-continuity h2 {
        color: #286247;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        line-height: 1.1;
        margin: 0 0 54px;
    }

.v360-card-row,
.v360-reliable-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 900px;
}

    .v360-card-row article {
        background: #1f6045;
        border-radius: 14px;
        box-shadow: 0 14px 24px rgba(17, 66, 48, 0.18);
        color: #fff;
        min-height: 150px;
        padding: 28px 20px;
    }

    .v360-card-row h3 {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.08;
        margin: 0 0 1rem;
        text-transform: uppercase;
    }

    .v360-card-row p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.32;
        margin: 0;
    }

.v360-subhead {
    color: #286247;
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
    margin: 58px 0 0.35rem;
}

.v360-subcopy {
    color: #3f735c;
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
    font-weight: 700;
    margin: 0 0 35px;
}

.v360-logo-panel {
    margin: 0 auto 58px;
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
}

    .v360-logo-panel img {
        max-width: 100%;
        height: auto;
        max-height: 70px;
    }

.v360-reliable-title {
    margin-top: 0;
    margin-bottom: 40px;
}

.v360-reliable-grid article {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 14px 24px rgba(31, 42, 38, 0.18);
    min-height: 200px;
    padding: 30px 22px;
}

.v360-reliable-grid h3 {
    color: #286247;
    font-size: 1.2rem;
    line-height: 1.08;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.v360-reliable-grid p {
    color: #4e7c69;
    font-size: 1rem;
    line-height: 1.35;
    margin: 0;
}

.v360-use {
    background: #1f6045;
    color: #fff;
    padding: 48px max(28px, calc((100vw - 1025px) / 2 + 72px)) 70px;
    text-align: center;
}

    .v360-use h2 {
        color: #fff;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        margin: 0 0 38px;
    }

.v360-use-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 760px;
}

    .v360-use-grid a {
        background: #f5faf7;
        border-radius: 14px;
        color: #2a674a;
        display: grid;
        justify-items: center;
        min-height: 300px;
        padding: 38px 38px 30px;
    }

    .v360-use-grid h3 {
        color: #2a674a;
        font-size: 1.2rem;
        margin: 1rem 0 1.1rem;
        text-transform: uppercase;
    }

    .v360-use-grid p {
        color: #3f735c;
        font-size: 1rem;
        line-height: 1.35;
        margin: 0;
    }

.v360-use-icon {
    border: 4px solid #2a674a;
    border-radius: 10px;
    display: block;
    height: 74px;
    position: relative;
    width: 74px;
}

    .v360-use-icon::before,
    .v360-use-icon::after {
        content: "";
        position: absolute;
    }

.v360-senior-icon::before {
    border: 4px solid #2a674a;
    border-bottom: 0;
    height: 34px;
    left: 17px;
    top: 24px;
    transform: rotate(45deg);
    width: 34px;
}

.v360-nonprofit-icon::before {
    background: #2a674a;
    border-radius: 50%;
    box-shadow: -20px 18px 0 -3px #2a674a, 20px 18px 0 -3px #2a674a;
    height: 16px;
    left: 25px;
    top: 18px;
    width: 16px;
}

.v360-nonprofit-icon::after {
    border: 4px solid #2a674a;
    border-radius: 999px 999px 10px 10px;
    height: 28px;
    left: 13px;
    top: 38px;
    width: 40px;
}

.v360-final {
    background: #499970;
    padding: 20px 1.5rem 20px;
    text-align: center;
}

    .v360-final h3 {
        color: #fff;
        font-size: 1.2rem;
        margin: 0 0 20px;
    }

    .v360-final .v360-pill {
        min-height: 44px;
        min-width: 160px;
    }

@media (max-width: 820px) {
    .view360-pdf .home-header {
        height: 64px;
        padding: 0 1rem;
    }

    .view360-pdf .site-nav {
        gap: 0;
        top: 64px;
        z-index: 999;
    }

    .view360-pdf .nav-group > a {
        min-height: auto;
    }

    .v360-hero {
        min-height: 540px;
    }

    .v360-problems {
        padding: 40px 1rem 48px;
    }

    .v360-problem-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

        .v360-problem-grid article:last-child {
            grid-column: 1 / -1;
            max-width: 50%;
            margin: 0 auto;
        }

    .v360-line-icon {
        height: 44px;
        width: 44px;
    }

    .v360-problem-grid strong {
        font-size: 0.95rem;
    }

    .v360-steps {
        grid-template-columns: 0.8fr;
    }

        .v360-steps > span {
            justify-self: center;
            transform: rotate(135deg);
        }

    .v360-intelligence {
        border-radius: 24px;
        padding: 28px 24px;
    }

    .v360-feature-diamond,
    .v360-feature-grid,
    .v360-card-row,
    .v360-reliable-grid,
    .v360-use-grid {
        grid-template-columns: 1fr;
    }

        .v360-feature-diamond::before,
        .v360-feature-diamond::after {
            display: none;
        }
}

/* GA_v2 industry pages exact-match layer */
.industry-pdf {
    background: #fff;
    color: #275c43;
}

    .industry-pdf .home-header {
        background: #fff;
        border-bottom: 1px solid rgba(17, 69, 48, 0.08);
        box-shadow: none;
        height: 76px;
        padding-left: max(42px, calc((100vw - 1025px) / 2 + 60px));
        padding-right: max(42px, calc((100vw - 1025px) / 2 + 60px));
        position: relative;
    }

    .industry-pdf .brand {
        color: #2d8a5d;
        font-size: 1rem;
    }

    .industry-pdf .brand-mark {
        height: 24px;
        width: 24px;
    }

    .industry-pdf .site-nav {
        gap: 2.1rem;
    }

        .industry-pdf .site-nav a,
        .industry-pdf .nav-group > a {
            color: #10251f;
            font-size: 1rem;
            font-weight: bold;
        }

    .industry-pdf .nav-group > a {
        min-height: 76px;
    }

    .industry-pdf .nav-cta {
        background: transparent;
        color: #10251f !important;
        padding: 0;
    }

.industry-hero {
    align-items: center;
    background: #1f6045;
    color: #fff;
    display: grid;
    min-height: 575px;
    overflow: hidden;
    padding: 0 1.5rem;
    position: relative;
    text-align: center;
}

.industry-hero-media,
.industry-hero-overlay {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.industry-hero-overlay {
    background: rgba(17, 72, 51, 0.68);
}

.industry-hero-copy {
    margin: 0 auto;
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.industry-hero h1 {
    color: #fff;
    font-size: clamp(2.2em, 3.2vw, 3.2rem);
    font-weight: 400;
    line-height: 1.08;
    margin: 0 0 1.7rem;
}

.industry-hero p {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    line-height: 1.35;
    margin: 0 auto 2rem;
    max-width: 700px;
}

.industry-pill {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #1f6f4c;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    min-width: 190px;
    padding: 0.78rem 1.5rem;
    cursor: pointer;
}

.industry-decisions {
    background: #fff;
    padding: 68px max(34px, calc((100vw - 1025px) / 2 + 76px)) 78px;
    text-align: center;
}

    .industry-decisions h2 {
        color: #275c43;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        line-height: 1.12;
        margin: 0 0 70px;
    }

.industry-decision-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 900px;
}

    .industry-decision-grid article {
        display: grid;
        justify-items: center;
    }

.industry-icon {
    border: 4px solid #2f7657;
    border-radius: 10px;
    display: block;
    height: 78px;
    margin-bottom: 28px;
    position: relative;
    width: 78px;
}

    .industry-icon::before,
    .industry-icon::after {
        background: #2f7657;
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .industry-icon.occupancy::before {
        background: transparent;
        border: 4px solid #2f7657;
        border-bottom: 0;
        height: 34px;
        transform: translate(-50%, -42%) rotate(45deg);
        width: 34px;
    }

    .industry-icon.staffing::before,
    .industry-icon.program::before,
    .industry-icon.alignment::before {
        border-radius: 50%;
        box-shadow: -20px 18px 0 -3px #2f7657, 20px 18px 0 -3px #2f7657;
        height: 16px;
        top: 36%;
        width: 16px;
    }

    .industry-icon.operations::before,
    .industry-icon.grant::before {
        border-radius: 50%;
        box-shadow: -14px -14px 0 -2px #2f7657, 14px -14px 0 -2px #2f7657, -14px 14px 0 -2px #2f7657, 14px 14px 0 -2px #2f7657;
        height: 12px;
        width: 12px;
    }

    .industry-icon.oversight {
        border-radius: 50%;
    }

        .industry-icon.oversight::before {
            box-shadow: -18px -7px 0 #2f7657, 18px -7px 0 #2f7657, 0 18px 0 #2f7657;
            height: 10px;
            width: 10px;
        }

    .industry-icon.board::before {
        height: 28px;
        width: 42px;
    }

    .industry-icon.board::after {
        background: #fff;
        height: 16px;
        width: 30px;
    }

.industry-decision-grid h3 {
    color: #2f7657;
    font-size: 1.2rem;
    line-height: 1.08;
    margin: 0 0 1.4rem;
    text-transform: uppercase;
}

.industry-decision-grid p {
    color: #376a55;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.28;
    margin: 0;
}

.industry-designed {
    background: #1f6045;
    color: #fff;
    padding: 72px max(28px, calc((100vw - 1025px) / 2 + 92px)) 82px;
    text-align: center;
}

    .industry-designed h2 {
        color: #fff;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        line-height: 1.12;
        margin: 0 0 30px;
    }

.industry-ai-copy h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.38;
    margin: 0 auto 44px;
    max-width: 760px;
}

.industry-dashboard {
    background: #fff;
    box-shadow: 0 18px 36px rgba(9, 42, 31, 0.23);
    margin: 0 auto 56px;
    max-width: 840px;
}

    .industry-dashboard img {
        width: 100%;
    }

.industry-feature-grid {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 830px;
}

    .industry-feature-grid article {
        background: #f1f8f4;
        border-radius: 22px;
        color: #2b6348;
        min-height: 128px;
        padding: 26px 30px;
    }

    .industry-feature-grid .center-card {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 410px;
        width: 100%;
    }

    .industry-feature-grid h3 {
        color: #2b6348;
        font-size: 1.2rem;
        line-height: 1.12;
        margin: 0 0 1rem;
    }

    .industry-feature-grid p {
        color: #2b6348;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.32;
        margin: 0;
    }

.industry-built {
    background: #eef7f2;
    padding: 82px max(28px, calc((100vw - 1025px) / 2 + 62px)) 98px;
    text-align: center;
}

    .industry-built h2 {
        color: #286247;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        margin: 0 0 68px;
    }

.industry-built-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 900px;
}

    .industry-built-grid article {
        background: #1f6045;
        border-radius: 18px;
        box-shadow: 0 18px 28px rgba(31, 42, 38, 0.24);
        color: #fff;
        min-height: 150px;
        padding: 30px 30px;
    }

    .industry-built-grid h3 {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.12;
        margin: 0 0 1.8rem;
        text-align: center;
        text-transform: uppercase;
    }

    .industry-built-grid p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.32;
        text-align: center;
        margin: 0;
    }

.industry-final {
    background: #499970;
    color: #fff;
    padding: 20px max(28px, calc((100vw - 1025px) / 2 + 50px)) 20px;
    text-align: center;
}

    .industry-final h3 {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.18;
        margin: 0 0 28px;
    }

    .industry-final p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.35;
        margin: 0 auto 34px;
        max-width: 760px;
    }

@media (max-width: 820px) {
    .industry-pdf .home-header {
        height: 64px;
        padding: 0 1rem;
    }

    .industry-pdf .menu-button {
        display: block;
        pointer-events: auto;
        cursor: pointer;
    }

    .industry-pdf .site-nav {
        align-items: stretch;
        background: var(--white);
        border-top: 1px solid var(--line);
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 1rem;
        position: fixed;
        right: 0;
        top: 64px;
        z-index: 999;
    }

        .industry-pdf .site-nav.is-open {
            display: flex !important;
            max-height: 100vh !important;
            visibility: visible !important;
        }

        .industry-pdf .site-nav a {
            border-bottom: 1px solid var(--line);
            padding: 1rem;
        }

    .industry-pdf .nav-group > a {
        min-height: auto;
    }

    .industry-pdf .nav-panel {
        border: 0;
        box-shadow: none;
        display: grid;
        left: auto;
        min-width: 0;
        opacity: 1;
        padding: 0 0 0.7rem 1rem;
        pointer-events: auto;
        position: static;
        transform: none;
    }

        .industry-pdf .nav-panel a {
            background: var(--mint-50);
            font-size: 1rem;
            margin: 0.25rem 0;
            padding: 0.75rem 1rem;
            display: block;
            pointer-events: auto;
            cursor: pointer;
        }

    .industry-pdf .nav-panel-section a {
        display: block !important;
        pointer-events: auto !important;
        cursor: pointer !important;
        padding: 0.6rem 0.75rem 0.6rem 2.2rem !important;
    }

    .industry-pdf .nav-panel-heading {
        display: block;
        pointer-events: none;
    }

    .industry-pdf .nav-cta {
        border-bottom: 0 !important;
        display: block;
        margin-top: 0.8rem;
        text-align: left;
    }

    .industry-hero {
        min-height: 598px;
    }

    .industry-decision-grid,
    .industry-feature-grid,
    .industry-built-grid {
        grid-template-columns: 1fr;
    }

        .industry-feature-grid .center-card {
            grid-column: auto;
            max-width: none;
        }
}

/* GA_v2 service pages exact-match layer */
.service-pdf {
    background: #fff;
    color: #275c43;
}

    .service-pdf .home-header {
        background: #fff;
        border-bottom: 1px solid rgba(17, 69, 48, 0.08);
        box-shadow: none;
        height: 76px;
        padding-left: max(42px, calc((100vw - 1025px) / 2 + 60px));
        padding-right: max(42px, calc((100vw - 1025px) / 2 + 60px));
        position: relative;
    }

    .service-pdf .brand {
        color: #2d8a5d;
        font-size: 1rem;
    }

    .service-pdf .brand-mark {
        height: 24px;
        width: 24px;
    }

    .service-pdf .site-nav {
        gap: 2.1rem;
    }

        .service-pdf .site-nav a,
        .service-pdf .nav-group > a {
            color: #10251f;
            font-size: 1rem;
            font-weight: bold;
        }

    .service-pdf .nav-group > a {
        min-height: 76px;
    }

    .service-pdf .nav-cta {
        background: transparent;
        color: #10251f !important;
        padding: 0;
    }

.service-hero {
    align-items: center;
    background: linear-gradient(90deg, rgba(17, 72, 51, 0.8), rgba(17, 72, 51, 0.88)), url("assets/media/view360-dashboard.png") center / cover;
    color: #fff;
    display: grid;
    min-height: 523px;
    padding: 0 1.5rem;
    position: relative;
    text-align: center;
}

.service-hero-copy {
    margin: 0 auto;
    max-width: 760px;
}

.service-hero h1 {
    color: #fff;
    font-size: clamp(2.2em, 3.2vw, 3.2rem);
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 2rem;
}

.service-hero p {
    color: rgba(255, 255, 255, 0.94);
    font-size: 1rem;
    line-height: 1.32;
    margin: 0 auto 2.4rem;
    max-width: 680px;
}

.service-pill {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #1f6f4c;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
    min-width: 190px;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
}

.service-intro {
    background: #fff;
    padding: 70px max(34px, calc((100vw - 1025px) / 2 + 68px)) 72px;
    text-align: center;
}

    .service-intro h2,
    .service-accountability h2 {
        color: #2c674b;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        line-height: 1.14;
        margin: 0 0 0px;
    }


.service-experience h2 {
    color: #eaf4f0;
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
    line-height: 1.14;
    margin: 0 0 25px;
}

.service-intro-grid {
    align-items: center;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) 300px;
    margin: 0 auto;
    max-width: 920px;
}

    .service-intro-grid p {
        color: #2f7657;
        font-size: 1rem;
        line-height: 1.35;
        margin: 0 0 2rem;
    }

        .service-intro-grid p:last-child {
            margin-bottom: 0;
        }

    .service-intro-grid img {
        max-height: 350px;
        object-fit: contain;
        width: 100%;
        display: block;
        margin: auto;
    }

.service-capabilities {
    background: #1f6045;
    color: #fff;
    padding: 72px max(28px, calc((100vw - 1025px) / 2 + 68px)) 88px;
    text-align: center;
}

    .service-capabilities h2 {
        color: #fff;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        line-height: 1.16;
        margin: 0 0 66px;
    }

.service-cap-grid {
    display: grid;
    gap: 3rem;
    margin: 0 auto;
    max-width: 930px;
}

    .service-cap-grid.four {
        grid-template-columns: repeat(4, 1fr);
    }

    .service-cap-grid.six {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 4.5rem;
    }

    .service-cap-grid article {
        display: grid;
        justify-items: center;
    }

.service-icon {
    border: 4px solid rgba(230, 247, 239, 0.95);
    border-radius: 10px;
    display: block;
    height: 76px;
    margin-bottom: 24px;
    position: relative;
    width: 76px;
}

    .service-icon::before,
    .service-icon::after {
        background: rgba(230, 247, 239, 0.95);
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .service-icon.production::before,
    .service-icon.financial::before,
    .service-icon.analytics::before {
        box-shadow: 0 -14px 0 rgba(230, 247, 239, 0.95), 0 14px 0 rgba(230, 247, 239, 0.95);
        height: 5px;
        width: 36px;
    }

    .service-icon.maintenance::before {
        height: 48px;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 6px;
    }

    .service-icon.maintenance::after {
        height: 48px;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 6px;
    }

    .service-icon.management::before,
    .service-icon.inventory::before,
    .service-icon.project::before {
        border-radius: 50%;
        box-shadow: -18px -12px 0 -3px rgba(230, 247, 239, 0.95), 18px -12px 0 -3px rgba(230, 247, 239, 0.95), -18px 12px 0 -3px rgba(230, 247, 239, 0.95), 18px 12px 0 -3px rgba(230, 247, 239, 0.95);
        height: 12px;
        width: 12px;
    }

    .service-icon.release::before {
        clip-path: polygon(50% 0, 65% 35%, 100% 35%, 72% 56%, 84% 100%, 50% 72%, 16% 100%, 28% 56%, 0 35%, 35% 35%);
        height: 48px;
        width: 48px;
    }

    .service-icon.customer::before,
    .service-icon.hr::before {
        border-radius: 50%;
        box-shadow: -16px 14px 0 -2px rgba(230, 247, 239, 0.95), 16px 14px 0 -2px rgba(230, 247, 239, 0.95);
        height: 14px;
        top: 38%;
        width: 14px;
    }

.service-cap-grid h3 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.12;
    margin: 0 0 1.4rem;
    text-transform: uppercase;
}

.service-cap-grid p {
    color: #fff;
    line-height: 1.26;
    margin: 0;
}

.service-accountability {
    background: #eef7f2;
    padding: 58px max(34px, calc((100vw - 1025px) / 2 + 58px)) 40px;
    text-align: center;
}

    .service-accountability h2 {
        margin-bottom: 20px;
    }

.service-account-grid {
    align-items: center;
    display: grid;
    gap: 4rem;
    grid-template-columns: 300px 1fr;
    margin: 0 auto;
    max-width: 900px;
}

    .service-account-grid img {
        max-height: 300px;
        object-fit: contain;
        width: 100%;
    }

    .service-account-grid p {
        color: #2f7657;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.36;
        margin: 0 0 2.2rem;
    }

        .service-account-grid p:last-child {
            margin-bottom: 0;
        }

.service-experience,
.dynamics-services {
    background: #0b5d46;
    padding: 60px max(34px, calc((100vw - 1025px) / 2 + 58px)) 60px;
    text-align: center;
}

    .service-experience p {
        color: #eaf4f0;
        font-size: 1rem;
        line-height: 1.38;
        margin: 0 auto;
        max-width: 760px;
    }

.dynamics-service-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 810px;
}

    .dynamics-service-grid article {
        background: rgba(255, 255, 255, 0.82);
        border-radius: 18px;
        min-height: 138px;
        padding: 28px 34px;
    }

    .dynamics-service-grid h3 {
        color: #2b6348;
        font-size: 1.2rem;
        margin: 0 0 1rem;
    }

    .dynamics-service-grid p {
        color: #376a55;
        font-size: 1rem;
        line-height: 1.3;
        margin: 0;
    }

.service-final {
    background: #499970;
    color: #fff;
    padding: 20px 1.5rem 20px;
    text-align: center;
}

    .service-final h3 {
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.18;
        margin: 0 auto 25px;
        max-width: 760px;
    }

@media (max-width: 820px) {
    .service-pdf .home-header {
        height: 64px;
        padding: 0 1rem;
    }

    .service-pdf .menu-button {
        display: block;
        pointer-events: auto;
        cursor: pointer;
    }

    .service-pdf .site-nav {
        align-items: stretch;
        background: var(--white);
        border-top: 1px solid var(--line);
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 1rem;
        position: fixed;
        right: 0;
        top: 64px;
        z-index: 999;
    }

        .service-pdf .site-nav.is-open {
            display: flex !important;
            max-height: 100vh !important;
            visibility: visible !important;
        }

        .service-pdf .site-nav a {
            border-bottom: 1px solid var(--line);
            padding: 1rem;
        }

    .service-pdf .nav-group > a {
        min-height: auto;
    }

    .service-pdf .nav-panel {
        border: 0;
        box-shadow: none;
        display: grid;
        left: auto;
        min-width: 0;
        opacity: 1;
        padding: 0 0 0.7rem 1rem;
        pointer-events: auto;
        position: static;
        transform: none;
    }

        .service-pdf .nav-panel a {
            background: var(--mint-50);
            font-size: 1rem;
            margin: 0.25rem 0;
            padding: 0.75rem 1rem;
            display: block;
            pointer-events: auto;
            cursor: pointer;
        }

    .service-pdf .nav-panel-section a {
        display: block !important;
        pointer-events: auto !important;
        cursor: pointer !important;
        padding: 0.6rem 0.75rem 0.6rem 2.2rem !important;
    }

    .service-pdf .nav-panel-heading {
        display: block;
        pointer-events: none;
    }

    .service-pdf .nav-cta {
        border-bottom: 0 !important;
        display: block;
        margin-top: 0.8rem;
        text-align: left;
    }

    .service-intro-grid,
    .service-account-grid,
    .service-cap-grid.four,
    .service-cap-grid.six,
    .dynamics-service-grid {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

        .service-intro-grid img,
        .service-account-grid img {
            display: block;
            width: 100%;
            height: auto;
            max-height: 350px;
            margin: 1.5rem auto;
            object-fit: contain;
            flex-shrink: 0;
            order: -1;
        }

        .service-intro-grid > div,
        .service-account-grid > div,
        .service-intro-grid > img,
        .service-account-grid > img {
            width: 100%;
        }
}

/* PDF design alignment pass: keeps the website component-based while matching the supplied Canva layouts. */
:root {
    --green-900: #14513a;
    --green-800: #1f6f4c;
    --green-700: #2d8a5d;
    --green-500: #7dc7a5;
    --mint-100: #eaf4ee;
    --mint-50: #f7fbf8;
    --navy: #1f2c34;
    --ink: #24302d;
    --muted: #65756f;
    --line: #dfe9e4;
    --shadow: 0 14px 32px rgba(14, 54, 39, 0.1);
}

body {
    background: #fff;
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    height: 54px;
    padding: 0 max(22px, calc((100vw - 1025px) / 2 + 18px));
}

    .site-header.is-scrolled {
        background: #fff;
        box-shadow: 0 8px 24px rgba(18, 35, 61, 0.08);
    }

.brand {
    font-size: 1.05rem;
    gap: 0.42rem;
    letter-spacing: 0;
}

.brand-mark {
    height: 22px;
    width: 22px;
}

.site-nav {
    gap: 1.05rem;
}

    .site-nav a,
    .nav-group > a {
        color: #1c2d31;
        font-size: 0.72rem;
        font-weight: bold;
    }

.nav-group > a {
    min-height: 54px;
}

.nav-panel {
    border-radius: 6px;
    min-width: 220px;
    top: calc(100% - 2px);
}

    .nav-panel a {
        font-size: 1.05rem;
        padding: 0.7rem 0.75rem;
    }

.nav-cta {
    background: var(--green-800);
    border-radius: 999px;
    padding: 0.62rem 0.95rem;
}

.hero {
    min-height: 520px;
    padding: 112px max(22px, calc((100vw - 1025px) / 2 + 36px)) 72px;
    text-align: center;
}

h1 {
    font-size: clamp(2.2em, 3.2vw, 3.2rem);
    line-height: 1.04;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
    line-height: 1.12;
}

h3 {
    font-size: 1.2rem;
}

p {
    font-size: 1rem;
    line-height: 1.62;
}

.hero p {
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.eyebrow {
    font-size: 0.7rem;
}

.button {
    border-radius: 999px;
    font-size: 1rem;
    min-height: 42px;
    padding: 0.75rem 1.15rem;
}

    .button.primary {
        background: #e8f4ee;
        color: var(--green-900);
        box-shadow: none;
    }

    .button.secondary {
        border-color: rgba(255, 255, 255, 0.7);
    }

.section,
.view360,
.testimonial {
    padding-left: max(22px, calc((100vw - 1025px) / 2 + 44px));
    padding-right: max(22px, calc((100vw - 1025px) / 2 + 44px));
}

.section {
    padding-top: 74px;
    padding-bottom: 74px;
}

.section-heading {
    margin-bottom: 2.1rem;
    max-width: 720px;
}

.intro {
    background: linear-gradient(180deg, #fff 0%, #fff 55%, #eef6f1 55%, #eef6f1 100%);
}

.pain-grid,
.feature-grid,
.security-grid,
.why-grid {
    gap: 0.8rem;
    max-width: 1025px;
}

    .pain-grid article,
    .feature-grid article,
    .why-grid article,
    .detail-grid article,
    .industry-grid article,
    .security-grid article,
    .preview-grid article {
        border: 0;
        border-radius: 6px;
        box-shadow: none;
    }

    .pain-grid article {
        background: #f4faf6;
        min-height: 130px;
        padding: 1rem;
    }

.line-icon {
    height: 46px;
    width: 46px;
}

.pain-grid h3 {
    color: var(--green-900);
    font-size: 1.2rem;
}

.testimonial {
    background: #fff;
}

    .testimonial blockquote {
        background: #eef6f1;
        border: 0;
        border-radius: 6px;
    }

    .testimonial p {
        color: var(--green-900);
        font-size: 1rem;
    }

    .testimonial cite {
        color: var(--green-800);
        font-size: 1rem;
    }

.cta-band,
.view360,
.detail-band {
    background: var(--green-900);
}

.solution-strip,
.steps,
.workflow-grid,
.case-metrics,
.service-layout,
.industry-grid,
.detail-grid,
.security-grid {
    max-width: 1025px;
}

    .solution-strip article,
    .steps article,
    .detail-grid article {
        border-radius: 6px;
    }

    .feature-grid article,
    .security-grid article,
    .why-grid article {
        background: #f7fbf8;
    }

    .case-metrics article {
        background: var(--green-800);
        border-radius: 6px;
    }

.split {
    max-width: 1025px;
}

.industry-grid {
    max-width: 760px;
}

    .industry-grid article {
        background: #fff;
        min-height: 300px;
    }

.detail-band {
    gap: 2rem;
}

@media (max-width: 760px) {
    .site-header {
        height: 62px;
        padding: 0 1rem;
    }

    .site-nav {
        top: 62px;
    }

    .nav-group > a {
        min-height: auto;
    }

    .hero {
        min-height: 620px;
        padding: 112px 1.15rem 62px;
    }

    h1 {
        font-size: clamp(2.2em, 3.2vw, 3.2rem);
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: var(--mint-50);
}

    body.nav-open {
        overflow: hidden;
    }

img,
video {
    max-width: 100%;
    display: block;
}

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

.site-header {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(31, 46, 42, 0.08);
    display: flex;
    height: 78px;
    justify-content: space-between;
    left: 0;
    padding: 0 7vw;
    position: fixed;
    right: 0;
    top: 0;
    transition: box-shadow 180ms ease, background 180ms ease;
    z-index: 20;
}

    .site-header.is-scrolled {
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 12px 38px rgba(18, 35, 61, 0.08);
    }

.brand {
    align-items: center;
    color: var(--green-800);
    display: inline-flex;
    font-size: 1.05rem;
    font-weight: 800;
    gap: 0.55rem;
    text-transform: uppercase;
}

.brand-mark {
    background: radial-gradient(circle at 50% 50%, var(--green-700) 0 13%, transparent 14%), conic-gradient(from 0deg, var(--green-700), #7ac7a9, var(--green-700), #a8d9c4, var(--green-700));
    clip-path: polygon(50% 0, 62% 35%, 100% 23%, 72% 50%, 100% 77%, 62% 65%, 50% 100%, 38% 65%, 0 77%, 28% 50%, 0 23%, 38% 35%);
    height: 28px;
    width: 28px;
}

.site-nav {
    align-items: center;
    display: flex;
    gap: 1.4rem;
}

    .site-nav a,
    .nav-group > a {
        color: var(--navy);
        font-size: 1rem;
        font-weight: bold;
    }

        .site-nav a[aria-current="page"] {
            color: var(--green-800);
        }

.nav-group {
    position: relative;
}

    .nav-group > a {
        align-items: center;
        display: inline-flex;
        min-height: 78px;
    }

        .nav-group > a::after {
            border: solid var(--green-800);
            border-width: 0 2px 2px 0;
            content: "";
            height: 6px;
            margin-left: 0.5rem;
            transform: rotate(45deg) translateY(-2px);
            width: 6px;
        }

.nav-panel {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: grid;
    gap: 0.25rem;
    left: 50%;
    min-width: 250px;
    opacity: 0;
    padding: 0.65rem;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 8px);
    transform: translate(-50%, 10px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.nav-group:hover .nav-panel,
.nav-group:focus-within .nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.nav-panel a {
    border-radius: 6px;
    display: block;
    padding: 0.8rem 0.9rem;
    white-space: nowrap;
}

    .nav-panel a:hover {
        background: var(--mint-100);
    }

.nav-cta {
    background: var(--green-800);
    border-radius: 999px;
    color: var(--white) !important;
    padding: 0.72rem 1.1rem;
}

.menu-button {
    background: transparent;
    border: 0;
    display: none;
    height: 42px;
    padding: 0;
    width: 42px;
}

    .menu-button span {
        background: var(--green-800);
        display: block;
        height: 2px;
        margin: 7px auto;
        width: 26px;
    }

.hero {
    align-items: center;
    color: var(--white);
    display: grid;
    min-height: 92vh;
    overflow: hidden;
    padding: 150px 7vw 88px;
    position: relative;
}

.hero-video,
.hero-shade {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.eyebrow {
    color: var(--green-700);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 0.9rem;
    text-transform: uppercase;
}

.hero .eyebrow,
.inverted .eyebrow,
.detail-band .eyebrow,
.contact .eyebrow {
    color: #bde6d5;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    font-size: clamp(2.2em, 3.2vw, 3.2rem);
    line-height: 0.96;
    margin-bottom: 1.35rem;
    max-width: 980px;
}

h2 {
    color: var(--green-800);
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
    line-height: 1.05;
    margin-bottom: 1rem;
}

h3 {
    color: var(--green-800);
    font-size: 1.2rem;
    line-height: 1.25;
}

p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

.hero p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    max-width: 720px;
}

.button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.35rem;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

    .button:hover,
    .industry-grid a:hover,
    .site-nav a:hover {
        transform: translateY(-1px);
    }

    .button.primary {
        background: #9cd3bd;
        color: var(--green-900);
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
    }

    .button.secondary {
        border: 1px solid rgba(255, 255, 255, 0.5);
        color: var(--white);
    }

.quick-nav span,
.card-label {
    color: var(--green-700);
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.section {
    padding: 96px 7vw;
}

.page-hero h1 {
    color: var(--white);
    max-width: 950px;
}

.preview-grid span {
    color: var(--green-700);
    font-size: 1rem;
    font-weight: 900;
}

.preview-grid a {
    color: var(--green-800);
    font-weight: 900;
}

.section-heading {
    margin: 0 auto 3rem;
    max-width: 840px;
    text-align: center;
}

    .section-heading p {
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
    }

.pain-grid,
.feature-grid,
.industry-grid,
.why-grid,
.detail-grid,
.security-grid {
    display: grid;
    gap: 1.25rem;
}

.pain-grid {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1080px;
}

    .pain-grid article,
    .feature-grid article,
    .why-grid article,
    .detail-grid article,
    .industry-grid article,
    .security-grid article {
        background: var(--white);
        border: 1px solid rgba(35, 98, 76, 0.08);
        border-radius: var(--radius);
        box-shadow: 0 12px 38px rgba(16, 40, 32, 0.06);
        padding: 1.4rem;
    }

    .pain-grid article {
        align-items: center;
        display: flex;
        flex-direction: column;
        min-height: 170px;
        text-align: center;
    }

    .pain-grid h3 {
        font-size: 1.2rem;
        margin: auto 0 0;
        text-transform: uppercase;
    }

.line-icon {
    border: 2px solid var(--green-700);
    border-radius: 50%;
    height: 58px;
    margin-bottom: 1.1rem;
    position: relative;
    width: 58px;
}

    .line-icon::before,
    .line-icon::after {
        background: var(--green-700);
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .line-icon.network::before {
        border-radius: 50%;
        box-shadow: -16px -11px 0 var(--green-700), 16px -11px 0 var(--green-700), -16px 13px 0 var(--green-700), 16px 13px 0 var(--green-700);
        height: 8px;
        width: 8px;
    }

    .line-icon.report::before {
        box-shadow: 0 -13px 0 var(--green-700), 0 13px 0 var(--green-700);
        height: 5px;
        width: 28px;
    }

    .line-icon.alert::before {
        height: 28px;
        width: 4px;
    }

    .line-icon.alert::after {
        border-radius: 50%;
        height: 6px;
        top: 72%;
        width: 6px;
    }

    .line-icon.clock::before {
        height: 22px;
        width: 3px;
    }

    .line-icon.clock::after {
        height: 3px;
        left: 61%;
        width: 20px;
    }

.view360 {
    background: linear-gradient(160deg, var(--green-900), #296f56);
    color: var(--white);
    padding: 96px 7vw;
}

.page-view360 {
    padding-top: 88px;
}

.inverted h2,
.inverted p {
    color: var(--white);
}

.solution-strip {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin: -1rem auto 2rem;
    max-width: 1120px;
}

    .solution-strip article {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: var(--radius);
        padding: 1.2rem;
    }

    .solution-strip span {
        color: var(--white);
        display: block;
        font-size: 1rem;
        font-weight: 800;
        margin-bottom: 0.35rem;
    }

    .solution-strip p {
        color: #d6efe5;
        font-size: 1rem;
        line-height: 1.55;
        margin: 0;
    }

.steps {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 2rem auto 0;
    max-width: 900px;
}

    .steps article {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: var(--radius);
        padding: 1.25rem;
        text-align: center;
    }

    .steps strong {
        display: block;
        font-size: 1rem;
        margin-bottom: 0.35rem;
        text-transform: uppercase;
    }

    .steps span {
        color: #d6efe5;
    }

.feature-grid {
    grid-template-columns: repeat(4, 1fr);
}

    .feature-grid article {
        border-top: 4px solid var(--green-500);
    }

.case-metrics {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 2rem auto 0;
    max-width: 900px;
}

    .case-metrics article {
        background: var(--green-900);
        border-radius: var(--radius);
        padding: 1.4rem;
        text-align: center;
    }

    .case-metrics strong {
        color: var(--white);
        display: block;
        font-size: clamp(2.2em, 3.2vw, 3.2rem);
        line-height: 1;
    }

    .case-metrics span {
        color: #d6efe5;
        display: block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.45;
        margin-top: 0.65rem;
    }

.security {
    background: var(--white);
}

.security-grid {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1180px;
}

    .security-grid article {
        border-left: 4px solid var(--green-500);
    }

.split {
    align-items: center;
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    margin: 0 auto;
    max-width: 1180px;
}

.workflow-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 2rem auto 0;
    max-width: 1180px;
}

    .workflow-grid article {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--radius);
        box-shadow: 0 12px 38px rgba(16, 40, 32, 0.06);
        padding: 1.2rem;
    }

    .workflow-grid strong {
        color: var(--green-800);
        display: block;
        font-size: 1rem;
        margin-bottom: 0.4rem;
        text-transform: uppercase;
    }

    .workflow-grid p {
        font-size: 0.93rem;
        line-height: 1.58;
        margin: 0;
    }

.capability-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.4rem;
}

    .capability-list span {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 999px;
        color: var(--green-900);
        font-size: 1rem;
        font-weight: 700;
        padding: 0.75rem 1rem;
    }

.logo-panel,
.logo-panel img {
    border-radius: 4px;
    width: 100%;
}

.industries {
    background: #edf7f2;
}

.industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 980px;
}

    .industry-grid article {
        align-items: center;
        display: flex;
        flex-direction: column;
        min-height: 360px;
        padding: 2.2rem;
        text-align: center;
    }

.industry-icon {
    border: 2px solid var(--green-700);
    border-radius: var(--radius);
    height: 92px;
    margin: 0 auto 1.5rem;
    position: relative;
    width: 92px;
}

    .industry-icon.senior::before {
        border: 2px solid var(--green-700);
        border-bottom: 0;
        content: "";
        height: 42px;
        left: 20px;
        position: absolute;
        top: 30px;
        transform: rotate(45deg);
        width: 42px;
    }

    .industry-icon.nonprofit::before {
        background: var(--green-700);
        border-radius: 999px 999px 0 0;
        box-shadow: -23px 21px 0 -4px var(--green-700), 23px 21px 0 -4px var(--green-700);
        content: "";
        height: 42px;
        left: 32px;
        position: absolute;
        top: 18px;
        width: 28px;
    }

.industry-grid a {
    color: var(--green-800);
    display: inline-flex;
    font-weight: 800;
    margin-top: 1rem;
}

.mini-list.compact {
    justify-content: center;
    margin-top: auto;
    padding-top: 1rem;
}

    .mini-list.compact span {
        font-size: 1rem;
    }

.detail-band {
    background: var(--green-900);
    color: var(--white);
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    padding: 88px 7vw;
}

.nonprofit-band {
    background: var(--navy);
}

.detail-band h2,
.detail-band p {
    color: var(--white);
}

.detail-grid {
    grid-template-columns: repeat(2, 1fr);
}

    .detail-grid article {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.16);
        overflow: hidden;
        padding: 1.45rem;
        position: relative;
        transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
    }

        .detail-grid article::after {
            background: radial-gradient(circle, rgba(189, 230, 213, 0.22), transparent 68%);
            content: "";
            height: 150px;
            position: absolute;
            right: -72px;
            top: -72px;
            width: 150px;
        }

        .detail-grid article:hover {
            background: rgba(255, 255, 255, 0.12);
            border-color: rgba(255, 255, 255, 0.28);
            transform: translateY(-2px);
        }

    .detail-grid h3,
    .detail-grid p {
        color: var(--white);
    }

    .detail-grid h3,
    .detail-grid p {
        position: relative;
        z-index: 1;
    }

.tile-icon {
    align-items: center;
    background: rgba(189, 230, 213, 0.13);
    border: 1px solid rgba(189, 230, 213, 0.38);
    border-radius: var(--radius);
    display: inline-flex;
    height: 58px;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    width: 58px;
    z-index: 1;
}

    .tile-icon::before,
    .tile-icon::after {
        content: "";
        position: absolute;
    }

.icon-occupancy::before {
    border: 3px solid #bde6d5;
    border-bottom: 0;
    height: 25px;
    transform: rotate(45deg);
    width: 25px;
}

.icon-occupancy::after {
    border-left: 3px solid #bde6d5;
    border-top: 3px solid #bde6d5;
    height: 14px;
    left: 23px;
    top: 26px;
    transform: rotate(45deg);
    width: 14px;
}

.icon-staffing::before {
    background: #bde6d5;
    border-radius: 50%;
    box-shadow: -14px 13px 0 -2px #bde6d5, 14px 13px 0 -2px #bde6d5;
    height: 12px;
    top: 13px;
    width: 12px;
}

.icon-staffing::after {
    border: 3px solid #bde6d5;
    border-radius: 999px 999px 8px 8px;
    height: 22px;
    top: 27px;
    width: 38px;
}

.icon-regional::before {
    background: #bde6d5;
    border-radius: 50%;
    box-shadow: -18px 16px 0 -2px #bde6d5, 18px 16px 0 -2px #bde6d5;
    height: 11px;
    top: 11px;
    width: 11px;
}

.icon-regional::after {
    border: 2px solid #bde6d5;
    border-top: 0;
    height: 24px;
    top: 22px;
    width: 42px;
}

.icon-profit::before {
    border-bottom: 3px solid #bde6d5;
    border-left: 3px solid #bde6d5;
    height: 28px;
    width: 34px;
}

.icon-profit::after {
    border-right: 3px solid #bde6d5;
    border-top: 3px solid #bde6d5;
    height: 18px;
    right: 15px;
    top: 17px;
    transform: rotate(-10deg);
    width: 20px;
}

.icon-grant::before {
    border: 3px solid #bde6d5;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

.icon-grant::after {
    border-bottom: 3px solid #bde6d5;
    border-left: 3px solid #bde6d5;
    height: 21px;
    top: 25px;
    transform: rotate(-18deg);
    width: 31px;
}

.icon-program::before {
    border: 3px solid #bde6d5;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

.icon-program::after {
    background: #bde6d5;
    border-radius: 999px;
    box-shadow: 13px -10px 0 -1px #bde6d5, 13px 10px 0 -1px #bde6d5;
    height: 7px;
    left: 18px;
    top: 26px;
    width: 7px;
}

.icon-board::before {
    border: 3px solid #bde6d5;
    border-radius: 7px;
    height: 25px;
    top: 14px;
    width: 34px;
}

.icon-board::after {
    background: #bde6d5;
    box-shadow: -12px 0 0 #bde6d5, 12px 0 0 #bde6d5;
    height: 3px;
    top: 46px;
    width: 8px;
}

.icon-reports::before {
    border: 3px solid #bde6d5;
    border-radius: 5px;
    height: 34px;
    width: 28px;
}

.icon-reports::after {
    background: #bde6d5;
    box-shadow: 0 9px 0 #bde6d5, 0 18px 0 #bde6d5;
    height: 3px;
    width: 18px;
}

.mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

    .mini-list span {
        background: var(--mint-100);
        border-radius: 999px;
        color: var(--green-900);
        font-size: 1rem;
        font-weight: 800;
        padding: 0.55rem 0.7rem;
    }

.why {
    background: #edf7f2;
}

.why-grid {
    grid-template-columns: repeat(4, 1fr);
}

    .why-grid article {
        border-top: 4px solid var(--green-500);
    }

        .why-grid article:nth-child(2) {
            border-top-color: var(--amber);
        }

        .why-grid article:nth-child(3) {
            border-top-color: var(--sky);
        }

.testimonial {
    background: linear-gradient(135deg, #3f9a73, var(--green-800));
    padding: 86px 7vw;
    text-align: center;
}

    .testimonial blockquote {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: var(--radius);
        margin: 0;
        padding: 1.5rem;
    }

    .testimonial p {
        color: var(--white);
        font-size: clamp(0.95rem, 1.5vw, 1.2rem);
        font-weight: 700;
        line-height: 1.35;
    }

    .testimonial cite {
        color: #d8f2e8;
        display: block;
        font-style: normal;
        font-weight: 800;
        margin-top: 1rem;
        text-transform: uppercase;
    }

.reverse {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
}

.contact {
    background: var(--green-900);
    color: var(--white);
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    padding: 96px 7vw;
}

    .contact h2,
    .contact p {
        color: var(--white);
    }

.contact-details {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
}

    .contact-details p {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: var(--radius);
        color: #d6efe5;
        font-size: 1rem;
        line-height: 1.5;
        margin: 0;
        padding: 0.75rem 0.9rem;
    }

    .contact-details strong {
        color: var(--white);
        display: block;
        font-size: 1rem;
        margin-bottom: 0.2rem;
        text-transform: uppercase;
    }

.contact-form label {
    color: var(--green-900);
    display: grid;
    font-size: 1rem;
    font-weight: 800;
    gap: 0.45rem;
}

    .contact-form label:nth-child(5),
    .contact-form label:nth-child(6),
    .contact-form button,
    .form-note {
        grid-column: 1 / -1;
    }

input,
select,
textarea {
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--ink);
    font: inherit;
    min-height: 48px;
    padding: 0.75rem 0.85rem;
    width: 100%;
}

textarea {
    resize: vertical;
}

.form-note {
    color: var(--green-800);
    font-weight: 700;
    margin: 0;
    min-height: 1.5rem;
}

.cta-band {
    align-items: center;
    background: linear-gradient(135deg, var(--green-800), var(--green-900));
    color: var(--white);
    display: grid;
    justify-items: center;
    padding: 86px 7vw;
    text-align: center;
}

    .cta-band h2 {
        color: var(--white);
        max-width: 850px;
    }

    .cta-band .eyebrow,
    .cta-band p {
        color: #bde6d5;
    }

@media (max-width: 1040px) {
    .pain-grid,
    .feature-grid,
    .why-grid,
    .detail-grid,
    .security-grid,
    .solution-strip,
    .workflow-grid,
    .case-metrics,
    .testimonial-grid,
    .preview-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .split,
    .detail-band,
    .contact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .site-header {
        height: 68px;
        padding: 0 1.1rem;
    }

    .menu-button {
        display: block;
        pointer-events: auto;
        cursor: pointer;
    }

    .site-nav {
        align-items: stretch;
        background: var(--white);
        border-top: 1px solid var(--line);
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 1rem;
        position: fixed;
        right: 0;
        top: 68px;
    }

        .site-nav.is-open {
            display: flex !important;
            max-height: 100vh !important;
            visibility: visible !important;
        }

        .site-nav a {
            border-bottom: 1px solid var(--line);
            padding: 1rem;
        }

    .nav-group > a {
        min-height: auto;
    }

    .nav-panel {
        border: 0;
        box-shadow: none;
        display: grid;
        left: auto;
        min-width: 0;
        opacity: 1;
        padding: 0 0 0.7rem 1rem;
        pointer-events: auto;
        position: static;
        transform: none;
    }

        .nav-panel a {
            background: var(--mint-50);
            font-size: 1rem;
            margin: 0.25rem 0;
            padding: 0.75rem 1rem;
        }

    .nav-cta {
        border-bottom: 0 !important;
        display: block;
        margin-top: 0.8rem;
        text-align: left;
    }

    .hero {
        min-height: 760px;
        padding: 118px 1.2rem 64px;
    }

    .section,
    .view360 {
        padding: 72px 1.2rem;
    }

    h1 {
        font-size: clamp(2.2em, 3.2vw, 3.2rem);
    }

    .hero p {
        font-size: 1rem;
    }

    .pain-grid,
    .feature-grid,
    .industry-grid,
    .why-grid,
    .detail-grid,
    .security-grid,
    .solution-strip,
    .workflow-grid,
    .case-metrics,
    .testimonial-grid,
    .preview-grid,
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* True final layer: match the supplied PDF proportions over the earlier base theme. */
.site-header {
    height: 54px;
    padding: 0 max(22px, calc((100vw - 1025px) / 2 + 18px));
}

.brand {
    font-size: 1.05rem;
}

.brand-mark {
    height: 22px;
    width: 22px;
}

.site-nav {
    gap: 1.05rem;
}

    .site-nav a,
    .nav-group > a {
        font-size: 1.05rem;
    }

.nav-group > a {
    min-height: 54px;
}

.hero {
    min-height: 520px;
    padding: 112px max(22px, calc((100vw - 1025px) / 2 + 36px)) 72px;
    text-align: center;
}

.hero-content {
    margin: 0 auto;
    max-width: 760px;
}

h1 {
    font-size: clamp(2.2em, 3.2vw, 3.2rem);
    line-height: 1.04;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
}

.hero p,
.hero-shade {
    background: linear-gradient(180deg, rgba(13, 68, 47, 0.72), rgba(13, 68, 47, 0.78)), linear-gradient(90deg, rgba(14, 67, 47, 0.72), rgba(13, 68, 47, 0.56));
}

.section,
.view360,
.testimonial {
    padding-left: max(22px, calc((100vw - 1025px) / 2 + 44px));
    padding-right: max(22px, calc((100vw - 1025px) / 2 + 44px));
}

.section {
    padding-top: 74px;
    padding-bottom: 74px;
}

.pain-grid article,
.feature-grid article,
.why-grid article,
.detail-grid article,
.industry-grid article,
.security-grid article,
.preview-grid article {
    border-radius: 6px;
    box-shadow: none;
}

@media (max-width: 760px) {
    .site-header {
        height: 62px;
        padding: 0 1rem;
    }

    .site-nav {
        top: 62px;
    }

    .nav-group > a {
        min-height: auto;
    }

    .hero {
        min-height: 620px;
        padding: 112px 1.15rem 62px;
    }

    h1 {
        font-size: clamp(2.2em, 3.2vw, 3.2rem);
    }
}

/* Final service page corrections after global overrides */
.service-pdf .home-header {
    height: 76px;
    padding-left: max(42px, calc((100vw - 1025px) / 2 + 60px));
    padding-right: max(42px, calc((100vw - 1025px) / 2 + 60px));
}

.service-pdf .nav-group > a {
    min-height: 76px;
}

.appdev-pdf .service-hero {
    background: linear-gradient(90deg, rgba(17, 72, 51, 0.88), rgba(17, 72, 51, 0.84)), url("assets/illustrations/mobile-development.png") 19% 50% / 420px auto no-repeat, #164c38;
}

.dynamics-pdf .service-hero {
    background: linear-gradient(90deg, rgba(17, 72, 51, 0.88), rgba(17, 72, 51, 0.82)), url("assets/illustrations/dashboard.png") 52% 50% / 760px auto no-repeat, #164c38;
}

@media (max-width: 820px) {
    .service-pdf .home-header {
        height: 64px;
        padding: 0 1rem;
    }

    .service-pdf .nav-group > a {
        min-height: auto;
    }

    .appdev-pdf .service-hero,
    .dynamics-pdf .service-hero {
        background: linear-gradient(90deg, rgba(17, 72, 51, 0.88), rgba(17, 72, 51, 0.84)), #164c38;
        min-height: 601px;
    }
}

/* GA_v2 About page exact-match layer */
.about-pdf {
    background: #fff;
    color: #245240;
}

    .about-pdf .home-header {
        background: #fff;
        border-bottom: 1px solid rgba(17, 69, 48, 0.18);
        box-shadow: none;
        height: 76px;
        padding-left: max(24px, calc((100vw - 1025px) / 2 + 52px));
        padding-right: max(24px, calc((100vw - 1025px) / 2 + 52px));
        position: relative;
    }

    .about-pdf .brand {
        color: #2d8a5d;
        font-size: 1rem;
    }

    .about-pdf .brand-mark {
        height: 24px;
        width: 24px;
    }

    .about-pdf .site-nav {
        gap: 2rem;
    }

        .about-pdf .site-nav a,
        .about-pdf .nav-group > a {
            color: #10251f;
            font-size: 1rem;
            font-weight: bold;
        }

    .about-pdf .nav-group > a {
        min-height: 76px;
    }

    .about-pdf .nav-panel {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        display: grid;
        gap: 0.25rem;
        left: 50%;
        min-width: 250px;
        opacity: 0;
        padding: 0.65rem;
        pointer-events: none;
        position: absolute;
        top: calc(100% - 8px);
        transform: translate(-50%, 10px);
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .about-pdf .nav-group:hover .nav-panel,
    .about-pdf .nav-group:focus-within .nav-panel {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }

    .about-pdf .nav-cta {
        background: transparent;
        color: #10251f !important;
        padding: 0;
    }

    .about-pdf h1,
    .about-pdf h2,
    .about-pdf p {
        text-transform: none;
    }

.about-container {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}

.about-intro {
    background: radial-gradient(circle at 85% 50%, rgba(141, 178, 161, 0.18), transparent 48%), #f7f8f8;
    padding: 60px max(24px, calc((100vw - 1025px) / 2 + 52px)) 30px;
}

    .about-intro h1 {
        color: #0f6248;
        font-size: clamp(2.2em, 3.2vw, 3.2rem);
        font-weight: 700;
        line-height: 1.08;
        margin: 0 0 1.7rem;
    }

    .about-intro p,
    .about-experience p,
    .about-leadership p {
        color: #0f6248;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.38;
        margin: 0 auto 1.4rem;
        max-width: 740px;
    }

        .about-intro p:last-child,
        .about-experience p:last-child,
        .about-leadership p:last-child {
            margin-bottom: 0;
        }

.about-partnership {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    padding: 16px max(12px, calc((100vw - 1140px) / 2));
    gap: 0.5rem;
    position: relative;
}

.about-partnership-copy {
    background: linear-gradient(135deg, #0f674d 0%, #0d5640 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.6rem;
    padding: 18px 18px;
    flex: 0 0 auto;
    width: 56%;
    max-width: 820px;
    box-shadow: 0 6px 18px rgba(15, 103, 77, 0.12);
}

    .about-partnership-copy h2 {
        color: #fff;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        font-weight: 700;
        line-height: 1.06;
        margin: 0 0 0.3rem;
        text-align: center;
    }

    .about-partnership-copy p {
        color: rgba(255, 255, 255, 0.95);
        font-size: 1rem;
        line-height: 1.35;
        margin: 0 0 0.45rem;
    }

.about-partnership-media {
    flex: 0 0 auto;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

    .about-partnership-media img {
        filter: saturate(0.95) contrast(1);
        max-width: 420px;
        width: 96%;
        height: auto;
    }

.about-experience {
    background: radial-gradient(circle at 85% 48%, rgba(141, 178, 161, 0.24), transparent 52%), #f6f8f8;
    padding: 66px max(24px, calc((100vw - 1025px) / 2 + 82px)) 74px;
}

/* Desktop overrides: reduce large left/right gutters on very wide screens */
@media (min-width: 1400px) {
    .about-container {
        max-width: 1040px;
    }

    .site-header,
    .hero,
    .about-intro,
    .about-experience,
    .about-partnership,
    .about-leadership,
    .about-cta {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .about-partnership {
        max-width: 1200px;
        gap: 1rem;
    }
}

/* Also apply reduced gutters for typical laptop/desktop widths */
@media (min-width: 1100px) and (max-width: 1399px) {
    .about-container {
        max-width: 980px;
    }

    .site-header,
    .hero,
    .about-intro,
    .about-experience,
    .about-partnership,
    .about-leadership,
    .about-cta {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .about-partnership {
        max-width: 1100px;
        gap: 0.75rem;
    }
}

/* Tighter gutters for common laptop widths to avoid large empty side space */
@media (min-width: 900px) and (max-width: 1099px) {
    :root {
        --page-gutter: 28px;
    }

    .about-container {
        max-width: 900px;
    }

    .site-header,
    .hero,
    .about-intro,
    .about-experience,
    .about-partnership,
    .about-leadership,
    .about-cta {
        padding-left: var(--page-gutter) !important;
        padding-right: var(--page-gutter) !important;
    }

    .about-partnership {
        max-width: 980px;
        gap: 0.5rem;
    }
}

.about-experience h2,
.about-leadership h2,
.about-cta h2 {
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 2rem;
}

.about-cta h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 1rem;
}

.about-experience h2 {
    color: #0f6248;
}

.about-leadership {
    background: #0f674d;
    padding: 66px max(24px, calc((100vw - 1025px) / 2 + 82px)) 72px;
}

    .about-leadership h2,
    .about-leadership p {
        color: #fff;
    }

.about-cta {
    background: #0a9662;
    padding: 20px max(24px, calc((100vw - 1025px) / 2 + 52px)) 20px;
}

    .about-cta h2 {
        color: #fff;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        margin-bottom: 1.6rem;
    }

.about-pill {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #1f6f4c;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 54px;
    min-width: 210px;
    padding: 0.75rem 1.65rem;
    cursor: pointer;
}

@media (max-width: 920px) {
    .about-pdf .home-header {
        height: 64px;
        padding: 0 1rem;
    }

    .about-pdf .menu-button {
        display: block;
        pointer-events: auto;
        cursor: pointer;
    }

    .about-pdf .site-nav {
        align-items: stretch;
        background: var(--white);
        border-top: 1px solid var(--line);
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 1rem;
        position: fixed;
        right: 0;
        top: 64px;
        z-index: 999;
    }

        .about-pdf .site-nav.is-open {
            display: flex !important;
            max-height: 100vh !important;
            visibility: visible !important;
        }

        .about-pdf .site-nav a {
            border-bottom: 1px solid var(--line);
            padding: 1rem;
        }

    .about-pdf .nav-group > a {
        min-height: auto;
    }

    .about-pdf .nav-panel {
        border: 0;
        box-shadow: none;
        display: grid;
        left: auto;
        min-width: 0;
        opacity: 1;
        padding: 0 0 0.7rem 1rem;
        pointer-events: auto;
        position: static;
        transform: none;
    }

        .about-pdf .nav-panel a {
            background: var(--mint-50);
            font-size: 1.05rem;
            margin: 0.25rem 0;
            padding: 0.75rem 1rem;
        }

    .about-pdf .nav-cta {
        border-bottom: 0 !important;
        display: block;
        margin-top: 0.8rem;
        text-align: left;
    }

    .about-partnership {
        flex-direction: column;
        align-items: center;
        gap: 1.6rem;
        padding: 48px 1.25rem;
    }

    .about-partnership-copy {
        flex: 0 0 auto;
        width: 100%;
        padding: 42px 32px;
        border-radius: 12px;
    }

    .about-partnership-media {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 0;
    }

        .about-partnership-media img {
            width: 100%;
        }

    .about-intro,
    .about-experience,
    .about-leadership,
    .about-cta {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

/* GA_v2 Contact page exact-match layer */
.contact-pdf {
    background: #fff;
    color: #245240;
}

    .contact-pdf .home-header {
        background: #fff;
        border-bottom: 1px solid rgba(17, 69, 48, 0.2);
        box-shadow: none;
        height: 76px;
        padding-left: max(24px, calc((100vw - 1025px) / 2 + 52px));
        padding-right: max(24px, calc((100vw - 1025px) / 2 + 52px));
        position: relative;
    }

    .contact-pdf .brand {
        color: #2d8a5d;
        .contact-pdf .nav-panel

{
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: grid;
    gap: 0.25rem;
    left: 50%;
    min-width: 250px;
    opacity: 0;
    padding: 0.65rem;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 8px);
    transform: translate(-50%, 10px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.contact-pdf .nav-group:hover .nav-panel,
.contact-pdf .nav-group:focus-within .nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

font-size: 1.05rem;
}

.contact-pdf .brand-mark {
    height: 24px;
    width: 24px;
}

.contact-pdf .site-nav {
    gap: 2rem;
}

    .contact-pdf .site-nav a,
    .contact-pdf .nav-group > a {
        color: #10251f;
        font-size: 1rem;
        font-weight: bold;
    }

.contact-pdf .nav-group > a {
    min-height: 76px;
}

.contact-pdf .nav-cta {
    background: transparent;
    color: #10251f !important;
    padding: 0;
}

.contact-pdf h1,
.contact-pdf h2,
.contact-pdf h3,
.contact-pdf p {
    text-transform: none;
}

.contact-shell {
    margin: 0 auto;
    max-width: 1025px;
}

.contact-intro {
    background: radial-gradient(circle at 85% 50%, rgba(141, 178, 161, 0.18), transparent 48%), #f7f8f8;
    padding: 60px max(24px, calc((100vw - 1025px) / 2 + 78px)) 82px;
    text-align: center;
}

    .contact-intro h1 {
        color: #0f6248;
        font-size: clamp(2.2em, 3.2vw, 3.2rem);
        font-weight: 700;
        line-height: 1.08;
        margin: 0 0 2rem;
    }

    .contact-intro p {
        color: #0f6248;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.35;
        margin: 0 auto;
        max-width: 760px;
    }

.contact-sheet {
    background: #0f674d;
    color: #fff;
    padding: 84px max(24px, calc((100vw - 1025px) / 2 + 72px)) 82px;
}

/* Force stronger hierarchy for dropdown subsection links (override earlier .nav-panel a) */
.nav-panel .nav-panel-section a {
    padding-left: 2.4rem !important;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1c2d31 !important;
}

.nav-panel .nav-panel-heading {
    color: var(--green-900) !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
    font-size: 1rem !important;
}

.contact-sheet-grid {
    align-items: center;
    display: grid;
    gap: 2.8rem;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    margin: 0 auto;
    max-width: 1025px;
}

.contact-form-copy h2 {
    color: #fff;
    font-size: clamp(1.8rem, 1.8vw, 2.0em);
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 2rem;
    text-align: center;
}

.contact-structured-form {
    display: grid;
    gap: 0.8rem;
}

    .contact-structured-form label,
    .contact-structured-form legend {
        color: rgba(255, 255, 255, 0.96);
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.25;
    }

    .contact-structured-form input,
    .contact-structured-form select,
    .contact-structured-form textarea {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.34);
        border-radius: 8px;
        color: #fff;
        min-height: 48px;
        font-size: 1rem;
        padding: 0.7rem 0.8rem;
    }

    .contact-structured-form textarea {
        min-height: 110px;
        resize: vertical;
    }

        .contact-structured-form input::placeholder,
        .contact-structured-form textarea::placeholder {
            color: rgba(223, 239, 232, 0.95);
        }

    .contact-structured-form select option {
        color: #113c2f;
    }

    .contact-structured-form fieldset {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 8px;
        margin: 0.4rem 0;
        padding: 0.7rem 0.8rem 0.8rem;
    }

    .contact-structured-form .option-list {
        display: grid;
        gap: 0.45rem;
        margin-top: 0.45rem;
    }

        .contact-structured-form .option-list label {
            align-items: start;
            column-gap: 0.65rem;
            display: grid;
            font-size: 1rem;
            font-weight: 600;
            grid-template-columns: 18px 1fr;
            width: 100%;
        }

        .contact-structured-form .option-list input[type="checkbox"] {
            accent-color: #9ed5bf;
            background: transparent;
            border: 0;
            border-radius: 0;
            height: 18px;
            margin: 0.18rem 0 0;
            min-height: auto;
            min-width: 18px;
            padding: 0;
            width: 18px;
        }

    .contact-structured-form button {
        background: #fff;
        border: 2px solid #1f6f4c;
        border-radius: 999px;
        color: #1f6f4c;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 800;
        justify-self: center;
        margin-top: 0.5rem;
        min-height: 46px;
        min-width: 190px;
        padding: 0.6rem 1.2rem;
    }

    .contact-structured-form .form-note {
        color: #d8f0e4;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.35;
        margin: 0.2rem 0 0;
        min-height: 1.35rem;
    }

.contact-sheet-art {
    display: flex;
    justify-content: center;
}

    .contact-sheet-art img {
        max-width: 360px;
        width: 100%;
    }

.contact-reach {
    background: radial-gradient(circle at 85% 50%, rgba(141, 178, 161, 0.18), transparent 50%), #f7f8f8;
    padding: 40px max(24px, calc((100vw - 1025px) / 2 + 78px)) 96px;
    text-align: center;
}

    .contact-reach h2 {
        color: #0f6248;
        font-size: clamp(1.8rem, 1.8vw, 2.0em);
        font-weight: 700;
        line-height: 1.08;
        margin: 0 0 2.7rem;
    }

.contact-direct {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2.6rem;
    justify-content: center;
    margin-bottom: 3.5rem;
}

    .contact-direct a {
        align-items: center;
        color: #0f6248;
        display: inline-flex;
        font-size: 1.05rem;
        font-weight: 800;
        gap: 1rem;
    }

.contact-icon {
    align-items: center;
    background: #146b4d;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: clamp(2.2em, 3.2vw, 3.2rem);
    height: clamp(26px, 5vw, 48px);
    justify-content: center;
    width: clamp(26px, 5vw, 48px);
}

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

    .office-grid article {
        text-align: center;
    }

    .office-grid h3 {
        color: #0f6248;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 1rem;
    }

    .office-grid p {
        color: #0f6248;
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 1.38;
        margin: 0;
    }

@media (max-width: 920px) {
    .contact-pdf .home-header {
        height: 64px;
        padding: 0 1rem;
    }

    .contact-pdf .menu-button {
        display: block;
        pointer-events: auto;
        cursor: pointer;
    }

    .contact-pdf .site-nav {
        align-items: stretch;
        background: var(--white);
        border-top: 1px solid var(--line);
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 1rem;
        position: fixed;
        right: 0;
        top: 64px;
        z-index: 999;
    }

        .contact-pdf .site-nav.is-open {
            display: flex !important;
            max-height: 100vh !important;
            visibility: visible !important;
        }

        .contact-pdf .site-nav a {
            border-bottom: 1px solid var(--line);
            padding: 1rem;
        }

    .contact-pdf .nav-group > a {
        min-height: auto;
    }

    .contact-pdf .nav-panel {
        border: 0;
        box-shadow: none;
        display: grid;
        left: auto;
        min-width: 0;
        opacity: 1;
        padding: 0 0 0.7rem 1rem;
        pointer-events: auto;
        position: static;
        transform: none;
    }

        .contact-pdf .nav-panel a {
            background: var(--mint-50);
            font-size: 1rem;
            margin: 0.25rem 0;
            padding: 0.75rem 1rem;
        }

    .contact-pdf .nav-cta {
        border-bottom: 0 !important;
        display: block;
        margin-top: 0.8rem;
        text-align: left;
    }

    .contact-sheet-grid,
    .office-grid {
        grid-template-columns: 1fr;
    }

    .contact-sheet-grid {
        gap: 2rem;
    }

    .contact-structured-form button {
        justify-self: stretch;
        width: 100%;
    }

    .contact-sheet-art {
        justify-content: center;
        order: -1;
    }

    .contact-intro,
    .contact-sheet,
    .contact-reach {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .contact-intro {
        padding-top: 108px;
        padding-bottom: 64px;
    }

    .contact-sheet,
    .contact-reach {
        padding-top: 64px;
        padding-bottom: 70px;
    }

    .contact-direct {
        gap: 1.2rem;
        margin-bottom: 3.4rem;
    }
}

/* Footer styles */
.site-footer {
    background: #1f6045;
    color: #fff;
    padding: 60px max(42px, calc((100vw - 1025px) / 2 + 86px)) 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1025px;
    margin-bottom: 2rem;
}

.footer-brand {
    grid-column: 1;
}

    .footer-brand .brand {
        color: #fff;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .footer-brand p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.05rem;
        line-height: 1.5;
        margin: 0;
    }

.footer-section h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1.2rem;
    text-transform: uppercase;
}

.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-section a:hover {
        color: #fff;
    }

.footer-contact h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1.2rem;
    text-transform: uppercase;
}

.footer-contact-item {
    color: rgba(255, 255, 255, 0.8);
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-contact a:hover {
        color: #fff;
    }

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.footer-bottom {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto;
    max-width: 1025px;
    margin: 0 auto;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

    .footer-links a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.95rem;
        text-decoration: none;
        transition: color 0.3s ease;
    }

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

/* Floating Sidebar */
.floating-sidebar {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(14, 54, 39, 0.12);
    padding: 12px;
    z-index: 1000;
    max-width: 160px;
    min-width: 150px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .floating-sidebar.hidden {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

/* Floating Sidebar Toggle Button */
.floating-sidebar-toggle {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff9933;
    border: black;
    cursor: pointer;
    padding: 6px;
    display: flex; /* Kept flex so alignment works when visible */
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    color: rgba(4, 4, 14, 0.55);
    transition: all 0.3s ease;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    box-shadow: 0 12px 12px #00000000;
    z-index: 20000;
}

    .floating-sidebar-toggle.visible {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .floating-sidebar-toggle:hover {
        color: rgba(31, 111, 76, 0.85);
        transform: translateY(-50%) scale(1.1);
    }

    .floating-sidebar-toggle svg {
        width: 16px;
        height: 16px;
    }

.floating-sidebar-close {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    border: none;
    cursor: pointer;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-800);
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    box-shadow: 0 4px 12px rgba(14, 54, 39, 0.15);
}

    .floating-sidebar-close:hover {
        color: var(--green-900);
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(14, 54, 39, 0.2);
    }

    .floating-sidebar-close svg {
        width: 16px;
        height: 16px;
    }

.floating-sidebar-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .floating-sidebar-content p {
        font-size: 1rem;
        font-weight: 900;
        text-align: center;
        margin: 0;
    }

.floating-sidebar-link {
    display: block;
    padding: 7px 8px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    line-height: 1.3;
    word-break: break-word;
}

.floating-sidebar-primary {
    background: var(--green-800);
    color: #fff;
    box-shadow: 0 2px 8px rgba(31, 111, 76, 0.15);
}

    .floating-sidebar-primary:hover {
        background: var(--green-700);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(31, 111, 76, 0.2);
    }

.floating-sidebar-secondary {
    background: transparent;
    color: var(--green-800);
    border: 1px solid var(--green-800);
}

    .floating-sidebar-secondary:hover {
        background: rgba(31, 111, 76, 0.05);
        transform: translateY(-1px);
    }

@media (max-width: 1024px) {
    .floating-sidebar {
        right: 16px;
        min-width: 145px;
        max-width: 160px;
    }

    .floating-sidebar-close {
        width: 26px;
        height: 26px;
    }

        .floating-sidebar-close svg {
            width: 14px;
            height: 14px;
        }

    .floating-sidebar-toggle {
        right: 8px;
        width: 28px;
        height: 28px;
        padding: 4px;
    }

        .floating-sidebar-toggle svg {
            width: 14px;
            height: 14px;
        }
}

@media (max-width: 640px) {
    .floating-sidebar {
        right: 12px;
        left: auto;
        top: auto;
        bottom: 24px;
        transform: none;
        max-width: calc(100vw - 24px);
        min-width: auto;
        width: auto;
    }

    .floating-sidebar-close {
        top: -10px;
        right: -10px;
        width: 24px;
        height: 24px;
    }

    .floating-sidebar-content {
        flex-direction: column;
        gap: 6px;
    }

    .floating-sidebar-link {
        flex: 1;
        padding: 6px 6px;
        font-size: 0.95rem;
        line-height: 1.3;
    }

    .floating-sidebar-toggle {
        right: 6px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        padding: 3px;
    }

        .floating-sidebar-toggle svg {
            width: 12px;
            height: 12px;
        }
}

/* Force service page images to display */
.service-pdf .service-intro-grid img,
.service-pdf .service-account-grid img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 300px !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

@media (max-width: 920px) {
    .site-footer {
        padding: 50px 1.25rem 40px;
    }

    .footer-container {
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }
}

/* Simple Footer Styles */
.site-footer-simple {
    background: #e8f3ef;
    color: #1f6045;
    padding: 1rem max(22px, calc((100vw - 1025px) / 2 + 18px));
    text-align: center;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

    .footer-nav a {
        color: #1f6045;
        font-size: 1rem;
        text-decoration: none;
        transition: color 0.3s ease;
        font-weight: 500;
    }

        .footer-nav a:hover {
            color: #0b5d46;
        }

.footer-contact-info {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

    .footer-contact-info a {
        color: #1f6045;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-contact-info a:hover {
            color: #0b5d46;
        }

    .footer-contact-info span {
        color: #1f6045;
    }

.footer-locations {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: #1f6045;
}

    .footer-locations p {
        color: #1f6045;
        font-size: 0.95rem;
        margin: 0;
    }

.footer-copyright {
    font-size: 0.85rem;
    color: #1f6045;
}

    .footer-copyright p {
        margin: 0;
        color: #1f6045;
    }

/* Mobile Footer Styles */
@media (max-width: 760px) {
    .site-footer-simple {
        padding: 1.5rem 1rem;
    }

    .footer-nav {
        gap: 1rem;
        margin-bottom: 1rem;
    }

        .footer-nav a {
            font-size: 0.9rem;
        }

    .footer-contact-info {
        gap: 0.3rem;
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
        flex-direction: column;
        align-items: center;
    }

        .footer-contact-info span {
            display: none;
        }

    .footer-locations {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
    }

    .footer-copyright {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        font-size: 0.8rem;
    }
}
