/* ========================================================================== Main Homepage (Home), v1.8.2 upgrades Transparency redesign, blog editorial layout, product cards, spacing ========================================================================== */ /* Homepage product cards — edge-to-edge image, no padding */
.home-page .product-card:hover .product-card__image {
	transform: none !important;
}
@media (max-width: 639px) {
	} /* ── Transparency, premium reference layout ── */
.qr-premium { position: relative; overflow: hidden; background: #ffffff; padding-top: clamp(72px, 9vw, 110px) !important; padding-bottom: clamp(72px, 9vw, 110px) !important;
} .qr-premium__bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden;
} .qr-premium__hex { position: absolute; inset: -20% -10%; opacity: 0.55; background-image: linear-gradient(30deg, rgba(0, 33, 55, 0.04) 12%, transparent 12.5%, transparent 87%, rgba(0, 33, 55, 0.04) 87.5%, rgba(0, 33, 55, 0.04)), linear-gradient(150deg, rgba(0, 33, 55, 0.04) 12%, transparent 12.5%, transparent 87%, rgba(0, 33, 55, 0.04) 87.5%, rgba(0, 33, 55, 0.04)), linear-gradient(90deg, rgba(0, 163, 196, 0.06) 1px, transparent 1px), linear-gradient(rgba(0, 163, 196, 0.06) 1px, transparent 1px); background-size: 44px 76px, 44px 76px, 22px 38px, 22px 38px; animation: qr-hex-drift 28s linear infinite;
} .qr-premium__glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.45;
} .qr-premium__glow--a { width: 420px; height: 420px; top: 10%; left: -8%; background: rgba(0, 163, 196, 0.12); animation: qr-glow-pulse 8s ease-in-out infinite;
} .qr-premium__glow--b { width: 360px; height: 360px; bottom: 5%; right: -5%; background: rgba(0, 163, 196, 0.08); animation: qr-glow-pulse 8s ease-in-out infinite reverse;
} .qr-premium .container { position: relative; z-index: 1;
} .qr-premium__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 4vw, 48px); align-items: center;
} .qr-premium__copy { max-width: 520px;
} .qr-premium__copy[data-qr-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
} .qr-premium__copy.is-visible { opacity: 1; transform: translateY(0);
} .qr-premium__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
} .qr-premium__eyebrow-line { display: block; width: 0; height: 2px; background: linear-gradient(90deg, var(--fp-teal-500, #00a3c4), rgba(0, 163, 196, 0.35)); border-radius: 2px; transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
} .qr-premium__copy.is-visible .qr-premium__eyebrow-line { width: 42px;
} .qr-premium__eyebrow-text { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fp-teal-500, #00a3c4);
} .qr-premium__eyebrow-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(145deg, rgba(0, 163, 196, 0.14), rgba(0, 163, 196, 0.06)); border: 1px solid rgba(0, 163, 196, 0.22); color: var(--fp-teal-500, #00a3c4); box-shadow: 0 4px 14px rgba(0, 163, 196, 0.12);
} .qr-premium__title { font-size: 30px !important; font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; color: var(--fp-navy-900, #002137); margin: 0 0 20px;
} .qr-premium__text { font-size: clamp(1rem, 1.5vw, 1.125rem); line-height: 1.75; color: rgba(0, 33, 55, 0.68); margin: 0 0 32px; max-width: 46ch;
} .qr-premium__text strong { color: var(--fp-navy-900, #002137); font-weight: 700;
} .qr-premium__cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: min(100%, 280px); padding: 16px 28px; border-radius: 999px; font-size: 1rem; font-weight: 700; color: #ffffff; text-decoration: none; background: linear-gradient(135deg, #00a3c4 0%, #00c4dc 48%, #00b8d4 100%); box-shadow: 0 14px 36px rgba(0, 163, 196, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.25) inset; transition: transform 0.35s ease, box-shadow 0.35s ease; position: relative; overflow: hidden;
} .qr-premium__cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.22) 50%, transparent 60%); transform: translateX(-120%); transition: transform 0.6s ease;
} .qr-premium__cta:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(0, 163, 196, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
} .qr-premium__cta:hover::before { transform: translateX(120%);
} .qr-premium__cta-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 6px; background: rgba(255, 255, 255, 0.18);
} .qr-premium__visual { position: relative; min-height: clamp(280px, 38vw, 440px); display: flex; align-items: center; justify-content: center;
} .qr-premium__visual[data-qr-reveal] { opacity: 0; transform: translateX(32px) scale(0.96); transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
} .qr-premium__visual.is-visible { opacity: 1; transform: translateX(0) scale(1);
} .qr-premium__connector { position: absolute; left: -8%; top: 52%; width: clamp(72px, 10vw, 110px); height: auto; color: rgba(0, 33, 55, 0.22); z-index: 2; pointer-events: none;
} .qr-premium__connector-path { stroke-dasharray: 120; stroke-dashoffset: 120; transition: stroke-dashoffset 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
} .qr-premium__visual.is-visible .qr-premium__connector-path { stroke-dashoffset: 0;
} .qr-premium__connector-arrow { opacity: 0; transform: translateX(-6px); transition: opacity 0.4s ease 1.6s, transform 0.4s ease 1.6s;
} .qr-premium__visual.is-visible .qr-premium__connector-arrow { opacity: 1; transform: translateX(0);
} .qr-premium__visual-stage { position: relative; width: min(100%, 620px); margin: 0 auto; padding: clamp(8px, 1.5vw, 14px);
} .qr-premium__orbit { position: absolute; inset: -6%; border-radius: 50%; border: 1px dashed rgba(0, 163, 196, 0.22); animation: qr-orbit-spin 24s linear infinite;
} .qr-premium__orbit::before { content: ''; position: absolute; inset: 12%; border-radius: 50%; border: 1px solid rgba(0, 163, 196, 0.1);
} .qr-premium__pulse { position: absolute; inset: 8%; border-radius: 24px; background: radial-gradient(ellipse at center, rgba(0, 163, 196, 0.14), transparent 68%); animation: qr-visual-pulse 4s ease-in-out infinite;
} .qr-premium__img { position: relative; z-index: 2; display: block; width: 100%; height: auto; border-radius: clamp(14px, 2vw, 20px); filter: drop-shadow(0 28px 56px rgba(0, 33, 55, 0.16)) drop-shadow(0 8px 24px rgba(0, 163, 196, 0.12)); animation: qr-img-float 6s ease-in-out infinite; will-change: transform;
} @keyframes qr-hex-drift { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(22px, 38px, 0); }
} @keyframes qr-glow-pulse { 0%, 100% { opacity: 0.35; transform: scale(1); } 50% { opacity: 0.55; transform: scale(1.06); }
} @keyframes qr-orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); }
} @keyframes qr-visual-pulse { 0%, 100% { opacity: 0.55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.03); }
} @keyframes qr-img-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); }
} @media (max-width: 1023px) { .qr-premium__grid { grid-template-columns: 1fr; } .qr-premium__visual { min-height: 260px; order: -1; } .qr-premium__connector { display: none; } } @media (prefers-reduced-motion: reduce) { .qr-premium__hex, .qr-premium__orbit, .qr-premium__img, .qr-premium__pulse { animation: none; }
}

