:root {
    --green: #4caf50;
    --fresh: #66bb6a;
    --dark: #17351c;
    --leaf: #2e7d32;
    --orange: #ff9800;
    --yellow: #fbc02d;
    --red: #e53935;
    --cream: #f8fff5;
    --white: #fff;
    --text: #222;
    --muted: #667269;
    --shadow: 0 20px 60px rgba(46, 125, 50, .12);
    --radius: 20px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    color: var(--text);
    background: var(--cream);
    overflow-x: hidden
}

section {
    padding: 105px 0
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2 {
    letter-spacing: -1.5px;
    font-weight: 700
}

h2 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.12
}

h2 em,
h1 em {
    font-style: normal;
    color: var(--leaf)
}

p {
    color: var(--muted)
}

a {
    text-decoration: none
}

.navbar {
    padding: 18px 0;
    transition: .3s
}

.navbar.scrolled {
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
    padding: 10px 0
}

.navbar-brand {
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--dark)
}

.navbar-brand i,
.navbar-brand span {
    color: var(--green)
}

.nav-link {
    font-weight: 600;
    color: #455548 !important
}

.nav-link:hover {
    color: var(--green) !important
}

.btn {
    border: 0;
    border-radius: 50px;
    font-weight: 600;
    padding: 12px 22px;
    position: relative;
    overflow: hidden
}

.btn-main {
    color: white;
    background: linear-gradient(135deg, var(--leaf), var(--fresh));
    box-shadow: 0 12px 25px rgba(76, 175, 80, .25)
}

.btn-main:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(76, 175, 80, .35)
}

.btn-soft {
    background: #fff;
    color: var(--leaf);
    box-shadow: var(--shadow)
}

#loader {
    position: fixed;
    inset: 0;
    background: var(--cream);
    z-index: 9999;
    display: grid;
    place-content: center;
    transition: .55s
}

.loader-mark {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark)
}

.loader-mark span {
    color: var(--green)
}

.loader-line {
    height: 4px;
    background: #dcefd8;
    margin-top: 12px;
    border-radius: 5px;
    overflow: hidden
}

.loader-line:after {
    content: "";
    display: block;
    height: 100%;
    background: var(--green);
    animation: load 1.2s infinite
}

@keyframes load {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

#progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--yellow), var(--green));
    z-index: 10000;
    width: 0
}

.hero {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 85% 40%, #dff6d7 0, transparent 33%)
}

.eyebrow,
.kicker,
.section-head span,
.section-title>span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--leaf);
    background: #e9f7e6;
    border-radius: 30px;
    padding: 8px 14px;
    font-weight: 600;
    margin-bottom: 20px
}

.hero h1 {
    font-size: clamp(3rem, 5.8vw, 5.4rem);
    line-height: 1.02;
    color: var(--dark)
}

.hero .lead {
    font-size: 1.2rem;
    max-width: 620px;
    line-height: 1.75;
    margin: 25px 0 30px
}

.trust {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
    color: var(--muted);
    line-height: 1.2
}

.trust strong {
    color: var(--dark)
}

.avatars {
    display: flex
}

.avatars b {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ffe8b5;
    color: #7b4e00;
    border: 3px solid white;
    margin-left: -10px
}

.hero-visual {
    position: relative;
    min-height: 630px;
    display: grid;
    place-items: center
}

.hero-visual img {
    width: 112%;
    position: relative;
    z-index: 2;
    animation: float 5s ease-in-out infinite;
    filter: drop-shadow(0 35px 28px rgba(35, 89, 38, .2))
}

.glow {
    position: absolute;
    width: 480px;
    height: 480px;
    background: linear-gradient(135deg, #a4de91, #e9f7aa);
    border-radius: 50%;
    z-index: 0
}

.float-card {
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(15px);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, .8);
    padding: 13px 18px;
    border-radius: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700
}

.float-card i {
    color: var(--green);
    font-size: 1.5rem
}

.float-card small {
    display: block;
    color: var(--muted);
    font-weight: 400
}

.fc1 {
    left: 1%;
    top: 28%
}

.fc2 {
    right: -2%;
    bottom: 18%
}

.orbit {
    position: absolute;
    z-index: 3;
    font-size: 2.3rem;
    filter: drop-shadow(0 8px 5px rgba(0, 0, 0, .15));
    animation: float 4s ease-in-out infinite
}

