/*
Theme Name: Mẹ Con Nhà Tí
Theme URI: https://meconnhati.com/
Author: Mẹ Con Nhà Tí
Author URI: https://meconnhati.com/
Description: Giao diện chuyên biệt cho kho tài liệu mầm non Mẹ Con Nhà Tí, tối ưu WooCommerce, tài liệu số và gói thành viên.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: me-con-nha-ti
*/

@font-face {
	font-family: "Baloo 2";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("assets/fonts/baloo-2.woff2") format("woff2");
}

:root {
	--mcnt-blue: #1239c5;
	--mcnt-blue-dark: #0a237b;
	--mcnt-blue-soft: #edf2ff;
	--mcnt-orange: #ff6b00;
	--mcnt-orange-dark: #d94e00;
	--mcnt-orange-soft: #fff1e5;
	--mcnt-pink: #f50072;
	--mcnt-pink-soft: #fff0f7;
	--mcnt-ink: #17213b;
	--mcnt-muted: #667085;
	--mcnt-line: #e7eaf2;
	--mcnt-cream: #fffaf3;
	--mcnt-white: #fff;
	--mcnt-green: #1e9b64;
	--mcnt-radius: 22px;
	--mcnt-shadow: 0 14px 40px rgba(18, 57, 197, 0.1);
	--mcnt-container: 1200px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--mcnt-ink);
	background: var(--mcnt-white);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
	top: 32px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--mcnt-blue);
	text-decoration: none;
}

