/*
Theme Name: OkQR
Theme URI: https://okqr.fr
Author: OkQR
Author URI: https://okqr.fr
Description: Thème OkQR - interface d'administration pour la gestion des campagnes QR.
Version: 2.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: okqr
*/

@font-face {
	font-family: 'Bitcount Grid Double';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/BitcountGridDouble-Regular.woff2') format('woff2');
}

:root {
	--bee-bg: #020203;
	--bee-text: #f2f2f2;
	--bee-gold: #25D366;
	--bee-gold-85: rgba(37, 211, 102, 0.85);
	--bee-radius-lg: 26px;
	--bee-radius-xl: 24px;
	--bee-shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.35);
	--bee-shadow-xl: 0 25px 60px rgba(0, 0, 0, 0.45);
}

body {
	margin: 0;
	background: var(--bee-bg);
	color: var(--bee-text);
	font-family: 'Space Grotesk', 'General Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	line-height: 1.5;
}

.okqr-landing {
	min-height: 100vh;
	background: radial-gradient(circle at top right, rgba(37, 211, 102, 0.12), transparent 45%), #050507;
	color: #f2f2f2;
	display: flex;
	justify-content: center;
	padding: clamp(36px, 6vw, 64px) clamp(12px, 4vw, 32px) 80px;
}

.okqr-landing__container {
	width: min(1190px, 100%);
}

.okqr-page {
	min-height: 100vh;
	background: radial-gradient(circle at top right, rgba(37, 211, 102, 0.08), transparent 45%), #050507;
	color: #f2f2f2;
	display: flex;
	justify-content: center;
	padding: clamp(36px, 6vw, 72px) clamp(12px, 4vw, 32px) 96px;
}

.okqr-page__container {
	width: min(920px, 100%);
}

.okqr-page__header {
	margin-bottom: 20px;
}

.okqr-page__title {
	margin: 0;
	font-size: clamp(28px, 3vw, 40px);
}

.okqr-page__content {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(242, 242, 242, 0.85);
}

.okqr-page__content h2,
.okqr-page__content h3 {
	color: #f2f2f2;
	margin-top: 32px;
}

.okqr-page__content a {
	color: #25d366;
}

.okqr-section-logo {
	display: flex;
	justify-content: center;
	margin: 18px 0 28px;
}

.okqr-section-logo img {
	display: block;
	height: auto;
}

.okqr-breadcrumb {
	margin-bottom: clamp(18px, 3vw, 32px);
	font-size: 14px;
	color: rgba(242, 242, 242, 0.72);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.okqr-breadcrumb ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.okqr-breadcrumb li + li::before {
	content: '›';
	margin-right: 8px;
	color: rgba(242, 242, 242, 0.45);
}

.okqr-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.okqr-breadcrumb a:hover,
.okqr-breadcrumb a:focus-visible {
	color: #25d366;
}

.qr-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(24px, 5vw, 56px);
	margin-bottom: clamp(32px, 6vw, 72px);
	min-height: 520px;
}

.qr-hero--single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.qr-hero__content {
	align-self: center;
	contain: layout style;
}

.qr-hero__snapshot {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.qr-hero__frame {
	position: relative;
	width: 100%;
	max-width: 420px;
	border-radius: calc(var(--bee-radius-lg) + 6px);
	background: linear-gradient(135deg, rgba(37, 211, 102, 0.2), rgba(0, 0, 0, 0.6));
	padding: clamp(12px, 2vw, 20px);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.qr-hero__mockup {
	background: #ffffff;
	border-radius: var(--bee-radius-lg);
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
	padding: clamp(16px, 2vw, 28px);
	width: 100%;
	max-width: 320px;
	order: 1;
}

.qr-hero__mockup img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.qr-hero__handwriting {
	margin-top: 18px;
	font-family: 'Bitcount Grid Double', 'Bitcount Mono', 'Courier New', monospace;
	font-size: 24px;
	line-height: 1.1;
	color: #2ED573;
	text-align: center;
	text-transform: none;
	letter-spacing: 0.05em;
	font-optical-sizing: auto;
	font-variation-settings: 'slnt' 0, 'CRSV' 0.5, 'ELSH' 0, 'ELXP' 0;
}

.qr-hero__handwriting--footer {
	transform: rotate(-7deg);
	color: #2ED573;
	font-size: 26px;
	order: 2;
}

.qr-hero__content {
	background: rgba(5, 5, 7, 0.85);
	border: 1px solid rgba(37, 211, 102, 0.18);
	border-radius: var(--bee-radius-lg);
	padding: clamp(20px, 4.5vw, 40px);
	box-shadow: var(--bee-shadow-lg);
}

.qr-hero__eyebrow,
.qr-manager__eyebrow,
.qr-options__label {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
}

.qr-access__banner[hidden] {
	display: none;
}

.qr-access__alert {
	margin: 0 0 18px;
	padding: 12px 16px;
	border-radius: 12px;
	background: rgba(255, 77, 79, 0.12);
	border: 1px solid rgba(255, 77, 79, 0.4);
	color: #ff6b6b;
	font-weight: 600;
}

.qr-access.is-highlighted {
	box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.45), 0 0 25px rgba(255, 77, 79, 0.35);
	border-radius: var(--bee-radius-lg);
}

.qr-access input.is-missing,
.qr-access textarea.is-missing,
.qr-access select.is-missing,
.qr-builder input.is-missing,
.qr-builder textarea.is-missing {
	border-color: rgba(255, 77, 79, 0.9) !important;
	box-shadow: 0 0 0 1px rgba(255, 77, 79, 0.8), 0 0 18px rgba(255, 77, 79, 0.35);
}

.qr-hero__eyebrow {
	margin: 0 0 12px;
	color: rgba(37, 211, 102, 0.85);
}

.qr-hero__title {
	margin: 0 0 16px;
	font-size: clamp(32px, 7vw, 64px);
	letter-spacing: -0.04em;
	line-height: 1;
}

.qr-steps {
	margin: clamp(20px, 4vw, 36px) 0;
}

.qr-steps__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
	color: rgba(37, 211, 102, 0.85);
	margin: 0 0 14px;
}

.qr-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.qr-steps__card {
	background: rgba(5, 5, 7, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	padding: 18px;
	box-shadow: var(--bee-shadow-lg);
}

.qr-steps__card h3 {
	margin: 0 0 8px;
	font-size: 16px;
}

.qr-steps__card p {
	margin: 0;
	color: rgba(242, 242, 242, 0.78);
	font-size: 14px;
}

.qr-steps__card-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 12px;
	margin-top: 8px;
}

.qr-steps__card-content p {
	flex: 1;
}

.qr-steps__card-content .qr-button {
	flex-shrink: 0;
	align-self: flex-end;
}

@media (max-width: 900px) {
	.qr-steps__grid {
		grid-template-columns: 1fr;
	}
}

.qr-hero__title span {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(20px, 2vw, 28px);
	letter-spacing: normal;
}

.qr-hero__by img {
	display: inline-block;
	transform: translateY(6px);
}

.qr-hero__subtitle {
	margin: 0 0 16px;
	color: rgba(242, 242, 242, 0.82);
}

.qr-hero__bullets {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.qr-hero__bullets li::before {
	content: '✺';
	margin-right: 8px;
	color: var(--bee-gold);
}

.qr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}

