/*!
Theme Name: bigsoft
Theme URI: https://bigsoft.com.vn/
Author: Bigsoft
Author URI: https://bigsoft.com.vn/
Description: Đơn vị thiết kế website chuyên nghiệp
*/
:root {
	--orange: #c96b2a;
	--orange2: #e07a35;
	--orange3: #f59e5a;
	--orange-bg: #f5e8dc;
	--orange-bg2: #faeee4;
	--bg: #fdf7f2;
	--bg2: #faf3ec;
	--bg3: #f5ebe0;
	--card: #ffffff;
	--border: rgba(201, 107, 42, .15);
	--border2: rgba(201, 107, 42, .30);
	--text: #1a1209;
	--muted: #8a7060;
	--muted2: #6b5340;
	--radius: 14px;
	--radius2: 20px;
	--dot: rgba(201, 107, 42, .07);
	--container: 1140px;
	--white: #fff;
	--font-display: 'Be vn', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: rgba(253, 247, 242, .94) !important;
	color: var(--text);
	font-family: var(--font-display) !important;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

body::before {
	content: '';
	position: fixed;
	inset: 0;
	background-image: radial-gradient(circle, var(--dot) 1.5px, transparent 1.5px);
	background-size: 28px 28px;
	pointer-events: none;
	z-index: 0;
}

a {
	text-decoration: none !important;
}

/* NAV */

.nav-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	cursor: pointer;
}

.nav-logo-icon {
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: linear-gradient(135deg, var(--orange), var(--orange3));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	color: #fff;
	font-weight: 800;
	font-family: var(--font-display);
}

.nav-logo-text {
	font-family: var(--font-display);
	font-size: 14px;
	font-weight: 800;
	color: var(--text);
	line-height: 1.2;
}

.nav-logo-text span {
	display: block;
	font-size: 10px;
	font-weight: 500;
	color: var(--muted);
	font-family: var(--font-display);
}

.header-main nav.navbar {
	justify-content: center;
}

.header-main {
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--border);
	background: rgba(253, 247, 242, .94);
}

ul#menu-desktop {
	display: flex;
	gap: 2px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul#menu-desktop a {
	color: var(--muted2);
	text-decoration: none;
	font-size: 13.5px;
	font-weight: 600;
	padding: 6px 11px;
	border-radius: 8px;
	transition: color .2s, background .2s;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

ul#menu-desktop a:hover,
ul#menu-desktop .current-menu-item a {
	color: var(--orange);
	background: rgba(201, 107, 42, .08);
	border-radius: 8px;
}

.nav-cta {
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	color: #fff;
	border: none;
	padding: 9px 18px;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--font-display);
	transition: opacity .2s, transform .2s;
	display: flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 4px 14px rgba(201, 107, 42, .25);
	justify-content: center;
}

.nav-cta:hover {
	opacity: .9;
	transform: translateY(-1px);
	color: #fff;
}

.header-main {
	padding: 15px 0;
}

/* FLOATING BUTTONS */
.float-contacts {
	position: fixed;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 199;
}

.float-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
	transition: transform .2s;
	cursor: pointer;
	border: none;
}

.float-btn:hover {
	transform: scale(1.1);
}

.float-btn.phone {
	background: #25d366;
}

.float-btn.zalo {
	background: var(--orange);
	font-size: 13px;
	font-weight: 700;
}

.float-btn.mess {
	background: #0084ff;
}

.chat-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 199;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(201, 107, 42, .4);
	transition: transform .2s;
	border: none;
}

.chat-float:hover {
	transform: scale(1.08);
}

/* TICKER */
.ticker-wrap {
	background: var(--orange);
	padding: 12px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.ticker-track {
	display: flex;
	gap: 56px;
	white-space: nowrap;
	animation: ticker 30s linear infinite;
}

.ticker-item {
	color: rgba(255, 255, 255, .85);
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.ticker-item::before {
	content: '\f0e7';
	font-size: 11px;
	font-family: 'FontAwesome';
}

@keyframes ticker {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(-50%)
	}
}

/* FEATURES BAR */
.features-bar {
	background: var(--bg2);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	padding: 16px 48px;
	position: relative;
	z-index: 1;
}

.features-bar-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.fbar-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--muted2);
}

/* PAGE HERO (inner pages) */
.inner-hero {
	padding: 60px 48px 56px;
	background: var(--bg2);
	border-bottom: 1px solid var(--border);
	position: relative;
	z-index: 1;
}

.inner-hero .container {
	max-width: 1100px;
	margin: 0 auto;
}

.breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px !important;
	color: var(--muted);
	margin-bottom: 18px;
}

.breadcrumb a {
	color: var(--muted);
	text-decoration: none;
	cursor: pointer;
}

.breadcrumb a:hover {
	color: var(--orange);
}

.breadcrumb .sep {
	color: var(--border2);
}

.inner-hero h1 {
	font-family: var(--font-display);
	font-size: clamp(30px, 4vw, 50px);
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 14px;
	color: var(--text);
}

.inner-hero h1 .accent {
	color: var(--orange);
}

.inner-hero p {
	font-size: 16px;
	color: var(--muted);
	max-width: 560px;
	line-height: 1.7;
}

.inner-hero-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: rgba(201, 107, 42, .10);
	border: 1px solid rgba(201, 107, 42, .22);
	border-radius: 40px;
	padding: 4px 14px;
	font-size: 12px;
	color: var(--orange);
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

/* SECTION BASE */
section.content-section {
	padding: 70px 48px;
	position: relative;
	z-index: 1;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
}

.section-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: rgba(201, 107, 42, .10);
	border: 1px solid rgba(201, 107, 42, .22);
	border-radius: 40px;
	padding: 4px 14px;
	font-size: 12px;
	color: var(--orange);
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.section-title {
	font-family: var(--font-display);
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 800;
	margin-bottom: 12px;
	line-height: 1.2;
	color: var(--text);
}

.section-title .accent {
	color: var(--orange);
}

.section-sub {
	color: var(--muted);
	font-size: 15.5px;
	max-width: 540px;
	line-height: 1.7;
}

.section-divider {
	width: 44px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--orange), var(--orange3));
	margin: 12px 0 0;
}

