/* Paketler sayfası — AIKeySoft */
.page-packages {
	--pkg-hero-min: clamp(420px, 62vh, 560px);
	padding-bottom: clamp(5.5rem, 14vw, 7.5rem);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* —— Hero —— */
.pkg-hero {
	position: relative;
	min-height: var(--pkg-hero-min);
	display: flex;
	align-items: center;
	padding: calc(var(--header-offset) + 2rem) 0 2.5rem;
	overflow: hidden;
	background: linear-gradient(180deg, var(--bg) 0%, var(--section-alt) 100%);
}

.pkg-hero__ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pkg-hero__mesh {
	position: absolute;
	inset: -30% -20% auto -20%;
	height: 75%;
	opacity: 0.55;
	background-image:
		linear-gradient(rgba(79, 70, 229, 0.038) 1px, transparent 1px),
		linear-gradient(90deg, rgba(79, 70, 229, 0.038) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(ellipse 70% 55% at 50% 0%, #000 20%, transparent 68%);
	animation: pkgMeshMove 30s linear infinite;
}

@keyframes pkgMeshMove {
	to {
		transform: translate(-44px, 44px);
	}
}

.pkg-hero__orb {
	position: absolute;
	border-radius: 50%;
	opacity: 0.5;
	animation: pkgOrb 20s ease-in-out infinite;
}

.pkg-hero__orb--a {
	width: min(480px, 85vw);
	height: min(480px, 85vw);
	background: radial-gradient(circle, var(--glow-purple), transparent 68%);
	top: -20%;
	right: -15%;
}

.pkg-hero__orb--b {
	width: min(380px, 70vw);
	height: min(380px, 70vw);
	background: radial-gradient(circle, var(--glow-blue), transparent 72%);
	bottom: -10%;
	left: -18%;
	animation-delay: -7s;
	animation-duration: 24s;
}

@keyframes pkgOrb {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	50% {
		transform: translate(-2%, 3%) scale(1.04);
	}
}

.pkg-hero__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 46rem;
	margin-inline: auto;
}

.pkg-hero__eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--accent-2);
	margin-bottom: 0.65rem;
}

.pkg-hero__title {
	font-size: clamp(2rem, 4.5vw, 2.85rem);
	font-weight: 800;
	letter-spacing: -0.038em;
	line-height: 1.1;
	color: var(--text);
	margin-bottom: 1rem;
	font-family: var(--font-display);
}

.pkg-hero__title em {
	font-style: normal;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.pkg-hero__lead {
	font-size: clamp(1.02rem, 1.9vw, 1.15rem);
	color: var(--text-muted);
	line-height: 1.7;
}

/* —— Filtre (akıllı şerit + durum) —— */
.pkg-toolbar {
	position: sticky;
	top: var(--header-offset);
	z-index: 40;
	padding: 0.55rem 0 0.75rem;
	background: color-mix(in srgb, var(--bg) 82%, transparent);
	backdrop-filter: blur(14px) saturate(160%);
	-webkit-backdrop-filter: blur(14px) saturate(160%);
	border-bottom: 1px solid var(--border);
}

.pkg-filter-shell {
	padding: 0.65rem 0.85rem 0.75rem;
	border-radius: var(--radius-lg);
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.pkg-filter-shell__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.55rem;
	padding: 0 0.1rem;
}

.pkg-filter-shell__text {
	min-width: 0;
}

.pkg-filter-shell__label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--accent-2);
}

.pkg-filter__status {
	margin: 0.35rem 0 0;
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--text);
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.pkg-filter__tip {
	margin: 0.4rem 0 0;
	font-size: 0.72rem;
	line-height: 1.45;
	color: var(--text-subtle);
	max-width: 52ch;
}

.pkg-filter__mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--text-muted);
	background: rgba(79, 70, 229, 0.06);
	padding: 0.08rem 0.28rem;
	border-radius: 6px;
}

.pkg-filter-shell__hint {
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--text-subtle);
	white-space: nowrap;
	flex-shrink: 0;
	padding-top: 0.15rem;
}

@media (min-width: 1100px) {
	.pkg-filter-shell__hint {
		display: none;
	}
}

