.jubatown-landing {
    padding-bottom: 72px;
}

.jubatown-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.85fr);
    gap: 24px;
    align-items: stretch;
}

.jubatown-hero__content {
    min-height: 520px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 38px;
    background: linear-gradient(135deg, rgba(9, 31, 18, 0.92), rgba(22, 79, 49, 0.78)),
        url("../img/store/image3.png") center center / cover no-repeat;
    box-shadow: 0 28px 60px rgba(20, 35, 23, 0.16);
}

.jubatown-hero__content:after {
    content: "";
    position: absolute;
    inset: auto -10% -18% auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(216, 241, 160, 0.14);
    filter: blur(6px);
}

.jubatown-hero__panel {
    position: relative;
    z-index: 1;
    max-width: 470px;
    padding: 28px 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.jubatown-hero__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(216, 241, 160, 0.18);
    color: #e7f8bb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jubatown-hero__title {
    color: #ffffff;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 800;
    margin-bottom: 14px;
}

.jubatown-hero__title span {
    display: block;
    color: #d6f39a;
}

.jubatown-hero__text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 26px;
}

.jubatown-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-bottom: 24px;
}

.jubatown-hero__actions .primary-btn {
	padding: 14px 24px 12px;
	border-radius: 999px;
	background: #d6f39a;
	color: #1f351d;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(127, 173, 57, 0.25);
}

.jubatown-hero__actions .primary-btn:hover {
	background: #c5e57d;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(127, 173, 57, 0.35);
	color: #1f351d;
}

.jubatown-hero__link {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	transition: color 0.3s ease;
}

.jubatown-hero__link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 2px;
	background: #ffffff;
	transition: width 0.3s ease;
}

.jubatown-hero__link:hover:after {
	width: 100%;
}

.jubatown-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.jubatown-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    font-size: 14px;
}

.jubatown-hero__gallery {
    display: grid;
    grid-template-rows: 1.15fr 0.85fr;
    gap: 18px;
}

.jubatown-hero__gallery-main,
.jubatown-hero__gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 22px 48px rgba(20, 35, 23, 0.14);
    background: #f7f4ed;
}

.jubatown-hero__gallery-main {
    min-height: 260px;
}

.jubatown-hero__gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.jubatown-hero__gallery-card {
    min-height: 170px;
}

.jubatown-hero__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.jubatown-hero__caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(10, 18, 12, 0.1), rgba(10, 18, 12, 0.72));
    color: #ffffff;
}

.jubatown-hero__caption strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.jubatown-hero__caption span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.jubatown-overview {
    padding: 0 0 90px;
}

.jubatown-overview__wrap {
    background: linear-gradient(180deg, #fffdf8 0%, #f5f2e8 100%);
    border: 1px solid #ece5d7;
    border-radius: 30px;
    padding: 40px;
}

.jubatown-overview__intro {
    max-width: 640px;
    margin-bottom: 26px;
}

.jubatown-overview__intro span {
    display: inline-block;
    margin-bottom: 12px;
    color: #5e8740;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jubatown-overview__intro h2 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 14px;
}

.jubatown-overview__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.jubatown-overview__card {
	background: #ffffff;
	border-radius: 22px;
	padding: 26px 24px;
	min-height: 100%;
	box-shadow: 0 14px 30px rgba(17, 24, 18, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jubatown-overview__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(17, 24, 18, 0.12);
}

.jubatown-overview__card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #edf7dd;
    color: #5f8d34;
    font-size: 20px;
    margin-bottom: 18px;
}

.jubatown-overview__card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.jubatown-overview__card p {
	margin-bottom: 0;
}

/* Entrance Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.jubatown-hero__panel {
	animation: fadeInUp 0.8s ease-out forwards;
}

.jubatown-hero__gallery {
	opacity: 0;
	animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

@media only screen and (max-width: 991px) {
    .jubatown-hero {
        grid-template-columns: 1fr;
    }

    .jubatown-hero__content {
        min-height: 460px;
    }

    .jubatown-overview__cards {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .jubatown-landing {
        padding-bottom: 54px;
    }

    .jubatown-hero__content {
        padding: 24px;
        min-height: 420px;
    }

    .jubatown-hero__panel {
        padding: 22px 20px;
    }

    .jubatown-hero__title {
        font-size: 38px;
    }

    .jubatown-hero__gallery-grid {
        grid-template-columns: 1fr;
    }

    .jubatown-hero__gallery-card {
        min-height: 180px;
    }

    .jubatown-overview__wrap {
        padding: 28px 22px;
    }

    .jubatown-overview__intro h2 {
        font-size: 28px;
    }
}

/* ── Top Announcement Bar ─────────────────────────────── */
.jt-topbar {
    background: #1a3d22;
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 8px 0;
}
.jt-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.jt-topbar__inner i { margin-right: 5px; color: #d6f39a; }
.jt-topbar__divider { opacity: 0.35; }

/* ── Enhanced Header ──────────────────────────────────── */
.jt-header-enhanced {
    box-shadow: 0 2px 20px rgba(0,0,0,0.07);
}
.jt-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}
.jt-cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f0f7e8;
    color: #3a7d44;
    font-size: 18px;
    transition: background 0.2s;
}
.jt-cart-btn:hover { background: #d6f39a; color: #1f351d; }
.jt-cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #e05c2a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
}

