:root {
    --ink: #0e1714;
    --forest: #10251e;
    --forest-2: #17382d;
    --green: #138a4b;
    --leaf: #7bc043;
    --teal: #0f8f86;
    --gold: #d7a629;
    --mist: #eef8f1;
    --paper: #ffffff;
    --line: rgba(16, 37, 30, 0.12);
    --muted: #62706b;
    --shadow: 0 18px 60px rgba(8, 35, 25, 0.14);
    --radius: 8px;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: #f7faf7;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

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

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

button,
input,
textarea,
select {
    font: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    top: -42px;
    left: 16px;
    z-index: 50;
    padding: 10px 14px;
    color: #fff;
    background: var(--green);
    border-radius: var(--radius);
}

.skip-link:focus {
    top: 12px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(16, 37, 30, 0.08);
    backdrop-filter: blur(18px);
}

.nav-shell,
.section-shell {
    width: min(calc(100% - 32px), var(--max));
    margin-inline: auto;
}

.nav-shell {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--green), var(--teal));
    border-radius: var(--radius);
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 12px 30px rgba(19, 138, 75, 0.25);
}

.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: var(--radius);
    flex-shrink: 0;
}

.company-logo {
    object-fit: contain;
    background: rgba(255, 255, 255, 0.94);
    aspect-ratio: 1 / 1;
}

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

.brand strong {
    font-size: 0.98rem;
    line-height: 1.2;
}

.brand small {
    color: var(--muted);
    font-size: 0.78rem;
}

.brand-light small,
.brand-light strong {
    color: #fff;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px;
    background: rgba(16, 37, 30, 0.04);
    border: 1px solid rgba(16, 37, 30, 0.08);
    border-radius: 999px;
}

.desktop-nav a {
    padding: 8px 12px;
    color: #254239;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 650;
}

.desktop-nav a:hover {
    color: #fff;
    background: var(--forest);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.menu-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--forest);
}

.mobile-nav {
    display: none;
    width: min(calc(100% - 32px), var(--max));
    margin: 0 auto 16px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.mobile-nav a {
    display: block;
    padding: 12px;
    color: var(--forest);
    border-radius: var(--radius);
    font-weight: 700;
}

.mobile-nav a:hover {
    background: var(--mist);
}

.mobile-nav.is-open {
    display: block;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--green), var(--teal));
    box-shadow: 0 14px 36px rgba(19, 138, 75, 0.26);
}

.btn-light {
    color: var(--forest);
    background: #fff;
    border-color: rgba(255, 255, 255, 0.55);
}

.btn-ghost {
    color: var(--forest);
    background: #fff;
    border-color: var(--line);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--green);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.hero-section {
    position: relative;
    min-height: calc(100svh - 76px);
    overflow: hidden;
    color: #fff;
    background: var(--forest);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(16, 37, 30, 0.96), rgba(14, 78, 58, 0.88) 48%, rgba(8, 28, 24, 0.96)),
        repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 76px),
        linear-gradient(180deg, rgba(123, 192, 67, 0.22), transparent 48%);
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background:
        repeating-linear-gradient(-10deg, rgba(123, 192, 67, 0.18) 0 12px, rgba(255, 255, 255, 0.04) 12px 24px),
        linear-gradient(180deg, transparent, rgba(6, 18, 15, 0.56));
    animation: fieldShift 12s linear infinite;
}

@keyframes fieldShift {
    0% { transform: translateX(0); }
    100% { transform: translateX(-80px); }
}

.hero-grid {
    position: relative;
    z-index: 1;
    min-height: calc(100svh - 76px);
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 54px;
    align-items: center;
    padding: 72px 0;
}

.hero-copy h1 {
    margin: 0;
    max-width: 850px;
    font-size: clamp(2.45rem, 5.4vw, 5.25rem);
    font-weight: 760;
    line-height: 0.96;
    letter-spacing: 0;
}

.page-hero h1,
.company-hero h1 {
    margin: 0;
    max-width: 850px;
    font-size: clamp(2.55rem, 7vw, 6.4rem);
    line-height: 0.94;
    font-weight: 760;
    letter-spacing: 0;
}

