:root {
    --green: #007a3d;
    --mint: #edf5f0;
    --ink: #101d17;
    --marketing-muted: #637069;
    --line: #dbe4de;
    --paper: #fff;
    --max: 1360px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 78px;
}
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font:
        16px/1.6 'Instrument Sans',
        sans-serif;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font: inherit;
}
.skip-link {
    position: fixed;
    top: -80px;
    left: 20px;
    z-index: 100;
    background: white;
    padding: 10px 16px;
}
.skip-link:focus {
    top: 10px;
}
.site-header {
    height: 76px;
    background: var(--green);
    color: white;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 0 22px;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 8px 30px rgba(0, 70, 35, 0.14);
}
.brand img {
    width: 122px;
    height: 50px;
    object-fit: contain;
    background: white;
    border-radius: 12px;
    display: block;
}
.desktop-nav {
    display: flex;
    justify-content: center;
    gap: clamp(13px, 1.5vw, 28px);
    white-space: nowrap;
}
.desktop-nav a {
    font-size: clamp(0.62rem, 0.72vw, 0.76rem);
    font-weight: 600;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    opacity: 0.78;
    transition: 0.2s;
}
.desktop-nav a:hover {
    opacity: 1;
}
.demo-button,
.primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background: white;
    color: var(--green);
    padding: 12px 16px;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    border-radius: 8px;
    white-space: nowrap;
}
.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: white;
    width: 44px;
}
.menu-toggle span {
    display: block;
    height: 1px;
    background: currentColor;
    margin: 8px;
}
.hero {
    max-width: var(--max);
    margin: auto;
    min-height: 760px;
    padding: 72px 40px 80px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 72px;
    align-items: center;
}
.eyebrow,
.kicker {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--green);
    margin: 0 0 24px;
}
.hero h1,
.feature-copy h2,
.contact h2 {
    font:
        600 clamp(3.7rem, 6.2vw, 6.5rem)/0.98 'Instrument Sans',
        sans-serif;
    letter-spacing: -0.065em;
    margin: 0;
}
.hero h1 em {
    font-style: normal;
    color: var(--green);
}
.hero-copy > p:not(.eyebrow) {
    font-size: 1.17rem;
    color: var(--marketing-muted);
    max-width: 610px;
    margin: 30px 0 34px;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}
.primary-button {
    background: var(--green);
    color: white;
    padding: 15px 20px;
}
.arrow-link {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 4px;
    display: flex;
    gap: 18px;
}
.hero-trust {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 54px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hero-trust strong {
    color: var(--green);
}
.hero-trust span {
    color: #7e8983;
}
.hero-visual {
    height: 610px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: var(--mint);
}
.hero-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 61% center;
}
.hero-visual:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 50, 25, 0.26), transparent 55%);
}
.hero-stat,
.hero-metric {
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.94);
    padding: 17px 19px;
    box-shadow: 0 20px 40px rgba(15, 38, 26, 0.16);
    display: flex;
    flex-direction: column;
}
.hero-stat {
    left: 24px;
    bottom: 24px;
}
.hero-metric {
    right: 24px;
    top: 24px;
}
.hero-stat small,
.hero-metric small,
.visual-head small,
.labor-stats small,
.finance-visual small {
    font-size: 0.57rem;
    letter-spacing: 0.12em;
    color: #7f8c85;
}
.hero-stat strong {
    font: 600 0.94rem 'Instrument Sans';
}
.hero-stat span,
.hero-metric span {
    font-size: 0.64rem;
    color: #528064;
}
.hero-stat i {
    width: 6px;
    height: 6px;
    background: #2da866;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.hero-metric strong {
    font: 600 1.75rem 'Instrument Sans';
}
.intro-band {
    background: var(--green);
    color: white;
    min-height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    padding: 18px;
    font-size: 0.64rem;
    letter-spacing: 0.14em;
    font-weight: 600;
}
.intro-band span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #72ba91;
}
.feature-section {
    max-width: var(--max);
    margin: auto;
    padding: 130px 40px;
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 90px;
    align-items: center;
}
.feature-section.reverse {
    grid-template-columns: 1.22fr 0.78fr;
}
.feature-section.reverse .feature-copy {
    order: 2;
}
.feature-section.reverse > :last-child {
    order: 1;
}
.feature-section.pale,
.feature-section.deep {
    max-width: none;
    padding-left: max(40px, calc((100vw - var(--max)) / 2 + 40px));
    padding-right: max(40px, calc((100vw - var(--max)) / 2 + 40px));
}
.feature-section.pale {
    background: var(--mint);
}
.feature-copy h2 {
    font-size: clamp(2.8rem, 4.5vw, 4.8rem);
}
.feature-copy > p:not(.kicker) {
    color: var(--marketing-muted);
    font-size: 1.08rem;
    margin: 28px 0 35px;
}
.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
}
.feature-list li {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
}
.feature-list b {
    font: 600 1rem 'Instrument Sans';
}
.feature-list span {
    color: var(--marketing-muted);
    font-size: 0.86rem;
    margin-top: 3px;
}
.product-window,
.portfolio-window {
    position: relative;
    background: white;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 34px 70px rgba(13, 48, 30, 0.13);
    overflow: hidden;
}
.window-top {
    height: 38px;
    background: #f5f6f5;
    border-bottom: 1px solid var(--line);
    padding: 0 14px;
    display: flex;
    align-items: center;
    color: #87928c;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
}
.window-top i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cdd5d0;
    margin-left: 7px;
}
.window-top i:first-of-type {
    margin-left: auto;
    background: #55a978;
}
.product-window img,
.portfolio-window img {
    display: block;
    width: 100%;
}
.window-note {
    position: absolute;
    right: 22px;
    bottom: 22px;
    background: var(--green);
    color: white;
    padding: 13px 16px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 12px;
}
.window-note small {
    grid-column: 1/-1;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
    opacity: 0.65;
}
.window-note strong {
    font: 600 1.8rem 'Instrument Sans';
    grid-row: 2/4;
}
.window-note span {
    font-size: 0.62rem;
    align-self: end;
}
.mini-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-block: 1px solid #cad9d0;
}
.mini-proof div {
    padding: 22px 20px 22px 0;
    display: flex;
    flex-direction: column;
}
.mini-proof div + div {
    border-left: 1px solid #cad9d0;
    padding-left: 22px;
}
.mini-proof strong {
    font: 600 1.25rem 'Instrument Sans';
}
.mini-proof span {
    font-size: 0.78rem;
    color: var(--marketing-muted);
}
.ui-visual,
.owner-visual {
    background: #fbfcfb;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 32px 70px rgba(13, 48, 30, 0.1);
}
.visual-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}
.visual-head div {
    display: flex;
    flex-direction: column;
}
.visual-head strong {
    font: 600 1.25rem 'Instrument Sans';
}
.visual-head > span {
    font-size: 0.7rem;
    color: var(--marketing-muted);
    background: white;
    border: 1px solid var(--line);
    padding: 5px 9px;
}
.labor-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 20px 0;
}
.labor-stats > div {
    background: white;
    border: 1px solid var(--line);
    padding: 18px;
    display: flex;
    flex-direction: column;
}
.labor-stats strong {
    font: 600 2rem 'Instrument Sans';
}
.labor-stats span {
    font-size: 0.67rem;
}
.green {
    color: #238251;
}
.amber {
    color: #bd6d26;
}
.staff-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 15px 6px;
    border-bottom: 1px solid var(--line);
}
.avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #d8eee1;
    color: var(--green);
    font-size: 0.65rem;
    font-weight: 700;
}
.avatar.alt {
    background: #eef0d9;
    color: #717420;
}
.avatar.dark {
    background: #dfe5eb;
    color: #35485c;
}
.staff-row div {
    display: flex;
    flex-direction: column;
}
.staff-row b {
    font-size: 0.86rem;
}
.staff-row small {
    font-size: 0.68rem;
    color: var(--marketing-muted);
}
.staff-row > strong {
    font: 600 0.8rem 'Instrument Sans';
}
.check-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.check-grid li {
    font-size: 0.84rem;
    border: 1px solid var(--line);
    background: #fafcfb;
    padding: 12px;
}
.check-grid li:before {
    content: '✓';
    color: var(--green);
    font-weight: 700;
    margin-right: 9px;
}
.feature-section.deep {
    background: #0b2519;
    color: white;
}
.deep .feature-copy > p:not(.kicker),
.deep .feature-list span {
    color: #a8b8af;
}
.deep .feature-list,
.deep .feature-list li {
    border-color: #2b4738;
}
.deep .kicker {
    color: #6cce97;
}
.finance-visual {
    background: #f7faf8;
    color: var(--ink);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}
