
/* ==========================================================================
   PRODUCTS
   ========================================================================== */


/* PRODUCT HUB HERO */

.products-hero {
    padding:
        125px 0
        105px;

    background:
        linear-gradient(
            135deg,
            #fff,
            #faf8ff 60%,
            #f2edfc
        );
}


.products-hero-inner {
    max-width:900px;
}


.products-hero h1 {
    margin:0;

    font-size:
        clamp(52px,5.3vw,76px);

    line-height:1.08;

    letter-spacing:-.055em;
}


.products-hero h1 span {
    color:var(--purple);
}


.products-hero-inner > p:not(.sub-kicker) {
    max-width:650px;

    margin:30px 0 0;

    color:var(--text);

    font-size:18px;
    line-height:1.8;
}


/* HUB */

.product-hub {
    padding:110px 0;
}


.hub-card {
    position:relative;

    min-height:520px;

    display:grid;

    grid-template-columns:
        1fr 1fr;

    margin-bottom:22px;

    overflow:hidden;

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

    border-radius:32px;

    background:#fff;
}


.hub-soil {
    color:#fff;

    border-color:transparent;

    background:
        linear-gradient(
            140deg,
            #5000ca,
            #300078
        );
}


.hub-content {
    position:relative;
    z-index:3;

    padding:52px;
}


.hub-category {
    color:var(--purple);

    font-size:10px;
    font-weight:850;

    letter-spacing:.14em;
}


.hub-soil .hub-category {
    color:#d6c1ff;
}


.hub-content h2 {
    margin:
        45px 0 18px;

    font-size:
        clamp(40px,4vw,56px);

    line-height:1.08;

    letter-spacing:-.045em;
}


.hub-content > p {
    max-width:500px;

    margin:0;

    color:var(--text);

    font-size:16px;
    line-height:1.8;
}


.hub-soil .hub-content > p {
    color:
        rgba(255,255,255,.7);
}


.hub-tags {
    display:flex;

    flex-wrap:wrap;

    gap:7px;

    margin-top:27px;
}


.hub-tags span {
    padding:
        7px 10px;

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

    border-radius:100px;

    color:#77737c;

    font-size:10px;
}


.hub-soil .hub-tags span {
    color:
        rgba(255,255,255,.68);

    border-color:
        rgba(255,255,255,.16);
}


.hub-content a,
.coming-detail {
    display:inline-flex;

    align-items:center;

    gap:15px;

    margin-top:33px;

    color:var(--purple);

    font-size:13px;
    font-weight:800;
}


.hub-soil .hub-content a {
    color:#e1d3ff;
}


.coming-detail {
    color:#959098;

    font-size:11px;
}


/* HUB VISUAL */

.hub-visual {
    position:relative;

    display:grid;
    place-items:center;

    overflow:hidden;

    background:#faf9fd;
}


.hub-soil .hub-visual {
    background:
        rgba(255,255,255,.05);
}


.soil-visual-device {
    position:relative;
    z-index:4;

    width:130px;
    height:300px;
}


.soil-device-head {
    position:absolute;

    top:15px;
    left:20px;

    width:90px;
    height:82px;

    border-radius:27px;

    background:
        linear-gradient(
            145deg,
            #fff,
            #d8d4e0
        );

    box-shadow:
        0 20px 45px
        rgba(0,0,0,.17);
}


.soil-device-head::after {
    content:"";

    position:absolute;

    width:14px;
    height:14px;

    left:38px;
    top:31px;

    border-radius:50%;

    background:var(--purple);
}


.soil-device-neck {
    position:absolute;

    left:59px;
    top:92px;

    width:12px;
    height:90px;

    border-radius:6px;

    background:#c2bec8;
}


.soil-device-probe {
    position:absolute;

    left:63px;
    top:176px;

    width:5px;
    height:118px;

    border-radius:4px;

    background:#6e6a74;
}


.hub-ring {
    position:absolute;

    border:
        1px solid
        rgba(255,255,255,.13);

    border-radius:50%;
}


.ring-a {
    width:310px;
    height:310px;
}


.ring-b {
    width:450px;
    height:450px;
}


.flow-visual {
    display:flex;

    align-items:center;
    justify-content:center;

    gap:0;
}


.hub-pipe {
    width:130px;
    height:30px;

    background:#b8b6bb;
}


.hub-meter {
    width:135px;
    height:135px;

    position:relative;

    border:
        17px solid
        #77747b;

    border-radius:50%;

    background:#ecebee;
}