.qr-button {
	border: none;
	background: linear-gradient(120deg, #25D366, #22c95f 40%, #1e9e54 120%);
	color: #0b0b0d;
	font-weight: 700;
	padding: 12px 26px;
	border-radius: 999px;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
	box-shadow: 0 12px 22px rgba(37, 211, 102, 0.25);
}

.qr-button:hover {
	transform: translateY(-2px);
}

@media (max-width: 600px) {
	.qr-button {
		text-align: center;
		justify-content: center;
	}
}

.qr-button--ghost {
	background: transparent;
	color: var(--bee-gold);
	border: 1px solid rgba(37, 211, 102, 0.5);
	box-shadow: none;
}

.qr-hero__trust {
	font-size: 13px;
	color: rgba(242, 242, 242, 0.6);
}

.qr-hero__trust ul {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.qr-hero__trust a {
	color: #ffdd00;
	text-decoration: none;
}

.qr-hero__trust a:hover,
.qr-hero__trust a:focus-visible {
	color: #ffd100;
}

.qr-hero__trust .okqr-brand__bee,
.qr-hero__trust .okqr-brand__clickable {
	font-weight: 400;
}

.qr-hero__snapshot {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.qr-hero__card {
	align-self: center;
	width: min(360px, 100%);
	background: linear-gradient(145deg, rgba(12, 12, 16, 0.85), rgba(37, 211, 102, 0.08));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: calc(var(--bee-radius-lg) - 2px);
	padding: 32px;
	box-shadow: var(--bee-shadow-xl);
}

.qr-hero__card-label {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 11px;
	margin: 0 0 12px;
	color: rgba(242, 242, 242, 0.65);
}

.qr-hero__card-main {
	margin: 0 0 8px;
	font-size: 22px;
	letter-spacing: -0.02em;
}

.qr-hero__card-meta {
	margin: 0;
	color: rgba(242, 242, 242, 0.6);
	font-size: 14px;
}

.qr-access {
	margin-bottom: clamp(32px, 6vw, 64px);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: var(--bee-radius-xl);
	padding: clamp(20px, 4vw, 36px);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.qr-access__title {
	margin: 0 0 6px;
	font-size: clamp(24px, 4vw, 32px);
}

.qr-access__intro {
	margin: 0 0 18px;
	color: rgba(242, 242, 242, 0.75);
}

.qr-access__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.qr-access__card {
	background: rgba(5, 5, 7, 0.75);
	border-radius: 18px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.qr-access__card form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.qr-access__card input {
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: inherit;
	border-radius: 12px;
	padding: 12px 14px;
}

.qr-access__label {
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(242, 242, 242, 0.7);
}

.qr-access__hint {
	margin: 0;
	font-size: 13px;
	color: rgba(242, 242, 242, 0.65);
}

.qr-access__banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: linear-gradient(120deg, rgba(37, 211, 102, 0.95), rgba(32, 193, 92, 0.9));
	color: #0b0b0d;
	border-radius: 14px;
	padding: 12px 14px;
	box-shadow: 0 18px 45px rgba(37, 211, 102, 0.25);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-size: 12px;
}

.qr-access__banner-text {
	text-transform: none;
	letter-spacing: 0.01em;
	font-weight: 600;
	font-size: 13px;
}

.qr-access__banner-tag {
	background: rgba(0, 0, 0, 0.2);
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 11px;
}

.qr-access__status {
	margin-top: 16px;
	font-size: 14px;
	color: rgba(37, 211, 102, 0.85);
}

.qr-access__status--inline {
	margin-top: 8px;
	font-size: 13px;
	color: rgba(37, 211, 102, 0.85);
}

.qr-access__status--inline.is-error,
.qr-access__status.is-error,
.qr-manager__stat-value.is-error {
	color: #ff7e67;
}

.qr-ads {
	margin: clamp(32px, 6vw, 64px) auto;
	padding: 0;
	background: transparent;
	position: relative;
}

.qr-ads__title {
	margin: 0 0 14px;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(242, 242, 242, 0.7);
}

.qr-ads__card {
	background: rgba(8, 8, 12, 0.75);
	border-radius: var(--bee-radius-xl);
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: clamp(16px, 3vw, 24px);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.qr-ads__inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.qr-ads__carousel {
	position: relative;
	width: 100%;
	max-width: 970px;
	aspect-ratio: 970 / 250;
	height: auto;
	overflow: hidden;
}

.qr-ads__banner {
	min-width: unset;
	padding: 0;
	background: transparent;
	border: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}

.qr-ads__banner--image {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qr-ads__banner.is-active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.qr-ads__banner--image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 22px;
	border: none;
	box-shadow: none;
}

.qr-manager {
	margin-bottom: clamp(32px, 6vw, 64px);
	background: rgba(5, 5, 7, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius-xl);
	padding: clamp(20px, 4vw, 32px);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.qr-manager__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.qr-manager__eyebrow {
	margin: 0 0 6px;
	color: rgba(37, 211, 102, 0.75);
}

.qr-manager__title {
	margin: 0 0 6px;
	font-size: clamp(20px, 3vw, 28px);
}

.qr-manager__subtitle {
	margin: 0;
	max-width: 520px;
	color: rgba(242, 242, 242, 0.7);
}

.qr-manager__stats {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	align-items: stretch;
	width: 100%;
}

@media (max-width: 860px) {
	.qr-manager__stats {
		flex-wrap: wrap;
	}
}

.qr-upsell {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	z-index: 999;
}

.qr-upsell.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.qr-upsell__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.78);
}

.qr-upsell__card {
	position: relative;
	width: min(900px, 92vw);
	background: #0b0c0f;
	border-radius: 28px;
	border: 1px solid rgba(37, 211, 102, 0.35);
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
	padding: clamp(20px, 4vw, 36px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: clamp(18px, 3vw, 32px);
	color: #e6fff1;
}

.qr-upsell__close {
	position: absolute;
	top: 16px;
	right: 18px;
	border: none;
	background: rgba(37, 211, 102, 0.12);
	color: #25d366;
	font-size: 22px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
}

.qr-upsell__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.qr-upsell__content h3 {
	margin: 0 0 12px;
	font-size: clamp(22px, 3vw, 30px);
	color: #25d366;
}

.qr-upsell__price,
.qr-upsell__price-note {
	margin: 0 0 12px;
	color: rgba(230, 255, 241, 0.9);
	font-weight: 600;
}

.qr-upsell__list {
	margin: 0 0 16px;
	padding: 0 0 0 18px;
	color: rgba(230, 255, 241, 0.85);
}

.qr-upsell__list li + li {
	margin-top: 8px;
}

.qr-upsell__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	text-decoration: none;
}

.qr-upsell__decline {
	display: inline-block;
	margin-top: 12px;
	color: rgba(230, 255, 241, 0.7);
	font-size: 14px;
	text-decoration: underline;
}

.qr-upsell-open {
	overflow: hidden;
}

@media (max-width: 860px) {
	.qr-upsell__card {
		grid-template-columns: 1fr;
	}
}

.qr-manager__stat {
	background: rgba(255, 255, 255, 0.04);
	border-radius: 12px;
	padding: 12px 16px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
	flex: 1 1 140px;
	min-width: 120px;
}

.qr-manager__stat--create {
	background: #10b981;
	border-color: #0e9f6e;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.qr-manager__stat--create:hover {
	background: #0e9f6e;
	transform: translateY(-2px);
}

.qr-manager__stat--create.is-upgrade {
	background: #f59e0b;
	border-color: #d97706;
}

.qr-manager__stat--create.is-upgrade:hover {
	background: #d97706;
}

.qr-manager__logout {
	align-self: stretch;
	min-width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}


.qr-manager__stat-value {
	font-size: 20px;
	font-weight: 600;
	display: block;
}

.qr-manager__stat-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.6);
}

.qr-manager__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.qr-manager__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}

.qr-manager__item {
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 12px 14px;
	color: inherit;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s, transform 0.2s;
}

.qr-manager__item-main {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.qr-manager__item-label {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 6px;
}

.qr-manager__item-main strong {
	font-size: 15px;
}

.qr-manager__item-value {
	font-size: 13px;
	color: rgba(242, 242, 242, 0.7);
	word-break: break-all;
}

.qr-manager__item-meta {
	margin-top: 10px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.qr-manager__item-nfc {
	margin-top: 8px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	flex-wrap: wrap;
}

.qr-manager__item-nfc .qr-manager__item-label {
	width: 100%;
	margin-bottom: 4px;
}

.qr-manager__nfc-url {
	font-size: 11px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	background: rgba(37, 211, 102, 0.15);
	color: #25d366;
	padding: 4px 8px;
	border-radius: 6px;
	word-break: break-all;
	flex: 1;
}

.qr-manager__nfc-copy {
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 6px;
	padding: 4px 8px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	transition: background 0.2s;
}

.qr-manager__nfc-copy:hover {
	background: rgba(37, 211, 102, 0.3);
}

.qr-manager__chip {
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(37, 211, 102, 0.18);
	color: rgba(37, 211, 102, 0.95);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.qr-manager__chip--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(242, 242, 242, 0.75);
}

.qr-manager__item:hover {
	border-color: rgba(37, 211, 102, 0.6);
	transform: translateY(-1px);
}

.qr-manager__item.is-active {
	border-color: rgba(37, 211, 102, 0.9);
	background: rgba(37, 211, 102, 0.12);
}

.qr-manager__empty {
	margin: 0;
	padding: 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px dashed rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	font-size: 14px;
	color: rgba(242, 242, 242, 0.7);
}


.qr-builder {
	background: rgba(7, 7, 10, 0.78);
	border: 1px solid rgba(37, 211, 102, 0.12);
	border-radius: 30px;
	padding: clamp(24px, 6vw, 48px);
	margin-bottom: clamp(32px, 6vw, 72px);
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}


.qr-builder__intro {
	text-align: left;
	margin-bottom: 32px;
}

.qr-builder__eyebrow {
	margin: 0 0 12px;
	letter-spacing: 0.28em;
	font-size: 11px;
	color: rgba(37, 211, 102, 0.8);
	text-transform: uppercase;
}

.qr-builder__title {
	margin: 0 0 12px;
	font-size: clamp(26px, 4vw, 42px);
	letter-spacing: -0.03em;
}

.qr-builder__desc {
	margin: 0;
	color: rgba(242, 242, 242, 0.75);
}

.qr-builder__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 4vw, 50px);
}

.qr-builder__panel {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 22px;
	padding: clamp(20px, 4vw, 32px);
}

.qr-builder__panel--preview {
	background: rgba(5, 5, 7, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius-xl);
	padding: clamp(20px, 4vw, 32px);
}


.qr-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	--qr-narrow-width: 100%;
}

.qr-form__field-group label,
.qr-form__field-grid label {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 6px;
	color: rgba(242, 242, 242, 0.7);
}

.qr-form input,
.qr-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(7, 7, 9, 0.8);
	color: inherit;
	font-size: 15px;
}

.qr-form input[type="text"],
.qr-form input[type="email"],
.qr-form input[type="url"],
.qr-form input[type="tel"],
.qr-form input[type="number"] {
	min-height: 46px;
	line-height: 1.2;
}


.qr-form__field-group--narrow,
.qr-panel--narrow,
.qr-toggle-group--narrow {
	width: var(--qr-narrow-width);
	align-self: flex-start;
}

.qr-form__field-group--narrow input,
.qr-panel--narrow input {
	width: 100%;
	max-width: 100%;
	min-height: 28px;
	padding-block: 6px;
}

.qr-form textarea {
	min-height: 110px;
	resize: vertical;
}

.qr-field__hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: rgba(242, 242, 242, 0.6);
}

