/* MasNex Sarab-inspired marketplace landing — primary #2196F3 */
:root {
	--blue: #2196F3;
	--blue-dark: #0d7ad9;
	--ink: #152238;
	--muted: #6b778c;
	--line: #e7edf4;
	--soft: #f5f9fd;
	--white: #fff;
	--radius: 22px;
	--shadow: 0 16px 45px rgba(21,34,56,.09);
	--banner-color: #ffffff00;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
}

body {
	margin: 0;
	color: var(--ink);
	background: #fff;
	font-family: "DM Sans",sans-serif;
	font-size: 15px;
	line-height: 1.7;
}

.navbar-brand,h1,h2,h3,h4,h5,h6,.mx-display {
	font-family: "Plus Jakarta Sans",sans-serif;
}

.mx-topbar {
	background: #102033;
	color: #cbd6e4;
	font-size: 12px;
	padding: 8px 0;
}

.mx-topbar i {
	color: #64b5ff;
	margin-right: 5px;
}

.mx-navbar {
	background: rgba(255,255,255,.96);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(20,35,55,.07);
	height: 78px;
}

.navbar-brand {
	font-weight: 800;
	font-size: 20px;
	color: var(--ink);
	display: flex;
	align-items: center;
	gap: 10px;
}

.navbar-brand:hover {
	color: var(--blue);
}

.mx-logo-mark {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	background: #2196f300;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	overflow: hidden;
	flex: 0 0 auto;
}

.mx-logo-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #ffffff00;
}

.mx-navbar .nav-link {
	color: #59667a;
	font-weight: 600;
	padding: 10px 15px!important;
}

.mx-navbar .nav-link:hover,.mx-navbar .nav-link.active {
	color: var(--blue);
}

.mx-nav-btn,.mx-btn-primary {
	background: var(--blue);
	color: #fff;
	border: 0;
	border-radius: 999px;
	font-weight: 700;
	padding: 12px 21px;
	box-shadow: 0 8px 20px rgba(33,150,243,.22);
}

.mx-nav-btn:hover,.mx-btn-primary:hover {
	background: var(--blue-dark);
	color: #fff;
	transform: translateY(-1px);
}

.navbar-toggler i {
	font-size: 28px;
	color: var(--ink);
}

.mx-offcanvas .offcanvas-body>a {
	display: block;
	padding: 13px 5px;
	color: var(--ink);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--line);
}

.mx-hero {
	padding: 22px 0 55px;
	background: linear-gradient(#fff,#f8fbff);
}

.mx-hero-slider {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 22px 55px rgba(16,32,51,.13);
}

.mx-hero-slide {
	height: 560px;
	position: relative;
	background: #12243a;
	overflow: hidden;
}

.mx-hero-slide>img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.mx-hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: linear-gradient(
        90deg,
        color-mix(
            in srgb,
            var(--banner-color) 45%,
            #000 55%
        ) 0%,

        color-mix(
            in srgb,
            var(--banner-color) 65%,
            #000 20%
        ) 30%,

        color-mix(
            in srgb,
            var(--banner-color) 50%,
            transparent
        ) 45%,

        color-mix(
            in srgb,
            var(--banner-color) 15%,
            transparent
        ) 50%,

        transparent 100%
    );
}

.mx-hero-content {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 610px;
	color: #fff;
	z-index: 2;
}

.mx-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #bfe3ff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .14em;
	margin-bottom: 15px;
}

.mx-hero-content h1 {
	font-size: clamp(42px,5vw,70px);
	line-height: 1.04;
	letter-spacing: -.045em;
	margin: 0 0 22px;
	font-weight: 800;
}

.mx-hero-content h1 span {
	color: #75c5ff;
}

.mx-hero-content p {
	font-size: 18px;
	line-height: 1.65;
	color: #e5edf6;
	max-width: 560px;
	margin-bottom: 28px;
}

.mx-btn-light {
	background: #fff;
	color: var(--ink);
	border: 1px solid #fff;
	border-radius: 999px;
	padding: 12px 21px;
	font-weight: 700;
}

.mx-btn-light:hover {
	color: var(--blue);
	background: #f4f9ff;
}

.mx-hero .carousel-control-prev,.mx-hero .carousel-control-next {
	width: 7%;
	z-index: 3;
}

.mx-hero .carousel-indicators {
	z-index: 4;
}