.o1 {
    right: 4%;
    top: 16%
}

.o2 {
    left: 8%;
    bottom: 12%;
    animation-delay: -1s
}

.o3 {
    right: 8%;
    bottom: 5%;
    animation-delay: -2s
}

@keyframes float {
    50% {
        transform: translateY(-15px) rotate(1deg)
    }
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px)
}

.s1 {
    width: 80px;
    height: 80px;
    background: #ffde7a;
    left: 3%;
    top: 20%;
    opacity: .5
}

.s2 {
    width: 120px;
    height: 120px;
    border: 25px solid #bfe4b7;
    right: -50px;
    top: 15%
}

.benefits {
    padding: 0 0 90px
}

.mini-card,
.cat,
.step,
.review {
    background: rgba(255, 255, 255, .88);
    border: 1px solid #e8f3e5;
    border-radius: var(--radius);
    box-shadow: 0 12px 40px rgba(46, 125, 50, .07);
    transition: .3s
}

.mini-card {
    padding: 24px 18px;
    display: flex;
    align-items: center;
    gap: 14px
}

.mini-card:hover,
.cat:hover,
.step:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow)
}

.mini-card>i {
    font-size: 1.65rem;
    color: var(--green);
    width: 50px;
    height: 50px;
    background: #eff9ec;
    border-radius: 14px;
    display: grid;
    place-items: center
}

.mini-card h3,
.cat h3,
.step h3 {
    font-size: 1.15rem;
    margin: 0;
    font-weight: 700
}

.mini-card p,
.cat small,
.step p {
    margin: 2px 0 0;
    font-size: .9rem
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 40px
}

.section-head h2 {
    margin: 0
}

.section-head a {
    color: var(--leaf);
    font-weight: 600
}

.cat {
    text-align: center;
    padding: 28px 10px
}

.cat b {
    font-size: 4.4rem;
    display: block;
    margin-bottom: 15px;
    transition: .3s
}

.cat:hover b {
    transform: scale(1.12) rotate(-5deg)
}

.cat small {
    color: var(--muted)
}

.product-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3f0df;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 14px 42px rgba(46, 125, 50, .09);
    transition: .3s
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow)
}

.product-card>img,
.product-emoji {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: linear-gradient(145deg, #effbed, #fff9de)
}

.product-emoji {
    display: grid;
    place-items: center;
    font-size: 7rem
}

.product-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 6px 12px;
    border-radius: 50px;
    background: var(--yellow);
    color: #503b00;
    font-weight: 700
}

.product-body {
    padding: 24px
}

.product-body h3 {
    margin: 7px 0;
    color: var(--dark);
    font-size: 1.35rem;
    font-weight: 700
}

.product-body p {
    min-height: 48px
}

.product-foot {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.product-foot strong {
    color: var(--leaf);
    font-size: 1.5rem
}

.product-foot del {
    color: var(--muted)
}

.product-foot .btn {
    margin-left: auto;
    padding: 9px 16px
}

.c1 {
    background: #effbed
}

.c2 {
    background: #fff0ec
}

.c3 {
    background: #edf6ff
}

.c4 {
    background: #fff9de
}

.c5 {
    background: #fff0ee
}

.c6 {
    background: #f3efff
}

.feature {
    background: #fff
}

.feature-art {
    min-height: 540px;
    border-radius: 40px;
    background: linear-gradient(145deg, #d8f3d2, #f5fad8);
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden
}

.feature-art img {
    width: 95%;
    filter: drop-shadow(0 25px 20px rgba(0, 0, 0, .16))
}

.ai-badge {
    position: absolute;
    left: 28px;
    top: 28px;
    background: #fff;
    padding: 12px 18px;
    border-radius: 30px;
    color: var(--leaf);
    font-weight: 700;
    z-index: 2;
    box-shadow: var(--shadow)
}

.feature p {
    font-size: 1.08rem;
    line-height: 1.75
}

.check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 30px 0
}

.check-grid span {
    font-weight: 600
}

.check-grid i {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #dff3dc;
    color: var(--leaf);
    margin-right: 8px
}

.works {
    background: linear-gradient(180deg, #f8fff5, #edfae9)
}

.section-title {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 50px
}

.section-title h2 {
    margin-bottom: 8px
}

.step {
    text-align: center;
    padding: 35px 18px;
    position: relative
}

.step>b {
    position: absolute;
    right: 18px;
    top: 14px;
    font-family: Inter;
    color: #d5ebd1;
    font-size: 2rem
}

.step>i {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--green), var(--fresh));
    color: white;
    font-size: 2rem;
    box-shadow: 0 15px 25px rgba(76, 175, 80, .25)
}

