/* AIKeySoft × QR-SOFT iş birliği sayfası */
.page-qrsoft {
	--qp-orange: #fb8122;
	--qp-orange-soft: rgba(251, 129, 34, 0.14);
	--qp-black: #0a0a0a;
}

.page-qrsoft .bg-mesh {
	opacity: 0.78;
}

/* —— Premium hero —— */
.qp-hero--premium {
	position: relative;
	min-height: min(88vh, 820px);
	display: flex;
	align-items: center;
	padding: calc(var(--header-offset, 72px) + 1.5rem) 0 clamp(2.5rem, 6vw, 4rem);
	overflow: hidden;
	border-bottom: 1px solid var(--border);
	background:
		radial-gradient(ellipse 90% 70% at 12% 20%, rgba(251, 129, 34, 0.14), transparent 55%),
		radial-gradient(ellipse 70% 55% at 88% 30%, rgba(79, 70, 229, 0.1), transparent 50%),
		linear-gradient(175deg, var(--bg) 0%, rgba(251, 129, 34, 0.04) 45%, var(--section-alt) 100%);
}

.qp-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.qp-hero__mesh {
	position: absolute;
	inset: 0;
	opacity: 0.45;
	background-image:
		linear-gradient(rgba(79, 70, 229, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(251, 129, 34, 0.06) 1px, transparent 1px);
	background-size: 40px 40px;
	mask-image: radial-gradient(ellipse 85% 75% at 50% 30%, #000 15%, transparent 72%);
}

.qp-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	animation: qpHeroOrb 14s ease-in-out infinite alternate;
}

.qp-hero__orb--1 {
	width: min(420px, 55vw);
	height: min(420px, 55vw);
	top: -8%;
	left: -6%;
	background: rgba(251, 129, 34, 0.35);
}

.qp-hero__orb--2 {
	width: min(360px, 48vw);
	height: min(360px, 48vw);
	top: 10%;
	right: -4%;
	background: rgba(124, 58, 237, 0.22);
	animation-delay: -4s;
}

.qp-hero__orb--3 {
	width: min(280px, 40vw);
	height: min(280px, 40vw);
	bottom: 5%;
	left: 35%;
	background: rgba(251, 129, 34, 0.2);
	animation-delay: -7s;
}

.qp-hero__shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
	opacity: 0.25;
	animation: qpHeroShine 8s ease-in-out infinite;
}

@keyframes qpHeroOrb {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(3%, 4%) scale(1.08);
	}
}

@keyframes qpHeroShine {
	0%,
	100% {
		opacity: 0.12;
		transform: translateX(-30%);
	}
	50% {
		opacity: 0.35;
		transform: translateX(30%);
	}
}

.qp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}

@media (max-width: 960px) {
	.qp-hero--premium {
		min-height: 0;
	}

	.qp-hero__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.qp-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--text-muted);
	margin-bottom: 1rem;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(251, 129, 34, 0.25);
	box-shadow: var(--shadow-sm), 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
	backdrop-filter: blur(12px);
}

.qp-hero__badge a {
	color: var(--qp-orange);
	font-weight: 800;
}

.qp-hero__liveDot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
	animation: qpHeroPulse 2s ease-in-out infinite;
}

@keyframes qpHeroPulse {
	0%,
	100% {
		box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
	}
	50% {
		box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.1);
	}
}