.mx-hero .carousel-indicators [data-bs-target] {
	width: 28px;
	height: 4px;
	border: 0;
	border-radius: 10px;
}

.mx-hero-fallback {
	background: radial-gradient(circle at 80% 35%,rgba(33,150,243,.55),transparent 30%),linear-gradient(135deg,#09233d,#0e5da0 58%,#2196f3);
}

.mx-hero-pattern {
	position: absolute;
	inset: 0;
	opacity: .16;
	background-image: radial-gradient(#fff 1px,transparent 1px);
	background-size: 20px 20px;
}

.mx-hero-orb {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(255,255,255,.11);
	border: 1px solid rgba(255,255,255,.22);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 120px;
	box-shadow: inset 0 0 80px rgba(255,255,255,.08);
}

.mx-category-strip {
	padding: 18px 0 90px;
}

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

.mx-section-head.compact {
	margin-bottom: 25px;
}

.mx-kicker {
	display: block;
	color: var(--blue);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .13em;
	font-weight: 800;
	margin-bottom: 7px;
}

.mx-section-head h2 {
	font-size: 34px;
	letter-spacing: -.035em;
	margin: 0 0 5px;
	font-weight: 800;
}

.mx-section-head p {
	color: var(--muted);
	margin: 0;
}

.mx-text-link {
	color: var(--blue);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.mx-category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: var(--ink);
	padding: 16px 8px;
	border: 1px solid transparent;
	border-radius: 20px;
	transition: .25s;
}

.mx-category-card:hover {
	border-color: #dbeeff;
	background: #fbfdff;
	transform: translateY(-4px);
	box-shadow: var(--shadow);
	color: var(--blue);
}

.mx-category-image {
	width: 108px;
	height: 108px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--soft);
	margin-bottom: 13px;
	border: 5px solid #fff;
	padding: 1rem;
	box-shadow: 0 8px 25px rgba(33,150,243,.10);
}

.mx-category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mx-category-card strong {
	font-size: 14px;
}

.mx-category-card small {
	font-size: 11px;
	color: #8a96a8;
	margin-top: 2px;
}

.mx-story {
	padding: 105px 0;
	background: var(--soft);
	overflow: hidden;
}

.mx-story-visual {
	position: relative;
	max-width: 520px;
	margin: auto;
}

.mx-story-main {
	height: 500px;
	border-radius: 28px;
	overflow: hidden;
	background: #eaf5ff;
	box-shadow: var(--shadow);
}

.mx-story-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mx-story-badge {
	position: absolute;
	right: -18px;
	bottom: 35px;
	background: #fff;
	padding: 20px 24px;
	border-radius: 18px;
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
}

.mx-story-badge strong {
	font-family: "Plus Jakarta Sans";
	font-size: 24px;
	color: var(--blue);
}

.mx-story-badge span {
	color: var(--muted);
	font-size: 13px;
}

.mx-story-dot {
	position: absolute;
	left: -30px;
	top: 30px;
	width: 90px;
	height: 90px;
	border: 14px solid #fff;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 8px 30px rgba(33,150,243,.2);
}

.mx-display {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -.045em;
	font-weight: 800;
	margin-bottom: 20px;
}

.mx-display span {
	color: var(--blue);
}

.mx-lead {
	font-size: 17px;
	color: var(--muted);
	max-width: 560px;
	margin-bottom: 30px;
}

.mx-feature-list>div {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.mx-feature-list>div>i {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e5f3ff;
	color: var(--blue);
	border-radius: 13px;
	flex: 0 0 auto;
}

.mx-feature-list strong {
	display: block;
	font-family: "Plus Jakarta Sans";
}

.mx-feature-list p {
	margin: 3px 0 0;
	color: var(--muted);
	font-size: 13px;
}

.mx-products {
	padding: 105px 0;
}

.mx-product-controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.mx-filter {
	border: 1px solid var(--line);
	background: #fff;
	color: #66758a;
	border-radius: 999px;
	padding: 8px 14px;
	font-weight: 700;
	font-size: 12px;
	transition: .2s;
}

.mx-filter:hover,.mx-filter.active {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

.mx-product-card {
	height: 100%;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	overflow: hidden;
	transition: .25s;
	box-shadow: 0 4px 15px rgba(20,35,55,.03);
}

.mx-product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(20,35,55,.11);
	border-color: #d9ebfa;
}

.mx-product-image-wrap {
	height: 250px;
	background: #f5f8fb;
	position: relative;
	overflow: hidden;
}

.mx-product-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .45s;
}

.mx-product-card:hover .mx-product-image {
	transform: scale(1.05);
}

.mx-product-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--blue);
	color: #fff;
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.mx-quick-view {
	position: absolute;
	right: 14px;
	bottom: 14px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	color: var(--blue);
	box-shadow: 0 7px 20px rgba(0,0,0,.12);
	opacity: 0;
	transform: translateY(8px);
	transition: .2s;
}