/* BUTTONS */
.btn-primary {
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	color: #fff;
	padding: 13px 26px;
	border-radius: 10px;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: var(--font-display);
	transition: opacity .2s, transform .2s;
	box-shadow: 0 6px 18px rgba(201, 107, 42, .3);
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-primary:hover {
	opacity: .9;
	transform: translateY(-2px);
	color: #fff;
}

.btn-outline {
	background: transparent;
	color: var(--orange2);
	border: 1.5px solid var(--border2);
	padding: 12px 22px;
	border-radius: 10px;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	font-family: var(--font-display);
	transition: all .2s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-outline:hover {
	background: rgba(201, 107, 42, .07);
	border-color: var(--orange);
	color: var(--orange);
	transform: translateY(-2px);
}

.btn-sm {
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 8px 7px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--font-display);
	text-decoration: none;
	transition: opacity .2s;
	display: inline-block;
}

.btn-sm:hover {
	opacity: .88;
}

.view-all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--orange);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	border: 1.5px solid var(--border2);
	border-radius: 8px;
	padding: 9px 20px;
	transition: all .2s;
	margin-top: 28px;
	cursor: pointer;
}

.view-all:hover {
	background: rgba(201, 107, 42, .07);
	border-color: var(--orange);
}

/* CARDS COMMON */
.badge-item {
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	background: rgba(201, 107, 42, .1);
	color: var(--orange);
	border: 1px solid rgba(201, 107, 42, .2);
}

.badge-item.green {
	background: rgba(22, 163, 74, .08);
	color: #16a34a;
	border-color: rgba(22, 163, 74, .2);
}

.badge-item.blue {
	background: rgba(37, 99, 235, .08);
	color: #2563eb;
	border-color: rgba(37, 99, 235, .2);
}

/* COURSE CARDS */
.courses-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: 22px;
	margin-top: 44px;
}

.course-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	overflow: hidden;
	transition: transform .3s, box-shadow .3s, border-color .3s;
	cursor: pointer;
}

.course-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 32px rgba(201, 107, 42, .12);
	border-color: var(--border2);
}

.course-thumb {
	height: 178px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 54px;
}

.t1 {
	background: linear-gradient(135deg, #3a1f0f, #6b3515);
}

.t2 {
	background: linear-gradient(135deg, #1a2b3a, #1e4060);
}

.t3 {
	background: linear-gradient(135deg, #1a3a1a, #1e6020);
}

.t4 {
	background: linear-gradient(135deg, #3a2a0f, #6b4a15);
}

.t5 {
	background: linear-gradient(135deg, #3a0f1a, #6b1530);
}

.course-meta {
	display: flex;
	gap: 8px;
	padding: 16px 18px 0;
}

.course-body {
	padding: 13px 18px 18px;
}

.course-body h3 {
	font-size: 14.5px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.4;
	color: var(--text);
}

.course-body p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.6;
	margin-bottom: 14px;
}

.stars {
	color: #f59e0b;
	font-size: 12px;
	margin-bottom: 8px;
}

.course-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.price-old {
	font-size: 12px;
	color: var(--muted);
	text-decoration: line-through;
	margin-bottom: 2px;
}

.price-new {
	font-size: 16px;
	font-weight: 800;
	color: var(--orange);
}

/* PRODUCT CARDS */
.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.product-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 20px;
	display: flex;
	flex-direction: column;
	transition: transform .3s, box-shadow .3s, border-color .3s;
}

.product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 22px rgba(201, 107, 42, .10);
	border-color: var(--border2);
}

.product-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: var(--orange-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	margin-bottom: 13px;
}

.product-tag {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	color: var(--orange);
	text-transform: uppercase;
	margin-bottom: 6px;
}

.product-card .title-product-item {
	font-size: 13.5px;
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--text);
}

.product-card p {
	font-size: 12.5px;
	color: var(--muted);
	line-height: 1.55;
	flex: 1;
	margin-bottom: 14px;
}

.product-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-price {
	font-size: 14px;
	font-weight: 800;
	color: var(--orange);
}

.product-price s {
	display: block;
}

.product-price s {
	font-size: 11px;
	color: var(--muted);
	font-weight: 400;
	margin-left: 4px;
}

/* PRICING */
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 44px;
}

.pricing-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 26px 22px;
	display: flex;
	flex-direction: column;
	transition: transform .3s, box-shadow .3s;
}

.pricing-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(201, 107, 42, .10);
}

.pricing-card.featured {
	border: 1.5px solid var(--orange);
	background: linear-gradient(160deg, rgba(201, 107, 42, .05), var(--card));
	position: relative;
}

.pricing-card.featured::before {
	content: 'Phổ biến nhất';
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, var(--orange), var(--orange2));
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 14px;
	border-radius: 20px;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(201, 107, 42, .3);
}

.pricing-name {
	font-size: 12px;
	font-weight: 700;
	color: var(--muted);
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.pricing-price {
	font-family: var(--font-display);
	font-size: 26px;
	font-weight: 800;
	color: var(--text);
	margin-bottom: 4px;
}

.pricing-price span {
	font-size: 12px;
	font-weight: 400;
	color: var(--muted);
}

.pricing-desc {
	font-size: 13px;
	color: var(--muted);
	margin-bottom: 18px;
	line-height: 1.55;
}

.pricing-features {
	list-style: none;
	flex: 1;
	margin-bottom: 22px;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.pricing-features li {
	font-size: 13px;
	color: var(--muted2);
	display: flex;
	align-items: center;
	gap: 8px;
}

.pricing-features li::before {
	content: '✓';
	color: var(--orange);
	font-weight: 800;
	flex-shrink: 0;
}

.btn-pricing {
	text-align: center;
	padding: 11px;
	border-radius: 10px;
	font-size: 13.5px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--font-display);
	text-decoration: none;
	border: 1.5px solid var(--border2);
	color: var(--muted2);
	transition: all .2s;
	background: transparent;
	display: block;
}

.btn-pricing:hover {
	border-color: var(--orange);
	color: var(--orange);
}

.pricing-card.featured .btn-pricing {
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	color: #fff;
	border-color: transparent;
	box-shadow: 0 6px 18px rgba(201, 107, 42, .3);
}

/* SERVICE CARDS */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: 18px;
	margin-top: 44px;
}

.service-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 26px 22px;
	display: flex;
	flex-direction: column;
	gap: 11px;
	transition: transform .3s, box-shadow .3s, border-color .3s;
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(201, 107, 42, .10);
	border-color: var(--border2);
}

.service-num {
	font-size: 11px;
	font-weight: 700;
	color: var(--orange3);
	letter-spacing: .12em;
	text-transform: uppercase;
}

.service-icon {
	font-size: 26px;
}

.service-card h3 {
	font-size: 16px;
	font-weight: 700;
	color: var(--text);
}

