/* =========================================================
   Abzar Project Template — creative, modern, full-width
   Immersive hero, marquee, parallax, dramatic sections.
   Scoped under .apt-single. Brand red. Inherits site font.
   ========================================================= */

.apt-single {
	--apt-primary: #ef233c;
	--apt-primary-d: #d90429;
	--apt-primary-2: #ff5d73;
	--apt-dark: #12121c;
	--apt-dark-2: #1b1b2b;
	--apt-ink: #1a1c2b;
	--apt-ink-2: #565a71;
	--apt-muted: #9296a6;
	--apt-line: #ececf2;
	--apt-bg: #ffffff;
	--apt-bg-soft: #f6f7fb;
	--apt-wrap: 1280px;
	--apt-radius: 26px;
	--apt-hero-title-min: 32px;
	--apt-hero-title-max: 62px;
	--apt-hero-lead-size: 15px;
	--apt-hero-price-max: 30px;
	--apt-section-title-min: 26px;
	--apt-section-title-max: 46px;
	--apt-banner-title-min: 26px;
	--apt-banner-title-max: 52px;
	--apt-banner-desc-size: 18px;
	--apt-wwd-title-max: 46px;
	--apt-wwd-body-size: 16px;
	--apt-terms-title-max: 34px;
	--apt-terms-body-size: 16px;
	--apt-final-title-max: 54px;
	--apt-hero-ratio: 16 / 9;

	box-sizing: border-box;
	color: var(--apt-ink);
	background: var(--apt-bg);
	line-height: 1.95;
	font-size: 16px;
	overflow-x: clip;
	width: 100%;
}

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

.apt-single img { max-width: 100%; height: auto; display: block; }

.apt-wrap {
	width: 100%;
	max-width: var(--apt-wrap);
	margin-inline: auto;
	padding-inline: 24px;
}

.apt-sec { padding-block: clamp(56px, 8vw, 110px); position: relative; }

/* ---------- shared headings ---------- */
.apt-heading { margin-bottom: clamp(28px, 4vw, 52px); }
.apt-heading--center { text-align: center; }

.apt-heading__eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .5px;
	color: var(--apt-primary-d);
	background: rgba(239, 35, 60, .09);
	padding: 6px 16px;
	border-radius: 999px;
	margin-bottom: 16px;
}

.apt-heading__eyebrow--light { color: #ffb3bd; background: rgba(255, 255, 255, .08); }

.apt-heading__title {
	font-size: clamp(var(--apt-section-title-min), 4vw, var(--apt-section-title-max));
	font-weight: 900;
	line-height: 1.35;
	margin: 0;
	letter-spacing: -.6px;
	color: var(--apt-ink);
}

.apt-heading--center .apt-heading__title { margin-inline: auto; max-width: 760px; }
.apt-heading__title--start { text-align: start; }

/* ---------- decorative blobs ---------- */
.apt-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: .55;
	pointer-events: none;
}

