@font-face {
    font-family: "AnekBangla-Regular";
    src: url("../fonts/Anek_Bangla/AnekBangla-Regular.ttf");
}

@font-face {
    font-family: "AnekBangla-Medium";
    src: url("../fonts/Anek_Bangla/AnekBangla-Medium.ttf");
}

@font-face {
    font-family: "AnekBangla-Bold";
    src: url("../fonts/Anek_Bangla/AnekBangla-Bold.ttf");
}

@font-face {
    font-family: "HindSiliguri-Regular";
    src: url("../fonts/Hind_Siliguri/HindSiliguri-Regular.ttf");
}

@font-face {
    font-family: "HindSiliguri-Medium";
    src: url("../fonts/Hind_Siliguri/HindSiliguri-Medium.ttf");
}

@font-face {
    font-family: "HindSiliguri-Bold";
    src: url("../fonts/Hind_Siliguri/HindSiliguri-Bold.ttf");
}

:root {
    --cp: #e39a1f;
    --cd: #3a2518;
    --cg: #2f7a45;
    --cbg: #fff8ee;
    --cs: #ffffff;
    --cb: #e8d9c4;
    --ct: #4b3a2c;
    --cm: #7b6a57;
    --ca: #fff0c6;
    --cu: #d56a1f;
    --r: 14px;
    --ssm: 0 2px 12px rgba(91, 58, 30, 0.06);
    --smd: 0 6px 28px rgba(91, 58, 30, 0.1);
    --slg: 0 16px 48px rgba(91, 58, 30, 0.13);
    --tr: all 0.22s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Hind Siliguri", sans-serif;
    background: var(--cbg);
    color: var(--ct);
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

/* TOPBAR */
.topbar {
    background: linear-gradient(90deg, #2f7a45 0%, #46a05f 100%);
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 8px 12px;
    letter-spacing: 0.2px;
}

.topbar span {
    margin: 0 12px;
}

/* NAV */
.site-nav {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--cb);
}

.nav-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.brand {
    font-family: "DM Serif Display", serif;
    font-size: 1.55rem;
    color: var(--cd);
    text-decoration: none;
    letter-spacing: -0.3px;
}

.brand em {
    color: var(--cp);
    font-style: normal;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nav-phone {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cg);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-nav {
    background: var(--cp);
    color: #fff;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 9px 20px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--tr);
    box-shadow: 0 4px 16px rgba(212, 134, 10, 0.35);
}

.btn-nav:hover {
    background: #b8720a;
    color: #fff;
    transform: translateY(-1px);
}

/* HERO */
.hero {
    background: var(--cs);
    overflow: hidden;
}

.hero-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 560px;
}

.hero-content {
    padding: 60px 48px 60px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #fff6d8 0%, #ffe9b1 100%);
    border: 1px solid #ebcb7a;
    color: var(--cp);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 13px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-title {
    font-family: "DM Serif Display", serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: var(--cd);
    line-height: 1.18;
    margin-bottom: 14px;
}

.hero-title span {
    color: var(--cp);
}

.hero-sub {
    color: var(--cm);
    font-size: 0.98rem;
    margin-bottom: 28px;
    max-width: 420px;
}

.hero-price {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.price-old {
    font-size: 0.9rem;
    text-decoration: line-through;
    color: #bbb;
}

.price-now {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--cd);
    line-height: 1;
}

.price-now sub {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--cm);
}

.badge-save {
    background: var(--cu);
    color: #fff;
    font-size: 0.73rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
}

.hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.btn-p {
    background: linear-gradient(135deg, #e39a1f 0%, #f1b84b 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 30px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(227, 154, 31, 0.4);
    transition: var(--tr);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-p:hover {
    background: linear-gradient(135deg, #f0af38 0%, #d88b11 100%);
    color: #fff;
    transform: translateY(-2px);
}

.btn-wa {
    background: linear-gradient(135deg, #2f7a45 0%, #46a05f 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 22px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(47, 122, 69, 0.35);
    transition: var(--tr);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-wa:hover {
    background: #27703e;
    color: #fff;
    transform: translateY(-2px);
}

.hero-trust {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.ht-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: var(--cm);
}

.ht-item i {
    color: var(--cg);
}

.hero-img-side {
    position: relative;
    overflow: hidden;
}

.hero-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 460px;
    display: block;
}

.hero-badge-float {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: var(--smd);
    display: flex;
    align-items: center;
    gap: 10px;
}

.hbf-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #2f7a45 0%, #3d8f57 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.hbf-icon-text strong {
    display: block;
    font-size: 0.88rem;
    color: var(--cd);
}

.hbf-icon-text span {
    font-size: 0.75rem;
    color: var(--cm);
}

/* URGENCY */
.urgency {
    background: linear-gradient(90deg, #d56a1f 0%, #e58b1c 100%);
    color: #fff;
    text-align: center;
    padding: 11px 16px;
    font-size: 0.88rem;
    font-weight: 600;
}

.u-bar {
    display: inline-block;
    width: 110px;
    height: 7px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 10px;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 6px;
}

.u-fill {
    display: block;
    background: linear-gradient(90deg, #fff8ee 0%, #ffffff 100%);
    height: 100%;
    width: 68%;
    border-radius: 10px;
    animation: fillPulse 2s ease-in-out infinite;
}

@keyframes fillPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* SECTIONS */
.sec {
    padding: 72px 0;
}

.sec-alt {
    background: var(--cs);
}

.ctr {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

.eyebrow {
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--cp);
    margin-bottom: 8px;
}

.stitle {
    font-family: "DM Serif Display", serif;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    color: var(--cd);
    line-height: 1.2;
    margin-bottom: 10px;
}

.sdesc {
    color: var(--cm);
    font-size: 0.95rem;
    max-width: 540px;
}

/* GALLERY */
.gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    margin-top: 32px;
}

.gallery > div {
    overflow: hidden;
    border-radius: 12px;
}

.gallery > div:first-child {
    grid-row: span 2;
}

.gallery > div:first-child img {
    height: 100%;
    min-height: 300px;
}

.gallery img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 200px;
    display: block;
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.025);
}

/* PRODUCT CARDS */
.prod-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.prod-card {
    background: var(--cs);
    border: 2px solid var(--cb);
    border-radius: var(--r);
    overflow: hidden;
    cursor: pointer;
    transition: var(--tr);
    position: relative;
}

.prod-card:hover {
    border-color: var(--cp);
    box-shadow: var(--smd);
    transform: translateY(-3px);
}

.prod-card.selected,
.prod-card.active {
    border-color: var(--cp);
    box-shadow:
        0 0 0 4px rgba(212, 134, 10, 0.14),
        var(--smd);
}

.prod-card.selected .chk,
.prod-card.active .chk {
    opacity: 1;
    transform: scale(1);
}

.chk {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: var(--cp);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
    opacity: 0;
    transform: scale(0.5);
    transition: var(--tr);
}

.prod-card img {
    width: 100%;
    height: 178px;
    object-fit: cover;
    display: block;
}

.pop-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--cu);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 6px;
    text-transform: uppercase;
}

.pc-body {
    padding: 16px;
}

.pc-var {
    font-size: 0.73rem;
    font-weight: 700;
    color: var(--cp);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.pc-name {
    font-weight: 700;
    font-size: 1.03rem;
    color: var(--cd);
    margin-bottom: 3px;
}

.pc-qty {
    font-size: 0.81rem;
    color: var(--cm);
    margin-bottom: 12px;
}

.pc-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.pc-price .pnew {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--cd);
}

.pc-price .pold {
    font-size: 0.82rem;
    text-decoration: line-through;
    color: #bbb;
}

.pc-price .psave {
    margin-left: auto;
    background: #e8f5e9;
    color: var(--cg);
    font-size: 0.71rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 5px;
}

.sel-hint {
    text-align: center;
    margin-top: 14px;
    font-size: 0.83rem;
    color: var(--cm);
}

.sel-hint i {
    color: var(--cp);
}

/* ORDER FORM */
.order-sec {
    background: var(--ca);
    border-top: 1px solid #e8d9b0;
    border-bottom: 1px solid #e8d9b0;
}

.order-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.order-sel {
    background: var(--cs);
    border: 2px solid var(--cp);
    border-radius: var(--r);
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.order-sel .oimg {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.order-sel .oimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oname {
    font-weight: 700;
    color: var(--cd);
    font-size: 0.97rem;
}

.oqty {
    font-size: 0.81rem;
    color: var(--cm);
}

.oprice {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--cp);
    white-space: nowrap;
}

.order-empty {
    background: var(--cs);
    border: 2px dashed var(--cb);
    border-radius: var(--r);
    padding: 28px;
    text-align: center;
    color: var(--cm);
    font-size: 0.88rem;
    margin-top: 22px;
}

.order-empty i {
    font-size: 1.8rem;
    margin-bottom: 8px;
    opacity: 0.32;
    display: block;
}

.trust-list {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tl-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.87rem;
    color: var(--cm);
}

.tl-icon {
    width: 32px;
    height: 32px;
    background: var(--cs);
    border: 1px solid var(--cb);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.form-box {
    background: var(--cs);
    border: 1px solid var(--cb);
    border-radius: var(--r);
    padding: 28px;
    box-shadow: var(--ssm);
}

.ftitle {
    font-family: "DM Serif Display", serif;
    font-size: 1.4rem;
    color: var(--cd);
    margin-bottom: 20px;
}

.fg {
    margin-bottom: 14px;
}

.fl {
    display: block;
    font-size: 0.81rem;
    font-weight: 600;
    color: var(--cd);
    margin-bottom: 5px;
}

.fc {
    width: 100%;
    padding: 10px 13px;
    border: 1.5px solid var(--cb);
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: "Hind Siliguri", sans-serif;
    color: var(--cd);
    background: #fff;
    transition: border-color 0.18s;
}

.fc:focus {
    outline: none;
    border-color: var(--cp);
    box-shadow: 0 0 0 3px rgba(212, 134, 10, 0.12);
}

textarea.fc {
    resize: vertical;
    min-height: 80px;
}

.fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.qty-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--cb);
    border-radius: 10px;
    overflow: hidden;
}

.qty-btn {
    width: 40px;
    height: 41px;
    background: #f5f3ee;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--cd);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.qty-btn:hover {
    background: #ede9e0;
}

.qty-num {
    flex: 1;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--cd);
}