a:hover {
	color: var(--mcnt-orange-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
.button,
.wp-element-button,
input[type="submit"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.55em;
	color: var(--mcnt-blue-dark);
	font-family: "Baloo 2", ui-rounded, sans-serif;
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

h1 {
	font-size: clamp(2.5rem, 6vw, 5rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
	font-size: clamp(1.3rem, 2vw, 1.65rem);
}

p {
	margin: 0 0 1.2em;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--mcnt-white);
	border-radius: 8px;
}

.mcnt-container {
	width: min(calc(100% - 40px), var(--mcnt-container));
	margin-inline: auto;
}

.mcnt-narrow {
	width: min(calc(100% - 40px), 850px);
	margin-inline: auto;
}

.mcnt-section {
	padding: clamp(64px, 8vw, 108px) 0;
}

.mcnt-section--soft {
	background: linear-gradient(180deg, #fbfcff 0%, var(--mcnt-blue-soft) 100%);
}

.mcnt-section--cream {
	background: var(--mcnt-cream);
}

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

.mcnt-section-head h2,
.mcnt-section-head p {
	margin-bottom: 0;
}

.mcnt-section-head p {
	max-width: 590px;
	color: var(--mcnt-muted);
}

.mcnt-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--mcnt-orange-dark);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mcnt-kicker::before {
	width: 28px;
	height: 4px;
	content: "";
	background: var(--mcnt-orange);
	border-radius: 999px;
}

.mcnt-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 12px 23px;
	color: var(--mcnt-white) !important;
	background: var(--mcnt-blue) !important;
	border: 2px solid var(--mcnt-blue) !important;
	border-radius: 999px !important;
	box-shadow: 0 8px 20px rgba(18, 57, 197, 0.18);
	font-weight: 800 !important;
	line-height: 1.2;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mcnt-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	color: var(--mcnt-white) !important;
	background: var(--mcnt-blue-dark) !important;
	border-color: var(--mcnt-blue-dark) !important;
	box-shadow: 0 12px 25px rgba(18, 57, 197, 0.24);
	transform: translateY(-2px);
}

.mcnt-button--orange {
	background: var(--mcnt-orange) !important;
	border-color: var(--mcnt-orange) !important;
	box-shadow: 0 8px 20px rgba(255, 107, 0, 0.2);
}

.mcnt-button--orange:hover {
	background: var(--mcnt-orange-dark) !important;
	border-color: var(--mcnt-orange-dark) !important;
}

.mcnt-button--light {
	color: var(--mcnt-blue) !important;
	background: var(--mcnt-white) !important;
	border-color: rgba(18, 57, 197, 0.16) !important;
	box-shadow: none;
}

.mcnt-button--light:hover {
	color: var(--mcnt-blue-dark) !important;
	background: var(--mcnt-blue-soft) !important;
	border-color: var(--mcnt-blue) !important;
}

/* Header */
.mcnt-topbar {
	padding: 7px 0;
	color: var(--mcnt-white);
	background: var(--mcnt-blue-dark);
	font-size: 0.85rem;
	font-weight: 700;
	text-align: center;
}

.mcnt-topbar strong {
	color: #ffd9be;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(14px);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled {
	border-color: var(--mcnt-line);
	box-shadow: 0 8px 28px rgba(23, 33, 59, 0.08);
}

.mcnt-header-inner {
	display: grid;
	min-height: 92px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 26px;
}

.mcnt-brand {
	display: flex;
	align-items: center;
	gap: 11px;
	color: var(--mcnt-blue-dark);
}

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

.mcnt-brand img {
	width: 62px;
	height: 62px;
	border-radius: 50%;
}

.mcnt-brand-text {
	min-width: 142px;
	font-family: "Baloo 2", sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
}

.mcnt-brand-text small {
	display: block;
	margin-top: 5px;
	color: var(--mcnt-orange-dark);
	font-family: Inter, ui-sans-serif, sans-serif;
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.02em;
}

.mcnt-primary-nav ul,
.mcnt-primary-nav .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mcnt-primary-nav li {
	margin: 0;
}

.mcnt-primary-nav a {
	display: block;
	padding: 10px 12px;
	color: var(--mcnt-ink);
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 800;
	white-space: nowrap;
}

.mcnt-primary-nav a:hover,
.mcnt-primary-nav .current-menu-item > a {
	color: var(--mcnt-blue);
	background: var(--mcnt-blue-soft);
}

.mcnt-primary-nav li:last-child > a {
	color: var(--mcnt-white);
	background: var(--mcnt-pink);
}

.mcnt-primary-nav li:last-child > a:hover {
	color: var(--mcnt-white);
	background: #cb005e;
}

.mcnt-header-tools {
	display: flex;
	align-items: center;
	gap: 6px;
}

.mcnt-icon-button {
	position: relative;
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	color: var(--mcnt-blue-dark);
	background: transparent;
	border: 0;
	border-radius: 50%;
}

.mcnt-icon-button:hover {
	color: var(--mcnt-blue);
	background: var(--mcnt-blue-soft);
}

.mcnt-icon-button svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.mcnt-cart-count {
	position: absolute;
	top: 2px;
	right: 0;
	display: grid;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	place-items: center;
	color: var(--mcnt-white);
	background: var(--mcnt-orange);
	border: 2px solid var(--mcnt-white);
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1;
}

.mcnt-menu-toggle {
	display: none;
}

.mcnt-search-panel {
	display: none;
	padding: 14px 0 20px;
	border-top: 1px solid var(--mcnt-line);
}

.mcnt-search-panel.is-open {
	display: block;
}

.mcnt-search-form {
	display: flex;
	max-width: 720px;
	margin: auto;
}

.mcnt-search-form input[type="search"] {
	flex: 1;
	min-width: 0;
	padding: 13px 18px;
	border: 1px solid #d8deec;
	border-radius: 999px 0 0 999px;
	outline: none;
}

.mcnt-search-form input[type="search"]:focus {
	border-color: var(--mcnt-blue);
	box-shadow: 0 0 0 4px var(--mcnt-blue-soft);
}

.mcnt-search-form button {
	padding: 10px 22px;
	color: var(--mcnt-white);
	background: var(--mcnt-blue);
	border: 0;
	border-radius: 0 999px 999px 0;
	font-weight: 800;
}

/* Hero */
.mcnt-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 6% 12%, rgba(245, 0, 114, 0.08), transparent 27%),
		linear-gradient(125deg, #fffaf3 0%, #f8fbff 54%, #eef4ff 100%);
}

.mcnt-hero::before,
.mcnt-hero::after {
	position: absolute;
	content: "";
	border-radius: 50%;
}

.mcnt-hero::before {
	top: -90px;
	left: -80px;
	width: 230px;
	height: 230px;
	border: 42px solid rgba(255, 107, 0, 0.08);
}

.mcnt-hero::after {
	right: -80px;
	bottom: -110px;
	width: 280px;
	height: 280px;
	background: rgba(18, 57, 197, 0.06);
}

.mcnt-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 650px;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: 30px;
}