.apt-blob--1 { width: 460px; height: 460px; background: radial-gradient(circle, #ff5d73, transparent 70%); top: -120px; inset-inline-start: -80px; }
.apt-blob--2 { width: 520px; height: 520px; background: radial-gradient(circle, #7c3aed, transparent 70%); bottom: -180px; inset-inline-end: -120px; opacity: .4; }
.apt-blob--3 { width: 460px; height: 460px; background: radial-gradient(circle, #ef233c, transparent 70%); top: -120px; inset-inline-end: -100px; opacity: .35; }
.apt-blob--4 { width: 420px; height: 420px; background: radial-gradient(circle, #ff8a5b, transparent 70%); top: -140px; inset-inline-start: 10%; opacity: .5; }
.apt-blob--5 { width: 420px; height: 420px; background: radial-gradient(circle, #ff2e63, transparent 70%); bottom: -160px; inset-inline-end: 8%; opacity: .5; }

/* =========================================================
   HERO
   ========================================================= */
.apt-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(160deg, #0f0f18 0%, #17131f 55%, #241320 100%);
	color: #fff;
	padding-block: clamp(70px, 9vw, 120px);
	min-height: min(92vh, 820px);
	display: flex;
	align-items: center;
}

.apt-hero__bg { position: absolute; inset: 0; z-index: 0; }

.apt-grid-lines {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: radial-gradient(70% 70% at 70% 30%, #000, transparent 80%);
	-webkit-mask-image: radial-gradient(70% 70% at 70% 30%, #000, transparent 80%);
}

.apt-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: clamp(30px, 5vw, 70px);
}

.apt-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, .55);
	margin-bottom: 22px;
}

.apt-breadcrumb a { color: rgba(255, 255, 255, .75); text-decoration: none; }
.apt-breadcrumb a:hover { color: #fff; }

.apt-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 13.5px;
	font-weight: 700;
	color: #ffd0d6;
	background: rgba(239, 35, 60, .16);
	border: 1px solid rgba(239, 35, 60, .3);
	padding: 7px 16px;
	border-radius: 999px;
	margin-bottom: 22px;
}

.apt-kicker__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--apt-primary-2); box-shadow: 0 0 0 4px rgba(255, 93, 115, .25); }

.apt-hero__title {
	font-size: clamp(var(--apt-hero-title-min), 5.4vw, var(--apt-hero-title-max));
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: -1px;
	margin: 0 0 20px;
	background: linear-gradient(90deg, #fff 40%, #ffb3bd);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.apt-hero__lead {
	font-size: var(--apt-hero-lead-size);
	line-height: 1.95;
	color: rgba(255, 255, 255, .78);
	max-width: 560px;
	margin-bottom: 28px;
}

.apt-hero__lead p { margin: 0; }

.apt-hero__stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin-top: 14px;
	margin-bottom: 0;
}

.apt-stat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(6px);
}

.apt-stat__num { font-size: 14px; font-weight: 800; color: #fff; line-height: 1; }
.apt-stat__star { color: #ffc93c; font-size: .85em; margin-inline-start: 1px; }
.apt-stat__label { font-size: 11.5px; color: rgba(255, 255, 255, .55); font-weight: 600; }

.apt-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 26px;
	margin-bottom: 0;
}

.apt-hero__price-label { display: block; font-size: 13px; color: rgba(255, 255, 255, .6); font-weight: 600; }
.apt-hero__price-value { font-size: clamp(22px, 2.8vw, var(--apt-hero-price-max)); font-weight: 900; color: #fff; line-height: 1.4; }
.apt-hero__price-value del { color: rgba(255, 255, 255, .45); font-weight: 500; font-size: .62em; margin-inline-start: 6px; }
.apt-hero__price-value ins { text-decoration: none; }
.apt-hero__price-value .woocommerce-Price-amount { color: inherit; }

/* ---------- hero visual ---------- */
.apt-hero__visual { position: relative; }

.apt-hero__card {
	position: relative;
	z-index: 2;
	border-radius: var(--apt-radius);
	overflow: hidden;
	box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .7);
	border: 1px solid rgba(255, 255, 255, .12);
	rotate: -2deg;
	transition: rotate .5s ease, transform .5s ease;
}

.apt-hero__card:hover { rotate: 0deg; transform: translateY(-4px); }
.apt-hero__card img { width: 100%; aspect-ratio: var(--apt-hero-ratio); object-fit: cover; }

.apt-hero__ring {
	position: absolute;
	inset: -26px;
	z-index: 1;
	border-radius: calc(var(--apt-radius) + 26px);
	border: 1.5px dashed rgba(255, 255, 255, .18);
	animation: apt-spin 34s linear infinite;
}

@keyframes apt-spin { to { transform: rotate(360deg); } }

.apt-hero__float {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, .96);
	color: var(--apt-ink);
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 14px;
	box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .6);
	max-width: 220px;
}

.apt-hero__float svg { color: var(--apt-ok, #16a34a); flex: 0 0 auto; }
.apt-hero__float--1 { bottom: 26px; inset-inline-start: -26px; color: #0b7a43; }
.apt-hero__float--1 svg { color: #16a34a; }
.apt-hero__float--2 { top: 24px; inset-inline-end: -20px; }
.apt-hero__float--2 svg { color: var(--apt-primary); }

/* ---------- scroll hint ---------- */
.apt-scroll-hint {
	position: absolute;
	z-index: 2;
	bottom: 22px;
	inset-inline-start: 50%;
	transform: translateX(50%);
	width: 26px;
	height: 42px;
	border: 2px solid rgba(255, 255, 255, .35);
	border-radius: 14px;
	display: block;
}

.apt-scroll-hint span {
	position: absolute;
	top: 8px;
	inset-inline-start: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 8px;
	border-radius: 4px;
	background: #fff;
	animation: apt-scroll 1.6s ease-in-out infinite;
}

@keyframes apt-scroll { 0%,100% { opacity: 0; transform: translate(-50%, 0); } 50% { opacity: 1; transform: translate(-50%, 12px); } }

/* =========================================================
   CTA BUTTONS
   ========================================================= */
.apt-order-wrapper { display: inline-flex; }

.apt-single .apt-cta-btn.ppa-atc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 16.5px;
	font-weight: 800;
	color: #fff !important;
	padding: 16px 30px;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--apt-primary), var(--apt-primary-d));
	box-shadow: 0 18px 38px -14px rgba(239, 35, 60, .7);
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
	position: relative;
	overflow: hidden;
}

.apt-single .apt-cta-btn.ppa-atc-btn::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .35) 50%, transparent 70%);
	transform: translateX(-120%);
	transition: transform .6s ease;
}

.apt-single .apt-cta-btn.ppa-atc-btn:hover { transform: translateY(-2px); box-shadow: 0 24px 46px -14px rgba(239, 35, 60, .8); }
.apt-single .apt-cta-btn.ppa-atc-btn:hover::after { transform: translateX(120%); }
.apt-single .apt-cta-btn__icon { display: inline-flex; }
.apt-single .apt-cta-btn.ppa-atc-disabled,
.apt-single .apt-cta-btn.ppa-atc-btn:disabled { background: #b9bcc7; box-shadow: none; cursor: not-allowed; transform: none; }

.apt-single .apt-cta-btn--light.ppa-atc-btn { background: #fff; color: var(--apt-primary-d) !important; box-shadow: 0 18px 40px -14px rgba(0, 0, 0, .5); }
.apt-single .apt-cta-btn--light.ppa-atc-btn:hover { filter: brightness(.97); }

/* =========================================================
   MARQUEE GALLERY
   ========================================================= */
.apt-marquee-sec { padding-block: clamp(48px, 6vw, 84px); background: var(--apt-bg-soft); overflow: hidden; }

.apt-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }

.apt-marquee__track {
	display: flex;
	gap: 22px;
	width: max-content;
	animation: apt-marquee 46s linear infinite;
}

.apt-marquee:hover .apt-marquee__track { animation-play-state: paused; }

@keyframes apt-marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }

.apt-marquee__item {
	flex: 0 0 auto;
	width: 210px;
	height: 210px;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--apt-line);
	box-shadow: 0 14px 34px -22px rgba(26, 28, 43, .5);
	transition: transform .3s ease;
}

.apt-marquee__item:hover { transform: translateY(-6px) scale(1.02); }
.apt-marquee__item img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   WHAT WE DO
   ========================================================= */
.apt-wwd__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 5vw, 66px); align-items: start; }