.pkg-disp {
    background: var(--ca);
    border: 1.5px solid #e0d0a8;
    border-radius: 10px;
    padding: 10px 13px;
    font-size: 0.88rem;
    color: var(--cm);
    font-style: italic;
}

.pkg-disp.set {
    color: var(--cd);
    font-style: normal;
    font-weight: 600;
    background: #fff;
    border-color: var(--cp);
}

.btn-sub {
    width: 100%;
    background: var(--cp);
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 14px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    margin-top: 6px;
    box-shadow: 0 6px 20px rgba(227, 154, 31, 0.38);
    transition: var(--tr);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-sub:hover {
    background: #c68114;
    transform: translateY(-1px);
}

.fnote {
    text-align: center;
    font-size: 0.77rem;
    color: var(--cm);
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.fnote i {
    color: var(--cg);
}

/* VIDEO */
.vid-sec {
    background:
        radial-gradient(
            circle at top,
            rgba(255, 226, 151, 0.3),
            transparent 36%
        ),
        linear-gradient(180deg, #fff1c5 0%, #f2d79c 100%);
    padding: 72px 0;
}

.vid-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--slg);
    aspect-ratio: 16/9;
    background: linear-gradient(180deg, #fffdf7 0%, #fff1c5 100%);
}

.vid-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* BENEFITS */
.ben-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.ben-card {
    background: var(--cs);
    border: 1px solid var(--cb);
    border-radius: var(--r);
    padding: 22px;
    transition: var(--tr);
}

.ben-card:hover {
    border-color: var(--cp);
    box-shadow: var(--ssm);
}

.ben-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #fff4d4 0%, #ffe7a8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 13px;
}

.ben-title {
    font-weight: 700;
    font-size: 0.97rem;
    color: var(--cd);
    margin-bottom: 5px;
}

.ben-desc {
    font-size: 0.84rem;
    color: var(--cm);
    line-height: 1.55;
}

/* STEPS */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
    position: relative;
}

