:root {
    --public-forest-950: #06271d;
    --public-forest-900: #0b3b2c;
    --public-forest-800: #105039;
    --public-emerald-600: #168a54;
    --public-emerald-500: #25aa67;
    --public-lime-400: #b7df69;
    --public-aqua-400: #6bc9bd;
    --public-canvas: #f5f7f2;
    --public-surface: #ffffff;
    --public-ink: #17241e;
    --public-muted: #68786f;
    --public-line: #dfe8df;
    --public-shadow: 0 24px 70px rgba(6, 39, 29, 0.12);
}

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

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

body.public-site {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    color: var(--public-ink);
    background: var(--public-canvas);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.public-container {
    width: min(100% - 32px, 1180px);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 12px;
    z-index: 1100;
    padding: 10px 14px;
    border-radius: 10px;
    color: #fff;
    background: var(--public-forest-950);
    text-decoration: none;
    transform: translateY(-180%);
    transition: transform 160ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.public-site a:focus-visible,
.public-site button:focus-visible {
    outline: 3px solid rgba(107, 201, 189, 0.75);
    outline-offset: 4px;
}

.public-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(6, 39, 29, 0.72);
    backdrop-filter: blur(18px) saturate(1.2);
    transition: background 180ms ease, box-shadow 180ms ease;
}

.public-header.is-scrolled {
    background: rgba(6, 39, 29, 0.94);
    box-shadow: 0 12px 36px rgba(4, 26, 19, 0.18);
}

.public-navbar {
    min-height: 76px;
    padding: 0;
}

.public-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    text-decoration: none;
}

.public-brand img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 14px;
    background: #e9f6e7;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

.public-brand strong,
.public-brand small {
    display: block;
}

.public-brand strong {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.public-brand small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.public-nav-collapse {
    gap: 24px;
}

.public-nav-links {
    gap: 2px;
}

.public-nav-links .nav-link {
    position: relative;
    padding: 28px 10px 26px !important;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
    font-weight: 650;
}

.public-nav-links .nav-link::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 18px;
    height: 2px;
    border-radius: 99px;
    background: var(--public-lime-400);
    opacity: 0;
    transform: scaleX(0.3);
    transition: opacity 160ms ease, transform 160ms ease;
}

.public-nav-links .nav-link:hover,
.public-nav-links .nav-link.active {
    color: #fff;
}

.public-nav-links .nav-link:hover::after,
.public-nav-links .nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.public-sign-in {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    color: var(--public-forest-950);
    background: var(--public-lime-400);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 160ms ease, background 160ms ease;
}

.public-sign-in:hover {
    color: var(--public-forest-950);
    background: #c9ed7f;
    transform: translateY(-1px);
}

.public-menu-toggle {
    width: 42px;
    height: 40px;
    display: none;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    box-shadow: none !important;
}

.public-menu-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: #fff;
}

.public-hero {
    position: relative;
    isolation: isolate;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 132px 0 82px;
    color: #fff;
    background: linear-gradient(112deg, rgba(6, 39, 29, 0.99), rgba(10, 69, 47, 0.97) 58%, rgba(10, 82, 69, 0.94));
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.hero-glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.hero-glow-one {
    width: 520px;
    height: 520px;
    right: -180px;
    top: -180px;
    border: 1px solid rgba(183, 223, 105, 0.16);
    box-shadow: 0 0 0 65px rgba(183, 223, 105, 0.025), 0 0 0 130px rgba(183, 223, 105, 0.016);
}

.hero-glow-two {
    width: 300px;
    height: 300px;
    left: 44%;
    bottom: -220px;
    background: rgba(107, 201, 189, 0.13);
    filter: blur(70px);
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--public-emerald-600);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-eyebrow > span {
    width: 18px;
    height: 1px;
    background: currentColor;
}

.hero-eyebrow {
    color: var(--public-lime-400);
}

.hero-project-title {
    max-width: 610px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 10px;
    font-weight: 760;
    line-height: 1.6;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.hero-copy-public h1 {
    max-width: 680px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(46px, 5.6vw, 76px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.058em;
    text-wrap: balance;
}

.hero-copy-public h1 span {
    display: block;
    color: var(--public-lime-400);
}

.hero-summary {
    max-width: 600px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.public-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.public-button:hover {
    transform: translateY(-2px);
}

.public-button-primary {
    color: var(--public-forest-950);
    background: var(--public-lime-400);
    box-shadow: 0 14px 28px rgba(3, 24, 17, 0.2);
}

.public-button-primary:hover {
    color: var(--public-forest-950);
    background: #c9ed7f;
}

.public-button-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.065);
}

.public-button-secondary:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
}

.hero-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin: 28px 0 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
    font-weight: 650;
    list-style: none;
}