.apt-wwd__media { position: relative; }

.apt-wwd__body { display: flex; flex-direction: column; gap: 0; min-height: 0; }

.apt-wwd__head { margin-bottom: 14px; }

.apt-wwd__content { min-width: 0; }

.apt-wwd__text[data-apt-clamp] {
	position: relative;
	overflow: hidden;
	transition: max-height .4s ease;
}

.apt-wwd__text.is-clamped {
	-webkit-mask-image: linear-gradient(180deg, #000 72%, transparent);
	mask-image: linear-gradient(180deg, #000 72%, transparent);
}

.apt-clamp-toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 14px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-weight: 700;
	font-size: 15px;
	padding: 0;
}

.apt-clamp-toggle svg { transition: transform .3s; }
.apt-clamp-toggle .apt-clamp-toggle__less { display: none; }
.apt-clamp-toggle.is-open .apt-clamp-toggle__more { display: none; }
.apt-clamp-toggle.is-open .apt-clamp-toggle__less { display: inline; }
.apt-clamp-toggle.is-open svg { transform: rotate(180deg); }

.apt-wwd__toggle { color: var(--apt-primary-d); }

.apt-wwd__media img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: var(--apt-radius);
	box-shadow: 0 34px 70px -34px rgba(26, 28, 43, .5);
}

.apt-wwd .apt-heading__title {
	font-size: clamp(var(--apt-section-title-min), 4vw, var(--apt-wwd-title-max));
}

.apt-wwd .apt-rich {
	font-size: var(--apt-wwd-body-size);
}

/* =========================================================
   RICH TEXT
   ========================================================= */
