/*
Theme Name: Fast Unlocking Pro
Theme URI: https://fastunlocking.com/
Author: Fast Unlocking Ltd.
Author URI: https://fastunlocking.com/
Description: A fast, professional, page-builder-free WordPress theme built for Fast Unlocking Ltd. Light layout with high-impact dark hero and product bands, ready-made templates for Home, About, Codes & Tools, Products and Contact, WooCommerce support, built-in trust sections and a full colour system — every colour on every page is editable in the Customizer.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fast-unlocking-pro
Tags: business, technology, custom-menu, custom-logo, custom-colors, featured-images, e-commerce, translation-ready, block-styles, wide-blocks
*/

/* ==========================================================================
   1. Design tokens
   --------------------------------------------------------------------------
   Every colour below is overridable from
   Appearance → Customize → Fast Unlocking Colours.
   The values here are the defaults / fallbacks.
   ========================================================================== */

:root {
	/* --- Brand & accents --- */
	--fu-brand: #1e6bff;
	--fu-brand-rgb: 30, 107, 255;
	--fu-brand-dark: #0f4fd8;
	--fu-brand-2: #3f86ff;
	--fu-accent: #22d3ee;
	--fu-accent-rgb: 34, 211, 238;
	--fu-success: #10b981;
	--fu-success-rgb: 16, 185, 129;

	/* --- Light areas: text & surfaces --- */
	--fu-heading: #0a1120;
	--fu-text: #16233a;
	--fu-muted: #5a6b85;
	--fu-bg: #ffffff;
	--fu-bg-soft: #f5f8fc;
	--fu-card-bg: #ffffff;
	--fu-line: #e2e8f2;

	/* --- Dark areas --- */
	--fu-ink: #0a1120;
	--fu-dark-text: #cfdcf0;
	--fu-dark-muted: #9fb0cb;
	--fu-dropdown-bg: #0f1a2e;
	--fu-on-dark: #ffffff;
	--fu-on-dark-rgb: 255, 255, 255;
	--fu-line-dark: rgba(var(--fu-on-dark-rgb), .12);

	/* --- Top bar --- */
	--fu-topbar-bg: #060c17;
	--fu-topbar-text: #93a6c4;
	--fu-topbar-link: #cfdcf0;
	--fu-topbar-badge: #8ef0c5;

	/* --- Header --- */
	--fu-header-bg: #0a1120;
	--fu-header-bg-rgb: 10, 17, 32;
	--fu-header-link: #cfdcf0;
	--fu-header-link-hover: #ffffff;
	--fu-brand-name: #ffffff;
	--fu-brand-tag: #7f93b3;

	/* --- Hero --- */
	--fu-hero-bg1: #0a1120;
	--fu-hero-bg2: #0d1729;
	--fu-hero-glow1: #22d3ee;
	--fu-hero-glow1-rgb: 34, 211, 238;
	--fu-hero-glow2: #1e6bff;
	--fu-hero-glow2-rgb: 30, 107, 255;
	--fu-hero-title: #ffffff;
	--fu-hero-hl1: #4d93ff;
	--fu-hero-hl2: #22d3ee;
	--fu-hero-text: #a9bcd8;

	/* --- CTA band --- */
	--fu-cta1: #0b1a3c;
	--fu-cta2: #123168;
	--fu-cta3: #0a1120;
	--fu-cta-text: #b6c8e2;
	--fu-cta-glow: #22d3ee;
	--fu-cta-glow-rgb: 34, 211, 238;

	/* --- Footer --- */
	--fu-footer-bg: #070d1a;
	--fu-footer-text: #93a6c4;
	--fu-footer-heading: #ffffff;
	--fu-footer-link: #b7c6de;
	--fu-footer-link-hover: #ffffff;

	/* --- Buttons, stats & floating actions --- */
	--fu-btn-text: #ffffff;
	--fu-stat1: #1e6bff;
	--fu-stat2: #0ea5c6;
	--fu-whatsapp: #25d366;
	--fu-whatsapp-rgb: 37, 211, 102;
	--fu-totop-bg: #0a1120;

	/* --- Shape & motion (not colour) --- */
	--fu-radius: 14px;
	--fu-radius-lg: 22px;
	--fu-radius-pill: 999px;

	--fu-shadow-sm: 0 1px 2px rgba(10, 17, 32, .06), 0 2px 8px rgba(10, 17, 32, .04);
	--fu-shadow: 0 4px 12px rgba(10, 17, 32, .06), 0 18px 40px -18px rgba(10, 17, 32, .22);
	--fu-shadow-lg: 0 30px 70px -30px rgba(10, 17, 32, .45);

	--fu-container: 1200px;
	--fu-gutter: 24px;
	--fu-header-h: 76px;

	--fu-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	--fu-font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;

	--fu-ease: cubic-bezier(.22, .61, .36, 1);
}

/* ==========================================================================
   2. Reset & base
   ========================================================================== */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--fu-font);
	font-size: 17px;
	line-height: 1.65;
	color: var(--fu-text);
	background: var(--fu-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }

