/* ============================================================
       Project Harit Gram Samriddhi â€” page stylesheet
       Palette: leaf green, honey amber, earth brown, sage paper.
       Fonts: Fraunces (display) + Inter (text), already loaded site-wide.
       ============================================================ */

:root {
    --leaf: #1F5A35; /* primary green */
    --leaf-deep: #123F25; /* dark sections */
    --leaf-soft: #E6EFE4; /* sage tint */
    --honey: #E3A32E; /* accent */
    --honey-deep: #B77C15;
    --earth: #6B4A2B;
    --ink: #1B241D;
    --ink-2: #4B5A4F;
    --line: rgba(27,36,29,.12);
    --paper: #FFFFFF;
    --paper-2: #F5F7F2;
    --radius: 18px;
    --wrap: 1180px;
    --font-d: 'Fraunces',Georgia,serif;
    --font-t: 'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

.hgs {
    font-family: var(--font-t);
    color: var(--ink);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

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

    .hgs a {
        color: inherit
    }

    .hgs h1, .hgs h2, .hgs h3 {
        font-family: var(--font-d);
        font-weight: 500;
        line-height: 1.12;
        margin: 0;
        letter-spacing: -.01em
    }

    .hgs h2 {
        font-size: clamp(1.4rem,2.1vw,1.7rem);
    }

    .hgs h3 {
        font-size: 1.2rem
    }

    .hgs p {
        margin: 0
    }

    .hgs .wrap {
        max-width: 94%;
        margin: 0px auto;
        padding: 0px 28px;
    }

    .hgs .sec {
        padding: 43px 0;
    }

    .hgs .sec--sage {
        background: var(--paper-2)
    }

    .hgs .sec--deep {
        background: var(--leaf-deep);
        color: #F1F5EE
    }

    .hgs .lead {
        font-size: 14px;
        color: #000;
        font-weight: 400;
    }

    .hgs .sec--deep .lead {
        color: rgba(241,245,238,.8)
    }

    .hgs .head {
        display: flex;
        grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
        gap: 12px;
        margin-bottom: 20px;
        flex-direction: column;
    }

@media(max-width:860px) {
    .hgs .head {
        grid-template-columns: 1fr;
        gap: 14px
    }
}

.hgs .head .lead {
    padding-bottom: 6px
}

/* focus */
.hgs :focus-visible {
    outline: 3px solid var(--honey);
    outline-offset: 3px
}

/* ---------- buttons ---------- */
.hgs .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 4px 20px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: background .18s,color .18s,border-color .18s,transform .18s;
    font-family: var(--font-t)
}

    .hgs .btn:active {
        transform: translateY(1px)
    }

.hgs .btn-honey {
    background: #f97a20;
    color: #fff;
}

    .hgs .btn-honey:hover {
        background: var(--honey-deep);
        color: #fff
    }

.hgs .btn-leaf {
    background: var(--leaf);
    color: #fff
}

    .hgs .btn-leaf:hover {
        background: var(--leaf-deep)
    }

.hgs .btn-line {
    background: transparent;
    color: var(--leaf);
    border-color: var(--leaf)
}

    .hgs .btn-line:hover {
        background: var(--leaf);
        color: #fff
    }

.hgs .btn-line-light {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.55)
}

    .hgs .btn-line-light:hover {
        background: #fff;
        color: var(--leaf-deep)
    }

.hgs .btn svg {
    width: 18px;
    height: 18px
}

/* ---------- hero ---------- */
.hgs .hero {
    background: linear-gradient(180deg,#F6F8F3 0%,#FFFFFF 100%);
    padding: 23px 0 56px;
    overflow: hidden;
    position: relative
}

.hgs .hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
    gap: 55px;
    align-items: center
}

@media(max-width:960px) {
    .hgs .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.hgs .hero h1 {
    font-size: clamp(2rem,2.8vw,4.4rem);
    line-height: 1.02;
    max-width: 100%;
}

    .hgs .hero h1 .soft {
        color: var(--leaf)
    }

.hgs .hero .tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: .9rem;
    font-weight: 600;
    color: var(--leaf);
    margin-bottom: 22px;
    display: none;
}

    .hgs .hero .tagline::before {
        content: "";
        width: 28px;
        height: 2px;
        background: var(--honey)
    }