.mcnt-hero-copy {
	padding: 70px 0;
}

.mcnt-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 13px;
	margin-bottom: 18px;
	color: var(--mcnt-orange-dark);
	background: var(--mcnt-orange-soft);
	border: 1px solid rgba(255, 107, 0, 0.18);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
}

.mcnt-hero h1 {
	max-width: 620px;
	margin-bottom: 20px;
	color: var(--mcnt-blue-dark);
	font-size: clamp(3rem, 6vw, 5.4rem);
}

.mcnt-hero h1 em {
	color: var(--mcnt-orange);
	font-style: normal;
}

.mcnt-hero-copy > p {
	max-width: 610px;
	color: #49536d;
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.mcnt-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.mcnt-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding: 0;
	margin: 28px 0 0;
	color: #46506a;
	font-size: 0.9rem;
	font-weight: 700;
	list-style: none;
}

.mcnt-hero-points li::before {
	margin-right: 7px;
	color: var(--mcnt-green);
	content: "✓";
	font-weight: 900;
}

.mcnt-hero-visual {
	position: relative;
	align-self: end;
}

.mcnt-hero-visual img {
	width: 100%;
	max-height: 620px;
	object-fit: contain;
	object-position: bottom center;
	filter: drop-shadow(0 28px 35px rgba(18, 57, 197, 0.12));
}

/* Cards */
.mcnt-age-grid,
.mcnt-topic-grid,
.mcnt-benefit-grid,
.mcnt-footer-grid {
	display: grid;
	gap: 20px;
}

.mcnt-age-grid {
	grid-template-columns: repeat(4, 1fr);
}