.qp-hero__title {
	font-family: var(--font-display);
	font-size: clamp(2rem, 5vw + 0.5rem, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 0.75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.5rem;
}

@media (max-width: 960px) {
	.qp-hero__title {
		justify-content: center;
	}
}

.qp-hero__brand-ak {
	background: linear-gradient(135deg, var(--text) 0%, var(--accent) 70%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.qp-hero__x {
	font-size: 0.55em;
	font-weight: 600;
	color: var(--text-subtle);
	opacity: 0.65;
}

.qp-hero__qr {
	color: var(--qp-orange);
}

.qp-hero__soft {
	color: var(--qp-black);
}

.qp-hero__tagline {
	font-size: clamp(1.05rem, 2.5vw, 1.35rem);
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 0.85rem;
	letter-spacing: -0.025em;
	color: var(--text);
	max-width: 28ch;
}

@media (max-width: 960px) {
	.qp-hero__tagline {
		margin-inline: auto;
	}
}

.qp-hero__tagline em {
	font-style: normal;
	color: var(--qp-orange);
}

.qp-hero__lead {
	font-size: clamp(0.95rem, 2vw, 1.05rem);
	line-height: 1.68;
	color: var(--text-muted);
	margin: 0 0 1.15rem;
	max-width: 38rem;
}

@media (max-width: 960px) {
	.qp-hero__lead {
		margin-inline: auto;
	}
}

.qp-hero__lead-qr span:first-child {
	color: var(--qp-orange);
}

.qp-hero__lead-qr span:last-child {
	color: var(--qp-black);
}

.qp-hero__chips {
	list-style: none;
	margin: 0 0 1.35rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
	max-width: 28rem;
}

@media (max-width: 960px) {
	.qp-hero__chips {
		margin-inline: auto;
	}
}

@media (max-width: 520px) {
	.qp-hero__chips {
		grid-template-columns: 1fr;
		max-width: 16rem;
	}
}

.qp-hero__chips li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	padding: 0.75rem 0.85rem;
	border-radius: var(--radius-md);
	border: 1px solid rgba(251, 129, 34, 0.2);
	text-align: left;
	transition: transform 0.35s var(--ease-out-expo), box-shadow 0.35s;
}

@media (max-width: 960px) {
	.qp-hero__chips li {
		align-items: center;
		text-align: center;
	}
}

.qp-hero__chips li:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-md), 0 8px 28px rgba(251, 129, 34, 0.12);
}

.qp-hero__chips li i {
	color: var(--qp-orange);
	font-size: 1rem;
	margin-bottom: 0.2rem;
}

.qp-hero__chips li span {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--text);
}

.qp-hero__chips li small {
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.qp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

@media (max-width: 960px) {
	.qp-hero__actions {
		justify-content: center;
	}
}

.qp-hero__btn--qr {
	background: linear-gradient(135deg, #fb8122, #e86f10) !important;
	border: none !important;
	color: #fff !important;
	box-shadow: 0 10px 28px rgba(251, 129, 34, 0.35);
}

.qp-hero__btn--qr:hover {
	filter: brightness(1.05);
	transform: translateY(-2px);
	color: #fff !important;
}

/* Hero visual — phone + floats */
.qp-hero__visual {
	position: relative;
	min-height: 380px;
}

@media (max-width: 960px) {
	.qp-hero__visual {
		min-height: 0;
		max-width: 100%;
		width: 100%;
		margin-inline: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.85rem;
		padding-inline: 0.25rem;
	}
}

.qp-hero__phone {
	position: relative;
	z-index: 2;
	display: block;
	max-width: 260px;
	width: 100%;
	margin-inline: auto;
	padding: 0.65rem;
	border-radius: 28px;
	border: 1px solid rgba(251, 129, 34, 0.25);
	box-shadow: var(--shadow-lg), 0 0 60px rgba(251, 129, 34, 0.15);
	animation: qpHeroFloat 7s ease-in-out infinite;
	text-decoration: none;
	color: inherit;
	transition: transform 0.25s var(--ease-out-expo), box-shadow 0.25s;
}

.qp-hero__phone:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg), 0 12px 40px rgba(251, 129, 34, 0.22);
}

.qp-hero__floats {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	width: 100%;
	max-width: 280px;
	margin-inline: auto;
}

.qp-hero__phoneBar {
	display: flex;
	gap: 4px;
	margin-bottom: 0.5rem;
	padding-left: 0.25rem;
}

.qp-hero__phoneBar span {
	width: 28px;
	height: 4px;
	border-radius: 4px;
	background: rgba(9, 9, 11, 0.08);
}

.qp-hero__phoneScreen {
	padding: 1rem 0.85rem;
	border-radius: 18px;
	background: linear-gradient(165deg, rgba(251, 129, 34, 0.08), rgba(79, 70, 229, 0.06));
}

.qp-hero__phoneLabel {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--qp-orange);
	margin: 0 0 0.75rem;
}