.steps>div:not(:last-child) .step:after {
    content: "→";
    position: absolute;
    right: -30px;
    top: 45%;
    color: #afd4a8;
    font-size: 2rem
}

.stats {
    background: var(--dark);
    padding: 70px 0;
    color: white
}

.stats strong,
.stats span {
    font: 700 clamp(2.2rem, 4vw, 3.7rem) Inter
}

.stats span {
    color: var(--yellow)
}

.stats p {
    color: #c8d7c9;
    margin: 6px 0 0
}

#reviews {
    background: #fff
}

.review {
    max-width: 760px;
    text-align: center;
    margin: auto;
    padding: 45px 70px;
    position: relative
}

.quote {
    font: 700 5rem Georgia;
    color: #dcefd8;
    position: absolute;
    left: 30px;
    top: 5px
}

.stars {
    color: var(--yellow);
    letter-spacing: 5px
}

.review>p {
    font-size: 1.22rem;
    line-height: 1.8;
    color: #46534a;
    margin: 18px 0
}

.reviewer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.reviewer>div {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e7f6e3;
    color: var(--leaf);
    font-weight: 700
}

.reviewer span {
    text-align: left
}

.reviewer b,
.reviewer small {
    display: block
}

.reviewer small {
    color: var(--muted)
}

.carousel-indicators {
    position: static;
    margin-top: 25px
}

.carousel-indicators button {
    background-color: var(--green) !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%
}

.faq {
    background: #f4fbee
}

.faq p {
    font-size: 1.08rem
}

.accordion-item {
    border: 0 !important;
    border-radius: 16px !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 7px 25px rgba(46, 125, 50, .06)
}

.accordion-button {
    font-weight: 700;
    font-size: 1.05rem;
    padding: 22px
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--leaf);
    box-shadow: none
}

.accordion-button:focus {
    box-shadow: none
}

.cta-box {
    background: linear-gradient(135deg, #28782e, #61bc62);
    padding: 70px;
    border-radius: 35px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.cta-box:before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border: 55px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    right: -80px;
    top: -90px
}

.cta-box>div:first-child {
    position: relative;
    z-index: 2
}

.cta-box span {
    background: rgba(255, 255, 255, .15);
    padding: 8px 15px;
    border-radius: 20px
}

.cta-box h2 {
    max-width: 700px;
    margin: 22px 0 12px
}

.cta-box p {
    color: #def0de;
    font-size: 1.15rem
}

.cta-emoji {
    position: absolute;
    right: 8%;
    bottom: 15%;
    font-size: 8rem;
    transform: rotate(-10deg)
}

footer {
    background: #142d18;
    padding: 8px 0 20px;
    color: #fff
}

footer .navbar-brand {
    display: block;
    margin-bottom: 20px
}

footer p,
footer span {
    color: #aebfaf
}

footer h3 {
    font-size: 1.15rem;
    margin-bottom: 20px
}

footer a {
    display: block;
    color: #c8d7c9;
    margin-bottom: 11px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 45px
}

.footer-grid>div {
    display: grid;
    align-content: start;
    gap: 10px
}

.navbar-brand.light {
    color: white
}

.social {
    display: flex;
    gap: 10px
}

.social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #27462b
}

.subscribe {
    display: flex;
    background: #fff;
    border-radius: 50px;
    padding: 5px
}

.subscribe input {
    border: 0;
    outline: 0;
    flex: 1;
    padding: 10px 15px;
    background: none
}

.subscribe button {
    border: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--green);
    color: white
}

.copyright {
    border-top: 1px solid #2c4730;
    margin-top: 60px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between
}

#top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    box-shadow: var(--shadow);
    z-index: 50;
    opacity: 0;
    transform: translateY(20px);
    transition: .3s
}

#top.show {
    opacity: 1;
    transform: none
}

#whatsapp {
    position: fixed;
    right: 25px;
    bottom: 83px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: var(--shadow);
    z-index: 50;
    font-size: 24px;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease
}