.hero-copy p,
.page-hero p,
.company-hero p {
    max-width: 690px;
    margin: 22px 0 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.02rem, 1.8vw, 1.26rem);
}

.hero-visual {
    position: relative;
}

.hero-visual img,
.company-hero img,
.app-preview-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.hero-stat-panel {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 170px;
    padding: 18px;
    color: var(--forest);
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--radius);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.hero-stat-panel strong {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
}

.hero-stat-panel span {
    display: block;
    margin-top: 6px;
    color: #53645d;
    font-size: 0.85rem;
    font-weight: 750;
}

.intro-band,
.values-band,
.app-preview-band,
.qr-download-band {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
}

.intro-band .section-shell,
.values-band .section-shell,
.app-preview-band .section-shell,
.qr-download-band .section-shell {
    padding: 86px 0;
}

.split-layout,
.story-grid,
.cta-grid,
.biosecurity-grid,
.app-preview-grid,
.qr-download-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 56px;
    align-items: start;
}

.split-layout h2,
.story-grid h2,
.cta-grid h2,
.biosecurity-grid h2,
.app-preview-grid h2,
.qr-download-grid h2,
.section-heading h2 {
    margin: 0;
    color: var(--forest);
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.split-layout p,
.rich-copy p,
.section-heading p,
.app-preview-grid p,
.qr-download-grid p {
    margin: 0;
    color: #53645d;
    font-size: 1.05rem;
}

.rich-copy p + p {
    margin-top: 18px;
}

.legal-meta {
    margin-top: 12px;
    font-size: 0.95rem;
    color: #53645d;
}

.legal-document h2 {
    margin: 2.25rem 0 0.75rem;
    font-size: 1.35rem;
    color: var(--forest);
    line-height: 1.25;
}

.legal-document h2:first-of-type {
    margin-top: 1.5rem;
}

.legal-document ul {
    margin: 0.5rem 0 1rem;
    padding-left: 1.25rem;
    color: #53645d;
}

.legal-document li + li {
    margin-top: 0.35rem;
}

.legal-document a {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-back {
    margin-top: 2.5rem;
}

.krishi-legal-link {
    margin-top: 14px;
    font-size: 0.95rem;
}

.krishi-legal-link a {
    color: var(--green);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.section-block {
    padding: 96px 0;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.section-heading p {
    margin-top: 16px;
}

.company-grid,
.feature-grid,
.testimonial-grid,
.stats-grid,
.product-grid,
.blog-grid,
.gallery-grid,
.careers-grid {
    display: grid;
    gap: 18px;
}

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

.company-card,
.feature-card,
.testimonial-card,
.stat-card,
.product-card,
.blog-card,
.gallery-card,
.job-card,
.empty-state,
.service-panel,
.contact-panel,
.form-card,
.farm-panel,
.timeline-item,
.values-grid article,
.phone-shot,
.qr-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 16px 42px rgba(8, 35, 25, 0.08);
}

.company-card {
    overflow: hidden;
}

.company-card img {
    width: 100%;
    aspect-ratio: 1.16 / 1;
    object-fit: cover;
}

.company-card img.company-logo,
.company-row img.company-logo {
    object-fit: contain;
    background: #f4faf6;
    padding: 18px;
}

.company-card div {
    padding: 22px;
}

.company-card span,
.company-row span,
.service-panel span,
.blog-card span,
.job-card span,
.product-card span,
.values-grid span {
    color: var(--green);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.company-card h3,
.company-row h2,
.feature-card h3,
.testimonial-card strong,
.product-card h3,
.blog-card h2,
.gallery-card h2,
.job-card h2,
.farm-panel h3,
.timeline-item h3 {
    margin: 8px 0 10px;
    color: var(--forest);
    line-height: 1.15;
    letter-spacing: 0;
}

.company-card h3 {
    font-size: 1.2rem;
}

.company-card p,
.feature-card p,
.testimonial-card p,
.product-card p,
.blog-card p,
.gallery-card p,
.job-card p,
.farm-panel p,
.timeline-item p {
    margin: 0;
    color: #5d6e67;
}

.company-card a,
.blog-card a,
.text-link {
    display: inline-flex;
    margin-top: 18px;
    color: var(--green);
    font-weight: 900;
}

.accent-emerald { --accent: #138a4b; }
.accent-lime { --accent: #7ba928; }
.accent-green { --accent: #2f7d32; }
.accent-teal { --accent: #0f8f86; }

.company-card,
.service-panel,
.company-row {
    position: relative;
}

.company-card::after,
.service-panel::after,
.company-row::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--accent, var(--green));
}

.stats-band {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 37, 30, 0.96), rgba(20, 90, 62, 0.96)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 70px);
}

.stats-band .section-shell {
    padding: 72px 0;
}

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

.stat-card {
    padding: 28px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.stat-card strong {
    display: block;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
}

.stat-card span {
    display: block;
    margin-top: 10px;
    font-weight: 900;
}

.stat-card p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.68);
}

.why-band {
    background: #f2f7f3;
}

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

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

.feature-card,
.product-card,
.job-card,
.empty-state {
    padding: 28px;
}

.feature-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: var(--forest);
    border-radius: var(--radius);
    font-size: 0.86rem;
    font-weight: 900;
}

.testimonial-band {
    background: #fff;
}

.testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
    padding: 28px;
}

.rating {
    color: var(--gold);
    letter-spacing: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 18%;
    flex-shrink: 0;
    border: 2px solid rgba(19, 138, 75, 0.18);
    box-shadow: 0 8px 20px rgba(16, 37, 30, 0.12);
}

.testimonial-author strong,
.testimonial-author span {
    display: block;
}

.testimonial-author strong {
    margin-top: 0;
}

.testimonial-author span {
    color: var(--muted);
    font-size: 0.9rem;
    margin-top: 4px;
}

.cta-band {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(19, 138, 75, 0.94), rgba(15, 143, 134, 0.94)),
        linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 48% 52%, transparent 52%);
}

