/* ============================================================
   SHIVRAJ AGRO TECH — HYDROPONIC GROW TOWER PAGE
   Scoped to .shb-hgt-* only. Global style.css untouched.
   Visual language mirrors the Aeroponic Tower page.
   ============================================================ */

.shb-hgt-page {
    --hg-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Reveal */
.shb-hgt-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s var(--hg-ease), transform 0.7s var(--hg-ease);
}
.shb-hgt-reveal.shb-hgt-visible {
    opacity: 1;
    transform: translateY(0);
}
.shb-hgt-d1 {
    transition-delay: 0.08s;
}
.shb-hgt-d2 {
    transition-delay: 0.16s;
}
.shb-hgt-d3 {
    transition-delay: 0.24s;
}
.shb-hgt-d4 {
    transition-delay: 0.32s;
}

/* Shared */
.shb-hgt-section {
    padding: 88px 0;
}
.shb-hgt-label {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 3.4px;
    color: #138a4b;
    margin-bottom: 12px;
}
.shb-hgt-h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.65rem, 3.4vw, 2.4rem);
    font-weight: 800;
    color: #17211b;
    margin: 0 0 14px;
}
.shb-hgt-subhead {
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.82rem, 1.6vw, 1rem);
    font-weight: 600;
    letter-spacing: 2.6px;
    color: #43a047;
    margin-bottom: 18px;
}
.shb-hgt-subbody {
    font-size: 1rem;
    color: #55605a;
    max-width: 620px;
    margin: 0 auto;
}
.shb-hgt-lead {
    font-size: 1.06rem;
    line-height: 1.85;
    color: #39423c;
    margin: 0 0 14px;
}
.shb-hgt-body {
    font-size: 0.99rem;
    line-height: 1.85;
    color: #55605a;
    margin: 0 0 14px;
}
.shb-hgt-req {
    color: #d9534f;
}

.shb-hgt-btn-main,
.shb-hgt-btn-ghost,
.shb-hgt-model-btn,
.shb-hgt-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 28px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #075b3a;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.25s ease,
        box-shadow 0.3s ease;
}
.shb-hgt-btn-main,
.shb-hgt-model-btn {
    background: #075b3a;
    color: #fff;
}
.shb-hgt-btn-main:hover,
.shb-hgt-model-btn:hover {
    background: #138a4b;
    border-color: #138a4b;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(19, 138, 75, 0.3);
}
.shb-hgt-btn-ghost {
    background: transparent;
    color: #075b3a;
    border-color: rgba(7, 91, 58, 0.35);
}
.shb-hgt-btn-ghost:hover {
    background: #075b3a;
    border-color: #075b3a;
    color: #fff;
    transform: translateY(-2px);
}
.shb-hgt-model-btn {
    width: 100%;
}
.shb-hgt-call-btn {
    width: 100%;
    background: transparent;
    color: #075b3a;
    border-color: rgba(7, 91, 58, 0.3);
}
.shb-hgt-call-btn:hover {
    background: #075b3a;
    color: #fff;
}

/* Breadcrumb */
.shb-hgt-crumbs-wrap {
    background: #f7fbf8;
    border-bottom: 1px solid rgba(7, 91, 58, 0.07);
    padding: 92px 0 14px;
}
.shb-hgt-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.shb-hgt-crumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #138a4b;
    text-decoration: none;
}
.shb-hgt-crumb a:hover {
    color: #075b3a;
}
.shb-hgt-crumb-sep {
    color: #b9c8bf;
    font-size: 0.75rem;
}
.shb-hgt-crumb-now {
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    color: #7d8782;
}

