/* =========================================================
   Haal Carwash - main.css
   Dark automotive theme, responsive, animated.
   ========================================================= */

:root {
	--bg: #06080f;
	--bg-2: #0a0e1c;
	--surface: #10152a;
	--surface-2: #161d3a;
	--line: rgba(255, 255, 255, .08);
	--line-strong: rgba(255, 255, 255, .16);
	--text: #eef2fb;
	--muted: #a6b1cf;
	--muted-2: #74809f;
	--brand: #2fe6c8;      /* aqua mint */
	--brand-2: #7c5cff;    /* electric violet */
	--brand-ink: #04120f;
	--accent: #b6ff5c;     /* lime spark */
	--danger: #ff6b6b;
	--radius: 18px;
	--radius-sm: 12px;
	--radius-lg: 28px;
	--shadow: 0 24px 60px -24px rgba(2, 8, 20, .85);
	--shadow-glow: 0 0 0 1px var(--line), 0 20px 50px -20px rgba(47, 230, 200, .35);
	--container: 1180px;
	--font-display: "Sora", "Segoe UI", system-ui, sans-serif;
	--font-body: "Manrope", "Segoe UI", system-ui, sans-serif;
	--ease: cubic-bezier(.22, 1, .36, 1);
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	background-image:
		radial-gradient(1200px 600px at 85% -10%, rgba(124, 92, 255, .20), transparent 60%),
		radial-gradient(900px 500px at 5% 5%, rgba(47, 230, 200, .14), transparent 55%);
	background-attachment: fixed;
}

h1, h2, h3, h4, h5 { font-family: var(--font-display); line-height: 1.1; margin: 0 0 .5em; letter-spacing: -.02em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1rem; color: var(--muted); }
a { color: var(--brand); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: #7fe9f2; }
img { max-width: 100%; height: auto; display: block; }

.container { width: min(var(--container), 92%); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 7rem) 0; position: relative; z-index: 1; }

/* ---------- Scroll progress bar ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 200; background: linear-gradient(90deg, var(--brand), var(--brand-2), var(--accent)); box-shadow: 0 0 12px rgba(47, 230, 200, .6); transition: width .1s linear; }

/* ---------- Animated aurora background ---------- */
.aurora { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.aurora__orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5; mix-blend-mode: screen; }
.aurora__orb--1 { width: 46vw; height: 46vw; background: radial-gradient(circle, rgba(47, 230, 200, .55), transparent 65%); top: -12vw; left: -8vw; animation: aurora1 22s ease-in-out infinite; }
.aurora__orb--2 { width: 42vw; height: 42vw; background: radial-gradient(circle, rgba(124, 92, 255, .5), transparent 65%); top: 30vh; right: -12vw; animation: aurora2 26s ease-in-out infinite; }
.aurora__orb--3 { width: 34vw; height: 34vw; background: radial-gradient(circle, rgba(182, 255, 92, .28), transparent 65%); bottom: -14vw; left: 30vw; animation: aurora3 30s ease-in-out infinite; }
.aurora__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 60px 60px; -webkit-mask-image: radial-gradient(circle at 50% 30%, #000, transparent 75%); mask-image: radial-gradient(circle at 50% 30%, #000, transparent 75%); }
@keyframes aurora1 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(6vw, 8vh) scale(1.15); } }
@keyframes aurora2 { 0%, 100% { transform: translate(0, 0) scale(1.1); } 50% { transform: translate(-8vw, -6vh) scale(1); } }
@keyframes aurora3 { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-6vw, -10vh) scale(1.2); } }

/* ---------- Marquee ---------- */
.marquee { position: relative; z-index: 1; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .02); padding: .9rem 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: inline-flex; align-items: center; gap: 2.5rem; white-space: nowrap; animation: marquee 32s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--muted); letter-spacing: .01em; }
.marquee__item .hc-icon { width: 18px; height: 18px; color: var(--brand); }
@keyframes marquee { to { transform: translateX(-50%); } }

.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: absolute; left: -999px; top: 0; z-index: 999; background: var(--brand); color: var(--brand-ink); padding: .6rem 1rem; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* ---------- Eyebrows / helpers ---------- */
.eyebrow {
	display: inline-block; font-family: var(--font-display); font-weight: 600;
	font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
	color: var(--brand); margin-bottom: .9rem;
}
.eyebrow--pill {
	padding: .45rem .9rem; border: 1px solid var(--line-strong);
	border-radius: 999px; background: rgba(47, 230, 200, .06); color: var(--text);
	letter-spacing: .12em;
}
.section__head { max-width: 720px; margin: 0 auto clamp(2rem, 4vw, 3.5rem); text-align: center; }
.section__lead { font-size: 1.08rem; color: var(--muted); }
.section__foot { text-align: center; margin-top: 2.5rem; }