.hub-meter span {
    position:absolute;

    width:56px;
    height:32px;

    left:22px;
    top:32px;

    border-radius:5px;

    background:var(--purple);
}


.control-visual {
    background:#f8f8fa;
}


.hub-control-box {
    position:relative;

    width:165px;
    height:190px;

    border:
        5px solid #99969e;

    border-radius:13px;

    background:#e8e7ea;

    box-shadow:
        0 20px 45px
        rgba(30,20,40,.12);
}


.hub-control-box span {
    position:absolute;

    left:25px;
    top:26px;

    width:12px;
    height:12px;

    border-radius:50%;

    background:#4d9d67;
}


.hub-valve {
    position:absolute;

    width:38px;
    height:38px;

    border:
        6px solid var(--purple);

    border-radius:50%;

    background:#fff;
}


.valve-a {
    left:20%;
    bottom:60px;
}


.valve-b {
    right:20%;
    bottom:60px;
}


.valve-c {
    right:16%;
    top:65px;
}


/* CONNECT */

.products-connect {
    padding:110px 0;

    color:#fff;

    background:
        linear-gradient(
            135deg,
            #211132,
            #100718
        );
}


.products-connect-heading h2,
.products-cta h2 {
    margin:0;

    font-size:
        clamp(40px,4.2vw,58px);

    line-height:1.13;

    letter-spacing:-.045em;
}


.products-connect-flow {
    display:flex;

    flex-wrap:wrap;

    align-items:center;
    justify-content:center;

    gap:12px;

    margin-top:55px;
}


.products-connect-flow span,
.products-connect-flow strong {
    padding:
        11px 15px;

    border:
        1px solid
        rgba(255,255,255,.15);

    border-radius:100px;

    color:
        rgba(255,255,255,.7);

    font-size:11px;
}


.products-connect-flow strong {
    color:#ddccff;

    border-color:
        rgba(214,190,255,.3);

    background:
        rgba(72,0,185,.28);
}


.products-connect-flow i {
    color:
        rgba(255,255,255,.3);

    font-style:normal;
}


/* CTA */

.products-cta,
.soil-cta {
    padding:100px 0;

    color:#fff;

    background:
        linear-gradient(
            135deg,
            #5000ca,
            #330082
        );
}


.products-cta-layout,
.soil-cta-layout {
    display:grid;

    grid-template-columns:
        1fr 1fr;

    gap:90px;
}


.products-cta-layout > div:last-child > p,
.soil-cta-layout > div:last-child > p {
    max-width:520px;

    margin:5px 0 0;

    color:
        rgba(255,255,255,.74);

    font-size:16px;
    line-height:1.8;
}


.products-cta a,
.soil-cta a {
    display:inline-flex;

    align-items:center;

    gap:17px;

    margin-top:28px;

    padding:14px 19px;

    border-radius:100px;

    background:#fff;

    color:var(--purple);

    font-size:13px;
    font-weight:800;
}


/* ==========================================================================
   SOIL SENSOR
   ========================================================================== */

.soil-hero {
    position:relative;

    overflow:hidden;

    padding:
        120px 0
        115px;

    background:
        linear-gradient(
            135deg,
            #fff,
            #faf8ff 54%,
            #f1ecfb
        );
}


.soil-hero-layout {
    display:grid;

    grid-template-columns:
        1.02fr .98fr;

    gap:80px;

    align-items:center;
}


.soil-hero-copy h1 {
    margin:0;

    font-size:
        clamp(52px,5.3vw,76px);

    line-height:1.08;

    letter-spacing:-.055em;
}


.soil-hero-copy h1 span {
    color:var(--purple);
}


.soil-hero-copy > p:not(.sub-kicker) {
    max-width:620px;

    margin:29px 0 0;

    color:var(--text);

    font-size:18px;
    line-height:1.82;
}


.soil-model-list {
    display:flex;

    flex-wrap:wrap;

    gap:9px;

    margin-top:31px;
}


.soil-model-list > span {
    display:flex;

    flex-direction:column;

    gap:3px;

    padding:
        10px 13px;

    border:
        1px solid
        rgba(72,0,185,.15);

    border-radius:12px;

    color:var(--purple);

    font-size:11px;
    font-weight:800;
}


.soil-model-list small {
    color:#77727c;

    font-size:9px;
    font-weight:600;
}


/* PRODUCT HERO */

.soil-hero-product {
    position:relative;

    min-height:540px;

    display:grid;
    place-items:center;
}


