/* NBH Backup — nbhbackup.com */

:root {
	--ink: #0b1a17;
	--ink-soft: #1a332d;
	--muted: #5c736c;
	--line: #d5e4df;
	--paper: #f4f8f6;
	--white: #ffffff;
	--teal: #0f766e;
	--teal-bright: #14b8a6;
	--teal-deep: #0a5c56;
	--mint: #e7f6f1;
	--mint-deep: #c5ebe0;
	--amber: #c27803;
	--danger: #b42318;
	--shadow: 0 18px 50px rgba(11, 26, 23, 0.08);
	--radius: 18px;
	--max: 1120px;
	--font-display: Georgia, "Times New Roman", Times, serif;
	--font-body: "Outfit", system-ui, sans-serif;
	--heading-weight: 600;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.55;
	color: var(--ink);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: var(--teal);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--teal-deep);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
}

.skip {
	position: absolute;
	left: -999px;
	top: 0;
}

.skip:focus {
	left: 16px;
	top: 16px;
	z-index: 100;
	background: var(--white);
	padding: 8px 12px;
}

.wrap {
	width: min(100% - 40px, var(--max));
	margin-inline: auto;
}

/* —— Nav —— */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
	background: rgba(244, 248, 246, 0.86);
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
	border-bottom-color: var(--line);
	background: rgba(244, 248, 246, 0.94);
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: inherit;
	text-decoration: none;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: -0.03em;
	font-style: normal;
}

.brand img {
	width: 40px;
	height: 40px;
	border-radius: 11px;
}

.brand span {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.brand small {
	font-family: var(--font-body);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-links a {
	display: inline-block;
	padding: 8px 12px;
	color: var(--ink-soft);
	text-decoration: none;
	font-weight: 550;
	font-size: 0.95rem;
	border-radius: 10px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
	color: var(--ink);
	background: rgba(15, 118, 110, 0.08);
}

.nav-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.nav-toggle {
	display: none;
	border: 1px solid var(--line);
	background: var(--white);
	border-radius: 10px;
	width: 42px;
	height: 42px;
	cursor: pointer;
}

.nav-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--ink);
}

/* —— Buttons —— */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 12px;
	font-family: var(--font-body);
	font-weight: 650;
	font-size: 0.95rem;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn:hover {
	transform: translateY(-1px);
}

.btn-primary {
	background: var(--teal);
	color: #fff !important;
	border-color: var(--teal);
}

.btn-primary:hover {
	background: var(--teal-deep);
	border-color: var(--teal-deep);
	color: #fff !important;
}

.btn-secondary {
	background: transparent;
	color: var(--ink) !important;
	border-color: var(--line);
}

.btn-secondary:hover {
	border-color: var(--teal);
	background: var(--white);
	color: var(--ink) !important;
}

.btn-ghost {
	background: rgba(255, 255, 255, 0.14);
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.28);
}

.btn-ghost:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #fff !important;
}

.btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* —— Hero —— */
.hero {
	position: relative;
	isolation: isolate;
	min-height: min(92vh, 860px);
	display: grid;
	align-items: end;
	overflow: hidden;
	color: #f4fffb;
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(1200px 600px at 15% 20%, rgba(20, 184, 166, 0.35), transparent 55%),
		radial-gradient(900px 500px at 85% 10%, rgba(15, 118, 110, 0.45), transparent 50%),
		linear-gradient(160deg, #06201c 0%, #0b3d37 42%, #0f5c52 100%);
}

.hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
	animation: grid-drift 28s linear infinite;
}

.hero__orb {
	position: absolute;
	right: 8%;
	top: 18%;
	width: min(420px, 48vw);
	aspect-ratio: 1;
	border-radius: 40% 60% 55% 45%;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.28), transparent 40%),
		linear-gradient(145deg, #34d399, #0f766e 60%, #064e3b);
	filter: blur(0.2px);
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
	animation: orb-float 9s ease-in-out infinite;
	z-index: -1;
}

.hero__orb::before {
	content: "";
	position: absolute;
	inset: 18%;
	border-radius: inherit;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.06);
}

.hero__content {
	padding: 120px 0 72px;
	max-width: 640px;
}

.hero__brand {
	margin: 0 0 18px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(2.6rem, 6.5vw, 4.4rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 0.95;
	font-style: normal;
}

.hero h1 {
	margin: 0 0 16px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.45rem, 3vw, 1.95rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.25;
	max-width: 22ch;
}

.hero__lead {
	margin: 0 0 28px;
	font-size: 1.08rem;
	color: rgba(244, 255, 251, 0.82);
	max-width: 34em;
}

@keyframes orb-float {
	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-18px) rotate(4deg);
	}
}

@keyframes grid-drift {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(56px);
	}
}

/* —— Sections —— */
.section {
	padding: 88px 0;
}

