*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    background: #f7f8f7;
    color: #101513;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
    width: 100%;
    background-color: #000909;
    color: #ffffff;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 80px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}

.site-brand {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: inherit;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
}

.site-brand__text {
    display: flex;
    flex-direction: column;
}

.site-brand__mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-bottom: 4px double #63bd94;
    color: #63bd94;
    font-size: 3rem;
    line-height: 0.65;
    transform: scaleX(1.35);
}

.site-brand__name {
    font-size: 1.35rem;
    font-weight: 700;
}

.site-brand__tagline {
    margin-top: 5px;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.16em;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 0;
}

.main-nav a,
.site-header__cta {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.main-nav a {
    font-size: 0.78rem;
    font-weight: 500;
}

.site-header__cta {
    flex: 0 0 auto;
    padding: 11px 14px;
    border: 1px solid #56b87a;
    border-radius: 5px;
    font-size: 0.82rem;
    font-weight: 600;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    background-color: #000a0a;
    color: #ffffff;
}

.hero::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 68% 26%, rgba(26, 151, 80, 0.32) 0 1px, transparent 2px),
        radial-gradient(circle at 82% 58%, rgba(26, 151, 80, 0.24) 0 1px, transparent 2px),
        linear-gradient(26deg, transparent 49.7%, rgba(38, 146, 84, 0.11) 50%, transparent 50.3%),
        linear-gradient(153deg, transparent 49.7%, rgba(38, 146, 84, 0.08) 50%, transparent 50.3%),
        radial-gradient(circle at 73% 48%, rgba(23, 112, 67, 0.2), transparent 46%);
    background-size: 54px 54px, 78px 78px, 112px 86px, 136px 104px, auto;
    mask-image: linear-gradient(90deg, transparent 28%, #000 51%, #000 100%);
    content: "";
    pointer-events: none;
}

.hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(360px, 7fr);
    align-items: center;
    gap: clamp(20px, 3vw, 48px);
    width: 100%;
    min-height: 650px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 32px 28px;
}

.hero__content {
    max-width: 620px;
}