.service-card p {
	font-size: 13.5px;
	color: var(--muted);
	line-height: 1.65;
	flex: 1;
}

.service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.stag {
	font-size: 10.5px;
	background: rgba(201, 107, 42, .08);
	color: var(--orange);
	border: 1px solid rgba(201, 107, 42, .18);
	border-radius: 20px;
	padding: 3px 10px;
	font-weight: 600;
}

/* KNOWLEDGE CARDS */
.knowledge-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 18px;
	margin-top: 44px;
}

.knowledge-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 26px 22px;
	transition: transform .3s, border-color .3s, box-shadow .3s;
	position: relative;
	overflow: hidden;
}

.knowledge-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--orange), var(--orange3));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s;
}

.knowledge-card:hover {
	transform: translateY(-4px);
	border-color: var(--border2);
	box-shadow: 0 10px 26px rgba(201, 107, 42, .10);
}

.knowledge-card:hover::after {
	transform: scaleX(1);
}

.knowledge-card .ki {
	font-size: 26px;
	margin-bottom: 14px;
	display: block;
}

.knowledge-card h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 8px;
	color: var(--text);
}

.knowledge-card p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.65;
}

/* BLOG CARDS */
.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: 22px;
	margin-top: 44px;
}

.blog-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	overflow: hidden;
	transition: transform .3s, box-shadow .3s, border-color .3s;
	text-decoration: none;
	color: inherit;
	display: block;
	cursor: pointer;
}

.blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(201, 107, 42, .12);
	border-color: var(--border2);
}

.blog-thumb {
	height: 160px;
}

.b1 {
	background: linear-gradient(135deg, #3a1f0f, #6b3515);
}

.b2 {
	background: linear-gradient(135deg, #0f1e3a, #153060);
}

.b3 {
	background: linear-gradient(135deg, #1a0f3a, #30156b);
}

.blog-body {
	padding: 16px 18px 20px;
}

.blog-meta {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.blog-cat {
	font-size: 10px;
	font-weight: 700;
	color: var(--orange);
	letter-spacing: .08em;
	text-transform: uppercase;
	background: rgba(201, 107, 42, .1);
	padding: 3px 9px;
	border-radius: 20px;
}

.blog-date {
	font-size: 12px;
	color: var(--muted);
}

.blog-body h3 {
	font-size: 14.5px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.45;
	color: var(--text);
}

.blog-body p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.6;
}

.blog-read {
	font-size: 13px;
	color: var(--orange);
	font-weight: 600;
	margin-top: 12px;
}

/* STEPS */
.steps-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 48px;
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	overflow: hidden;
}

.step-card {
	padding: 28px 22px;
	text-align: center;
	border-right: 1px solid var(--border);
	background: var(--card);
	transition: background .3s;
}

.step-card:last-child {
	border-right: none;
}

.step-card:hover {
	background: var(--bg3);
}

.step-num {
	font-family: var(--font-display);
	font-size: 38px;
	font-weight: 800;
	color: rgba(201, 107, 42, .12);
	margin-bottom: 10px;
	display: block;
}

.step-icon {
	font-size: 26px;
	margin-bottom: 10px;
	display: block;
}

.step-card h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px;
}

.step-card p {
	font-size: 12.5px;
	color: var(--muted);
	line-height: 1.6;
}

/* CTA SECTION */
.cta-section {
	background: linear-gradient(135deg, var(--orange), #c25620, #9a4518);
	padding: 80px 48px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.cta-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, .05) 1.5px, transparent 1.5px);
	background-size: 28px 28px;
	pointer-events: none;
}

.cta-section .section-title {
	color: #fff;
	max-width: 560px;
	margin: 0 auto 12px;
}

.cta-section .section-sub {
	color: rgba(255, 255, 255, .8);
	margin: 0 auto 32px;
}

.btn-white {
	background: #fff;
	color: var(--orange);
	padding: 13px 26px;
	border-radius: 10px;
	font-size: 14.5px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s, box-shadow .2s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
	font-family: var(--font-display);
	border: none;
	cursor: pointer;
}

.btn-white:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
}

.btn-white-outline {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, .5);
	padding: 12px 22px;
	border-radius: 10px;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-display);
	cursor: pointer;
}

.btn-white-outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .1);
}

.trust-badges {
	display: flex;
	gap: 44px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 48px;
}

.trust-item {
	text-align: center;
}

.trust-num {
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 800;
	color: #fff;
}

.trust-label {
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	margin-top: 4px;
}

/* FOOTER */
footer {
	background: var(--text);
	padding: 56px 48px 26px;
	position: relative;
	z-index: 1;
}

.footer-top {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.4fr;
	gap: 44px;
	padding-bottom: 44px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-logo-w {
	font-family: var(--font-display);
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 11px;
}

.footer-desc {
	font-size: 13px;
	color: rgba(255, 255, 255, .45);
	line-height: 1.7;
	max-width: 260px;
	margin-bottom: 18px;
}

.footer-socials {
	display: flex;
	gap: 9px;
}

.social-btn {
	width: 32px;
	height: 32px;
	border-radius: 7px;
	border: 1px solid rgba(255, 255, 255, .15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-decoration: none;
	color: rgba(255, 255, 255, .45);
	transition: border-color .2s, color .2s;
}

.social-btn:hover {
	border-color: var(--orange3);
	color: var(--orange3);
}

.footer-col .widget-title-heading span {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 16px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.footer-col ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 0;
	margin-top: 15px;
}

.footer-col ul a {
	font-size: 13px;
	color: rgba(255, 255, 255, .45);
	text-decoration: none;
	transition: color .2s;
	cursor: pointer;
}

.footer-col p {
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
	line-height: 1.6;
	margin-bottom: 12px;
	margin-top: 15px;
}

.footer-col ul a:hover {
	color: var(--orange3);
}

.footer-list-menu ul {
	display: flex;
	align-items: center;
	list-style: none;
}

.footer-list-menu ul li {
	padding-left: 15px;
}

.newsletter-form {
	display: flex;
	gap: 7px;
	margin-top: 11px;
}

.newsletter-form input {
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 8px;
	padding: 9px 12px;
	color: #fff;
	font-size: 13px;
	font-family: var(--font-display);
	flex: 1;
	outline: none;
}

.newsletter-form input::placeholder {
	color: rgba(255, 255, 255, .28);
}

.newsletter-form input:focus {
	border-color: var(--orange3);
}

.newsletter-form button {
	background: var(--orange);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 9px 14px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--font-display);
	white-space: nowrap;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 24px;
	font-size: 12.5px;
	color: rgba(255, 255, 255, .3);
}

.footer-bottom a {
	color: rgba(255, 255, 255, .3);
	text-decoration: none;
	cursor: pointer;
}

.footer-bottom a:hover {
	color: var(--orange3);
}

#back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 55px;
	height: 55px;
	border: none;
	border-radius: 50%;
	cursor: pointer;

	background: linear-gradient(135deg, #4f46e5, #3aa4ed);
	color: #fff;
	font-size: 20px;

	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow:
		0 8px 25px rgba(79, 70, 229, .35),
		0 3px 10px rgba(0, 0, 0, .15);

	z-index: 9999;
	transition: all .35s ease;

	animation: floatBtn 2s ease-in-out infinite;
}

#back-to-top:hover {
	transform: translateY(-5px) scale(1.08);
	box-shadow:
		0 12px 35px rgba(79, 70, 229, .45),
		0 6px 15px rgba(0, 0, 0, .2);
}