.steps::before {
    content: "";
    position: absolute;
    top: 27px;
    left: calc(16.67% + 12px);
    right: calc(16.67% + 12px);
    height: 2px;
    background: var(--cb);
    z-index: 0;
}

.step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.s-num {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--cs);
    border: 2px solid var(--cp);
    color: var(--cp);
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
    box-shadow: 0 0 0 6px var(--cbg);
}

.s-title {
    font-weight: 700;
    font-size: 0.97rem;
    color: var(--cd);
    margin-bottom: 5px;
}

.s-desc {
    font-size: 0.83rem;
    color: var(--cm);
}

/* REVIEWS */
.rev-top {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--ca);
    border: 1px solid #e8d9b0;
    border-radius: var(--r);
    padding: 20px 24px;
    margin-top: 32px;
}

.rev-big {
    font-family: "DM Serif Display", serif;
    font-size: 3.4rem;
    color: var(--cd);
    line-height: 1;
}

.rev-stars {
    font-size: 1.1rem;
    color: #f0ad1e;
}

.rev-ct {
    font-size: 0.82rem;
    color: var(--cm);
}

.rev-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.rev-card {
    background: var(--cs);
    border: 1px solid var(--cb);
    border-radius: var(--r);
    padding: 20px;
}

.rev-card .stars {
    color: #f0ad1e;
    font-size: 0.88rem;
    margin-bottom: 10px;
}