.mx-product-card:hover .mx-quick-view {
	opacity: 1;
	transform: none;
}

.mx-product-body {
	padding: 18px;
}

.mx-product-body>small {
	color: var(--blue);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.mx-product-body h3 {
	font-size: 17px;
	line-height: 1.35;
	margin: 5px 0 15px;
	font-weight: 800;
	min-height: 46px;
}

.mx-product-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.mx-price {
	font-family: "Plus Jakarta Sans";
	font-weight: 800;
	font-size: 16px;
}

.mx-price del {
	font-family: "DM Sans";
	font-size: 12px;
	color: #9ba5b2;
	margin-left: 7px;
	font-weight: 500;
}

.mx-app-link {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #edf7ff;
	color: var(--blue);
	transition: .2s;
}

.mx-app-link:hover {
	background: var(--blue);
	color: #fff;
}

.mx-empty {
	padding: 35px;
	text-align: center;
	background: var(--soft);
	border: 1px dashed #cdd8e5;
	border-radius: 18px;
	color: var(--muted);
}

.mx-promo {
	padding: 20px 0 105px;
}

.mx-promo-box {
	position: relative;
	overflow: hidden;
	background: linear-gradient(115deg,#0a2a49,#116db8 70%,#2196f3);
	border-radius: 30px;
	padding: 60px 65px;
	color: #fff;
	box-shadow: 0 25px 60px rgba(17,109,184,.22);
}

.mx-promo-box h2 {
	font-size: 43px;
	line-height: 1.12;
	letter-spacing: -.04em;
	margin: 0 0 14px;
}

.mx-promo-box h2 span {
	color: #9bd5ff;
}

.mx-promo-box p {
	color: #d9edff;
	max-width: 610px;
	font-size: 16px;
}

.mx-promo-glow {
	position: absolute;
	width: 450px;
	height: 450px;
	border-radius: 50%;
	right: -170px;
	top: -200px;
	background: rgba(255,255,255,.1);
}

.mx-store-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #102033;
	border-radius: 13px;
	padding: 8px 17px;
	text-align: left;
}

.mx-store-btn i {
	font-size: 27px;
}

.mx-store-btn span {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.mx-store-btn small {
	font-size: 8px;
	font-weight: 700;
}

.mx-store-btn strong {
	font-size: 16px;
}

.mx-store-btn:hover {
	background: #f0f8ff;
	color: #0d7ad9;
}

.mx-outline-btn {
	border: 1px solid rgba(255,255,255,.45);
	color: #fff;
	border-radius: 13px;
	padding: 11px 18px;
	font-weight: 700;
}

.mx-outline-btn:hover {
	background: #fff;
	color: var(--blue-dark);
}

.mx-qr-card {
	background: #fff;
	color: var(--ink);
	width: 220px;
	padding: 18px;
	border-radius: 20px;
	text-align: center;
	margin-left: auto;
	position: relative;
	z-index: 2;
	box-shadow: 0 15px 45px rgba(0,0,0,.16);
}

.mx-qr-card #landingAppQr {
	width: 150px;
	height: 150px;
	margin: 12px auto 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mx-qr-card #landingAppQr img {
	max-width: 150px;
}

.mx-qr-card strong {
	display: block;
	font-family: "Plus Jakarta Sans";
}

.mx-qr-card small {
	display: block;
	color: var(--muted);
	font-size: 11px;
}

.mx-contact {
	padding: 15px 0 100px;
}

.mx-contact-card {
	display: flex;
	align-items: center;
	gap: 14px;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 20px;
	text-decoration: none;
	color: var(--ink);
	height: 100%;
	transition: .2s;
}

.mx-contact-card:hover {
	border-color: #b9ddfb;
	box-shadow: var(--shadow);
	transform: translateY(-3px);
}

.mx-contact-card>i {
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: #eaf6ff;
	color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}

.mx-contact-card div {
	min-width: 0;
	flex: 1;
}

.mx-contact-card small {
	display: block;
	color: #8995a7;
	font-size: 11px;
}

.mx-contact-card strong {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mx-contact-card>span {
	color: var(--blue);
	font-size: 20px;
}

.mx-address {
	margin-top: 20px;
	padding: 17px 20px;
	background: var(--soft);
	border-radius: 15px;
	color: #5e6b7e;
}

.mx-address i {
	color: var(--blue);
	margin-right: 8px;
}

.mx-footer {
	background: #0d1c2c;
	color: #91a0b2;
	padding: 75px 0 20px;
}

.mx-footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
	font-family: "Plus Jakarta Sans";
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 18px;
}

.mx-footer p {
	max-width: 450px;
	color: #91a0b2;
}

.mx-footer h6 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .09em;
	margin-bottom: 18px;
}