.hgs .hero .sub {
    font-family: var(--font-d);
    font-style: italic;
    font-size: 1.35rem;
    color: var(--earth);
    margin: 6px 0 7px;
    x;
    line-height: 1.4;
}

.hgs .hero .lead {
    margin-bottom: 30px
}

.hgs .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.hgs .hero-art {
    position: relative
}

    .hgs .hero-art svg {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 30px 40px rgba(31,90,53,.18))
    }

.hgs .hero-cap {
    margin-top: 14px;
    font-size: .85rem;
    color: var(--ink-2);
    text-align: center
}

/* components strip */
.hgs .strip {
    margin-top: 20px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

@media(max-width:820px) {
    .hgs .strip {
        grid-template-columns: repeat(2,1fr)
    }

        .hgs .strip small {
            font-size: 12px !important;
        }

        .hgs .strip b {
            font-size: 13px !important;
        }

    .hgs .why-list b {
        font-size: 14px !important;
    }

    .hgs .wrap {
        padding: 0px 17px;
    }

    .hgs .ind th, .hgs .ind td {
        padding: 16px 12px;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px solid var(--line);
        font-size: 12px;
    }

    .hgs .hero {
        padding: 23px 0 21px;
    }

    .hgs .sec {
        padding: 20px 0;
    }

    .hgs .strip div {
        display: flex;
        align-items: flex-start !important;
        flex-direction: column;
    }
}

.hgs .strip div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 18px;
    border-right: 1px solid var(--line)
}

    .hgs .strip div:last-child {
        border-right: 0
    }

@media(max-width:820px) {
    .hgs .strip div:nth-child(2) {
        border-right: 0
    }

    .hgs .strip div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }
}

.hgs .strip svg {
    width: 36px;
    height: 36px;
    flex: none
}

.hgs .strip b {
    display: block;
    font-weight: 600;
    font-size: .98rem
}

.hgs .strip small {
    display: block;
    color: var(--ink-2);
    font-size: .82rem
}

/* ---------- why ---------- */
.hgs .why-grid {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
    gap: 56px;
    align-items: start
}

@media(max-width:900px) {
    .hgs .why-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

.hgs .why-pull {
    font-family: var(--font-d);
    font-size: clamp(1.5rem,2vw,1.8rem);
    line-height: 1.25;
    color: var(--leaf-deep);
    border-left: 4px solid var(--honey);
    padding-left: 22px
}

.hgs .why-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px
}

    .hgs .why-list li {
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 16px;
        padding: 18px 0;
        border-bottom: 1px solid var(--line)
    }

        .hgs .why-list li:last-child {
            border-bottom: 0
        }

    .hgs .why-list svg {
        width: 44px;
        height: 44px
    }

    .hgs .why-list b {
        display: block;
        font-weight: 600;
        font-size: 1.02rem;
        margin-bottom: 3px
    }

    .hgs .why-list p {
        color: var(--ink-2);
        font-size: .95rem
    }

.hgs .place {
    margin-top: 44px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    background: var(--leaf-soft);
    border-radius: var(--radius);
    padding: 22px 26px
}

@media(max-width:600px) {
    .hgs .place {
        grid-template-columns: 1fr
    }
}

.hgs .place svg {
    width: 52px;
    height: 52px
}

.hgs .place b {
    display: block;
    font-weight: 600
}

.hgs .place p {
    color: var(--ink-2);
    font-size: .95rem
}

/* ---------- model ---------- */
.hgs .model-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px
}

@media(max-width:1000px) {
    .hgs .model-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width:560px) {
    .hgs .model-grid {
        grid-template-columns: 1fr
    }
}

.hgs .model-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 24px 28px;
    position: relative;
    overflow: hidden
}

    .hgs .model-card::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 4px;
        background: var(--c,var(--leaf))
    }

    .hgs .model-card .ic {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: var(--leaf-soft);
        margin-bottom: 18px
    }

        .hgs .model-card .ic svg {
            width: 34px;
            height: 34px
        }

    .hgs .model-card .k {
        font-family: var(--font-d);
        font-size: .95rem;
        color: var(--ink-2);
        margin-bottom: 6px
    }

    .hgs .model-card h3 {
        margin-bottom: 10px
    }

    .hgs .model-card p {
        color: var(--ink-2);
        font-size: .95rem
    }