.pkg-filter-scroll {
	position: relative;
	margin: 0 -0.1rem;
	padding: 0.15rem 0.15rem 0.25rem;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
	mask-image: linear-gradient(90deg, transparent 0, #000 14px, #000 calc(100% - 14px), transparent 100%);
}

.pkg-filter-scroll::-webkit-scrollbar {
	height: 5px;
}

.pkg-filter-scroll::-webkit-scrollbar-thumb {
	background: rgba(79, 70, 229, 0.25);
	border-radius: 999px;
}

.pkg-filter {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.45rem;
	width: max-content;
	min-width: 100%;
	padding-bottom: 0.08rem;
	align-items: center;
}

.pkg-filter__btn {
	font-family: var(--font-sans);
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.5rem 0.95rem;
	border-radius: var(--radius-pill);
	border: 1px solid var(--border-strong);
	background: rgba(255, 255, 255, 0.88);
	color: var(--text-muted);
	cursor: pointer;
	flex-shrink: 0;
	white-space: nowrap;
	scroll-snap-align: start;
	-webkit-tap-highlight-color: transparent;
	transition:
		background 0.25s var(--ease-out-expo),
		color 0.25s,
		border-color 0.25s,
		box-shadow 0.35s var(--ease-out-expo),
		transform 0.2s;
}

.pkg-filter__abbr {
	font-weight: 500;
	opacity: 0.72;
	font-size: 0.76em;
}

.pkg-filter__btn:hover {
	color: var(--text);
	border-color: rgba(79, 70, 229, 0.28);
	box-shadow: 0 0 20px rgba(79, 70, 229, 0.1);
	transform: translateY(-1px);
}

.pkg-filter__btn.is-active {
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.14), rgba(124, 58, 237, 0.09));
	border-color: rgba(79, 70, 229, 0.38);
	color: var(--accent);
	box-shadow: 0 4px 20px rgba(79, 70, 229, 0.14);
}

.pkg-filter__btn.is-active .pkg-filter__abbr {
	opacity: 0.95;
	color: var(--accent-2);
}

.pkg-filter__btn:focus-visible {
	outline: 2px solid var(--border-focus);
	outline-offset: 2px;
}

.pkg-filter__btn:active {
	transform: scale(0.98);
}

@media (min-width: 1100px) {
	.pkg-filter-scroll {
		overflow-x: visible;
		mask-image: none;
		touch-action: auto;
	}

	.pkg-filter {
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
		min-width: 0;
		padding-bottom: 0;
	}
}

/* —— Grid —— */
.pkg-grid-section {
	padding: clamp(2rem, 5vw, 3rem) 0 clamp(3rem, 7vw, 4.5rem);
	position: relative;
}

.pkg-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
}

@media (max-width: 1100px) {
	.pkg-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.pkg-grid {
		grid-template-columns: 1fr;
	}
}

.pkg-card {
	display: flex;
	flex-direction: column;
	padding: clamp(1.45rem, 3vw, 1.85rem);
	border-radius: var(--radius-lg);
	position: relative;
	overflow: hidden;
	min-width: 0;
	scroll-margin-top: calc(var(--header-offset) + 6.5rem);
	transition:
		transform 0.45s var(--ease-out-expo),
		box-shadow 0.45s var(--ease-out-expo),
		border-color 0.35s;
}

.pkg-card--hidden {
	display: none !important;
}

.pkg-card::after {
	content: "";
	position: absolute;
	inset: -40% -40% auto 50%;
	width: 80%;
	height: 55%;
	background: radial-gradient(ellipse at center, rgba(79, 70, 229, 0.12), transparent 65%);
	opacity: 0;
	transition: opacity 0.5s var(--ease-out-expo);
	pointer-events: none;
	transform: translateX(-50%);
}

.pkg-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-lg), 0 0 56px rgba(79, 70, 229, 0.12), 0 0 100px rgba(124, 58, 237, 0.06);
	border-color: color-mix(in srgb, var(--accent) 22%, transparent);
}

.pkg-card:hover::after {
	opacity: 1;
}

.pkg-card--featured {
	border-color: rgba(79, 70, 229, 0.35);
	box-shadow: var(--shadow-md), 0 0 0 1px rgba(79, 70, 229, 0.12), 0 0 48px rgba(124, 58, 237, 0.1);
}

.pkg-card__badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	color: #fff;
	box-shadow: 0 6px 20px rgba(79, 70, 229, 0.35);
	z-index: 2;
}

.pkg-card__series {
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--accent);
	margin-bottom: 0.45rem;
}

.pkg-card__title {
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.25;
	margin-bottom: 0.55rem;
	color: var(--text);
	font-family: var(--font-display);
	padding-right: 4.5rem;
}

.pkg-card--featured .pkg-card__title {
	padding-right: 5.5rem;
}

@media (max-width: 640px) {
	.pkg-card__title {
		padding-right: 0;
	}
	.pkg-card__badge {
		position: relative;
		top: auto;
		right: auto;
		display: inline-flex;
		margin-bottom: 0.65rem;
	}
	.pkg-card--featured .pkg-card__title {
		padding-right: 0;
	}
}