.apt-rich { color: var(--apt-ink-2); font-size: clamp(15px, 1.5vw, 16.5px); line-height: 2.15; }
.apt-rich p { margin: 0 0 14px; }
.apt-rich b, .apt-rich strong { color: var(--apt-ink); font-weight: 800; }
.apt-rich ul, .apt-rich ol { margin: 0 0 14px; padding-inline-start: 1.3em; }
.apt-rich li { margin-bottom: 8px; }
.apt-rich a { color: var(--apt-primary-d); text-decoration: underline; }
.apt-rich h2, .apt-rich h3, .apt-rich h4 { color: var(--apt-ink); line-height: 1.55; margin: 22px 0 10px; font-weight: 800; }
.apt-rich h2 { font-size: clamp(19px, 2.4vw, 25px); }
.apt-rich h3 { font-size: clamp(17px, 2vw, 21px); }
.apt-rich img { border-radius: 16px; margin: 12px 0; }
.apt-terms .apt-rich--light { font-size: var(--apt-terms-body-size); }
.apt-rich--light { color: rgba(255, 255, 255, .8); }
.apt-rich--light b, .apt-rich--light strong { color: #fff; }
.apt-rich--light a { color: #ffb3bd; }

/* =========================================================
   BANNER — parallax
   ========================================================= */
.apt-banner {
	position: relative;
	min-height: clamp(340px, 46vw, 560px);
	display: flex;
	align-items: center;
	background-image: var(--apt-banner-bg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color: #1b1b2b;
	overflow: hidden;
}

.apt-banner__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 15, 24, .45), rgba(20, 19, 31, .82)); }

.apt-banner__inner { position: relative; z-index: 1; text-align: center; color: #fff; padding-block: 50px; }

.apt-banner__title {
	font-size: clamp(var(--apt-banner-title-min), 4.6vw, var(--apt-banner-title-max));
	font-weight: 900;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 900px;
	letter-spacing: -.5px;
	text-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.apt-banner__desc { margin: 20px auto 0; max-width: 700px; font-size: var(--apt-banner-desc-size); line-height: 2.05; color: rgba(255, 255, 255, .9); }
.apt-banner__cta { margin-top: 30px; display: flex; justify-content: center; }

/* =========================================================
   STEPS / REQUIREMENTS
   ========================================================= */
.apt-steps-sec { background: var(--apt-bg-soft); }

.apt-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }

.apt-step {
	position: relative;
	background: #fff;
	border: 1px solid var(--apt-line);
	border-radius: 20px;
	padding: 30px 24px 24px;
	box-shadow: 0 20px 46px -30px rgba(26, 28, 43, .5);
	transition: transform .25s, box-shadow .25s;
}

.apt-step:hover { transform: translateY(-6px); box-shadow: 0 30px 56px -28px rgba(26, 28, 43, .55); }

.apt-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	font-weight: 900;
	font-size: 22px;
	color: #fff;
	background: linear-gradient(135deg, var(--apt-primary), var(--apt-primary-d));
	box-shadow: 0 14px 26px -12px rgba(239, 35, 60, .6);
	margin-bottom: 16px;
}

.apt-step p { margin: 0; color: var(--apt-ink-2); font-size: 15px; line-height: 1.9; }

/* =========================================================
   TERMS — dark
   ========================================================= */
.apt-terms { background: linear-gradient(160deg, #12121c, #1c1424); color: #fff; overflow: hidden; }
.apt-terms__bg { position: absolute; inset: 0; z-index: 0; }
.apt-terms__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 360px 1fr; gap: clamp(28px, 4vw, 60px); align-items: start; }

.apt-terms__title { font-size: clamp(22px, 3vw, var(--apt-terms-title-max)); font-weight: 900; margin: 0 0 14px; line-height: 1.4; }
.apt-terms__hint { color: rgba(255, 255, 255, .72); font-size: 15px; line-height: 2; margin: 0 0 20px; }

.apt-terms__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 700;
	font-size: 14.5px;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, .25);
	background: rgba(255, 255, 255, .06);
	padding: 11px 20px;
	border-radius: 13px;
	transition: background .2s, border-color .2s;
}

.apt-terms__link:hover { background: var(--apt-primary); border-color: var(--apt-primary); }

.apt-terms__panel {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--apt-radius);
	padding: clamp(24px, 3vw, 38px);
	backdrop-filter: blur(6px);
}