.mcnt-age-card {
	position: relative;
	padding: 26px 24px;
	overflow: hidden;
	color: var(--mcnt-ink);
	background: var(--mcnt-white);
	border: 1px solid var(--mcnt-line);
	border-radius: var(--mcnt-radius);
	box-shadow: 0 8px 24px rgba(23, 33, 59, 0.05);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mcnt-age-card::after {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 90px;
	height: 90px;
	content: "";
	background: var(--card-color, var(--mcnt-blue));
	border-radius: 50%;
	opacity: 0.1;
}

.mcnt-age-card:hover {
	color: var(--mcnt-ink);
	border-color: var(--card-color, var(--mcnt-blue));
	box-shadow: var(--mcnt-shadow);
	transform: translateY(-5px);
}

.mcnt-age-card strong {
	display: block;
	margin-bottom: 5px;
	color: var(--card-color, var(--mcnt-blue));
	font-family: "Baloo 2", sans-serif;
	font-size: 1.5rem;
	line-height: 1.1;
}

.mcnt-age-card span {
	color: var(--mcnt-muted);
	font-size: 0.9rem;
}

.mcnt-topic-grid {
	grid-template-columns: repeat(5, 1fr);
}

.mcnt-topic-card {
	padding: 28px 20px;
	color: var(--mcnt-ink);
	background: var(--mcnt-white);
	border: 1px solid var(--mcnt-line);
	border-radius: var(--mcnt-radius);
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mcnt-topic-card:hover {
	color: var(--mcnt-ink);
	box-shadow: var(--mcnt-shadow);
	transform: translateY(-6px);
}

.mcnt-topic-icon {
	display: grid;
	width: 70px;
	height: 70px;
	margin: 0 auto 17px;
	place-items: center;
	background: var(--topic-bg, var(--mcnt-blue-soft));
	border-radius: 22px;
	font-family: "Baloo 2", sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	transform: rotate(-3deg);
}

.mcnt-topic-card:nth-child(even) .mcnt-topic-icon {
	transform: rotate(3deg);
}

.mcnt-topic-card strong {
	display: block;
	color: var(--mcnt-blue-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: 1.22rem;
	line-height: 1.2;
}

.mcnt-topic-card span {
	display: block;
	margin-top: 7px;
	color: var(--mcnt-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

.mcnt-benefit-grid {
	grid-template-columns: repeat(4, 1fr);
}

.mcnt-benefit {
	padding: 24px;
	background: var(--mcnt-white);
	border: 1px solid var(--mcnt-line);
	border-radius: 18px;
}

.mcnt-benefit-icon {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 15px;
	place-items: center;
	color: var(--mcnt-white);
	background: var(--mcnt-blue);
	border-radius: 15px;
	font-size: 1.3rem;
}

.mcnt-benefit:nth-child(2) .mcnt-benefit-icon {
	background: var(--mcnt-orange);
}

.mcnt-benefit:nth-child(3) .mcnt-benefit-icon {
	background: var(--mcnt-pink);
}

.mcnt-benefit:nth-child(4) .mcnt-benefit-icon {
	background: var(--mcnt-green);
}

.mcnt-benefit h3 {
	margin-bottom: 6px;
	font-size: 1.2rem;
}

.mcnt-benefit p {
	margin: 0;
	color: var(--mcnt-muted);
	font-size: 0.9rem;
	line-height: 1.6;
}

/* Product grid */
.mcnt-products .products,
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
}

.mcnt-products .products::before,
.mcnt-products .products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
.mcnt-products ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	padding: 12px 12px 18px !important;
	margin: 0 !important;
	overflow: hidden;
	background: var(--mcnt-white);
	border: 1px solid var(--mcnt-line);
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(23, 33, 59, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce ul.products li.product:hover {
	box-shadow: var(--mcnt-shadow);
	transform: translateY(-5px);
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 4 / 5;
	margin-bottom: 14px;
	object-fit: contain;
	background: #f8f9fd;
	border-radius: 14px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 3em;
	padding: 0 7px !important;
	color: var(--mcnt-blue-dark);
	font-family: "Baloo 2", sans-serif;
	font-size: 1.08rem !important;
	font-weight: 750;
	line-height: 1.35;
}

.woocommerce ul.products li.product .price {
	padding: 0 7px;
	color: var(--mcnt-orange-dark) !important;
	font-size: 1rem !important;
	font-weight: 850 !important;
}

.woocommerce ul.products li.product .button {
	width: calc(100% - 14px);
	min-height: 44px;
	padding: 10px 12px;
	margin: 10px 7px 0 !important;
	font-size: 0.86rem;
}

.woocommerce span.onsale {
	top: 20px !important;
	left: 20px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 6px 11px !important;
	color: var(--mcnt-white) !important;
	background: var(--mcnt-pink) !important;
	border-radius: 999px !important;
	font-size: 0.72rem !important;
	line-height: 1.2 !important;
}

.mcnt-empty-products {
	grid-column: 1 / -1;
	padding: 42px;
	background: var(--mcnt-white);
	border: 2px dashed #cfd7ec;
	border-radius: var(--mcnt-radius);
	text-align: center;
}

.mcnt-empty-products h3 {
	margin-bottom: 8px;
}

.mcnt-empty-products p {
	margin: 0;
	color: var(--mcnt-muted);
}

/* Membership */
.mcnt-membership-shell {
	position: relative;
	overflow: hidden;
	color: var(--mcnt-white);
	background:
		radial-gradient(circle at 90% 10%, rgba(245, 0, 114, 0.35), transparent 26%),
		linear-gradient(135deg, var(--mcnt-blue-dark), var(--mcnt-blue));
	border-radius: 34px;
	box-shadow: 0 28px 65px rgba(18, 57, 197, 0.22);
}

.mcnt-membership-inner {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	align-items: center;
	gap: 40px;
	padding: clamp(34px, 6vw, 70px);
}

.mcnt-membership-copy h2,
.mcnt-membership-copy h3 {
	color: var(--mcnt-white);
}

.mcnt-membership-copy p {
	color: rgba(255, 255, 255, 0.8);
}

.mcnt-check-list {
	padding: 0;
	margin: 25px 0 0;
	list-style: none;
}

.mcnt-check-list li {
	margin: 8px 0;
}

.mcnt-check-list li::before {
	display: inline-grid;
	width: 23px;
	height: 23px;
	margin-right: 9px;
	place-items: center;
	color: var(--mcnt-blue-dark);
	background: #aeeccf;
	border-radius: 50%;
	content: "✓";
	font-size: 0.78rem;
	font-weight: 900;
}

.mcnt-plan-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.mcnt-plan {
	position: relative;
	padding: 30px 25px;
	color: var(--mcnt-ink);
	background: var(--mcnt-white);
	border: 3px solid transparent;
	border-radius: 24px;
}

.mcnt-plan--best {
	border-color: #ffb37d;
	transform: translateY(-8px);
}

.mcnt-plan-badge {
	position: absolute;
	top: -15px;
	left: 50%;
	padding: 5px 13px;
	color: var(--mcnt-white);
	background: var(--mcnt-orange);
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transform: translateX(-50%);
	white-space: nowrap;
}

.mcnt-plan h3 {
	margin-bottom: 0;
	font-size: 1.35rem;
}

.mcnt-plan-price {
	margin: 12px 0 20px;
	color: var(--mcnt-blue);
	font-family: "Baloo 2", sans-serif;
	font-size: 2.35rem;
	font-weight: 800;
	line-height: 1;
}

.mcnt-plan-price small {
	color: var(--mcnt-muted);
	font-family: Inter, sans-serif;
	font-size: 0.74rem;
	font-weight: 650;
}

.mcnt-plan .mcnt-button {
	width: 100%;
	min-height: 46px;
	padding: 10px 15px;
}

/* About strip */
.mcnt-about-strip {
	display: grid;
	grid-template-columns: 0.4fr 1fr auto;
	align-items: center;
	gap: 30px;
	padding: 34px;
	background: var(--mcnt-orange-soft);
	border: 1px solid rgba(255, 107, 0, 0.12);
	border-radius: 28px;
}

.mcnt-about-logo {
	width: 150px;
	margin: auto;
	border-radius: 50%;
	box-shadow: 0 12px 30px rgba(255, 107, 0, 0.14);
}

.mcnt-about-strip h2 {
	margin-bottom: 6px;
	font-size: 1.9rem;
}

.mcnt-about-strip p {
	margin: 0;
	color: #5c5360;
}

/* Page */
.mcnt-page-hero {
	padding: 68px 0 60px;
	background:
		radial-gradient(circle at 80% 20%, rgba(245, 0, 114, 0.08), transparent 25%),
		linear-gradient(135deg, var(--mcnt-cream), var(--mcnt-blue-soft));
	text-align: center;
}

.mcnt-page-hero h1 {
	margin-bottom: 12px;
	font-size: clamp(2.5rem, 5vw, 4.2rem);
}

.mcnt-page-hero p {
	max-width: 700px;
	margin: 0 auto;
	color: var(--mcnt-muted);
}

.mcnt-breadcrumbs {
	margin-bottom: 12px;
	color: var(--mcnt-muted);
	font-size: 0.84rem;
	font-weight: 700;
}

.mcnt-content {
	padding: 65px 0 90px;
}

.mcnt-prose {
	color: #3e4963;
}

.mcnt-prose > * {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.mcnt-prose > .alignwide {
	max-width: var(--mcnt-container);
}

.mcnt-prose > .alignfull {
	max-width: none;
}

.mcnt-prose > .elementor {
	max-width: none;
}

.mcnt-prose h2,
.mcnt-prose h3 {
	margin-top: 1.5em;
}

.mcnt-prose ul,
.mcnt-prose ol {
	padding-left: 1.3em;
}

.mcnt-prose blockquote {
	padding: 20px 24px;
	background: var(--mcnt-blue-soft);
	border-left: 5px solid var(--mcnt-blue);
	border-radius: 0 16px 16px 0;
}

.mcnt-info-box {
	padding: 24px 26px;
	margin: 24px 0;
	background: var(--mcnt-blue-soft);
	border: 1px solid #d6e0ff;
	border-radius: 18px;
}

.mcnt-info-box--orange {
	background: var(--mcnt-orange-soft);
	border-color: #ffd5b6;
}

.mcnt-info-box h3 {
	margin-bottom: 6px;
}

.mcnt-step-list {
	padding: 0;
	counter-reset: mcnt-steps;
	list-style: none;
}

.mcnt-step-list li {
	position: relative;
	min-height: 58px;
	padding: 0 0 24px 70px;
	counter-increment: mcnt-steps;
}

.mcnt-step-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	color: var(--mcnt-white);
	background: var(--mcnt-blue);
	border-radius: 16px;
	content: counter(mcnt-steps);
	font-family: "Baloo 2", sans-serif;
	font-size: 1.3rem;
	font-weight: 800;
}

/* Shop */
.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 20px;
	color: var(--mcnt-muted);
	font-size: 0.85rem;
}

.mcnt-shop-hero {
	padding: 52px 0 38px;
	background: linear-gradient(135deg, var(--mcnt-blue-soft), var(--mcnt-cream));
}

.mcnt-shop-hero-inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.mcnt-shop-hero h1 {
	margin-bottom: 8px;
	font-size: clamp(2.5rem, 5vw, 4.2rem);
}

.mcnt-shop-hero p {
	max-width: 640px;
	margin: 0;
	color: var(--mcnt-muted);
}

.mcnt-shop-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	padding: 18px 0;
	margin-top: 25px;
	border-top: 1px solid rgba(18, 57, 197, 0.12);
}

.mcnt-filter-chip {
	padding: 8px 13px;
	color: var(--mcnt-blue-dark);
	background: var(--mcnt-white);
	border: 1px solid #d8e0f4;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 750;
}

.mcnt-filter-chip:hover {
	color: var(--mcnt-white);
	background: var(--mcnt-blue);
	border-color: var(--mcnt-blue);
}

.mcnt-shop-main {
	padding: 55px 0 90px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 24px;
}

.woocommerce select {
	padding: 10px 36px 10px 12px;
	background: var(--mcnt-white);
	border: 1px solid #d8deec;
	border-radius: 10px;
}

.woocommerce div.product {
	display: flow-root;
}

.woocommerce div.product div.images img {
	background: #f8f9fd;
	border-radius: 20px;
}

.woocommerce div.product .product_title {
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--mcnt-orange-dark) !important;
	font-size: 1.5rem !important;
	font-weight: 850;
}

.woocommerce div.product form.cart .qty {
	min-height: 50px;
	border: 1px solid #d8deec;
	border-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 12px 12px 0 0 !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 18px 22px 18px 54px !important;
	background: #f7f9ff !important;
	border-top-color: var(--mcnt-blue) !important;
	border-radius: 12px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 12px 14px;
	border: 1px solid #d8deec;
	border-radius: 10px;
}

.woocommerce table.shop_table {
	border-color: var(--mcnt-line);
	border-radius: 16px;
}

/* Contact */
.mcnt-contact-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 28px;
}

.mcnt-contact-card {
	padding: 28px;
	background: var(--mcnt-white);
	border: 1px solid var(--mcnt-line);
	border-radius: 22px;
	box-shadow: 0 8px 24px rgba(23, 33, 59, 0.05);
}

.mcnt-contact-list {
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.mcnt-contact-list li {
	padding: 11px 0;
	border-bottom: 1px dashed var(--mcnt-line);
}

.mcnt-contact-list li:last-child {
	border-bottom: 0;
}

.mcnt-social-row {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.mcnt-social-row a {
	padding: 8px 13px;
	color: var(--mcnt-blue-dark);
	background: var(--mcnt-blue-soft);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
}

/* Footer */
.site-footer {
	color: rgba(255, 255, 255, 0.8);
	background: #09184d;
}

.mcnt-footer-main {
	padding: 65px 0 40px;
}

.mcnt-footer-grid {
	grid-template-columns: 1.4fr 0.8fr 0.9fr;
}

.mcnt-footer-brand {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 18px;
	color: var(--mcnt-white);
	font-family: "Baloo 2", sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
}

.mcnt-footer-brand img {
	width: 66px;
	height: 66px;
	background: var(--mcnt-white);
	border-radius: 50%;
}

.site-footer h3 {
	color: var(--mcnt-white);
	font-size: 1.2rem;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer li {
	margin: 8px 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.78);
}

.site-footer a:hover {
	color: #ffc49a;
}

.mcnt-footer-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.82rem;
}

.mcnt-footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

/* Responsive */
@media (max-width: 1080px) {
	.mcnt-header-inner {
		grid-template-columns: auto 1fr;
	}

	.mcnt-header-tools {
		justify-self: end;
	}

	.mcnt-menu-toggle {
		display: inline-grid;
	}

	.mcnt-primary-nav {
		position: absolute;
		top: 100%;
		right: 20px;
		left: 20px;
		display: none;
		padding: 14px;
		background: var(--mcnt-white);
		border: 1px solid var(--mcnt-line);
		border-radius: 18px;
		box-shadow: var(--mcnt-shadow);
	}

	.mcnt-primary-nav.is-open {
		display: block;
	}

	.mcnt-primary-nav ul,
	.mcnt-primary-nav .menu {
		display: block;
	}

	.mcnt-primary-nav a {
		padding: 12px 14px;
	}

	.mcnt-topic-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 840px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.mcnt-hero-grid,
	.mcnt-membership-inner {
		grid-template-columns: 1fr;
	}

	.mcnt-hero-grid {
		min-height: 0;
	}

	.mcnt-hero-copy {
		padding: 60px 0 15px;
		text-align: center;
	}

	.mcnt-hero h1,
	.mcnt-hero-copy > p {
		margin-right: auto;
		margin-left: auto;
	}

	.mcnt-hero-actions,
	.mcnt-hero-points {
		justify-content: center;
	}

	.mcnt-hero-visual {
		max-width: 650px;
		margin: auto;
	}

	.mcnt-age-grid,
	.mcnt-benefit-grid,
	.mcnt-products .products,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mcnt-membership-copy {
		text-align: center;
	}

	.mcnt-check-list {
		display: inline-block;
		text-align: left;
	}

	.mcnt-about-strip {
		grid-template-columns: 130px 1fr;
	}

	.mcnt-about-strip .mcnt-button {
		grid-column: 1 / -1;
		justify-self: center;
	}

	.mcnt-contact-grid,
	.mcnt-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 16px;
	}

	.mcnt-container,
	.mcnt-narrow {
		width: min(calc(100% - 28px), var(--mcnt-container));
	}

	.mcnt-topbar {
		font-size: 0.72rem;
	}

	.mcnt-header-inner {
		min-height: 76px;
		gap: 10px;
	}

	.mcnt-brand img {
		width: 51px;
		height: 51px;
	}

	.mcnt-brand-text {
		min-width: 0;
		font-size: 1.15rem;
	}

	.mcnt-brand-text small {
		display: none;
	}

	.mcnt-header-tools {
		gap: 0;
	}

	.mcnt-icon-button {
		width: 38px;
		height: 38px;
	}

	.mcnt-header-tools .mcnt-account-link {
		display: none;
	}

	.mcnt-section-head,
	.mcnt-shop-hero-inner {
		align-items: start;
		flex-direction: column;
	}

	.mcnt-age-grid,
	.mcnt-topic-grid,
	.mcnt-benefit-grid,
	.mcnt-products .products,
	.woocommerce ul.products,
	.mcnt-plan-grid {
		grid-template-columns: 1fr;
	}

	.mcnt-topic-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mcnt-topic-card {
		padding: 22px 12px;
	}

	.mcnt-hero h1 {
		font-size: 3rem;
	}

	.mcnt-plan--best {
		transform: none;
	}

	.mcnt-about-strip {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.mcnt-footer-bottom-inner {
		display: block;
		text-align: center;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 0;
	}
}

@media (max-width: 390px) {
	.mcnt-brand-text {
		display: none;
	}
}

/* Blog, search and utility templates */
.mcnt-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.mcnt-post-card {
	overflow: hidden;
	background: var(--mcnt-white);
	border: 1px solid var(--mcnt-line);
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(23, 33, 59, 0.05);
}

.mcnt-post-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.mcnt-post-card-body {
	padding: 23px;
}

.mcnt-post-card h2 {
	font-size: 1.4rem;
}

.mcnt-post-card p {
	color: var(--mcnt-muted);
	font-size: 0.92rem;
}

.mcnt-pagination {
	margin-top: 38px;
	text-align: center;
}

.mcnt-pagination .page-numbers {
	display: inline-grid;
	min-width: 42px;
	height: 42px;
	margin: 3px;
	place-items: center;
	background: var(--mcnt-blue-soft);
	border-radius: 10px;
	font-weight: 800;
}

.mcnt-pagination .current {
	color: var(--mcnt-white);
	background: var(--mcnt-blue);
}

@media (max-width: 840px) {
	.mcnt-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.mcnt-post-grid {
		grid-template-columns: 1fr;
	}
}