/* Hero */
.shb-hgt-hero {
    position: relative;
    background: #f7fbf8;
    padding: 54px 0 88px;
    overflow: hidden;
}
.shb-hgt-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.shb-hgt-hb-1 {
    width: 520px;
    height: 520px;
    top: -200px;
    right: -160px;
    background: radial-gradient(circle, rgba(67, 160, 71, 0.12) 0%, rgba(67, 160, 71, 0) 70%);
}
.shb-hgt-hb-2 {
    width: 420px;
    height: 420px;
    bottom: -180px;
    left: -140px;
    background: radial-gradient(circle, rgba(19, 138, 75, 0.08) 0%, rgba(19, 138, 75, 0) 70%);
}
.shb-hgt-leaf {
    position: absolute;
    color: rgba(19, 138, 75, 0.08);
    animation: shbHgFloat 7s ease-in-out infinite;
    pointer-events: none;
}
.shb-hgt-fl-1 {
    top: 14%;
    right: 26%;
    font-size: 90px;
}
.shb-hgt-fl-2 {
    bottom: 12%;
    left: 2.5%;
    font-size: 64px;
    animation-delay: 2.4s;
}
@keyframes shbHgFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-14px) rotate(5deg);
    }
}
.shb-hgt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 3.4px;
    color: #138a4b;
    margin-bottom: 18px;
}
.shb-hgt-eyebrow-line {
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #43a047;
    border-radius: 2px;
}
.shb-hgt-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(2.1rem, 4.8vw, 3.6rem);
    font-weight: 900;
    line-height: 1.08;
    color: #17211b;
    margin: 0 0 10px;
}
.shb-hgt-title-accent {
    color: #075b3a;
}
.shb-hgt-tagline {
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.85rem, 1.6vw, 1.02rem);
    font-weight: 600;
    letter-spacing: 3px;
    color: #43a047;
    margin: 0 0 18px;
}
.shb-hgt-desc {
    font-size: 1.03rem;
    line-height: 1.8;
    color: #55605a;
    max-width: 520px;
    margin: 0 0 24px;
}
.shb-hgt-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 30px;
}
.shb-hgt-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(19, 138, 75, 0.2);
    color: #075b3a;
    font-family: "Poppins", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 9px 16px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(7, 91, 58, 0.05);
}
.shb-hgt-badge i {
    color: #43a047;
}
.shb-hgt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
@media (max-width: 420px) {
    .shb-hgt-hero-actions {
        flex-direction: column;
    }
    .shb-hgt-btn-main,
    .shb-hgt-btn-ghost {
        width: 100%;
    }
}

/* Gallery */
.shb-hgt-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.shb-hgt-main-frame {
    position: relative;
}
.shb-hgt-main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 440px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.1);
    border-radius: 18px;
    box-shadow: 0 10px 34px rgba(7, 91, 58, 0.12);
    padding: 24px;
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
}
.shb-hgt-main-btn::before {
    content: "";
    position: absolute;
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(67, 160, 71, 0.13) 0%, rgba(67, 160, 71, 0) 70%);
}
.shb-hgt-main-img {
    position: relative;
    max-width: 100%;
    max-height: 450px;
    height: auto;
    width: auto;
    object-fit: contain;
    transition: transform 0.45s var(--hg-ease), opacity 0.25s ease;
    filter: drop-shadow(0 16px 30px rgba(7, 91, 58, 0.14));
}
.shb-hgt-main-btn:hover .shb-hgt-main-img {
    transform: scale(1.04);
}
.shb-hgt-main-img.shb-hgt-fading {
    opacity: 0;
}
.shb-hgt-zoom-hint {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(7, 91, 58, 0.85);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.shb-hgt-main-btn:hover .shb-hgt-zoom-hint {
    opacity: 1;
    transform: translateY(0);
}
.shb-hgt-gal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: #075b3a;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(7, 91, 58, 0.16);
    transition: background 0.25s ease, color 0.25s ease;
}
.shb-hgt-gal-arrow:hover {
    background: #075b3a;
    color: #fff;
}
.shb-hgt-gal-prev {
    left: 12px;
}
.shb-hgt-gal-next {
    right: 12px;
}
.shb-hgt-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(19, 138, 75, 0.35) transparent;
}
.shb-hgt-thumbs::-webkit-scrollbar {
    height: 4px;
}
.shb-hgt-thumbs::-webkit-scrollbar-thumb {
    background: rgba(19, 138, 75, 0.3);
    border-radius: 4px;
}
.shb-hgt-thumb {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 2px solid rgba(7, 91, 58, 0.12);
    border-radius: 12px;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.shb-hgt-thumb:hover {
    border-color: #43a047;
    transform: translateY(-2px);
}
.shb-hgt-thumb.shb-hgt-thumb-active {
    border-color: #138a4b;
    box-shadow: 0 0 0 3px rgba(19, 138, 75, 0.18), 0 4px 14px rgba(7, 91, 58, 0.14);
}
.shb-hgt-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    pointer-events: none;
}
@media (max-width: 991.98px) {
    .shb-hgt-main-btn {
        min-height: 320px;
    }
    .shb-hgt-main-img {
        max-height: 300px;
    }
}
@media (max-width: 575.98px) {
    .shb-hgt-main-btn {
        min-height: 250px;
    }
    .shb-hgt-main-img {
        max-height: 230px;
    }
    .shb-hgt-thumb {
        width: 66px;
        height: 66px;
    }
    .shb-hgt-gal-arrow {
        width: 36px;
        height: 36px;
    }
}