.hgs .model-note {
    margin-top: 28px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    color: var(--ink-2);
    font-size: 14px;
}

    .hgs .model-note svg {
        width: 22px;
        height: 22px;
        flex: none;
        margin-top: 2px
    }

/* ---------- process ---------- */
.hgs .steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 0;
    position: relative;
    counter-reset: step
}

    .hgs .steps::before {
        content: "";
        position: absolute;
        left: 24px;
        right: 24px;
        top: 24px;
        height: 2px;
        background: var(--line)
    }

@media(max-width:1000px) {
    .hgs .steps {
        grid-template-columns: repeat(3,1fr);
        row-gap: 32px
    }

        .hgs .steps::before {
            display: none
        }
}

@media(max-width:560px) {
    .hgs .steps {
        grid-template-columns: 1fr
    }
}

.hgs .steps li {
    padding: 0 18px 0 0;
    position: relative
}

.hgs .steps .n {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--paper);
    border: 2px solid var(--honey);
    color: var(--leaf-deep);
    display: grid;
    place-items: center;
    font-family: var(--font-d);
    font-size: 1.15rem;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}

.hgs .steps li:first-child .n, .hgs .steps li:last-child .n {
    background: #f97a20;
    border-color: #f97a20;
    color: #fff;
}

.hgs .steps b {
    display: block;
    font-weight: 600;
    font-size: 1.02rem;
    margin-bottom: 6px
}

.hgs .steps p {
    color: var(--ink-2);
    font-size: .9rem;
    line-height: 1.5
}

.hgs .principle {
    margin-top: 56px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px;
    align-items: center;
    background: var(--leaf-deep);
    color: #F1F5EE;
    border-radius: var(--radius);
    padding: 16px 17px;
}

@media(max-width:640px) {
    .hgs .principle {
        grid-template-columns: 1fr
    }
}

.hgs .principle svg {
    width: 54px;
    height: 54px
}

.hgs .principle q {
    font-family: var(--font-d);
    font-size: 15px;
    line-height: 1.3;
    display: block;
    quotes: none
}

.hgs .principle small {
    display: block;
    margin-top: 8px;
    color: rgba(241,245,238,.75)
}

/* ---------- livelihoods ---------- */
.hgs .lv-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px
}

@media(max-width:820px) {
    .hgs .lv-grid {
        grid-template-columns: 1fr
    }
}

.hgs .lv {
    background: var(--paper);
    border-radius: var(--radius);
    padding: 30px;
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 22px
}

@media(max-width:480px) {
    .hgs .lv {
        grid-template-columns: 1fr
    }
}

.hgs .lv .ic {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--leaf-soft);
    display: grid;
    place-items: center
}

    .hgs .lv .ic svg {
        width: 44px;
        height: 44px
    }

.hgs .lv .l {
    font-size: .78rem;
    font-weight: 600;
    color: var(--honey-deep);
    margin-bottom: 6px
}

.hgs .lv h3 {
    margin-bottom: 8px
}

.hgs .lv .intro {
    color: var(--ink-2);
    font-size: .95rem;
    margin-bottom: 14px
}

.hgs .lv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    font-size: .93rem
}

    .hgs .lv ul li {
        display: flex;
        gap: 10px
    }

        .hgs .lv ul li::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--honey);
            flex: none;
            margin-top: 8px
        }

/* ---------- csr ---------- */
.hgs .chain {
    list-style: none;
    margin: 0 0 48px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

    .hgs .chain li {
        padding: 4px 16px;
        border-radius: 999px;
        border: 1px solid rgba(255,255,255,.28);
        font-size: 13.5px;
        background: rgba(255,255,255,.06)
    }

        .hgs .chain li:last-child {
            background: #f97a20;
            color: #fff;
            border-color: var(--honey);
            font-weight: 600
        }

        .hgs .chain li + li::before {
            content: "â†’";
            margin-right: 10px;
            opacity: .5
        }

        .hgs .chain li:first-child::before {
            content: none
        }

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

@media(max-width:1000px) {
    .hgs .csr-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width:560px) {
    .hgs .csr-grid {
        grid-template-columns: 1fr
    }
}

.hgs .csr-col {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius);
    padding: 22px
}

    .hgs .csr-col h3 {
        font-size: 1.05rem;
        color: #eaba98;
        margin-bottom: 12px
    }

    .hgs .csr-col ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 8px;
        font-size: .92rem;
        color: rgba(241,245,238,.85)
    }

