/* ==========================================================================
   PACKAGES NEW STYLESHEET
   ========================================================================== */

:root {
	--pkgn-primary: #2563eb;
	--pkgn-primary-dark: #1d4ed8;
	--pkgn-primary-light: #eff6ff;
	--pkgn-primary-glow: rgba(37, 99, 235, 0.15);
	--pkgn-dark-bg: #070e24;
	--pkgn-dark-card: #0e1738;
	--pkgn-dark-card-hover: #131f4a;
	--pkgn-dark-border: rgba(255, 255, 255, 0.1);
	--pkgn-dark-text: #f8fafc;
	--pkgn-dark-muted: #94a3b8;
	--pkgn-text-main: #0f172a;
	--pkgn-text-muted: #64748b;
	--pkgn-border-light: #e2e8f0;
	--pkgn-bg-light: #f8fafc;
	--pkgn-radius-sm: 8px;
	--pkgn-radius-md: 14px;
	--pkgn-radius-lg: 18px;
	--pkgn-shadow-card: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.04);
	--pkgn-shadow-hover: 0 16px 36px -4px rgba(15, 23, 42, 0.12), 0 4px 12px -2px rgba(15, 23, 42, 0.06);
	--pkgn-shadow-featured: 0 18px 40px -4px rgba(37, 99, 235, 0.22);
}

.packages-new-page {
	font-family: "Poppins", sans-serif;
	color: var(--pkgn-text-main);
	background-color: #ffffff;
	overflow-x: hidden;
}

.packages-new-page h1,
.packages-new-page h2,
.packages-new-page h3,
.packages-new-page h4,
.packages-new-page h5,
.packages-new-page h6 {
	font-family: "Jost", sans-serif;
	color: inherit;
}

/* --------------------------------------------------------------------------
   SECTION HEADERS (SHARED)
   -------------------------------------------------------------------------- */
.pkgn-section-header {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 48px;
}

.pkgn-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pkgn-primary);
	margin-bottom: 12px;
}

.pkgn-section-title {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--pkgn-text-main);
	margin-bottom: 14px;
}

.pkgn-section-title span,
.pkgn-highlight {
	color: var(--pkgn-primary);
	background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pkgn-section-desc {
	font-size: 16px;
	line-height: 1.6;
	color: var(--pkgn-text-muted);
	margin: 0 auto;
	max-width: 620px;
}

/* --------------------------------------------------------------------------
   HERO SECTION (DARK INNER-BANNER-WRAP MATCHING SITE THEME)
   -------------------------------------------------------------------------- */
.pkgn-hero-section.inner-banner-wrap {
	background-position: center;
	background-size: cover;
	color: #ffffff;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.pkgn-inner-banner {
	display: flex;
	gap: 30px;
	padding: 85px 0 70px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.pkgn-hero-header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.pkgn-watermark-wrap {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.pkgn-watermark-title,
.inner-banner .global-header h2.pkgn-watermark-title,
.inner-banner .global-header h1:not(.page-title).pkgn-watermark-title {
	position: relative;
	display: block !important;
	text-align: center !important;
	margin: 0 auto -15px auto !important;
	width: 100% !important;
	font-size: 92px;
	font-weight: 900;
	color: white;
	background: linear-gradient(to right, #013CFF, #E816D4);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #071027;
	-webkit-text-stroke: 2px transparent;
	opacity: 0.22;
	line-height: 1;
	letter-spacing: -0.02em;
	float: none !important;
}

.pkgn-min-title,
.inner-banner .global-header .min-title.pkgn-min-title {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	gap: 12px;
	margin: -34px auto 28px auto !important;
	position: relative;
	z-index: 3;
	width: 100% !important;
}


.pkgn-min-title .icon-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pkgn-min-title h6 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
}

.pkgn-hero-title {
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
	color: #ffffff !important;
	margin-bottom: 18px;
}

.pkgn-hero-title span {
	color: #3D72FB;
	background: linear-gradient(135deg, #3D72FB 0%, #60a5fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pkgn-hero-subtitle {
	font-size: 16.5px;
	line-height: 1.65;
	color: #cbd5e1;
	margin-bottom: 30px;
	max-width: 560px;
}

.pkgn-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-bottom: 30px;
}

.pkgn-btn-primary {
	background: #2563eb;
	color: #ffffff !important;
	border: 1px solid #2563eb;
	padding: 13px 28px;
	border-radius: var(--pkgn-radius-sm);
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all 0.25s ease;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.pkgn-btn-primary:hover {
	background: #1d4ed8;
	border-color: #1d4ed8;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(37, 99, 235, 0.45);
	color: #ffffff !important;
}

.pkgn-btn-secondary {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 13px 26px;
	border-radius: var(--pkgn-radius-sm);
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	backdrop-filter: blur(8px);
	transition: all 0.25s ease;
}

.pkgn-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: #38bdf8;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.pkgn-hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
}

.pkgn-trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #f1f5f9;
}

.pkgn-trust-icon {
	color: #38bdf8;
	font-size: 13px;
	background: rgba(56, 189, 248, 0.15);
	padding: 4px;
	border-radius: 50%;
}

/* Floating Blueprint Card */
.pkgn-blueprint-card {
	background: rgba(8, 17, 43, 0.9);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--pkgn-radius-lg);
	padding: 32px 28px 24px;
	box-shadow: 0 24px 50px -10px rgba(0, 0, 0, 0.6);
	position: relative;
	overflow: hidden;
}

.pkgn-blueprint-card::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(61, 114, 251, 0.35) 0%, rgba(61, 114, 251, 0) 70%);
	border-radius: 50%;
	pointer-events: none;
}