.rev-text {
    font-size: 0.88rem;
    color: var(--ct);
    line-height: 1.65;
    margin-bottom: 14px;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cp);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.rname {
    font-weight: 700;
    font-size: 0.87rem;
    color: var(--cd);
}

.rloc {
    font-size: 0.77rem;
    color: var(--cm);
}

/* FAQ */
.faq-list {
    margin-top: 30px;
}

.faq-item {
    border: 1px solid var(--cb);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 9px;
}

.faq-q {
    width: 100%;
    background: var(--cs);
    padding: 15px 18px;
    text-align: left;
    border: none;
    cursor: pointer;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--cd);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background 0.15s;
}

.faq-q:hover,
.faq-q.open {
    background: var(--ca);
}

.faq-q.open {
    color: var(--cp);
}

.faq-q .ico {
    font-size: 0.72rem;
    color: var(--cm);
    transition: transform 0.2s;
    flex-shrink: 0;
}

.faq-q.open .ico {
    transform: rotate(45deg);
    color: var(--cp);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    font-size: 0.87rem;
    color: var(--cm);
    line-height: 1.65;
    transition:
        max-height 0.3s ease,
        padding 0.3s;
    background: var(--ca);
}

.faq-a.open {
    max-height: 200px;
    padding: 13px 18px;
}

/* FINAL CTA */
.fcta {
    background: linear-gradient(135deg, #2f7a45 0%, #4d9a5c 100%);
    padding: 72px 0;
    text-align: center;
}

.fcta h2 {
    font-family: "DM Serif Display", serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #fff;
    margin-bottom: 10px;
}

.fcta p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.97rem;
    margin-bottom: 30px;
}

.fcta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* STICKY */
.sticky-b {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 250, 240, 0.98);
    border-top: 1px solid var(--cb);
    padding: 10px 16px;
    display: flex;
    gap: 10px;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(91, 58, 30, 0.1);
}

.sticky-b .sbo {
    flex: 1;
    background: var(--cp);
    color: #fff;
    font-weight: 700;
    font-size: 0.93rem;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(227, 154, 31, 0.35);
}

.sticky-b .sbw {
    background: linear-gradient(135deg, #2f7a45 0%, #46a05f 100%);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    text-decoration: none;
    flex-shrink: 0;
}

/* FOOTER */
.footer {
    background: linear-gradient(180deg, #3a2518 0%, #26170f 100%);
    color: #888;
    text-align: center;
    padding: 26px 16px 80px;
    font-size: 0.81rem;
}

.footer a {
    color: #aaa;
    text-decoration: none;
}

.footer a:hover {
    color: var(--cp);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-content {
        padding: 36px 20px 28px;
    }

    .hero-img-side img {
        min-height: 260px;
    }

    .order-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gallery {
        grid-template-columns: 1fr 1fr;
    }

    .gallery img:first-child {
        grid-row: span 1;
        height: 200px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .steps::before {
        display: none;
    }

    .step {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        text-align: left;
    }

    .s-num {
        margin: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 992px) {
    .sticky-b {
        display: none;
    }
}

@media (max-width: 576px) {
    .topbar {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 6px 10px;
    }

    .topbar span {
        margin: 0;
        font-size: 0.72rem;
    }

    .fr {
        grid-template-columns: 1fr;
    }

    .gallery {
        grid-template-columns: 1fr;
    }

    .gallery > div:first-child {
        grid-row: span 1;
    }

    .gallery > div:first-child img {
        height: 200px;
        min-height: auto;
    }

    .hero-ctas {
        flex-direction: column;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .price-now {
        font-size: 1.7rem;
    }

    .ben-grid {
        grid-template-columns: 1fr;
    }

    .rev-grid {
        grid-template-columns: 1fr;
    }

    .fcta h2 {
        font-size: 1.5rem;
    }

    .fcta-btns {
        flex-direction: column;
        align-items: center;
    }
}