#back-to-top:active {
	transform: scale(.95);
}

#back-to-top i {
	transition: transform .3s ease;
}

#back-to-top:hover i {
	transform: translateY(-3px);
}

#back-to-top {
	opacity: 0;
	visibility: hidden;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

@keyframes floatBtn {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}

	100% {
		transform: translateY(0);
	}
}

/* =====================
   MODAL LOGIN / REGISTER
   ===================== */
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(26, 18, 9, .55);
	backdrop-filter: blur(6px);
	z-index: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s;
}

.modal-overlay.open {
	opacity: 1;
	pointer-events: all;
}

.modal {
	background: #fff;
	border-radius: 24px;
	padding: 0;
	width: 100%;
	max-width: 480px;
	position: relative;
	box-shadow: 0 24px 64px rgba(0, 0, 0, .18);
	overflow: hidden;
	transform: translateY(20px);
	transition: transform .3s;
}

.modal-overlay.open .modal {
	transform: translateY(0);
}

.modal-title {
	text-align: center;
	font-family: var(--font-display);
	font-size: 22px;
	font-weight: 800;
	color: var(--text);
	padding: 28px 28px 0;
}

.modal-tabs {
	display: flex;
	border-bottom: 2px solid var(--border);
	margin: 20px 28px 0;
}

.modal-tab {
	flex: 1;
	text-align: center;
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	color: var(--muted);
	cursor: pointer;
	border-bottom: 2.5px solid transparent;
	margin-bottom: -2px;
	transition: color .2s, border-color .2s;
}

.modal-tab.active {
	color: var(--orange);
	border-color: var(--orange);
}

.modal-body {
	padding: 24px 28px 28px;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ff4d4d;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.modal-form {
	display: none;
}

.modal-form.active {
	display: block;
}

.info-bar {
	background: var(--orange-bg);
	border: 1px solid rgba(201, 107, 42, .2);
	border-radius: 10px;
	padding: 12px 16px;
	font-size: 13px;
	color: var(--muted2);
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 16px;
}

.google-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 12px;
	border: 1.5px solid var(--border);
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
	background: #fff;
	cursor: pointer;
	font-family: var(--font-display);
	transition: border-color .2s, background .2s;
	margin-bottom: 16px;
}

.google-btn:hover {
	border-color: var(--border2);
	background: var(--bg);
}

.google-icon {
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234285f4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334a853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23fbbc05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23ea4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>') center/contain no-repeat;
}

.divider-line {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--muted);
	font-size: 13px;
	margin-bottom: 16px;
}

.divider-line::before,
.divider-line::after {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--border);
}

.form-group {
	margin-bottom: 14px;
}

.form-group label {
	display: block;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--text);
	margin-bottom: 7px;
}

.form-input-wrap {
	position: relative;
}

.form-input-wrap .fi {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: var(--muted);
}

.form-input {
	width: 100%;
	padding: 13px 14px 13px 40px;
	border: 1.5px solid var(--border);
	border-radius: 10px;
	font-size: 14px;
	font-family: var(--font-display);
	color: var(--text);
	background: var(--orange-bg2);
	outline: none;
	transition: border-color .2s;
}

.form-input:focus {
	border-color: var(--orange);
	background: #fff;
}

.form-input.no-icon {
	padding-left: 14px;
}

.show-pw {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	font-weight: 600;
	color: var(--orange);
	cursor: pointer;
	background: none;
	border: none;
	font-family: var(--font-display);
}

.form-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.form-check {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--muted2);
	cursor: pointer;
}