.hero-capabilities li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-capabilities i {
    color: var(--public-aqua-400);
    font-size: 12px;
}

.system-visual {
    position: relative;
    width: min(100%, 540px);
    margin-left: auto;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 32px 80px rgba(3, 24, 17, 0.28);
    backdrop-filter: blur(18px);
}

.visual-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 2px 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.visual-topline span,
.visual-topline strong {
    display: block;
}

.visual-topline > div span {
    color: var(--public-lime-400);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.visual-topline > div strong {
    margin-top: 3px;
    font-size: 13px;
    font-weight: 700;
}

.visual-status {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.visual-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--public-lime-400);
    box-shadow: 0 0 0 4px rgba(183, 223, 105, 0.09);
}

.system-path {
    display: grid;
    gap: 8px;
    margin: 16px 0;
    padding: 0;
    list-style: none;
}

.system-path li {
    position: relative;
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
}

.system-path li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 30px;
    top: calc(100% + 1px);
    width: 1px;
    height: 8px;
    background: rgba(183, 223, 105, 0.35);
}

.path-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--public-lime-400);
    background: rgba(183, 223, 105, 0.1);
    font-size: 17px;
}

.system-path small,
.system-path strong {
    display: block;
}

.system-path small {
    color: rgba(255, 255, 255, 0.36);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.system-path strong {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 700;
}

.parameter-panel {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    background: rgba(3, 28, 20, 0.22);
}

.parameter-panel > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.parameter-panel > div span {
    font-size: 9px;
    font-weight: 750;
}

.parameter-panel > div small {
    color: rgba(255, 255, 255, 0.38);
    font-size: 7px;
}

.parameter-panel ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.parameter-panel li {
    padding: 4px 7px;
    border: 1px solid rgba(107, 201, 189, 0.14);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.66);
    background: rgba(107, 201, 189, 0.07);
    font-size: 7px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .public-header {
        background: rgba(6, 39, 29, 0.96);
    }

    .public-navbar {
        min-height: 70px;
    }

    .public-menu-toggle {
        display: grid;
    }

    .public-nav-collapse {
        padding: 14px 0 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .public-nav-links .nav-link {
        padding: 9px 4px !important;
        font-size: 12px;
    }

    .public-nav-links .nav-link::after {
        display: none;
    }

    .public-sign-in {
        width: 100%;
        margin-top: 10px;
    }

    .public-hero {
        min-height: auto;
        padding: 120px 0 72px;
    }

    .system-visual {
        width: 100%;
        margin: 12px auto 0;
    }
}

@media (max-width: 575.98px) {
    .public-container {
        width: min(100% - 24px, 1180px);
    }

    .public-brand img {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .public-hero {
        padding-top: 108px;
    }

    .hero-copy-public h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .hero-summary {
        font-size: 14px;
    }

    .hero-actions,
    .hero-actions .public-button {
        width: 100%;
    }

    .hero-capabilities {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .system-visual {
        padding: 14px;
        border-radius: 18px;
    }

    .visual-topline,
    .parameter-panel > div {
        align-items: flex-start;
    }

    .parameter-panel > div {
        flex-direction: column;
        gap: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Public landing page content */
.public-proof {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(6, 39, 29, 0.09);
    backdrop-filter: blur(16px);
}

.proof-grid > div {
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 22px;
}

.proof-grid > div:not(:last-child) {
    border-right: 1px solid var(--public-line);
}

.proof-grid strong,
.proof-grid span {
    display: block;
}

.proof-grid strong {
    color: var(--public-forest-900);
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
}

.proof-grid span {
    color: var(--public-muted);
    font-size: 9px;
    font-weight: 650;
    line-height: 1.45;
}

.public-section {
    position: relative;
    padding: 108px 0;
}

.section-intro h2 {
    margin: 15px 0 0;
    color: var(--public-forest-950);
    font-size: clamp(36px, 4.4vw, 58px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.052em;
    text-wrap: balance;
}

.section-intro > p:last-child,
.section-intro-row > p {
    margin: 18px 0 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.75;
}

.section-intro-wide {
    max-width: 820px;
}

.section-intro-row {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
    align-items: end;
    gap: clamp(32px, 7vw, 90px);
}

.section-intro-row > p {
    margin: 0 0 4px;
}

.section-intro-centered {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.section-intro-centered .section-eyebrow {
    justify-content: center;
}

.about-section {
    padding-top: 112px;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 48px;
}

.about-card,
.feature-card-public,
.technology-group {
    position: relative;
    border: 1px solid var(--public-line);
    background: var(--public-surface);
    box-shadow: 0 12px 34px rgba(6, 39, 29, 0.055);
}

.about-card {
    min-height: 300px;
    padding: 28px;
    border-radius: 17px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-card:hover,
.feature-card-public:hover,
.technology-group:hover {
    border-color: #c5d6c7;
    box-shadow: 0 22px 52px rgba(6, 39, 29, 0.1);
    transform: translateY(-3px);
}

.public-card-number {
    position: absolute;
    right: 22px;
    top: 19px;
    color: #dbe5db;
    font-size: 30px;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.public-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid #dcebd8;
    border-radius: 13px;
    color: var(--public-emerald-600);
    background: #eff7ec;
    font-size: 20px;
}

.about-card h3,
.feature-card-public h3,
.workflow-steps h3,
.technology-group h3 {
    margin: 22px 0 0;
    color: var(--public-forest-950);
    font-size: 19px;
    font-weight: 770;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.about-card p,
.feature-card-public p,
.workflow-steps p {
    margin: 12px 0 0;
    color: var(--public-muted);
    font-size: 11px;
    line-height: 1.75;
}

.features-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(107, 201, 189, 0.1), transparent 24rem),
        #edf3ec;
}

.feature-grid-public {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 48px;
}

.feature-card-public {
    min-height: 255px;
    padding: 25px;
    border-radius: 17px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card-wide {
    grid-column: span 2;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 92% 8%, rgba(183, 223, 105, 0.2), transparent 13rem),
        linear-gradient(125deg, var(--public-forest-950), #0e5d42);
    box-shadow: 0 20px 52px rgba(6, 39, 29, 0.16);
}

.feature-card-wide:hover {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 64px rgba(6, 39, 29, 0.21);
}

.feature-card-wide .public-icon {
    border-color: rgba(183, 223, 105, 0.14);
    color: var(--public-lime-400);
    background: rgba(183, 223, 105, 0.08);
}

.feature-card-wide h3 {
    color: #fff;
}

.feature-card-wide p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.62);
}

.feature-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.feature-card-top > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border: 1px solid rgba(183, 223, 105, 0.16);
    border-radius: 7px;
    color: var(--public-lime-400);
    background: rgba(183, 223, 105, 0.07);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-card-top > span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.feature-parameters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.feature-parameters li {
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.055);
    font-size: 8px;
    font-weight: 700;
}

.workflow-section {
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(130deg, var(--public-forest-950), #0a4936 62%, #0b594c);
}

.workflow-grid-pattern,
.cta-grid-pattern {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, #000, transparent 85%);
}

.section-intro-light .section-eyebrow,
.public-cta .section-eyebrow {
    color: var(--public-lime-400);
}

.section-intro-light h2,
.public-cta h2 {
    color: #fff;
}

.section-intro-light > p:last-child {
    color: rgba(255, 255, 255, 0.58);
}

.workflow-steps {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 9px;
    margin: 54px 0 0;
    padding: 0;
    list-style: none;
}

.workflow-steps li {
    position: relative;
    min-height: 255px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.workflow-steps li:not(:last-child)::after {
    content: "\F135";
    position: absolute;
    right: -13px;
    top: 48px;
    z-index: 2;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    color: var(--public-lime-400);
    background: #0a4634;
    font-family: "bootstrap-icons";
    font-size: 12px;
}

.workflow-step-number {
    display: block;
    color: rgba(255, 255, 255, 0.34);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.workflow-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin-top: 20px;
    border: 1px solid rgba(183, 223, 105, 0.14);
    border-radius: 13px;
    color: var(--public-lime-400);
    background: rgba(183, 223, 105, 0.08);
    font-size: 20px;
}

.workflow-steps h3 {
    color: #fff;
    font-size: 13px;
}

.workflow-steps p {
    color: rgba(255, 255, 255, 0.52);
    font-size: 9px;
}

.technology-section {
    background: #f8faf6;
}

.technology-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(42px, 7vw, 90px);
}

.technology-intro {
    position: sticky;
    top: 116px;
}

.technology-intro h2 {
    font-size: clamp(38px, 4.2vw, 54px);
}

.technology-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 26px;
    padding: 13px;
    border: 1px solid var(--public-line);
    border-radius: 12px;
    color: var(--public-muted);
    background: #fff;
    font-size: 9px;
    line-height: 1.6;
}

.technology-note i {
    color: var(--public-emerald-600);
    font-size: 15px;
}

.technology-note strong {
    color: var(--public-forest-900);
}

.technology-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.technology-group {
    min-height: 245px;
    padding: 22px;
    border-radius: 16px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.technology-group-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--public-line);
}

.technology-group-heading > i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: var(--public-emerald-600);
    background: #eff7ec;
    font-size: 18px;
}

.technology-group-heading span {
    color: var(--public-emerald-600);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.technology-group h3 {
    margin-top: 2px;
    font-size: 14px;
}

.technology-group ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.technology-group li {
    padding: 6px 8px;
    border: 1px solid var(--public-line);
    border-radius: 7px;
    color: #55665d;
    background: #f7f9f5;
    font-size: 8px;
    font-weight: 700;
}

.technology-group li.technology-planned {
    border-style: dashed;
    color: #77847d;
}

.technology-planned small {
    margin-left: 3px;
    color: var(--public-emerald-600);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.purpose-section {
    padding-top: 38px;
    background: #f8faf6;
}

.purpose-panel {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: clamp(40px, 8vw, 110px);
    overflow: hidden;
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid #dce8dc;
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(107, 201, 189, 0.13), transparent 21rem),
        #edf4eb;
}

.purpose-copy h2 {
    max-width: 700px;
    margin: 15px 0 0;
    color: var(--public-forest-950);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.purpose-copy > p {
    max-width: 630px;
    margin: 17px 0 0;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.75;
}

.purpose-caution {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 23px;
    padding: 12px;
    border: 1px solid #d5e2d5;
    border-radius: 11px;
    color: #617067;
    background: rgba(255, 255, 255, 0.56);
    font-size: 9px;
    line-height: 1.6;
}

.purpose-caution i {
    color: var(--public-emerald-600);
    font-size: 14px;
}

.purpose-list {
    align-self: center;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.purpose-list li {
    min-height: 47px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 12px;
    border: 1px solid #dce8dc;
    border-radius: 11px;
    color: var(--public-forest-900);
    background: rgba(255, 255, 255, 0.76);
    font-size: 10px;
    font-weight: 700;
}

.purpose-list i {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--public-forest-900);
    background: var(--public-lime-400);
    font-size: 14px;
}

.public-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 92px 0;
    color: #fff;
    background: linear-gradient(120deg, var(--public-forest-950), #0d533c 70%, #0e6b59);
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.public-cta h2 {
    margin: 14px 0 0;
    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.public-cta p:not(.section-eyebrow) {
    max-width: 680px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.7;
}

.cta-panel > .public-button {
    flex: 0 0 auto;
    min-height: 52px;
    padding-inline: 21px;
}

.public-footer {
    padding: 50px 0 24px;
    color: rgba(255, 255, 255, 0.68);
    background: #041c15;
}

.footer-main,
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-brand small {
    max-width: 410px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 8px;
    letter-spacing: 0.02em;
    line-height: 1.45;
    text-transform: none;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
    font-weight: 650;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--public-lime-400);
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.34);
    font-size: 8px;
}

@media (max-width: 991.98px) {
    .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-grid > div:nth-child(2) {
        border-right: 0;
    }

    .proof-grid > div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--public-line);
    }

    .public-section {
        padding: 86px 0;
    }

    .about-grid,
    .feature-grid-public {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-card-wide {
        grid-column: span 2;
    }

    .workflow-steps {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .workflow-steps li {
        min-height: 0;
        display: grid;
        grid-template-columns: auto auto minmax(0, 1fr);
        align-items: center;
        gap: 15px;
        padding: 16px;
    }

    .workflow-steps li:not(:last-child)::after {
        content: "";
        left: 61px;
        right: auto;
        top: 100%;
        width: 1px;
        height: 9px;
        border: 0;
        border-radius: 0;
        background: rgba(183, 223, 105, 0.34);
    }

    .workflow-icon {
        margin: 0;
    }

    .workflow-steps h3 {
        margin: 0;
    }

    .workflow-steps p {
        grid-column: 3;
        margin-top: -7px;
    }

    .technology-layout {
        grid-template-columns: 1fr;
    }

    .technology-intro {
        position: static;
        max-width: 760px;
    }

    .purpose-panel {
        grid-template-columns: 1fr;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .section-intro-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-grid,
    .feature-grid-public,
    .technology-groups {
        grid-template-columns: 1fr;
    }

    .feature-card-wide {
        grid-column: auto;
    }

    .about-card,
    .feature-card-public,
    .technology-group {
        min-height: 0;
    }

    .footer-main,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .public-proof {
        margin-top: -22px;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .proof-grid > div {
        min-height: 82px;
        padding: 16px;
        border-right: 0 !important;
        border-bottom: 1px solid var(--public-line);
    }

    .proof-grid > div:last-child {
        border-bottom: 0;
    }

    .public-section {
        padding: 72px 0;
    }

    .section-intro h2,
    .purpose-copy h2,
    .public-cta h2 {
        font-size: clamp(34px, 10.5vw, 45px);
    }

    .about-grid,
    .feature-grid-public {
        margin-top: 34px;
    }

    .about-card,
    .feature-card-public {
        padding: 21px;
    }

    .workflow-steps li {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .workflow-step-number {
        display: none;
    }

    .workflow-steps p {
        grid-column: 2;
    }

    .workflow-steps li:not(:last-child)::after {
        left: 38px;
    }

    .technology-group {
        padding: 19px;
    }

    .purpose-section {
        padding-top: 18px;
    }

    .purpose-panel {
        gap: 34px;
        padding: 24px;
        border-radius: 18px;
    }

    .public-cta {
        padding: 72px 0;
    }

    .cta-panel > .public-button {
        width: 100%;
    }

    .footer-links {
        display: grid;
        grid-template-columns: repeat(2, auto);
    }
}
/* =========================================================
   CROPSENSE PUBLIC PAGE — FINAL PREMIUM POLISH
   Add at the END of public.css
   ========================================================= */

:root {
    --cs-deep: #03261c;
    --cs-deep-2: #063f2d;
    --cs-green: #0f7a4d;
    --cs-green-bright: #28b96f;
    --cs-lime: #b9e46c;
    --cs-mint: #8ee0ba;
    --cs-paper: #f7faf7;
    --cs-card: rgba(255, 255, 255, 0.94);
    --cs-line: rgba(13, 94, 62, 0.12);
    --cs-shadow:
        0 30px 80px rgba(4, 49, 34, 0.10),
        0 8px 24px rgba(4, 49, 34, 0.06);
}

/* -----------------------------
   GLOBAL REFINEMENT
   ----------------------------- */

body.public-site {
    background:
        radial-gradient(
            circle at 15% 8%,
            rgba(185, 228, 108, 0.08),
            transparent 25%
        ),
        #f6f9f5;

    color: #183126;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.public-container {
    width: min(100% - 40px, 1220px);
}

/* -----------------------------
   PREMIUM HEADER
   ----------------------------- */

.public-header {
    background: rgba(3, 38, 28, 0.78);
    border-bottom: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(22px) saturate(1.4);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
}

.public-header.is-scrolled {
    background: rgba(3, 38, 28, 0.96);
    box-shadow:
        0 15px 35px rgba(0,0,0,0.16);
}

.public-navbar {
    min-height: 82px;
}

.public-brand img {
    width: 48px;
    height: 48px;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #f7fff8,
            #dff3df
        );

    box-shadow:
        0 10px 25px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.8);
}

.public-brand strong {
    font-size: 19px;
    letter-spacing: -0.035em;
}

.public-brand small {
    color: rgba(255,255,255,0.55);
}

.public-nav-links .nav-link {
    font-size: 12px;
    font-weight: 650;
}

.public-sign-in {
    min-height: 44px;

    padding: 0 18px;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #c7ed7e,
            #a7db56
        );

    box-shadow:
        0 10px 24px rgba(185,228,108,0.16);
}

/* -----------------------------
   HERO — REALISTIC DEPTH
   ----------------------------- */

.public-hero {
    min-height: 100svh;

    padding-top: 145px;
    padding-bottom: 95px;

    background:
        radial-gradient(
            circle at 75% 30%,
            rgba(70, 210, 145, 0.17),
            transparent 26%
        ),
        radial-gradient(
            circle at 22% 80%,
            rgba(185, 228, 108, 0.10),
            transparent 30%
        ),
        linear-gradient(
            115deg,
            #02241a 0%,
            #06442f 45%,
            #087052 100%
        );
}

/* horizon / field atmosphere */
.public-hero::before {
    content: "";

    position: absolute;
    inset: auto 0 0;

    height: 32%;

    z-index: -1;

    opacity: 0.32;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(5, 73, 43, 0.75)
        ),
        repeating-linear-gradient(
            168deg,
            transparent 0 30px,
            rgba(182, 230, 117, 0.09) 31px 33px
        );

    clip-path:
        polygon(
            0 38%,
            13% 28%,
            25% 34%,
            38% 22%,
            50% 32%,
            63% 19%,
            76% 30%,
            88% 20%,
            100% 29%,
            100% 100%,
            0 100%
        );
}

/* fine texture */
.public-hero::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    opacity: 0.035;

    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.hero-copy-public {
    position: relative;
    z-index: 2;
}

.hero-project-title {
    font-size: 11px;
    color: rgba(255,255,255,0.66);
}

.hero-copy-public h1 {
    font-size: clamp(48px, 5.8vw, 80px);

    line-height: 0.97;

    letter-spacing: -0.062em;

    text-shadow:
        0 3px 25px rgba(0,0,0,0.18);
}

.hero-copy-public h1 span {
    background:
        linear-gradient(
            90deg,
            #c8ed80,
            #87e0b8
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}

.hero-summary {
    max-width: 590px;

    font-size: 16px;

    color: rgba(255,255,255,0.72);
}

/* -----------------------------
   HERO BUTTONS
   ----------------------------- */

.public-button {
    min-height: 52px;

    border-radius: 13px;

    padding-inline: 21px;

    font-size: 12px;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.public-button-primary {
    background:
        linear-gradient(
            135deg,
            #c7ed7e,
            #92d66c
        );

    box-shadow:
        0 15px 35px rgba(159, 215, 98, 0.18);
}

.public-button-primary:hover {
    transform: translateY(-3px);

    box-shadow:
        0 20px 40px rgba(159, 215, 98, 0.25);
}

.public-button-secondary {
    background: rgba(255,255,255,0.07);

    backdrop-filter: blur(10px);
}

/* -----------------------------
   SYSTEM VISUAL
   ----------------------------- */

.system-visual {
    padding: 24px;

    border-radius: 28px;

    border:
        1px solid rgba(255,255,255,0.18);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.11),
            rgba(255,255,255,0.035)
        );

    box-shadow:
        0 50px 100px rgba(0,0,0,0.28),
        inset 0 1px 0 rgba(255,255,255,0.13);

    backdrop-filter: blur(22px);
}

.system-path li {
    min-height: 58px;

    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.07),
            rgba(255,255,255,0.025)
        );

    transition:
        transform .22s ease,
        border-color .22s ease,
        background .22s ease;
}

.system-path li:hover {
    transform: translateX(5px);

    border-color:
        rgba(185,228,108,0.34);

    background:
        rgba(255,255,255,0.095);
}

.path-icon {
    border-radius: 12px;

    background:
        linear-gradient(
            145deg,
            rgba(185,228,108,0.18),
            rgba(107,201,189,0.10)
        );
}

/* -----------------------------
   SECTION SPACING
   ----------------------------- */

.public-section {
    position: relative;

    padding-top: 110px;
    padding-bottom: 110px;
}

.section-intro h2 {
    letter-spacing: -0.045em;
}

.section-intro > p:not(.section-eyebrow) {
    color: #657a6e;
}

/* -----------------------------
   ABOUT CARDS
   ----------------------------- */

.about-card,
.feature-card-public {
    position: relative;

    overflow: hidden;

    border:
        1px solid var(--cs-line);

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.98),
            rgba(248,252,248,0.94)
        );

    box-shadow:
        0 18px 50px rgba(4,55,37,0.06);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.about-card::before,
.feature-card-public::before {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -80px;
    top: -80px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(185,228,108,0.16),
            transparent 68%
        );
}