.qr-toggle-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
}

.qr-toggle {
	flex: 1;
	min-width: 120px;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	color: inherit;
	height: 38px;
	padding: 0 12px;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	transition: background 150ms ease, border-color 150ms ease;
}

.qr-toggle.is-active,
.qr-style-card.is-active,
.qr-toggle[data-active="true"] {
	background: rgba(37, 211, 102, 0.15);
	border-color: rgba(37, 211, 102, 0.5);
	color: #25D366;
}

.qr-panel {
	display: none;
}

.qr-panel.is-active {
	display: block;
}

.qr-form__field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.qr-options__label {
	color: rgba(242, 242, 242, 0.65);
	margin-bottom: 12px;
}

.qr-style-picker {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 14px;
	justify-items: stretch;
	width: var(--qr-narrow-width);
	align-self: flex-start;
}

.qr-style-card {
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	padding: 0 12px;
	box-sizing: border-box;
	text-align: center;
	color: inherit;
	cursor: pointer;
	font-weight: 600;
	height: 38px;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.qr-style-card:hover {
	border-color: rgba(37, 211, 102, 0.35);
}

.qr-color-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	align-items: stretch;
}

.qr-color-grid > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.qr-color-field {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	padding: 14px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.qr-color-field__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qr-color-field__controls {
	display: flex;
	gap: 10px;
	align-items: center;
}

.qr-color-chip {
	width: 28px;
	height: 28px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--qr-color, #ffffff);
}

.qr-color-picker {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	border-radius: 12px;
	border: 1px dashed rgba(255, 255, 255, 0.2);
	cursor: pointer;
	font-size: 13px;
}

.qr-color-picker input[type="color"] {
	appearance: none;
	border: none;
	background: transparent;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.qr-color-picker input[type="color"]::-webkit-color-swatch {
	border-radius: 8px;
	border: none;
}

.qr-color-field__hint {
	margin: 0;
	font-size: 12px;
	color: rgba(242, 242, 242, 0.6);
}

.qr-color-hex-input {
	margin-top: 6px;
	width: 100%;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(242, 242, 242, 0.88);
	font-size: 13px;
	font-family: 'Space Grotesk', 'General Sans', system-ui, sans-serif;
}

.qr-color-hex-input.is-invalid {
	border-color: #ff7b7b;
	color: #ffb6b6;
}

.qr-color-preview {
	width: 100%;
	height: 36px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: var(--qr-color, #ffffff);
}

.qr-background-toggle {
	display: flex;
	gap: 10px;
}

.qr-background-toggle .qr-toggle {
	flex: 1;
	height: 38px;
	min-height: 38px;
	padding: 0 12px;
	line-height: 1;
}

.qr-frame {
	margin-top: 18px;
}

.qr-frame .qr-toggle-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.qr-frame .qr-toggle {
	height: 38px;
	padding: 0 12px;
	line-height: 1;
}

.qr-frame .qr-frame-pos {
	margin-top: 10px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.qr-frame__custom {
	margin-top: 12px;
	display: grid;
	grid-template-columns: minmax(140px, 1fr) minmax(220px, 2fr);
	gap: 12px;
	align-items: center;
}


.qr-form input.qr-frame__input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 38px;
	min-height: 38px;
	padding: 0 12px;
	line-height: 1;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.35);
	color: inherit;
}

.qr-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: rgba(242, 242, 242, 0.8);
}

.qr-format p {
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 11px;
	color: rgba(242, 242, 242, 0.7);
}

.qr-status {
	margin: 0;
	font-size: 13px;
	color: rgba(242, 242, 242, 0.7);
}

.qr-status.is-error {
	color: #ff9191;
}

.qr-toast {
	position: fixed;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%) translateY(16px);
	background: rgba(12, 12, 14, 0.98);
	border: 1px solid rgba(37, 211, 102, 0.7);
	color: #eafff2;
	padding: 16px 24px;
	border-radius: 18px;
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
	max-width: min(92vw, 420px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
	z-index: 9999;
}

.qr-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.qr-form__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.qr-button--mobile {
	display: none;
}

.qr-preview {
	background: transparent;
	border-radius: 0;
	border: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.qr-preview__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.qr-preview__type {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 11px;
	color: rgba(37, 211, 102, 0.7);
}

.qr-preview__destination {
	margin: 0;
	font-size: 15px;
	color: rgba(242, 242, 242, 0.7);
	word-break: break-all;
}

.qr-preview__slug {
	display: none;
}

.qr-preview__pill {
	align-self: flex-start;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background: rgba(37, 211, 102, 0.12);
	border: 1px solid rgba(37, 211, 102, 0.28);
	padding: 6px 10px;
	border-radius: 999px;
}

.qr-preview__canvas {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--bee-radius-xl);
	background: rgba(255, 255, 255, 0.04);
}

.qr-preview__footer {
	font-size: 13px;
	color: rgba(242, 242, 242, 0.65);
}

.qr-preview__slug {
	margin: 4px 0 0;
	font-weight: 700;
}

.qr-benefits {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: clamp(20px, 4vw, 42px);
	row-gap: clamp(16px, 3vw, 28px);
	margin-bottom: clamp(32px, 6vw, 70px);
	align-items: start;
}

.qr-benefits__card {
	position: relative;
	grid-column: 1;
	grid-row: 1 / span 2;
	background: radial-gradient(circle at 20% 20%, rgba(37, 211, 102, 0.32), rgba(11, 11, 13, 0.95)), linear-gradient(145deg, rgba(6, 6, 8, 0.95), rgba(0, 0, 0, 0.6));
	border: 1px solid rgba(37, 211, 102, 0.5);
	border-radius: 26px;
	padding: clamp(22px, 3vw, 32px);
	overflow: hidden;
}

.qr-benefits__stack {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	min-height: 100%;
}

.qr-benefits__card::after {
	content: '';
	position: absolute;
	inset: 12px;
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	opacity: 0.6;
	pointer-events: none;
}

.qr-benefits__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.qr-benefits__row article {
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(6, 6, 8, 0.9));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 22px;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
}

.qr-benefits__row h4 {
	margin: 0 0 6px;
	font-size: 16px;
}

.qr-benefits__row p {
	margin: 0;
	color: rgba(242, 242, 242, 0.75);
}


.qr-benefits__eyebrow {
	margin: 0 0 8px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(46, 213, 115, 0.9);
}

.qr-benefits__card h3 {
	margin-top: 0;
	font-size: clamp(24px, 4vw, 34px);
	color: #ffffff;
}

.qr-benefits__card ul {
	margin: 0 0 20px;
	padding-left: 22px;
	color: rgba(255, 255, 255, 0.88);
}

.qr-benefits__card ul li::marker {
	color: #2ED573;
}

.qr-benefits__price-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
	margin: 0 0 18px;
}

.qr-benefits__price-label {
	margin: 0 0 6px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: rgba(46, 213, 115, 0.95);
}

.qr-benefits__price {
	margin: 0 0 4px;
	font-weight: 700;
	color: #ffffff;
}

.qr-benefits__hint {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
}

.qr-benefits__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.qr-button--secondary {
	background: transparent;
	color: #0b0b0d;
	border: 1px solid transparent;
	background-image: linear-gradient(#2ED573, #2ED573), linear-gradient(120deg, #25D366, #1e9e54 120%);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	color: #0b0b0d;
}

.qr-button--secondary:hover {
	box-shadow: 0 12px 26px rgba(46, 213, 115, 0.3);
}

.qr-benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.qr-benefits__grid article {
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	padding: 20px;
}

.qr-share {
	margin: clamp(24px, 5vw, 48px) 0;
}

.qr-share__card {
	background: rgba(5, 5, 7, 0.85);
	border: 1px solid rgba(37, 211, 102, 0.16);
	border-radius: var(--bee-radius-lg);
	padding: clamp(20px, 4vw, 32px);
	box-shadow: var(--bee-shadow-lg);
}

.qr-share__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
	color: rgba(37, 211, 102, 0.85);
	margin: 0 0 12px;
}

.qr-share__card h3 {
	margin: 0 0 10px;
}

.qr-share__card p {
	margin: 0 0 18px;
	color: rgba(242, 242, 242, 0.78);
}

.qr-share__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.qr-share__link {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.qr-share__link:hover,
.qr-share__link:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
	border-color: rgba(37, 211, 102, 0.5);
}

.qr-share__link img {
	width: 22px;
	height: 22px;
	display: block;
}

.qr-benefits__grid h4 {
	margin: 0 0 6px;
	font-size: 16px;
}

.qr-benefits__grid p {
	margin: 0;
	color: rgba(242, 242, 242, 0.75);
}