.apt-terms__body[data-apt-clamp] { position: relative; overflow: hidden; transition: max-height .4s ease; }
.apt-terms__body.is-clamped { -webkit-mask-image: linear-gradient(180deg, #000 68%, transparent); mask-image: linear-gradient(180deg, #000 68%, transparent); }

.apt-single .apt-terms__toggle {
	color: #ffb3bd !important;
}

.apt-terms__toggle svg { transition: transform .3s; }

/* =========================================================
   ARTICLE
   ========================================================= */
.apt-article__inner { max-width: 840px; margin-inline: auto; }
.apt-article__body { font-size: 16px; }

/* =========================================================
   REVIEWS
   ========================================================= */
.apt-reviews { background: var(--apt-bg-soft); }

.apt-reviews__box {
	max-width: 920px;
	margin-inline: auto;
	background: #fff;
	border: 1px solid var(--apt-line);
	border-radius: var(--apt-radius);
	padding: clamp(24px, 3vw, 40px);
	box-shadow: 0 26px 60px -40px rgba(26, 28, 43, .5);
}

.apt-reviews__box .nar-reviews-wrapper--apt {
	width: 100%;
}

.apt-reviews__box .woocommerce-Reviews-title,
.apt-reviews__box #reply-title { font-size: 20px; font-weight: 800; color: var(--apt-ink); }

.apt-reviews__box .comment-form input[type="text"],
.apt-reviews__box .comment-form input[type="email"],
.apt-reviews__box .comment-form input[type="tel"],
.apt-reviews__box .comment-form textarea {
	border: 1px solid var(--apt-line); border-radius: 12px; padding: 12px 14px; font-family: inherit; width: 100%; background: var(--apt-bg-soft);
}

.apt-reviews__box .comment-form .submit,
.apt-reviews__box button[type="submit"] {
	background: linear-gradient(135deg, var(--apt-primary), var(--apt-primary-d));
	border: none; border-radius: 12px; color: #fff; font-weight: 800; padding: 12px 30px; cursor: pointer;
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.apt-final {
	position: relative;
	overflow: hidden;
	background: linear-gradient(150deg, #12121c, #2a1020 70%, #3a0d1c);
	color: #fff;
	padding-block: clamp(64px, 9vw, 120px);
	text-align: center;
}

.apt-final__bg { position: absolute; inset: 0; z-index: 0; }
.apt-final__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }

.apt-final__title {
	font-size: clamp(28px, 5vw, var(--apt-final-title-max));
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 14px;
	letter-spacing: -.6px;
}

.apt-final__title span {
	background: linear-gradient(90deg, var(--apt-primary-2), #ffb85c);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.apt-final__desc { color: rgba(255, 255, 255, .8); font-size: clamp(15px, 1.8vw, 18px); margin: 0 0 30px; max-width: 620px; }
.apt-final__price { margin-bottom: 22px; }
.apt-final__price span { display: block; font-size: 13px; color: rgba(255, 255, 255, .6); font-weight: 600; }
.apt-final__price-value { font-size: clamp(24px, 3vw, 34px); font-weight: 900; color: #fff; }
.apt-final__price-value .woocommerce-Price-amount { color: #fff; }

/* =========================================================
   MOBILE STICKY BAR
   ========================================================= */
.apt-sticky-bar {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 60;
	display: none;
	align-items: center;
	gap: 12px;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	background: rgba(18, 18, 28, .96);
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, .1);
	transform: translateY(120%);
	transition: transform .35s ease;
}

.apt-sticky-bar.is-visible { transform: translateY(0); }
.apt-sticky-bar__price { display: flex; flex-direction: column; line-height: 1.25; flex: 0 0 auto; }
.apt-sticky-bar__label { font-size: 10.5px; color: rgba(255, 255, 255, .6); font-weight: 600; }
.apt-sticky-bar__value { font-size: 15px; font-weight: 900; color: #fff; white-space: nowrap; }
.apt-sticky-bar__value del { display: none; }
.apt-sticky-bar .apt-order-wrapper { flex: 1 1 auto; }
.apt-sticky-bar .apt-cta-btn.ppa-atc-btn { width: 100%; padding-block: 13px; font-size: 15.5px; }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.apt-reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.apt-reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
	.apt-hero { min-height: 0; }
	.apt-hero__grid { grid-template-columns: 1fr; gap: 40px; }
	.apt-hero__visual { order: -1; max-width: 460px; margin-inline: auto; width: 100%; }
	.apt-hero__float--1 { inset-inline-start: 0; }
	.apt-hero__float--2 { inset-inline-end: 0; }
	.apt-wwd__grid { grid-template-columns: 1fr; }
	.apt-wwd__media { max-width: 460px; margin-inline: auto; }
	.apt-terms__grid { grid-template-columns: 1fr; }
	.apt-banner { background-attachment: scroll; }
	.apt-scroll-hint { display: none; }
}

@media (max-width: 640px) {
	.apt-single { font-size: 15px; padding-bottom: 80px; }
	.apt-hero__actions { flex-direction: column; align-items: stretch; }
	.apt-hero__actions .apt-order-wrapper { width: 100%; }
	.apt-single .apt-cta-btn.ppa-atc-btn { width: 100%; }
	.apt-marquee__item { width: 150px; height: 150px; }
	.apt-sticky-bar { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
	.apt-reveal { opacity: 1; transform: none; transition: none; }
	.apt-marquee__track, .apt-hero__ring, .apt-scroll-hint span { animation: none; }
}