.link-arrow { font-family: var(--font-display); font-weight: 600; color: var(--brand); display: inline-flex; align-items: center; gap: .4rem; }
.link-arrow span, .link-arrow .hc-icon { transition: transform .25s var(--ease); }
.link-arrow:hover span, .link-arrow:hover .hc-icon { transform: translateX(4px); }

/* ---------- Icons ---------- */
.hc-icon { width: 1.4em; height: 1.4em; display: inline-block; vertical-align: middle; flex: 0 0 auto; }
.hc-icon--star { width: 1em; height: 1em; color: #ffce54; }
.eyebrow .hc-icon { width: 1.05em; height: 1.05em; margin-right: .35rem; color: var(--brand); }

/* ---------- Buttons ---------- */
.btn {
	--btn-bg: var(--surface);
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	font-family: var(--font-display); font-weight: 600; font-size: .98rem;
	padding: .8rem 1.4rem; border-radius: 999px; border: 1px solid var(--line-strong);
	background: var(--btn-bg); color: var(--text); cursor: pointer;
	transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
	white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
	background: linear-gradient(135deg, var(--brand), var(--brand-2));
	color: var(--brand-ink); border-color: transparent;
	box-shadow: 0 14px 34px -12px rgba(47, 230, 200, .6);
}
.btn--primary:hover { color: var(--brand-ink); box-shadow: 0 20px 44px -12px rgba(47, 230, 200, .8); }
.btn--ghost { background: rgba(255, 255, 255, .04); }
.btn--ghost:hover { background: rgba(255, 255, 255, .09); }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---------- Header / Nav ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100;
	backdrop-filter: blur(14px);
	background: rgba(10, 15, 26, .55);
	border-bottom: 1px solid transparent;
	transition: background .3s var(--ease), border-color .3s var(--ease);
}
.site-header.is-stuck { background: rgba(8, 12, 22, .92); border-bottom-color: var(--line); }
.nav { display: flex; align-items: center; gap: 1.5rem; padding: .9rem 0; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--text); font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.brand__mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: var(--brand-ink); }
.brand__text strong { color: var(--brand); }
.brand:hover { color: var(--text); }
.custom-logo-link { display: inline-flex; }

.nav__links { margin-left: auto; }
.nav__menu { display: flex; gap: .3rem; list-style: none; margin: 0; padding: 0; }
.nav__menu a { color: var(--muted); font-family: var(--font-display); font-weight: 500; font-size: .95rem; padding: .5rem .85rem; border-radius: 999px; transition: color .2s, background .2s; }
.nav__menu a:hover, .nav__menu .current-menu-item > a { color: var(--text); background: rgba(255, 255, 255, .06); }

.nav__cta { display: flex; gap: .6rem; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(255, 255, 255, .04); cursor: pointer; align-items: center; justify-content: center; }
.nav__toggle span { width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
	position: fixed; inset: 0; z-index: 150; display: flex; flex-direction: column; justify-content: center;
	padding: 5rem 8% 6rem;
	background: linear-gradient(160deg, rgba(6, 8, 15, .98), rgba(10, 14, 28, .98));
	backdrop-filter: blur(18px);
	opacity: 0; visibility: hidden; transform: translateY(-8px);
	transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
}
.mobile-nav::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60vw 40vw at 80% 10%, rgba(124, 92, 255, .25), transparent 70%), radial-gradient(50vw 40vw at 10% 90%, rgba(47, 230, 200, .2), transparent 70%); pointer-events: none; }
.mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-nav[hidden] { display: flex; }
.mobile-nav ul { position: relative; list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: .3rem; }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; color: var(--text); font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; letter-spacing: -.01em; padding: .7rem 0; border-bottom: 1px solid var(--line); opacity: 0; transform: translateX(-18px); }
.mobile-nav.is-open a { animation: navIn .5s var(--ease) forwards; }
.mobile-nav.is-open li:nth-child(1) a { animation-delay: .06s; }
.mobile-nav.is-open li:nth-child(2) a { animation-delay: .12s; }
.mobile-nav.is-open li:nth-child(3) a { animation-delay: .18s; }
.mobile-nav.is-open li:nth-child(4) a { animation-delay: .24s; }
.mobile-nav.is-open li:nth-child(5) a { animation-delay: .3s; }
.mobile-nav.is-open li:nth-child(6) a { animation-delay: .36s; }
.mobile-nav.is-open li:nth-child(7) a { animation-delay: .42s; }
.mobile-nav a:hover { color: var(--brand); }
.mobile-nav__cta { position: relative; display: grid; gap: .7rem; }
@keyframes navIn { to { opacity: 1; transform: none; } }
body.nav-open { overflow: hidden; }