.soil-product-photo {
    position:relative;
    z-index:4;

    width:220px;
    height:390px;

    display:grid;
    place-items:center;
}


.soil-product-photo img {
    max-width:100%;
    max-height:100%;

    object-fit:contain;

    position:relative;
    z-index:5;
}


.soil-product-fallback {
    position:absolute;

    width:130px;
    height:300px;
}


.fallback-head {
    position:absolute;

    top:10px;
    left:20px;

    width:90px;
    height:83px;

    border-radius:27px;

    background:
        linear-gradient(
            145deg,
            #fff,
            #d9d6df
        );

    box-shadow:
        0 20px 40px
        rgba(40,20,70,.12);
}


.fallback-neck {
    position:absolute;

    left:59px;
    top:88px;

    width:12px;
    height:90px;

    background:#bdb9c3;
}


.fallback-probe {
    position:absolute;

    left:63px;
    top:174px;

    width:5px;
    height:120px;

    background:#6f6b74;
}


.product-orbit {
    position:absolute;

    border:
        1px solid
        rgba(72,0,185,.14);

    border-radius:50%;
}


.po-one {
    width:330px;
    height:330px;
}


.po-two {
    width:470px;
    height:470px;
}


.sensor-data-label {
    position:absolute;

    z-index:6;

    min-width:125px;

    padding:13px 15px;

    border:
        1px solid
        rgba(72,0,185,.12);

    border-radius:14px;

    background:
        rgba(255,255,255,.94);

    box-shadow:
        0 15px 35px
        rgba(50,20,90,.08);
}


.sensor-data-label span {
    display:block;

    color:#8f8995;

    font-size:8px;
    font-weight:800;
}


.sensor-data-label strong {
    display:block;

    margin-top:5px;

    color:var(--purple);

    font-size:17px;
}


.sensor-data-label.moisture {
    left:0;
    top:100px;
}


.sensor-data-label.ec {
    right:0;
    top:160px;
}


.sensor-data-label.temp {
    left:30px;
    bottom:80px;
}


/* HEADINGS */

.soil-heading {
    max-width:780px;

    margin-bottom:58px;
}


.soil-heading.center {
    margin-left:auto;
    margin-right:auto;

    text-align:center;
}


.soil-heading h2,
.spatial-copy h2,
.soil-monitor-copy h2,
.soil-cta h2 {
    margin:0;

    font-size:
        clamp(40px,4.2vw,58px);

    line-height:1.13;

    letter-spacing:-.045em;
}


.soil-heading h2 span,
.spatial-copy h2 span {
    color:var(--purple);
}


/* MEASURE */

.measure-section {
    padding:120px 0;
}


.measure-grid {
    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:17px;
}


.measure-grid article {
    min-height:350px;

    padding:30px;

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

    border-radius:24px;

    background:#fff;
}


.measure-number {
    color:var(--purple);

    font-size:10px;
    font-weight:850;
}


.measure-value {
    margin-top:48px;

    color:var(--purple);

    font-size:46px;
    font-weight:800;

    letter-spacing:-.045em;
}


.measure-value small {
    margin-left:4px;

    color:#8f8994;

    font-size:14px;
}


.measure-grid h3 {
    margin:
        25px 0 12px;

    font-size:21px;
}


.measure-grid p {
    margin:0;

    color:var(--text);

    font-size:14px;
    line-height:1.75;
}


/* SPATIAL */

.soil-spatial {
    padding:120px 0;

    background:#f8f8fa;
}


.spatial-layout {
    display:grid;

    grid-template-columns:
        .72fr 1.28fr;

    gap:85px;

    align-items:center;
}


.spatial-copy > p:not(.sub-kicker) {
    max-width:470px;

    margin:
        22px 0 0;

    color:var(--text);

    font-size:15px;
    line-height:1.8;
}


.spatial-map {
    padding:26px;

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

    border-radius:26px;

    background:#fff;
}


.spatial-row {
    display:grid;

    grid-template-columns:
        repeat(5,1fr);

    gap:9px;

    margin-bottom:9px;
}


.sensor-point {
    min-height:82px;

    display:flex;
    flex-direction:column;

    align-items:center;
    justify-content:center;

    gap:5px;

    border-radius:12px;

    background:#f1eef7;

    color:#756f7a;

    font-size:9px;
}


.sensor-point b {
    color:#514b57;

    font-size:14px;
}


.sensor-point.low {
    background:#f8efe1;
}