.cta-band .section-shell {
    padding: 74px 0;
    align-items: center;
}

.cta-band h2,
.cta-band .eyebrow {
    color: #fff;
}

.page-hero,
.company-hero {
    color: #fff;
    background:
        linear-gradient(120deg, rgba(16, 37, 30, 0.96), rgba(16, 72, 55, 0.93)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 82px);
}

.page-hero .section-shell {
    padding: 104px 0 82px;
}

.page-hero h1 {
    font-size: clamp(2.2rem, 5vw, 5.1rem);
}

.page-hero .eyebrow,
.company-hero .eyebrow {
    color: #9ee6af;
}

.narrow {
    max-width: 900px;
}

.company-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
    gap: 48px;
    align-items: center;
    padding: 86px 0;
}

.company-hero h1 {
    font-size: clamp(2.35rem, 5.7vw, 5.8rem);
}

.company-list {
    display: grid;
    gap: 22px;
}

.company-row {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
    gap: 30px;
    align-items: center;
    overflow: hidden;
    padding: 18px;
}

.company-row img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: var(--radius);
}

.mini-list,
.check-list,
.contact-list,
.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.mini-list li {
    padding: 7px 10px;
    color: var(--forest);
    background: var(--mist);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 750;
}

.service-matrix {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-panel {
    padding: 30px;
}

.services-hero {
    padding-bottom: 0;
}

.services-overview-band {
    padding-top: 28px;
    padding-bottom: 12px;
}

.services-pill-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.services-pill {
    padding: 22px 24px;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(180deg, #fff 0%, var(--mist) 100%);
    box-shadow: 0 12px 32px rgba(8, 35, 25, 0.06);
}

.services-pill strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: var(--forest);
}

.services-pill span {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.service-showcase {
    display: grid;
    gap: 28px;
}

.service-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
    gap: 0;
    overflow: hidden;
    padding: 0;
}

.service-card-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: linear-gradient(160deg, var(--mist) 0%, #fff 55%);
    border-right: 1px solid var(--line);
}

.service-card-visual img {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: calc(var(--radius) - 4px);
    box-shadow: 0 18px 40px rgba(8, 35, 25, 0.12);
}

.service-card-visual img.company-logo {
    object-fit: contain;
    background: #fff;
    padding: 16px;
}

.service-card-content {
    padding: 28px 30px 30px;
}

.service-card-eyebrow {
    color: var(--green);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.service-card h2 {
    margin: 8px 0 10px;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    line-height: 1.15;
    color: var(--forest);
}

.service-card-tagline {
    margin: 0 0 8px;
    font-weight: 800;
    color: var(--forest);
}

.service-card-summary {
    margin: 0 0 18px;
    color: #5d6e67;
    line-height: 1.6;
}

.service-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.service-metric {
    flex: 1 1 100px;
    padding: 12px 14px;
    border-radius: calc(var(--radius) - 6px);
    background: var(--mist);
    border: 1px solid rgba(19, 138, 75, 0.12);
}

.service-metric strong {
    display: block;
    font-size: 1.25rem;
    line-height: 1.1;
    color: var(--forest);
}

.service-metric span {
    display: block;
    margin-top: 4px;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.service-chip-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.service-chip {
    padding: 12px 14px;
    border-radius: calc(var(--radius) - 6px);
    background: #fff;
    border: 1px solid var(--line);
}

.service-chip strong {
    display: block;
    font-size: 0.92rem;
    line-height: 1.25;
    color: var(--forest);
}

.service-chip span {
    display: block;
    margin-top: 4px;
    font-size: 0.82rem;
    line-height: 1.4;
    color: #5d6e67;
}

.service-card-actions {
    margin-top: 4px;
}

.service-card-actions .btn-ghost {
    border-color: var(--line);
    color: var(--forest);
}

.service-card-actions .btn-ghost:hover {
    border-color: var(--green);
    color: var(--green);
    background: var(--mist);
}

.check-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    color: #455851;
    font-weight: 700;
}

.check-list li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 14px;
    height: 2px;
    background: var(--green);
}

.product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.farm-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
}