.finance-top {
    display: flex;
    justify-content: space-between;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
}
.big-number {
    margin: 38px 0 16px;
    display: flex;
    flex-direction: column;
}
.big-number strong {
    font: 600 clamp(2.5rem, 4vw, 4rem) 'Instrument Sans';
    letter-spacing: -0.06em;
}
.big-number span {
    color: #268254;
    font-size: 0.75rem;
}
.chart {
    height: 180px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 12px 5px 0;
}
.chart i {
    flex: 1;
    background: linear-gradient(#20a45f, #087b40);
    border-radius: 4px 4px 0 0;
}
.finance-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.finance-bottom div {
    display: flex;
    flex-direction: column;
}
.finance-bottom strong {
    font: 600 1.2rem 'Instrument Sans';
}
.live-dot {
    color: var(--green) !important;
}
.property-card {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 15px;
    padding: 18px 5px;
    border-bottom: 1px solid var(--line);
}
.property-color {
    width: 8px;
    height: 38px;
    border-radius: 5px;
}
.property-color.one {
    background: #147944;
}
.property-color.two {
    background: #5c81bd;
}
.property-color.three {
    background: #c88b50;
}
.property-card div {
    display: flex;
    flex-direction: column;
}
.property-card b {
    font-size: 0.85rem;
}
.property-card small {
    color: var(--marketing-muted);
    font-size: 0.68rem;
}
.property-card > strong {
    font: 600 1.1rem 'Instrument Sans';
}
.property-card > span {
    font-size: 0.57rem;
    color: var(--green);
    background: #e9f5ee;
    padding: 5px 7px;
}
.owner-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f6f3;
    margin-top: 20px;
    padding: 12px 15px;
}
.owner-action p {
    font-size: 0.78rem;
    margin: 0;
}
.owner-action button {
    border: 0;
    background: var(--green);
    color: white;
    padding: 8px 12px;
    font-size: 0.7rem;
}
.contact {
    background: var(--green);
    color: white;
    padding: 110px max(40px, calc((100vw - var(--max)) / 2 + 40px));
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: end;
}
.contact > div {
    max-width: 900px;
}
.contact .kicker {
    color: #8ee0b1;
}
.contact h2 {
    font-size: clamp(3rem, 5vw, 5.6rem);
}
.contact p:not(.kicker) {
    max-width: 650px;
    color: #b8dac7;
    font-size: 1.05rem;
}
.light-button {
    background: white;
    color: var(--green);
    min-width: 190px;
}
footer {
    max-width: var(--max);
    margin: auto;
    padding: 45px 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px;
}
footer p {
    color: var(--marketing-muted);
    font-size: 0.8rem;
}
footer nav {
    display: flex;
    gap: 25px;
    text-transform: uppercase;
    font-size: 0.66rem;
    letter-spacing: 0.09em;
    font-weight: 600;
}
footer small {
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
    padding-top: 22px;
    color: #829087;
    font-size: 0.7rem;
}
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: 0.7s;
}
.reveal.visible {
    opacity: 1;
    transform: none;
}
@media (max-width: 1180px) {
    .desktop-nav {
        gap: 13px;
    }
    .desktop-nav a {
        font-size: 0.6rem;
    }
    .site-header {
        gap: 12px;
        padding: 0 14px;
    }
    .demo-button {
        padding: 11px 12px;
    }
    .hero {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .feature-section {
        gap: 55px;
    }
}
@media (max-width: 960px) {
    html {
        scroll-padding-top: 70px;
    }
    .site-header {
        height: 70px;
        grid-template-columns: 1fr auto;
    }
    .desktop-nav,
    .site-header > .demo-button {
        display: none;
    }
    .menu-toggle {
        display: block;
    }
    .site-header.open {
        position: fixed;
        height: auto;
        min-height: 100vh;
        align-content: start;
        padding-top: 10px;
    }
    .site-header.open .desktop-nav {
        display: flex;
        grid-column: 1/-1;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 35px 8px;
    }
    .site-header.open .desktop-nav a {
        font-size: 0.9rem;
    }
    .site-header.open > .demo-button {
        display: flex;
        grid-column: 1/-1;
        margin: 5px 8px;
    }
    .hero {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 70px 28px;
    }
    .hero-visual {
        height: 500px;
    }
    .intro-band {
        gap: 15px;
        flex-wrap: wrap;
    }
    .intro-band span {
        display: none;
    }
    .feature-section,
    .feature-section.reverse {
        grid-template-columns: 1fr;
        padding: 90px 28px;
        gap: 55px;
    }
    .feature-section.reverse .feature-copy,
    .feature-section.reverse > :last-child {
        order: initial;
    }
    .feature-section.pale,
    .feature-section.deep {
        padding-left: 28px;
        padding-right: 28px;
    }
    .contact {
        grid-template-columns: 1fr;
        padding: 90px 28px;
        align-items: start;
    }
    .contact .primary-button {
        justify-self: start;
    }
    footer {
        padding: 40px 28px;
        grid-template-columns: auto 1fr;
    }
    footer nav {
        grid-column: 1/-1;
    }
}
@media (max-width: 600px) {
    .brand img {
        width: 106px;
        height: 44px;
    }
    .hero {
        padding: 55px 20px;
    }
    .hero h1 {
        font-size: 3.45rem;
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }
    .hero-trust {
        margin-top: 40px;
    }
    .hero-visual {
        height: 430px;
    }
    .hero-metric {
        right: 12px;
        top: 12px;
    }
    .hero-stat {
        left: 12px;
        bottom: 12px;
    }
    .intro-band {
        justify-content: flex-start;
        padding: 18px 20px;
    }
    .intro-band p {
        margin: 2px 12px 2px 0;
    }
    .feature-section,
    .feature-section.pale,
    .feature-section.deep {
        padding: 75px 20px;
    }
    .feature-copy h2 {
        font-size: 2.65rem;
    }
    .check-grid {
        grid-template-columns: 1fr;
    }
    .product-window,
    .portfolio-window {
        width: 155%;
        transform: scale(0.645);
        transform-origin: top left;
        margin-bottom: -25%;
    }
    .window-note {
        display: none;
    }
    .ui-visual,
    .owner-visual,
    .finance-visual {
        padding: 18px;
    }
    .property-card {
        grid-template-columns: auto 1fr auto;
    }
    .property-card > span {
        display: none;
    }
    .mini-proof {
        grid-template-columns: 1fr;
    }
    .mini-proof div + div {
        border-left: 0;
        border-top: 1px solid #cad9d0;
        padding-left: 0;
    }
    .contact h2 {
        font-size: 3rem;
    }
    .contact .primary-button {
        width: 100%;
    }
    footer {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 36px 20px;
    }
    footer nav {
        grid-column: auto;
        flex-wrap: wrap;
    }
    footer small {
        grid-column: auto;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
.section-lead {
    font:
        500 1.12rem/1.55 'Instrument Sans',
        sans-serif !important;
    color: var(--ink) !important;
    margin-bottom: 20px !important;
}
.section-goal {
    border-left: 3px solid var(--green);
    background: #f3f7f4;
    padding: 15px 18px;
    margin: 0 0 26px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.section-goal small {
    font-size: 0.57rem;
    letter-spacing: 0.13em;
    font-weight: 700;
    color: var(--green);
}
.section-goal strong {
    font:
        500 0.88rem/1.5 'Instrument Sans',
        sans-serif;
}
.deep .section-lead {
    color: white !important;
}
.deep .section-goal {
    background: #133424;
    border-left-color: #6cce97;
}
.deep .section-goal small {
    color: #6cce97;
}
.deep .section-goal strong {
    color: #d6e2db;
}
.finance-visual {
    padding: 0;
    overflow: hidden;
}
.finance-visual img {
    display: block;
    width: 100%;
    height: auto;
}
.finance-visual .window-top {
    background: #f5f6f5;
    color: #87928c;
}
.feature-section#events {
    max-width: none;
    padding-left: max(40px, calc((100vw - var(--max)) / 2 + 40px));
    padding-right: max(40px, calc((100vw - var(--max)) / 2 + 40px));
}
.outcome-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #0b2519;
    color: white;
    padding: 0 max(28px, calc((100vw - var(--max)) / 2 + 40px));
}
.outcome-strip div {
    padding: 38px 30px;
    border-right: 1px solid #2b4738;
    display: flex;
    flex-direction: column;
}
.outcome-strip div:first-child {
    border-left: 1px solid #2b4738;
}
.outcome-strip small {
    font-size: 0.58rem;
    letter-spacing: 0.13em;
    color: #72c895;
}
.outcome-strip strong {
    font:
        500 1.25rem 'Instrument Sans',
        sans-serif;
    margin-top: 4px;
}
@media (max-width: 700px) {
    .outcome-strip {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    .outcome-strip div,
    .outcome-strip div:first-child {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #2b4738;
        padding: 25px 0;
    }
}
.site-header {
    height: 82px;
    padding-left: max(24px, calc((100vw - 1480px) / 2));
    padding-right: max(24px, calc((100vw - 1480px) / 2));
    gap: 30px;
}
.nav-buttons {
    gap: 8px;
}
.nav-buttons a {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    padding: 11px 16px;
    transition:
        background 0.2s,
        color 0.2s,
        transform 0.2s;
}
.nav-buttons a:hover,
.nav-buttons a:focus-visible {
    background: white;
    color: var(--green);
    transform: translateY(-1px);
}
.site-header .demo-button {
    padding: 13px 19px;
    border: 1px solid white;
    box-shadow: 0 8px 22px rgba(0, 53, 27, 0.16);
}
@media (max-width: 1180px) {
    .site-header {
        gap: 15px;
    }
    .nav-buttons a {
        padding: 10px 11px;
        font-size: 0.58rem;
    }
}
@media (max-width: 960px) {
    .site-header {
        height: 70px;
    }
    .site-header.open .nav-buttons {
        gap: 10px;
    }
    .site-header.open .nav-buttons a {
        width: 100%;
        font-size: 0.78rem;
        padding: 14px 16px;
    }
}
.centered-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
    padding-top: 90px;
    max-width: 1280px;
}
.centered-hero .hero-copy {
    max-width: 980px;
    margin: auto;
}
.hero-name {
    margin: 0 0 22px !important;
    color: var(--green) !important;
    font:
        700 0.82rem 'Instrument Sans',
        sans-serif !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.centered-hero .hero-copy > p:not(.hero-name) {
    max-width: 650px;
    margin: 28px auto 34px;
}
.centered-hero .hero-actions {
    justify-content: center;
}
.centered-hero .hero-visual {
    width: 100%;
    height: 540px;
}
.centered-hero .hero-visual > img {
    object-position: center 43%;
}
@media (max-width: 960px) {
    .centered-hero {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .centered-hero .hero-visual {
        height: 470px;
    }
}
@media (max-width: 600px) {
    .centered-hero {
        text-align: center;
        padding-top: 58px;
    }
    .centered-hero .hero-actions {
        align-items: center;
    }
    .centered-hero .hero-visual {
        height: 420px;
    }
}

/* Abstract architectural landing field */
.architectural-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: none;
    min-height: calc(100svh - 82px);
    padding: clamp(110px, 13vh, 170px) 28px;
    gap: 0;
    background:
        radial-gradient(
            circle at 50% 38%,
            rgba(255, 255, 255, 0.98) 0 18%,
            rgba(255, 255, 255, 0.65) 42%,
            transparent 67%
        ),
        radial-gradient(
            ellipse at 8% 8%,
            rgba(191, 232, 208, 0.76),
            transparent 38%
        ),
        radial-gradient(
            ellipse at 92% 88%,
            rgba(116, 188, 146, 0.38),
            transparent 42%
        ),
        linear-gradient(135deg, #f5fbf7 0%, #e1f1e8 47%, #c7e3d3 100%);
}
.architectural-hero::before {
    content: '';
    position: absolute;
    z-index: -2;
    inset: -20%;
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0 108px,
            rgba(0, 122, 61, 0.12) 109px 110px
        ),
        repeating-linear-gradient(
            0deg,
            transparent 0 108px,
            rgba(0, 122, 61, 0.09) 109px 110px
        );
    transform: perspective(900px) rotateX(62deg) rotateZ(-9deg) translateY(18%);
    transform-origin: center 60%;
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        #000 18%,
        #000 82%,
        transparent 100%
    );
}
.architectural-hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: min(70vw, 1040px);
    height: min(70vw, 1040px);
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid rgba(0, 122, 61, 0.14);
    box-shadow:
        0 0 0 70px rgba(255, 255, 255, 0.14),
        0 0 0 71px rgba(0, 122, 61, 0.08),
        0 0 0 145px rgba(255, 255, 255, 0.09),
        0 0 0 146px rgba(0, 122, 61, 0.06);
}
.architectural-hero .hero-copy {
    position: relative;
    z-index: 2;
    padding: 62px 44px;
    max-width: 1000px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    box-shadow: 0 32px 90px rgba(7, 72, 40, 0.1);
    backdrop-filter: blur(7px);
}
.architectural-hero .hero-name {
    color: #087b40 !important;
}
.architectural-hero .hero-copy > p:not(.hero-name) {
    color: #52645a;
}
@media (max-width: 960px) {
    .architectural-hero {
        min-height: calc(100svh - 70px);
        padding: 90px 28px;
    }
    .architectural-hero .hero-copy {
        padding: 54px 32px;
    }
}
@media (max-width: 600px) {
    .architectural-hero {
        min-height: calc(100svh - 70px);
        padding: 64px 18px;
    }
    .architectural-hero::before {
        inset: -35%;
        background-size: auto;
    }
    .architectural-hero::after {
        width: 92vw;
        height: 92vw;
    }
    .architectural-hero .hero-copy {
        padding: 44px 18px;
        border-radius: 22px;
    }
    .architectural-hero .hero-actions {
        flex-direction: column;
        justify-content: center;
    }
    .architectural-hero .primary-button {
        width: min(100%, 260px);
    }
    .architectural-hero .hero-copy > p:not(.hero-name) {
        font-size: 1rem;
    }
}
.nav-buttons a.active,
.nav-buttons a[aria-current='true'] {
    background: #fff;
    color: var(--green);
    border-color: #fff;
    box-shadow: 0 8px 22px rgba(0, 52, 27, 0.2);
    transform: translateY(-1px);
}
.site-header .brand {
    opacity: 0;
    transform: translateY(8px) scale(0.92);
    pointer-events: none;
    transition:
        opacity 0.35s ease,
        transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.site-header.logo-docked .brand {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}
.hero-logo {
    display: block;
    width: clamp(150px, 14vw, 210px);
    height: auto;
    margin: 0 auto 34px;
    object-fit: contain;
    transition:
        opacity 0.3s ease,
        transform 0.4s ease;
}
.site-header.logo-docked ~ main .hero-logo {
    opacity: 0;
    transform: translateY(-16px) scale(0.86);
}
@media (prefers-reduced-motion: reduce) {
    .site-header .brand,
    .hero-logo {
        transition: none;
    }
}
.architectural-hero {
    min-height: calc(92svh - 82px);
    padding: clamp(64px, 8vh, 94px) 28px;
}
.architectural-hero .hero-copy {
    max-width: 1280px;
    padding: 44px 64px;
}
.architectural-hero h1 {
    font-size: clamp(3.6rem, 5.4vw, 5.7rem);
}
.architectural-hero .hero-logo {
    width: clamp(190px, 17vw, 270px);
    margin-bottom: 24px;
}
.architectural-hero .hero-copy > p:not(.hero-name) {
    margin-top: 22px;
    margin-bottom: 26px;
}
@media (max-width: 960px) {
    .architectural-hero {
        min-height: calc(90svh - 70px);
        padding: 58px 24px;
    }
    .architectural-hero .hero-copy {
        padding: 42px 30px;
    }
}
@media (max-width: 600px) {
    .architectural-hero {
        min-height: calc(88svh - 70px);
        padding: 38px 16px;
    }
    .architectural-hero .hero-copy {
        padding: 34px 18px;
    }
    .architectural-hero h1 {
        font-size: clamp(3rem, 14vw, 4rem);
    }
    .architectural-hero .hero-logo {
        width: 170px;
        margin-bottom: 22px;
    }
}
.architectural-hero h1 em {
    display: block;
    margin-top: 0.12em;
    font-size: 0.7em;
    line-height: 1.05;
    letter-spacing: -0.055em;
}
@media (max-width: 600px) {
    .architectural-hero h1 em {
        font-size: 0.66em;
        line-height: 1.08;
    }
}
.site-header > .demo-button {
    opacity: 0;
    transform: translateY(8px) scale(0.94);
    pointer-events: none;
    transition:
        opacity 0.35s ease,
        transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.site-header.logo-docked > .demo-button {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}
.explore-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    min-width: 190px;
    padding: 15px 20px;
    border: 1px solid rgba(0, 122, 61, 0.16);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 10px 26px rgba(6, 70, 37, 0.09);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.explore-button span {
    color: var(--green);
    font-size: 1rem;
}
.explore-button:hover,
.explore-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(6, 70, 37, 0.14);
}
@media (max-width: 960px) {
    .site-header.open.logo-docked > .demo-button {
        display: flex;
    }
    .site-header.open:not(.logo-docked) > .demo-button {
        display: none;
    }
}
@media (max-width: 600px) {
    .architectural-hero .explore-button {
        width: min(100%, 260px);
    }
}
@media (prefers-reduced-motion: reduce) {
    .site-header > .demo-button,
    .explore-button {
        transition: none;
    }
}
.section-transition {
    position: relative;
    height: clamp(96px, 7.5vw, 124px);
    margin-top: -1px;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        #c7e3d3 0%,
        #d4e9dc 36%,
        #e3f0e8 72%,
        var(--mint) 100%
    );
}
.section-transition::before {
    content: '';
    position: absolute;
    inset: -40% -5%;
    background:
        radial-gradient(
            ellipse at 20% 20%,
            rgba(0, 122, 61, 0.14),
            transparent 42%
        ),
        radial-gradient(
            ellipse at 82% 0%,
            rgba(83, 169, 119, 0.17),
            transparent 38%
        ),
        repeating-linear-gradient(
            120deg,
            transparent 0 120px,
            rgba(0, 122, 61, 0.055) 121px 122px
        );
    filter: blur(0.2px);
    opacity: 0.72;
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
.section-transition::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -76px;
    width: 124%;
    height: 112px;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: var(--mint);
    box-shadow: 0 -18px 42px rgba(38, 114, 76, 0.09);
}
@media (max-width: 600px) {
    .section-transition {
        height: 72px;
    }
    .section-transition::after {
        bottom: -46px;
        width: 150%;
        height: 72px;
    }
}
.outcome-strip {
    position: relative;
    gap: 18px;
    padding: 72px max(28px, calc((100vw - var(--max)) / 2 + 40px));
    background: linear-gradient(135deg, #f4faf6 0%, #e5f3eb 50%, #d7ebdf 100%);
    color: var(--ink);
}
.outcome-strip div,
.outcome-strip div:first-child {
    position: relative;
    min-height: 180px;
    padding: 34px 34px 30px;
    border: 1px solid rgba(0, 122, 61, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 50px rgba(8, 69, 39, 0.08);
    justify-content: flex-end;
    overflow: hidden;
}
.outcome-strip div::before {
    position: absolute;
    top: 22px;
    right: 26px;
    color: rgba(0, 122, 61, 0.14);
    font:
        600 3.3rem/1 'Instrument Sans',
        sans-serif;
    letter-spacing: -0.06em;
}
.outcome-strip div:nth-child(1)::before {
    content: '01';
}
.outcome-strip div:nth-child(2)::before {
    content: '02';
}
.outcome-strip div:nth-child(3)::before {
    content: '03';
}
.outcome-strip small {
    color: var(--green);
    font-size: 0.68rem;
    font-weight: 700;
}
.outcome-strip strong {
    max-width: 320px;
    margin-top: 8px;
    color: var(--ink);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    line-height: 1.2;
}
.contact {
    padding: 56px max(40px, calc((100vw - var(--max)) / 2 + 40px));
    background: linear-gradient(105deg, #087b40, #00904b);
    gap: 40px;
}
.contact .kicker {
    margin-bottom: 12px;
}
.contact h2 {
    font-size: clamp(2.5rem, 4vw, 4.35rem);
    line-height: 1;
}
.contact p:not(.kicker) {
    margin: 16px 0 0;
}
.contact .light-button {
    align-self: center;
}
@media (max-width: 700px) {
    .outcome-strip {
        gap: 12px;
        padding: 48px 20px;
    }
    .outcome-strip div,
    .outcome-strip div:first-child {
        min-height: 140px;
        padding: 28px 24px;
        border: 1px solid rgba(0, 122, 61, 0.12);
    }
    .contact {
        padding: 48px 20px;
        gap: 28px;
    }
    .contact h2 {
        font-size: 2.65rem;
    }
}
.site-header {
    position: sticky;
}
.site-header .desktop-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}
.architectural-hero .hero-actions {
    width: 100%;
    justify-content: center;
}
.architectural-hero .hero-actions .primary-button {
    width: 190px;
    min-height: 54px;
}
.architectural-hero .hero-actions .explore-button {
    width: 250px;
    min-height: 54px;
}
@media (max-width: 960px) {
    .site-header.open .desktop-nav {
        position: static;
        left: auto;
        transform: none;
    }
    .architectural-hero .hero-actions {
        align-items: center;
    }
}
@media (max-width: 600px) {
    .architectural-hero .hero-actions .primary-button {
        width: 210px;
    }
    .architectural-hero .hero-actions .explore-button {
        width: 260px;
    }
}
.architectural-hero .hero-actions {
    gap: 18px;
}
.architectural-hero .hero-actions .primary-button,
.architectural-hero .hero-actions .explore-button {
    position: relative;
    width: 260px;
    min-height: 76px;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 13px 12px 22px;
    border-radius: 16px;
    text-align: left;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}
.architectural-hero .hero-actions .primary-button {
    background: linear-gradient(135deg, #006f38 0%, #00934b 100%);
    box-shadow:
        0 16px 34px rgba(0, 102, 51, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.architectural-hero .hero-actions .primary-button::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(
        110deg,
        transparent 18%,
        rgba(255, 255, 255, 0.18) 48%,
        transparent 72%
    );
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}
.architectural-hero .hero-actions .explore-button {
    border: 1px solid rgba(0, 122, 61, 0.18);
    background: rgba(255, 255, 255, 0.8);
    box-shadow:
        0 16px 34px rgba(6, 70, 37, 0.11),
        inset 0 1px 0 #fff;
    backdrop-filter: blur(8px);
}
.hero-action-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}
.hero-action-copy strong {
    font-size: 0.78rem;
    line-height: 1.25;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.hero-action-copy small {
    font-size: 0.65rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.015em;
    text-transform: none;
    opacity: 0.72;
}
.hero-action-icon {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 13px;
    transition:
        transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1),
        background 0.25s ease;
}
.hero-action-icon svg {
    width: 19px;
    height: 19px;
    stroke-width: 1.8;
}
.architectural-hero .primary-button .hero-action-icon {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.architectural-hero .explore-button .hero-action-icon {
    background: #e7f4ec;
    color: var(--green);
    box-shadow: inset 0 0 0 1px rgba(0, 122, 61, 0.08);
}
.architectural-hero .hero-actions .primary-button:hover,
.architectural-hero .hero-actions .primary-button:focus-visible,
.architectural-hero .hero-actions .explore-button:hover,
.architectural-hero .hero-actions .explore-button:focus-visible {
    transform: translateY(-3px);
}
.architectural-hero .hero-actions .primary-button:hover,
.architectural-hero .hero-actions .primary-button:focus-visible {
    box-shadow:
        0 22px 42px rgba(0, 102, 51, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.architectural-hero .hero-actions .primary-button:hover::before,
.architectural-hero .hero-actions .primary-button:focus-visible::before {
    transform: translateX(120%);
}
.architectural-hero .hero-actions .explore-button:hover,
.architectural-hero .hero-actions .explore-button:focus-visible {
    border-color: rgba(0, 122, 61, 0.36);
    box-shadow:
        0 22px 42px rgba(6, 70, 37, 0.16),
        inset 0 1px 0 #fff;
}
.architectural-hero .hero-actions .primary-button:hover .hero-action-icon,
.architectural-hero
    .hero-actions
    .primary-button:focus-visible
    .hero-action-icon {
    transform: rotate(7deg) scale(1.05);
    background: rgba(255, 255, 255, 0.23);
}
.architectural-hero .hero-actions .explore-button:hover .hero-action-icon,
.architectural-hero
    .hero-actions
    .explore-button:focus-visible
    .hero-action-icon {
    transform: translateY(3px);
}
.architectural-hero .hero-actions .primary-button:active,
.architectural-hero .hero-actions .explore-button:active {
    transform: translateY(0) scale(0.985);
}
@media (max-width: 600px) {
    .architectural-hero .hero-actions {
        width: 100%;
        gap: 14px;
    }
    .architectural-hero .hero-actions .primary-button,
    .architectural-hero .hero-actions .explore-button {
        width: min(100%, 310px);
        min-height: 72px;
        padding-left: 20px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .architectural-hero .hero-actions .primary-button,
    .architectural-hero .hero-actions .explore-button,
    .architectural-hero .hero-actions .primary-button::before,
    .hero-action-icon {
        transition: none;
    }
}
.site-header .desktop-nav {
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(0, 82, 41, 0.22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(0, 61, 31, 0.12);
    backdrop-filter: blur(10px);
}
.site-header .desktop-nav a {
    position: relative;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 9px;
    padding: 9px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    opacity: 0.82;
    transition:
        color 0.2s ease,
        opacity 0.2s ease,
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}
.site-header .desktop-nav a::before {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.57rem;
    letter-spacing: 0.05em;
}
.site-header .desktop-nav a:nth-child(1)::before {
    content: '01';
}
.site-header .desktop-nav a:nth-child(2)::before {
    content: '02';
}
.site-header .desktop-nav a:nth-child(3)::before {
    content: '03';
}
.site-header .desktop-nav a:hover,
.site-header .desktop-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    opacity: 1;
    transform: translateY(-1px);
}
.site-header .desktop-nav a.active,
.site-header .desktop-nav a[aria-current='true'] {
    border-color: rgba(255, 255, 255, 0.9);
    background: #fff;
    color: var(--green);
    opacity: 1;
    box-shadow: 0 8px 20px rgba(0, 52, 27, 0.2);
}
.site-header .desktop-nav a.active::before,
.site-header .desktop-nav a[aria-current='true']::before {
    color: rgba(0, 122, 61, 0.48);
}
@media (prefers-reduced-motion: reduce) {
    .site-header .desktop-nav a {
        transition: none;
    }
}
.feature-section#hotel {
    padding-top: 76px;
}
@media (max-width: 960px) {
    .feature-section#hotel {
        padding-top: 58px;
    }
}
@media (max-width: 600px) {
    .feature-section#hotel {
        padding-top: 46px;
    }
}
.feature-section#hotel {
    padding-bottom: 62px;
}
.feature-section#staff {
    padding-top: 62px;
}
@media (max-width: 960px) {
    .feature-section#hotel {
        padding-bottom: 52px;
    }
    .feature-section#staff {
        padding-top: 52px;
    }
}
@media (max-width: 600px) {
    .feature-section#hotel {
        padding-bottom: 40px;
    }
    .feature-section#staff {
        padding-top: 40px;
    }
}
.feature-section#staff {
    padding-bottom: 62px;
}
.feature-section#statistics {
    padding-top: 62px;
}
@media (max-width: 960px) {
    .feature-section#staff {
        padding-bottom: 52px;
    }
    .feature-section#statistics {
        padding-top: 52px;
    }
}
@media (max-width: 600px) {
    .feature-section#staff {
        padding-bottom: 40px;
    }
    .feature-section#statistics {
        padding-top: 40px;
    }
}
.site-header > .demo-button {
    grid-column: 3;
    justify-self: end;
    width: auto;
    min-width: 0;
}
@media (max-width: 960px) {
    .site-header.open > .demo-button {
        grid-column: 1/-1;
        justify-self: stretch;
        width: auto;
    }
}
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 46px 24px;
    text-align: center;
}
footer .brand img {
    width: 150px;
    height: auto;
    background: transparent;
}
footer small {
    width: min(100%, 620px);
    padding-top: 18px;
    border-top: 1px solid var(--line);
    color: #829087;
}
footer .business-identity {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 14px;
}
footer .business-identity a {
    color: var(--green);
    font-weight: 700;
}
footer .business-identity a:hover,
footer .business-identity a:focus-visible {
    text-decoration: underline;
}
.privacy-placeholder {
    color: var(--green);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}