.pkg-card__tagline {
	font-size: 0.88rem;
	color: var(--text-muted);
	line-height: 1.55;
	margin-bottom: 1rem;
}

.pkg-card__features {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin-bottom: 0.85rem;
	flex: 1 1 auto;
	font-size: 0.82rem;
	color: var(--text-muted);
}

.pkg-card__features li {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
}

.pkg-card__features i {
	color: var(--accent);
	margin-top: 0.18rem;
	font-size: 0.72rem;
	flex-shrink: 0;
}

/* Detay <details> */
.pkg-details {
	margin-bottom: 1rem;
	border-radius: var(--radius);
	border: 1px solid var(--border);
	background: rgba(255, 255, 255, 0.45);
	overflow: hidden;
}

.pkg-details__summary {
	list-style: none;
	cursor: pointer;
	padding: 0.65rem 0.85rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--text);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	transition: background 0.2s;
}

.pkg-details__summary::-webkit-details-marker {
	display: none;
}

.pkg-details__summary::after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.65rem;
	color: var(--accent);
	transition: transform 0.35s var(--ease-out-expo);
}

.pkg-details[open] .pkg-details__summary::after {
	transform: rotate(180deg);
}

.pkg-details__summary:hover {
	background: rgba(79, 70, 229, 0.05);
}

.pkg-details__body {
	padding: 0 0.85rem 0.85rem;
	border-top: 1px solid var(--border);
}

.pkg-details__label {
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--text-subtle);
	margin: 0.75rem 0 0.35rem;
}

.pkg-details__label:first-child {
	margin-top: 0.5rem;
}

.pkg-details__text {
	font-size: 0.8rem;
	color: var(--text-muted);
	line-height: 1.55;
}

.pkg-details__list {
	list-style: none;
	font-size: 0.78rem;
	color: var(--text-muted);
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.pkg-details__list--muted li::before {
	content: "— ";
	color: var(--text-subtle);
}

.pkg-details__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.35rem;
}

.pkg-details__list i {
	color: var(--accent);
	font-size: 0.7rem;
	margin-top: 0.15rem;
}

.pkg-card__price {
	margin-top: auto;
	padding-top: 0.85rem;
	border-top: 1px solid var(--border);
	margin-bottom: 1rem;
}

.pkg-card__amount {
	display: block;
	font-size: clamp(1.35rem, 2.4vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	font-family: var(--font-display);
	background: linear-gradient(135deg, var(--text) 0%, var(--accent) 50%, var(--accent-2) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1.2;
}

.pkg-card__note {
	display: block;
	font-size: 0.72rem;
	color: var(--text-subtle);
	margin-top: 0.35rem;
}

.pkg-card__actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.pkg-card__cta,
.pkg-card__wa {
	width: 100%;
	justify-content: center;
	min-height: 2.55rem;
	font-size: 0.875rem;
}

.pkg-grid .pkg-card.reveal:nth-child(3n + 1) {
	transition-delay: 0.04s;
}
.pkg-grid .pkg-card.reveal:nth-child(3n + 2) {
	transition-delay: 0.08s;
}
.pkg-grid .pkg-card.reveal:nth-child(3n) {
	transition-delay: 0.12s;
}

/* —— Karşılaştırma tablosu —— */
.pkg-compare {
	background: var(--section-alt);
	padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.pkg-table-wrap {
	border-radius: var(--radius-lg);
	padding: 0;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pkg-table-wrap .pkg-table {
	margin: 0;
}

.pkg-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.82rem;
	min-width: 520px;
}

.pkg-table th,
.pkg-table td {
	padding: 0.75rem 0.85rem;
	text-align: center;
	border-bottom: 1px solid var(--border);
}

.pkg-table th:first-child,
.pkg-table td:first-child {
	text-align: left;
	font-weight: 600;
	color: var(--text);
}

.pkg-table thead th {
	background: rgba(79, 70, 229, 0.06);
	font-weight: 700;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--accent);
}

.pkg-table tbody tr:hover td {
	background: rgba(255, 255, 255, 0.5);
}

.pkg-table .fa-check {
	color: var(--accent);
}

.pkg-compare__legend {
	text-align: center;
	font-size: 0.78rem;
	color: var(--text-subtle);
	margin-top: 1rem;
	max-width: 40rem;
	margin-inline: auto;
}

/* —— Alt CTA —— */
.pkg-bottom-cta {
	position: relative;
	padding: clamp(3rem, 7vw, 4.5rem) 0;
	overflow: hidden;
}

.pkg-bottom-cta__glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 55% 70% at 50% 100%, rgba(79, 70, 229, 0.1), transparent 55%);
	pointer-events: none;
}