/* Live patch v1.8.7 */

/* ==========================================================================
   Live patch v1.8.7 — Main home hero typewriter + Home-2 scan/blog
   ========================================================================== */

.hero__typewriter {
	color: var(--fp-teal-400, #2dd4bf) !important;
	min-width: 0.5ch;
}

.hero__title-line--typed {
	color: #ffffff;
}

/* Show transparency section even before JS */
.qr-premium [data-qr-reveal],
.qr-premium [data-qr-reveal].is-visible {
	opacity: 1 !important;
	transform: none !important;
}

/* Home-2 Transparency redesign */
.hv2-scan {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	padding: clamp(72px, 9vw, 110px) 0;
}

.hv2-scan__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.hv2-scan__hex {
	position: absolute;
	inset: -20% -10%;
	opacity: 0.5;
	background-image:
		linear-gradient(30deg, rgba(8, 47, 99, 0.04) 12%, transparent 12.5%, transparent 87%, rgba(8, 47, 99, 0.04) 87.5%),
		linear-gradient(90deg, rgba(79, 209, 197, 0.07) 1px, transparent 1px),
		linear-gradient(rgba(79, 209, 197, 0.07) 1px, transparent 1px);
	background-size: 44px 76px, 22px 38px, 22px 38px;
}

.hv2-scan__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.4;
}

.hv2-scan__glow--a {
	width: 380px;
	height: 380px;
	top: 8%;
	left: -6%;
	background: rgba(79, 209, 197, 0.14);
}

.hv2-scan__glow--b {
	width: 320px;
	height: 320px;
	bottom: 0;
	right: -4%;
	background: rgba(8, 47, 99, 0.08);
}

.hv2-scan .container {
	position: relative;
	z-index: 1;
}

.hv2-scan__eyebrow {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hv2-teal, #4fd1c5);
	margin: 0 0 14px;
}