.about-card:hover,
.feature-card-public:hover {
    transform: translateY(-7px);

    border-color:
        rgba(17,126,79,0.20);

    box-shadow:
        0 28px 70px rgba(4,55,37,0.11);
}

/* -----------------------------
   FEATURE SECTION
   ----------------------------- */

.features-section {
    background:
        linear-gradient(
            180deg,
            #edf5ef,
            #f7faf7
        );
}

.feature-card-wide {
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(91, 215, 144, 0.19),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #05452f,
            #087048
        );

    color: #fff;

    border-color:
        rgba(255,255,255,0.08);

    box-shadow:
        0 30px 70px rgba(4,55,37,0.17);
}

.feature-card-wide p {
    color: rgba(255,255,255,0.70);
}

.feature-card-wide .public-icon {
    background:
        rgba(185,228,108,0.12);

    color: #c7ed7e;
}

/* -----------------------------
   ICONS
   ----------------------------- */

.public-icon {
    width: 52px;
    height: 52px;

    display: grid;

    place-items: center;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #eef9ef,
            #e1f2e5
        );

    color: #0a8350;

    border:
        1px solid rgba(15,122,77,0.12);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.8);

    font-size: 20px;
}

/* -----------------------------
   WORKFLOW SECTION
   ----------------------------- */