.section--tight {
	padding: 56px 0;
}

.section__head {
	max-width: 620px;
	margin-bottom: 40px;
}

.section__head h2 {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.section__head p {
	margin: 0;
	color: var(--muted);
	font-size: 1.05rem;
}

.eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--teal);
}

/* Feature band */
.band {
	background: var(--white);
	border-block: 1px solid var(--line);
}

.split {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}

.split--reverse > :first-child {
	order: 2;
}

.feature-list {
	display: grid;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.feature-list li {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 14px;
	align-items: start;
}

.feature-list strong {
	display: block;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 4px;
}

.feature-list p {
	margin: 0;
	color: var(--muted);
	font-size: 0.98rem;
}

.icon-tile {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--mint);
	color: var(--teal);
}

.icon-tile svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Visual panel (not a card grid of marketing fluff) */
.panel-visual {
	position: relative;
	min-height: 360px;
	border-radius: calc(var(--radius) + 4px);
	overflow: hidden;
	background:
		radial-gradient(500px 280px at 20% 20%, rgba(20, 184, 166, 0.2), transparent 60%),
		linear-gradient(160deg, #0f766e, #064e3b);
	box-shadow: var(--shadow);
	color: #ecfffa;
	padding: 28px;
}

.panel-visual__chrome {
	display: flex;
	gap: 6px;
	margin-bottom: 22px;
}

.panel-visual__chrome i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
}

.panel-visual__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 16px;
	margin-bottom: 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.92rem;
}

.panel-visual__row em {
	font-style: normal;
	opacity: 0.7;
	font-size: 0.82rem;
}

.panel-visual__meter {
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
	overflow: hidden;
	margin-top: 18px;
}

.panel-visual__meter span {
	display: block;
	height: 100%;
	width: 72%;
	border-radius: inherit;
	background: linear-gradient(90deg, #99f6e4, #fff);
	animation: meter 2.8s ease-in-out infinite alternate;
}

@keyframes meter {
	from {
		width: 48%;
	}
	to {
		width: 86%;
	}
}

/* Illustrations */
.illust-panel {
	border-radius: calc(var(--radius) + 6px);
	overflow: hidden;
	border: 1px solid var(--line);
	box-shadow: var(--shadow-lg);
	background: var(--white);
}

.illust-panel img,
.illust-panel svg {
	display: block;
	width: 100%;
	height: auto;
}

.illust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.illust-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 22px 20px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: var(--white);
	box-shadow: var(--shadow);
}

.illust-card__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--mint);
	color: var(--teal);
}

.illust-card__icon svg {
	width: 26px;
	height: 26px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.illust-card__art {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--line);
	background: var(--surface);
}

.illust-card__art img {
	display: block;
	width: 100%;
	height: auto;
}

.illust-card h3 {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}

.illust-card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.94rem;
}

.topic__icon,
.compat-panel__icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 14px;
	border-radius: 13px;
	background: var(--mint);
	color: var(--teal);
}

.topic__icon svg,
.compat-panel__icon svg {
	width: 23px;
	height: 23px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.step__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 14px;
	border-radius: 16px;
	background: var(--mint);
	color: var(--teal);
}

.step__icon svg {
	width: 26px;
	height: 26px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 900px) {
	.illust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.illust-grid {
		grid-template-columns: 1fr;
	}
}

/* Steps */
.steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	counter-reset: step;
}

.step {
	position: relative;
	padding-top: 8px;
}

.step::before {
	counter-increment: step;
	content: counter(step, decimal-leading-zero);
	display: block;
	margin-bottom: 14px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: var(--teal);
	opacity: 0.85;
}