.qp-hero__phoneLines span {
	display: block;
	height: 8px;
	border-radius: 6px;
	background: rgba(9, 9, 11, 0.07);
	margin-bottom: 0.45rem;
}

.qp-hero__phoneLines span:nth-child(1) {
	width: 92%;
}
.qp-hero__phoneLines span:nth-child(2) {
	width: 78%;
}
.qp-hero__phoneLines span:nth-child(3) {
	width: 55%;
}

.qp-hero__phoneCta {
	margin: 0.65rem 0 0;
	font-size: 0.72rem;
	font-weight: 700;
	color: #16a34a;
}

.qp-hero__float {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.75rem 1rem;
	border-radius: var(--radius-lg);
	border: 1px solid rgba(251, 129, 34, 0.2);
	box-shadow: var(--shadow-md);
	z-index: 3;
	text-decoration: none;
	color: inherit;
	transition: transform 0.25s var(--ease-out-expo), border-color 0.25s, box-shadow 0.25s;
}

.qp-hero__float:hover {
	border-color: rgba(251, 129, 34, 0.45);
	box-shadow: var(--shadow-md), 0 8px 24px rgba(251, 129, 34, 0.14);
}

.qp-hero__float i {
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--qp-orange-soft);
	color: var(--qp-orange);
	font-size: 0.95rem;
}

.qp-hero__float strong {
	display: block;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--text);
}

.qp-hero__float span {
	font-size: 0.68rem;
	color: var(--text-muted);
}

.qp-hero__float--panel {
	top: 8%;
	right: 0;
	animation: qpHeroFloat 8s ease-in-out infinite 0.6s;
}

.qp-hero__float--ai {
	bottom: 12%;
	left: 0;
	animation: qpHeroFloat 9s ease-in-out infinite 1.2s;
}

@media (max-width: 960px) {
	.qp-hero__phone {
		position: static;
		animation: none;
	}

	.qp-hero__float {
		position: static;
		width: 100%;
		animation: none;
	}

	.qp-hero__float--panel,
	.qp-hero__float--ai {
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
}

@keyframes qpHeroFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.qp-hero__orb,
	.qp-hero__shine,
	.qp-hero__phone,
	.qp-hero__float,
	.qp-hero__liveDot {
		animation: none !important;
	}
}

.qp-live {
	padding: clamp(2rem, 5vw, 2.75rem) 0;
	background: var(--bg);
	border-bottom: 1px solid var(--border);
}

.qp-live .section-head {
	text-align: center;
	max-width: 42rem;
	margin-inline: auto;
}

.qp-live__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.qp-live__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.qp-live__card {
	padding: 1.25rem 1.35rem;
	border-radius: var(--radius-lg);
	border-top: 3px solid var(--qp-orange);
}

.qp-live__icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--qp-orange-soft);
	color: var(--qp-orange);
	margin-bottom: 0.75rem;
	font-size: 1.1rem;
}

.qp-live__card h3 {
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0 0 0.45rem;
	color: var(--text);
}

.qp-live__card p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.58;
	color: var(--text-muted);
}

.qp-band {
	padding: clamp(2rem, 5vw, 2.75rem) 0;
	background: var(--section-alt);
	border-bottom: 1px solid var(--border);
}

.qp-grid2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem;
	max-width: 960px;
	margin-inline: auto;
}

@media (min-width: 768px) {
	.qp-grid2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem;
	}
}

.qp-card {
	padding: clamp(1.35rem, 3vw, 1.65rem);
	border-radius: calc(var(--radius-lg) + 2px);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	min-height: 100%;
	border: 1px solid rgba(15, 23, 42, 0.07);
	box-shadow: var(--shadow-sm), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.qp-card--ak {
	border-top: 3px solid rgba(79, 70, 229, 0.55);
}

.qp-card--qr {
	border-top: 3px solid var(--qp-orange);
	background: linear-gradient(180deg, rgba(249, 115, 22, 0.04) 0%, rgba(255, 255, 255, 0.55) 100%);
}

.qp-card__label {
	font-size: 0.66rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--text-muted);
	margin: 0;
}

.qp-card h2 {
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 2.5vw, 1.4rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0;
	color: var(--text);
}

.qp-card p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.62;
	color: var(--text-muted);
	flex: 1;
}

