:root {
    --primary: #1a4d3e;
    --primary-variant: #1a4d3e;
    --accent-weak: #1a4d3e;
    --surface: #fff;
    --surface-2: #e8f9f3;
    --on-surface: #40524d;
    --on-surface-strong: #0d1f1a;
    --outline: rgba(64, 82, 77, .16);
    --site-gutter: clamp(20px, 3.5vw, 40px);
    --radius: 18px;
    --shadow-sm: 0 10px 28px rgba(3, 30, 22, .1);
    --shadow-md: 0 18px 48px rgba(3, 30, 22, .16);
    --shadow-lg: 0 26px 64px rgba(3, 30, 22, .2);
    --deep-green: #2f5d50;
    --mint-tint: #659e8a2f;
    --mint-strong: #659e8a
}

body,
html {
    margin: 0;
    padding: 0
}

body {
    background: var(--surface-2);
    color: var(--on-surface);
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--on-surface-strong);
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: -.015em;
    margin: 0
}

h1 {
    color: #000;
    font-size: 2.5rem;
    line-height: 1.2
}

h2 {
    font-size: 2rem;
    line-height: 1.3
}

h3 {
    font-size: 1.5rem;
    line-height: 1.35
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4
}

a,
div,
li,
p,
span {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.65
}

p {
    margin: .5rem 0 1.1rem
}

a:focus-visible,
button:focus-visible {
    border-radius: .75rem;
    outline: .1875rem solid var(--primary-variant);
    outline-offset: .125rem
}

.muted {
    color: #5d726b
}

.container {
    margin-inline: auto;
    max-width: 1400px;
    padding-inline: var(--site-gutter);
    width: 100%
}

.section {
    padding-block: clamp(3.5rem, 6vw, 6rem);
    position: relative
}

.section.bg-white {
    background: #fff
}

.section.bg-green {
    background: #e8f9f3
}

.section.no-top {
    padding-top: 0 !important
}

@media (max-width:980px) {

    .container,
    footer,
    header,
    section {
        padding-left: 16px;
        padding-right: 16px
    }

    h1 {
        font-size: 2.25rem
    }

    h2 {
        font-size: 1.875rem
    }
}

.skip-link {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px
}

.skip-link:focus-visible {
    background: #fff;
    border-radius: .5rem;
    box-shadow: var(--shadow-sm);
    color: #000;
    height: auto;
    left: 16px;
    padding: .5rem .75rem;
    position: fixed;
    top: 16px;
    width: auto;
    z-index: 9999
}

.btn {
    align-items: center;
    background: #1a4d3e;
    border: none;
    border-radius: .875rem;
    box-shadow: 0 1rem 2.375rem rgba(26, 77, 62, .22);
    color: #fff;
    display: inline-flex;
    font-size: 1.0625rem;
    font-weight: 800;
    gap: .625rem;
    overflow: hidden;
    padding: .75rem 1.25rem;
    position: relative;
    text-decoration: none;
    transition: transform .22s, box-shadow .22s
}

.btn.primary {
    background: var(--deep-green);
    border: 1px solid rgba(26, 77, 62, .18);
    box-shadow: 0 1rem 2.375rem rgba(26, 77, 62, .25);
    color: #fff
}

.btn.primary:focus-visible,
.btn.primary:hover {
    box-shadow: 0 1.5rem 3.5rem rgba(26, 77, 62, .32);
    transform: translateY(-.12rem) scale(1.03)
}

.btn:active {
    transform: scale(.97)
}

.btn.ghost {
    background: #fff;
    border: 1px solid rgba(26, 77, 62, .25);
    color: #1a4d3e
}

.btn.ghost:focus-visible,
.btn.ghost:hover {
    box-shadow: 0 .5rem 1rem rgba(26, 77, 62, .15);
    transform: translateY(-.125rem)
}

/* Modern Hero Redesign */
.hero {
    background: #fff;
    border-bottom: 1px solid #eef6f3;
    color: var(--on-surface);
    overflow: hidden;
    position: relative;
    padding-top: 0;
}