/* ---------- Mobile bottom action bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 640px) {
	.mobile-bar {
		display: grid; grid-template-columns: repeat(5, 1fr); align-items: center;
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 140;
		padding: .5rem .4rem calc(.5rem + env(safe-area-inset-bottom));
		background: rgba(8, 11, 22, .92); backdrop-filter: blur(16px);
		border-top: 1px solid var(--line);
	}
	.mobile-bar__item { display: flex; flex-direction: column; align-items: center; gap: 3px; color: var(--muted); font-family: var(--font-display); font-weight: 600; font-size: .68rem; padding: .35rem 0; }
	.mobile-bar__item .hc-icon { width: 22px; height: 22px; }
	.mobile-bar__item:hover, .mobile-bar__item:focus { color: var(--text); }
	.mobile-bar__item--primary { color: var(--brand-ink); }
	.mobile-bar__item--primary .hc-icon { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: var(--brand-ink); box-shadow: 0 10px 24px -8px rgba(47, 230, 200, .7); margin-top: -22px; }
	.mobile-bar__item--primary span { color: var(--text); }
	body { padding-bottom: 68px; }
}
.hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero__photo { position: absolute; top: 0; right: 0; width: 62%; height: 100%; object-fit: cover; object-position: center right; opacity: .5; -webkit-mask-image: linear-gradient(90deg, transparent, #000 55%); mask-image: linear-gradient(90deg, transparent, #000 55%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.hero__glow--1 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(47, 230, 200, .5), transparent 70%); top: -80px; right: 4%; animation: drift 14s ease-in-out infinite; }
.hero__glow--2 { width: 480px; height: 480px; background: radial-gradient(circle, rgba(124, 92, 255, .45), transparent 70%); bottom: -140px; left: -60px; animation: drift 18s ease-in-out infinite reverse; }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; }
.hero__title { margin-bottom: 1.2rem; }
.hero__brand { display: block; font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 800; background: linear-gradient(120deg, #fff 0%, var(--brand) 40%, var(--brand-2) 60%, #fff 100%); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 7s linear infinite; }
@keyframes shine { to { background-position: 250% 0; } }
.hero__headline { display: block; font-size: clamp(1.3rem, 2.6vw, 1.9rem); font-weight: 600; color: var(--text); margin-top: .3rem; }
.hero__lead { font-size: 1.12rem; max-width: 34ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1.4rem; }
.hero__ticks { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1.2rem; }
.hero__ticks li { position: relative; padding-left: 1.5rem; color: var(--muted); font-size: .95rem; }
.hero__ticks li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border-radius: 50%; background: rgba(182, 255, 92, .18); box-shadow: inset 0 0 0 2px var(--accent); }
.hero__ticks li::after { content: ""; position: absolute; left: 5px; top: calc(50% - 3px); width: 4px; height: 7px; border: 2px solid var(--accent); border-top: 0; border-left: 0; transform: rotate(40deg); }

/* Phone mock + floating cards */
.hero__stage { position: relative; height: 100%; min-height: 460px; display: grid; place-items: center; perspective: 1400px; }
.phone {
	position: relative; width: 270px; height: 540px; border-radius: 40px; padding: 14px;
	background: linear-gradient(160deg, #1b2740, #0c1424);
	border: 1px solid var(--line-strong);
	box-shadow: var(--shadow), inset 0 0 0 2px rgba(255, 255, 255, .03);
	transform: rotateY(-14deg) rotateX(6deg); transform-style: preserve-3d;
	transition: transform .6s var(--ease);
}
.hero__stage:hover .phone { transform: rotateY(-6deg) rotateX(3deg); }
.phone__notch { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 120px; height: 22px; background: #0a0f1a; border-radius: 0 0 16px 16px; z-index: 3; }
.phone__screen { position: relative; height: 100%; border-radius: 28px; background: linear-gradient(180deg, #0f1a2e, #0b1322); padding: 42px 16px 18px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.app-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: 16px; padding: 14px; }
.app-card--head { background: linear-gradient(135deg, rgba(47, 230, 200, .18), rgba(124, 92, 255, .14)); display: flex; flex-direction: column; gap: 4px; }
.app-card__eyebrow { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); }
.app-card--head strong { font-family: var(--font-display); font-size: 1.15rem; }
.app-card__pill { align-self: flex-start; margin-top: 4px; font-size: .72rem; padding: .2rem .6rem; border-radius: 999px; background: rgba(182, 255, 92, .16); color: var(--accent); }
.app-card--row { display: flex; align-items: center; gap: 10px; }
.app-ico { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255, 255, 255, .06); color: var(--brand); }
.app-ico .hc-icon { width: 18px; height: 18px; }
.app-card__go .hc-icon { width: 18px; height: 18px; }
.app-card--row div { display: flex; flex-direction: column; line-height: 1.2; }
.app-card--row strong { font-size: .86rem; font-family: var(--font-display); }
.app-card--row em { font-style: normal; font-size: .72rem; color: var(--muted-2); }
.app-card__go { margin-left: auto; color: var(--brand); }
.app-progress { height: 6px; border-radius: 999px; background: rgba(255, 255, 255, .08); overflow: hidden; }
.app-progress span { display: block; height: 100%; width: 68%; border-radius: 999px; background: linear-gradient(90deg, var(--brand), var(--brand-2)); animation: fill 3.5s var(--ease) infinite alternate; }
.app-card--foot { text-align: center; font-size: .78rem; color: var(--muted); background: transparent; border-style: dashed; }

.chip-card {
	position: absolute; display: flex; align-items: center; gap: .5rem;
	background: rgba(18, 28, 48, .9); border: 1px solid var(--line-strong);
	border-radius: 14px; padding: .6rem .85rem; box-shadow: var(--shadow);
	backdrop-filter: blur(6px); font-size: .82rem;
}
.chip-card__label { font-family: var(--font-display); font-weight: 600; }
.chip-card--rating { top: 8%; right: 2%; }
.chip-card__num { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--brand); display: inline-flex; align-items: center; gap: 2px; }
.chip-card__num small { color: #ffd66b; }
.chip-card--wait { bottom: 18%; left: -2%; }
.chip-card__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(182, 255, 92, .18); }
.chip-card--book { bottom: 4%; right: 6%; }
.chip-card__plus { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: var(--brand-ink); }
.chip-card__plus .hc-icon { width: 16px; height: 16px; }
.chip-card__num .hc-icon--star { width: .9em; height: .9em; }

/* ---------- Services ---------- */
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.service-card { background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.5rem; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-6px); border-color: var(--line-strong); box-shadow: var(--shadow-glow); }
.service-card__ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; color: var(--brand); background: rgba(47, 230, 200, .1); margin-bottom: 1.1rem; transition: transform .35s var(--ease), background .3s; }
.service-card__ico .hc-icon { width: 26px; height: 26px; }
.service-card:hover .service-card__ico { transform: translateY(-3px) scale(1.06); background: rgba(47, 230, 200, .18); }
.service-card h3 { margin-bottom: .4rem; }
.service-card p { font-size: .94rem; margin: 0; }