.pkgn-blueprint-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #94a3b8;
	margin-bottom: 22px;
}

.pkgn-blueprint-list {
	list-style: none;
	padding: 0;
	margin: 0 0 26px;
}

.pkgn-blueprint-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.pkgn-blueprint-num {
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #38bdf8;
	background: rgba(56, 189, 248, 0.12);
	border: 1px solid rgba(56, 189, 248, 0.25);
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pkgn-blueprint-text {
	font-size: 14.5px;
	font-weight: 500;
	color: #f8fafc;
}

.pkgn-blueprint-bar {
	display: flex;
	height: 4px;
	border-radius: 2px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.12);
	gap: 3px;
}

.pkgn-bar-seg {
	flex: 1;
	height: 100%;
}

.pkgn-bar-1 { background: #3D72FB; }
.pkgn-bar-2 { background: #06b6d4; }
.pkgn-bar-3 { background: #10b981; }
.pkgn-bar-4 { background: #8b5cf6; }


/* --------------------------------------------------------------------------
   SECTION 2: SERVICES & TIERED PRICING
   -------------------------------------------------------------------------- */
.pkgn-services-section {
	padding: 85px 0 90px;
	background: #ffffff;
}

.pkgn-tabs-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 44px;
}

.pkgn-category-tabs {
	display: inline-flex;
	align-items: center;
	background: #f1f5f9;
	padding: 5px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	gap: 4px;
	max-width: 100%;
	overflow-x: auto;
}

.pkgn-cat-tab {
	background: transparent;
	color: #475569;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 13.5px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.pkgn-cat-tab:hover {
	color: var(--pkgn-primary);
}

.pkgn-cat-tab.active {
	background: #ffffff;
	color: var(--pkgn-primary);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
	font-weight: 600;
}

.pkgn-cat-tab i {
	font-size: 13px;
	transition: color 0.2s ease;
}

/* Pricing Grid */
.pkgn-pricing-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 36px;
	justify-content: center;
}

.pkgn-card-col {
	flex: 1 1 calc(25% - 20px);
	min-width: 260px;
	max-width: 320px;
	display: flex;
}

/* When 3 cards active (like Social Media tab) */
.pkgn-pricing-grid.is-3-cols .pkgn-card-col {
	flex: 1 1 calc(33.333% - 20px);
	max-width: 340px;
}

.pkgn-pricing-card {
	background: #ffffff;
	border: 1px solid var(--pkgn-border-light);
	border-radius: var(--pkgn-radius-lg);
	padding: 32px 24px 24px;
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: var(--pkgn-shadow-card);
}

.pkgn-pricing-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--pkgn-shadow-hover);
	border-color: #cbd5e1;
}

.pkgn-pricing-card.is-popular {
	border: 2px solid var(--pkgn-primary);
	box-shadow: var(--pkgn-shadow-featured);
	position: relative;
}

.pkgn-popular-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: #1d6bf3;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 20px;
	box-shadow: 0 4px 12px rgba(29, 107, 243, 0.35);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.pkgn-popular-badge i {
	font-size: 10px;
}