a { color: var(--fu-brand); text-decoration: none; transition: color .2s var(--fu-ease); }
a:hover { color: var(--fu-brand-dark); }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .6em;
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--fu-heading);
}

h1 { font-size: clamp(2.1rem, 1.35rem + 2.6vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 1.05rem + .7vw, 1.6rem); }
h4 { font-size: 1.15rem; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

ul, ol { padding-left: 1.25em; }

blockquote {
	margin: 1.6em 0;
	padding: 1em 1.4em;
	border-left: 4px solid var(--fu-brand);
	background: var(--fu-bg-soft);
	border-radius: 0 var(--fu-radius) var(--fu-radius) 0;
	font-size: 1.05em;
}

code, pre, kbd {
	font-family: var(--fu-font-mono);
	font-size: .92em;
}

code { background: var(--fu-bg-soft); padding: .15em .4em; border-radius: 6px; }

pre {
	background: var(--fu-ink);
	color: var(--fu-dark-text);
	padding: 1.1em 1.3em;
	border-radius: var(--fu-radius);
	overflow-x: auto;
}

hr { border: 0; height: 1px; background: var(--fu-line); margin: 2.5rem 0; }

table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }
th, td { padding: .7em .9em; border-bottom: 1px solid var(--fu-line); text-align: left; }
th { font-weight: 700; color: var(--fu-heading); }

::selection { background: rgba(var(--fu-brand-rgb), .18); }

/* Accessibility helpers */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px; width: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999999;
	background: var(--fu-card-bg);
	color: var(--fu-heading);
	padding: 12px 20px;
	border-radius: 0 0 var(--fu-radius) 0;
	font-weight: 700;
}
.skip-link:focus { left: 0; }

:focus-visible {
	outline: 3px solid var(--fu-brand);
	outline-offset: 2px;
	border-radius: 4px;
}

/* ==========================================================================
   3. Layout primitives
   ========================================================================== */

.fu-container {
	width: 100%;
	max-width: var(--fu-container);
	margin: 0 auto;
	padding: 0 var(--fu-gutter);
}

.fu-container--narrow { max-width: 840px; }

.fu-section { padding: clamp(56px, 6vw, 104px) 0; position: relative; }
.fu-section--tight { padding: clamp(40px, 4vw, 68px) 0; }
.fu-section--soft { background: var(--fu-bg-soft); }

.fu-section--dark {
	background: var(--fu-ink);
	color: var(--fu-dark-text);
}
.fu-section--dark h1,
.fu-section--dark h2,
.fu-section--dark h3,
.fu-section--dark h4 { color: var(--fu-on-dark); }

.fu-grid { display: grid; gap: 26px; }
.fu-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fu-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fu-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 980px) {
	.fu-grid--3, .fu-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.fu-grid--2, .fu-grid--3, .fu-grid--4 { grid-template-columns: minmax(0, 1fr); }
}

/* Section headers */
.fu-section-head {
	max-width: 720px;
	margin: 0 auto clamp(32px, 4vw, 54px);
	text-align: center;
}
.fu-section-head p { color: var(--fu-muted); font-size: 1.06rem; }
.fu-section--dark .fu-section-head p { color: var(--fu-dark-muted); }
.fu-section-head--left { margin-left: 0; text-align: left; }

.fu-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--fu-brand);
	margin-bottom: 14px;
}
.fu-eyebrow::before {
	content: "";
	width: 26px; height: 2px;
	background: linear-gradient(90deg, var(--fu-brand), var(--fu-accent));
	border-radius: 2px;
}
.fu-section--dark .fu-eyebrow { color: var(--fu-accent); }

/* ==========================================================================
   4. Buttons
   ========================================================================== */

.fu-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 26px;
	border: 1px solid transparent;
	border-radius: var(--fu-radius-pill);
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	text-align: center;
	transition: transform .18s var(--fu-ease), box-shadow .18s var(--fu-ease), background .18s var(--fu-ease), color .18s var(--fu-ease), border-color .18s var(--fu-ease);
}
.fu-btn:hover { transform: translateY(-2px); }
.fu-btn:active { transform: translateY(0); }

.fu-btn--primary {
	background: linear-gradient(135deg, var(--fu-brand), var(--fu-brand-2));
	color: var(--fu-btn-text);
	box-shadow: 0 10px 26px -10px rgba(var(--fu-brand-rgb), .85);
}
.fu-btn--primary:hover { color: var(--fu-btn-text); box-shadow: 0 16px 34px -12px rgba(var(--fu-brand-rgb), .95); }

.fu-btn--ghost {
	background: transparent;
	color: var(--fu-heading);
	border-color: var(--fu-line);
}
.fu-btn--ghost:hover { border-color: var(--fu-brand); color: var(--fu-brand); }

.fu-btn--light {
	background: rgba(var(--fu-on-dark-rgb), .08);
	color: var(--fu-on-dark);
	border-color: rgba(var(--fu-on-dark-rgb), .22);
	backdrop-filter: blur(6px);
}
.fu-btn--light:hover { background: rgba(var(--fu-on-dark-rgb), .16); color: var(--fu-on-dark); }