/* ---------- Stats ---------- */
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.stat { background: rgba(255, 255, 255, .03); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.5rem; text-align: left; }
.stat__num { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--text); display: inline-flex; align-items: center; gap: 4px; }
.stat__star { color: #ffce54; width: .8em; height: .8em; }
.stat__label { margin: .3rem 0 .3rem; color: var(--brand); font-size: 1.05rem; }
.stat p { font-size: .9rem; margin: 0; }

/* ---------- Features ---------- */
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feature-card { position: relative; background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.6rem 1.7rem; overflow: hidden; transition: transform .3s var(--ease), border-color .3s; }
.feature-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--brand-2)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.feature-card:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-card__num { font-family: var(--font-display); font-weight: 800; font-size: 1rem; color: var(--brand); background: rgba(47, 230, 200, .1); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; margin-bottom: 1rem; }
.feature-card h2, .feature-card h3 { font-size: 1.2rem; margin-bottom: .4rem; }
.feature-card p { font-size: .95rem; margin: 0; }

/* ---------- Steps ---------- */
.steps__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.steps__grid--lg { gap: 1.4rem; }
.step-card { position: relative; padding: 1.8rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .03); }
.step-card__num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; font-family: var(--font-display); font-weight: 800; color: var(--brand-ink); background: linear-gradient(135deg, var(--brand), var(--brand-2)); margin-bottom: 1rem; }
.step-card h2, .step-card h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.step-card p { font-size: .93rem; margin: 0; }
.step-card--lg { padding: 2.2rem 1.8rem; }