#whatsapp:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgb(37 211 102 / 35%)
}

#whatsapp:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    transform: scale(0);
    animation: ripple .6s linear
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0
    }
}

@media(max-width:991px) {
    .footer-grid {
        grid-template-columns: 1fr
    }
    .hero {
        text-align: center
    }

    .hero .lead {
        margin-left: auto;
        margin-right: auto
    }

    .hero .d-flex,
    .trust {
        justify-content: center
    }

    .hero-visual {
        min-height: 500px
    }

    .hero-visual img {
        width: 90%
    }

    .glow {
        width: 380px;
        height: 380px
    }

    .steps>div .step:after {
        display: none
    }

    .feature-art {
        min-height: 440px
    }

    .cta-emoji {
        opacity: .18
    }

    .cta-box {
        padding: 55px 35px
    }
}

@media(max-width:576px) {
    section {
        padding: 75px 0
    }

    .hero h1 {
        font-size: 2.8rem
    }

    .hero-visual {
        min-height: 390px
    }

    .hero-visual img {
        width: 110%
    }

    .glow {
        width: 290px;
        height: 290px
    }

    .float-card {
        font-size: .8rem;
        padding: 8px 10px
    }

    .fc1 {
        top: 20%
    }

    .fc2 {
        right: 0
    }

    .orbit {
        font-size: 1.7rem
    }

    .mini-card {
        display: block;
        text-align: center;
        padding: 17px 8px
    }

    .mini-card>i {
        margin: 0 auto 10px
    }

    .mini-card h3 {
        font-size: 1rem
    }

    .section-head {
        display: block
    }

    .section-head a {
        display: inline-block;
        margin-top: 15px
    }

    .feature-art {
        min-height: 350px
    }

    .check-grid {
        grid-template-columns: 1fr
    }

    .review {
        padding: 38px 22px
    }

    .review>p {
        font-size: 1.05rem
    }

    .cta-box {
        padding: 42px 24px
    }

    .cta-box h2 {
        font-size: 2rem
    }

    .cta-emoji {
        font-size: 5rem
    }

    .copyright {
        display: block;
        text-align: center
    }

    .copyright span {
        display: block;
        margin: 7px
    }

    .social {
        justify-content: flex-start
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        scroll-behavior: auto !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

.order-section {
    background: linear-gradient(180deg, #fff, #f1faed)
}

.order-card {
    max-width: 900px;
    margin: auto;
    padding: 45px;
    background: #fff;
    border: 1px solid #e1efde;
    border-radius: 30px;
    box-shadow: var(--shadow)
}

.order-card .form-label {
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 8px
}

.order-card .form-label b {
    color: var(--red)
}

.order-card .form-label small {
    color: var(--muted);
    font-weight: 400
}

.order-card .form-control,
.order-card .form-select {
    min-height: 54px;
    border: 1px solid #dce9d9;
    border-radius: 14px;
    padding: 13px 16px;
    background: #fbfef9
}

.order-card textarea.form-control {
    min-height: auto;
    resize: vertical
}

.order-card .form-control:focus,
.order-card .form-select:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 4px rgba(76, 175, 80, .12);
    background: #fff
}

.order-submit {
    width: 100%;
    padding: 15px
}

.order-note {
    text-align: center;
    margin: 14px 0 0;
    font-size: .9rem
}

.order-note i {
    color: var(--green)
}

.order-alert {
    margin-bottom: 24px;
    padding: 14px 18px;
    border-radius: 14px;
    font-weight: 600
}

.order-alert i {
    margin-right: 7px
}

.order-alert.success {
    background: #e6f7e2;
    color: var(--leaf)
}

.order-alert.error {
    background: #fff0f0;
    color: var(--red)
}

.order-success {
    display: none;
    text-align: center;
    padding: 45px 15px
}

.order-success.show {
    display: block
}

.order-success>i {
    font-size: 4.5rem;
    color: var(--green)
}

.order-success h3 {
    font-size: 2rem;
    color: var(--dark);
    margin: 18px 0 8px
}

.order-success p {
    font-size: 1.05rem;
    margin-bottom: 25px
}

@media(max-width:576px) {
    .order-card {
        padding: 25px 18px;
        border-radius: 22px
    }

    .order-success {
        padding: 30px 5px
    }
}