.okqr-landing__brand {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.okqr-landing__title {
	margin: 0;
	font-size: clamp(28px, 4vw, 44px);
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.okqr-landing__subtitle {
	margin: 10px 0 0;
	max-width: 60ch;
	color: rgba(242, 242, 242, 0.78);
	font-size: 16px;
	line-height: 1.55;
}

.okqr-landing__legal {
	margin-top: clamp(24px, 4vw, 40px);
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 14px;
}

.okqr-landing__legal-link {
	color: rgba(242, 242, 242, 0.8);
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.okqr-landing__legal-sep {
	color: rgba(242, 242, 242, 0.45);
	font-size: 12px;
	line-height: 1;
}

.okqr-landing__legal-link:hover,
.okqr-landing__legal-link:focus-visible {
	color: #ffffff;
}

@media (max-width: 640px) {
	.okqr-landing__legal {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	
	.okqr-landing__legal-link {
		font-size: 14px;
	}
	
	.okqr-landing__legal-sep {
		margin: 4px 0;
		font-size: 10px;
	}
}

.okqr-landing__copyright {
	margin-top: clamp(28px, 4vw, 48px);
	text-align: center;
}

.okqr-landing__copyright-link {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: rgba(242, 242, 242, 0.75);
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 400;
}

.okqr-landing__copyright-link .okqr-brand__bee,
.okqr-landing__copyright-link .okqr-brand__clickable {
	font-weight: 400;
}

.okqr-landing__copyright-link:hover,
.okqr-landing__copyright-link:focus-visible {
	color: #ffffff;
}

.okqr-landing__copyright-year {
	color: rgba(242, 242, 242, 0.65);
}

.okqr-landing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.okqr-card,
.okqr-book__card {
	border-radius: 16px;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}


.okqr-card {
	background: rgba(37, 211, 102, 0.08);
	border: 1px solid rgba(37, 211, 102, 0.22);
	padding: 18px 18px 16px;
	position: relative;
}

.okqr-card::before {
	content: '';
	position: absolute;
	inset: -120px -120px auto auto;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle at 30% 30%, rgba(37, 211, 102, 0.28), rgba(37, 211, 102, 0) 60%);
	transform: rotate(18deg);
}

.okqr-card:hover {
	transform: translateY(-2px);
	background: rgba(37, 211, 102, 0.12);
	border-color: rgba(37, 211, 102, 0.36);
}

.okqr-card:focus-visible {
	outline: 3px solid var(--bee-gold);
	outline-offset: 3px;
}

.okqr-card__label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 750;
	font-size: 18px;
	letter-spacing: 0.01em;
	margin: 0 0 8px;
}

.okqr-card__dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #25D366;
	box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.18);
	flex: 0 0 auto;
}

.okqr-card__desc {
	margin: 0;
	color: rgba(242, 242, 242, 0.78);
	line-height: 1.55;
}

.okqr-landing__footer {
	margin-top: 18px;
	color: rgba(242, 242, 242, 0.6);
	font-size: 13px;
}

.okqr-book {
	margin-top: 22px;
}

.okqr-book__title {
	margin: 20px 0 12px;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: rgba(242, 242, 242, 0.92);
}

.okqr-brand {
	white-space: nowrap;
}

.okqr-brand__bee {
	color: #FBBF24;
	font-weight: 800;
}

.okqr-brand__clickable {
	color: rgba(242, 242, 242, 0.98);
	font-weight: 800;
}

.okqr-book__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}


.okqr-book__card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 12px;
}

.okqr-book__card:hover {
	transform: translateY(-2px);
	border-color: rgba(37, 211, 102, 0.32);
	background: rgba(37, 211, 102, 0.06);
}

.okqr-book__card:focus-visible {
	outline: 3px solid #25D366;
	outline-offset: 3px;
}

.okqr-book__thumb {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	aspect-ratio: 16 / 10;
	margin-bottom: 10px;
}

.okqr-book__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.okqr-book__fallback {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(255, 255, 255, 0.02));
}

.okqr-book__pill {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	line-height: 1;
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(37, 211, 102, 0.14);
	border: 1px solid rgba(37, 211, 102, 0.22);
	color: rgba(37, 211, 102, 0.95);
	backdrop-filter: blur(6px);
}

.okqr-book__name {
	margin: 0 0 6px;
	font-size: 15px;
	letter-spacing: -0.01em;
}

.okqr-book__meta {
	margin: 0;
	font-size: 13px;
	color: rgba(242, 242, 242, 0.65);
}

.okqr-book__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.okqr-book__tag {
	font-size: 12px;
	line-height: 1;
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: rgba(242, 242, 242, 0.82);
}

.qr-options-page {
	max-width: 1100px;
	margin: clamp(32px, 6vw, 72px) auto;
	padding: 0 clamp(16px, 3vw, 32px);
	display: flex;
	flex-direction: column;
	gap: clamp(32px, 5vw, 56px);
}

.qr-options-page__hero {
	text-align: center;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 28px;
	padding: clamp(28px, 6vw, 64px);
	border: 1px solid rgba(37, 211, 102, 0.2);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.qr-options-page__eyebrow {
	margin: 0 0 10px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(46, 213, 115, 0.9);
}

.qr-options-page__hero h1 {
	margin: 0 0 12px;
	font-size: clamp(30px, 5vw, 46px);
}

.qr-options-page__intro {
	margin: 0;
	color: rgba(242, 242, 242, 0.78);
	font-size: 18px;
}

.qr-options-page__agency {
	margin: clamp(24px, 5vw, 40px) 0;
}

.qr-options-page__agency-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 18px;
	background: linear-gradient(120deg, rgba(37, 211, 102, 0.18), rgba(0, 0, 0, 0.65));
	border: 1px solid rgba(37, 211, 102, 0.35);
	border-radius: 26px;
	padding: clamp(20px, 4vw, 36px);
	box-shadow: 0 25px 55px rgba(0, 0, 0, 0.35);
}

.qr-options-page__agency-card h2 {
	margin: 6px 0 10px;
	font-size: clamp(26px, 4vw, 34px);
}

.qr-options-page__agency-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
}

.qr-options-page__agency-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.qr-options-page__agency-actions .qr-button {
	margin: 15px 0 15px;
}

.qr-options-page__agency-note {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 720px) {
	.qr-options-page__agency-card {
		flex-direction: column;
	}
	.qr-options-page__agency-actions {
		align-items: stretch;
	}
}

.qr-options-page__plans header {
	margin-bottom: 18px;
}

.qr-options-page__plans h2 {
	margin: 0 0 6px;
	font-size: clamp(24px, 4vw, 32px);
}

.qr-options-page__plans p {
	margin: 0;
	color: rgba(242, 242, 242, 0.7);
}