.workflow-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(59,177,114,0.14),
            transparent 40%
        ),
        linear-gradient(
            140deg,
            #032a20,
            #064c36
        );
}

.workflow-steps li {
    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.085),
            rgba(255,255,255,0.035)
        );

    border:
        1px solid rgba(255,255,255,0.10);

    transition:
        transform .25s ease,
        background .25s ease;
}

.workflow-steps li:hover {
    transform: translateY(-6px);

    background:
        rgba(255,255,255,0.10);
}

/* -----------------------------
   TECHNOLOGY PILLS
   ----------------------------- */

.technology-section {
    background:
        linear-gradient(
            180deg,
            #f7faf7,
            #edf5ef
        );
}

.tech-pill,
.technology-grid > * {
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.tech-pill:hover,
.technology-grid > *:hover {
    transform: translateY(-4px);
}

/* -----------------------------
   CTA
   ----------------------------- */

.cta-panel {
    position: relative;

    overflow: hidden;

    border-radius: 30px;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(185,228,108,0.19),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #043426,
            #08724c
        );

    box-shadow:
        0 35px 90px rgba(4,49,34,0.17);
}

.cta-panel::after {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    right: -140px;
    bottom: -200px;

    border-radius: 50%;

    border:
        1px solid rgba(255,255,255,0.10);

    box-shadow:
        0 0 0 70px rgba(255,255,255,0.025);
}