.fu-btn--sm { padding: 10px 18px; font-size: .88rem; }
.fu-btn--block { width: 100%; }

/* ==========================================================================
   5. Header
   ========================================================================== */

.fu-topbar {
	background: var(--fu-topbar-bg);
	color: var(--fu-topbar-text);
	font-size: .85rem;
	border-bottom: 1px solid rgba(var(--fu-on-dark-rgb), .07);
}
.fu-topbar .fu-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 42px;
	flex-wrap: wrap;
}
.fu-topbar a { color: var(--fu-topbar-link); }
.fu-topbar a:hover { color: var(--fu-on-dark); }
.fu-topbar-list { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.fu-topbar-list span { display: inline-flex; align-items: center; gap: 7px; }
.fu-topbar-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--fu-topbar-badge);
	font-weight: 600;
}
.fu-topbar-badge i {
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--fu-success);
	box-shadow: 0 0 0 3px rgba(var(--fu-success-rgb), .22);
}

@media (max-width: 780px) {
	.fu-topbar { display: none; }
}

.fu-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: rgba(var(--fu-header-bg-rgb), .92);
	backdrop-filter: saturate(160%) blur(12px);
	border-bottom: 1px solid rgba(var(--fu-on-dark-rgb), .08);
	transition: box-shadow .25s var(--fu-ease), background .25s var(--fu-ease);
}
.fu-header.is-stuck { box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .9); }

.fu-header__inner {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: var(--fu-header-h);
}

.fu-brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.fu-brand img { max-height: 46px; width: auto; }
.fu-brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.fu-brand__name { font-weight: 800; font-size: 1.12rem; color: var(--fu-brand-name); letter-spacing: -.01em; }
.fu-brand__tag { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--fu-brand-tag); }
.fu-brand a { color: inherit; }

.fu-nav { margin-left: auto; }
.fu-nav ul {
	list-style: none;
	margin: 0; padding: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}
.fu-nav li { position: relative; }
.fu-nav a {
	display: block;
	padding: 10px 14px;
	color: var(--fu-header-link);
	font-size: .95rem;
	font-weight: 600;
	border-radius: 10px;
	white-space: nowrap;
}
.fu-nav a:hover,
.fu-nav .current-menu-item > a,
.fu-nav .current_page_item > a,
.fu-nav .current-menu-ancestor > a {
	color: var(--fu-header-link-hover);
	background: rgba(var(--fu-on-dark-rgb), .08);
}

/* Dropdowns */
.fu-nav ul ul {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 220px;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	background: var(--fu-dropdown-bg);
	border: 1px solid rgba(var(--fu-on-dark-rgb), .1);
	border-radius: var(--fu-radius);
	padding: 8px;
	box-shadow: var(--fu-shadow-lg);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: all .2s var(--fu-ease);
}
.fu-nav li:hover > ul,
.fu-nav li:focus-within > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.fu-nav ul ul ul { top: -8px; left: 100%; }

.fu-header__actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }

/* The in-menu CTA is a mobile-only duplicate of the header button. */
@media (min-width: 1081px) {
	.fu-nav .fu-nav__cta { display: none; }
}

.fu-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px; height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(var(--fu-on-dark-rgb), .18);
	color: var(--fu-header-link);
}
.fu-cart-link:hover { color: var(--fu-header-link-hover); border-color: var(--fu-brand); }
.fu-cart-link span {
	position: absolute;
	top: -4px; right: -4px;
	min-width: 19px; height: 19px;
	border-radius: 999px;
	background: var(--fu-brand);
	color: var(--fu-btn-text);
	font-size: .7rem;
	font-weight: 700;
	display: flex; align-items: center; justify-content: center;
	padding: 0 5px;
}

.fu-burger {
	display: none;
	width: 44px; height: 44px;
	align-items: center; justify-content: center;
	background: transparent;
	border: 1px solid rgba(var(--fu-on-dark-rgb), .18);
	border-radius: 12px;
	cursor: pointer;
}
.fu-burger span {
	display: block;
	position: relative;
	width: 20px; height: 2px;
	background: var(--fu-header-link-hover);
	border-radius: 2px;
	transition: background .2s var(--fu-ease);
}
.fu-burger span::before,
.fu-burger span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 20px; height: 2px;
	background: var(--fu-header-link-hover);
	border-radius: 2px;
	transition: transform .25s var(--fu-ease);
}
.fu-burger span::before { top: -6px; }
.fu-burger span::after { top: 6px; }
.fu-burger[aria-expanded="true"] span { background: transparent; }
.fu-burger[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.fu-burger[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1080px) {
	.fu-burger { display: inline-flex; }
	.fu-header__actions .fu-btn { display: none; }
	.fu-nav {
		position: fixed;
		inset: calc(var(--fu-header-h)) 0 auto 0;
		background: var(--fu-header-bg);
		border-bottom: 1px solid rgba(var(--fu-on-dark-rgb), .1);
		max-height: 0;
		overflow: hidden;
		transition: max-height .35s var(--fu-ease);
	}
	.fu-nav.is-open { max-height: calc(100vh - var(--fu-header-h)); overflow-y: auto; }
	.fu-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--fu-gutter) 26px; }
	.fu-nav a { padding: 14px 6px; border-bottom: 1px solid rgba(var(--fu-on-dark-rgb), .06); border-radius: 0; }
	.fu-nav ul ul {
		position: static;
		opacity: 1; visibility: visible; transform: none;
		background: transparent; border: 0; box-shadow: none;
		padding: 0 0 0 16px;
	}
	.fu-nav .fu-nav__cta { margin-top: 16px; }
	.fu-nav .fu-nav__cta a {
		background: linear-gradient(135deg, var(--fu-brand), var(--fu-brand-2));
		color: var(--fu-btn-text); border: 0;
		border-radius: var(--fu-radius-pill);
		text-align: center;
	}
}