.form-check input {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.form-link {
	font-size: 13px;
	color: var(--orange);
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.btn-modal-submit {
	width: 100%;
	padding: 14px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	font-family: var(--font-display);
	transition: opacity .2s;
	box-shadow: 0 6px 18px rgba(201, 107, 42, .3);
}

.btn-modal-submit:hover {
	opacity: .9;
}

.modal-switch {
	text-align: center;
	margin-top: 14px;
	font-size: 13px;
	color: var(--muted);
}

.modal-switch a {
	color: var(--orange);
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

/* SELECT in form */
select.form-input {
	padding-left: 14px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a7060' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}

/* =====================
   PAGE: HOME
   ===================== */
.hero {
	display: flex;
	align-items: center;
	padding: 96px 48px 60px;
	position: relative;
	overflow: hidden;
}

.hero-glow {
	position: absolute;
	width: 750px;
	height: 650px;
	background: radial-gradient(ellipse, rgba(201, 107, 42, .13) 0%, transparent 65%);
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.hero-glow2 {
	position: absolute;
	width: 450px;
	height: 450px;
	background: radial-gradient(circle, rgba(245, 158, 90, .09) 0%, transparent 65%);
	left: -80px;
	bottom: 0;
	pointer-events: none;
}

.hero-inner {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 56px;
	position: relative;
	z-index: 1;
}

.hero-left {
	flex: 1;
}

.hero-right {
	flex: 0 0 400px;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(201, 107, 42, .10);
	border: 1px solid rgba(201, 107, 42, .25);
	border-radius: 40px;
	padding: 5px 14px;
	font-size: 12px;
	color: var(--orange);
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: .03em;
}

.hero-badge .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--orange);
	display: inline-block;
	animation: pulse 2s ease infinite;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .35
	}
}

.hero h1 {
	font-family: var(--font-display);
	font-size: clamp(34px, 4.2vw, 56px);
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 18px;
	color: var(--text);
}

.hero h1 .accent {
	color: var(--orange);
}

.hero-sub {
	font-size: 15.5px;
	color: var(--muted);
	line-height: 1.75;
	max-width: 460px;
	margin-bottom: 30px;
}

.hero-btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.hero-stats {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.stat-item {
	display: flex;
	flex-direction: column;
}

.stat-num {
	font-family: var(--font-display);
	font-size: 27px;
	font-weight: 800;
	color: var(--orange);
	line-height: 1;
}

.stat-label {
	font-size: 12px;
	color: var(--muted);
	margin-top: 4px;
	font-weight: 500;
}

.icon-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.icon-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 20px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
	text-align: center;
	transition: border-color .25s, transform .25s, box-shadow .25s;
	cursor: default;
}

.icon-card:hover {
	border-color: var(--border2);
	transform: translateY(-3px);
	box-shadow: 0 8px 22px rgba(201, 107, 42, .12);
}

.icon-card .ic {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: var(--orange-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
}

.icon-card span {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--muted2);
}

/* =====================
   PAGE: ABOUT
   ===================== */
.about-story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
	margin-top: 48px;
}

.about-img {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 4/3;
	background: linear-gradient(135deg, #3a1f0f, #6b3515);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 80px;
	position: relative;
}

.about-img-stat {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(255, 255, 255, .95);
	border-radius: 12px;
	padding: 12px 18px;
	text-align: center;
}

.about-img-stat strong {
	display: block;
	font-family: var(--font-display);
	font-size: 22px;
	font-weight: 800;
	color: var(--orange);
}

.about-img-stat p {
	font-size: 12px;
	color: var(--muted);
	font-weight: 600;
}

.image-about-story img {
	height: 100%;
	width: 100%;
}

.about-text h2 {
	font-family: var(--font-display);
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 16px;
}

.about-text h2 .accent {
	color: var(--orange);
}

.about-text p {
	font-size: 15px;
	color: var(--muted);
	line-height: 1.75;
	margin-bottom: 14px;
}

.about-pillars {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0 24px;
}

.about-pillars li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--muted2);
}

.content-right-about ul li::marker {
	font-size: 13px;
	font-family: 'FontAwesome';
	content: "\f0e7";
	color: #ffb800;
	padding-right: 10px;
}

.icon-card-about {
	width: 40px;
	padding: 0;
	border: 0;
}

.content-right-about li {
	font-size: 14px;
	font-weight: 600;
	color: var(--muted2);
	margin-bottom: 10px;
	padding-left: 10px;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 44px;
}

.value-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 26px 22px;
	text-align: center;
}

.value-card .vi {
	font-size: 32px;
	margin-bottom: 14px;
	display: block;
}

.value-card h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 9px;
}

.value-card p {
	font-size: 13px;
	color: var(--muted);
	line-height: 1.65;
}

/* =====================
   PAGE: DESIGN SERVICE (thiết kế web)
   ===================== */
.design-wizard {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 32px;
	margin-top: 44px;
}

.wizard-steps {
	display: flex;
	gap: 0;
	margin-bottom: 32px;
	border: 1px solid var(--border);
	border-radius: 12px;
	overflow: hidden;
}

.wizard-step-tab {
	flex: 1;
	padding: 14px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: var(--muted);
	cursor: pointer;
	border-right: 1px solid var(--border);
	transition: background .2s, color .2s;
}

.wizard-step-tab:last-child {
	border-right: none;
}

.wizard-step-tab.active {
	background: var(--orange);
	color: #fff;
}

.wizard-content {
	display: none;
}

.wizard-content.active {
	display: block;
}

.wizard-h {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 6px;
}

.wizard-sub {
	font-size: 13.5px;
	color: var(--muted);
	margin-bottom: 22px;
}

.web-types-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 20px;
}

.web-type-btn {
	padding: 11px;
	border: 1.5px solid var(--border);
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--muted2);
	cursor: pointer;
	text-align: center;
	background: var(--bg);
	transition: all .2s;
	font-family: var(--font-display);
}

.web-type-btn:hover,
.web-type-btn.sel {
	border-color: var(--orange);
	color: var(--orange);
	background: var(--orange-bg);
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 9px;
}

.ind-btn {
	padding: 10px 8px;
	border: 1.5px solid var(--border);
	border-radius: 9px;
	font-size: 12px;
	font-weight: 600;
	color: var(--muted2);
	cursor: pointer;
	text-align: center;
	background: var(--bg);
	transition: all .2s;
	font-family: var(--font-display);
}

.ind-btn:hover,
.ind-btn.sel {
	border-color: var(--orange);
	color: var(--orange);
	background: var(--orange-bg);
}

.style-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.style-btn {
	padding: 20px 12px;
	border: 2px solid var(--border);
	border-radius: 12px;
	font-size: 13px;
	font-weight: 700;
	color: var(--muted2);
	cursor: pointer;
	text-align: center;
	background: var(--bg);
	transition: all .2s;
	font-family: var(--font-display);
}

.style-btn:hover,
.style-btn.sel {
	border-color: var(--orange);
	color: var(--orange);
	background: var(--orange-bg);
}

.style-btn span {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

.add-services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.addon-card {
	border: 1.5px solid var(--border);
	border-radius: 12px;
	padding: 18px 14px;
	text-align: center;
	cursor: pointer;
	background: var(--bg);
	transition: all .2s;
}

.addon-card:hover,
.addon-card.sel {
	border-color: var(--orange);
	background: var(--orange-bg);
}

.addon-card .ai {
	font-size: 26px;
	margin-bottom: 8px;
}

.addon-card h4 {
	font-size: 13px;
	font-weight: 700;
	color: var(--text);
	margin-bottom: 5px;
}

.addon-card p {
	font-size: 11.5px;
	color: var(--muted);
	line-height: 1.5;
}

.wizard-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
}

.contact-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.contact-form-grid .full {
	grid-column: 1/-1;
}

textarea.form-input {
	resize: vertical;
	min-height: 100px;
	padding-top: 12px;
}

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 44px;
}

.portfolio-card {
	border-radius: 14px;
	overflow: hidden;
	aspect-ratio: 16/10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	position: relative;
	cursor: pointer;
	transition: transform .3s;
}

.portfolio-card:hover {
	transform: scale(1.02);
}