.pkg-bottom-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: clamp(1.75rem, 4vw, 2.5rem);
	border-radius: calc(var(--radius-lg) + 6px);
	position: relative;
	z-index: 1;
}

.pkg-bottom-cta__eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--accent-2);
	margin-bottom: 0.4rem;
}

.pkg-bottom-cta__title {
	font-size: clamp(1.4rem, 2.6vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.032em;
	margin-bottom: 0.5rem;
	font-family: var(--font-display);
	color: var(--text);
	line-height: 1.15;
}

.pkg-bottom-cta__text {
	font-size: 0.95rem;
	color: var(--text-muted);
	line-height: 1.65;
	max-width: 36rem;
}

.pkg-bottom-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

@media (max-width: 720px) {
	.pkg-bottom-cta__inner {
		flex-direction: column;
		text-align: center;
	}

	.pkg-bottom-cta__actions {
		justify-content: center;
		width: 100%;
	}

	.pkg-bottom-cta__actions .btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.page-packages {
		--pkg-hero-min: clamp(260px, 46vh, 420px);
	}
}

@media (max-width: 768px) {
	.pkg-hero__mesh,
	.pkg-hero__orb--a,
	.pkg-hero__orb--b {
		animation: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pkg-hero__mesh,
	.pkg-hero__orb {
		animation: none;
	}
	.pcmp-check {
		animation: none;
	}
	.pcmp-modal__panel {
		animation: none;
	}
	.pkg-cmp-toast {
		transition: none;
	}
}

/* —— Hero anchor —— */
.pkg-hero__anchor {
	font-weight: 600;
	color: var(--accent);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	transition: color 0.2s;
}

.pkg-hero__anchor:hover {
	color: var(--accent-2);
}

/* —— Kart: karşılaştırma geçişi —— */
.pkg-card__compare {
	margin-bottom: 0.85rem;
}

.pkg-cmp-toggle {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.55rem 0.85rem;
	border-radius: var(--radius-pill);
	border: 1px solid var(--border-strong);
	background: rgba(255, 255, 255, 0.55);
	color: var(--text-muted);
	font-family: var(--font-sans);
	font-size: 0.78rem;
	font-weight: 600;
	cursor: pointer;
	transition:
		background 0.35s var(--ease-out-expo),
		border-color 0.35s,
		color 0.25s,
		box-shadow 0.4s var(--ease-out-expo),
		transform 0.2s;
}

.pkg-cmp-toggle__i {
	color: var(--accent);
	font-size: 0.85rem;
	transition: transform 0.35s var(--ease-out-expo);
}

.pkg-cmp-toggle:hover {
	color: var(--text);
	border-color: rgba(79, 70, 229, 0.28);
	box-shadow: 0 0 24px rgba(79, 70, 229, 0.12);
}

.pkg-cmp-toggle.is-on {
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.14), rgba(124, 58, 237, 0.08));
	border-color: rgba(79, 70, 229, 0.4);
	color: var(--accent);
	box-shadow: 0 4px 22px rgba(79, 70, 229, 0.18);
}

.pkg-cmp-toggle.is-on .pkg-cmp-toggle__i {
	transform: rotate(-6deg) scale(1.05);
	color: var(--accent-2);
}

.pkg-cmp-toggle:active {
	transform: scale(0.98);
}

/* —— Dinamik karşılaştırıcı bölüm —— */
.pkg-dyncmp {
	position: relative;
	padding: clamp(3rem, 7vw, 4.5rem) 0;
	background: linear-gradient(180deg, var(--section-alt) 0%, var(--bg) 45%);
	overflow: hidden;
}

.pkg-dyncmp::before {
	content: "";
	position: absolute;
	inset: 10% -20% auto;
	height: 40%;
	background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(79, 70, 229, 0.06), transparent 70%);
	pointer-events: none;
}

.pkg-dyncmp__head {
	position: relative;
	z-index: 1;
}

.pkg-dyncmp__lead {
	max-width: 46rem;
	margin-inline: auto;
}

.pkg-dyncmp__rec {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 600;
	color: var(--accent);
}

.pcmp-toolbar {
	display: flex;
	flex-direction: column;
	gap: 1.05rem;
	padding: 1rem 1.05rem 1.15rem;
	border-radius: var(--radius-lg);
	margin-bottom: 1.25rem;
	position: relative;
	z-index: 1;
	border: 1px solid var(--border);
	box-shadow: var(--shadow-sm);
}