.qp-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.qp-card__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	font-size: 0.86rem;
	color: var(--text-muted);
	line-height: 1.45;
}

.qp-card__list i {
	color: var(--accent);
	margin-top: 0.12rem;
	font-size: 0.72rem;
	flex-shrink: 0;
}

.qp-card--qr .qp-card__list i {
	color: var(--qp-orange);
}

.qp-steps,
.qp-panel,
.qp-pricing {
	padding: clamp(2rem, 5vw, 2.85rem) 0;
}

.qp-steps {
	background: var(--section-alt);
	border-bottom: 1px solid var(--border);
}

.qp-steps .section-head,
.qp-panel .section-head,
.qp-pricing .section-head {
	text-align: center;
	max-width: 40rem;
	margin-inline: auto;
}

.qp-steps__list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-width: 720px;
	margin-inline: auto;
}

.qp-steps__item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 1.15rem 1.25rem;
	border-radius: var(--radius-lg);
}

.qp-steps__num {
	flex-shrink: 0;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 0.95rem;
	color: #fff;
	background: linear-gradient(135deg, var(--accent), var(--qp-orange));
}

.qp-steps__item h3 {
	font-family: var(--font-display);
	font-size: 1.02rem;
	font-weight: 800;
	margin: 0 0 0.35rem;
	color: var(--text);
}

.qp-steps__item p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--text-muted);
}

.qp-panel {
	background: var(--bg);
	border-bottom: 1px solid var(--border);
}

.qp-panel__chips {
	list-style: none;
	margin: 1.35rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.qp-panel__chips li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--text-muted);
	padding: 0.45rem 0.85rem;
	border-radius: var(--radius-pill);
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid rgba(79, 70, 229, 0.12);
}

.qp-panel__chips i {
	color: var(--accent);
	font-size: 0.75rem;
}

.qp-pricing {
	background: var(--section-alt);
	border-bottom: 1px solid var(--border);
}

.qp-pricing__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.qp-pricing__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
	}
}

.qp-price {
	padding: 1.35rem 1.25rem;
	border-radius: var(--radius-lg);
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	position: relative;
}

.qp-price--featured {
	border: 1px solid rgba(249, 115, 22, 0.35);
	box-shadow: var(--shadow-md), 0 0 32px rgba(249, 115, 22, 0.1);
}

.qp-price__badge {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: var(--qp-orange);
	padding: 0.25rem 0.5rem;
	border-radius: 6px;
}

.qp-price__tier {
	font-size: 0.66rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--text-muted);
	margin: 0;
}

.qp-price h3 {
	font-family: var(--font-display);
	font-size: 1.15rem;
	font-weight: 800;
	margin: 0;
	color: var(--text);
}

.qp-price__amt {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--text);
	margin: 0.15rem 0;
}

.qp-price__amt span {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--text-muted);
}

.qp-price__amt--quote {
	font-size: 1.15rem;
}

.qp-price__desc {
	font-size: 0.84rem;
	line-height: 1.5;
	color: var(--text-muted);
	margin: 0;
	flex: 1;
}

.qp-pricing__cta {
	text-align: center;
	margin: 1.25rem 0 0;
}

.qp-route {
	padding: clamp(2rem, 5vw, 2.5rem) 0;
	background: var(--bg);
}

.qp-route .section-head {
	text-align: center;
	max-width: 36rem;
	margin-inline: auto;
}

.qp-route__table-wrap {
	margin-top: 1.25rem;
	padding: 0;
	overflow-x: auto;
	border-radius: var(--radius-lg);
}

.qp-route__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
	min-width: 320px;
}

.qp-route__table th,
.qp-route__table td {
	padding: 0.75rem 1rem;
	text-align: left;
	border-bottom: 1px solid var(--border);
	color: var(--text-muted);
}

.qp-route__table th {
	font-weight: 700;
	color: var(--text);
	background: rgba(79, 70, 229, 0.05);
}

.qp-route__table a {
	font-weight: 600;
}

.qp-faq {
	padding: clamp(2rem, 5vw, 2.5rem) 0;
	background: var(--section-alt);
	border-bottom: 1px solid var(--border);
}