/* Intro mini cards */
.shb-hgt-intro {
    background: #ffffff;
}
.shb-hgt-mini {
    background: #f0f8f2;
    border: 1px solid rgba(7, 91, 58, 0.07);
    border-radius: 14px;
    padding: 26px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: 100%;
    text-align: center;
    transition: transform 0.3s var(--hg-ease), box-shadow 0.3s var(--hg-ease), background 0.3s ease;
}
.shb-hgt-mini:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 34px rgba(7, 91, 58, 0.12);
    background: #fff;
}
.shb-hgt-mini-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #e8f5e9;
    color: #075b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: background 0.3s ease, color 0.3s ease;
}
.shb-hgt-mini:hover .shb-hgt-mini-icon {
    background: #075b3a;
    color: #fff;
}
.shb-hgt-mini-text {
    font-family: "Poppins", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #17211b;
}

/* Model card */
.shb-hgt-configs {
    background: #f7fbf8;
}
.shb-hgt-model-card {
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s var(--hg-ease), box-shadow 0.3s var(--hg-ease);
}
.shb-hgt-model-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(7, 91, 58, 0.13);
}
.shb-hgt-model-media {
    position: relative;
    background: #f0f8f2;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}
.shb-hgt-model-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.45s var(--hg-ease);
    filter: drop-shadow(0 14px 26px rgba(7, 91, 58, 0.13));
}
.shb-hgt-model-card:hover .shb-hgt-model-image {
    transform: scale(1.05);
}
.shb-hgt-model-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #075b3a;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 14px;
    border-radius: 8px;
}
.shb-hgt-model-content {
    padding: 24px;
}
.shb-hgt-model-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #075b3a;
    margin: 0 0 14px;
}
.shb-hgt-model-title span {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 2.6px;
    color: #43a047;
    margin-top: 5px;
}
.shb-hgt-model-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.shb-hgt-model-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    font-size: 0.86rem;
    border-bottom: 1px dashed rgba(7, 91, 58, 0.1);
}
.shb-hgt-model-list li:last-child {
    border-bottom: none;
}
.shb-hgt-model-list span {
    color: #7d8782;
}
.shb-hgt-model-list b {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #17211b;
    text-align: right;
}

/* Specs */
.shb-hgt-specs {
    background: #ffffff;
}
.shb-hgt-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media (max-width: 767.98px) {
    .shb-hgt-spec-grid {
        grid-template-columns: 1fr;
    }
}
.shb-hgt-spec {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f7fbf8;
    border: 1px solid rgba(7, 91, 58, 0.07);
    border-radius: 12px;
    padding: 18px 20px;
    transition: transform 0.3s var(--hg-ease), box-shadow 0.3s var(--hg-ease), background 0.3s ease;
}
.shb-hgt-spec:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 14px rgba(7, 91, 58, 0.08);
    background: #fff;
}
.shb-hgt-spec-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #e8f5e9;
    color: #075b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    transition: background 0.3s ease, color 0.3s ease;
}
.shb-hgt-spec:hover .shb-hgt-spec-icon {
    background: #075b3a;
    color: #fff;
}
.shb-hgt-spec-k {
    display: block;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #7d8782;
    margin-bottom: 3px;
}
.shb-hgt-spec-v {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #17211b;
}

/* Features */
.shb-hgt-features {
    background: #f7fbf8;
}
.shb-hgt-feature {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 14px;
    padding: 30px 24px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s var(--hg-ease), box-shadow 0.3s var(--hg-ease);
}
.shb-hgt-feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #43a047, #138a4b);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--hg-ease);
}
.shb-hgt-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 34px rgba(7, 91, 58, 0.12);
}
.shb-hgt-feature:hover::before {
    transform: scaleX(1);
}
.shb-hgt-feature-num {
    position: absolute;
    top: 12px;
    right: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #e8f5e9;
    line-height: 1;
}
.shb-hgt-feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #e8f5e9;
    color: #075b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 16px;
    transition: background 0.3s ease, color 0.3s ease;
}
.shb-hgt-feature:hover .shb-hgt-feature-icon {
    background: #075b3a;
    color: #fff;
}
.shb-hgt-feature-title {
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #17211b;
    margin: 0 0 10px;
}
.shb-hgt-feature-text {
    font-size: 0.87rem;
    line-height: 1.65;
    color: #55605a;
    margin: 0;
}