/* ==========================================================================
   6. Hero
   ========================================================================== */

.fu-hero {
	position: relative;
	background: radial-gradient(1100px 520px at 78% 8%, rgba(var(--fu-hero-glow1-rgb), .18), transparent 62%),
	            radial-gradient(900px 520px at 8% 92%, rgba(var(--fu-hero-glow2-rgb), .28), transparent 60%),
	            linear-gradient(160deg, var(--fu-hero-bg1) 0%, var(--fu-hero-bg2) 55%, var(--fu-hero-bg1) 100%);
	color: var(--fu-dark-text);
	overflow: hidden;
	padding: clamp(64px, 7vw, 116px) 0 clamp(56px, 6vw, 96px);
}

.fu-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(var(--fu-on-dark-rgb), .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(var(--fu-on-dark-rgb), .045) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 78%);
	-webkit-mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 78%);
	pointer-events: none;
}

.fu-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: clamp(30px, 4vw, 64px);
	align-items: center;
}

@media (max-width: 900px) {
	.fu-hero__inner { grid-template-columns: minmax(0, 1fr); text-align: center; }
	.fu-hero .fu-eyebrow { justify-content: center; }
	.fu-hero__actions { justify-content: center; }
	.fu-hero__chips { justify-content: center; }
}

.fu-hero h1 { color: var(--fu-hero-title); margin-bottom: 18px; }
.fu-hero h1 em {
	font-style: normal;
	background: linear-gradient(100deg, var(--fu-hero-hl1), var(--fu-hero-hl2));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.fu-hero__lead {
	font-size: clamp(1.02rem, .95rem + .3vw, 1.18rem);
	color: var(--fu-hero-text);
	max-width: 560px;
	margin-bottom: 30px;
}
@media (max-width: 900px) { .fu-hero__lead { margin-left: auto; margin-right: auto; } }

.fu-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.fu-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0; padding: 0;
}
.fu-hero__chips li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	border-radius: var(--fu-radius-pill);
	background: rgba(var(--fu-on-dark-rgb), .06);
	border: 1px solid rgba(var(--fu-on-dark-rgb), .1);
	font-size: .84rem;
	color: var(--fu-dark-text);
}
.fu-hero__chips svg { color: var(--fu-accent); flex: 0 0 auto; }

.fu-hero__media { position: relative; }
.fu-hero__media img {
	width: 100%;
	border-radius: var(--fu-radius-lg);
	border: 1px solid rgba(var(--fu-on-dark-rgb), .14);
	box-shadow: var(--fu-shadow-lg);
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.fu-hero__media::after {
	content: "";
	position: absolute;
	inset: -14%;
	background: radial-gradient(closest-side, rgba(var(--fu-hero-glow2-rgb), .38), transparent 72%);
	z-index: -1;
	filter: blur(24px);
}

.fu-hero__float {
	position: absolute;
	left: -22px;
	bottom: 22px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: var(--fu-card-bg);
	border-radius: var(--fu-radius);
	box-shadow: var(--fu-shadow);
	color: var(--fu-heading);
}
.fu-hero__float strong { display: block; font-size: 1.15rem; line-height: 1.1; }
.fu-hero__float span { font-size: .78rem; color: var(--fu-muted); }
.fu-hero__float-icon {
	width: 40px; height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--fu-brand), var(--fu-accent));
	display: flex; align-items: center; justify-content: center;
	color: var(--fu-btn-text);
}
@media (max-width: 900px) { .fu-hero__float { left: 12px; } }