.hgs .gov {
    margin-top: 48px;
    display: grid;
    grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
    gap: 40px;
    align-items: start;
    padding-top: 44px;
    border-top: 1px solid rgba(255,255,255,.15)
}

@media(max-width:860px) {
    .hgs .gov {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.hgs .gov h3 {
    font-size: 1.5rem;
    max-width: 18ch
}

.hgs .gov .big {
    font-family: var(--font-d);
    color: var(--honey);
    font-size: 1.1rem;
    margin-top: 14px
}

.hgs .gov ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px 28px;
    font-size: .95rem
}

@media(max-width:600px) {
    .hgs .gov ul {
        grid-template-columns: 1fr
    }
}

.hgs .gov li {
    display: flex;
    gap: 10px;
    color: rgba(241,245,238,.9)
}

    .hgs .gov li svg {
        width: 20px;
        height: 20px;
        flex: none;
        margin-top: 3px
    }

.hgs .csr-cta {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center
}

    .hgs .csr-cta small {
        color: rgba(241,245,238,.65);
        font-size: .85rem;
        max-width: 56ch
    }

/* ---------- impact ---------- */
.hgs .ind {
    width: 100%;
    border-collapse: collapse;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden
}

.hgs .ind-wrap {
    overflow-x: auto;
    border-radius: var(--radius)
}

.hgs .ind th, .hgs .ind td {
    padding: 16px 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
    font-size: .95rem
}

.hgs .ind th {
    font-weight: 600;
    background: var(--leaf-soft);
    color: var(--leaf-deep);
    font-size: .85rem
}

.hgs .ind td:first-child {
    font-weight: 600;
    width: 32%
}

.hgs .ind tr:last-child td {
    border-bottom: 0
}

.hgs .ind .g {
    color: var(--ink-2);
    font-weight: 400;
    font-size: .8rem;
    display: block;
    margin-top: 2px
}

.hgs .discipline {
    margin-top: 28px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
    background: #FFF7E6;
    border: 1px solid rgba(227,163,46,.4);
    border-radius: 14px;
    padding: 18px 22px;
    font-size: .93rem;
    color: var(--ink-2)
}

    .hgs .discipline svg {
        width: 26px;
        height: 26px;
        margin-top: 2px
    }

    .hgs .discipline b {
        color: var(--ink)
    }

/* ---------- partner + form ---------- */
.hgs .partner-grid {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
    gap: 48px;
    align-items: start
}

@media(max-width:960px) {
    .hgs .partner-grid {
        grid-template-columns: 1fr
    }
}

.hgs .who {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 14px
}

    .hgs .who li {
        display: grid;
        grid-template-columns: 40px 1fr;
        gap: 14px;
        align-items: start
    }

    .hgs .who svg {
        width: 40px;
        height: 40px
    }

    .hgs .who b {
        display: block;
        font-weight: 600;
        font-size: 14px;
    }

    .hgs .who span {
        color: var(--ink-2);
        font-size: 13px;
    }

.hgs .contact {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 8px;
    font-size: .95rem
}

    .hgs .contact a {
        color: var(--leaf);
        font-weight: 500;
        text-decoration: none
    }

    .hgs .contact .k {
        display: inline-block;
        width: 64px;
        color: var(--ink-2)
    }

.hgs .form-card {
    z-index: 20;
    background: var(--paper);
    border-radius: var(--radius);
    border: 1px solid var(--line);
    box-shadow: 0 24px 60px rgba(27,36,29,.08);
    padding: 22px;
}

@media(max-width:560px) {
    .hgs .form-card {
        padding: 24px 20px
    }
}

.hgs .form-card header {
    margin-bottom: 22px;
    position: relative;
}

    .hgs .form-card header h3 {
        font-size: 1.5rem;
        margin-bottom: 6px
    }

    .hgs .form-card header p {
        color: var(--ink-2);
        font-size: .9rem
    }

.hgs .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 18px;
}

@media(max-width:560px) {
    .hgs .form-grid {
        grid-template-columns: 1fr
    }
}