.mx-footer a:not(.mx-footer-brand):not(.mx-footer-app) {
	display: block;
	color: #91a0b2;
	text-decoration: none;
	margin: 8px 0;
	font-size: 13px;
}

.mx-footer a:hover {
	color: #fff;
}

.mx-footer-app {
	display: inline-block;
	border: 1px solid rgba(255,255,255,.2);
	color: #fff;
	border-radius: 999px;
	padding: 9px 17px;
	font-weight: 700;
}

.mx-footer-contact {
	font-size: 13px;
	margin: 9px 0;
}

.mx-footer-contact i {
	color: #54b6ff;
	width: 22px;
}

.mx-footer-bottom {
	border-top: 1px solid rgba(255,255,255,.08);
	margin-top: 45px;
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
	font-size: 11px;
}

.mx-product-modal {
	border: 0;
	border-radius: 25px;
	padding-bottom: 10px;
}

.mx-product-modal h3 {
	font-size: 28px;
	margin: 8px 0;
}

.mx-product-modal p {
	color: var(--muted);
}

.mx-modal-price {
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-weight: 800;
	color: var(--blue);
}

@media(max-width:991px) {
	.mx-navbar {
		height: 70px;
	}

	.mx-hero {
		padding-top: 12px;
	}

	.mx-hero-slide {
		height: 510px;
	}

	.mx-hero-content {
		left: 7%;
		right: 7%;
		max-width: 650px;
	}

	.mx-hero-orb {
		opacity: .35;
		right: -80px;
	}

	.mx-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.mx-product-controls {
		justify-content: flex-start;
	}

	.mx-story,.mx-products {
		padding: 80px 0;
	}

	.mx-promo-box {
		padding: 45px 35px;
	}

	.mx-qr-card {
		margin: 10px auto 0;
	}

	.mx-display {
		font-size: 40px;
	}
}

@media(max-width:575px) {
	.mx-hero-slide {
		height: 570px;
	}

	.mx-hero-overlay {
		background: linear-gradient(90deg,rgba(9,23,39,.91),rgba(9,23,39,.65));
	}

	.mx-hero-content {
		left: 24px;
		right: 24px;
	}

	.mx-hero-content h1 {
		font-size: 40px;
	}

	.mx-hero-content p {
		font-size: 15px;
	}

	.mx-hero-orb {
		display: none;
	}

	.mx-category-strip {
		padding-bottom: 65px;
	}

	.mx-category-image {
		width: 82px;
		height: 82px;
	}

	.mx-story,.mx-products {
		padding: 65px 0;
	}

	.mx-story-main {
		height: 390px;
	}

	.mx-story-badge {
		right: 8px;
		bottom: 18px;
	}

	.mx-story-dot {
		left: -12px;
	}

	.mx-display {
		font-size: 35px;
	}

	.mx-section-head h2 {
		font-size: 29px;
	}

	.mx-product-image-wrap {
		height: 220px;
	}

	.mx-promo {
		padding-bottom: 70px;
	}

	.mx-promo-box {
		padding: 35px 24px;
		border-radius: 22px;
	}

	.mx-promo-box h2 {
		font-size: 34px;
	}

	.mx-footer-bottom {
		flex-direction: column;
		gap: 7px;
	}

	.mx-hero .carousel-control-prev,.mx-hero .carousel-control-next {
		display: none;
	}
}