.pkgn-card-best-for {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #2563eb;
	margin-bottom: 12px;
	line-height: 1.35;
	min-height: 32px;
}

.pkgn-card-title {
	font-size: 22px;
	font-weight: 700;
	color: var(--pkgn-text-main);
	margin-bottom: 8px;
	line-height: 1.25;
}

.pkgn-card-desc {
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--pkgn-text-muted);
	margin-bottom: 22px;
	min-height: 42px;
}

.pkgn-card-price-wrap {
	display: flex;
	flex-direction: column;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--pkgn-border-light);
	margin-bottom: 22px;
}

.pkgn-price-main-line {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.pkgn-card-price {
	font-family: "Jost", sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: var(--pkgn-text-main);
	line-height: 1;
}

.pkgn-card-period {
	font-size: 13px;
	color: var(--pkgn-text-muted);
	font-weight: 500;
}

.pkgn-card-setup-fee {
	font-size: 12px;
	font-weight: 600;
	color: var(--pkgn-text-muted);
	margin-top: 6px;
}

.pkgn-features-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	flex-grow: 1;
}

.pkgn-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	line-height: 1.45;
	color: #334155;
	margin-bottom: 12px;
}

.pkgn-feature-icon {
	color: #10b981;
	font-size: 12px;
	margin-top: 3px;
	flex-shrink: 0;
}

.pkgn-card-disclaimer-box {
	background: #f8fafc;
	border: 1px solid #f1f5f9;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 11.5px;
	color: #64748b;
	line-height: 1.45;
	margin-top: auto;
	margin-bottom: 18px;
	min-height: 48px;
	display: flex;
	align-items: center;
}

.pkgn-card-turnaround {
	font-size: 12px;
	color: var(--pkgn-text-muted);
	margin-bottom: 16px;
	text-align: center;
	padding: 8px 10px;
	background: #f8fafc;
	border-radius: 6px;
	border: 1px solid #f1f5f9;
}

.pkgn-card-btn {
	width: 100%;
	padding: 12px 18px;
	border-radius: var(--pkgn-radius-sm);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.25s ease;
	border: 1px solid #cbd5e1;
	color: var(--pkgn-text-main);
	background: #ffffff;
}

.pkgn-card-btn:hover {
	background: #f8fafc;
	border-color: var(--pkgn-primary);
	color: var(--pkgn-primary);
}

.pkgn-pricing-card.is-popular .pkgn-card-btn {
	background: #1d6bf3;
	border-color: #1d6bf3;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(29, 107, 243, 0.3);
}

.pkgn-pricing-card.is-popular .pkgn-card-btn:hover {
	background: var(--pkgn-primary-dark);
	border-color: var(--pkgn-primary-dark);
	color: #ffffff;
}

.pkgn-bottom-disclaimer-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 13px;
	color: #64748b;
	margin-top: 32px;
	text-align: center;
}

.pkgn-bottom-disclaimer-badge i {
	color: var(--pkgn-primary);
	font-size: 14px;
}

/* --------------------------------------------------------------------------
   SECTION 3: ADD-ONS
   -------------------------------------------------------------------------- */
.pkgn-addons-section {
	padding: 75px 0 85px;
	background: #f8fafc;
	border-top: 1px solid var(--pkgn-border-light);
}

.pkgn-addons-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
	max-width: 1040px;
	margin: 0 auto;
}

.pkgn-addon-card {
	background: #ffffff;
	border: 1px solid var(--pkgn-border-light);
	border-radius: var(--pkgn-radius-md);
	padding: 26px 28px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	box-shadow: var(--pkgn-shadow-card);
	transition: all 0.25s ease;
}

.pkgn-addon-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--pkgn-shadow-hover);
	border-color: #cbd5e1;
}

.pkgn-addon-icon-box {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: var(--pkgn-primary-light);
	color: var(--pkgn-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
	border: 1px solid rgba(37, 99, 235, 0.15);
}

.pkgn-addon-content {
	flex-grow: 1;
}

.pkgn-addon-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--pkgn-text-main);
	margin-bottom: 6px;
}

.pkgn-addon-desc {
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--pkgn-text-muted);
	margin-bottom: 12px;
}

.pkgn-addon-price {
	font-size: 15px;
	font-weight: 700;
	color: var(--pkgn-primary);
}