/* Crops */
.shb-hgt-crops {
    background: #ffffff;
}
.shb-hgt-crop-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 880px;
    margin: 0 auto;
}
.shb-hgt-crop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f8f2;
    border: 1px solid rgba(19, 138, 75, 0.15);
    color: #075b3a;
    font-family: "Poppins", sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.25s ease;
    cursor: default;
}
.shb-hgt-crop:hover {
    background: #075b3a;
    border-color: #075b3a;
    color: #fff;
    transform: translateY(-3px);
}
.shb-hgt-crop i {
    color: #43a047;
}
.shb-hgt-crop:hover i {
    color: #fff;
}

/* Steps + Flow */
.shb-hgt-works {
    background: #f7fbf8;
}
.shb-hgt-step {
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 14px;
    padding: 28px 18px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: transform 0.3s var(--hg-ease), box-shadow 0.3s var(--hg-ease);
}
.shb-hgt-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(7, 91, 58, 0.12);
}
.shb-hgt-step-num {
    position: absolute;
    top: 10px;
    right: 14px;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #e8f5e9;
    line-height: 1;
}
.shb-hgt-step-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #075b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    transition: background 0.3s ease, color 0.3s ease;
}
.shb-hgt-step:hover .shb-hgt-step-icon {
    background: #075b3a;
    color: #fff;
}
.shb-hgt-step-title {
    font-family: "Poppins", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #17211b;
    margin: 0 0 8px;
}
.shb-hgt-step-text {
    font-size: 0.84rem;
    line-height: 1.6;
    color: #55605a;
    margin: 0;
}
.shb-hgt-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 16px;
    padding: 28px 20px;
}
.shb-hgt-flow-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 108px;
    padding: 14px 12px;
    background: #f7fbf8;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 12px;
}
.shb-hgt-flow-node i {
    font-size: 1.4rem;
    color: #138a4b;
}
.shb-hgt-flow-node span {
    font-family: "Poppins", sans-serif;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #17211b;
    text-align: center;
}
.shb-hgt-flow-end {
    background: #075b3a;
    border-color: #075b3a;
}
.shb-hgt-flow-end i,
.shb-hgt-flow-end span {
    color: #fff;
}
.shb-hgt-flow-arrow {
    color: #43a047;
    font-size: 1.1rem;
}
.shb-hgt-flow-arrow i {
    transform: rotate(-90deg);
}
@media (max-width: 767.98px) {
    .shb-hgt-flow {
        flex-direction: column;
    }
    .shb-hgt-flow-node {
        width: 100%;
        max-width: 280px;
    }
    .shb-hgt-flow-arrow i {
        transform: none;
    }
}