.hero::before {
    display: none;
}

.hero .wrap {
    align-items: center;
    display: grid;
    gap: 5rem;
    grid-template-columns: 1fr 1fr;
    padding-block: 6rem 5rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 980px) {
    .hero .wrap {
        gap: 3rem;
        grid-template-columns: 1fr;
        padding-block: 4rem;
        text-align: center;
    }

    .hero-points {
        text-align: left;
        display: inline-block;
    }
}

.hero h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: #0d1f1a;
    font-weight: 800;
    letter-spacing: -0.01em;
    background: none;
    -webkit-text-fill-color: initial;
    background-clip: border-box;
    -webkit-background-clip: border-box;
}

.hero .lead {
    font-size: 1.25rem;
    color: #40524d;
    margin-bottom: 2.5rem;
    font-weight: 400;
    line-height: 1.6;
    max-width: 540px;
}

.hero-points li {
    background: #f4fbf8;
    border: 1px solid transparent;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    color: #1a4d3e;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.2s ease;
    box-shadow: none;
    backdrop-filter: none;
}

.hero-points li:hover {
    transform: translateX(5px);
    background: #e8f5f1;
    border-color: #dcefe8;
}

.hero-points .tick {
    background: #1a4d3e;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.hero .media {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    perspective: 1000px;
}

.hero img {
    aspect-ratio: 16/9;
    border-radius: 1.5rem;
    box-shadow: 0 30px 80px -20px rgba(26, 77, 62, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
    transform: rotateY(-5deg) rotateX(2deg);
    transition: transform 0.5s ease;
}

.hero:hover img {
    transform: rotateY(0) rotateX(0) scale(1.02);
}

.split {
    align-items: start;
    display: grid;
    gap: 2rem
}

@media (min-width:980px) {
    .split.two {
        grid-template-columns: 1.1fr .9fr
    }

    .split.r {
        grid-template-columns: .9fr 1.1fr
    }
}

.frame {
    background: #fff;
    border: 1px solid #dcefe8;
    border-radius: 1.5rem;
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: transform .35s, box-shadow .35s
}

.frame:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px)
}

.tiles {
    display: grid;
    gap: 1.5rem
}

@media (min-width:0px) {
    .tiles {
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr))
    }
}

.tile {
    background: #fff;
    border: 1px solid #dcefe8;
    border-radius: 1.25rem;
    box-shadow: var(--shadow-sm);
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 120px;
    overflow: hidden;
    padding: 1.25rem 1rem;
    position: relative;
    transition: transform .2s, box-shadow .2s, border-color .2s
}

.tile:before {
    background: var(--deep-green);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .2s;
    width: 4px
}

.tile:hover {
    border-color: var(--primary);
    box-shadow: 0 20px 50px rgba(3, 30, 22, .15);
    transform: translateY(-6px)
}

.tile:hover:before {
    transform: scaleY(1)
}

.tile .num {
    color: var(--primary);
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: .25rem
}

.tile .label {
    color: var(--on-surface);
    font-size: .95rem;
    font-weight: 500
}

.card {
    background: #fff;
    border: 1px solid #dcefe8;
    border-left: .5rem solid var(--primary);
    border-radius: 1.25rem;
    box-shadow: var(--shadow-md);
    padding: 1.5rem;
    transition: transform .2s, box-shadow .2s
}

.card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateX(6px)
}

.card .side {
    display: flex;
    flex-direction: column;
    gap: 1.1rem
}

.card .mini h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 .3rem
}

.card .mini ul.list.check {
    margin: .2rem 0 0
}

.card .mini .badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: .3rem 0 0
}

.card .mini .badge {
    background: var(--mint-tint);
    border: 1px solid #dcefe8;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(3, 30, 22, .06);
    color: var(--on-surface);
    font-size: .93rem;
    font-weight: 600;
    padding: .35rem .7rem;
    white-space: nowrap
}

.list {
    list-style: none;
    margin: .75rem 0 0;
    padding: 0
}