/* --------------------------------------------------------------------------
   SECTION 4: MONTHLY GROWTH STRATEGY (DARK)
   -------------------------------------------------------------------------- */
.pkgn-growth-section {
	padding: 100px 0 110px;
	background-color: #060e22;
	color: #ffffff;
	position: relative;
}

.pkgn-growth-section .pkgn-section-header {
	max-width: 800px;
	margin: 0 auto 52px;
}

.pkgn-growth-section .pkgn-eyebrow {
	color: #38bdf8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.pkgn-growth-section .pkgn-section-title {
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 14px;
	letter-spacing: -0.01em;
}

.pkgn-growth-section .pkgn-section-desc {
	color: #94a3b8;
	font-size: 15px;
	line-height: 1.6;
	max-width: 680px;
}

.pkgn-growth-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	max-width: 1140px;
	margin: 0 auto 40px;
	align-items: stretch;
}

.pkgn-growth-card {
	background: #091330;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	padding: 40px 32px 32px;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	min-height: 490px;
}

.pkgn-growth-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.3);
}

/* White Popout Recommended Card */
.pkgn-growth-card.is-white-card {
	background: #ffffff !important;
	border: 1px solid transparent !important;
	border-radius: 20px !important;
	padding: 44px 34px 34px !important;
	box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.45) !important;
	transform: scale(1.02);
	z-index: 2;
}

.pkgn-growth-card.is-white-card:hover {
	transform: scale(1.02) translateY(-6px);
	box-shadow: 0 32px 70px -10px rgba(0, 0, 0, 0.55) !important;
}

.pkgn-growth-badge {
	position: absolute;
	top: -14px;
	right: 36px;
	background: #e6007e;
	color: #ffffff;
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 5px 16px;
	border-radius: 30px;
	box-shadow: 0 4px 14px rgba(230, 0, 126, 0.45);
	white-space: nowrap;
	z-index: 3;
}

.pkgn-growth-audience {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 14px;
}

.pkgn-growth-card.is-white-card .pkgn-growth-audience {
	color: #2563eb;
}

.pkgn-growth-card-title {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 18px;
	line-height: 1.25;
}

.pkgn-growth-card.is-white-card .pkgn-growth-card-title {
	color: #0f172a;
}

.pkgn-growth-price-wrap {
	display: flex;
	align-items: baseline;
	gap: 4px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 26px;
}

.pkgn-growth-card.is-white-card .pkgn-growth-price-wrap {
	border-bottom: 1px solid #e2e8f0;
}

.pkgn-growth-price {
	font-family: "Jost", sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
	letter-spacing: -0.02em;
}

.pkgn-growth-card.is-white-card .pkgn-growth-price {
	font-size: 42px;
	color: #0f172a;
}

.pkgn-growth-period {
	font-size: 13px;
	color: #94a3b8;
	font-weight: 500;
	margin-left: 2px;
}

.pkgn-growth-card.is-white-card .pkgn-growth-period {
	color: #64748b;
}

.pkgn-growth-features {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	flex-grow: 1;
}

.pkgn-growth-feat-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #cbd5e1;
	margin-bottom: 15px;
}

.pkgn-growth-card.is-white-card .pkgn-growth-feat-item {
	color: #334155;
	font-weight: 500;
}

.pkgn-growth-feat-icon {
	color: #10b981;
	font-size: 13px;
	flex-shrink: 0;
}

.pkgn-growth-btn-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #38bdf8;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	margin-top: auto;
	padding-top: 18px;
	transition: all 0.2s ease;
}

.pkgn-growth-btn-link:hover {
	color: #7dd3fc;
}

.pkgn-growth-btn-link i {
	transition: transform 0.2s ease;
}

.pkgn-growth-btn-link:hover i {
	transform: translateX(4px);
}

.pkgn-growth-card.is-white-card .pkgn-growth-btn-link {
	color: #2563eb;
	font-weight: 700;
}

.pkgn-growth-card.is-white-card .pkgn-growth-btn-link:hover {
	color: #1d4ed8;
}

.pkgn-growth-disclaimer {
	text-align: center;
	font-size: 12.5px;
	color: #64748b;
	max-width: 780px;
	margin: 0 auto;
	line-height: 1.6;
}

/* --------------------------------------------------------------------------
   SECTION 5: SCOPE MATRIX TABLE
   -------------------------------------------------------------------------- */