.hv2-scan__lead {
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--hv2-text-muted, #5a7494);
	margin: 0 0 24px;
	max-width: 52ch;
}

.hv2-scan__visual-stage {
	position: relative;
	width: min(100%, 580px);
	margin: 0 auto;
	padding: 10px;
}

.hv2-scan__orbit {
	position: absolute;
	inset: -5%;
	border-radius: 50%;
	border: 1px dashed rgba(79, 209, 197, 0.28);
	animation: hv2-orbit-spin 24s linear infinite;
}

.hv2-scan__pulse {
	position: absolute;
	inset: 6%;
	border-radius: 20px;
	background: radial-gradient(ellipse at center, rgba(79, 209, 197, 0.16), transparent 70%);
	animation: hv2-scan-pulse 4s ease-in-out infinite;
}

.hv2-scan__hero-img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 24px 56px rgba(8, 47, 99, 0.14);
	animation: hv2-img-float 6s ease-in-out infinite;
}

@keyframes hv2-orbit-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes hv2-scan-pulse {
	0%, 100% { opacity: 0.55; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.03); }
}

@keyframes hv2-img-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

[data-hv2-reveal].is-visible,
.hv2-scan [data-hv2-reveal] {
	opacity: 1 !important;
	transform: none !important;
}

/* Home-2 Blog horizontal carousel */
.hv2-blog {
	background: linear-gradient(180deg, #f8fbfe 0%, #eef4f8 100%);
	padding: clamp(72px, 9vw, 110px) 0;
}

.hv2-blog__eyebrow {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hv2-teal, #4fd1c5);
	margin: 0 0 10px;
}

.hv2-blog__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
}

.hv2-blog__carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.hv2-blog__track {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 8px 4px 16px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	flex: 1;
	min-width: 0;
}

.hv2-blog__track::-webkit-scrollbar {
	display: none;
}

.hv2-blog__nav {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cbd5e1;
	border-radius: 50%;
	background: #fff;
	color: var(--hv2-navy, #082f63);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.hv2-blog__nav:hover {
	background: var(--hv2-teal, #4fd1c5);
	color: #fff;
	border-color: var(--hv2-teal, #4fd1c5);
}

.hv2-blog-card {
	flex: 0 0 min(340px, 82vw);
	scroll-snap-align: start;
}

.hv2-blog-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(8, 47, 99, 0.1);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 32px rgba(8, 47, 99, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hv2-blog-card__link:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 44px rgba(8, 47, 99, 0.14);
}

.hv2-blog-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, #e8f4f8, #d4e8f0);
}

.hv2-blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.hv2-blog-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #d4e8f0, #b8dce8);
}

.hv2-blog-card__cat {
	position: absolute;
	bottom: 12px;
	left: 14px;
	z-index: 2;
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	background: rgba(79, 209, 197, 0.92);
	padding: 5px 10px;
	border-radius: 4px;
}

.hv2-blog-card__link:hover .hv2-blog-card__media img {
	transform: scale(1.05);
}

.hv2-blog-card__body {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.hv2-blog-card__date {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--hv2-teal, #4fd1c5);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hv2-blog-card__title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--hv2-navy, #082f63);
	line-height: 1.35;
}

.hv2-blog-card__excerpt {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--hv2-text-muted, #5a7494);
}

.hv2-blog-card__read {
	margin-top: auto;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--hv2-teal, #4fd1c5);
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* Single blog post */
.content-page--single {
	padding: clamp(48px, 8vw, 88px) 0;
	background: linear-gradient(180deg, #f8fbfe 0%, #fff 100%);
}

.single-post__hero {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 28px;
	box-shadow: 0 20px 50px rgba(0, 33, 55, 0.12);
}

.single-post__hero img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
}

.single-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--fp-teal-500, #00a3c4);
	margin-bottom: 16px;
}

.single-post__title {
	font-size: clamp(1.875rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--fp-navy-900, #002137);
	margin: 0 0 28px;
}

.single-post__content {
	font-size: 1.0625rem;
	line-height: 1.8;
	color: rgba(0, 33, 55, 0.82);
}

.single-post__content h2,
.single-post__content h3 {
	color: var(--fp-navy-900, #002137);
	margin: 2em 0 0.75em;
}

.single-post__content p {
	margin: 0 0 1.25em;
}

.single-post__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
	font-weight: 700;
	color: var(--fp-teal-500, #00a3c4);
	text-decoration: none;
}

.single-post__back:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.hv2-blog__nav {
		display: none;
	}
}

@media (min-width: 900px) {
	.hv2-scan__grid {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
}