.qp-faq__inner .section-head {
	text-align: center;
	max-width: 36rem;
	margin-inline: auto;
}

.qp-faq__list {
	margin-top: 1.25rem;
	max-width: 640px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.qp-faq__item {
	padding: 0;
	border-radius: var(--radius-md);
	overflow: hidden;
}

.qp-faq__item summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 0.92rem;
	color: var(--text);
	padding: 0.9rem 1rem;
	list-style: none;
}

.qp-faq__item summary::-webkit-details-marker {
	display: none;
}

.qp-faq__item p {
	margin: 0;
	padding: 0 1rem 1rem;
	font-size: 0.86rem;
	line-height: 1.58;
	color: var(--text-muted);
}

.qp-story {
	padding: clamp(2rem, 5vw, 2.85rem) 0;
}

.qp-story__inner {
	max-width: 720px;
	margin-inline: auto;
	padding-inline: clamp(0.15rem, 3vw, 0.5rem);
}

.qp-story h2 {
	font-family: var(--font-display);
	font-size: clamp(1.25rem, 2.6vw, 1.5rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.85rem;
	text-align: center;
	color: var(--text);
}

.qp-story__inner > h2 + p {
	font-size: 0.96rem;
	line-height: 1.7;
	color: var(--text-muted);
	margin: 0 0 1rem;
	text-align: center;
}

.qp-story__bullets {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.qp-story__bullets li {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	padding: 1rem 1rem;
	border-radius: var(--radius-md);
	background: rgba(79, 70, 229, 0.05);
	border: 1px solid rgba(15, 23, 42, 0.06);
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--text-muted);
}

.qp-story__bullet-body {
	flex: 1;
	min-width: 0;
}

.qp-story__bullet-body strong {
	display: block;
	color: var(--text);
	font-weight: 800;
	font-size: 0.95rem;
	margin-bottom: 0.35rem;
}

.qp-story__bullet-body p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.6;
}

.qp-story__bullets a {
	font-weight: 700;
	color: var(--qp-orange);
	text-decoration: underline;
	text-underline-offset: 2px;
	word-break: break-word;
}

.qp-story__bullets a:hover {
	color: #e86f10;
}

.qp-story__bullets i {
	color: var(--accent);
	margin-top: 0.2rem;
	flex-shrink: 0;
	width: 1.15rem;
	text-align: center;
}

@media (max-width: 640px) {
	.qp-story__bullets li {
		flex-direction: column;
		gap: 0.5rem;
		padding: 1rem 0.95rem;
	}

	.qp-story__bullets i {
		margin-top: 0;
	}
}

.qp-cta {
	padding: clamp(2rem, 5vw, 3rem) 0 clamp(2.75rem, 6vw, 4rem);
	background: linear-gradient(180deg, var(--section-alt) 0%, var(--bg) 100%);
	border-top: 1px solid var(--border);
}

.qp-cta__panel {
	max-width: 640px;
	margin-inline: auto;
	text-align: center;
	padding: clamp(1.75rem, 4vw, 2.25rem);
	border-radius: calc(var(--radius-lg) + 6px);
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(249, 115, 22, 0.22);
	box-shadow: var(--shadow-md), 0 0 48px rgba(249, 115, 22, 0.1);
}

.qp-cta__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, rgba(79, 70, 229, 0.07), transparent 42%, rgba(249, 115, 22, 0.08));
	pointer-events: none;
}

.qp-cta__panel > * {
	position: relative;
	z-index: 1;
}

.qp-cta__panel h2 {
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 2.6vw, 1.45rem);
	font-weight: 800;
	margin: 0 0 0.5rem;
	color: var(--text);
}

.qp-cta__panel > p {
	margin: 0 0 1.15rem;
	font-size: 0.94rem;
	line-height: 1.6;
	color: var(--text-muted);
}

.qp-cta__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem;
}

.qp-cta__note {
	margin-top: 1rem;
	font-size: 0.82rem;
	color: var(--text-muted);
	line-height: 1.5;
}

.qp-cta__note a {
	color: var(--accent);
	font-weight: 600;
	text-decoration: none;
}

.qp-cta__note a:hover {
	text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
	.qp-hero__mesh {
		animation: none;
	}
}