.pcmp-toolbar__block {
	min-width: 0;
}

.pcmp-toolbar__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.4rem;
}

.pcmp-toolbar__title {
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--text-subtle);
}

.pcmp-toolbar__hint {
	font-size: 0.72rem;
	color: var(--text-muted);
	white-space: nowrap;
}

.pcmp-filter-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	margin: 0 -0.2rem;
	padding: 0.2rem 0.2rem 0.35rem;
}

.pcmp-filter-scroll::-webkit-scrollbar {
	height: 5px;
}

.pcmp-filter-scroll::-webkit-scrollbar-thumb {
	background: rgba(79, 70, 229, 0.25);
	border-radius: 99px;
}

.pcmp-filter {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.45rem;
	padding: 0;
	margin: 0;
	border-radius: 0;
	width: max-content;
	max-width: none;
	position: relative;
	z-index: 1;
}

.pcmp-filter__btn {
	font-family: var(--font-sans);
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.55rem 1rem;
	min-height: 44px;
	border-radius: 999px;
	border: 1px solid var(--border-strong);
	background: rgba(255, 255, 255, 0.72);
	color: var(--text-muted);
	cursor: pointer;
	flex: 0 0 auto;
	transition:
		background 0.3s var(--ease-out-expo),
		border-color 0.25s,
		color 0.2s,
		box-shadow 0.35s var(--ease-out-expo),
		transform 0.2s;
}

.pcmp-filter__btn:hover {
	color: var(--text);
	border-color: rgba(79, 70, 229, 0.22);
}

.pcmp-filter__btn.is-active {
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(124, 58, 237, 0.07));
	border-color: rgba(79, 70, 229, 0.35);
	color: var(--accent);
	box-shadow: 0 4px 18px rgba(79, 70, 229, 0.12);
}

.pcmp-filter__btn:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
}

@media (min-width: 720px) {
	.pcmp-filter-scroll {
		overflow: visible;
		margin: 0;
		padding: 0;
	}

	.pcmp-filter {
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
		gap: 0.5rem;
	}
}

@media (min-width: 960px) {
	.pcmp-toolbar {
		display: grid;
		grid-template-columns: minmax(168px, 210px) minmax(0, 1fr);
		gap: 1rem 1.75rem;
		align-items: start;
		padding: 1.15rem 1.25rem 1.25rem;
	}

	.pcmp-toolbar__block:first-child .pcmp-filter__btn {
		width: 100%;
		justify-content: center;
	}

	.pcmp-filter {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.pcmp-filter__btn {
		min-height: 42px;
	}
}

.pcmp-quickpick {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.pcmp-qp-groups {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.pcmp-qp-groups[data-pcmp-qp-mode="one"] {
	gap: 0;
}

.pcmp-qp-group {
	display: flex;
	align-items: stretch;
	gap: 0.55rem;
	min-width: 0;
	padding: 0.35rem 0;
	border-bottom: 1px solid var(--border);
}

.pcmp-qp-group:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.pcmp-qp-groups[data-pcmp-qp-mode="one"] .pcmp-qp-group {
	border-bottom: none;
	padding: 0;
}

.pcmp-qp-series {
	flex: 0 0 auto;
	width: 2.5rem;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 0.82rem;
	letter-spacing: -0.02em;
	color: var(--accent);
	background: linear-gradient(145deg, rgba(79, 70, 229, 0.1), rgba(124, 58, 237, 0.06));
	border: 1px solid rgba(79, 70, 229, 0.22);
	border-radius: 12px;
	align-self: center;
}

.pcmp-qp-chips {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.45rem;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	padding: 0.15rem 0;
	scroll-snap-type: x proximity;
}

.pcmp-qp-chips::-webkit-scrollbar {
	height: 4px;
}

.pcmp-qp-chips::-webkit-scrollbar-thumb {
	background: rgba(79, 70, 229, 0.2);
	border-radius: 99px;
}

@media (min-width: 720px) {
	.pcmp-qp-chips {
		flex-wrap: wrap;
		overflow-x: visible;
		scroll-snap-type: none;
	}
}

@media (min-width: 960px) {
	.pcmp-qp-group {
		gap: 0.75rem;
		padding: 0.25rem 0;
	}

	.pcmp-qp-series {
		width: 2.75rem;
		border-radius: 14px;
	}
}

.pcmp-chip {
	font-family: var(--font-display);
	font-size: 0.82rem;
	font-weight: 700;
	min-height: 44px;
	min-width: 3.1rem;
	padding: 0.4rem 0.85rem;
	border-radius: 12px;
	border: 1px solid rgba(79, 70, 229, 0.22);
	background: rgba(255, 255, 255, 0.72);
	color: var(--text-muted);
	cursor: pointer;
	flex: 0 0 auto;
	scroll-snap-align: start;
	transition:
		background 0.3s var(--ease-out-expo),
		border-color 0.25s,
		color 0.2s,
		transform 0.2s,
		box-shadow 0.35s var(--ease-out-expo);
}

.pcmp-chip__code {
	pointer-events: none;
}

.pcmp-chip:hover {
	color: var(--text);
	border-color: rgba(79, 70, 229, 0.35);
	box-shadow: 0 4px 18px rgba(79, 70, 229, 0.1);
}

.pcmp-chip:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.pcmp-chip.is-selected {
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.2), rgba(124, 58, 237, 0.12));
	border: 1px solid rgba(79, 70, 229, 0.45);
	color: var(--accent);
	box-shadow: 0 4px 20px rgba(79, 70, 229, 0.18);
}

.pcmp-chip:active {
	transform: scale(0.98);
}

.pcmp-empty {
	position: relative;
	text-align: center;
	padding: clamp(2rem, 5vw, 2.75rem) 1.5rem;
	border-radius: calc(var(--radius-lg) + 4px);
	margin-bottom: 1.25rem;
	overflow: hidden;
	z-index: 1;
}

.pcmp-empty__glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 120%, rgba(124, 58, 237, 0.08), transparent 55%);
	pointer-events: none;
}

