/* ==========================================================================
   Pickudu — components (light, warm design system).
   Odoo adaptations carried over from theme_uvprint:
     - bare-element resets scoped with :where(#wrapwrap) (Bootstrap coexistence)
     - homepage state = #wrapwrap.homepage (pageName t-call param)
     - body.nav-open stays on <body> (JS toggles it there)
   ========================================================================== */

/* ---------- Odoo integration ---------- */
:root { --header-h: 74px; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { overflow-x: hidden; background: var(--bg); }
#wrapwrap {
	line-height: 1.7;
	font-size: 1.02rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
:where(#wrapwrap) img { max-width: 100%; height: auto; display: block; }
:where(#wrapwrap) a { color: inherit; text-decoration: none; }
:where(#wrapwrap) a:hover, :where(#wrapwrap) a:focus { text-decoration: none; }
:where(#wrapwrap) :is(h1, h2, h3, h4) { margin: 0 0 0.5em; line-height: 1.1; letter-spacing: -0.02em; }
:where(#wrapwrap) p { margin: 0 0 1.1em; }
:where(#wrapwrap) ul { margin: 0; padding: 0; list-style: none; }
:where(#wrapwrap) button { font: inherit; cursor: pointer; }
#wrapwrap > .o_skip_to_content { display: none !important; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.skip-link { position: absolute; left: -9999px; z-index: 999; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--coral); color: #fff; padding: 0.6rem 1rem; border-radius: 8px; }

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

/* ---------- Layout helpers ---------- */
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding: clamp(3.25rem, 7vw, 6rem) 0; position: relative; }
.section--tint { background: var(--bg-2); }
.section--cream { background: var(--bg-tint); }
.center { text-align: center; }

.kicker {
	text-transform: uppercase; letter-spacing: 0.2em;
	font-size: 0.76rem; font-weight: 700;
	color: var(--coral);
	margin: 0 0 0.9rem; display: inline-block;
}
.section-title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(1.9rem, 4vw, 2.9rem);
	letter-spacing: -0.03em;
	color: var(--text);
}
.section-lead { color: var(--text-soft); max-width: 44rem; font-size: 1.08rem; }
.section-head { margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head.center { max-width: 46rem; margin-inline: auto; }
.section-head.center .section-lead { margin-inline: auto; }
.section-head.split { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }

.grad-text {
	background: var(--grad); -webkit-background-clip: text; background-clip: text;
	color: transparent; display: inline-block;
}

.text-link { color: var(--coral); font-weight: 600; border-bottom: 2px solid transparent; transition: border-color 0.25s var(--ease); white-space: nowrap; }
.text-link:hover { border-color: var(--coral); }

.eyebrow-pill {
	display: inline-flex; align-items: center; gap: 0.5rem;
	background: var(--coral-050); color: var(--coral-600);
	border: 1px solid rgba(242,107,78,0.2);
	border-radius: var(--r-full); padding: 0.4rem 0.95rem;
	font-size: 0.8rem; font-weight: 600; letter-spacing: 0.01em;
	margin-bottom: 1.4rem;
}
.eyebrow-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(242,107,78,0.18); }

/* ---------- Prose (legal / long-form) ---------- */
.prose { max-width: 48rem; color: var(--text-soft); }
.prose h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-top: 1.7em; color: var(--text); }
.prose h3 { font-size: 1.2rem; margin-top: 1.3em; color: var(--text); }
.prose a { color: var(--coral); border-bottom: 1px solid rgba(242,107,78,0.35); word-break: break-word; }
.prose ul { list-style: disc; padding-left: 1.4em; margin: 0 0 1.1em; }
.prose ol { padding-left: 1.4em; margin: 0 0 1.1em; }
.prose li { margin: 0.35em 0; }
.prose h2 + p, .prose h3 + p { margin-top: 0.4em; }
.prose strong { color: var(--text); }
.prose .lead-note {
	background: var(--coral-050); border: 1px solid rgba(242,107,78,0.22);
	border-radius: var(--r-md); padding: 0.9rem 1.15rem; color: var(--coral-600);
	font-size: 0.92rem; font-weight: 600;
}
.legal-flag { color: var(--brand-danger); font-weight: 700; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
	padding: 0.85rem 1.6rem;
	border-radius: var(--r-full);
	font-weight: 600; font-size: 0.98rem; letter-spacing: 0.01em;
	border: 1.5px solid transparent;
	transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
	will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
	background: var(--grad); background-size: 150% 100%; background-position: 0 0;
	color: #fff; box-shadow: var(--glow-coral);
}
.btn--primary:hover { background-position: 100% 0; color: #fff; box-shadow: 0 20px 46px -14px rgba(242,107,78,0.62); }
.btn--ghost { border-color: var(--line-strong); color: var(--text); background: var(--bg-2); }
.btn--ghost:hover { border-color: var(--coral); color: var(--coral-600); background: var(--coral-050); }
.btn--soft { background: var(--coral-050); color: var(--coral-600); border-color: transparent; }
.btn--soft:hover { background: #fddccf; color: var(--coral-600); }
.btn--header { padding: 0.55rem 1.2rem; font-size: 0.9rem; }
.btn--lg { padding: 1.05rem 2.1rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255, 249, 244, 0.82);
	-webkit-backdrop-filter: saturate(1.4) blur(14px);
	backdrop-filter: saturate(1.4) blur(14px);
	border-bottom: 1px solid transparent;
	transition: background 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled {
	background: rgba(255, 249, 244, 0.95);
	border-bottom-color: var(--line);
	box-shadow: 0 10px 30px -22px rgba(31, 33, 48, 0.5);
}
.site-header__bar {
	width: min(1320px, 100% - 2 * var(--gutter));
	margin-inline: auto;
	min-height: var(--header-h);
	display: flex; align-items: center; gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.55rem; flex-shrink: 0; }
.brand__mark { display: grid; place-items: center; width: 34px; height: 34px; filter: drop-shadow(0 4px 8px rgba(242,107,78,0.28)); }
.brand__mark svg, .brand__mark img { width: 100%; height: 100%; }
.brand__word {
	font-family: var(--font-display); font-weight: 600; font-size: 1.42rem;
	letter-spacing: -0.02em; color: var(--text); line-height: 1;
}

.site-nav { margin-left: auto; }
.nav-menu { display: flex; align-items: center; gap: clamp(1.1rem, 2vw, 2rem); }
.nav-menu a {
	font-weight: 500; font-size: 0.95rem; color: var(--text-soft);
	padding: 0.4rem 0; position: relative; white-space: nowrap;
}
.nav-menu a:hover { color: var(--text); }
.nav-menu a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
	background: var(--grad); border-radius: 2px;
	transform: scaleX(0); transform-origin: left;
	transition: transform 0.28s var(--ease);
}
.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after { transform: scaleX(1); }
.nav-menu .current-menu-item > a { color: var(--text); }

.site-header__cta { display: flex; align-items: center; gap: 0.85rem; }
.cart-item { list-style: none; display: flex; }
.cart-link {
	position: relative; display: grid; place-items: center;
	width: 42px; height: 42px; border-radius: 50%;
	color: var(--text-soft); border: 1px solid var(--line-strong); background: var(--bg-2);
	transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease);
}
.cart-link:hover { color: var(--coral); border-color: var(--coral); background: var(--coral-050); }
.cart-link__badge {
	position: absolute; top: -5px; right: -5px;
	min-width: 19px; height: 19px; padding: 0 5px;
	display: grid; place-items: center;
	background: var(--coral); color: #fff;
	border-radius: var(--r-full); font-size: 0.68rem; font-weight: 700;
	box-shadow: 0 3px 8px rgba(242,107,78,0.5);
}

/* Hamburger */
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }

/* Mobile-drawer chrome — inert on desktop */
.nav-backdrop { position: fixed; inset: 0; z-index: 85; background: rgba(31, 33, 48, 0.42); backdrop-filter: blur(2px); opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease); }
body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }
.site-nav__head { display: none; }

/* ---------- Hero ---------- */
.hero {
	position: relative; overflow: hidden; isolation: isolate;
	background:
		radial-gradient(ellipse 70% 80% at 88% 0%, rgba(255,178,94,0.28), transparent 60%),
		radial-gradient(ellipse 60% 70% at 8% 30%, rgba(242,107,78,0.14), transparent 62%),
		var(--bg);
	padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 5.5rem);
}
.hero__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero__title {
	font-family: var(--font-display); font-weight: 700;
	font-size: clamp(2.3rem, 5.2vw, 3.9rem); line-height: 1.05; letter-spacing: -0.035em;
	margin: 0 0 1.2rem; color: var(--text);
}
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); max-width: 34rem; color: var(--text-soft); margin: 0 0 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; color: var(--muted); font-size: 0.9rem; }
.hero__trust span { display: inline-flex; align-items: center; gap: 0.45rem; }
.hero__trust svg { width: 17px; height: 17px; color: var(--success); flex-shrink: 0; }
.hero__visual { display: grid; place-items: center; position: relative; }

