/*
Theme Name: Beemailing
Theme URI: https://example.com/beemailing
Author: BeeClickable / BeeQR
Author URI: https://example.com
Description: Thème BeeQR - 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: beeClickable
*/

@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:slnt,wght@0,400&display=swap');

: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;
}

.beemailing-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;
}

.beemailing-landing__container {
	width: min(1190px, 100%);
}

.beemailing-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;
}

.beemailing-page__container {
	width: min(920px, 100%);
}

.beemailing-page__header {
	margin-bottom: 20px;
}

.beemailing-page__title {
	margin: 0;
	font-size: clamp(28px, 3vw, 40px);
}

.beemailing-page__content {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(242, 242, 242, 0.85);
}

.beemailing-page__content h2,
.beemailing-page__content h3 {
	color: #f2f2f2;
	margin-top: 32px;
}

.beemailing-page__content a {
	color: #25d366;
}

.beemailing-section-logo {
	display: flex;
	justify-content: center;
	margin: 18px 0 28px;
}

.beemailing-section-logo img {
	display: block;
	height: auto;
}

.beemailing-breadcrumb {
	margin-bottom: clamp(18px, 3vw, 32px);
	font-size: 14px;
	color: rgba(242, 242, 242, 0.72);
}

.beemailing-breadcrumb ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.beemailing-breadcrumb li + li::before {
	content: '›';
	margin-right: 8px;
	color: rgba(242, 242, 242, 0.45);
}

.beemailing-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.beemailing-breadcrumb a:hover,
.beemailing-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);
}

.qr-hero--single {
	grid-template-columns: minmax(0, 1fr);
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.qr-hero__content {
	align-self: center;
}

.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;
}

@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);
}

.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 .beemailing-brand__bee,
.qr-hero__trust .beemailing-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: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 14px;
	align-items: center;
}

.qr-manager__logout {
	justify-self: end;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(242, 242, 242, 0.8);
	padding: 10px 14px;
	border-radius: 12px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.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);
}

.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-main strong {
	font-size: 15px;
}

.qr-manager__item-main span {
	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__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;
}

.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);
}

.beemailing-landing__brand {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.beemailing-landing__title {
	margin: 0;
	font-size: clamp(28px, 4vw, 44px);
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.beemailing-landing__subtitle {
	margin: 10px 0 0;
	max-width: 60ch;
	color: rgba(242, 242, 242, 0.78);
	font-size: 16px;
	line-height: 1.55;
}

.beemailing-landing__legal {
	margin-top: clamp(24px, 4vw, 40px);
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 14px;
}

.beemailing-landing__legal-link {
	color: rgba(242, 242, 242, 0.8);
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}

.beemailing-landing__legal-sep {
	color: rgba(242, 242, 242, 0.45);
	font-size: 12px;
	line-height: 1;
}

.beemailing-landing__legal-link:hover,
.beemailing-landing__legal-link:focus-visible {
	color: #ffffff;
}

.beemailing-landing__copyright {
	margin-top: clamp(28px, 4vw, 48px);
	text-align: center;
}

.beemailing-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;
}

.beemailing-landing__copyright-link .beemailing-brand__bee,
.beemailing-landing__copyright-link .beemailing-brand__clickable {
	font-weight: 400;
}

.beemailing-landing__copyright-link:hover,
.beemailing-landing__copyright-link:focus-visible {
	color: #ffffff;
}

.beemailing-landing__copyright-year {
	color: rgba(242, 242, 242, 0.65);
}

.beemailing-landing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.beemailing-card,
.beemailing-book__card {
	border-radius: 16px;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}


.beemailing-card {
	background: rgba(37, 211, 102, 0.08);
	border: 1px solid rgba(37, 211, 102, 0.22);
	padding: 18px 18px 16px;
	position: relative;
}

.beemailing-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);
}

.beemailing-card:hover {
	transform: translateY(-2px);
	background: rgba(37, 211, 102, 0.12);
	border-color: rgba(37, 211, 102, 0.36);
}

.beemailing-card:focus-visible {
	outline: 3px solid var(--bee-gold);
	outline-offset: 3px;
}

.beemailing-card__label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 750;
	font-size: 18px;
	letter-spacing: 0.01em;
	margin: 0 0 8px;
}

.beemailing-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;
}

.beemailing-card__desc {
	margin: 0;
	color: rgba(242, 242, 242, 0.78);
	line-height: 1.55;
}

.beemailing-landing__footer {
	margin-top: 18px;
	color: rgba(242, 242, 242, 0.6);
	font-size: 13px;
}

.beemailing-book {
	margin-top: 22px;
}

.beemailing-book__title {
	margin: 20px 0 12px;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: rgba(242, 242, 242, 0.92);
}

.beemailing-brand {
	white-space: nowrap;
}

.beemailing-brand__bee {
	color: #FBBF24;
	font-weight: 800;
}

.beemailing-brand__clickable {
	color: rgba(242, 242, 242, 0.98);
	font-weight: 800;
}

.beemailing-book__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}


.beemailing-book__card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 12px;
}

.beemailing-book__card:hover {
	transform: translateY(-2px);
	border-color: rgba(37, 211, 102, 0.32);
	background: rgba(37, 211, 102, 0.06);
}

.beemailing-book__card:focus-visible {
	outline: 3px solid #25D366;
	outline-offset: 3px;
}

.beemailing-book__thumb {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	aspect-ratio: 16 / 10;
	margin-bottom: 10px;
}

.beemailing-book__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.beemailing-book__fallback {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(37, 211, 102, 0.18), rgba(255, 255, 255, 0.02));
}

.beemailing-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);
}

.beemailing-book__name {
	margin: 0 0 6px;
	font-size: 15px;
	letter-spacing: -0.01em;
}

.beemailing-book__meta {
	margin: 0;
	font-size: 13px;
	color: rgba(242, 242, 242, 0.65);
}

.beemailing-book__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.beemailing-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__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;
	}

	.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, minmax(140px, 1fr));
	}

	.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;
	}

	.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) {
	.beemailing-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) {
	.beemailing-landing__grid {
		grid-template-columns: 1fr;
	}

	.beemailing-landing__brand {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 980px) {
	.beemailing-book__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.beemailing-book__grid {
		grid-template-columns: 1fr;
	}
}