.pcmp-empty__icon {
	font-size: 2.25rem;
	color: rgba(79, 70, 229, 0.35);
	margin-bottom: 0.75rem;
}

.pcmp-empty__title {
	font-family: var(--font-display);
	font-size: clamp(1.15rem, 2.2vw, 1.35rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	margin-bottom: 0.45rem;
	color: var(--text);
}

.pcmp-empty__text {
	font-size: 0.9rem;
	color: var(--text-muted);
	line-height: 1.65;
	max-width: 28rem;
	margin-inline: auto;
}

.pcmp-table-outer {
	border-radius: var(--radius-lg);
	padding: 0;
	overflow: hidden;
	margin-bottom: 1.25rem;
	position: relative;
	z-index: 1;
}

.pcmp-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.pcmp-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.8rem;
	min-width: 640px;
}

.pcmp-table th,
.pcmp-table td {
	padding: 0.7rem 0.65rem;
	border-bottom: 1px solid var(--border);
	vertical-align: middle;
	text-align: center;
}

.pcmp-th-feature,
.pcmp-row-label {
	text-align: left !important;
	font-weight: 700;
	color: var(--text);
	background: rgba(255, 255, 255, 0.55);
	position: sticky;
	left: 0;
	z-index: 2;
	box-shadow: 1px 0 0 var(--border);
}

.pcmp-th-pkg {
	min-width: 9.5rem;
	background: rgba(79, 70, 229, 0.04);
	font-weight: 700;
}

.pcmp-th-pkg.is-rec {
	background: linear-gradient(180deg, rgba(79, 70, 229, 0.12), rgba(124, 58, 237, 0.06));
	box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.15);
}

.pcmp-th-code {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--accent);
	text-transform: uppercase;
	margin-bottom: 0.2rem;
}

.pcmp-rec {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	margin-bottom: 0.35rem;
}

.pcmp-th-title {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--text-muted);
	line-height: 1.35;
	margin-bottom: 0.5rem;
}

.pcmp-th-actions {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.pcmp-mini.btn {
	min-height: 2rem;
	padding: 0.35rem 0.55rem;
	font-size: 0.72rem;
}

.pcmp-row-label {
	font-size: 0.76rem;
	color: var(--text-muted);
	font-weight: 600;
}

.pcmp-td-price {
	text-align: center !important;
}

.pcmp-price {
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
	font-family: var(--font-display);
	color: var(--text);
}

.pcmp-note {
	display: block;
	font-size: 0.65rem;
	color: var(--text-subtle);
	margin-top: 0.25rem;
}

.pcmp-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), rgba(124, 58, 237, 0.1));
	color: var(--accent);
	animation: pcmpPop 0.45s var(--ease-out-expo);
}

.pcmp-check i {
	font-size: 0.72rem;
}