/* ---------- Testimonials ---------- */
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.review { margin: 0; background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem 1.6rem; }
.review__stars { display: inline-flex; gap: 2px; color: #ffce54; margin-bottom: .8rem; }
.review__stars .hc-icon { width: 18px; height: 18px; }
.review__title { font-size: 1.15rem; margin-bottom: .5rem; }
.review blockquote { margin: 0 0 1.2rem; color: var(--muted); font-size: .98rem; }
.review figcaption { display: flex; align-items: center; gap: .7rem; }
.review__avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: var(--brand-ink); background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.review figcaption span { display: flex; flex-direction: column; line-height: 1.2; }
.review figcaption em { font-style: normal; font-size: .8rem; color: var(--muted-2); }

/* ---------- FAQ ---------- */
.faq__list { max-width: 820px; margin: 0 auto; display: grid; gap: .8rem; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255, 255, 255, .03); overflow: hidden; }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; padding: 1.1rem 1.3rem; background: none; border: 0; color: var(--text); font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; cursor: pointer; }
.faq__icon { position: relative; flex: 0 0 20px; width: 20px; height: 20px; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: var(--brand); transform: translate(-50%, -50%); transition: transform .3s var(--ease); }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__q[aria-expanded="true"] .faq__icon::after { transform: translate(-50%, -50%) rotate(0); }
.faq__a { padding: 0 1.3rem 1.2rem; }
.faq__a p { margin: 0; }
.faq__a[hidden] { display: none; }
.faq__more { text-align: center; margin-top: 2rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { padding: clamp(3rem, 6vw, 5rem) 0; }
.cta-band__inner { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; align-items: center; padding: clamp(2rem, 5vw, 3.4rem); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-strong); background: linear-gradient(135deg, rgba(10, 15, 26, .82), rgba(14, 22, 38, .88)), url("../img/texture-water.png") center/cover no-repeat, var(--surface); }
.cta-band__inner > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(234, 241, 251, .82); }
.cta-band__buttons { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.4rem 0 .8rem; }
.cta-band__note { font-size: .88rem; margin: 0; }
.cta-band__badge { display: grid; place-items: center; }
.ring { width: 160px; height: 160px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: conic-gradient(var(--brand), var(--brand-2), var(--accent), var(--brand)); color: var(--brand-ink); font-family: var(--font-display); box-shadow: 0 20px 50px -18px rgba(47, 230, 200, .7); animation: spin 14s linear infinite; padding: 6px; }
.ring__inner { width: 100%; height: 100%; border-radius: 50%; background: var(--surface); color: var(--text); display: grid; place-content: center; gap: 2px; animation: spin 14s linear infinite reverse; }
.ring__inner strong { font-size: 2rem; font-weight: 800; }
.ring__inner .hc-icon--star { width: 20px; height: 20px; margin: 0 auto; }
.ring em { display: block; font-style: normal; font-size: .72rem; font-weight: 600; color: var(--muted); margin-top: 2px; }

/* ---------- Store badges ---------- */
.store-badge { display: inline-flex; flex-direction: column; padding: .55rem 1.1rem; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(255, 255, 255, .04); color: var(--text); line-height: 1.2; transition: transform .2s var(--ease), background .2s; }
.store-badge:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .08); color: var(--text); }
.store-badge__eyebrow { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.store-badge__name { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; }
.store-badge--light { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .25); }

/* ---------- Page hero ---------- */
.page-hero { position: relative; padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2rem, 4vw, 3rem); text-align: center; }
.page-hero .container { max-width: 780px; }
.page-hero__lead { font-size: 1.12rem; margin-inline: auto; max-width: 60ch; }
.page-hero__cta { display: flex; gap: .8rem; justify-content: center; margin-top: 1.6rem; flex-wrap: wrap; }
.page-hero--blog, .page-hero--post { text-align: left; }
.page-hero--blog .container, .page-hero--post .container { margin-inline: auto; }
.post-meta { color: var(--muted-2); display: flex; gap: .6rem; align-items: center; font-size: .92rem; }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.5rem; align-items: start; }
.about__links { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.2rem; }
.about__values { list-style: none; margin: 0; padding: 0; display: grid; gap: .9rem; }
.about__values li { display: flex; flex-direction: column; gap: .2rem; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255, 255, 255, .03); }
.about__values strong { font-family: var(--font-display); color: var(--text); }
.about__values span { color: var(--muted); font-size: .93rem; }