/* Page hero (inner pages) */
.fu-pagehero {
	position: relative;
	background: radial-gradient(900px 420px at 82% 0%, rgba(var(--fu-hero-glow1-rgb), .16), transparent 60%),
	            linear-gradient(160deg, var(--fu-hero-bg1), var(--fu-hero-bg2));
	color: var(--fu-hero-text);
	padding: clamp(52px, 5.5vw, 88px) 0;
	text-align: center;
	overflow: hidden;
}
.fu-pagehero::before {
	content: "";
	position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(var(--fu-on-dark-rgb), .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(var(--fu-on-dark-rgb), .04) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(circle at 50% 40%, #000, transparent 75%);
	-webkit-mask-image: radial-gradient(circle at 50% 40%, #000, transparent 75%);
}
.fu-pagehero .fu-container { position: relative; }
.fu-pagehero h1 { color: var(--fu-hero-title); margin-bottom: 12px; }
.fu-pagehero p { max-width: 660px; margin: 0 auto; color: var(--fu-hero-text); }
.fu-pagehero .fu-eyebrow { justify-content: center; color: var(--fu-accent); }

.fu-breadcrumb {
	margin-top: 18px;
	font-size: .85rem;
	color: var(--fu-dark-muted);
}
.fu-breadcrumb a { color: var(--fu-dark-text); }
.fu-breadcrumb span { margin: 0 8px; opacity: .5; }

/* ==========================================================================
   7. Stats band
   ========================================================================== */

.fu-stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--fu-line);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius-lg);
	overflow: hidden;
	box-shadow: var(--fu-shadow);
}
.fu-stats--float { margin-top: -56px; background: var(--fu-line); }
.fu-stat { background: var(--fu-card-bg); padding: 28px 22px; text-align: center; }
.fu-stat__num {
	font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1;
	background: linear-gradient(135deg, var(--fu-stat1), var(--fu-stat2));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.fu-stat__label {
	margin-top: 8px;
	font-size: .88rem;
	color: var(--fu-muted);
	font-weight: 600;
}
@media (max-width: 780px) {
	.fu-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.fu-stats--float { margin-top: -32px; }
}

/* ==========================================================================
   8. Cards
   ========================================================================== */

.fu-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--fu-card-bg);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius-lg);
	padding: 30px 28px;
	transition: transform .25s var(--fu-ease), box-shadow .25s var(--fu-ease), border-color .25s var(--fu-ease);
	height: 100%;
}
.fu-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--fu-shadow);
	border-color: rgba(var(--fu-brand-rgb), .35);
}
.fu-card h3 { margin-bottom: 10px; }
.fu-card p { color: var(--fu-muted); font-size: .97rem; }

.fu-card__icon {
	width: 54px; height: 54px;
	border-radius: 16px;
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, rgba(var(--fu-brand-rgb), .12), rgba(var(--fu-accent-rgb), .16));
	color: var(--fu-brand);
	margin-bottom: 18px;
}
.fu-card__link {
	margin-top: auto;
	padding-top: 16px;
	font-weight: 700;
	font-size: .92rem;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}
.fu-card__link svg { transition: transform .2s var(--fu-ease); }
.fu-card:hover .fu-card__link svg { transform: translateX(4px); }

/* Dark variant */
.fu-section--dark .fu-card {
	background: rgba(var(--fu-on-dark-rgb), .04);
	border-color: var(--fu-line-dark);
}
.fu-section--dark .fu-card p { color: var(--fu-dark-muted); }
.fu-section--dark .fu-card:hover { border-color: rgba(var(--fu-accent-rgb), .45); background: rgba(var(--fu-on-dark-rgb), .07); }
.fu-section--dark .fu-card__icon { color: var(--fu-accent); }

/* Media card (image on top) */
.fu-mcard {
	display: flex;
	flex-direction: column;
	background: var(--fu-card-bg);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius-lg);
	overflow: hidden;
	height: 100%;
	transition: transform .25s var(--fu-ease), box-shadow .25s var(--fu-ease), border-color .25s var(--fu-ease);
}
.fu-mcard:hover { transform: translateY(-5px); box-shadow: var(--fu-shadow); border-color: rgba(var(--fu-brand-rgb), .35); }
.fu-mcard__img { position: relative; overflow: hidden; background: var(--fu-bg-soft); }
.fu-mcard__img img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform .5s var(--fu-ease);
}
.fu-mcard:hover .fu-mcard__img img { transform: scale(1.05); }
.fu-mcard__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.fu-mcard__body h3 { font-size: 1.22rem; margin-bottom: 8px; }
.fu-mcard__body p { color: var(--fu-muted); font-size: .96rem; }

.fu-tag {
	display: inline-block;
	padding: 4px 11px;
	border-radius: var(--fu-radius-pill);
	background: rgba(var(--fu-brand-rgb), .1);
	color: var(--fu-brand);
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

/* Product card (dark band) */
.fu-pcard {
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, rgba(var(--fu-on-dark-rgb), .07), rgba(var(--fu-on-dark-rgb), .03));
	border: 1px solid var(--fu-line-dark);
	border-radius: var(--fu-radius-lg);
	overflow: hidden;
	height: 100%;
	transition: transform .25s var(--fu-ease), border-color .25s var(--fu-ease), box-shadow .25s var(--fu-ease);
}
.fu-pcard:hover {
	transform: translateY(-6px);
	border-color: rgba(var(--fu-accent-rgb), .5);
	box-shadow: 0 30px 60px -32px rgba(var(--fu-accent-rgb), .55);
}
.fu-pcard__img {
	background: radial-gradient(circle at 50% 35%, rgba(var(--fu-brand-rgb), .28), transparent 68%), var(--fu-hero-bg2);
	padding: 26px;
	display: flex; align-items: center; justify-content: center;
	min-height: 210px;
}
.fu-pcard__img img {
	max-height: 175px;
	width: auto;
	object-fit: contain;
	filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .55));
	transition: transform .4s var(--fu-ease);
}
.fu-pcard:hover .fu-pcard__img img { transform: translateY(-6px) scale(1.03); }
.fu-pcard__body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.fu-pcard__body h3 { color: var(--fu-on-dark); font-size: 1.18rem; margin-bottom: 8px; }
.fu-pcard__body p { color: var(--fu-dark-muted); font-size: .94rem; }
.fu-pcard__body .fu-card__link { color: var(--fu-accent); }