@keyframes pcmpPop {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.pcmp-dash {
	color: var(--text-subtle);
	font-weight: 600;
}

.pcmp-txt {
	color: var(--text-muted);
	line-height: 1.45;
}

.pcmp-table tbody tr:hover td {
	background: rgba(255, 255, 255, 0.45);
}

.pcmp-table tbody tr:hover .pcmp-row-label {
	background: rgba(255, 255, 255, 0.75);
}

/* Mobil slider */
.pcmp-slider {
	border-radius: var(--radius-lg);
	padding: 1rem 0.75rem 1.25rem;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

.pcmp-slider__viewport {
	overflow: hidden;
	border-radius: var(--radius);
}

.pcmp-slider__track {
	display: flex;
	gap: 0.75rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding-bottom: 0.25rem;
}

.pcmp-slider__track::-webkit-scrollbar {
	display: none;
}

.pcmp-slide {
	flex: 0 0 min(100%, 360px);
	scroll-snap-align: start;
	border-radius: var(--radius-lg);
	border: 1px solid var(--border);
	background: rgba(255, 255, 255, 0.55);
	padding: 1rem 1rem 1.1rem;
}

.pcmp-slide-head {
	margin-bottom: 0.85rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--border);
}

.pcmp-slide-code {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--accent);
}

.pcmp-slide-rec {
	display: inline-flex;
	margin-left: 0.35rem;
	font-size: 0.62rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	padding: 0.15rem 0.4rem;
	border-radius: 999px;
	vertical-align: middle;
}

.pcmp-slide-title {
	font-size: 0.95rem;
	font-weight: 800;
	font-family: var(--font-display);
	margin: 0.35rem 0 0.65rem;
	line-height: 1.25;
	color: var(--text);
}

.pcmp-slide-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.pcmp-slide-actions .btn {
	flex: 1 1 auto;
	min-height: 2.35rem;
	justify-content: center;
	font-size: 0.78rem;
}

.pcmp-slide-dl {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.pcmp-slide-row {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 0.35rem 0.5rem;
	font-size: 0.74rem;
	align-items: start;
}

.pcmp-slide-row dt {
	margin: 0;
	font-weight: 600;
	color: var(--text-subtle);
}

.pcmp-slide-row dd {
	margin: 0;
	text-align: right;
	color: var(--text-muted);
}

.pcmp-slide-price strong {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	color: var(--text);
}

.pcmp-slide-price span {
	font-size: 0.68rem;
	color: var(--text-subtle);
}

.pcmp-slider__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	margin-top: 0.85rem;
}

.pcmp-slider__arrow {
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	border: 1px solid var(--border-strong);
	background: rgba(255, 255, 255, 0.75);
	color: var(--accent);
	cursor: pointer;
	transition:
		background 0.25s,
		transform 0.2s,
		box-shadow 0.3s;
}

.pcmp-slider__arrow:hover {
	background: rgba(79, 70, 229, 0.08);
	box-shadow: 0 4px 16px rgba(79, 70, 229, 0.12);
}

.pcmp-slider__arrow:active {
	transform: scale(0.95);
}

.pcmp-slider__dots {
	display: flex;
	gap: 0.35rem;
}

.pcmp-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: none;
	padding: 0;
	background: var(--border-strong);
	cursor: pointer;
	transition:
		transform 0.25s,
		background 0.25s;
}

.pcmp-dot.is-active {
	background: var(--accent);
	transform: scale(1.25);
}

@media (min-width: 768px) {
	.pkg-dyncmp.has-pcmp-sel .pcmp-slider {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	.pkg-dyncmp.has-pcmp-sel .pcmp-table-outer {
		display: none !important;
	}
}

.pkg-dyncmp__legacy {
	margin-top: 1.5rem;
	padding: 0.85rem 1rem;
	border-radius: var(--radius-lg);
	position: relative;
	z-index: 1;
}

.pkg-dyncmp__legacy-sum {
	cursor: pointer;
	font-weight: 700;
	font-size: 0.88rem;
	color: var(--text);
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.pkg-dyncmp__legacy-sum::-webkit-details-marker {
	display: none;
}

.pkg-dyncmp__legacy-sum::after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.65rem;
	color: var(--accent);
	transition: transform 0.35s var(--ease-out-expo);
}

.pkg-dyncmp__legacy[open] .pkg-dyncmp__legacy-sum::after {
	transform: rotate(180deg);
}

/* Yapışkan çubuk */
.pkg-cmp-sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 48;
	padding: 0.5rem 0 calc(0.5rem + env(safe-area-inset-bottom, 0));
	pointer-events: none;
}

.pkg-cmp-sticky__inner {
	pointer-events: auto;
	max-width: 1100px;
	margin-inline: auto;
	padding: 0.65rem 1rem 0.75rem;
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	border: 1px solid var(--border);
	border-bottom: none;
	box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(16px) saturate(160%);
	-webkit-backdrop-filter: blur(16px) saturate(160%);
}