.site-header .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    background: #fff;
    border-radius: 15px;
}
.site-header .brand img {
    width: 122px;
    height: 44px;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
}
@media (max-width: 600px) {
    .site-header .brand {
        padding: 6px 9px;
        border-radius: 13px;
    }
    .site-header .brand img {
        width: 106px;
        height: 38px;
    }
}
.header-actions {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 8px;
}
.header-actions .demo-button {
    opacity: 0;
    transform: translateY(8px) scale(0.94);
    pointer-events: none;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    overflow: hidden;
    transition:
        opacity 0.3s ease,
        transform 0.4s ease,
        width 0.35s ease,
        padding 0.35s ease;
}
.site-header.logo-docked .header-actions .demo-button {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    width: auto;
    padding: 13px 19px;
    border-width: 1px;
}
.login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 17px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}
.login-button:hover,
.login-button:focus-visible {
    background: #fff;
    color: var(--green);
}
@media (max-width: 960px) {
    .header-actions {
        display: none;
    }
    .site-header.open .header-actions {
        display: flex;
        grid-column: 1/-1;
        flex-direction: column;
        align-items: stretch;
        justify-self: stretch;
        margin: 0 8px;
    }
    .site-header.open .header-actions .login-button {
        width: 100%;
        padding: 14px 16px;
    }
    .site-header.open.logo-docked .header-actions .demo-button {
        display: flex;
        width: 100%;
    }
    .site-header.open:not(.logo-docked) .header-actions .demo-button {
        display: none;
    }
}
.demo-modal {
    width: min(92vw, 590px);
    padding: 48px;
    border: 0;
    border-radius: 24px;
    color: var(--ink);
    background: linear-gradient(145deg, #fff 30%, #eef7f1);
    box-shadow: 0 30px 100px rgba(3, 42, 22, 0.3);
}
.demo-modal::backdrop {
    background: rgba(4, 27, 16, 0.62);
    backdrop-filter: blur(7px);
}
.demo-modal[open] {
    animation: modal-in 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.modal-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
}
.modal-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}
.modal-brand img {
    width: 130px;
    height: auto;
}
.modal-brand span {
    padding-left: 18px;
    border-left: 1px solid var(--line);
    color: var(--green);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}