/* ==========================================================================
   9. Split / feature rows
   ========================================================================== */

.fu-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 64px);
	align-items: center;
}
.fu-split--media-right .fu-split__media { order: 2; }
@media (max-width: 860px) {
	.fu-split { grid-template-columns: minmax(0, 1fr); }
	.fu-split--media-right .fu-split__media { order: 0; }
}

.fu-split__media img {
	width: 100%;
	border-radius: var(--fu-radius-lg);
	box-shadow: var(--fu-shadow);
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.fu-split__media--frame {
	position: relative;
	padding: 14px;
	border-radius: calc(var(--fu-radius-lg) + 10px);
	background: linear-gradient(135deg, rgba(var(--fu-brand-rgb), .14), rgba(var(--fu-accent-rgb), .12));
}

.fu-checklist { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.fu-checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; }
.fu-checklist svg { flex: 0 0 auto; margin-top: 3px; color: var(--fu-brand); }
.fu-section--dark .fu-checklist svg { color: var(--fu-accent); }

/* ==========================================================================
   10. Contact
   ========================================================================== */

.fu-contact-grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: clamp(26px, 3.5vw, 54px);
	align-items: start;
}
@media (max-width: 900px) { .fu-contact-grid { grid-template-columns: minmax(0, 1fr); } }

.fu-info-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.fu-info-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 20px 22px;
	background: var(--fu-card-bg);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius);
	transition: border-color .2s var(--fu-ease), box-shadow .2s var(--fu-ease);
}
.fu-info-item:hover { border-color: rgba(var(--fu-brand-rgb), .35); box-shadow: var(--fu-shadow-sm); }
.fu-info-item__icon {
	width: 44px; height: 44px;
	flex: 0 0 auto;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(var(--fu-brand-rgb), .12), rgba(var(--fu-accent-rgb), .16));
	color: var(--fu-brand);
	display: flex; align-items: center; justify-content: center;
}
.fu-info-item strong { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; color: var(--fu-muted); margin-bottom: 3px; }
.fu-info-item a, .fu-info-item span { color: var(--fu-heading); font-weight: 600; word-break: break-word; }
.fu-info-item a:hover { color: var(--fu-brand); }

.fu-form-card {
	background: var(--fu-card-bg);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius-lg);
	padding: clamp(26px, 3vw, 40px);
	box-shadow: var(--fu-shadow-sm);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="date"],
select, textarea {
	width: 100%;
	padding: 13px 16px;
	font: inherit;
	font-size: .97rem;
	color: var(--fu-text);
	background: var(--fu-bg-soft);
	border: 1px solid var(--fu-line);
	border-radius: 12px;
	transition: border-color .2s var(--fu-ease), background .2s var(--fu-ease), box-shadow .2s var(--fu-ease);
}
input:focus, select:focus, textarea:focus {
	outline: none;
	background: var(--fu-card-bg);
	border-color: var(--fu-brand);
	box-shadow: 0 0 0 4px rgba(var(--fu-brand-rgb), .12);
}
textarea { min-height: 150px; resize: vertical; }
label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; color: var(--fu-heading); }

input[type="submit"], button[type="submit"], .wpforms-submit, .wpcf7-submit {
	width: auto;
	padding: 14px 30px;
	background: linear-gradient(135deg, var(--fu-brand), var(--fu-brand-2));
	color: var(--fu-btn-text);
	border: 0;
	border-radius: var(--fu-radius-pill);
	font-weight: 700;
	font-size: .98rem;
	cursor: pointer;
	box-shadow: 0 10px 26px -12px rgba(var(--fu-brand-rgb), .9);
	transition: transform .18s var(--fu-ease), box-shadow .18s var(--fu-ease);
}
input[type="submit"]:hover, button[type="submit"]:hover, .wpforms-submit:hover, .wpcf7-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px -14px rgba(var(--fu-brand-rgb), 1);
}

/* Third-party form plugins inherit theme fields */
.wpforms-field-container input, .wpforms-field-container textarea, .wpforms-field-container select { max-width: 100%; }
div.wpforms-container-full .wpforms-form input,
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form select { border-radius: 12px !important; }