.pkgn-scope-section {
	padding: 85px 0 90px;
	background: #ffffff;
}

.pkgn-table-wrapper {
	background: #ffffff;
	border-radius: var(--pkgn-radius-md);
	border: 1px solid var(--pkgn-border-light);
	box-shadow: var(--pkgn-shadow-card);
	overflow: hidden;
	margin-top: 36px;
}

.pkgn-scope-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.pkgn-scope-table thead tr {
	background: #08112b;
	color: #ffffff;
}

.pkgn-scope-table th {
	padding: 16px 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.pkgn-scope-table th:last-child {
	border-right: none;
}

.pkgn-scope-table tbody tr {
	border-bottom: 1px solid var(--pkgn-border-light);
	transition: background 0.15s ease;
}

.pkgn-scope-table tbody tr:nth-child(even) {
	background: #f8fafc;
}

.pkgn-scope-table tbody tr:hover {
	background: #f1f5f9;
}

.pkgn-scope-table tbody tr:last-child {
	border-bottom: none;
}

.pkgn-scope-table td {
	padding: 18px 20px;
	font-size: 13.5px;
	line-height: 1.55;
	color: #334155;
	border-right: 1px solid var(--pkgn-border-light);
	vertical-align: top;
}

.pkgn-scope-table td:last-child {
	border-right: none;
}

.pkgn-scope-table td.col-service {
	font-weight: 700;
	color: var(--pkgn-text-main);
	width: 18%;
}

.pkgn-scope-table td.col-included {
	width: 32%;
}

.pkgn-scope-table td.col-outcome {
	width: 25%;
	color: var(--pkgn-primary-dark);
	font-weight: 500;
}

.pkgn-scope-table td.col-not {
	width: 25%;
	color: #64748b;
}

/* --------------------------------------------------------------------------
   SECTION 6: FAQ ACCORDION
   -------------------------------------------------------------------------- */
.pkgn-faq-section {
	padding: 85px 0 95px;
	background: #f8fafc;
	border-top: 1px solid var(--pkgn-border-light);
}

.pkgn-faq-wrapper {
	max-width: 800px;
	margin: 0 auto;
}

.pkgn-faq-item {
	background: #ffffff;
	border: 1px solid var(--pkgn-border-light);
	border-radius: var(--pkgn-radius-sm);
	margin-bottom: 12px;
	overflow: hidden;
	transition: all 0.2s ease;
}

.pkgn-faq-item.active {
	border-color: #cbd5e1;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.pkgn-faq-header {
	width: 100%;
	padding: 18px 22px;
	background: transparent;
	border: none;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	font-size: 15.5px;
	font-weight: 600;
	color: var(--pkgn-text-main);
	transition: color 0.2s ease;
}

.pkgn-faq-header:hover {
	color: var(--pkgn-primary);
}

.pkgn-faq-icon {
	font-size: 14px;
	color: var(--pkgn-text-muted);
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.pkgn-faq-item.active .pkgn-faq-icon {
	transform: rotate(180deg);
	color: var(--pkgn-primary);
}

.pkgn-faq-body {
	display: none;
	padding: 0 22px 20px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--pkgn-text-muted);
	border-top: 1px solid #f1f5f9;
}

.pkgn-faq-body p {
	margin: 12px 0 0;
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
	.pkgn-hero-title {
		font-size: 38px;
	}

	.pkgn-section-title {
		font-size: 32px;
	}

	.pkgn-card-col {
		flex: 1 1 calc(50% - 20px);
	}

	.pkgn-table-wrapper {
		overflow-x: auto;
	}

	.pkgn-scope-table {
		min-width: 700px;
	}
}

@media (max-width: 767px) {
	.pkgn-hero-section {
		padding: 40px 0 60px;
	}

	.pkgn-hero-title {
		font-size: 30px;
	}

	.pkgn-hero-subtitle {
		font-size: 15px;
	}

	.pkgn-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.pkgn-btn-primary,
	.pkgn-btn-secondary {
		justify-content: center;
	}

	.pkgn-blueprint-card {
		margin-top: 40px;
		padding: 24px 20px 20px;
	}

	.pkgn-card-col {
		flex: 1 1 100%;
	}

	.pkgn-addon-card {
		flex-direction: column;
	}

	.pkgn-scope-table {
		min-width: 600px;
	}

	.pkgn-section-title {
		font-size: 26px;
	}
}