.hero__title {
    font-size: clamp(3.25rem, 4.45vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.hero__title-accent {
    color: #56b87a;
}

.hero__description {
    max-width: 590px;
    margin-top: 20px;
    color: #e0e8e5;
    font-size: 1rem;
    line-height: 1.7;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    border: 1px solid #56b87a;
    border-radius: 5px;
    font-size: 0.95rem;
    font-weight: 650;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.hero__cta--primary {
    background-color: #3aa866;
    color: #ffffff;
}

.hero__cta--secondary {
    background-color: transparent;
    color: #ffffff;
    border-color: #a8b5b0;
}

.hero__visual {
    position: relative;
    min-width: 0;
    align-self: stretch;
    min-height: 380px;
}

.hero__visual::before {
    position: absolute;
    inset: 8% 0;
    z-index: 0;
    background:
        linear-gradient(rgba(86, 184, 122, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(86, 184, 122, 0.055) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(ellipse, #000 20%, transparent 72%);
    content: "";
    pointer-events: none;
}

.hero__image {
    position: absolute;
    right: -8%;
    bottom: -28px;
    z-index: 2;
    width: 120%;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
}

.hero__tech-card {
    position: absolute;
    z-index: 1;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(55, 207, 116, 0.48);
    border-radius: 9px;
    background: rgba(3, 37, 27, 0.76);
    box-shadow: inset 0 0 22px rgba(40, 180, 96, 0.12), 0 0 18px rgba(0, 0, 0, 0.22);
    color: #45cb79;
}

.hero__tech-card--productivity {
    top: 8%;
    left: 2%;
}

.hero__tech-card--administration {
    top: 38%;
    left: -2%;
}

.hero__tech-card--billing {
    top: 7%;
    right: 2%;
}

.hero__tech-card--law {
    top: 31%;
    right: -2%;
}

.hero__tech-card--growth {
    top: 57%;
    right: 1%;
}

.hero__tech-icon {
    position: relative;
    display: block;
    width: 25px;
    height: 28px;
}

.hero__tech-icon--productivity {
    border: 2px solid currentColor;
    border-radius: 50%;
}

.hero__tech-icon--productivity::after {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 10px;
    height: 5px;
    border-bottom: 3px solid currentColor;
    border-left: 3px solid currentColor;
    border-radius: 1px;
    content: "";
    transform: rotate(-45deg);
}

.hero__tech-icon--administration {
    height: 20px;
    margin-top: 6px;
    border: 2px solid currentColor;
    border-radius: 3px;
    background: linear-gradient(90deg, transparent 47%, currentColor 48% 52%, transparent 53%);
}

.hero__tech-icon--administration::before {
    position: absolute;
    top: -8px;
    left: 6px;
    width: 9px;
    height: 6px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    content: "";
}

.hero__tech-icon--billing,
.hero__tech-icon--law {
    display: grid;
    width: 28px;
    height: 30px;
    place-items: center;
    border: 2px solid currentColor;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}

.hero__tech-icon--law {
    border: 0;
    font-size: 1.8rem;
}

.hero__tech-icon--growth {
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.hero__tech-icon--growth::before {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 5px;
    height: 15px;
    background: currentColor;
    box-shadow: -7px 5px 0 currentColor, -14px 10px 0 currentColor;
    content: "";
}

.hero__tech-icon--growth::after {
    position: absolute;
    top: 2px;
    right: 0;
    width: 14px;
    height: 10px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    content: "";
    transform: rotate(-12deg);
}

.hero__proof {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.4vw, 38px);
    margin-top: 28px;
}

.hero__proof-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 550;
    line-height: 1.45;
    white-space: nowrap;
}

.hero__proof-mark {
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #49b94f;
    border-radius: 50%;
    color: #67cb5b;
    font-size: 1rem;
}

.hero__proof-mark--grid {
    background:
        linear-gradient(#67cb5b 0 0) 11px 11px / 6px 6px no-repeat,
        linear-gradient(#67cb5b 0 0) 21px 11px / 6px 6px no-repeat,
        linear-gradient(#67cb5b 0 0) 11px 21px / 6px 6px no-repeat,
        linear-gradient(#67cb5b 0 0) 21px 21px / 6px 6px no-repeat;
}

@media (max-width: 1099px) {
    .main-nav {
        display: none;
    }

    .hero__inner {
        grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
        gap: 40px;
        padding-top: 52px;
        padding-bottom: 40px;
    }

    .hero__title {
        font-size: clamp(2.75rem, 6vw, 4.25rem);
    }

    .hero__visual {
        min-height: 320px;
    }

    .hero__tech-card {
        transform: scale(0.82);
    }

    .hero__image {
        right: -18%;
        bottom: -28px;
        width: 145%;
    }

    .hero__proof {
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .main-nav {
        display: none;
    }
}

@media (max-width: 599px) {
    .site-header__inner {
        padding: 0 20px;
    }

    .site-header__cta {
        display: none;
    }

    .hero {
        min-height: calc(100svh - 80px);
    }

    .hero__inner {
        display: block;
        min-height: calc(100svh - 80px);
        padding: 48px 20px 56px;
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__title {
        font-size: clamp(2.3rem, 11.5vw, 3.1rem);
        line-height: 1.08;
        letter-spacing: -0.04em;
    }

    .hero__description {
        margin-top: 24px;
        font-size: 1rem;
        line-height: 1.6;
    }

    .hero__actions {
        flex-direction: column;
        margin-top: 32px;
    }

    .hero__cta {
        width: 100%;
        min-height: 52px;
    }

    .hero__visual {
        display: none;
    }

    .hero__proof {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
}

.section{width:min(100% - 48px,1368px);margin:0 auto}.section__heading{text-align:center}.section__heading h2{font-size:clamp(1.7rem,2.5vw,2rem);line-height:1.2}.section__heading p{margin-top:8px;color:#4c5551;font-size:.94rem}.solutions{padding:30px 0 22px}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:24px}.product-card{display:flex;min-height:300px;flex-direction:column;padding:24px 24px 20px;border:1px solid #e5e8e6;border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(7,17,14,.06)}.product-card__icon{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;color:#fff;font-size:1.45rem}.product-card__icon--green{background:#2d8f34}.product-card__icon--blue{background:#1483be}.product-card__icon--purple{background:#6950a5}.product-card__icon--teal{background:#168c70}.product-card__icon--orange{background:#f58012}.product-card h3{margin-top:18px;font-size:1.08rem}.product-card p{margin-top:12px;color:#222825;font-size:.79rem;line-height:1.7}.product-card a{margin-top:auto;padding-top:16px;color:#18772e;font-size:.78rem;font-weight:650;text-decoration:none}.outline-cta,.small-cta{display:flex;width:max-content;align-items:center;justify-content:center;border:1px solid #4a9a46;border-radius:5px;color:#1a6829;font-size:.8rem;font-weight:650;text-decoration:none}.outline-cta{gap:26px;margin:18px auto 0;padding:10px 24px}.custom-software{display:grid;grid-template-columns:40% 60%;overflow:hidden;min-height:390px;border:1px solid #e5e8e6;border-radius:14px;background:#fbfcfb;box-shadow:0 12px 30px rgba(7,17,14,.05)}.custom-software__copy{padding:28px 40px}.eyebrow{color:#257637!important;font-size:.74rem!important;font-weight:700}.custom-software__copy h2{margin-top:14px;font-size:clamp(1.9rem,3vw,2.4rem);line-height:1.08}.custom-software__copy h2 span{color:#2e8a3d}.custom-software__copy>p:not(.eyebrow){max-width:500px;margin-top:16px;color:#323a36;font-size:.8rem;line-height:1.65}.feature-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;color:#303834;font-size:.68rem;line-height:1.35;list-style:none}.small-cta{margin-top:22px;padding:10px 16px;background:#258c35;color:#fff}.dashboard{display:grid;grid-template-columns:170px minmax(0,1fr);min-width:0;background:#f4f6f5}.dashboard__sidebar{display:flex;flex-direction:column;gap:9px;padding:24px 14px;background:#031511;color:#dce8e3}.dashboard__sidebar strong{color:#63bd94;font-size:1.1rem;letter-spacing:.16em}.dashboard__sidebar small{margin-top:-7px;font-size:.42rem;letter-spacing:.14em}.dashboard__sidebar span{padding:8px 10px;border-radius:5px;font-size:.67rem}.dashboard__sidebar .is-active{background:#073124;color:#5aca78}.dashboard__main{min-width:0;padding:14px}.dashboard__top{display:flex;justify-content:space-between;min-height:28px;font-size:.8rem}.metric-grid,.chart-grid{display:grid;gap:12px}.metric-grid{grid-template-columns:repeat(3,1fr)}.chart-grid{grid-template-columns:1.7fr 1fr;margin-top:12px}.metric-grid>div,.chart,.donut-card{padding:12px;border-radius:7px;background:#fff;box-shadow:0 4px 14px rgba(9,29,22,.04)}.metric-grid small,.chart-grid strong{display:block;font-size:.62rem}.metric-grid strong{display:block;margin-top:8px;font-size:1.25rem}.metric-grid em{color:#2c9d4e;font-size:.58rem;font-style:normal}.chart__line{height:115px;margin:16px 0 8px;border-bottom:1px solid #d9e4de;background:linear-gradient(165deg,transparent 47%,#258a4c 48%,#258a4c 49%,transparent 50%)}.chart small,.donut-card small{color:#646d69;font-size:.5rem}.donut{width:88px;height:88px;margin:20px auto;border-radius:50%;background:conic-gradient(#248f3e 0 48%,#1479b8 48% 70%,#f08a19 70% 84%,#75ad3b 84%);box-shadow:inset 0 0 0 22px #fff}.expertise{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:22px 0 12px}.expertise article{display:grid;grid-template-columns:72px 1fr;gap:18px;min-height:158px;padding:24px;border:1px solid #e2e6e3;border-radius:9px;background:#fff}.expertise__icon{display:grid;width:68px;height:68px;place-items:center;border-radius:50%;background:#e4f0df;color:#0b4c2b;font-size:2rem}.expertise h3{font-size:1rem}.expertise p{margin-top:9px;font-size:.72rem;line-height:1.6}.expertise a{display:inline-block;margin-top:12px;color:#18752c;font-size:.7rem;font-weight:650;text-decoration:none}.companies{padding:4px 0 18px}.company-list{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:24px;color:#727b77;font-size:.7rem;font-weight:650;line-height:1.25}.company-list span::first-letter{font-size:1.7rem}.company-dots{display:flex;justify-content:center;gap:7px;margin-top:12px}.company-dots b,.company-dots i{width:7px;height:7px;border-radius:50%;background:#b6bdb9}.company-dots b{background:#3c9d55}.bottom-cta{display:flex;width:min(100% - 48px,1420px);min-height:110px;align-items:center;justify-content:space-between;gap:30px;margin:0 auto;padding:22px 78px;border-radius:20px 20px 0 0;background:radial-gradient(circle at 85% 100%,#164936,#041713 58%);color:#fff}.bottom-cta h2{font-size:1.7rem}.bottom-cta p{margin-top:7px;color:#dce7e3;font-size:.8rem}.bottom-cta a{padding:15px 26px;border:1px solid #65a536;border-radius:6px;color:#fff;font-size:.85rem;font-weight:650;text-decoration:none}.site-footer{padding:30px max(24px,calc((100vw - 1368px)/2)) 18px;background:#02110e;color:#e6efeb}.site-footer__grid{display:grid;grid-template-columns:1.4fr repeat(5,1fr);gap:34px}.site-footer h3{margin-bottom:14px;color:#fff;font-size:.78rem}.site-footer a,.site-footer p{display:block;margin-top:6px;color:#e2eae6;font-size:.68rem;line-height:1.35;text-decoration:none}.footer-brand strong{display:block;color:#63bd94;font-size:1.15rem;letter-spacing:.14em}.footer-brand small{font-size:.45rem;letter-spacing:.14em}.footer-brand p{max-width:210px;margin-top:16px}.socials{display:flex;gap:10px;margin-top:12px}.socials span{display:grid;width:22px;height:22px;place-items:center;border-radius:3px;background:#dfe6e2;color:#041713;font-size:.62rem;font-weight:700}.site-footer .footer-accent{color:#55b64c}.site-footer__legal{display:flex;justify-content:flex-end;margin-top:20px}.site-footer__legal p{display:flex;align-items:center;gap:20px}.site-footer__legal i{width:1px;height:14px;background:#78827e}

@media(max-width:1099px){.product-grid{grid-template-columns:repeat(3,1fr)}.custom-software{grid-template-columns:1fr}.dashboard{min-height:390px}.expertise{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.section{width:min(100% - 32px,1368px)}.product-grid{grid-template-columns:1fr}.product-card{min-height:250px}.custom-software{width:calc(100% - 32px)}.custom-software__copy{padding:30px 24px}.feature-list{grid-template-columns:repeat(2,1fr)}.dashboard{grid-template-columns:1fr}.dashboard__sidebar{display:none}.metric-grid,.chart-grid{grid-template-columns:1fr}.expertise article{grid-template-columns:56px 1fr;padding:20px}.expertise__icon{width:54px;height:54px;font-size:1.45rem}.company-list{overflow:hidden;justify-content:flex-start}.company-list span{flex:0 0 150px}.bottom-cta{width:calc(100% - 32px);flex-direction:column;align-items:flex-start;padding:28px 24px;border-radius:16px 16px 0 0}.bottom-cta h2{font-size:1.45rem}.bottom-cta a{width:100%;text-align:center}.site-footer{padding-right:24px;padding-left:24px}.site-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.site-brand__mark{width:36px;height:36px;font-size:2.4rem}.site-brand__name{font-size:1.1rem}.site-brand__tagline{font-size:.48rem}.dashboard__main{padding:10px}.site-footer__grid{grid-template-columns:1fr}.site-footer__legal{justify-content:flex-start}}

/* Reference-aligned visual assets and proportions */
.site-footer {
    background: #000909;
}

.site-header__inner {
    max-width: 1360px;
}

.site-brand img {
    display: block;
    width: 204px;
    height: auto;
}

.hero {
    min-height: 550px;
}

.hero::before,
.hero__visual::before {
    display: none;
}

.hero__inner {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: 0;
    min-height: 550px;
    max-width: 1360px;
    padding: 28px 20px 22px;
}

.hero__content {
    z-index: 2;
    max-width: 480px;
}

.hero__title {
    font-size: clamp(2.8rem, 4vw, 3.3rem);
    line-height: 1.04;
}

.hero__description {
    max-width: 450px;
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.65;
}

.hero__actions {
    margin-top: 22px;
}

.hero__cta {
    min-height: 46px;
    padding: 11px 18px;
    font-size: 0.84rem;
}

.hero__proof {
    gap: 26px;
    margin-top: 28px;
}

.hero__proof-mark {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
}

.hero__proof-item {
    gap: 8px;
    font-size: 0.65rem;
}

.hero__visual {
    min-height: 500px;
}

.hero__image {
    right: -2px;
    bottom: -22px;
    width: 103%;
}

.section {
    width: min(100% - 48px, 1280px);
}

.solutions {
    padding: 22px 0 16px;
}

.section__heading h2 {
    font-size: clamp(1.45rem, 2.1vw, 1.75rem);
}

.section__heading p {
    margin-top: 5px;
    font-size: 0.82rem;
}

.product-grid {
    gap: 10px;
    margin-top: 18px;
}

.product-card {
    min-height: 250px;
    padding: 18px 18px 15px;
    border-radius: 8px;
}

.product-card__icon {
    display: block;
    width: 49px;
    height: 49px;
    border-radius: 0;
    object-fit: contain;
}

.product-card h3 {
    margin-top: 11px;
    font-size: 0.95rem;
}

.product-card p {
    margin-top: 8px;
    font-size: 0.69rem;
    line-height: 1.62;
}

.product-card a {
    padding-top: 10px;
    font-size: 0.68rem;
}

.outline-cta {
    margin-top: 12px;
    padding: 8px 20px;
}

.custom-software {
    grid-template-columns: 38% 62%;
    min-height: 315px;
    border-radius: 10px;
}

.custom-software__copy {
    padding: 22px 28px;
}

.custom-software__copy h2 {
    margin-top: 10px;
    font-size: clamp(1.7rem, 2.6vw, 2.1rem);
}

.custom-software__copy > p:not(.eyebrow) {
    margin-top: 12px;
    font-size: 0.7rem;
}

.feature-list {
    gap: 10px;
    margin-top: 18px;
    font-size: 0.6rem;
}

.small-cta {
    margin-top: 16px;
    padding: 8px 14px;
}

.dashboard {
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f4f6f5;
}

.dashboard > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expertise {
    gap: 10px;
    padding: 14px 0 10px;
}

.expertise article {
    grid-template-columns: 60px 1fr;
    gap: 14px;
    min-height: 128px;
    padding: 18px;
}

.expertise__icon {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.expertise h3 {
    font-size: 0.9rem;
}

.expertise p {
    margin-top: 6px;
    font-size: 0.65rem;
}

.expertise a {
    margin-top: 7px;
    font-size: 0.64rem;
}

.companies {
    padding: 2px 0 12px;
}

.company-list {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 16px;
    object-fit: contain;
}

.company-dots {
    margin-top: 5px;
}

.company-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin-top: 22px;
}

.company-list__item {
    display: flex;
    min-width: 0;
    height: 88px;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.company-list__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1099px) {
    .company-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .company-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .company-list__item {
        height: 82px;
        padding: 10px;
    }
}

.bottom-cta {
    position: relative;
    display: block;
    width: min(100% - 48px, 1320px);
    min-height: 0;
    aspect-ratio: 947 / 79;
    overflow: hidden;
    padding: 0;
    border-radius: 16px 16px 0 0;
    background: #041713;
}

.bottom-cta > img {
    display: block;
    width: 100%;
    height: 100%;
}

.bottom-cta__copy,
.bottom-cta a span {
    display: none;
}

.bottom-cta > a {
    position: absolute;
    top: 21%;
    right: 7%;
    width: 22%;
    height: 54%;
    padding: 0;
    border: 0;
}

.footer-brand > img {
    display: block;
    width: 148px;
    height: auto;
}

@media (max-width: 1099px) {
    .hero {
        min-height: 520px;
    }

    .hero__inner {
        grid-template-columns: minmax(0, 48%) minmax(0, 52%);
        min-height: 520px;
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .hero__visual {
        min-height: 450px;
    }

    .hero__image {
        right: -12%;
        bottom: -8px;
        width: 125%;
    }
}

@media (max-width: 760px) {
    .site-brand img {
        width: 170px;
    }

    .hero,
    .hero__inner {
        min-height: auto;
    }

    .hero__inner {
        display: block;
        padding: 44px 20px 50px;
    }

    .hero__visual {
        display: none;
    }

    .hero__title {
        font-size: clamp(2.35rem, 11vw, 3rem);
    }

    .hero__proof {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .product-card {
        min-height: 230px;
    }

    .custom-software {
        min-height: 0;
    }

    .dashboard {
        min-height: 0;
    }

    .dashboard > img {
        height: auto;
    }

    .company-list {
        overflow: visible;
    }

    .bottom-cta {
        display: flex;
        min-height: 190px;
        aspect-ratio: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 24px;
        background: radial-gradient(circle at 85% 100%, #164936, #041713 58%);
    }

    .bottom-cta > img {
        display: none;
    }

    .bottom-cta__copy {
        display: block;
    }

    .bottom-cta__copy h2 {
        font-size: 1.45rem;
    }

    .bottom-cta__copy p {
        margin-top: 8px;
        font-size: 0.8rem;
    }

    .bottom-cta > a {
        position: static;
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 18px;
        padding: 13px 18px;
        border: 1px solid #65a536;
    }

    .bottom-cta a span {
        display: inline;
    }
}

/* Layered hero artwork: editable network, icons and botanical foreground. */
.hero__visual {
    isolation: isolate;
    overflow: visible;
}

.hero__visual::before {
    display: block;
    inset: 4% -4% 8%;
    background:
        radial-gradient(circle, rgba(35, 187, 92, 0.7) 0 1.2px, transparent 1.7px) 0 0 / 38px 38px,
        linear-gradient(28deg, transparent 49.65%, rgba(25, 140, 72, 0.16) 49.8% 50.2%, transparent 50.35%) 0 0 / 76px 66px,
        linear-gradient(152deg, transparent 49.65%, rgba(25, 140, 72, 0.13) 49.8% 50.2%, transparent 50.35%) 0 0 / 76px 66px;
    opacity: 0.7;
    mask-image: radial-gradient(ellipse at 54% 44%, #000 28%, rgba(0, 0, 0, 0.82) 58%, transparent 84%);
}

.hero__tech-layer {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.hero__tech-card {
    width: 54px;
    height: 54px;
    border-color: rgba(35, 180, 85, 0.38);
    border-radius: 8px;
    background: rgba(1, 25, 19, 0.68);
    box-shadow: inset 0 0 18px rgba(24, 169, 76, 0.08);
    color: rgba(45, 186, 88, 0.72);
}

.hero__tech-card svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero__cta-icon {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero__proof-mark svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero__tech-card--security {
    top: 8%;
    left: 6%;
}

.hero__tech-card--operations {
    top: 2%;
    left: 42%;
}

.hero__tech-card--support {
    top: 12%;
    right: 3%;
}

.hero__tech-card--document {
    top: 40%;
    left: 0;
}

.hero__tech-card--analytics {
    top: 42%;
    right: -1%;
}

.hero__image {
    right: auto;
    bottom: -4%;
    left: 50%;
    z-index: 1;
    width: auto;
    height: 104%;
    filter: saturate(0.92) brightness(0.82) contrast(1.08);
    transform: translateX(-50%);
}

@media (max-width: 1099px) {
    .hero__image {
        right: auto;
        bottom: -2%;
        left: 50%;
        width: auto;
        height: 101%;
        transform: translateX(-50%);
    }

    .hero__tech-card {
        transform: scale(0.78);
    }
}