.p1 {
	background: linear-gradient(135deg, #f5e8dc, #e8c9a0);
}

.p2 {
	background: linear-gradient(135deg, #dceeff, #a0c8e8);
}

.p3 {
	background: linear-gradient(135deg, #dcf5e8, #a0e8c8);
}

.p4 {
	background: linear-gradient(135deg, #f5dce8, #e8a0c8);
}

.p5 {
	background: linear-gradient(135deg, #f5f0dc, #e8d8a0);
}

.p6 {
	background: linear-gradient(135deg, #dce8f5, #a0b8e8);
}

.portfolio-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(26, 18, 9, .7);
	backdrop-filter: blur(4px);
	padding: 10px 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

/* =====================
   PAGE: BLOG DETAIL
   ===================== */
.blog-detail-wrap {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 40px;
	margin-top: 40px;
}

.blog-detail-content {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 36px;
	line-height: 1.8;
}

.blog-detail-cover {
	border-radius: 14px;
	height: 320px;
	background: linear-gradient(135deg, #0f1e3a, #153060);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 80px;
	margin-bottom: 28px;
}

.blog-detail-meta {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.blog-detail-content h1 {
	font-family: var(--font-display);
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 20px;
}

.blog-detail-content h2 {
	font-family: var(--font-display);
	font-size: 20px;
	font-weight: 800;
	margin: 28px 0 12px;
}

.blog-detail-content p {
	font-size: 15px;
	color: var(--muted2);
	line-height: 1.8;
	margin-bottom: 14px;
}

.blog-detail-content ul {
	padding-left: 20px;
	margin-bottom: 14px;
}

.blog-detail-content ul li {
	font-size: 15px;
	color: var(--muted2);
	line-height: 1.75;
	margin-bottom: 8px;
}

.blog-sidebar {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sidebar-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 20px;
}

.sidebar-posts {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sidebar-post {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	cursor: pointer;
	transition: opacity .2s;
}

.sidebar-post:hover {
	opacity: .75;
}

.sidebar-post-thumb {
	width: 56px;
	height: 40px;
	border-radius: 8px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.sidebar-post h5 {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--text);
}

.sidebar-post span {
	font-size: 11px;
	color: var(--muted);
	margin-top: 3px;
	display: block;
}

.search-box {
	display: flex;
	gap: 8px;
}

.search-box input {
	flex: 1;
	padding: 10px 13px;
	border: 1.5px solid var(--border);
	border-radius: 9px;
	font-size: 13px;
	font-family: var(--font-display);
	outline: none;
	background: var(--bg);
}

.search-box input:focus {
	border-color: var(--orange);
}

.search-box button {
	background: var(--orange);
	color: #fff;
	border: none;
	border-radius: 9px;
	padding: 10px 14px;
	cursor: pointer;
	font-size: 14px;
}

/* =====================
   PAGE: CONTACT
   ===================== */
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 44px;
	margin-top: 44px;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.contact-info-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 22px;
}

.ci-icon {
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
}

.ci-label {
	font-size: 11px;
	font-weight: 700;
	color: var(--orange);
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.ci-value {
	font-size: 15px;
	font-weight: 600;
	color: var(--text);
	line-height: 1.5;
}

.ci-sub {
	font-size: 13px;
	color: var(--muted);
	margin-top: 3px;
}

.socials-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.social-pill {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--orange-bg);
	border: 1px solid rgba(201, 107, 42, .2);
	border-radius: 8px;
	padding: 9px 14px;
	font-size: 13px;
	font-weight: 600;
	color: var(--orange);
	text-decoration: none;
	transition: background .2s;
}

.social-pill:hover {
	background: rgba(201, 107, 42, .18);
}

.contact-form-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 32px;
}

.contact-form-card h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

.contact-form-card p {
	font-size: 13.5px;
	color: var(--muted);
	margin-bottom: 24px;
}

/* REVEAL ANIMATION */
.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .5s ease, transform .5s ease;
}

.revealed {
	opacity: 1;
	transform: translateY(0);
}

/* =====================
   PAGE: COURSE DETAIL
   ===================== */
.course-detail-hero {
	padding: 100px 48px 0;
	background: var(--bg2);
	border-bottom: 1px solid var(--border);
	position: relative;
	z-index: 1;
}

.course-detail-inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 48px;
	align-items: start;
}

.cd-left {
	padding-bottom: 48px;
}

.cd-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--muted);
	margin-bottom: 18px;
}

.cd-breadcrumb a {
	color: var(--muted);
	text-decoration: none;
	cursor: pointer;
}

.cd-breadcrumb a:hover {
	color: var(--orange);
}

.cd-breadcrumb .sep {
	color: var(--border2);
}

.cd-level {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(22, 163, 74, .08);
	border: 1px solid rgba(22, 163, 74, .2);
	border-radius: 20px;
	padding: 3px 12px;
	font-size: 12px;
	color: #16a34a;
	font-weight: 700;
	margin-bottom: 16px;
}

.cd-title {
	font-family: var(--font-display);
	font-size: clamp(24px, 3.2vw, 36px);
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 14px;
}

.cd-desc {
	font-size: 15px;
	color: var(--muted);
	line-height: 1.7;
	margin-bottom: 20px;
}

.cd-rating-row {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.cd-stars {
	color: #f59e0b;
	font-size: 15px;
}

.cd-rating-num {
	font-size: 14px;
	font-weight: 700;
	color: var(--text);
}

.cd-rating-count,
.cd-students,
.cd-author,
.cd-updated {
	font-size: 13px;
	color: var(--muted);
}

.cd-author span {
	color: var(--orange);
	font-weight: 600;
	cursor: pointer;
}

.cd-stats-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border: 1px solid var(--border);
	border-radius: 14px;
	overflow: hidden;
	margin-top: 24px;
}

.cd-stat {
	padding: 16px;
	text-align: center;
	border-right: 1px solid var(--border);
	background: var(--card);
}

.cd-stat:last-child {
	border-right: none;
}

.cd-stat-num {
	font-family: var(--font-display);
	font-size: 18px;
	font-weight: 800;
	color: var(--orange);
	display: block;
}

.cd-stat-label {
	font-size: 11px;
	color: var(--muted);
	font-weight: 500;
	margin-top: 3px;
	display: block;
}

.cd-buy-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	overflow: hidden;
	position: sticky;
	top: 80px;
	box-shadow: 0 8px 32px rgba(201, 107, 42, .10);
}

.cd-buy-thumb {
	height: 190px;
	background: linear-gradient(135deg, #3a1f0f, #6b3515);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 64px;
	cursor: pointer;
	position: relative;
}

.cd-play-btn {
	position: absolute;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.cd-buy-body {
	padding: 20px;
}

.cd-price-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.cd-price-new {
	font-family: var(--font-display);
	font-size: 26px;
	font-weight: 800;
	color: var(--orange);
}

.cd-price-old {
	font-size: 15px;
	color: var(--muted);
	text-decoration: line-through;
}

.cd-discount {
	background: rgba(201, 107, 42, .1);
	color: var(--orange);
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	border: 1px solid rgba(201, 107, 42, .2);
}

.btn-buy {
	width: 100%;
	padding: 14px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	font-family: var(--font-display);
	box-shadow: 0 6px 18px rgba(201, 107, 42, .3);
	transition: opacity .2s;
	margin-bottom: 10px;
	display: block;
}

.btn-buy:hover {
	opacity: .9;
}

.btn-buy-outline {
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	background: transparent;
	color: var(--orange);
	font-size: 13.5px;
	font-weight: 600;
	border: 1.5px solid var(--border2);
	cursor: pointer;
	font-family: var(--font-display);
	transition: all .2s;
	margin-bottom: 16px;
	display: block;
}

.btn-buy-outline:hover {
	border-color: var(--orange);
	background: var(--orange-bg);
}

.cd-includes {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cd-include-item {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	color: var(--muted2);
}

.cd-include-item .cii {
	font-size: 15px;
	flex-shrink: 0;
}

.cd-tabs {
	display: flex;
	gap: 0;
	border-bottom: 2px solid var(--border);
	margin-bottom: 28px;
	overflow-x: auto;
}

.cd-tab {
	padding: 11px 18px;
	font-size: 14px;
	font-weight: 600;
	color: var(--muted);
	cursor: pointer;
	border-bottom: 2.5px solid transparent;
	margin-bottom: -2px;
	transition: color .2s, border-color .2s;
	white-space: nowrap;
}

.cd-tab.active {
	color: var(--orange);
	border-color: var(--orange);
}

.cd-tab-content {
	display: none;
}

.cd-tab-content.active {
	display: block;
}

.learn-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
	margin-bottom: 24px;
}

.learn-item {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 14px;
	color: var(--muted2);
	line-height: 1.55;
}

.learn-item::before {
	content: '✓';
	color: var(--orange);
	font-weight: 800;
	flex-shrink: 0;
	margin-top: 2px;
}

.req-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 22px;
}

.req-list li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 14px;
	color: var(--muted2);
}

.req-list li::before {
	content: '•';
	color: var(--orange);
	font-weight: 900;
	flex-shrink: 0;
}

.curriculum-section {
	border: 1px solid var(--border);
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 20px;
}

.curriculum-header {
	background: var(--bg2);
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--border);
}

.curriculum-header h4 {
	font-size: 15px;
	font-weight: 700;
}

.curriculum-header span {
	font-size: 13px;
	color: var(--muted);
}

.curriculum-item {
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid var(--border);
	cursor: pointer;
	transition: background .2s;
}

.curriculum-item:last-child {
	border-bottom: none;
}

.curriculum-item:hover {
	background: var(--bg2);
}

.ci-icon2 {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: var(--orange-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
}

.ci-info {
	flex: 1;
}

.ci-name {
	font-size: 13.5px;
	font-weight: 600;
	color: var(--text);
}

.ci-dur {
	font-size: 12px;
	color: var(--muted);
	margin-top: 2px;
}

.ci-free {
	font-size: 11px;
	font-weight: 700;
	color: #16a34a;
	background: rgba(22, 163, 74, .08);
	border: 1px solid rgba(22, 163, 74, .2);
	padding: 2px 8px;
	border-radius: 20px;
	white-space: nowrap;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.faq-item {
	border: 1px solid var(--border);
	border-radius: 12px;
	overflow: hidden;
}

.faq-q {
	padding: 15px 18px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	transition: background .2s;
	background: var(--card);
}

.faq-q:hover {
	background: var(--bg2);
}

.faq-q .faq-icon {
	font-size: 18px;
	transition: transform .3s;
	flex-shrink: 0;
	line-height: 1;
}

.faq-a {
	font-size: 13.5px;
	color: var(--muted2);
	line-height: 1.7;
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .35s ease, padding .3s;
}

.faq-item.open .faq-a {
	max-height: 300px;
	padding: 0 18px 16px;
}

.faq-item.open .faq-icon {
	transform: rotate(45deg);
}

.instructor-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius2);
	padding: 24px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.instructor-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	flex-shrink: 0;
}

.instructor-name {
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 4px;
}

.instructor-role {
	font-size: 13px;
	color: var(--orange);
	font-weight: 600;
	margin-bottom: 10px;
}

.instructor-bio {
	font-size: 13.5px;
	color: var(--muted);
	line-height: 1.65;
}

.instructor-stats {
	display: flex;
	gap: 18px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.ins-stat {
	font-size: 13px;
	color: var(--muted2);
	font-weight: 600;
}

.reviews-summary {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-bottom: 22px;
	background: var(--orange-bg);
	border-radius: 14px;
	padding: 18px 22px;
}

.rs-big {
	text-align: center;
}

.rs-big-num {
	font-family: var(--font-display);
	font-size: 48px;
	font-weight: 800;
	color: var(--orange);
	line-height: 1;
}

.rs-big-stars {
	color: #f59e0b;
	font-size: 17px;
	margin-top: 4px;
}

.rs-big-label {
	font-size: 12px;
	color: var(--muted);
	margin-top: 4px;
}

.rs-bars {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.rs-bar-row {
	display: flex;
	align-items: center;
	gap: 9px;
}

.rs-bar-label {
	font-size: 12px;
	color: var(--muted2);
	width: 30px;
	text-align: right;
	flex-shrink: 0;
}

.rs-bar-track {
	flex: 1;
	height: 7px;
	background: var(--border);
	border-radius: 4px;
	overflow: hidden;
}

.rs-bar-fill {
	height: 100%;
	border-radius: 4px;
	background: var(--orange);
}

.rs-bar-pct {
	font-size: 12px;
	color: var(--muted);
	width: 32px;
}

.review-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.review-card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 16px 18px;
}

.review-header {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 9px;
}

.review-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--orange), var(--orange2));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	flex-shrink: 0;
}