/* ── Loading Spinner ──────────────────────────────────── */
.jt-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e6ebe4;
    border-top-color: #3a7d44;
    border-radius: 50%;
    animation: jt-spin 0.7s linear infinite;
    margin: 0 auto;
}
@keyframes jt-spin { to { transform: rotate(360deg); } }

/* ── View All Button ──────────────────────────────────── */
.jt-view-all-btn {
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.jt-view-all-btn i { margin-left: 8px; }

/* ── Trust Bar ────────────────────────────────────────── */
.jt-trust-bar {
    background: #f8fdf3;
    border-top: 1px solid #e4f0d8;
    border-bottom: 1px solid #e4f0d8;
    padding: 22px 0;
}
.jt-trust-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.jt-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
}
.jt-trust-item i {
    font-size: 28px;
    color: #3a7d44;
    flex-shrink: 0;
}
.jt-trust-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1f351d;
    margin-bottom: 2px;
}
.jt-trust-item span {
    font-size: 12px;
    color: #7a8470;
}

/* ── Promo Banner ─────────────────────────────────────── */
.jt-promo-banner {
    padding: 0 0 72px;
}
.jt-promo-banner__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.jt-promo-card {
    border-radius: 24px;
    padding: 32px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.jt-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.jt-promo-card--green { background: linear-gradient(135deg, #1a4d2e, #2d7a4a); color: #fff; }
.jt-promo-card--orange { background: linear-gradient(135deg, #7a3010, #c4541e); color: #fff; }
.jt-promo-card--blue { background: linear-gradient(135deg, #0f3460, #1a5fa8); color: #fff; }
.jt-promo-card__tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.jt-promo-card__body h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
    line-height: 1.25;
}
.jt-promo-card__body p {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 18px;
    line-height: 1.6;
}
.jt-promo-card__btn {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.35);
    transition: background 0.2s;
}
.jt-promo-card__btn:hover { background: rgba(255,255,255,0.38); color: #fff; }
.jt-promo-card__icon {
    font-size: 64px;
    opacity: 0.18;
    flex-shrink: 0;
    line-height: 1;
}

/* ── CTA Banner ───────────────────────────────────────── */
.jt-cta-banner {
    padding: 0 0 80px;
}
.jt-cta-banner__inner {
    background: linear-gradient(135deg, #0f2d18, #1e5c30);
    border-radius: 28px;
    padding: 52px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.jt-cta-banner__text h2 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.25;
}
.jt-cta-banner__text p {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    margin: 0;
    max-width: 480px;
}
.jt-cta-banner__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.jt-cta-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.25s;
    white-space: nowrap;
}
.jt-cta-btn--primary { background: #d6f39a; color: #1f351d; }
.jt-cta-btn--primary:hover { background: #c5e57d; color: #1f351d; transform: translateY(-2px); }
.jt-cta-btn--outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); }
.jt-cta-btn--outline:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* ── Responsive ───────────────────────────────────────── */
@media only screen and (max-width: 1199px) {
    .jt-trust-bar__grid { grid-template-columns: repeat(2, 1fr); }
    .jt-promo-banner__grid { grid-template-columns: repeat(2, 1fr); }
    .jt-promo-card:last-child { grid-column: 1 / -1; }
}
@media only screen and (max-width: 767px) {
    .jt-topbar { display: none; }
    .jt-trust-bar__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .jt-promo-banner__grid { grid-template-columns: 1fr; }
    .jt-promo-card:last-child { grid-column: auto; }
    .jt-cta-banner__inner { padding: 36px 24px; flex-direction: column; text-align: center; }
    .jt-cta-banner__text h2 { font-size: 22px; }
    .jt-cta-banner__actions { justify-content: center; }
    .jt-promo-card__icon { display: none; }
}
@media only screen and (max-width: 480px) {
    .jt-trust-bar__grid { grid-template-columns: 1fr; }
}

/* ── Category Circles Carousel ────────────────────────── */
.jt-cat-track-wrap {
    overflow: hidden;
    width: 100%;
    padding: 16px 0 24px;
    /* fade edges */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.jt-cat-track {
    display: flex;
    gap: 32px;
    width: max-content;
    animation: jt-scroll-left linear infinite;
}

.jt-cat-track:hover {
    animation-play-state: paused;
}

@keyframes jt-scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.jt-cat-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.jt-cat-circle:hover {
    transform: translateY(-6px);
}

.jt-cat-circle__img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 3px solid #e4f0d8;
    box-shadow: 0 8px 24px rgba(30, 80, 40, 0.13);
    background: #f0f7e8;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.jt-cat-circle:hover .jt-cat-circle__img {
    border-color: #3a7d44;
    box-shadow: 0 12px 32px rgba(30, 80, 40, 0.22);
}

.jt-cat-circle__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.jt-cat-circle:hover .jt-cat-circle__img img {
    transform: scale(1.08);
}

.jt-cat-circle__overlay {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 60% 40%, rgba(255,255,255,0.18), transparent 70%);
    pointer-events: none;
}

.jt-cat-circle__fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d6f39a, #a8d870);
    color: #2d6a35;
    font-size: 32px;
}

.jt-cat-circle span {
    font-size: 13px;
    font-weight: 700;
    color: #1f351d;
    text-align: center;
    max-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
}

.jt-cat-circle:hover span {
    color: #3a7d44;
}

@media only screen and (max-width: 767px) {
    .jt-cat-circle__img {
        width: 80px;
        height: 80px;
    }
    .jt-cat-track { gap: 20px; }
}