.list li {
    align-items: start;
    display: grid;
    gap: .75rem;
    grid-template-columns: 2rem 1fr;
    padding-block: .5rem
}

.tick {
    background: var(--deep-green);
    border: 2px solid rgba(26, 77, 62, .18);
    border-radius: .625rem;
    color: #fff;
    font-size: .95rem;
    height: 2rem;
    place-items: center;
    width: 2rem
}

.dot,
.tick {
    display: grid;
    font-weight: 800
}

.dot {
    background: var(--deep-green);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(26, 77, 62, .14);
    color: #fff;
    font-size: 1.06rem;
    height: 2.5rem;
    place-items: center;
    width: 2.5rem
}

.gallery {
    display: grid;
    gap: 2rem;
    margin-top: 1rem
}

@media (min-width:980px) {
    .gallery {
        grid-template-columns: repeat(3, 1fr)
    }
}

.shot {
    overflow: clip;
    padding: 1rem
}

.shot img {
    aspect-ratio: 16/9;
    border-radius: 1.25rem;
    box-shadow: 0 15px 40px rgba(3, 30, 22, .15);
    display: block;
    height: auto;
    object-fit: cover;
    transition: box-shadow .2s;
    width: 100%
}

.shot h3 {
    margin-bottom: .4rem;
    margin-top: 1rem
}

.shot:hover img {
    box-shadow: 0 25px 60px rgba(3, 30, 22, .25)
}

.timeline {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2rem;
    position: relative
}

.timeline:before {
    background: #d1f6e9;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 1.0625rem;
    position: absolute;
    top: 0;
    width: 3px
}

.timeline li {
    display: grid;
    gap: 1rem;
    grid-template-columns: 2.5rem 1fr;
    margin: .75rem 0;
    opacity: 1
}

.timeline .dot {
    margin-top: .2rem
}

.cta {
    background: var(--mint-strong);
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(26, 77, 62, .14);
    color: #061417;
    margin: 0 auto;
    max-width: 1168px;
    padding: 24px;
    text-align: center;
    overflow: clip;
    position: relative;
    display: block;
}

.cta>div {
    margin-bottom: 1.5rem;
}

.cta .btn {
    display: inline-flex;
}

.cta h2 {
    color: #fff;
    margin: 0 0 .5rem
}

.cta p {
    color: #e0f7f0;
    font-size: 1.0625rem;
    margin: 0
}

#faq details.frame {
    border-radius: 12px
}

#faq summary {
    cursor: pointer;
    font-weight: 700;
    line-height: 1.35;
    padding: .6rem .9rem
}

#faq details p {
    padding: 0 .9rem .9rem
}

#overview {
    background: #659e8a2f !important
}

#solution {
    background: #fff !important
}

#dashboards {
    background: #659e8a2f !important
}

#case {
    background: #fff !important
}

#results {
    background: #659e8a2f !important
}

#faq {
    background: #fff !important
}

/* Overview Section Redesign */
.overview .intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.overview .eyebrow {
    background: var(--mint-tint);
    border: 1px solid #dcefe8;
    border-radius: 999px;
    color: var(--deep-green);
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(47, 93, 80, 0.05);
}

.overview h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--on-surface-strong) 0%, var(--primary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.overview .lede {
    font-size: 1.25rem;
    color: var(--on-surface);
    line-height: 1.7;
    max-width: 90%;
    margin: 0 auto;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    align-items: stretch;
}

.feature-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid #eef6f3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--mint-tint);
}

.feature-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 8px 16px rgba(47, 93, 80, 0.1));
}

.feature-card h3 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
    color: var(--deep-green);
}

.feature-card p {
    color: #5d726b;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.feature-card.benefit-card-style {
    background: #f8fbfa;
    border-color: var(--primary);
}

.feature-card.benefit-card-style .benefit-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.feature-card.benefit-card-style li {
    padding: 0.5rem 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #eef6f3;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 0.5rem;
}

.feature-card.benefit-card-style li:last-child {
    border-bottom: none;
}