.review-name {
	font-size: 14px;
	font-weight: 700;
}

.review-date {
	font-size: 12px;
	color: var(--muted);
}

.review-stars {
	color: #f59e0b;
	font-size: 13px;
}

.review-text {
	font-size: 13.5px;
	color: var(--muted2);
	line-height: 1.65;
}

/**/
.note-box {
	background: var(--orange-bg);
	border: 1px solid rgba(201, 107, 42, .2);
	border-radius: 12px;
	padding: 18px;
	margin-bottom: 18px;
}

.note-box strong {
	color: var(--orange) !important;
	font-size: 14px;
	margin-bottom: 10px;
}

.note-box ul {
	list-style: disc;
	padding-left: 10px;
}

.note-box li:not(:last-child) {
	margin-bottom: 10px;
}

.note-box li {
	font-size: 14px;
	padding-left: 10px;
}

.note-box li strong {
	color: var(--muted2) !important;
	padding-right: 5px;
}

.note-box li::marker {
	font-family: 'FontAwesome';
	content: "\f00c";
	color: var(--orange);
}

.course-columns li::marker {
	font-family: 'FontAwesome';
	content: "\f00c";
	color: var(--orange);
}

.course-columns li {
	padding-left: 10px;
}

.course-content ul:has(li:nth-child(4)) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px 30px;
	padding-left: 20px;
}