/* ---------- About banner + markets ---------- */
.about-banner { padding-top: 0; }
.about-banner__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-strong); box-shadow: var(--shadow); }
.about-banner__media img { width: 100%; height: clamp(240px, 42vw, 460px); object-fit: cover; }
.markets__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.market-card { display: flex; flex-direction: column; align-items: flex-start; gap: .3rem; padding: 1.4rem 1.3rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255, 255, 255, .03); transition: transform .3s var(--ease), border-color .3s; }
.market-card__ico { color: var(--brand); margin-bottom: .3rem; }
.market-card__ico .hc-icon { width: 22px; height: 22px; }
.market-card strong { font-family: var(--font-display); }
.market-card span { color: var(--muted-2); font-size: .85rem; }

/* ---------- Support ---------- */
.support__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.support-card { display: block; padding: 2rem 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--surface), var(--bg-2)); color: var(--text); transition: transform .3s var(--ease), border-color .3s; }
.support-card:hover { transform: translateY(-6px); border-color: var(--line-strong); color: var(--text); }
.support-card__ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; color: var(--brand); background: rgba(47, 230, 200, .1); margin-bottom: 1rem; transition: transform .35s var(--ease); }
.support-card__ico .hc-icon { width: 26px; height: 26px; }
.support-card:hover .support-card__ico { transform: translateY(-3px) scale(1.06); }
.support-card h2 { font-size: 1.2rem; margin-bottom: .3rem; }
.support-card p { margin: 0; font-size: .95rem; }

/* ---------- Download hero ---------- */
.download-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.download-hero__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-strong); box-shadow: var(--shadow); }
.download-hero__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.download__badges { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.6rem 0 1.4rem; }