.farm-panel {
    min-height: 210px;
    padding: 28px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 37, 30, 0.92), rgba(19, 138, 75, 0.78)),
        url("../images/farm-showcase.png") center/cover;
    border-color: rgba(255, 255, 255, 0.12);
}

.farm-panel.large {
    grid-row: span 2;
}

.farm-panel h3,
.farm-panel p {
    color: #fff;
}

.app-preview-grid {
    align-items: center;
}

.qr-download-band {
    background:
        linear-gradient(135deg, rgba(238, 248, 241, 0.88), rgba(255, 255, 255, 0.98)),
        repeating-linear-gradient(90deg, rgba(19, 138, 75, 0.06) 0 1px, transparent 1px 72px);
}

.qr-download-grid {
    align-items: center;
}

.qr-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.qr-card {
    padding: 18px;
    display: grid;
    gap: 18px;
}

.qr-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.qr-card span {
    color: var(--green);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.qr-card h3 {
    margin: 4px 0 14px;
    color: var(--forest);
    font-size: 1.2rem;
    line-height: 1.2;
}

.screenshot-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.phone-shot {
    min-height: 360px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(16, 37, 30, 0.08), rgba(16, 37, 30, 0.9)),
        linear-gradient(135deg, #e8fff4, #0f8f86 58%, #10251e);
}

.phone-shot span {
    font-weight: 850;
    opacity: 0.78;
}

.phone-shot strong {
    display: block;
    margin-top: 8px;
    font-size: 1.35rem;
    line-height: 1.15;
}

.values-band {
    background: var(--forest);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.values-grid article {
    padding: 28px;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.values-grid h3 {
    margin: 10px 0 0;
    font-size: 1.35rem;
    line-height: 1.25;
}

.company-contact {
    margin: 12px 0 0;
    font-size: 0.95rem;
    font-weight: 700;
}

.company-contact a {
    color: var(--leaf);
}

.company-hero .company-contact a {
    color: #d4f5e3;
}

.company-showcase-band {
    padding: 72px 0 82px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 241, 0.88)),
        radial-gradient(circle at 76% 20%, rgba(123, 192, 67, 0.2), transparent 32%);
}

.company-showcase {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.krishi-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 40px;
    align-items: center;
    min-height: 680px;
}

.krishi-showcase-copy h2 {
    max-width: 620px;
    margin: 24px 0 18px;
    color: var(--forest);
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.krishi-showcase-copy > p {
    max-width: 560px;
    margin: 0;
    color: #52645d;
    font-size: 1.08rem;
}

.krishi-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.krishi-brand-lockup img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(16, 37, 30, 0.12);
}

.krishi-brand-lockup span,
.krishi-brand-lockup strong {
    display: block;
}

.krishi-brand-lockup span {
    color: var(--forest);
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 1;
}

.krishi-brand-lockup strong {
    margin-top: 6px;
    color: #6b7a74;
    font-size: 1rem;
}

.krishi-benefit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.krishi-benefit-list article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(16, 37, 30, 0.1);
    border-radius: var(--radius);
}

