﻿/* Order page hero cards - AVCLabs bundle style */
.order-hero-section {
	background: #f4f7ff;
	padding: 10px 0 40px;
}

.order-hero-section .order-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(31, 38, 135, 0.08);
	padding: 40px 50px;
	margin-bottom: 30px;
	position: relative;
	overflow: visible;
}

.order-hero-section .order-card:last-child {
	margin-bottom: 0;
}

.order-card-label {
	color: #2563eb;
	font-size: 12px;
	font-weight: 800;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.order-card-title {
	font-size: 28px;
	font-weight: 700;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #111827;
	margin-bottom: 16px;
	line-height: 1.3;
}

.order-card-desc {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7;
	color: #4b5563;
	margin-bottom: 24px;
	max-width: 95%;
}

.order-card-desc a {
	color: #2563eb;
	text-decoration: underline;
}

.order-card-price {
	position: absolute;
	top: 24px;
	right: 24px;
	margin-bottom: 0;
	z-index: 10;
}

.order-card-price .save {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: linear-gradient(135deg, #ff6b35 0%, #ef4444 100%);
	padding: 8px 16px;
	border-radius: 20px;
	box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
	vertical-align: middle;
	letter-spacing: 0.5px;
}

.order-card-price .save b {
	font-weight: 800;
}.order-card-price .current {
	font-size: 36px;
	font-weight: 800;
	color: #ff6b35;
	margin-top: 8px;
}

.order-card-price .current span {
	font-size: 16px;
	font-weight: 400;
	color: #6b7280;
	margin-left: 4px;
}

.order-card-price .separate {
	font-size: 14px;
	color: #6b7280;
	margin-top: 6px;
}

.order-card-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.order-card-dl-group .order-card-btn {
	width: auto;
	padding: 12px 28px;
}

.order-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 32px;
	border-radius: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	border: none;
	transition: all 0.25s ease;
	text-transform: none;
	letter-spacing: 0;
}

.order-card-btn:hover,
.order-card-btn:focus {
	color: #ffffff;
	opacity: 0.9;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}

.order-card-btn.win {
	background: #2B75F0;
}

.order-card-btn.mac {
	background: #FF6B00;
}

.order-card-btn img {
	width: 18px;
	height: 18px;
}

/* Purchase button (order page only) */
.order-buy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 40px;
	border-radius: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background: linear-gradient(135deg, #FF6B00 0%, #e55a00 100%);
	border: none;
	transition: all 0.25s ease;
	text-transform: none;
	letter-spacing: 0;
}

.order-buy-btn:hover,
.order-buy-btn:focus {
	color: #ffffff;
	opacity: 0.92;
	box-shadow: 0 6px 24px rgba(255, 107, 0, 0.35);
	transform: translateY(-2px);
}

.order-buy-btn svg {
	flex-shrink: 0;
}

@media (max-width: 767px) {
	.order-buy-btn {
		width: 100%;
		padding: 14px 28px;
	}
}

/* Smaller purchase button for product item cards */
.order-buy-btn-sm {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 11px 22px;
	border-radius: 8px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	background: linear-gradient(135deg, #FF6B00 0%, #e55a00 100%);
	border: none;
	transition: all 0.25s ease;
	text-transform: none;
	letter-spacing: 0;
}

.order-buy-btn-sm:hover,
.order-buy-btn-sm:focus {
	color: #ffffff;
	opacity: 0.92;
	box-shadow: 0 6px 24px rgba(255, 107, 0, 0.35);
	transform: translateY(-2px);
}

.order-buy-btn-sm svg {
	flex-shrink: 0;
}

/* Download group: button + per-platform version info */
.order-card-dl-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex: 0 0 auto;
	min-width: 0;
}

.dl-version-info {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #6b7280;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.dl-version-info img {
	width: 14px;
	height: 14px;
}

.dl-version-info .version-history {
	color: #2563eb;
	text-decoration: underline;
	font-weight: 600;
}

.dl-version-info .version-history:hover,
.dl-version-info .version-history:focus {
	color: #1d4ed8;
}

@media (max-width: 767px) {
	.order-card-btns {
		flex-direction: column;
	}

	.order-card-dl-group {
		width: 100%;
		min-width: auto;
		align-items: center;
	}

	.order-card-dl-group .order-card-btn {
		width: 100%;
		padding: 12px 24px;
	}

	.dl-version-info {
		font-size: 12px;
		white-space: normal;
		line-height: 1.4;
	}
}

.order-card-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.order-card-img img {
	max-width: 200px;
	max-height: 200px;
	object-fit: contain;
}

@media (max-width: 991px) {
	.order-hero-section .order-card {
		padding: 32px;
		overflow: hidden;
	}

	.order-card-title {
		font-size: 24px;
	}

	.order-card .row {
		display: flex;
		flex-wrap: wrap;
	}

	.order-card-img {
		order: -1;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
		justify-content: center;
	}

	.order-card-img img {
		max-width: 100px;
		max-height: 100px;
	}

	/* Mobile: switch ribbon to inline pill badge below logo */
	.order-card-price {
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		pointer-events: auto;
		margin-bottom: 14px;
	}

	.order-card-price .save {
		position: static;
		display: inline-block;
		transform: none;
		width: auto;
		font-size: 13px;
		padding: 7px 16px;
		border-radius: 20px;
		background: linear-gradient(135deg, #ff6b35 0%, #ef4444 100%);
		text-align: center;
		letter-spacing: 0.3px;
		box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
	}

	.order-card-price .save::before,
	.order-card-price .save::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.order-hero-section {
		padding: 40px 0 30px;
	}

	.order-hero-section .order-card {
		padding: 24px;
		margin-bottom: 20px;
	}

	.order-card-title {
		font-size: 22px;
	}

	.order-card-desc {
		font-size: 14px;
		max-width: 100%;
	}

	.order-card-price .current {
		font-size: 30px;
	}

	.order-card-price {
		margin-bottom: 12px;
	}

	.order-card-price .save {
		font-size: 12px;
		padding: 6px 14px;
	}

	.order-card-btn {
		width: 100%;
		padding: 12px 24px;
	}

	.order-card-img img {
		max-width: 90px;
		max-height: 90px;
	}
}

.page-title.style-2 {
	background: linear-gradient(135deg, #f4f7ff 0%, #eef2ff 100%);
	padding: 55px 0 45px;
}

.page-title.style-2 .title-text h1 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: #111827;
	letter-spacing: -0.5px;
	text-transform: none;
	margin-bottom: 14px;
}

.page-title.style-2 .breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 16px;
	font-size: 13px;
	justify-content: center;
}

.page-title.style-2 .breadcrumb li,
.page-title.style-2 .breadcrumb a,
.page-title.style-2 .breadcrumb>li+li:before {
	color: #6b7280;
}

.page-title.style-2 .breadcrumb a:hover {
	color: #4f46e5;
}

.page-title.style-2 .breadcrumb>.active {
	color: #111827;
	font-weight: 600;
}

.order-offer-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1e293b;
	background: #fff7ed;
	border: 1px solid #fdba74;
	padding: 5px 14px;
	border-radius: 6px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.order-offer-badge::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #f97316;
	border-radius: 50%;
	animation: offer-pulse 2s infinite;
}