.demo-modal h2 {
    margin: 0;
    font:
        600 clamp(2rem, 5vw, 3.25rem)/1.05 'Instrument Sans',
        sans-serif;
    letter-spacing: -0.05em;
}
.demo-modal p {
    margin: 22px 0 30px;
    color: var(--marketing-muted);
    font-size: 1rem;
}
.demo-modal .modal-schedule-link {
    width: 100%;
    padding: 17px 22px;
}
.demo-modal > small {
    display: block;
    margin-top: 14px;
    text-align: center;
    color: #76847c;
    letter-spacing: 0.05em;
}
@keyframes modal-in {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@media (max-width: 600px) {
    .demo-modal {
        padding: 42px 24px 30px;
        border-radius: 20px;
    }
    .modal-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .modal-brand span {
        padding: 0;
        border: 0;
    }
}
.schedule-modal {
    width: min(94vw, 1040px);
    padding: 26px 28px 22px;
}
.schedule-modal .modal-brand {
    margin-bottom: 18px;
}
.schedule-frame {
    display: block;
    width: 100%;
    height: min(68vh, 720px);
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}
@media (max-width: 600px) {
    .schedule-modal {
        padding: 22px 14px 18px;
    }
    .schedule-modal .modal-brand {
        align-items: center;
        flex-direction: row;
    }
    .schedule-modal .modal-brand span {
        padding-left: 12px;
        border-left: 1px solid var(--line);
    }
    .schedule-frame {
        height: 68vh;
    }
}
.policy-modal {
    width: min(94vw, 900px);
    height: min(88dvh, 800px);
    padding: 0;
    overflow: hidden;
    background: #fff;
}
.policy-modal[open] {
    display: flex;
    flex-direction: column;
}
.policy-modal-header {
    position: relative;
    display: flex;
    min-height: 92px;
    align-items: center;
    gap: 18px;
    padding: 16px 72px 16px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: var(--green);
}
.policy-modal-logo {
    width: 124px;
    height: auto;
    padding: 7px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: #fff;
}
.policy-modal-header h2 {
    color: #fff;
    font:
        600 clamp(1.2rem, 3vw, 1.65rem)/1.2 'Instrument Sans',
        sans-serif;
    letter-spacing: -0.02em;
}
.policy-modal-header .modal-close {
    top: 25px;
}
.policy-frame {
    min-height: 0;
    width: 100%;
    flex: 1;
    border: 0;
    background: #fff;
}
@media (max-width: 600px) {
    .policy-modal {
        width: calc(100vw - 24px);
        height: calc(100dvh - 24px);
        border-radius: 18px;
    }
    .policy-modal-header {
        min-height: 78px;
        gap: 12px;
        padding: 12px 58px 12px 14px;
    }
    .policy-modal-logo {
        width: 98px;
        padding: 5px;
        border-radius: 10px;
    }
    .policy-modal-header .modal-close {
        top: 19px;
        right: 12px;
    }
}
.secure-access-modal {
    width: min(94vw, 520px);
    max-height: calc(100dvh - 28px);
    padding: 30px;
    overflow: auto;
    background: #fff;
}
.secure-access-modal p {
    margin: 0;
}
.secure-access-content {
    color: var(--ink);
}
.secure-access-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 44px;
    margin-bottom: 22px;
}
.secure-access-heading img {
    width: 126px;
    height: auto;
    padding: 7px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}