.krishi-benefit-list article > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--green);
    background: #e7f6eb;
    border-radius: var(--radius);
    font-size: 0.8rem;
    font-weight: 950;
}

.krishi-benefit-list h3 {
    margin: 0 0 3px;
    color: var(--forest);
    font-size: 0.98rem;
    line-height: 1.18;
}

.krishi-benefit-list p {
    margin: 0;
    color: #65756f;
    font-size: 0.88rem;
    line-height: 1.35;
}

.krishi-impact-card {
    max-width: 420px;
    margin-top: 18px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(238, 248, 241, 0.96), rgba(255, 255, 255, 0.95));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 14px 36px rgba(16, 37, 30, 0.08);
}

.krishi-impact-card span {
    display: block;
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.krishi-impact-card strong {
    display: block;
    margin-top: 7px;
    color: var(--forest);
    line-height: 1.25;
}

.krishi-store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.krishi-store-row a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #fff;
    background: #071611;
    border-radius: var(--radius);
    font-size: 0.9rem;
    font-weight: 850;
}

.krishi-device-stage {
    position: relative;
    min-height: 680px;
}

.krishi-phone-shot {
    position: absolute;
    margin: 0;
    padding: 8px;
    background: #101715;
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(16, 37, 30, 0.22);
    overflow: hidden;
}

.krishi-phone-shot::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    z-index: 2;
    width: 78px;
    height: 22px;
    transform: translateX(-50%);
    background: #101715;
    border-radius: 999px;
}

.krishi-phone-shot img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    border-radius: 26px;
    background: #f8fbf9;
}

.krishi-shot-home {
    z-index: 4;
    left: 11%;
    top: 38px;
    width: min(350px, 56%);
    height: 620px;
    transform: rotate(-3deg);
}

.krishi-shot-learn {
    z-index: 2;
    right: 0;
    top: 0;
    width: min(252px, 40%);
    height: 448px;
    transform: rotate(5deg);
}

.krishi-shot-vet {
    z-index: 5;
    right: 4%;
    bottom: 20px;
    width: min(232px, 36%);
    height: 412px;
    transform: rotate(7deg);
}

.krishi-shot-account {
    z-index: 1;
    left: 0;
    bottom: 22px;
    width: min(226px, 34%);
    height: 402px;
    transform: rotate(-8deg);
}

.krishi-phone {
    position: absolute;
    color: #14221e;
    background: #101715;
    border: 8px solid #101715;
    border-radius: 36px;
    box-shadow: 0 28px 70px rgba(16, 37, 30, 0.22);
    overflow: hidden;
}

.phone-shell {
    height: 100%;
    padding: 18px;
    background: #fbfdfb;
    border-radius: 28px;
    overflow: hidden;
}

.krishi-phone-main {
    z-index: 3;
    left: 14%;
    top: 42px;
    width: min(390px, 58%);
    height: 610px;
    transform: rotate(-4deg);
}

.krishi-phone-learn {
    z-index: 2;
    right: 0;
    top: 0;
    width: min(300px, 43%);
    height: 430px;
    transform: rotate(6deg);
}