.feature-card.benefit-card-style .benefit-note {
    width: 100%;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 2px dashed #dcefe8;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
    font-size: 0.85rem;
}

.benefit-card {
    background: #f8fbfa;
    border: 2px solid #e4ede9;
    padding: 2.5rem;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle at top right, rgba(101, 158, 138, 0.1) 0%, transparent 70%);
    border-radius: 0 0 0 100%;
    pointer-events: none;
}

.benefit-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--on-surface-strong);
}

.benefit-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;

}

.benefit-note {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 2px dashed #dcefe8;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
    font-size: 0.85rem;
}

@media (min-width: 980px) {
    #solution .split.two {
        align-items: stretch;
        column-gap: 2.5rem;
        grid-template-columns: 1fr 1fr
    }
}

/* Bubble Metrics Redesign */
.metrics-bubble-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem;
    padding: 0;
}

.metric-bubble {
    background: white;
    border: 2px solid #eef6f3;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease;
    padding: 1.5rem;
}

.metric-bubble:hover {
    transform: translateY(-5px);
    border-color: var(--mint-strong);
    box-shadow: 0 20px 40px rgba(47, 93, 80, 0.1);
}

.bubble-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--deep-green);
    line-height: 1;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--deep-green) 0%, var(--primary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bubble-label {
    font-size: 0.95rem;
    color: var(--on-surface);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

#solution h2 {
    margin-bottom: 1.25rem;
    text-align: center
}

#solution .how-left {
    align-content: start;
    display: grid;
    gap: 1rem 1.25rem;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
    max-width: 720px
}

#solution .how-left>.frame.media.small {
    grid-column: 1/-1
}

#solution .frame.media.small {
    align-self: start;
    display: block;
    height: auto !important;
    min-height: auto;
    padding: .75rem
}

#solution .frame.media.small img {
    aspect-ratio: 16/9;
    border-radius: 1rem;
    height: auto;
    object-fit: cover;
    width: 100%
}

#solution .step-tiles {
    display: contents;
    list-style: none;
    margin-top: 1rem;
    padding: 0
}

@media (max-width:640px) {
    #solution .how-left {
        grid-template-columns: 1fr
    }
}

#solution .tile.step {
    grid-template-rows: auto auto;
    min-height: auto;
    padding: 1rem
}

#solution .tile.step .step-id {
    background: var(--deep-green);
    border: 2px solid rgba(26, 77, 62, .18);
    border-radius: .5rem;
    color: #fff;
    display: grid;
    font-size: .9rem;
    font-weight: 800;
    height: 2rem;
    margin-bottom: .4rem;
    place-items: center;
    width: 2rem
}

#solution .tile.step h4 {
    font-size: 1rem;
    margin: 0 0 .25rem
}

#solution .tile.step p {
    color: var(--on-surface);
    font-size: .9375rem;
    margin: 0
}

#solution .badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    list-style: none;
    margin: .25rem 0 0;
    padding: 0
}

#solution .badge {
    background: var(--mint-tint);
    border: 1px solid #dcefe8;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(3, 30, 22, .06);
    color: var(--on-surface);
    font-size: .875rem;
    font-weight: 600;
    padding: .35rem .65rem;
    white-space: nowrap
}

#dashboards .gallery {
    gap: 1rem
}

#dashboards h2,
#dashboards .container>p {
    text-align: center
}

#dashboards .shot {
    padding: .75rem
}

#dashboards .shot img {
    aspect-ratio: 16/9;
    border-radius: 1rem;
    height: auto;
    object-fit: cover;
    width: 100%
}

#dashboards .shot h3 {
    font-size: 1.25rem;
    margin-bottom: .25rem;
    margin-top: .75rem
}

#dashboards .shot p {
    font-size: .95rem
}

#results .frame {
    align-items: center;
    aspect-ratio: 15/9;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0
}

#results .frame img {
    border-radius: 1.5rem;
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }
}

img {
    height: auto;
    max-width: 100%
}