.secure-access-heading p {
    color: var(--green);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}
.secure-access-heading h2 {
    margin-top: 4px;
    font:
        600 1.5rem/1.15 'Instrument Sans',
        sans-serif;
    letter-spacing: -0.03em;
}
.secure-access-status {
    margin-bottom: 16px;
    padding: 11px 13px;
    border: 1px solid #a7e2bd;
    border-radius: 10px;
    background: #ecf9f1;
    color: #176b38;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}
.secure-access-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.secure-access-trust {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #f8faf9;
    color: var(--marketing-muted);
    cursor: pointer;
}
.secure-access-trust input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: var(--green);
}
.secure-access-trust span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}
.secure-access-trust strong {
    color: var(--ink);
    font-size: 0.85rem;
}
.secure-access-trust small {
    margin-top: 2px;
    font-size: 0.72rem;
}
.secure-access-note {
    margin-top: 15px !important;
    color: #7a8880;
    font-size: 0.72rem;
    text-align: center;
}
@media (max-width: 600px) {
    .secure-access-modal {
        width: calc(100vw - 24px);
        padding: 24px 16px 18px;
    }
    .secure-access-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding-right: 44px;
    }
    .secure-access-heading img {
        width: 112px;
    }
    .secure-access-heading h2 {
        font-size: 1.35rem;
    }
}