.sensor-point.high {
    background:#eaf5ee;
}


.map-legend {
    display:flex;

    justify-content:flex-end;

    gap:14px;

    margin-top:18px;

    color:#88838c;

    font-size:9px;
}


/* COMMUNICATION */

.communication-section {
    padding:120px 0;
}


.communication-grid {
    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:16px;
}


.comm-card {
    min-height:430px;

    padding:30px;

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

    border-radius:24px;
}


.comm-card.featured {
    color:#fff;

    border-color:transparent;

    background:
        linear-gradient(
            145deg,
            #5000c9,
            #31007d
        );
}


.comm-top {
    display:flex;

    justify-content:space-between;
    align-items:center;
}


.comm-top > span {
    color:var(--purple);

    font-size:14px;
    font-weight:850;
}


.featured .comm-top > span {
    color:#dbc9ff;
}


.comm-top small {
    color:#959098;

    font-size:9px;
}


.featured .comm-top small {
    color:
        rgba(255,255,255,.5);
}


.comm-card h3 {
    margin:
        58px 0 17px;

    font-size:26px;

    line-height:1.25;
}


.comm-card > p {
    margin:0;

    color:var(--text);

    font-size:14px;
    line-height:1.75;
}


.featured > p {
    color:
        rgba(255,255,255,.7);
}


.comm-card ul {
    list-style:none;

    margin:
        28px 0 0;

    padding:0;
}


.comm-card li {
    padding:
        9px 0;

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

    color:#716d75;

    font-size:11px;
}


.featured li {
    border-color:
        rgba(255,255,255,.12);

    color:
        rgba(255,255,255,.7);
}


/* SYSTEM */

.sensor-system {
    padding:120px 0;

    background:#f8f8fa;
}


.sensor-system-flow {
    display:grid;

    grid-template-columns:
        1fr auto
        1fr auto
        1fr auto
        1fr;

    gap:12px;

    align-items:stretch;
}


.sensor-system-flow article {
    min-height:190px;

    display:flex;
    flex-direction:column;

    justify-content:center;

    padding:24px;

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

    border-radius:20px;

    background:#fff;
}


.sensor-system-flow article.system-highlight {
    color:#fff;

    border-color:transparent;

    background:var(--purple);
}


.sensor-system-flow article > span {
    margin-bottom:25px;

    color:var(--purple);

    font-size:10px;
    font-weight:850;
}


.system-highlight > span {
    color:#dfd0ff !important;
}


.sensor-system-flow strong {
    font-size:17px;
}


.sensor-system-flow small {
    margin-top:6px;

    color:#88838d;
}


.system-highlight small {
    color:
        rgba(255,255,255,.62);
}


.sensor-system-flow > i {
    display:grid;
    place-items:center;

    color:#aaa5ad;

    font-style:normal;
}


/* MONITOR */

.soil-monitor {
    padding:120px 0;

    color:#fff;

    background:
        linear-gradient(
            135deg,
            #201031,
            #0f0716
        );
}


.soil-monitor-layout {
    display:grid;

    grid-template-columns:
        .78fr 1.22fr;

    gap:80px;

    align-items:center;
}


.soil-monitor-copy h2 span {
    color:#d3bdff;
}


.soil-monitor-copy > p:not(.sub-kicker) {
    max-width:470px;

    margin:24px 0 0;

    color:
        rgba(255,255,255,.67);

    font-size:15px;
    line-height:1.8;
}


.soil-monitor-features {
    display:flex;

    flex-wrap:wrap;

    gap:7px;

    margin-top:28px;
}


.soil-monitor-features span {
    padding:
        7px 9px;

    border:
        1px solid
        rgba(255,255,255,.14);

    border-radius:100px;

    color:
        rgba(255,255,255,.68);

    font-size:9px;
}


.sensor-dashboard {
    padding:20px;

    border:
        1px solid
        rgba(255,255,255,.14);

    border-radius:24px;

    background:#fafafa;

    color:#16161a;
}


.sensor-dashboard-head {
    display:flex;

    justify-content:space-between;
    align-items:center;

    padding-bottom:15px;

    border-bottom:
        1px solid #e4e2e7;
}


.sensor-dashboard-head > div {
    display:flex;

    flex-direction:column;

    gap:3px;
}


.sensor-dashboard-head strong {
    color:var(--purple);

    font-size:11px;
}


.sensor-dashboard-head span {
    color:#97929b;

    font-size:8px;
}