.qr-options-page__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.qr-options-page__card {
	background: rgba(8, 8, 12, 0.85);
	border: 1px solid rgba(37, 211, 102, 0.15);
	border-radius: var(--bee-radius-xl);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.qr-options-page__card.is-highlighted {
	border-color: rgba(46, 213, 115, 0.5);
	background: linear-gradient(135deg, rgba(46, 213, 115, 0.2), rgba(0, 0, 0, 0.6));
}

.qr-options-page__badge {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 11px;
	color: rgba(46, 213, 115, 0.85);
}

.qr-options-page__price {
	margin: 0;
	font-size: 18px;
	color: rgba(242, 242, 242, 0.88);
}

.qr-options-page__price span {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
}

.qr-options-page__card ul {
	margin: 0;
	padding-left: 18px;
	color: rgba(242, 242, 242, 0.78);
}

.qr-options-page__card li {
	margin-bottom: 10px;
	line-height: 1.55;
}

.qr-options-page__card li:last-child {
	margin-bottom: 0;
}

.qr-options-page__card .qr-button,
.qr-options-page__card .qr-button--secondary {
	align-self: flex-start;
}

.qr-options-page__faq {
	display: grid;
	gap: 14px;
	padding: clamp(24px, 5vw, 48px);
	background: rgba(8, 8, 12, 0.75);
	border-radius: var(--bee-radius-xl);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.qr-options-page__faq-item {
	background: rgba(12, 12, 18, 0.85);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: 0;
	overflow: hidden;
}

.qr-options-page__faq-item summary {
	list-style: none;
	cursor: pointer;
	font-weight: 600;
	font-size: 17px;
	padding: 18px 52px 18px 20px;
	position: relative;
	color: #ffffff;
}

.qr-options-page__faq-item summary::-webkit-details-marker {
	display: none;
}

.qr-options-page__faq-item summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: rgba(46, 213, 115, 0.9);
}

.qr-options-page__faq-item[open] summary::after {
	content: "−";
}

.qr-options-page__faq-item p {
	margin: 0;
	padding: 0 20px 18px;
	color: rgba(242, 242, 242, 0.78);
	line-height: 1.6;
}

.qr-options-page__cta {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.qr-options-page__cta .qr-button {
	min-width: min(320px, 100%);
	text-align: center;
	animation: qr-cta-breathe 3.2s ease-in-out infinite;
	transform-origin: center;
}

@keyframes qr-cta-breathe {
	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 10px 30px rgba(37, 211, 102, 0.18);
	}
	50% {
		transform: scale(1.02);
		box-shadow: 0 14px 36px rgba(37, 211, 102, 0.32);
	}
}


@media (max-width: 720px) {
	.qr-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.qr-hero__snapshot {
		order: -1;
		margin-top: 0;
		margin-bottom: 24px;
		width: 100%;
	}

	.qr-hero__frame {
		width: 100%;
		max-width: 100%;
	}

	.qr-hero__content {
		order: 1;
	}

	.qr-builder__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.qr-access__grid {
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}
	.qr-hero,
	.qr-builder__grid,
	.qr-benefits {
		grid-template-columns: 1fr;
	}

	.qr-builder__panel--preview {
		order: -1;
	}

	.qr-builder__panel--form {
		order: 1;
	}

	.qr-access__grid {
		grid-template-columns: 1fr;
	}

	.qr-access__card {
		padding: 16px;
	}

	.qr-style-picker {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	
	.qr-style-picker .qr-style-btn {
		padding: 10px 8px;
		font-size: 13px;
	}

	.qr-frame .qr-toggle-group {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
	}

	.qr-frame .qr-frame-pos {
		grid-template-columns: 1fr;
	}

	.qr-frame__custom {
		grid-template-columns: 1fr;
	}

	.qr-access__card input,
	.qr-form input,
	.qr-form textarea {
		font-size: 15px;
	}
}

@media (max-width: 900px) {
	.qr-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.qr-hero__snapshot {
		order: -1;
		margin-top: 0;
		margin-bottom: 24px;
		width: 100%;
	}

	.qr-hero__frame {
		width: 100%;
		max-width: 100%;
	}

	.qr-hero__content {
		order: 1;
	}
}

@media (max-width: 640px) {
	.okqr-landing {
		padding-top: 32px;
		padding-inline: 18px;
	}

	.qr-hero {
		grid-template-columns: 1fr;
	}

	.qr-hero__snapshot {
		margin-top: 24px;
	}

	.qr-builder,
	.qr-access {
		padding: 18px;
	}

	.qr-form__field-grid,
	.qr-color-grid {
		grid-template-columns: 1fr;
	}

	.qr-color-field__controls {
		flex-direction: column;
		align-items: stretch;
	}

	.qr-background-toggle,
	.qr-form__cta,
	.qr-hero__actions {
		flex-direction: column;
	}

	.qr-button--mobile {
		display: inline-flex;
	}

	.qr-benefits__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.qr-manager__header {
		flex-direction: column;
	}
	.qr-manager__stats {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}

@media (max-width: 900px) {
	.qr-builder__grid {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: 1fr !important;
		gap: 18px;
	}

	.qr-builder__panel--preview {
		order: -1;
	}

	.qr-builder__panel--form {
		order: 1;
	}
}

@media (min-width: 961px) {
	.qr-builder__panel--preview {
		position: sticky;
		top: 24px;
		align-self: flex-start;
	}
}


@media (max-width: 900px) {
	.qr-benefits {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.qr-benefits__card,
	.qr-benefits__stack {
		grid-column: 1;
		grid-row: auto;
	}

	.qr-benefits__stack {
		min-height: auto;
	}

	.qr-benefits__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.okqr-landing__grid {
		grid-template-columns: 1fr;
	}

	.okqr-landing__brand {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 980px) {
	.okqr-book__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.okqr-book__grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   Article Template (single.php)
   ========================================================================== */
.okqr-article {
	max-width: 990px;
	margin: clamp(32px, 6vw, 72px) auto;
	padding: 0 clamp(16px, 3vw, 32px);
}

.okqr-article__container {
	background: rgba(8, 8, 12, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius-xl);
	padding: clamp(24px, 4vw, 48px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.okqr-article__header {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.okqr-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
	font-size: 14px;
	color: rgba(242, 242, 242, 0.7);
}

.okqr-article__date {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.okqr-article__author {
	color: rgba(46, 213, 115, 0.9);
}

.okqr-article__title {
	font-size: clamp(28px, 5vw, 42px);
	margin: 0 0 24px;
	line-height: 1.2;
}

.okqr-article__featured-image {
	margin: 24px 0;
	border-radius: var(--bee-radius-lg);
	overflow: hidden;
}

.okqr-article__featured-image img {
	width: 100%;
	height: auto;
	display: block;
}

.okqr-article__content {
	color: rgba(242, 242, 242, 0.88);
	line-height: 1.8;
}

.okqr-article__content h2 {
	font-size: clamp(22px, 3vw, 28px);
	margin: 32px 0 16px;
	color: #ffffff;
}

.okqr-article__content h3 {
	font-size: clamp(18px, 2.5vw, 22px);
	margin: 28px 0 12px;
	color: rgba(46, 213, 115, 0.95);
}

.okqr-article__content p {
	margin-bottom: 16px;
}

.okqr-article__content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--bee-radius);
	margin: 24px 0;
}

.okqr-article__content blockquote {
	border-left: 3px solid rgba(46, 213, 115, 0.5);
	padding-left: 20px;
	margin: 24px 0;
	color: rgba(242, 242, 242, 0.9);
	font-style: italic;
}

.okqr-article__footer {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.okqr-article__categories,
.okqr-article__tags {
	margin-bottom: 12px;
	font-size: 14px;
}

.okqr-article__categories a,
.okqr-article__tags a {
	color: rgba(46, 213, 115, 0.9);
	text-decoration: none;
	transition: color 0.2s ease;
}

.okqr-article__categories a:hover,
.okqr-article__tags a:hover {
	color: rgba(46, 213, 115, 1);
}

.okqr-article__navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 32px;
}

.okqr-article__prev,
.okqr-article__next {
	display: flex;
	flex-direction: column;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius);
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.okqr-article__prev:hover,
.okqr-article__next:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(46, 213, 115, 0.3);
}

.okqr-article__prev span,
.okqr-article__next span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(242, 242, 242, 0.6);
	margin-bottom: 4px;
}

.okqr-article__prev strong,
.okqr-article__next strong {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4;
}

.okqr-article__next {
	text-align: right;
}

@media (max-width: 640px) {
	.okqr-article__navigation {
		grid-template-columns: 1fr;
	}
	
	.okqr-article__next {
		text-align: left;
	}
}

/* ==========================================================================
   Manual/User Guide Template (page-manuel.php)
   ========================================================================== */
.okqr-manual {
	max-width: 1200px;
	margin: clamp(24px, 5vw, 48px) auto;
	padding: 0 clamp(16px, 3vw, 32px);
}

.okqr-manual__container {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 32px;
	align-items: start;
}

.okqr-manual__sidebar {
	position: sticky;
	top: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.okqr-manual__toc {
	background: rgba(8, 8, 12, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius-xl);
	padding: 24px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.okqr-manual__toc h2 {
	font-size: 16px;
	margin: 0 0 16px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgba(46, 213, 115, 0.9);
}

.okqr-manual__toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.okqr-manual__toc li {
	margin-bottom: 8px;
}

.okqr-manual__toc li.level-3 {
	padding-left: 12px;
	font-size: 14px;
}

.okqr-manual__toc li.level-4 {
	padding-left: 24px;
	font-size: 13px;
}

.okqr-manual__toc a {
	display: block;
	padding: 8px 12px;
	color: rgba(242, 242, 242, 0.8);
	text-decoration: none;
	border-radius: 8px;
	transition: background 0.2s ease, color 0.2s ease;
}

.okqr-manual__toc a:hover {
	background: rgba(46, 213, 115, 0.1);
	color: rgba(46, 213, 115, 1);
}

.okqr-manual__help {
	background: linear-gradient(135deg, rgba(46, 213, 115, 0.15), rgba(0, 0, 0, 0.5));
	border: 1px solid rgba(46, 213, 115, 0.2);
	border-radius: var(--bee-radius-xl);
	padding: 24px;
	text-align: center;
}

.okqr-manual__help h3 {
	font-size: 16px;
	margin: 0 0 8px;
}

.okqr-manual__help p {
	font-size: 14px;
	color: rgba(242, 242, 242, 0.7);
	margin: 0 0 16px;
}

.okqr-manual__content {
	background: rgba(8, 8, 12, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius-xl);
	padding: clamp(24px, 4vw, 48px);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.okqr-manual__header {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.okqr-manual__eyebrow {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgba(46, 213, 115, 0.9);
	margin-bottom: 12px;
}

.okqr-manual__title {
	font-size: clamp(26px, 4vw, 36px);
	margin: 0 0 16px;
	line-height: 1.3;
}

.okqr-manual__intro {
	font-size: 18px;
	color: rgba(242, 242, 242, 0.7);
	margin: 0;
}

.okqr-manual__body {
	color: rgba(242, 242, 242, 0.88);
	line-height: 1.8;
}

.okqr-manual__body h2 {
	font-size: clamp(20px, 2.8vw, 26px);
	margin: 40px 0 16px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	color: #ffffff;
	scroll-margin-top: 24px;
}

.okqr-manual__body h2:first-of-type {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.okqr-manual__body h3 {
	font-size: clamp(18px, 2.2vw, 22px);
	margin: 28px 0 12px;
	color: rgba(46, 213, 115, 0.95);
	scroll-margin-top: 24px;
}

.okqr-manual__body h4 {
	font-size: 16px;
	margin: 24px 0 10px;
	color: rgba(242, 242, 242, 0.95);
	scroll-margin-top: 24px;
}

.okqr-manual__body p {
	margin-bottom: 16px;
}

.okqr-manual__body ul,
.okqr-manual__body ol {
	margin-bottom: 16px;
	padding-left: 24px;
}

.okqr-manual__body li {
	margin-bottom: 8px;
}

.okqr-manual__body code {
	background: rgba(255, 255, 255, 0.08);
	padding: 2px 8px;
	border-radius: 6px;
	font-family: 'SF Mono', monospace;
	font-size: 14px;
	color: rgba(46, 213, 115, 0.95);
}

.okqr-manual__body pre {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	border-radius: var(--bee-radius);
	overflow-x: auto;
	margin: 20px 0;
}

.okqr-manual__body pre code {
	background: none;
	padding: 0;
}

.okqr-manual__body img {
	max-width: 100%;
	height: auto;
	border-radius: var(--bee-radius);
	margin: 24px 0;
}

.okqr-manual__body .notice-box {
	background: rgba(46, 213, 115, 0.1);
	border-left: 3px solid rgba(46, 213, 115, 0.5);
	padding: 16px 20px;
	margin: 20px 0;
	border-radius: 0 var(--bee-radius) var(--bee-radius) 0;
}

.okqr-manual__body .warning-box {
	background: rgba(245, 158, 11, 0.1);
	border-left: 3px solid rgba(245, 158, 11, 0.5);
	padding: 16px 20px;
	margin: 20px 0;
	border-radius: 0 var(--bee-radius) var(--bee-radius) 0;
}

.okqr-manual__footer {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.okqr-manual__updated {
	font-size: 14px;
	color: rgba(242, 242, 242, 0.6);
}

.okqr-manual__feedback p {
	font-size: 14px;
	margin: 0 0 12px;
	color: rgba(242, 242, 242, 0.7);
}

.okqr-manual__back-to-top {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 48px;
	height: 48px;
	background: rgba(46, 213, 115, 0.9);
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
	z-index: 1000;
}

.okqr-manual__back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
}

.okqr-manual__back-to-top:hover {
	transform: scale(1.1);
	background: rgba(46, 213, 115, 1);
}

.okqr-manual__back-to-top span {
	font-size: 20px;
	color: #000;
}

@media (max-width: 900px) {
	.okqr-manual__container {
		grid-template-columns: 1fr;
	}
	
	.okqr-manual__sidebar {
		position: static;
		order: 2;
	}
	
	.okqr-manual__content {
		order: 1;
	}
	
	.okqr-manual__toc {
		padding: 16px;
	}
	
	.okqr-manual__toc ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	
	.okqr-manual__toc li {
		margin-bottom: 0;
	}
	
	.okqr-manual__toc li.level-3,
	.okqr-manual__toc li.level-4 {
		padding-left: 0;
	}
	
	.okqr-manual__toc a {
		padding: 6px 12px;
		background: rgba(255, 255, 255, 0.04);
		font-size: 13px;
	}
}

/* ==========================================================================
   Guides Category Archive (category-guides.php)
   ========================================================================== */
.okqr-guides {
	max-width: 1200px;
	margin: clamp(24px, 5vw, 48px) auto;
	padding: 0 clamp(16px, 3vw, 32px);
}

.okqr-guides__container {
	background: rgba(8, 8, 12, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius-xl);
	padding: clamp(24px, 4vw, 48px);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.okqr-guides__header {
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.okqr-guides__title {
	font-size: clamp(28px, 4vw, 36px);
	margin: 0 0 12px;
}

.okqr-guides__intro {
	font-size: 18px;
	color: rgba(242, 242, 242, 0.7);
	margin: 0;
}

.okqr-guides__layout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 32px;
	align-items: start;
}

.okqr-guides__sidebar {
	position: sticky;
	top: 24px;
}

.okqr-guides__toc {
	background: rgba(8, 8, 12, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius-xl);
	padding: 24px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.okqr-guides__toc h2 {
	font-size: 16px;
	margin: 0 0 16px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgba(46, 213, 115, 0.9);
}

.okqr-guides__toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.okqr-guides__toc li {
	margin-bottom: 8px;
}

.okqr-guides__toc a {
	display: block;
	padding: 8px 12px;
	color: rgba(242, 242, 242, 0.8);
	text-decoration: none;
	border-radius: 8px;
	transition: background 0.2s ease, color 0.2s ease;
	font-size: 14px;
}

.okqr-guides__toc a:hover {
	background: rgba(46, 213, 115, 0.1);
	color: rgba(46, 213, 115, 1);
}

.okqr-guides__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.okqr-guides__item {
	background: rgba(12, 12, 18, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: var(--bee-radius-lg);
	padding: 24px;
	scroll-margin-top: 24px;
}

.okqr-guides__item-header {
	margin-bottom: 12px;
}

.okqr-guides__item-title {
	font-size: clamp(18px, 2.5vw, 22px);
	margin: 0;
}

.okqr-guides__item-title a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.okqr-guides__item-title a:hover {
	color: rgba(46, 213, 115, 0.95);
}

.okqr-guides__item-excerpt {
	color: rgba(242, 242, 242, 0.78);
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.okqr-guides__item-excerpt p {
	margin: 0;
}

.okqr-guides__item-actions {
	display: flex;
	gap: 12px;
}

.okqr-guides__empty {
	text-align: center;
	color: rgba(242, 242, 242, 0.6);
	padding: 48px;
}

.okqr-guides .pagination {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 32px;
}

.okqr-guides .pagination a,
.okqr-guides .pagination span {
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius);
	color: rgba(242, 242, 242, 0.8);
	text-decoration: none;
	transition: background 0.2s ease;
}

.okqr-guides .pagination a:hover {
	background: rgba(46, 213, 115, 0.1);
	color: rgba(46, 213, 115, 1);
}

.okqr-guides .pagination .current {
	background: rgba(46, 213, 115, 0.2);
	color: rgba(46, 213, 115, 1);
	border-color: rgba(46, 213, 115, 0.3);
}

.okqr-guides__back-to-top {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 48px;
	height: 48px;
	background: rgba(46, 213, 115, 0.9);
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
	z-index: 1000;
}

.okqr-guides__back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
}

.okqr-guides__back-to-top:hover {
	transform: scale(1.1);
	background: rgba(46, 213, 115, 1);
}

.okqr-guides__back-to-top span {
	font-size: 20px;
	color: #000;
}

@media (max-width: 900px) {
	.okqr-guides__layout {
		grid-template-columns: 1fr;
	}
	
	.okqr-guides__sidebar {
		position: static;
		order: 2;
	}
	
	.okqr-guides__content {
		order: 1;
	}
	
	.okqr-guides__toc {
		padding: 16px;
	}
	
	.okqr-guides__toc ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	
	.okqr-guides__toc li {
		margin-bottom: 0;
	}
	
	.okqr-guides__toc a {
		padding: 6px 12px;
		background: rgba(255, 255, 255, 0.04);
		font-size: 13px;
	}
}

/* ==========================================================================
   Notice / Comment ça marche Template (page-notice.php)
   ========================================================================== */
.okqr-notice-page {
	--notice-green: #2ed573;
	--notice-green-dark: #1aaa50;
	--notice-green-soft: rgba(46, 213, 115, 0.15);
}

.notice-hero {
	background: linear-gradient(135deg, rgba(8, 8, 12, 0.98) 0%, rgba(20, 20, 30, 0.95) 100%);
	padding: clamp(48px, 8vw, 80px) 24px clamp(40px, 6vw, 72px);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.notice-hero::before {
	content: '';
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(46, 213, 115, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

.notice-hero__badge {
	display: inline-block;
	background: var(--notice-green-soft);
	color: var(--notice-green);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 100px;
	margin-bottom: 24px;
	border: 1px solid rgba(46, 213, 115, 0.2);
}

.notice-hero__title {
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 20px;
}

.notice-hero__title span {
	color: var(--notice-green);
}

.notice-hero__intro {
	font-size: 18px;
	color: rgba(242, 242, 242, 0.7);
	max-width: 520px;
	margin: 0 auto 36px;
	line-height: 1.6;
}

.notice-hero__cta {
	display: inline-block;
	background: var(--notice-green);
	color: #000000;
	font-weight: 600;
	font-size: 15px;
	padding: 14px 32px;
	border-radius: 100px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.notice-hero__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 32px rgba(46, 213, 115, 0.35);
}

/* Sommaire sticky */
.notice-nav {
	background: rgba(8, 8, 12, 0.95);
	padding: 16px 24px;
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
}

.notice-nav__link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 100px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: rgba(242, 242, 242, 0.7);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.2s;
	white-space: nowrap;
}

.notice-nav__link:hover {
	border-color: var(--notice-green);
	color: var(--notice-green);
	background: var(--notice-green-soft);
}

.notice-nav__num {
	width: 22px;
	height: 22px;
	background: var(--notice-green);
	color: #000;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Layout contenu */
.notice-wrapper {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 24px 64px;
}

.notice-content {
	padding-top: 48px;
}

.notice-content h2 {
	font-size: clamp(24px, 3.5vw, 30px);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin: 56px 0 24px;
	padding-top: 24px;
	scroll-margin-top: 80px;
}

.notice-content h2:first-child {
	margin-top: 0;
}

.notice-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--notice-green);
	margin: 32px 0 12px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.notice-content p,
.notice-content li {
	font-size: 16px;
	line-height: 1.75;
	color: rgba(242, 242, 242, 0.85);
	margin-bottom: 12px;
}

.notice-content ul {
	list-style: none;
	padding: 0;
	margin: 16px 0;
}

.notice-content ul li {
	padding: 6px 0 6px 28px;
	position: relative;
}

.notice-content ul li::before {
	content: '→';
	position: absolute;
	left: 0;
	color: var(--notice-green);
	font-weight: 700;
}

.notice-content strong {
	color: #ffffff;
	font-weight: 600;
}

/* Emplacements photos */
.notice-visual,
.notice-visual-placeholder {
	background: rgba(255, 255, 255, 0.04);
	border: 2px dashed rgba(255, 255, 255, 0.15);
	border-radius: var(--bee-radius-xl);
	padding: 40px 24px;
	text-align: center;
	margin: 32px 0;
	transition: border-color 0.2s;
}

.notice-visual:hover,
.notice-visual-placeholder:hover {
	border-color: var(--notice-green);
}

.notice-visual img {
	max-width: 100%;
	height: auto;
	border-radius: var(--bee-radius);
}

.notice-visual figcaption {
	font-size: 14px;
	color: rgba(242, 242, 242, 0.6);
	margin-top: 12px;
	font-style: italic;
}

.notice-visual-placeholder__icon {
	font-size: 32px;
	margin-bottom: 10px;
	opacity: 0.5;
}

.notice-visual-placeholder strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: rgba(242, 242, 242, 0.8);
	margin-bottom: 4px;
}

.notice-visual-placeholder p {
	font-size: 13px;
	color: rgba(242, 242, 242, 0.5);
	font-style: italic;
	margin: 0;
}

/* Astuce / encadré */
.notice-content .tip,
.notice-content .notice-tip {
	background: var(--notice-green-soft);
	border-left: 4px solid var(--notice-green);
	border-radius: 0 var(--bee-radius) var(--bee-radius) 0;
	padding: 16px 20px;
	margin: 24px 0;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.notice-content .tip-icon {
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 1px;
}

.notice-content .tip p {
	font-size: 14.5px;
	color: rgba(46, 213, 115, 0.9);
	line-height: 1.6;
	margin: 0;
}

.notice-content .tip p strong {
	color: var(--notice-green);
}

/* Avertissement */
.notice-content .warn,
.notice-content .notice-warn {
	background: rgba(245, 158, 11, 0.1);
	border-left: 4px solid #f59e0b;
	border-radius: 0 var(--bee-radius) var(--bee-radius) 0;
	padding: 16px 20px;
	margin: 24px 0;
}

.notice-content .warn p,
.notice-content .notice-warn p {
	font-size: 14.5px;
	color: #f59e0b;
	line-height: 1.6;
	margin: 0;
}

/* Options cards */
.notice-content .option-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 10px;
	margin: 16px 0;
}

.notice-content .option-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bee-radius);
	padding: 14px 12px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(242, 242, 242, 0.9);
	text-align: center;
	transition: all 0.18s;
}

.notice-content .option-card:hover,
.notice-content .option-card.active {
	border-color: var(--notice-green);
	background: var(--notice-green-soft);
	color: var(--notice-green);
}

.notice-content .option-card .oc-icon {
	font-size: 20px;
	margin-bottom: 6px;
	display: block;
}

.notice-content .option-card .oc-desc {
	font-size: 12px;
	font-weight: 400;
	color: rgba(242, 242, 242, 0.6);
	margin-top: 3px;
}

/* Highlight inline */
.notice-content .hl {
	background: rgba(46, 213, 115, 0.2);
	color: var(--notice-green);
	padding: 2px 8px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 0.95em;
}

/* NFC explainer */
.notice-nfc {
	background: rgba(8, 8, 12, 0.9);
	border-radius: var(--bee-radius-xl);
	padding: 32px 28px;
	margin: 24px 0;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.notice-nfc::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(46, 213, 115, 0.15) 0%, transparent 70%);
}

.notice-nfc h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--notice-green);
	margin-bottom: 12px;
}

.notice-nfc p {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(242, 242, 242, 0.8);
	margin-bottom: 16px;
}

.notice-nfc-steps {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
}

.notice-nfc-step {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.notice-nfc-step__num {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background: var(--notice-green);
	color: #000;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notice-nfc-step p {
	font-size: 14.5px;
	color: rgba(242, 242, 242, 0.85);
	margin: 0;
	padding-top: 3px;
	line-height: 1.6;
}

/* Vidéo */
.notice-video,
.notice-video-placeholder {
	background: rgba(8, 8, 12, 0.9);
	border-radius: var(--bee-radius-xl);
	padding: 48px 32px;
	text-align: center;
	margin: 48px 0;
	border: 2px dashed rgba(255, 255, 255, 0.1);
}

.notice-video__play,
.notice-video-placeholder__play {
	width: 64px;
	height: 64px;
	background: rgba(46, 213, 115, 0.15);
	border: 2px solid var(--notice-green);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 22px;
}

.notice-video h3,
.notice-video-placeholder h3 {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 8px;
}

.notice-video p,
.notice-video-placeholder p {
	font-size: 14px;
	color: rgba(242, 242, 242, 0.6);
}

/* Récap */
.notice-recap {
	background: rgba(8, 8, 12, 0.95);
	border-radius: var(--bee-radius-xl);
	padding: 48px 40px;
	margin: 48px 0 0;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.notice-recap h2 {
	font-size: 28px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 12px;
}

.notice-recap h2 span {
	color: var(--notice-green);
}

.notice-recap > p {
	color: rgba(242, 242, 242, 0.7);
	font-size: 16px;
	margin-bottom: 28px;
	line-height: 1.6;
}

.notice-recap__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px;
	margin-bottom: 32px;
}

.notice-recap__item {
	background: rgba(255, 255, 255, 0.04);
	border-radius: var(--bee-radius);
	padding: 20px 16px;
	text-align: center;
}

.notice-recap__num {
	font-size: 24px;
	font-weight: 800;
	color: var(--notice-green);
	display: block;
	margin-bottom: 4px;
}

.notice-recap__item p {
	font-size: 13px;
	color: rgba(242, 242, 242, 0.6);
	margin: 0;
}

.notice-recap__cta {
	display: inline-block;
	background: var(--notice-green);
	color: #000;
	font-weight: 700;
	font-size: 16px;
	padding: 16px 40px;
	border-radius: 100px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.notice-recap__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 32px rgba(46, 213, 115, 0.35);
}

/* Responsive */
@media (max-width: 640px) {
	.notice-nav {
		gap: 6px;
		padding: 12px;
	}
	
	.notice-nav__link {
		font-size: 12px;
		padding: 6px 10px;
	}
	
	.notice-nav__num {
		width: 18px;
		height: 18px;
		font-size: 10px;
	}
	
	.notice-wrapper {
		padding: 0 16px 48px;
	}
	
	.notice-content h2 {
		scroll-margin-top: 100px;
	}
	
	.notice-recap {
		padding: 32px 20px;
	}
	
	.notice-recap__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.notice-content .option-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ==========================================================================
   Notice Hardcoded Template (page-comment-ca-marche.php)
   ========================================================================== */
.okqr-notice-hard {
	--notice-green: #2ed573;
	--notice-green-dark: #1aaa50;
	--notice-green-soft: rgba(46, 213, 115, 0.15);
	--notice-green-mid: rgba(46, 213, 115, 0.25);
}

/* Hero */
.okqr-notice-hard .notice-hero {
	background: linear-gradient(135deg, rgba(8, 8, 12, 0.98) 0%, rgba(20, 20, 30, 0.95) 100%);
	padding: clamp(48px, 8vw, 80px) 24px clamp(40px, 6vw, 72px);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.okqr-notice-hard .notice-hero::before {
	content: '';
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(46, 213, 115, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

.okqr-notice-hard .notice-hero__badge {
	display: inline-block;
	background: var(--notice-green-soft);
	color: var(--notice-green);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 0;
	margin-bottom: 24px;
	border: 1px solid rgba(46, 213, 115, 0.2);
}

.okqr-notice-hard .notice-hero__title {
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 20px;
}

.okqr-notice-hard .notice-hero__title span {
	color: var(--notice-green);
}

.okqr-notice-hard .notice-hero__intro {
	font-size: 18px;
	color: rgba(242, 242, 242, 0.7);
	max-width: 520px;
	margin: 0 auto 36px;
	line-height: 1.6;
}

.okqr-notice-hard .notice-hero__cta {
	display: inline-block;
	background: var(--notice-green);
	color: #000000;
	font-weight: 600;
	font-size: 15px;
	padding: 14px 32px;
	border-radius: 0;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.okqr-notice-hard .notice-hero__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 32px rgba(46, 213, 115, 0.35);
}

@media (max-width: 600px) {
	.okqr-notice-hard .notice-hero__cta {
		text-align: center;
		justify-content: center;
	}
}

/* Sommaire sticky */
.okqr-notice-hard .notice-nav {
	background: rgba(8, 8, 12, 0.95);
	padding: 16px 24px;
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
}

.okqr-notice-hard .notice-nav__link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: rgba(242, 242, 242, 0.7);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.2s;
	white-space: nowrap;
}

.okqr-notice-hard .notice-nav__link:hover {
	border-color: var(--notice-green);
	color: var(--notice-green);
	background: var(--notice-green-soft);
}

.okqr-notice-hard .notice-nav__num {
	width: 22px;
	height: 22px;
	background: var(--notice-green);
	color: #000;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Layout */
.okqr-notice-hard .notice-wrapper {
	max-width: 999px;
	margin: 0 auto;
	padding: 0 24px 64px;
}

/* Étape */
.okqr-notice-hard .notice-step {
	padding: 72px 0 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	scroll-margin-top: 80px;
	border-radius: 0;
}

.okqr-notice-hard .notice-step:last-of-type {
	border-bottom: none;
}

.okqr-notice-hard .notice-step__header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 32px;
}

.okqr-notice-hard .notice-step__num {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	background: #1a1a1a;
	color: var(--notice-green);
	font-size: 22px;
	font-weight: 800;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.okqr-notice-hard .notice-step__title-block h2 {
	font-size: clamp(24px, 3.5vw, 30px);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 6px;
}

.okqr-notice-hard .notice-step__subtitle {
	font-size: 15px;
	color: rgba(242, 242, 242, 0.5);
	margin: 0;
}

.okqr-notice-hard .notice-step__content {
	margin-bottom: 28px;
}

.okqr-notice-hard .notice-step__content h3 {
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.okqr-notice-hard .notice-dot {
	width: 8px;
	height: 8px;
	background: var(--notice-green);
	border-radius: 50%;
	flex-shrink: 0;
}

.okqr-notice-hard .notice-step__optional {
	font-weight: 400;
	color: rgba(242, 242, 242, 0.5);
	font-size: 14px;
}

.okqr-notice-hard .notice-step__content p,
.okqr-notice-hard .notice-step__content li {
	font-size: 15.5px;
	line-height: 1.75;
	color: rgba(242, 242, 242, 0.8);
	margin-bottom: 12px;
}

.okqr-notice-hard .notice-step__content ul {
	list-style: none;
	padding: 0;
	margin: 12px 0;
}

.okqr-notice-hard .notice-step__content ul li {
	padding: 6px 0 6px 28px;
	position: relative;
}

.okqr-notice-hard .notice-step__content ul li::before {
	content: '→';
	position: absolute;
	left: 0;
	color: var(--notice-green);
	font-weight: 700;
}

.okqr-notice-hard .notice-step__content strong {
	color: #ffffff;
	font-weight: 600;
}

.okqr-notice-hard .notice-step__hint {
	margin-top: 10px;
	font-size: 14px;
	color: rgba(242, 242, 242, 0.5);
	font-style: italic;
}

/* Lien de retour vers la page de gestion */
.okqr-notice-hard .notice-back-link {
	text-align: center;
	margin: 32px 0 8px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.okqr-notice-hard .notice-back-link__btn {
	display: inline-block;
	padding: 12px 24px;
	background: transparent;
	color: var(--notice-green);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid var(--notice-green);
	border-radius: 0;
	transition: all 0.2s ease;
}

.okqr-notice-hard .notice-back-link__btn:hover {
	background: var(--notice-green);
	color: #000000;
}

/* Highlight inline */
.okqr-notice-hard .notice-hl {
	background: var(--notice-green-mid);
	color: var(--notice-green);
	padding: 2px 8px;
	border-radius: 0;
	font-weight: 600;
	font-size: 0.95em;
}

/* Emplacement photo */
.okqr-notice-hard .notice-visual-slot {
	background: rgba(255, 255, 255, 0.04);
	border: 2px dashed rgba(255, 255, 255, 0.15);
	border-radius: 0;
	padding: 40px 24px;
	text-align: center;
	margin: 28px 0;
	transition: border-color 0.2s;
}

.okqr-notice-hard .notice-visual-slot:hover {
	border-color: var(--notice-green);
}

.okqr-notice-hard .notice-visual-slot__icon {
	font-size: 32px;
	margin-bottom: 10px;
	opacity: 0.5;
}

.okqr-notice-hard .notice-visual-slot strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: rgba(242, 242, 242, 0.8);
	margin-bottom: 4px;
}

.okqr-notice-hard .notice-visual-slot p {
	font-size: 13px;
	color: rgba(242, 242, 242, 0.5);
	font-style: italic;
	margin: 0;
}

/* Image réelle - sans coins arrondis pour cette page */
.okqr-notice-hard .notice-visual-real {
	margin: 28px 0;
	border-radius: 0;
	overflow: hidden;
}

.okqr-notice-hard .notice-visual-real img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
}

/* Astuce */
.okqr-notice-hard .notice-tip {
	background: var(--notice-green-soft);
	border-left: 4px solid var(--notice-green);
	border-radius: 0;
	padding: 16px 20px;
	margin: 20px 0;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.okqr-notice-hard .notice-tip__icon {
	font-size: 18px;
	flex-shrink: 0;
	margin-top: 1px;
}

.okqr-notice-hard .notice-tip p {
	font-size: 14.5px;
	color: rgba(46, 213, 115, 0.9);
	line-height: 1.6;
	margin: 0;
}

.okqr-notice-hard .notice-tip p strong {
	color: var(--notice-green);
}

/* Avertissement */
.okqr-notice-hard .notice-warn {
	background: rgba(245, 158, 11, 0.1);
	border-left: 4px solid #f59e0b;
	border-radius: 0;
	padding: 16px 20px;
	margin: 20px 0;
}

.okqr-notice-hard .notice-warn p {
	font-size: 14.5px;
	color: #f59e0b;
	line-height: 1.6;
	margin: 0;
}

/* Option cards */
.okqr-notice-hard .notice-option-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 10px;
	margin: 16px 0;
}

.okqr-notice-hard .notice-option-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1.5px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	padding: 14px 16px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(242, 242, 242, 0.9);
	text-align: center;
	transition: all 0.18s;
}

.okqr-notice-hard .notice-option-card:hover,
.okqr-notice-hard .notice-option-card--active {
	border-color: var(--notice-green);
	background: var(--notice-green-soft);
	color: var(--notice-green);
}

.okqr-notice-hard .notice-option-card__icon {
	font-size: 20px;
	margin-bottom: 6px;
	display: block;
}

.okqr-notice-hard .notice-option-card__desc {
	font-size: 12px;
	font-weight: 400;
	color: rgba(242, 242, 242, 0.6);
	margin-top: 3px;
}

/* NFC explainer */
.okqr-notice-hard .notice-nfc-explainer {
	background: rgba(8, 8, 12, 0.9);
	border-radius: 0;
	padding: 32px 28px;
	margin: 24px 0;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.okqr-notice-hard .notice-nfc-explainer::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(46, 213, 115, 0.15) 0%, transparent 70%);
}

.okqr-notice-hard .notice-nfc-explainer h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--notice-green);
	margin-bottom: 12px;
}

.okqr-notice-hard .notice-nfc-explainer p {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(242, 242, 242, 0.8);
	margin-bottom: 16px;
}

.okqr-notice-hard .notice-nfc-explainer__highlight {
	color: var(--notice-green) !important;
	font-weight: 600;
}

.okqr-notice-hard .notice-nfc-steps {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
}

.okqr-notice-hard .notice-nfc-step {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.okqr-notice-hard .notice-nfc-step__num {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background: var(--notice-green);
	color: #000;
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.okqr-notice-hard .notice-nfc-step p {
	font-size: 14.5px;
	color: rgba(242, 242, 242, 0.85);
	margin: 0;
	padding-top: 3px;
	line-height: 1.6;
}

.okqr-notice-hard .notice-nfc-step p strong {
	color: var(--notice-green);
}

/* Badge gratuit */
.okqr-notice-hard .notice-badge-free {
	font-size: 14px;
	background: var(--notice-green);
	color: #000;
	padding: 2px 10px;
	border-radius: 0;
	font-weight: 700;
	vertical-align: middle;
	margin-left: 8px;
}

/* Video slot */
.okqr-notice-hard .notice-video-slot {
	background: rgba(8, 8, 12, 0.9);
	border-radius: 0;
	padding: 48px 32px;
	text-align: center;
	margin: 48px 0;
	border: 2px dashed rgba(255, 255, 255, 0.1);
}

.okqr-notice-hard .notice-video-slot__play {
	width: 64px;
	height: 64px;
	background: rgba(46, 213, 115, 0.15);
	border: 2px solid var(--notice-green);
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 22px;
}

.okqr-notice-hard .notice-video-slot h3 {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 8px;
}

.okqr-notice-hard .notice-video-slot p {
	font-size: 14px;
	color: rgba(242, 242, 242, 0.6);
	margin: 0;
}

/* Récap final */
.okqr-notice-hard .notice-recap {
	background: rgba(8, 8, 12, 0.95);
	border-radius: 0;
	padding: 48px 40px;
	margin: 48px 0 0;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.okqr-notice-hard .notice-recap h2 {
	font-size: 28px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 12px;
}

.okqr-notice-hard .notice-recap h2 span {
	color: var(--notice-green);
}

.okqr-notice-hard .notice-recap > p {
	color: rgba(242, 242, 242, 0.7);
	font-size: 16px;
	margin-bottom: 28px;
	line-height: 1.6;
}

.okqr-notice-hard .notice-recap__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
	margin-bottom: 32px;
}

.okqr-notice-hard .notice-recap__item {
	background: rgba(255, 255, 255, 0.04);
	border-radius: 0;
	padding: 20px 16px;
	text-align: center;
}

.okqr-notice-hard .notice-recap__num {
	font-size: 28px;
	font-weight: 800;
	color: var(--notice-green);
	display: block;
	margin-bottom: 4px;
}

.okqr-notice-hard .notice-recap__item p {
	font-size: 13px;
	color: rgba(242, 242, 242, 0.6);
	margin: 0;
}

.okqr-notice-hard .notice-recap__cta {
	display: inline-block;
	background: var(--notice-green);
	color: #000;
	font-weight: 700;
	font-size: 16px;
	padding: 16px 40px;
	border-radius: 0;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
}

.okqr-notice-hard .notice-recap__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 32px rgba(46, 213, 115, 0.35);
}

/* Responsive */
@media (max-width: 640px) {
	.okqr-notice-hard .notice-nav {
		gap: 6px;
		padding: 12px;
	}
	
	.okqr-notice-hard .notice-nav__link {
		font-size: 12px;
		padding: 6px 12px;
	}
	
	.okqr-notice-hard .notice-nav__num {
		width: 18px;
		height: 18px;
		font-size: 10px;
	}
	
	.okqr-notice-hard .notice-wrapper {
		padding: 0 16px 48px;
	}
	
	.okqr-notice-hard .notice-step {
		padding: 48px 0 32px;
		scroll-margin-top: 100px;
	}
	
	.okqr-notice-hard .notice-step__header {
		gap: 14px;
	}
	
	.okqr-notice-hard .notice-step__num {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}
	
	.okqr-notice-hard .notice-option-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.okqr-notice-hard .notice-nfc-explainer {
		padding: 24px 20px;
	}
	
	.okqr-notice-hard .notice-recap {
		padding: 32px 20px;
	}
	
	.okqr-notice-hard .notice-recap__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