.krishi-phone-services {
    z-index: 4;
    right: 4%;
    bottom: 18px;
    width: min(280px, 40%);
    height: 330px;
    transform: rotate(7deg);
}

.phone-status,
.phone-appbar,
.phone-nav,
.phone-market-table div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-status {
    color: #26342f;
    font-size: 0.72rem;
    font-weight: 850;
}

.phone-appbar {
    margin-top: 14px;
    gap: 10px;
}

.phone-appbar strong,
.phone-title {
    color: #10251e;
    font-size: 1.12rem;
    font-weight: 900;
    text-align: center;
}

.app-dot,
.app-icon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--green), var(--teal));
}

.app-icon {
    width: 26px;
    height: 26px;
    background: #ecf6ef;
    border: 2px solid #b8c8c0;
}

.phone-hero-card {
    min-height: 116px;
    margin-top: 18px;
    padding: 18px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16, 37, 30, 0.9), rgba(19, 138, 75, 0.68)),
        repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 22px);
    border-radius: 18px;
}

.phone-hero-card span {
    color: #d8f7df;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.phone-hero-card strong {
    display: block;
    max-width: 240px;
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.14;
}

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

.phone-feature-grid span {
    min-height: 78px;
    display: grid;
    place-items: center;
    padding: 10px;
    color: #385149;
    background: #eef6f1;
    border: 1px solid rgba(16, 37, 30, 0.08);
    border-radius: 14px;
    font-size: 0.7rem;
    font-weight: 850;
    text-align: center;
}

.phone-news-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    margin-top: 14px;
    padding: 10px;
    border: 1px solid rgba(16, 37, 30, 0.1);
    border-radius: 14px;
}

.phone-news-card > span {
    display: block;
    border-radius: 12px;
    background: linear-gradient(135deg, #e0ac43, #8ccf69);
}

.phone-news-card strong,
.phone-news-card small {
    display: block;
}

.phone-news-card strong {
    color: #1d2c27;
    font-size: 0.78rem;
    line-height: 1.25;
}

.phone-news-card small {
    margin-top: 4px;
    color: #77847f;
    font-size: 0.68rem;
}

.phone-market-table {
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid rgba(16, 37, 30, 0.12);
    border-radius: 12px;
}

.phone-market-table div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(16, 37, 30, 0.1);
    font-size: 0.66rem;
}

.phone-market-table div:last-child {
    border-bottom: 0;
}

.phone-market-table b {
    color: #10251e;
}

.phone-market-table span {
    color: #52645d;
}

.phone-nav {
    margin-top: 12px;
    color: #9aa49f;
    font-size: 0.68rem;
    font-weight: 850;
}

.phone-nav .active {
    color: var(--green);
}

.phone-title {
    padding: 14px 0 20px;
}

.learn-card,
.service-row {
    padding: 14px;
    margin-bottom: 12px;
    background: #eef6f1;
    border: 1px solid rgba(16, 37, 30, 0.09);
    border-radius: 14px;
}