/* -----------------------------
   FOOTER
   ----------------------------- */

.public-footer {
    background:
        linear-gradient(
            180deg,
            #052d22,
            #021b14
        );

    border-top:
        1px solid rgba(255,255,255,0.07);
}

.public-footer,
.public-footer a {
    color: rgba(255,255,255,0.72);
}

.footer-brand strong {
    color: #fff;
}

/* -----------------------------
   SUBTLE PAGE ENTRANCE
   ----------------------------- */

@keyframes cropSenseFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-copy-public,
.system-visual {
    animation:
        cropSenseFadeUp .65s ease both;
}

.system-visual {
    animation-delay: .12s;
}

/* -----------------------------
   REDUCED MOTION ACCESSIBILITY
   ----------------------------- */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}

/* -----------------------------
   TABLET
   ----------------------------- */

@media (max-width: 991.98px) {

    .public-hero {
        min-height: auto;

        padding-top: 120px;
        padding-bottom: 80px;
    }

    .hero-copy-public h1 {
        max-width: 720px;

        font-size:
            clamp(44px, 8vw, 66px);
    }

    .system-visual {
        width: 100%;

        margin-inline: auto;
    }

    .public-section {
        padding-block: 85px;
    }
}

/* -----------------------------
   MOBILE
   ----------------------------- */

@media (max-width: 575.98px) {

    .public-container {
        width:
            min(100% - 28px, 1220px);
    }

    .public-navbar {
        min-height: 70px;
    }

    .public-brand img {
        width: 42px;
        height: 42px;
    }

    .public-hero {
        padding-top: 108px;
        padding-bottom: 65px;
    }

    .hero-copy-public h1 {
        font-size: 43px;
        line-height: 1.01;
    }

    .hero-summary {
        font-size: 14px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .public-button {
        width: 100%;
    }

    .system-visual {
        padding: 17px;

        border-radius: 22px;
    }

    .public-section {
        padding-block: 72px;
    }

    .about-card,
    .feature-card-public {
        border-radius: 20px;
    }

    .cta-panel {
        border-radius: 23px;
    }
}