.fu-map { border-radius: var(--fu-radius-lg); overflow: hidden; border: 1px solid var(--fu-line); line-height: 0; }
.fu-map iframe { width: 100%; height: 380px; border: 0; }

/* ==========================================================================
   11. CTA band
   ========================================================================== */

.fu-cta {
	position: relative;
	overflow: hidden;
	background: linear-gradient(120deg, var(--fu-cta1) 0%, var(--fu-cta2) 48%, var(--fu-cta3) 100%);
	color: var(--fu-cta-text);
	padding: clamp(48px, 5vw, 78px) 0;
}
.fu-cta::after {
	content: "";
	position: absolute;
	right: -8%; top: -60%;
	width: 520px; height: 520px;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgba(var(--fu-cta-glow-rgb), .32), transparent 70%);
}
.fu-cta .fu-container { position: relative; display: flex; gap: 30px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.fu-cta h2 { color: var(--fu-on-dark); margin-bottom: 8px; }
.fu-cta p { color: var(--fu-cta-text); max-width: 620px; }
.fu-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ==========================================================================
   12. Footer
   ========================================================================== */

.fu-footer {
	background: var(--fu-footer-bg);
	color: var(--fu-footer-text);
	padding: clamp(48px, 5vw, 76px) 0 0;
	font-size: .95rem;
}
.fu-footer h4 {
	color: var(--fu-footer-heading);
	font-size: .84rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.fu-footer a { color: var(--fu-footer-link); }
.fu-footer a:hover { color: var(--fu-footer-link-hover); }

.fu-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
	gap: 36px;
	padding-bottom: 44px;
}
@media (max-width: 980px) { .fu-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .fu-footer__grid { grid-template-columns: minmax(0, 1fr); } }

.fu-footer__about img { max-height: 48px; width: auto; margin-bottom: 18px; }
.fu-footer__about p { color: var(--fu-footer-text); max-width: 340px; }

.fu-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }

.fu-social { display: flex; gap: 10px; margin-top: 20px; }
.fu-social a {
	width: 40px; height: 40px;
	border-radius: 12px;
	border: 1px solid rgba(var(--fu-on-dark-rgb), .14);
	display: flex; align-items: center; justify-content: center;
	color: var(--fu-footer-link);
	transition: all .2s var(--fu-ease);
}
.fu-social a:hover { background: var(--fu-brand); border-color: var(--fu-brand); color: var(--fu-btn-text); transform: translateY(-2px); }

.fu-footer__bottom {
	border-top: 1px solid rgba(var(--fu-on-dark-rgb), .08);
	padding: 22px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	font-size: .88rem;
	color: var(--fu-footer-text);
}
.fu-footer__bottom nav { display: flex; gap: 20px; flex-wrap: wrap; }

/* ==========================================================================
   13. Floating WhatsApp / back to top
   ========================================================================== */

.fu-float-stack {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 180;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
}

.fu-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px; height: 54px;
	border-radius: 50%;
	background: var(--fu-whatsapp);
	color: var(--fu-btn-text);
	box-shadow: 0 12px 28px -10px rgba(var(--fu-whatsapp-rgb), .9);
	transition: transform .2s var(--fu-ease);
}
.fu-whatsapp:hover { transform: scale(1.07); color: var(--fu-btn-text); }

.fu-totop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px; height: 44px;
	border-radius: 50%;
	background: var(--fu-totop-bg);
	color: var(--fu-btn-text);
	border: 0;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all .25s var(--fu-ease);
}
.fu-totop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.fu-totop:hover { background: var(--fu-brand); }

/* ==========================================================================
   14. Blog / archive / single / comments
   ========================================================================== */

.fu-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: clamp(28px, 3.5vw, 56px);
	align-items: start;
}
.fu-layout--full { grid-template-columns: minmax(0, 1fr); }
@media (max-width: 900px) { .fu-layout { grid-template-columns: minmax(0, 1fr); } }

.fu-post-card {
	background: var(--fu-card-bg);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius-lg);
	overflow: hidden;
	transition: transform .25s var(--fu-ease), box-shadow .25s var(--fu-ease);
	height: 100%;
	display: flex; flex-direction: column;
}
.fu-post-card:hover { transform: translateY(-4px); box-shadow: var(--fu-shadow); }
.fu-post-card__thumb img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.fu-post-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.fu-post-card__meta { font-size: .82rem; color: var(--fu-muted); margin-bottom: 10px; display: flex; gap: 12px; flex-wrap: wrap; }
.fu-post-card h3 { font-size: 1.18rem; }
.fu-post-card h3 a { color: var(--fu-heading); }
.fu-post-card h3 a:hover { color: var(--fu-brand); }
.fu-post-card p { color: var(--fu-muted); font-size: .95rem; }

.fu-entry { max-width: 100%; }
.fu-entry img { border-radius: var(--fu-radius); }
.fu-entry > *:last-child { margin-bottom: 0; }
.fu-entry h2, .fu-entry h3 { margin-top: 1.6em; }
.fu-entry ul, .fu-entry ol { margin-bottom: 1.2em; }
.fu-entry li { margin-bottom: .4em; }