@keyframes offer-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}

@media (max-width: 767px) {
	.page-title.style-2 {
		padding: 40px 0 30px;
	}

	.page-title.style-2 .title-text h1 {
		font-size: 28px;
	}

	.order-offer-badge {
		font-size: 11px;
		padding: 4px 10px;
	}
}

/* ========== More Video Products - AVCLabs style ========== */
.more-products-heading {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: #111827;
	margin-bottom: 16px;
}

.more-products-section {
	background: #f8fafd;
	padding: 50px 0 40px;
}

.more-products-section .row {
	display: flex;
	flex-wrap: wrap;
}

.more-products-section .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.product-item-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 30px 24px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.product-item-card:hover {
	box-shadow: 0 12px 40px rgba(31, 38, 135, 0.12);
	transform: translateY(-4px);
	border-color: #d1d5db;
}

.product-item-icon {
	width: 72px;
	height: 72px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-item-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product-item-name {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #111827;
	margin-bottom: 10px;
	line-height: 1.3;
}

.product-item-desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #6b7280;
	margin-bottom: 20px;
	flex: 1;
	max-width: 100%;
}

.product-item-desc a {
	color: #2563eb;
	text-decoration: underline;
}

.product-item-btns {
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: center;
}

.product-item-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 16px;
	border-radius: 8px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	border: none;
	transition: all 0.25s ease;
	text-transform: none;
	letter-spacing: 0;
	white-space: nowrap;
}

.product-item-btn:hover,
.product-item-btn:focus {
	color: #ffffff;
	opacity: 0.9;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}

.product-item-btn.win {
	background: #2B75F0;
}

.product-item-btn.mac {
	background: #FF6B00;
}

.product-item-btn img {
	width: 16px;
	height: 16px;
}

@media (max-width: 991px) {
	.more-products-heading {
		font-size: 28px;
	}

	.product-item-card {
		padding: 24px 18px 20px;
	}

	.product-item-name {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.more-products-section {
		padding: 30px 0 20px;
	}

	.more-products-heading {
		font-size: 24px;
	}

	.product-item-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 12px;
	}

	.product-item-desc {
		font-size: 12px;
	}

	.order-buy-btn-sm {
		width: 100%;
	}
}