.learn-card-large {
    min-height: 160px;
    color: #fff;
    background: linear-gradient(135deg, #771e1b, #d9aa4c 42%, #16352a);
}

.learn-card span {
    display: inline-flex;
    color: var(--green);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.learn-card-large span {
    color: #fff;
}

.learn-card strong,
.learn-card small,
.service-row strong,
.service-row small {
    display: block;
}

.learn-card strong,
.service-row strong {
    margin-top: 8px;
    color: #10251e;
    line-height: 1.25;
}

.learn-card-large strong {
    color: #fff;
    font-size: 1.08rem;
}

.learn-card small,
.service-row small {
    margin-top: 6px;
    color: #7a8781;
    line-height: 1.35;
}

.learn-card-large small {
    color: rgba(255, 255, 255, 0.78);
}

.company-side-visual {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.quote-line {
    margin-top: 16px;
    font-weight: 800;
    color: var(--green);
    font-style: italic;
}

.hero-lead {
    font-size: 1.15rem;
    font-weight: 700;
}

.team-band {
    background: #fff;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.team-card {
    overflow: hidden;
    padding: 0;
}

.team-photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    display: block;
    background: var(--mist);
}

.team-photo--placeholder {
    object-fit: contain;
    object-position: center;
    background: #e4e6eb;
    padding: 12% 10%;
}

.team-card-body {
    padding: 18px 20px 22px;
}

.team-card h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
    line-height: 1.25;
    color: var(--forest);
}

.team-card span {
    display: block;
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.35;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.timeline-item {
    padding: 24px;
}

.timeline-item span {
    color: var(--green);
    font-weight: 950;
}

.blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
    padding: 28px;
}

.article-body {
    max-width: 840px;
    padding: 72px 0;
    color: #394b44;
    font-size: 1.12rem;
}

.article-body p {
    margin: 0 0 22px;
}

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

.gallery-card {
    overflow: hidden;
}

.gallery-card img {
    width: 100%;
    aspect-ratio: 1 / 0.86;
    object-fit: cover;
}

.gallery-card div {
    padding: 20px;
}

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

.empty-state {
    grid-column: 1 / -1;
    max-width: 820px;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 24px;
    align-items: start;
}

.form-card,
.contact-panel {
    padding: 30px;
}

.form-row {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.form-row.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.form-card label,
.newsletter-form label {
    color: var(--forest);
    font-weight: 850;
}

.form-card input,
.form-card textarea,
.form-card select,
.newsletter-form input {
    width: 100%;
    min-height: 46px;
    padding: 12px 13px;
    color: var(--forest);
    background: #f7faf7;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    outline: none;
}

.form-card textarea {
    resize: vertical;
}

.form-card input:focus,
.form-card textarea:focus,
.form-card select:focus,
.newsletter-form input:focus {
    border-color: rgba(19, 138, 75, 0.55);
    box-shadow: 0 0 0 4px rgba(19, 138, 75, 0.12);
}

.form-errors {
    padding: 12px;
    margin-bottom: 16px;
    color: #842029;
    background: #f8d7da;
    border-radius: var(--radius);
}

.contact-list {
    display: grid;
    gap: 16px;
    margin: 24px 0;
}

.contact-list li {
    display: grid;
    gap: 4px;
}

.contact-list strong {
    color: var(--muted);
    font-size: 0.82rem;
    text-transform: uppercase;
}

.contact-list a {
    color: var(--green);
    font-weight: 850;
}

.contact-note {
    padding: 18px;
    background: var(--mist);
    border-radius: var(--radius);
}

.contact-map-snippet {
    overflow: hidden;
    margin: 20px 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.contact-map-snippet .contact-map {
    display: block;
    width: 100%;
    height: 180px;
    border: 0;
    pointer-events: none;
}

.contact-map-link {
    display: block;
    padding: 10px 14px;
    font-size: 0.86rem;
    font-weight: 800;
    text-align: center;
    color: var(--green);
    background: var(--mist);
    border-top: 1px solid var(--line);
}

.contact-map-link:hover {
    color: var(--forest);
    background: #e3f3ea;
}

.site-footer {
    color: #dce8e2;
    background: #071611;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(160px, 0.8fr));
    gap: 34px;
    padding: 72px 0 40px;
}

.footer-brand p {
    max-width: 500px;
    color: #aebeb7;
}

.site-footer h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 1rem;
}

.footer-links {
    display: grid;
    gap: 9px;
}

.footer-links a,
.social-links a {
    color: #b8cac2;
}

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

.newsletter-form {
    display: grid;
    gap: 10px;
    max-width: 460px;
    margin-top: 24px;
}

.newsletter-form label {
    color: #fff;
}

.newsletter-form div {
    display: flex;
    gap: 10px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px 24px;
    padding: 24px 0;
    color: #91a49c;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
}

.footer-developer {
    flex: 1 1 100%;
    margin: 4px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.5;
}

.footer-developer span {
    display: block;
    color: #7d9188;
    margin-bottom: 4px;
}

.footer-developer a {
    color: #a8bdb4;
    font-weight: 700;
}

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

.message-stack {
    position: fixed;
    top: 92px;
    right: 18px;
    z-index: 60;
    display: grid;
    gap: 10px;
    width: min(360px, calc(100% - 36px));
}

.site-message {
    padding: 14px 16px;
    color: var(--forest);
    background: #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--green);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.site-message.error {
    border-left-color: #b42318;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

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

    .menu-toggle {
        display: block;
    }

    .hero-grid,
    .company-hero-grid,
    .split-layout,
    .story-grid,
    .cta-grid,
    .biosecurity-grid,
    .app-preview-grid,
    .qr-download-grid,
    .krishi-showcase,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .krishi-device-stage {
        min-height: 650px;
    }

    .krishi-phone-main {
        left: 4%;
    }

    .krishi-shot-home {
        left: 6%;
        width: min(330px, 55%);
        height: 584px;
    }

    .krishi-shot-learn {
        width: min(236px, 39%);
        height: 420px;
    }

    .krishi-shot-vet {
        width: min(218px, 36%);
        height: 388px;
    }

    .krishi-shot-account {
        display: none;
    }

    .company-grid,
    .feature-grid,
    .stats-grid,
    .product-grid,
    .gallery-grid,
    .timeline,
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid,
    .testimonial-grid,
    .values-grid,
    .screenshot-strip {
        grid-template-columns: 1fr;
    }

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

    .service-card {
        grid-template-columns: 1fr;
    }

    .service-card-visual {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 760px) {
    .nav-shell,
    .section-shell {
        width: min(calc(100% - 24px), var(--max));
    }

    .nav-shell {
        min-height: 68px;
    }

    .brand {
        min-width: auto;
    }

    .brand small {
        display: none;
    }

    .nav-actions .btn {
        display: none;
    }

    .hero-section,
    .hero-grid {
        min-height: auto;
    }

    .hero-grid,
    .company-hero-grid,
    .page-hero .section-shell {
        padding: 54px 0;
    }

    .section-block {
        padding: 64px 0;
    }

    .intro-band .section-shell,
    .values-band .section-shell,
    .app-preview-band .section-shell,
    .qr-download-band .section-shell,
    .stats-band .section-shell,
    .cta-band .section-shell {
        padding: 56px 0;
    }

    .hero-copy h1,
    .page-hero h1,
    .company-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.7rem);
        line-height: 1;
    }

    .company-grid,
    .feature-grid,
    .feature-grid.compact,
    .stats-grid,
    .product-grid,
    .gallery-grid,
    .timeline,
    .team-grid,
    .careers-grid,
    .service-matrix,
    .qr-card-grid,
    .krishi-benefit-list,
    .farm-grid,
    .footer-grid,
    .services-pill-grid,
    .service-chip-list {
        grid-template-columns: 1fr;
    }

    .service-card-content {
        padding: 22px 20px 24px;
    }

    .service-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .service-card-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .company-showcase-band {
        padding: 52px 0 64px;
    }

    .krishi-showcase {
        min-height: 0;
        gap: 34px;
    }

    .krishi-showcase-copy h2 {
        font-size: clamp(2.15rem, 12vw, 3.6rem);
    }

    .krishi-device-stage {
        min-height: 0;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 6px 2px 18px;
        scroll-snap-type: x mandatory;
    }

    .krishi-phone-shot {
        position: relative;
        inset: auto;
        flex: 0 0 min(260px, 72vw);
        width: min(260px, 72vw);
        height: min(562px, 156vw);
        transform: none;
        scroll-snap-align: center;
    }

    .krishi-shot-account {
        display: block;
    }

    .phone-shell {
        padding: 14px;
    }

    .phone-feature-grid {
        gap: 8px;
    }

    .phone-feature-grid span {
        min-height: 70px;
        font-size: 0.66rem;
    }

    .company-row {
        grid-template-columns: 1fr;
    }

    .company-row img {
        min-height: 210px;
    }

    .form-row.two-col {
        grid-template-columns: 1fr;
    }

    .newsletter-form div,
    .footer-bottom {
        flex-direction: column;
    }

    .hero-stat-panel {
        position: static;
        width: auto;
        margin-top: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