.fu-featured img { width: 100%; border-radius: var(--fu-radius-lg); margin-bottom: 34px; box-shadow: var(--fu-shadow); }

.fu-widget {
	background: var(--fu-card-bg);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius-lg);
	padding: 24px;
	margin-bottom: 24px;
}
.fu-widget .widget-title, .fu-widget h2 { font-size: 1.05rem; margin-bottom: 14px; }
.fu-widget ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.fu-widget a { color: var(--fu-text); }
.fu-widget a:hover { color: var(--fu-brand); }

.fu-pagination { margin-top: 44px; display: flex; justify-content: center; }
.fu-pagination .page-numbers {
	display: inline-flex;
	align-items: center; justify-content: center;
	min-width: 42px; height: 42px;
	padding: 0 12px;
	margin: 0 4px;
	border-radius: 12px;
	border: 1px solid var(--fu-line);
	color: var(--fu-text);
	font-weight: 600;
}
.fu-pagination .page-numbers:hover,
.fu-pagination .page-numbers.current {
	background: var(--fu-brand); border-color: var(--fu-brand); color: var(--fu-btn-text);
}

.fu-postnav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 44px; }
@media (max-width: 640px) { .fu-postnav { grid-template-columns: minmax(0, 1fr); } }
.fu-postnav a {
	display: block;
	padding: 18px 22px;
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius);
	color: var(--fu-heading);
	font-weight: 600;
}
.fu-postnav a:hover { border-color: var(--fu-brand); color: var(--fu-brand); }
.fu-postnav small { display: block; font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; color: var(--fu-muted); margin-bottom: 5px; }

.comment-list { list-style: none; margin: 0 0 32px; padding: 0; }
.comment-list li { margin-bottom: 22px; }
.comment-body {
	background: var(--fu-bg-soft);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius);
	padding: 20px 22px;
}
.comment-list .children { list-style: none; padding-left: 26px; margin-top: 22px; }
.comment-author img { border-radius: 50%; float: left; margin-right: 12px; }
.comment-meta { font-size: .85rem; color: var(--fu-muted); margin-bottom: 10px; }
.comment-respond { background: var(--fu-card-bg); border: 1px solid var(--fu-line); border-radius: var(--fu-radius-lg); padding: 28px; }
.comment-form p { margin-bottom: 16px; }

/* WordPress core alignment / caption classes */
.alignleft { float: left; margin: .4em 1.6em 1em 0; }
.alignright { float: right; margin: .4em 0 1em 1.6em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { width: min(1100px, 100%); margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption { max-width: 100%; }
.wp-caption-text, figcaption { font-size: .85rem; color: var(--fu-muted); text-align: center; margin-top: 8px; }
.sticky .fu-post-card { border-color: var(--fu-brand); }
.bypostauthor > .comment-body { border-color: rgba(var(--fu-brand-rgb), .35); }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 1.4em; }
.gallery-item img { border-radius: var(--fu-radius); }

/* ==========================================================================
   15. WooCommerce (shop) polish
   ========================================================================== */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: var(--fu-card-bg);
	border: 1px solid var(--fu-line);
	border-radius: var(--fu-radius-lg);
	padding: 16px;
	text-align: center;
	transition: transform .25s var(--fu-ease), box-shadow .25s var(--fu-ease);
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--fu-shadow); }
.woocommerce ul.products li.product img { border-radius: var(--fu-radius); margin-bottom: 14px; }
.woocommerce ul.products li.product .price { color: var(--fu-heading); font-weight: 800; }
.woocommerce span.onsale {
	background: var(--fu-brand);
	color: var(--fu-btn-text);
	border-radius: var(--fu-radius-pill);
	padding: 4px 14px;
	min-height: auto; min-width: auto;
	line-height: 1.6;
	font-weight: 700;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	background: linear-gradient(135deg, var(--fu-brand), var(--fu-brand-2));
	color: var(--fu-btn-text);
	border-radius: var(--fu-radius-pill);
	padding: 12px 24px;
	font-weight: 700;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { background: var(--fu-brand-dark); color: var(--fu-btn-text); }
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info { border-top-color: var(--fu-brand); border-radius: var(--fu-radius); }
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before { color: var(--fu-brand); }
.woocommerce div.product .product_title { margin-bottom: .3em; }
.woocommerce-breadcrumb { font-size: .9rem; color: var(--fu-muted); }

/* ==========================================================================
   16. Motion & print
   ========================================================================== */

/* Only hide content when JavaScript is available to reveal it again —
   without JS (or if a script fails) everything stays visible. */
.fu-js .fu-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s var(--fu-ease), transform .7s var(--fu-ease);
	will-change: opacity, transform;
}
.fu-js .fu-reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .001ms !important;
		transition-duration: .001ms !important;
	}
	.fu-js .fu-reveal { opacity: 1; transform: none; }
}

@media print {
	.fu-header, .fu-topbar, .fu-footer, .fu-float-stack, .fu-cta { display: none !important; }
	body { font-size: 12pt; color: #000; }
}