.hgs .field {
    display: grid;
    gap: 6px;
    position: relative;
}

    .hgs .field.full {
        grid-column: 1/-1
    }

    .hgs .field label {
        font-size: 13px;
        font-weight: 600
    }

    .hgs .field .req {
        color: var(--honey-deep)
    }

    .hgs .field .hint {
        font-weight: 400;
        color: var(--ink-2)
    }

    .hgs .field input[type=text], .hgs .field input[type=email], .hgs .field select, .hgs .field textarea {
        width: 100%;
        font: inherit;
        font-size: 13px;
        padding: 6px 14px;
        border: 1.5px solid var(--line);
        border-radius: 10px;
        background: #fff;
        color: var(--ink);
        transition: border-color .15s,box-shadow .15s;
        height: 38px;
    }

        .hgs .field input:focus, .hgs .field select:focus, .hgs .field textarea:focus {
            outline: none;
            border-color: var(--leaf);
            box-shadow: 0 0 0 4px rgba(31,90,53,.12)
        }

    .hgs .field textarea {
        resize: vertical;
        min-height: 120px
    }

.hgs .captcha {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center
}

@media(max-width:480px) {
    .hgs .captcha {
        grid-template-columns: 1fr
    }
}

.hgs .captcha_text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--leaf-soft);
    border-radius: 10px;
    padding: 10px 16px;
    font-family: monospace;
    font-size: 1.35rem;
    letter-spacing: 5px;
    font-weight: 700;
    color: var(--leaf-deep)
}

    .hgs .captcha_text img, .hgs .captcha_text input[type=image] {
        width: 26px !important;
        height: auto;
        letter-spacing: 0
    }

.hgs .consent {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    font-size: .88rem;
    color: var(--ink-2);
    margin-top: 4px
}

    .hgs .consent input {
        margin-top: 4px;
        accent-color: var(--leaf)
    }

    .hgs .consent a {
        color: var(--leaf)
    }

.hgs .form-foot {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center
}

    .hgs .form-foot .meta {
        color: var(--ink-2);
        font-size: .85rem
    }

.hgs .err {
    color: #B3261E;
    font-size: 10px;
    position: absolute;
    bottom: -18px;
}

.hgs .form-status {
    display: none;
    background: #FDECEA;
    color: #8C1D18;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: .9rem;
    margin-bottom: 16px
}

    .hgs .form-status.show {
        display: block
    }

.hgs .form-success {
    display: none;
    text-align: center;
    padding: 40px 20px
}

    .hgs .form-success.show {
        display: block
    }

    .hgs .form-success .tick {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: var(--leaf-soft);
        color: var(--leaf);
        display: grid;
        place-items: center;
        margin: 0 auto 18px;
        font-size: 1.8rem
    }

    .hgs .form-success h3 {
        margin-bottom: 8px
    }

    .hgs .form-success p {
        color: var(--ink-2);
        max-width: 44ch;
        margin: 0 auto
    }

/* ---------- faq ---------- */
.hgs .faq {
    margin: 0 auto
}

    .hgs .faq details {
        border-bottom: 1px solid var(--line)
    }

    .hgs .faq summary {
        list-style: none;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        padding: 20px 0;
        font-weight: 600;
        font-size: 1.02rem
    }

        .hgs .faq summary::-webkit-details-marker {
            display: none
        }

        .hgs .faq summary .pm {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1.5px solid var(--leaf);
            color: var(--leaf);
            display: grid;
            place-items: center;
            flex: none;
            font-weight: 500;
            transition: transform .2s,background .2s,color .2s
        }

    .hgs .faq details[open] summary .pm {
        transform: rotate(45deg);
        background: var(--leaf);
        color: #fff
    }

    .hgs .faq details p {
        padding: 0 0 20px;
        color: var(--ink-2);
        max-width: 68ch
    }

/* ---------- closing band ---------- */
.hgs .band {
    background: #123f25;
    padding: 23px 0;
}

    .hgs .band .wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        align-items: center;
        justify-content: space-between
    }

    .hgs .band h2 {
        font-size: clamp(1.2rem,1.8vw,1.5rem);
        color: #fff;
    }

    .hgs .band .btn-leaf:hover {
        background: var(--ink)
    }

@media (prefers-reduced-motion:reduce) {
    .hgs * {
        transition: none !important
    }
}


@media(min-width:991px) {
    .position-sticky-div {
        position: sticky;
        top: 72px;
    }
}