/* ---------- Contact ---------- */
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2.5rem; align-items: start; }
.contact__list { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .9rem; }
.contact__list li { display: flex; flex-direction: column; gap: .1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.contact__list span { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-2); }
.contact__form-wrap { background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; }
.field { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: .9rem; }
.field input, .field textarea { background: var(--bg); border: 1px solid var(--line-strong); border-radius: 12px; padding: .8rem 1rem; color: var(--text); font-family: var(--font-body); font-size: 1rem; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(47, 230, 200, .2); }
.contact-form__note { font-size: .82rem; color: var(--muted-2); margin: .8rem 0 0; text-align: center; }
.form-notice { padding: 1rem 1.2rem; border-radius: 12px; margin-bottom: 1.2rem; font-size: .95rem; }
.form-notice--ok { background: rgba(182, 255, 92, .12); border: 1px solid rgba(182, 255, 92, .4); color: var(--accent); }
.form-notice--err { background: rgba(255, 107, 107, .1); border: 1px solid rgba(255, 107, 107, .4); color: #ffb0b0; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.post-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); transition: transform .3s var(--ease), border-color .3s; }
.post-card:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.post-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, rgba(10,15,26,.5), rgba(14,22,38,.7)), url("../img/texture-water.png") center/cover no-repeat, var(--bg-2); display: grid; place-items: center; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__placeholder { font-family: var(--font-display); font-weight: 700; color: var(--muted-2); }
.post-card__body { padding: 1.4rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.post-card__meta { display: flex; align-items: center; gap: .7rem; font-size: .82rem; color: var(--muted-2); }
.chip { font-size: .72rem; padding: .2rem .6rem; border-radius: 999px; background: rgba(47, 230, 200, .1); color: var(--brand); }
.post-card__title { font-size: 1.2rem; margin: 0; }
.post-card__title a { color: var(--text); }
.post-card__title a:hover { color: var(--brand); }
.post-card__excerpt { font-size: .93rem; margin: 0; }
.post-card .link-arrow { margin-top: auto; }
.pagination { margin-top: 3rem; text-align: center; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .6rem; margin: 0 .2rem; border: 1px solid var(--line); border-radius: 12px; color: var(--text); font-family: var(--font-display); }
.pagination .current { background: var(--brand); color: var(--brand-ink); border-color: transparent; }

/* ---------- Single / prose ---------- */
.single__wrap { max-width: 760px; margin-inline: auto; }
.single__media { border-radius: var(--radius); overflow: hidden; margin-bottom: 2rem; }
.prose { font-size: 1.08rem; color: var(--text); }
.prose p { color: var(--muted); }
.prose h2, .prose h3 { margin-top: 2rem; color: var(--text); }
.prose a { text-decoration: underline; }
.prose ul, .prose ol { color: var(--muted); padding-left: 1.3rem; }
.prose img { border-radius: var(--radius); margin: 1.5rem 0; }
.prose blockquote { margin: 1.5rem 0; padding: 1rem 1.4rem; border-left: 3px solid var(--brand); background: rgba(255, 255, 255, .03); border-radius: 0 12px 12px 0; }
.single__nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.single__nav a { font-family: var(--font-display); }

/* ---------- 404 ---------- */
.error-404__inner { max-width: 620px; margin-inline: auto; text-align: center; }
.error-404__cta { display: flex; gap: .8rem; justify-content: center; margin-top: 1.6rem; flex-wrap: wrap; }
.empty { text-align: center; color: var(--muted); padding: 3rem 0; }

/* ---------- Footer ---------- */
.site-main { position: relative; z-index: 1; }
.site-footer { position: relative; z-index: 1; border-top: 1px solid var(--line); background: var(--bg-2); margin-top: 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; padding: clamp(2.5rem, 5vw, 4rem) 0 2.5rem; }
.footer__tag { max-width: 34ch; font-size: .95rem; margin: 1rem 0 1.2rem; }
.footer__stores { display: flex; gap: .7rem; flex-wrap: wrap; }
.footer__title { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 1rem; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.footer__col a { color: var(--muted); font-size: .95rem; }
.footer__col a:hover { color: var(--brand); }
.footer__regions { margin-top: 1rem; font-size: .85rem; color: var(--muted-2); }
.footer__bar { border-top: 1px solid var(--line); }
.footer__bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.3rem 0; flex-wrap: wrap; }
.footer__bar p { margin: 0; font-size: .88rem; color: var(--muted-2); }
.footer__legal { display: flex; gap: 1.2rem; }
.footer__legal a { color: var(--muted); }

/* ---------- Explore hub ---------- */
.explore { position: relative; }
.explore__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.explore-card { position: relative; display: flex; flex-direction: column; gap: .5rem; padding: 1.8rem 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, var(--surface), var(--bg-2)); color: var(--text); overflow: hidden; transition: transform .35s var(--ease), border-color .3s, box-shadow .35s; }
.explore-card::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(130deg, transparent 40%, rgba(47, 230, 200, .6), transparent 70%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .4s; z-index: 1; }
.explore-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow-glow); color: var(--text); }
.explore-card:hover::before { opacity: 1; }
.explore-card__ico { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; color: var(--brand); background: rgba(47, 230, 200, .1); }
.explore-card__ico .hc-icon { width: 24px; height: 24px; }
.explore-card h3 { margin: .4rem 0 0; font-size: 1.2rem; }
.explore-card p { font-size: .93rem; margin: 0; flex: 1; }
.explore-card__go { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--brand); }
.explore-card__go .hc-icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.explore-card:hover .explore-card__go .hc-icon { transform: translateX(4px); }
.explore__cta { display: flex; gap: .8rem; justify-content: center; margin-top: 2.5rem; flex-wrap: wrap; }

/* ---------- Showcase ---------- */
.showcase__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.showcase__row + .showcase__row { margin-top: clamp(2.5rem, 6vw, 5rem); }
.showcase__row--flip .showcase__media { order: 2; }
.showcase__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-strong); box-shadow: var(--shadow); }
.showcase__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; transition: transform .8s var(--ease); }
.showcase__row:hover .showcase__media img { transform: scale(1.05); }
.showcase__glow { position: absolute; inset: auto -20% -40% -20%; height: 60%; background: radial-gradient(circle at 50% 100%, rgba(47, 230, 200, .5), transparent 70%); filter: blur(40px); pointer-events: none; }
.showcase__text h2 { margin-bottom: .6rem; }
.showcase__text .eyebrow { display: inline-flex; align-items: center; }

/* ---------- 3D tilt + glare ---------- */
.tilt { position: relative; transform-style: preserve-3d; will-change: transform; transition: transform .3s var(--ease); }
.tilt::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .16), transparent 60%); opacity: 0; transition: opacity .35s var(--ease); pointer-events: none; z-index: 2; }
.tilt:hover::after { opacity: 1; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .06s; }
.reveal:nth-child(3) { transition-delay: .12s; }
.reveal:nth-child(4) { transition-delay: .18s; }
.reveal:nth-child(5) { transition-delay: .24s; }
.reveal:nth-child(6) { transition-delay: .3s; }