button.demo-button,
button.primary-button {
    border: 0;
    cursor: pointer;
}
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}
.contact-outline-button {
    display: inline-flex;
    min-width: 190px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 14px 19px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.contact-outline-button:hover,
.contact-outline-button:focus-visible {
    background: rgba(255, 255, 255, 0.1);
}
.contact-choice-modal {
    width: min(92vw, 720px);
}
.contact-choice-modal h2 {
    margin-bottom: 28px;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    line-height: 1.08;
}
.contact-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.contact-choice {
    position: relative;
    display: flex;
    min-height: 175px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    color: var(--ink);
    cursor: pointer;
    text-align: left;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}
.contact-choice:hover,
.contact-choice:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(0, 122, 61, 0.45);
    box-shadow: 0 18px 32px rgba(7, 72, 40, 0.1);
}
.contact-choice strong {
    font:
        600 1.25rem 'Instrument Sans',
        sans-serif;
}
.contact-choice span {
    color: var(--marketing-muted);
    font-size: 0.9rem;
}
.contact-choice b {
    position: absolute;
    right: 20px;
    bottom: 17px;
    color: var(--green);
    font-size: 1.25rem;
}
.contact-form-modal {
    width: min(94vw, 760px);
    max-height: min(92vh, 900px);
    overflow: auto;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.contact-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    padding: 12px 13px;
    color: var(--ink);
    font:
        500 0.95rem/1.4 'Instrument Sans',
        sans-serif;
    outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(0, 122, 61, 0.12);
}
.contact-form textarea {
    resize: vertical;
}
.contact-form label small {
    color: #b42318;
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0;
}
.contact-submit {
    align-self: flex-end;
    min-width: 180px;
}
.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.contact-success {
    text-align: center;
}
.contact-success > span {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 6px auto 22px;
    place-items: center;
    border-radius: 50%;
    background: #e5f5eb;
    color: var(--green);
    font-size: 1.8rem;
}
.contact-success .primary-button {
    margin: 28px auto 0;
    min-width: 150px;
}
.policy-links {
    display: flex;
    max-width: 980px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
}
.policy-links a,
.policy-links button {
    border: 0;
    background: none;
    color: var(--green);
    cursor: pointer;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.policy-links a:hover,
.policy-links button:hover,
.policy-links a:focus-visible,
.policy-links button:focus-visible {
    text-decoration: underline;
}
@media (max-width: 960px) {
    .contact-actions {
        justify-content: flex-start;
    }
}
@media (max-width: 600px) {
    .contact-choice-grid,
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
    .contact-choice {
        min-height: 145px;
    }
    .contact-actions {
        width: 100%;
        flex-direction: column;
    }
    .contact-actions button {
        width: 100%;
    }
    .contact-submit {
        width: 100%;
    }
    .policy-links {
        flex-direction: column;
        gap: 10px;
    }
}
@media (min-width: 961px) {
    .header-actions {
        display: flex;
        align-items: center;
        justify-self: end;
        gap: 9px;
        margin-left: auto;
    }
    .header-icon-button {
        display: inline-grid;
        width: 44px;
        height: 44px;
        padding: 0;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        background: transparent;
        color: #fff;
        cursor: pointer;
        transition:
            background 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease,
            box-shadow 0.2s ease;
    }
    .header-icon-button svg {
        width: 19px;
        height: 19px;
        stroke-width: 2;
    }
    .header-icon-button:hover,
    .header-icon-button:focus-visible {
        transform: translateY(-1px);
        background: #fff;
        color: var(--green);
        box-shadow: 0 8px 22px rgba(0, 53, 27, 0.16);
        outline: none;
    }
    .header-icon-button:focus-visible {
        box-shadow:
            0 0 0 3px rgba(255, 255, 255, 0.35),
            0 8px 22px rgba(0, 53, 27, 0.16);
    }
    .header-contact-button {
        background: #fff;
        color: var(--green);
        border-color: #fff;
    }
    .header-contact-button:hover,
    .header-contact-button:focus-visible {
        background: #f1f8f4;
    }
    .header-login-button {
        order: 2;
        display: inline-flex;
        width: auto;
        padding: 0 15px;
        gap: 8px;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        white-space: nowrap;
    }
}