/* Compare */
.shb-hgt-compare {
    background: #ffffff;
}
.shb-hgt-cmp {
    background: #f7fbf8;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 16px;
    padding: 30px 28px;
    height: 100%;
    transition: transform 0.3s var(--hg-ease), box-shadow 0.3s var(--hg-ease);
}
.shb-hgt-cmp:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 34px rgba(7, 91, 58, 0.11);
}
.shb-hgt-cmp-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.shb-hgt-cmp-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e8f5e9;
    color: #075b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.shb-hgt-cmp-icon-deep {
    background: #075b3a;
    color: #fff;
}
.shb-hgt-cmp-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #17211b;
    margin: 0 0 5px;
}
.shb-hgt-cmp-tag {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 4px 12px;
    border-radius: 50px;
    background: #e3ede7;
    color: #075b3a;
}
.shb-hgt-cmp-tag-light {
    background: #e8f5e9;
}
.shb-hgt-cmp-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shb-hgt-cmp-list li {
    display: flex;
    gap: 4px;
    font-size: 0.93rem;
    line-height: 1.65;
    color: #4c5651;
    padding: 7px 0;
}
.shb-hgt-cmp-list i {
    color: #43a047;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* NFT */
.shb-hgt-nft {
    background: #f7fbf8;
}
.shb-hgt-note {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0f8f2;
    border-left: 3px solid #138a4b;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 0.9rem;
    color: #39423c;
    margin-top: 20px;
}
.shb-hgt-note i {
    color: #138a4b;
    flex-shrink: 0;
}
.shb-hgt-nft-diagram {
    background: #ffffff;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 16px;
    padding: 30px 26px 22px;
    text-align: center;
}
.shb-hgt-nft-top {
    display: flex;
    justify-content: space-around;
    padding: 0 24px;
}
.shb-hgt-nft-plant {
    font-size: 1.7rem;
    color: #43a047;
    animation: shbHgFloat 5s ease-in-out infinite;
}
.shb-hgt-nft-plant:nth-child(2) {
    animation-delay: 0.7s;
}
.shb-hgt-nft-plant:nth-child(3) {
    animation-delay: 1.4s;
}
.shb-hgt-nft-plant:nth-child(4) {
    animation-delay: 2.1s;
}
.shb-hgt-nft-lid {
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
    background: #2f3a33;
    border-radius: 8px 8px 0 0;
    margin-top: 6px;
}
.shb-hgt-nft-hole {
    width: 26px;
    height: 8px;
    background: #10160f;
    border-radius: 50%;
}
.shb-hgt-nft-channel {
    position: relative;
    height: 54px;
    background: #42504a;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    overflow: hidden;
    padding: 0 24px;
}
.shb-hgt-nft-root {
    width: 4px;
    height: 26px;
    background: repeating-linear-gradient(#d8cab8 0 4px, #b9a68f 4px 8px);
    border-radius: 0 0 4px 4px;
    position: relative;
    z-index: 1;
}
.shb-hgt-nft-water {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    background: linear-gradient(90deg, rgba(67, 160, 71, 0.5), rgba(19, 138, 75, 0.65), rgba(67, 160, 71, 0.5));
    background-size: 200% 100%;
    animation: shbHgWater 4s linear infinite;
}
@keyframes shbHgWater {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
.shb-hgt-nft-flow {
    margin-top: 14px;
    font-size: 0.78rem;
    color: #7d8782;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.shb-hgt-nft-flow i {
    color: #138a4b;
}

/* Strip */
.shb-hgt-strip {
    background: #ffffff;
    padding-top: 72px;
}
.shb-hgt-strip-frame {
    background: #f7fbf8;
    border: 1px solid rgba(7, 91, 58, 0.08);
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    cursor: zoom-in;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s var(--hg-ease);
}
.shb-hgt-strip-frame:hover {
    box-shadow: 0 10px 34px rgba(7, 91, 58, 0.12);
    transform: translateY(-4px);
}
.shb-hgt-strip-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s var(--hg-ease);
}
.shb-hgt-strip-frame:hover .shb-hgt-strip-img {
    transform: scale(1.05);
}
@media (max-width: 575.98px) {
    .shb-hgt-strip-frame {
        height: 200px;
    }
}

/* CTA */
.shb-hgt-cta {
    position: relative;
    background: linear-gradient(135deg, #075b3a 0%, #0d7548 60%, #138a4b 100%);
    padding: 96px 0;
    overflow: hidden;
}
.shb-hgt-cta-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.shb-hgt-cb-1 {
    width: 400px;
    height: 400px;
    top: -180px;
    right: -110px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
}
.shb-hgt-cb-2 {
    width: 320px;
    height: 320px;
    bottom: -160px;
    left: -90px;
    background: radial-gradient(circle, rgba(67, 160, 71, 0.3) 0%, rgba(67, 160, 71, 0) 70%);
}
.shb-hgt-cta-leaf {
    position: absolute;
    color: rgba(255, 255, 255, 0.07);
    animation: shbHgFloat 7s ease-in-out infinite;
    pointer-events: none;
}
.shb-hgt-cl-1 {
    top: 14%;
    left: 7%;
    font-size: 92px;
}
.shb-hgt-cl-2 {
    bottom: 12%;
    right: 6%;
    font-size: 112px;
    animation-delay: 2.5s;
}
.shb-hgt-cta-title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.6rem, 3.6vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
}
.shb-hgt-cta-desc {
    font-size: 1.02rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    max-width: 620px;
    margin: 0 auto 32px;
}
.shb-hgt-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
.shb-hgt-cta-btn1,
.shb-hgt-cta-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    padding: 15px 34px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #ffffff;
    transition: background 0.3s ease, color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.shb-hgt-cta-btn1 {
    background: #ffffff;
    color: #075b3a;
}
.shb-hgt-cta-btn1:hover {
    background: #e8f5e9;
    border-color: #e8f5e9;
    color: #075b3a;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.shb-hgt-cta-btn2 {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}
.shb-hgt-cta-btn2:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #075b3a;
    transform: translateY(-2px);
}
@media (max-width: 767.98px) {
    .shb-hgt-cta {
        padding: 72px 0;
    }
    .shb-hgt-cl-1,
    .shb-hgt-cl-2 {
        font-size: 60px;
    }
}
@media (max-width: 420px) {
    .shb-hgt-cta-btns {
        flex-direction: column;
    }
}

/* Lightbox */
.shb-hgt-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.shb-hgt-lightbox[hidden] {
    display: none;
}
.shb-hgt-lightbox.shb-hgt-lb-open {
    opacity: 1;
}
.shb-hgt-lb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 20, 14, 0.88);
    backdrop-filter: blur(6px);
}
.shb-hgt-lb-frame {
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: min(88vw, 900px);
}
.shb-hgt-lb-img {
    max-width: 88vw;
    max-height: 80vh;
    object-fit: contain;
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    transition: opacity 0.2s ease;
}
.shb-hgt-lb-img.shb-hgt-lb-fading {
    opacity: 0;
}
.shb-hgt-lb-cap {
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.85);
}
.shb-hgt-lb-btn {
    position: absolute;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: background 0.25s ease, transform 0.25s ease;
}
.shb-hgt-lb-btn:hover {
    background: #138a4b;
    transform: scale(1.06);
}
.shb-hgt-lb-close {
    top: 20px;
    right: 20px;
}
.shb-hgt-lb-prev {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.shb-hgt-lb-next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
body.shb-hgt-lb-lock {
    overflow: hidden;
}
@media (max-width: 575.98px) {
    .shb-hgt-lb-btn {
        width: 40px;
        height: 40px;
    }
    .shb-hgt-lb-prev {
        left: 8px;
    }
    .shb-hgt-lb-next {
        right: 8px;
    }
}

/* Modal */
.shb-hgt-modal .shb-hgt-modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}
.shb-hgt-modal .shb-hgt-modal-head {
    background: linear-gradient(135deg, #075b3a, #138a4b);
    border: none;
    padding: 24px 26px;
}
.shb-hgt-modal-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
}
.shb-hgt-modal-sub {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 6px 0 0;
}
.shb-hgt-modal .shb-hgt-modal-close {
    filter: brightness(0) invert(1);
    opacity: 0.85;
}
.shb-hgt-modal .shb-hgt-modal-body {
    padding: 26px;
}
.shb-hgt-form-label {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #17211b;
    margin-bottom: 7px;
}
.shb-hgt-form-input {
    width: 100%;
    background: #f7fbf8;
    border: 1.5px solid rgba(7, 91, 58, 0.14);
    border-radius: 8px;
    padding: 12px 15px;
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    color: #17211b;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.shb-hgt-form-input:focus {
    outline: none;
    border-color: #138a4b;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(19, 138, 75, 0.12);
}
.shb-hgt-form-input.shb-hgt-input-error {
    border-color: #d9534f;
    box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.1);
}
.shb-hgt-form-error {
    display: block;
    font-size: 0.76rem;
    color: #d9534f;
    margin-top: 5px;
    min-height: 14px;
}
.shb-hgt-form-submit {
    width: 100%;
    margin-top: 6px;
}
.shb-hgt-form-success {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e8f5e9;
    border: 1px solid rgba(19, 138, 75, 0.25);
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 0.84rem;
    color: #075b3a;
    margin-bottom: 14px;
}
.shb-hgt-form-success i {
    color: #138a4b;
    flex-shrink: 0;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .shb-hgt-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
    .shb-hgt-leaf,
    .shb-hgt-cta-leaf,
    .shb-hgt-nft-plant {
        animation: none;
    }
    .shb-hgt-nft-water {
        animation: none;
    }
    .shb-hgt-main-btn:hover .shb-hgt-main-img,
    .shb-hgt-model-card:hover .shb-hgt-model-image,
    .shb-hgt-strip-frame:hover .shb-hgt-strip-img {
        transform: none;
    }
}