.sensor-dashboard-head b {
    color:#398057;

    font-size:8px;
}


.sensor-summary {
    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:8px;

    margin-top:13px;
}


.sensor-summary article {
    padding:15px;

    border-radius:10px;

    background:#efedf2;
}


.sensor-summary span {
    display:block;

    color:#949098;

    font-size:8px;
}


.sensor-summary strong {
    display:block;

    margin-top:5px;

    font-size:19px;
}


.sensor-summary small {
    color:#928d97;

    font-size:7px;
}


.sensor-mini-map {
    display:grid;

    grid-template-columns:
        repeat(5,1fr);

    gap:7px;

    margin-top:11px;
}


.sensor-mini-map span {
    display:grid;
    place-items:center;

    min-height:54px;

    border-radius:8px;

    background:#eeeaf5;

    color:#69636f;

    font-size:9px;
}


.sensor-mini-map .map-low {
    background:#f6ead8;
}


.sensor-mini-map .map-high {
    background:#e6f2ea;
}


/* SPEC */

.spec-section {
    padding:120px 0;
}


.spec-table {
    border-top:
        2px solid #1d1c20;
}


.spec-row {
    display:grid;

    grid-template-columns:
        220px 1fr;

    min-height:78px;

    align-items:center;

    border-bottom:
        1px solid var(--line);
}


.spec-row strong {
    font-size:13px;
}


.spec-row span {
    color:var(--text);

    font-size:13px;
}


.spec-note {
    margin:18px 0 0;

    color:#928d96;

    font-size:10px;
}


/* RESPONSIVE */

@media(max-width:900px) {

    .hub-card,
    .soil-hero-layout,
    .spatial-layout,
    .soil-monitor-layout,
    .products-cta-layout,
    .soil-cta-layout {
        grid-template-columns:1fr;
    }

    .hub-visual {
        min-height:380px;
    }

    .soil-hero-product {
        min-height:500px;
    }

}


@media(max-width:700px) {

    .products-hero,
    .soil-hero {
        padding:
            80px 0;
    }

    .products-hero h1,
    .soil-hero-copy h1 {
        font-size:
            clamp(
                40px,
                11.5vw,
                53px
            );
    }

    .product-hub,
    .measure-section,
    .soil-spatial,
    .communication-section,
    .sensor-system,
    .soil-monitor,
    .spec-section {
        padding:85px 0;
    }

    .hub-content {
        padding:30px;
    }

    .measure-grid,
    .communication-grid {
        grid-template-columns:1fr;
    }

    .spatial-row {
        grid-template-columns:
            repeat(5,1fr);
    }

    .sensor-system-flow {
        grid-template-columns:
            1fr 1fr;
    }

    .sensor-system-flow > i {
        display:none;
    }

    .sensor-summary {
        grid-template-columns:1fr;
    }

    .spec-row {
        grid-template-columns:1fr;

        gap:8px;

        padding:
            18px 0;
    }

    .products-cta,
    .soil-cta {
        padding:80px 0;
    }

}



/* GF-WEB-CROSS-UI-1B START
   PRODUCTS — SMART-1B readability harmonization
   ========================================================================== */


/* Product card tags */

.hub-tags {
    gap: 8px;
}

.hub-tags span {
    min-height: 38px;

    padding: 0 14px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    white-space: nowrap;
}


/* Product detail links */

.hub-content a:not(.coming-detail) {
    min-height: 40px;

    display: inline-flex;
    align-items: center;

    font-size: 15px;
    font-weight: 800;
}


/* Connected product data flow */

.products-connect-flow {
    gap: 11px;
}

.products-connect-flow span,
.products-connect-flow strong {
    min-height: 40px;

    padding: 0 16px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    font-weight: 700;
    line-height: 1;

    white-space: nowrap;
}


/* Main product inquiry CTA */

.products-cta a {
    min-height: 50px;

    padding: 0 22px;

    font-size: 16px;
    font-weight: 800;
}


/* Mobile */

@media (max-width: 850px) {

    .hub-tags span {
        min-height: 34px;
        padding: 0 11px;
        font-size: 12px;
    }

    .hub-content a:not(.coming-detail) {
        min-height: 38px;
        font-size: 14px;
    }

    .products-connect-flow span,
    .products-connect-flow strong {
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }

    .products-cta a {
        min-height: 48px;
        padding: 0 19px;
        font-size: 15px;
    }

}

/* GF-WEB-CROSS-UI-1B END */