/* ---------- CSS phone mockup ---------- */
.phone {
	position: relative; width: min(300px, 76vw); aspect-ratio: 300 / 620;
	background: var(--brand-ink);
	border-radius: 44px; padding: 12px;
	box-shadow: 0 40px 80px -30px rgba(31,33,48,0.55), 0 0 0 2px rgba(31,33,48,0.06);
}
.phone--float { animation: phone-float 6s var(--ease) infinite alternate; }
@keyframes phone-float { from { transform: translateY(0) rotate(-1.5deg); } to { transform: translateY(-14px) rotate(1.5deg); } }
.phone::before {
	content: ""; position: absolute; top: 16px; left: 50%; translate: -50% 0;
	width: 42%; height: 22px; background: var(--brand-ink); border-radius: 0 0 14px 14px; z-index: 3;
}
.phone__screen {
	width: 100%; height: 100%; border-radius: 33px; overflow: hidden;
	background: #FFFFFF; display: flex; flex-direction: column; position: relative;
}
.phone__bar {
	padding: 1.4rem 1rem 0.7rem; text-align: center;
	background: linear-gradient(180deg, var(--coral-050), #fff);
}
.phone__bar-title { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; color: var(--text); }
.phone__bar-sub { font-size: 0.68rem; color: var(--muted); }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 6px; flex: 1; align-content: start; }
.photo-grid .tile { aspect-ratio: 1; border-radius: 8px; position: relative; overflow: hidden; }
.photo-grid .tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.28), transparent 60%); }
.tile--a { background: linear-gradient(135deg, #F26B4E, #FF9A5A); }
.tile--b { background: linear-gradient(135deg, #FFB25E, #FFD08A); }
.tile--c { background: linear-gradient(135deg, #F58F6D, #F26B4E); }
.tile--d { background: linear-gradient(135deg, #2FA47A, #6FCBA6); }
.tile--e { background: linear-gradient(135deg, #FFC680, #F58F6D); }
.tile--f { background: linear-gradient(135deg, #E0553A, #F26B4E); }
.tile--wide { grid-column: span 2; aspect-ratio: 2 / 1; }
.phone__upload {
	margin: 0 8px 10px; padding: 0.7rem; border-radius: 14px;
	background: var(--grad); color: #fff; text-align: center;
	font-weight: 700; font-size: 0.82rem; display: flex; align-items: center; justify-content: center; gap: 0.4rem;
	box-shadow: 0 8px 18px -8px rgba(242,107,78,0.7);
}
.phone__upload svg { width: 16px; height: 16px; }
/* floating QR chip near phone */
.qr-chip { text-decoration: none;
	position: absolute; left: -6%; bottom: 12%; z-index: 4;
	background: #fff; border-radius: 18px; padding: 0.7rem;
	box-shadow: var(--shadow); border: 1px solid var(--line);
	display: grid; place-items: center; gap: 0.35rem; width: 104px;
	rotate: -6deg;
}
.qr-chip__code { width: 110px; height: 110px; border-radius: 8px; display: block; background: #fff; }
.qr-chip__label { font-size: 0.62rem; font-weight: 700; color: var(--text-soft); text-transform: uppercase; letter-spacing: 0.08em; }
/* pure-CSS QR-ish pattern */
.qr-code {
	background-color: #fff;
	background-image:
		linear-gradient(90deg, var(--brand-ink) 50%, transparent 0),
		linear-gradient(var(--brand-ink) 50%, transparent 0);
	background-size: 12.5% 12.5%, 12.5% 12.5%;
	background-blend-mode: multiply;
	position: relative;
}
.qr-code::before, .qr-code::after {
	content: ""; position: absolute; width: 30%; height: 30%;
	border: 3px solid var(--brand-ink); border-radius: 3px; background: #fff;
}
.qr-code::before { top: 6%; left: 6%; }
.qr-code::after { top: 6%; right: 6%; }

/* ---------- TV / beamer mockup ---------- */
.tv-mockup { width: 100%; display: flex; flex-direction: column; align-items: center; }
.tv {
	width: min(460px, 100%); background: var(--brand-ink);
	border-radius: 18px; padding: 12px; box-shadow: var(--shadow);
	position: relative;
}
.tv__screen {
	border-radius: 9px; overflow: hidden; aspect-ratio: 16 / 10;
	background: #10111b; display: grid; grid-template-columns: 2fr 1fr; gap: 6px; padding: 6px;
}
.tv__hero { border-radius: 8px; background: linear-gradient(135deg, #F26B4E, #FFB25E); position: relative; overflow: hidden; }
.tv__hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(255,255,255,0.35), transparent 55%); }
.tv__side { display: grid; grid-template-rows: repeat(3, 1fr); gap: 6px; }
.tv__thumb { border-radius: 7px; }
.tv__caption {
	position: absolute; left: 14px; bottom: 12px; z-index: 2;
	background: rgba(31,33,48,0.72); color: #fff; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
	padding: 0.3rem 0.7rem; border-radius: 999px; font-size: 0.72rem; font-weight: 600;
	display: inline-flex; align-items: center; gap: 0.4rem;
}
.tv__caption .live-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff5252; box-shadow: 0 0 0 0 rgba(255,82,82,0.6); animation: live-pulse 1.6s infinite; }
@keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,82,82,0.55); } 70% { box-shadow: 0 0 0 8px rgba(255,82,82,0); } 100% { box-shadow: 0 0 0 0 rgba(255,82,82,0); } }
.tv__stand { width: 26%; height: 14px; margin: 0 auto; background: var(--n-300); border-radius: 0 0 8px 8px; }
.tv__foot { width: 40%; height: 8px; margin: 0 auto; background: var(--n-300); border-radius: 8px; }

/* ---------- Steps (numbered how-it-works) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2.5vw, 1.8rem); }
.step {
	position: relative; padding: clamp(1.6rem, 3vw, 2.1rem);
	border-radius: var(--radius-lg); background: var(--bg-2);
	border: 1px solid var(--line); box-shadow: var(--sh-sm);
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.step__num {
	display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px;
	font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
	background: var(--grad); color: #fff; margin-bottom: 1.1rem;
	box-shadow: 0 8px 18px -8px rgba(242,107,78,0.6);
}
.step__title { font-size: 1.2rem; margin-bottom: 0.4rem; }
.step p { color: var(--text-soft); font-size: 0.97rem; margin: 0; }
.step__connector { display: none; }

/* ---------- Feature grid ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2.5vw, 1.6rem); }
.feature-card {
	background: var(--bg-2); border: 1px solid var(--line);
	border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2rem);
	box-shadow: var(--sh-sm);
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: var(--coral-050); }
.feature-card__title { font-size: 1.18rem; margin-bottom: 0.45rem; }
.feature-card p { color: var(--text-soft); font-size: 0.96rem; margin: 0; }

.icon-tile {
	width: 52px; height: 52px; border-radius: 15px;
	display: grid; place-items: center; margin-bottom: 1.1rem;
	background: var(--coral-050); border: 1px solid rgba(242,107,78,0.16);
	color: var(--coral);
}
.icon-tile--apricot { background: #FFF1DE; border-color: rgba(255,178,94,0.3); color: #C9852F; }
.icon-tile--green { background: #E4F5EE; border-color: rgba(47,164,122,0.24); color: var(--success); }
.icon-tile svg { width: 26px; height: 26px; }

/* ---------- Occasions strip ---------- */
.occasions { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.5rem); }
.occasion {
	position: relative; border-radius: var(--radius-lg); overflow: hidden;
	min-height: 220px; display: flex; align-items: flex-end;
	padding: 1.4rem; color: #fff; isolation: isolate;
	box-shadow: var(--shadow-soft);
	transition: transform 0.3s var(--ease);
}
.occasion:hover { transform: translateY(-4px); }
.occasion::before { content: ""; position: absolute; inset: 0; z-index: -2; }
.occasion::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(31,33,48,0.55)); }
.occasion--wedding::before { background: linear-gradient(150deg, #F26B4E, #FF9A5A); }
.occasion--birthday::before { background: linear-gradient(150deg, #FFB25E, #F58F6D); }
.occasion--company::before { background: linear-gradient(150deg, #2FA47A, #5FBF98); }
.occasion__emoji { position: absolute; top: 1.1rem; left: 1.2rem; font-size: 1.9rem; z-index: 1; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)); }
.occasion__title { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; margin: 0 0 0.2rem; }
.occasion__text { font-size: 0.9rem; margin: 0; opacity: 0.94; }

/* ---------- Pricing tiers ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 1.8rem); align-items: stretch; }
.tier-card {
	background: var(--bg-2); border: 1px solid var(--line);
	border-radius: var(--radius-lg); padding: clamp(1.7rem, 3vw, 2.2rem);
	display: flex; flex-direction: column; box-shadow: var(--sh-sm);
	transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
	position: relative;
}
.tier-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tier-card--featured { border-color: var(--coral); box-shadow: var(--glow-coral); }
.tier-card--featured:hover { box-shadow: 0 22px 50px -16px rgba(242,107,78,0.6); }
.tier__badge {
	position: absolute; top: -13px; left: 50%; translate: -50% 0;
	background: var(--grad); color: #fff; font-size: 0.72rem; font-weight: 700;
	letter-spacing: 0.06em; text-transform: uppercase; padding: 0.35rem 0.9rem;
	border-radius: var(--r-full); box-shadow: 0 8px 16px -6px rgba(242,107,78,0.6);
}
.tier__name { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; margin: 0 0 0.25rem; }
.tier__tagline { color: var(--muted); font-size: 0.9rem; margin: 0 0 1.2rem; }
.tier__price { display: flex; align-items: baseline; gap: 0.35rem; margin-bottom: 0.3rem; }
.tier__price .from { color: var(--muted); font-size: 0.85rem; font-weight: 600; }
.tier__price .amount { font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; color: var(--text); letter-spacing: -0.02em; }
.tier__price .cur { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--text); }
.tier__vat { font-size: 0.78rem; color: var(--muted); margin: 0 0 1.4rem; }
.tier__features { display: grid; gap: 0.7rem; margin: 0 0 1.7rem; }
.tier__features li { position: relative; padding-left: 1.9rem; color: var(--text-soft); font-size: 0.95rem; }
.tier__features li strong { color: var(--text); font-weight: 600; }
.tier__features li::before {
	content: "✓"; position: absolute; left: 0; top: 0.05em;
	width: 1.35rem; height: 1.35rem; border-radius: 50%;
	background: var(--coral-050); color: var(--coral-600);
	font-size: 0.72rem; font-weight: 800; display: grid; place-items: center;
}
.tier__features li.is-off { color: var(--muted); }
.tier__features li.is-off::before { content: "–"; background: var(--n-100); color: var(--muted); }
.tier__cta { margin-top: auto; }

/* ---------- Split feature (features page) ---------- */
.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split-feature + .split-feature { margin-top: clamp(3rem, 6vw, 5rem); }
.split-feature--reverse .split-feature__media { order: 2; }
.split-feature__media {
	position: relative; border-radius: var(--radius-lg);
	background: var(--grad-soft); padding: clamp(1.5rem, 3vw, 2.5rem);
	display: grid; place-items: center; min-height: 300px;
	border: 1px solid var(--line);
}
.checklist { display: grid; gap: 0.7rem; margin: 1.4rem 0; }
.checklist li { position: relative; padding-left: 2rem; color: var(--text-soft); }
.checklist li strong { color: var(--text); }
.checklist li::before {
	content: "✓"; position: absolute; left: 0; top: 0.1em;
	width: 1.35rem; height: 1.35rem; border-radius: 50%;
	background: var(--grad); color: #fff; font-size: 0.72rem; font-weight: 700;
	display: grid; place-items: center;
}

/* ---------- Generic card (help / misc) ---------- */
.card-soft {
	background: var(--bg-2); border: 1px solid var(--line);
	border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2rem);
	box-shadow: var(--sh-sm);
}
.mini-list { display: grid; gap: 0.9rem; }
.mini-list li { position: relative; padding-left: 1.8rem; color: var(--text-soft); }
.mini-list li::before { content: "→"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
	position: relative; isolation: isolate; overflow: hidden;
	padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(1.8rem, 3.5vw, 2.6rem);
	border-bottom: 1px solid var(--line);
	background:
		radial-gradient(ellipse 60% 130% at 12% -20%, rgba(242,107,78,0.14), transparent 66%),
		radial-gradient(ellipse 55% 120% at 90% -10%, rgba(255,178,94,0.2), transparent 66%),
		var(--bg-2);
}
.page-hero__title { font-weight: 700; font-size: clamp(2.1rem, 5vw, 3.3rem); letter-spacing: -0.035em; margin: 0; color: var(--text); }
.page-hero__lead { color: var(--text-soft); max-width: 46rem; margin: 0.9rem 0 0; font-size: 1.06rem; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }

/* ---------- FAQ accordions ---------- */
details.faq {
	border: 1px solid var(--line); border-radius: var(--r-lg);
	background: var(--bg-2); margin: 0 0 0.8rem; padding: 0 1.3rem;
	box-shadow: var(--sh-sm);
}
.faq-list { max-width: 46rem; margin-inline: auto; }
details.faq > summary {
	cursor: pointer; list-style: none; padding: 1.1rem 0; margin: 0 -1.3rem;
	padding-inline: 1.3rem; font-weight: 600; color: var(--text);
	display: flex; align-items: center; justify-content: space-between; gap: 1rem;
	font-size: 1.02rem;
}
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary::after { content: "+"; color: var(--coral); font-size: 1.5rem; line-height: 1; font-weight: 700; flex-shrink: 0; }
details.faq[open] > summary::after { content: "\2013"; }
details.faq[open] > summary { border-bottom: 1px solid var(--line); }
details.faq > p, details.faq > div { margin: 0.95rem 0 1.1rem; color: var(--text-soft); }

/* ---------- Pricing / feature teaser link cards on home ---------- */
.teaser-note { text-align: center; color: var(--muted); font-size: 0.92rem; margin-top: 1.6rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; text-align: center; padding: clamp(3.5rem, 8vw, 6rem) 0; color: #fff; }
.cta-band::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: var(--grad-warm);
}
.cta-band::after {
	content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.5;
	background:
		radial-gradient(ellipse 40% 80% at 85% 120%, rgba(255,255,255,0.28), transparent 60%),
		radial-gradient(ellipse 40% 80% at 12% -20%, rgba(255,255,255,0.22), transparent 60%);
}
.cta-band__title { font-size: clamp(2rem, 5vw, 3.2rem); letter-spacing: -0.03em; margin-bottom: 0.7rem; color: #fff; }
.cta-band__text { color: rgba(255,255,255,0.92); max-width: 38rem; margin: 0 auto 2rem; font-size: 1.1rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }
.cta-band .btn--primary { background: #fff; color: var(--coral-600); box-shadow: 0 16px 40px -14px rgba(31,33,48,0.5); }
.cta-band .btn--primary:hover { background: #fff; color: var(--coral-600); }
.cta-band .btn--ghost { border-color: rgba(255,255,255,0.7); color: #fff; background: transparent; }
.cta-band .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.14); color: #fff; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-dl { display: grid; gap: 1.1rem; margin: 0 0 1.6rem; }
.contact-dl dt { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 700; }
.contact-dl dd { margin: 0.2rem 0 0; font-size: 1.08rem; }
.contact-dl a { color: var(--coral); }
.contact-address { font-style: normal; font-size: 1.05rem; color: var(--text-soft); line-height: 1.8; margin-bottom: 1.4rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); color: var(--text-soft); padding-top: clamp(3rem, 6vw, 4.5rem); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); padding-bottom: 3rem; }
.footer-brand-lockup { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 0.9rem; }
.footer-brand-lockup .brand__mark { width: 30px; height: 30px; }
.footer-brand-word { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.02em; color: var(--text); }
.footer-tagline { max-width: 26rem; color: var(--muted); font-size: 0.95rem; }
.footer-head { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); margin-bottom: 1.1rem; font-weight: 700; }
.footer-links { display: grid; gap: 0.55rem; }
.footer-links a { color: var(--text-soft); font-size: 0.95rem; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { border-top: 1px solid var(--line); padding: 1.4rem 0; }
.footer-bottom__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: 0.85rem; }
.footer-bottom p { margin: 0; color: var(--muted); }
.footer-bottom__links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-bottom__links a { color: var(--muted); }
.footer-bottom__links a:hover { color: var(--coral); }

/* ---------- Reveal on scroll ---------- */
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
:is(.steps, .feature-grid, .occasions, .pricing) > [data-reveal]:nth-child(2) { transition-delay: 0.08s; }
:is(.steps, .feature-grid, .occasions, .pricing) > [data-reveal]:nth-child(3) { transition-delay: 0.16s; }
.feature-grid > [data-reveal]:nth-child(4) { transition-delay: 0.08s; }
.feature-grid > [data-reveal]:nth-child(5) { transition-delay: 0.16s; }
.feature-grid > [data-reveal]:nth-child(6) { transition-delay: 0.24s; }

/* ---------- Cookie consent ---------- */
.cc[hidden], .cc [hidden] { display: none !important; }
.cc {
	position: fixed; z-index: 2100;
	left: 16px; right: 16px; bottom: 16px;
	display: flex; justify-content: flex-start; pointer-events: none;
}
@media (min-width: 560px) { .cc { left: 24px; right: auto; bottom: 24px; max-width: 460px; } }
.cc__card {
	pointer-events: auto;
	background: var(--panel); color: var(--text);
	border: 1px solid var(--line); border-radius: var(--r-2xl);
	box-shadow: var(--shadow);
	padding: 1.4rem 1.5rem 1.25rem;
}
.cc__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.cc__title { font-size: 1.12rem; margin: 0; }
.cc__close { background: none; border: 0; font-size: 1.5rem; line-height: 1; color: var(--muted); cursor: pointer; padding: 0 0.2rem; }
.cc__close:hover { color: var(--text); }
.cc__text { font-size: 0.87rem; line-height: 1.6; color: var(--text-soft); margin: 0.7rem 0 1.1rem; }
.cc__actions { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.cc__actions .btn { flex: 1 1 auto; padding: 0.6rem 1rem; font-size: 0.9rem; }
.cc__links { display: flex; flex-wrap: wrap; gap: 0.2rem 1.1rem; margin-top: 1rem; font-size: 0.8rem; }
.cc__links a { color: var(--coral); border-bottom: 1px solid transparent; }
.cc__links a:hover { border-color: var(--coral); }
.cc__settings { display: grid; gap: 0.5rem; margin: 0.3rem 0 1rem; }
.cc-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.65rem 0.85rem; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; font-size: 0.9rem; font-weight: 600; }
.cc-row small { display: block; font-weight: 400; color: var(--muted); font-size: 0.78rem; margin-top: 0.15rem; }
.cc-row input { width: 18px; height: 18px; accent-color: var(--coral); flex-shrink: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
	.hero__inner { grid-template-columns: 1fr; text-align: center; }
	.hero__visual { order: -1; }
	.hero__lead { margin-inline: auto; }
	.hero__actions, .hero__trust { justify-content: center; }
	.steps { grid-template-columns: 1fr; max-width: 30rem; margin-inline: auto; }
	.feature-grid { grid-template-columns: 1fr 1fr; }
	.occasions { grid-template-columns: 1fr; max-width: 30rem; margin-inline: auto; }
	.pricing { grid-template-columns: 1fr; max-width: 26rem; margin-inline: auto; }
	.tier-card--featured { order: -1; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-col--brand { grid-column: 1 / -1; }
}
@media (max-width: 880px) {
	:root { --header-h: 64px; }
	.btn--header { display: none; }
	.site-header__cta { margin-left: auto; }
	.site-nav {
		position: fixed; inset: 0 0 0 auto; width: clamp(230px, 66vw, 340px);
		background: var(--panel); box-shadow: -20px 0 60px -30px rgba(31,33,48,0.4);
		transform: translateX(100%); transition: transform 0.35s var(--ease);
		padding: 1.1rem 1.3rem 1.6rem; z-index: 90; margin: 0;
		border-radius: 22px 0 0 22px; border-left: 1px solid var(--line);
		display: flex; flex-direction: column;
	}
	body.nav-open .site-nav { transform: translateX(0); }
	body.nav-open { overflow: hidden; }
	body.nav-open .site-header { -webkit-backdrop-filter: none; backdrop-filter: none; background: var(--bg); }
	.site-nav__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.9rem; padding-bottom: 0.7rem; border-bottom: 2px solid var(--coral); }
	.site-nav__label { margin: 0; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.75rem; font-weight: 700; color: var(--coral); }
	.site-nav__close { background: var(--coral-050); border: 0; width: 38px; height: 38px; border-radius: 50%; font-size: 1.5rem; line-height: 1; color: var(--text); display: grid; place-items: center; }
	.site-nav__close:hover { background: var(--coral); color: #fff; }
	.nav-menu { flex-direction: column; align-items: stretch; gap: 0.2rem; }
	.nav-menu a { display: block; color: var(--text-soft) !important; font-size: 1.05rem; font-weight: 600; padding: 0.7rem 0.7rem; width: 100%; border-radius: 10px; white-space: normal; }
	.nav-menu a:hover, .nav-menu .current-menu-item > a { background: var(--coral-050); color: var(--coral-600) !important; }
	.nav-menu a::after { display: none; }
	.nav-menu li { opacity: 0; }
	body.nav-open .nav-menu li { animation: navItemIn 0.3s var(--ease) both; }
	body.nav-open .nav-menu li:nth-child(1) { animation-delay: 0.06s; }
	body.nav-open .nav-menu li:nth-child(2) { animation-delay: 0.10s; }
	body.nav-open .nav-menu li:nth-child(3) { animation-delay: 0.14s; }
	body.nav-open .nav-menu li:nth-child(4) { animation-delay: 0.18s; }
	body.nav-open .nav-menu li:nth-child(5) { animation-delay: 0.22s; }
	body.nav-open .nav-menu li:nth-child(6) { animation-delay: 0.26s; }
	.nav-toggle { display: flex; }
	body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
	body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

	.split-feature { grid-template-columns: 1fr; }
	.split-feature--reverse .split-feature__media { order: -1; }
	.contact-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
	#wrapwrap { font-size: 0.98rem; }
	.feature-grid { grid-template-columns: 1fr; }
	.hero__actions .btn { flex: 1; }
	.qr-chip { text-decoration: none; display: none; }
}

@keyframes navItemIn {
	from { opacity: 0; transform: translateX(14px); }
	to   { opacity: 1; transform: none; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
	[data-reveal] { opacity: 1; transform: none; }
	.phone--float { animation: none; }
}


/* --- device-aware demo CTA ------------------------------------------------ */
/* True touch devices (phones/tablets): coarse pointer, no hover */
.pkd-desktop-only { display: none; }
@media (hover: hover) and (pointer: fine) {
  .pkd-touch-only { display: none !important; }
  .pkd-desktop-only { display: block; }
}
.demo-qr {
  display: inline-flex; align-items: center; gap: 1.4rem;
  background: var(--n-0); border: 1px solid var(--n-200);
  border-radius: var(--r-xl); padding: 1.2rem 1.6rem; box-shadow: var(--sh-md);
}
.demo-qr__img { display: block; border-radius: var(--r-md); }
.demo-qr__text { max-width: 240px; }
.demo-qr__title { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; margin: 0 0 0.4rem; color: var(--brand-ink); }
.demo-qr__hint { font-size: 0.88rem; color: var(--n-600); margin: 0; line-height: 1.5; }