.pkg-cmp-sticky__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.45rem;
}

.pkg-cmp-sticky__title {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--text);
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.pkg-cmp-sticky__title i {
	color: var(--accent);
}

.pkg-cmp-sticky__count {
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--text-muted);
}

.pkg-cmp-sticky__slots {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.4rem;
	margin-bottom: 0.55rem;
}

.pkg-cmp-slot {
	min-height: 2.6rem;
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.25rem 0.4rem;
	font-size: 0.72rem;
}

.pkg-cmp-slot.is-empty {
	border: 1px dashed rgba(79, 70, 229, 0.22);
	background: rgba(255, 255, 255, 0.35);
	color: var(--text-subtle);
	font-weight: 600;
}

.pkg-cmp-slot.is-filled {
	border: 1px solid rgba(79, 70, 229, 0.25);
	background: rgba(79, 70, 229, 0.06);
	flex-direction: column;
	gap: 0.25rem;
}

.pkg-cmp-slot__code {
	font-weight: 800;
	color: var(--accent);
}

.pkg-cmp-slot__detail,
.pkg-cmp-slot__remove {
	font-size: 0.62rem;
	border: none;
	background: transparent;
	cursor: pointer;
	color: var(--text-muted);
	font-weight: 600;
	padding: 0.1rem 0.25rem;
	border-radius: 4px;
}

.pkg-cmp-slot__detail:hover {
	color: var(--accent);
	background: rgba(79, 70, 229, 0.08);
}

.pkg-cmp-slot__remove {
	color: var(--text-subtle);
}

.pkg-cmp-slot__remove:hover {
	color: #b91c1c;
	background: rgba(185, 28, 28, 0.08);
}

.pkg-cmp-sticky__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: flex-end;
}

.pkg-cmp-sticky__actions .btn {
	min-height: 2.25rem;
	padding: 0.35rem 0.85rem;
	font-size: 0.78rem;
}

.pkg-cmp-toast {
	position: fixed;
	left: 50%;
	bottom: 5.5rem;
	transform: translateX(-50%) translateY(12px);
	z-index: 60;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.92);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 600;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	opacity: 0;
	pointer-events: none;
	transition:
		opacity 0.35s,
		transform 0.35s var(--ease-out-expo);
}

.pkg-cmp-toast.is-on {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/* Modal */
.pcmp-modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 1rem;
}

.pcmp-modal[hidden] {
	display: none !important;
}

@media (min-width: 640px) {
	.pcmp-modal {
		align-items: center;
	}
}

.pcmp-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
	backdrop-filter: blur(6px);
}

.pcmp-modal__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 480px);
	max-height: min(88vh, 640px);
	overflow: auto;
	padding: 1.35rem 1.25rem 1.25rem;
	border-radius: var(--radius-lg);
	animation: pcmpModalIn 0.4s var(--ease-out-expo);
}

@keyframes pcmpModalIn {
	from {
		opacity: 0;
		transform: translateY(16px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.pcmp-modal__x {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	width: 2.25rem;
	height: 2.25rem;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.05);
	color: var(--text-muted);
	cursor: pointer;
	transition:
		background 0.2s,
		color 0.2s;
}

.pcmp-modal__x:hover {
	background: rgba(79, 70, 229, 0.1);
	color: var(--accent);
}

.pcmp-modal__series {
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--accent);
	margin: 0 0 0.35rem;
}

.pcmp-modal__rec {
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--accent);
	margin: 0 0 0.35rem;
}

.pcmp-modal__title {
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 0.5rem;
	line-height: 1.2;
	padding-right: 2rem;
	color: var(--text);
}

.pcmp-modal__tag {
	font-size: 0.88rem;
	color: var(--text-muted);
	line-height: 1.55;
	margin: 0 0 1rem;
}

.pcmp-modal__feats {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	font-size: 0.8rem;
	color: var(--text-muted);
}

.pcmp-modal__feats li {
	display: flex;
	gap: 0.4rem;
	align-items: flex-start;
}

.pcmp-modal__feats i {
	color: var(--accent);
	margin-top: 0.15rem;
	font-size: 0.72rem;
}

.pcmp-modal__note {
	font-size: 0.72rem;
	color: var(--text-subtle);
	margin: 0 0 1rem;
}

.pcmp-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.pcmp-modal__actions .btn {
	flex: 1 1 auto;
	justify-content: center;
	min-height: 2.5rem;
}

body.pcmp-modal-open {
	overflow: hidden;
}

@media (max-width: 520px) {
	.pkg-cmp-sticky__slots {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