span.color-border {
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.badge-item {
	font-size: 11px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	background: rgba(201, 107, 42, .1);
	color: var(--orange);
	border: 1px solid rgba(201, 107, 42, .2);
}

@media (min-width: 1920px) {
	.container {
		max-width: var(--container);
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: var(--container) !important;
	}
}

@media(max-width:900px) {
	.course-detail-hero {
		padding: 90px 18px 0;
	}

	.course-detail-inner {
		grid-template-columns: 1fr;
	}

	.cd-buy-card {
		position: static;
	}

	.cd-stats-bar {
		grid-template-columns: repeat(2, 1fr);
	}

	.learn-grid {
		grid-template-columns: 1fr;
	}

	.reviews-summary {
		flex-direction: column;
	}
}

@media (max-width: 768px) {

	/*header-mobile*/
	.mobile-menu .open div#overlay {
		display: block;
	}

	.header-desktop {
		display: none;
	}

	ul#menu-mobile>li>ul.sub-menu {
		display: none;
	}

	.header-mobile img.custom-logo {
		margin: 0px !important;
		width: 140px !important;
	}

	.list-icon-menu ul>li {
		float: left;
		line-height: 25px;
		padding: 0px 10px;
	}

	.mobile-menu #overlay ul.sub-menu>li>a {
		font-size: 16px !important;
		font-weight: 500;
	}

	.mobile-menu #overlay #menu-mobile>li ul>li ul.sub-menu {
		padding-left: 20px;
		padding-top: 0px
	}

	ul#menu-mobile {
		font-family: "roboto" !important;
	}

	.mobile-menu .list-icon-menu li.button-mobile {
		margin-top: 0px !important;
	}

	#overlay #menu-mobile li {
		padding-bottom: 10px;
		font-weight: 400;
	}

	.mobile-menu #overlay #menu-mobile>li ul>li ul>li {
		padding-bottom: 0px;
		line-height: 20px;
	}

	#overlay {
		align-items: flex-start !important;
		color: #000;
		font-weight: 600;
		padding: 15px;
	}

	.header-mobile {
		display: block;
		background: #d1c1ad !important;
		border-bottom: 1px solid #F0EFF4 !important;
		box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%) !important;
	}

	.header-mobile img.custom-logo {
		margin: 0px !important;
		width: 140px !important;
	}

	.navbar-dark .navbar-toggler {
		color: rgb(98 22 22 / 55%) !important;
		border-color: rgb(48 0 0 / 10%) !important;
	}

	div#collapsibleNavbar {
		padding: 15px 5px;
		border-top: 1px solid #c0ad9c;
	}

	.list-icon-menu ul>li {
		float: left;
		line-height: 25px;
		padding: 0px 10px;
	}

	.mobile-menu .list-icon-menu ul>li {
		margin-top: 5px;
	}

	#menu-mobile>li.open>.sub-menu {
		display: block;
		padding-left: 5px;
		padding-top: 0px;
	}

	#menu-mobile>li>.sub-menu>li a {
		padding: 5px;
		display: block;
	}

	ul#menu-mobile>li>ul.sub-menu:hover {
		display: block !important;
	}

	.site-branding .custom-logo {
		width: 100%;
		height: auto;
	}

	.header-mobile .site-branding {
		width: 40%;
	}

	/**/
	/*
|--------------------------------------------------------------------------
| MOBILE MENU
|--------------------------------------------------------------------------
*/

	#overlay {
		display: none;
		background: #fff;
		border-top: 1px solid #eef1f8;
		padding: 20px 24px;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 999;
	}

	#overlay.open {
		display: block;
		top: 65px;
		left: 0;
		transform: translateY(0);
	}


	/* MENU */
	#overlay ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#overlay ul li {
		border-bottom: 1px solid #eef1f8;
	}

	#overlay ul li a {
		display: block;
		padding: 5px 0;
		font-size: .95rem;
		color: #111827;
		font-weight: 500;
	}

	.mobile-menu .btn-item {
		text-align: center;
	}

	#overlay .btn-primary-item {
		color: #ffffff;
	}

	/* BUTTONS */
	.mobile-actions {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
	}

	.mobile-actions .btn {
		justify-content: center;
	}


	/*
|--------------------------------------------------------------------------
| HAMBURGER
|--------------------------------------------------------------------------
*/

	.navbar-hamburger {
		width: 30px;
		height: 30px;
		border: none;
		background: none;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		cursor: pointer;
	}

	.navbar-hamburger span {
		width: 100%;
		height: 2px;
		background: #111827;
		border-radius: 999px;
		transition: .3s;
	}


	/* ACTIVE */
	.navbar-hamburger.active span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.navbar-hamburger.active span:nth-child(2) {
		opacity: 0;
	}

	.navbar-hamburger.active span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	nav#mainNav {
		background: #faf3ec;
	}

	.mobile-menu .list-icon-menu ul {
		list-style: none;
	}

	/*STYLE MOBILE*/
	footer {
		padding: 30px;
	}

	.footer-top {
		grid-template-columns: repeat(1, 1fr);
		padding-bottom: 20px;
		text-align: center;
	}

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

	.footer-col ul {
		justify-content: center;
		display: inline-block;
	}

	.footer-col ul li {
		text-align: left;
	}

	.footer-socials {
		justify-content: center;
	}

	.footer-desc {
		max-width: 100%;
	}

	/**/
	section.content-section {
		padding: 30px 20px;
	}

	.cta-section {
		padding: 40px 20px;
	}

	.trust-badges {
		gap: 60px;
	}
}