.step h3 {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.step--icon::before {
	display: none;
}

.step p {
	margin: 0;
	color: var(--muted);
}

/* Compatibility strip */
.compat {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	justify-content: center;
	padding: 28px 0;
	color: var(--muted);
	font-size: 0.92rem;
	font-weight: 600;
}

.compat strong {
	color: var(--ink);
	font-weight: 600;
}

.compat span::after {
	content: "·";
	margin-left: 18px;
	opacity: 0.4;
}

.compat span:last-child::after {
	content: none;
}

/* CTA finale */
.finale {
	position: relative;
	overflow: hidden;
	border-radius: calc(var(--radius) + 6px);
	padding: 56px 40px;
	background:
		radial-gradient(700px 300px at 100% 0%, rgba(20, 184, 166, 0.35), transparent 55%),
		linear-gradient(135deg, #0b1a17, #0f766e);
	color: #f4fffb;
	box-shadow: var(--shadow);
}

.finale h2 {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	max-width: 16ch;
}

.finale p {
	margin: 0 0 24px;
	max-width: 36em;
	color: rgba(244, 255, 251, 0.8);
}

/* Feature page grid of topics */
.topic-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.topic {
	padding: 28px 26px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.topic h3 {
	margin: 0 0 10px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.15rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.topic p {
	margin: 0;
	color: var(--muted);
	font-size: 0.98rem;
}

/* Docs */
.docs-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.docs-nav {
	position: sticky;
	top: 88px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.docs-nav h2 {
	margin: 0 0 12px;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.docs-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.docs-nav a {
	display: block;
	padding: 8px 0;
	color: var(--ink-soft);
	text-decoration: none;
	font-weight: 550;
	font-size: 0.95rem;
}

.docs-nav a:hover,
.docs-nav a[aria-current="true"] {
	color: var(--teal);
}

.docs-content h2 {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: -0.03em;
}

.docs-content h3 {
	margin: 28px 0 8px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.15rem;
}

.docs-content p,
.docs-content li {
	color: var(--ink-soft);
}

.docs-content section {
	margin-bottom: 48px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--line);
}

.docs-content section:last-child {
	border-bottom: 0;
}

.code {
	display: block;
	margin: 14px 0;
	padding: 14px 16px;
	border-radius: 12px;
	background: #0b1a17;
	color: #d7fff4;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.86rem;
	overflow-x: auto;
}

.faq details {
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--white);
	padding: 4px 18px;
	margin-bottom: 10px;
}

.faq summary {
	cursor: pointer;
	padding: 14px 0;
	font-weight: 650;
	list-style: none;
}

.faq summary::-webkit-details-marker {
	display: none;
}

.faq details[open] summary {
	color: var(--teal);
}

.faq details p {
	margin: 0 0 16px;
	color: var(--muted);
}

/* Page hero (inner) */
.page-hero {
	padding: 56px 0 28px;
	border-bottom: 1px solid var(--line);
	margin-bottom: 8px;
}

.page-hero h1 {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.page-hero p {
	margin: 0;
	max-width: 42em;
	color: var(--muted);
	font-size: 1.08rem;
}

/* Download methods */
.methods {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.method {
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 220px;
}

.method h3 {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.method p {
	margin: 0;
	color: var(--muted);
	flex: 1;
}

.req-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
}

.req-table th,
.req-table td {
	text-align: left;
	padding: 14px 18px;
	border-bottom: 1px solid var(--line);
	font-size: 0.95rem;
}

.req-table th {
	width: 36%;
	color: var(--muted);
	font-weight: 600;
	background: var(--mint);
}

.req-table tr:last-child th,
.req-table tr:last-child td {
	border-bottom: 0;
}

/* Support */
.support-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.support-item {
	padding: 28px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: var(--white);
}

.support-item h3 {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.2rem;
	font-weight: 600;
}

/* Support quick links */
.support-hero-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.support-pill {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.support-pill:hover {
	border-color: rgba(15, 118, 110, 0.45);
	transform: translateY(-1px);
	color: inherit;
}

.support-pill strong {
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.support-pill span {
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.4;
}

.support-item p {
	margin: 0 0 16px;
	color: var(--muted);
}

.form {
	display: grid;
	gap: 14px;
	max-width: 520px;
}

.form label {
	display: grid;
	gap: 6px;
	font-size: 0.9rem;
	font-weight: 600;
}

.form input,
.form textarea,
.form select {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 10px;
	font: inherit;
	background: var(--white);
	color: var(--ink);
}

.form textarea {
	min-height: 120px;
	resize: vertical;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	outline: 0;
	border-color: var(--teal);
	box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.15);
}

.form-note {
	font-size: 0.88rem;
	color: var(--muted);
}

/* Footer */
.site-footer {
	margin-top: 40px;
	padding: 48px 0 28px;
	border-top: 1px solid var(--line);
	background: #eaf3ef;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 28px;
	margin-bottom: 36px;
}

.footer-brand {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.footer-brand img {
	width: 42px;
	height: 42px;
	border-radius: 11px;
}

.footer-brand strong {
	display: block;
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.footer-brand p {
	margin: 6px 0 0;
	color: var(--muted);
	font-size: 0.92rem;
}

.footer-col h3 {
	margin: 0 0 12px;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-col a {
	display: inline-block;
	padding: 5px 0;
	color: var(--ink-soft);
	text-decoration: none;
	font-weight: 550;
}

.footer-col a:hover {
	color: var(--teal);
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.88rem;
}

/* Reveal */
.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-in {
	opacity: 1;
	transform: none;
}

/* Legal prose */
.prose {
	max-width: 720px;
}

.prose h2 {
	margin: 32px 0 10px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.35rem;
	letter-spacing: -0.02em;
}

.prose p,
.prose li {
	color: var(--ink-soft);
}

/* —— Download page —— */
.download-duo {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.download-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 32px 28px;
	border: 1px solid var(--line);
	border-radius: calc(var(--radius) + 4px);
	background: var(--white);
	box-shadow: var(--shadow);
	min-height: 100%;
}

.download-card--primary {
	border-color: rgba(15, 118, 110, 0.35);
	background:
		radial-gradient(500px 220px at 100% 0%, rgba(20, 184, 166, 0.12), transparent 60%),
		var(--white);
}

.download-card__tag {
	display: inline-flex;
	align-self: flex-start;
	margin: 0;
	padding: 4px 10px;
	border-radius: 8px;
	background: var(--mint);
	color: var(--teal-deep);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.download-card__tag--muted {
	background: #eef2f1;
	color: var(--muted);
}

.download-card__mark {
	width: 48px;
	height: 48px;
	border-radius: 12px;
}

.download-card__wporg {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #21759b;
	color: #fff;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.35rem;
}

.download-card h2 {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.45rem;
	letter-spacing: -0.03em;
}

.download-card > p {
	margin: 0;
	color: var(--muted);
}

.download-card .btn {
	align-self: flex-start;
	margin-top: 4px;
}

.check-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.check-list li {
	position: relative;
	padding-left: 22px;
	color: var(--ink-soft);
	font-size: 0.95rem;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--teal);
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.trust-item {
	padding: 22px 20px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.trust-item strong {
	display: block;
	margin-bottom: 8px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}

.trust-item p {
	margin: 0;
	color: var(--muted);
	font-size: 0.94rem;
}

.verify-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	margin-bottom: 12px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.verify-row h3 {
	margin: 0 0 6px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: -0.02em;
}

.verify-row p {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
}

.install-steps {
	margin: 0 0 22px;
	padding-left: 1.2em;
	color: var(--ink-soft);
}

.install-steps li {
	margin-bottom: 10px;
}

/* —— Features page —— */
.feature-toc {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--white);
}

.feature-toc a {
	padding: 8px 12px;
	border-radius: 10px;
	color: var(--ink-soft);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
}

.feature-toc a:hover {
	background: var(--mint);
	color: var(--teal-deep);
}

.feature-block {
	display: grid;
	gap: 32px;
}

.feature-block__intro {
	max-width: 640px;
}

.feature-block__intro h2 {
	margin: 0 0 12px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.feature-block__intro p:last-child {
	margin: 0;
	color: var(--muted);
	font-size: 1.05rem;
}

.topic-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compat-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.compat-panel {
	padding: 26px 24px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: var(--white);
}

.compat-panel h3 {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.compat-panel p {
	margin: 0;
	color: var(--muted);
}

.matrix {
	padding: 32px;
	border: 1px solid var(--line);
	border-radius: calc(var(--radius) + 4px);
	background: var(--white);
	box-shadow: var(--shadow);
}

.matrix h2 {
	margin: 0 0 8px;
	font-family: var(--font-display);
	font-weight: 600;
	letter-spacing: -0.03em;
	font-size: 1.6rem;
}

.matrix > p {
	margin: 0 0 20px;
	color: var(--muted);
}

.matrix table {
	width: 100%;
	border-collapse: collapse;
}

.matrix th,
.matrix td {
	text-align: left;
	padding: 12px 10px;
	border-bottom: 1px solid var(--line);
	font-size: 0.95rem;
}

.matrix th {
	color: var(--muted);
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.matrix td:last-child {
	width: 100px;
	font-weight: 600;
	color: var(--teal-deep);
}

.matrix tr:last-child td {
	border-bottom: 0;
}

/* Responsive */
@media (max-width: 900px) {
	.nav-links {
		display: none;
		position: absolute;
		left: 20px;
		right: 20px;
		top: 68px;
		flex-direction: column;
		align-items: stretch;
		padding: 12px;
		background: var(--white);
		border: 1px solid var(--line);
		border-radius: 14px;
		box-shadow: var(--shadow);
	}

	.nav-links.is-open {
		display: flex;
	}

	.nav-toggle {
		display: inline-grid;
		place-items: center;
	}

	.nav-cta .btn-secondary {
		display: none;
	}

	.split,
	.split--reverse,
	.steps,
	.topic-grid,
	.topic-grid--3,
	.methods,
	.support-grid,
	.support-hero-grid,
	.docs-layout,
	.footer-grid,
	.download-duo,
	.trust-grid,
	.compat-panels {
		grid-template-columns: 1fr;
	}

	.split--reverse > :first-child {
		order: 0;
	}

	.hero__content {
		padding-top: 100px;
		padding-bottom: 56px;
	}

	.hero__orb {
		opacity: 0.45;
		right: -10%;
		top: 8%;
	}

	.docs-nav {
		position: static;
	}

	.finale {
		padding: 40px 24px;
	}

	.verify-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.wrap {
		width: min(100% - 28px, var(--max));
	}

	.compat span::after {
		margin-left: 12px;
	}

	.matrix {
		padding: 20px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}