/* ---------- Float / keyframes ---------- */
.float-slow { animation: float 6s ease-in-out infinite; }
.float-med { animation: float 4.5s ease-in-out infinite; }
.float-fast { animation: float 3.6s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes drift { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-24px, 20px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes fill { from { width: 30%; } to { width: 85%; } }

/* ---------- Responsive: laptop / small desktop ---------- */
@media (max-width: 1100px) {
	.explore__grid, .features__grid, .testimonials__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Responsive: tablet ---------- */
@media (max-width: 992px) {
	.nav { gap: 1rem; }
	.nav__links, .nav__cta { display: none; }
	.nav__toggle { display: flex; margin-left: auto; }

	.hero { padding-top: 2rem; }
	.hero__inner { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
	.hero__stage { order: -1; min-height: 380px; }
	.hero__lead { max-width: none; margin-inline: auto; }
	.hero__cta, .hero__ticks { justify-content: center; }
	.hero__photo { width: 100%; opacity: .28; -webkit-mask-image: linear-gradient(180deg, transparent, #000 40%, transparent); mask-image: linear-gradient(180deg, transparent, #000 40%, transparent); }
	.phone { transform: none; }
	.hero__stage:hover .phone { transform: none; }

	.services__grid, .stats__grid, .steps__grid { grid-template-columns: repeat(2, 1fr); }
	.features__grid, .testimonials__grid, .support__cards, .post-grid, .explore__grid { grid-template-columns: repeat(2, 1fr); }
	.markets__grid { grid-template-columns: repeat(3, 1fr); }
	.about__grid, .contact__grid { grid-template-columns: 1fr; }
	.showcase__row, .showcase__row--flip { grid-template-columns: 1fr; }
	.showcase__row--flip .showcase__media { order: 0; }
	.download-hero__grid { grid-template-columns: 1fr; text-align: center; }
	.download-hero__media { order: -1; }
	.download__badges { justify-content: center; }
	.download-hero__text .hero__ticks { justify-content: center; }
	.cta-band__inner { grid-template-columns: 1fr; text-align: center; }
	.cta-band__buttons { justify-content: center; }
	.footer__grid { grid-template-columns: 1fr 1fr; }
}

/* ---------- Responsive: mobile ---------- */
@media (max-width: 640px) {
	body { font-size: 16px; }
	.section { padding: 3rem 0; }

	.stats__grid, .steps__grid, .features__grid, .support__cards, .post-grid, .explore__grid { grid-template-columns: 1fr; }
	.markets__grid { grid-template-columns: repeat(2, 1fr); }
	.field-row { grid-template-columns: 1fr; }

	/* Horizontal snap carousels for a more app-like feel */
	.services__grid, .testimonials__grid {
		display: grid; grid-auto-flow: column; grid-auto-columns: 82%;
		gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory;
		margin-inline: -4%; padding: .5rem 4% 1.2rem;
		-webkit-overflow-scrolling: touch; scrollbar-width: none;
	}
	.services__grid::-webkit-scrollbar, .testimonials__grid::-webkit-scrollbar { display: none; }
	.service-card, .review { scroll-snap-align: center; }
	.footer__grid { grid-template-columns: 1fr; }

	.hero__cta { flex-direction: column; }
	.hero__cta .btn { width: 100%; }
	.hero__stage { min-height: 340px; }
	.phone { width: 230px; height: 460px; }

	/* Keep floating chips inside the viewport on small screens */
	.chip-card { font-size: .74rem; padding: .5rem .7rem; }
	.chip-card--rating { top: 2%; right: 0; }
	.chip-card--wait { bottom: 14%; left: 0; }
	.chip-card--book { bottom: 0; right: 2%; }

	.cta-band__badge { display: none; }
	.footer__bar-inner { justify-content: center; text-align: center; }
	.footer__stores { justify-content: center; }
	.single__nav { flex-direction: column; }
	.explore__cta { flex-direction: column; }
	.explore__cta .btn { width: 100%; }
}

/* ---------- Very small phones ---------- */
@media (max-width: 380px) {
	.container { width: 94%; }
	.phone { width: 200px; height: 400px; }
	.chip-card__label { display: none; }
	.chip-card { padding: .5rem; }
}

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