:root {
	--ink: #111315;
	--graphite: #17191b;
	--charcoal: #2f3336;
	--muted: #64696d;
	--line: #d8dcdf;
	--soft: #f1f2f2;
	--metal: #c9ccca;
	--white: #ffffff;
	--good: #2f6f4e;
	--warn: #8a6a2a;
	--bad: #8b3131;
	--shadow: 0 18px 48px rgba(17, 19, 21, 0.1);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--soft);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

a {
	color: var(--ink);
	text-decoration: underline;
	text-decoration-color: rgba(47, 51, 54, 0.28);
	text-underline-offset: 3px;
}

a:hover {
	text-decoration-color: var(--ink);
}

.site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 10;
}

.nav {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1220px;
	padding: 15px 22px;
}

.brand {
	align-items: center;
	color: var(--ink);
	display: flex;
	font-size: 22px;
	font-weight: 850;
	gap: 10px;
	text-decoration: none;
}

.brand-mark {
	background: linear-gradient(135deg, #101214, #4b5053);
	border: 1px solid #6b7175;
	border-radius: 8px;
	color: #fff;
	display: inline-grid;
	font-size: 15px;
	height: 34px;
	place-items: center;
	width: 34px;
}

.nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
}

.nav-links a {
	color: var(--ink);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.button {
	background: var(--graphite);
	border: 1px solid var(--graphite);
	border-radius: 8px;
	color: #fff !important;
	display: inline-block;
	font-weight: 850;
	padding: 12px 18px;
	text-decoration: none !important;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.button:hover {
	background: #000;
	border-color: #000;
	transform: translateY(-1px);
}

.button.secondary {
	background: #fff;
	color: var(--graphite) !important;
}

.button.secondary:hover {
	background: #f4f5f5;
}

.button.small {
	padding: 9px 13px;
}

.section,
.hero-inner {
	margin: 0 auto;
	max-width: 1220px;
}

.hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 7px),
		linear-gradient(180deg, #fcfcfc 0%, #eceeee 48%, #c9ccca 100%);
	border-bottom: 1px solid #bdc2c4;
	padding: 78px 22px 70px;
}

.hero-grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
}

.hero-copy {
	max-width: 650px;
}

.announcement {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid #c6cbcd;
	border-radius: 999px;
	color: #303438;
	display: inline-block;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
	margin: 0 0 18px;
	padding: 9px 14px;
}

.eyebrow {
	color: #505559;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	line-height: 1.12;
	margin: 0 0 14px;
}

h1 {
	font-size: clamp(44px, 6vw, 74px);
	letter-spacing: 0;
	max-width: 880px;
}

h2 {
	font-size: clamp(31px, 4vw, 50px);
	letter-spacing: 0;
	max-width: 880px;
}

h3 {
	font-size: 23px;
}

p {
	margin: 0 0 16px;
}

.hero p {
	color: #303438;
	font-size: 20px;
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.hero-proof span {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid #c6cbcd;
	border-radius: 999px;
	color: #303438;
	font-size: 13px;
	font-weight: 850;
	padding: 7px 10px;
}

.dashboard-shell {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #bfc4c6;
	border-radius: 8px;
	box-shadow: 0 30px 80px rgba(17, 19, 21, 0.22);
	padding: 16px;
}

.dash-top {
	align-items: center;
	background: var(--graphite);
	border-radius: 8px;
	color: #fff;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 16px 18px;
}

.dash-top span {
	color: #cfd3d3;
	font-size: 14px;
}

.dash-top em {
	background: #fff;
	border-radius: 999px;
	color: var(--graphite);
	font-size: 13px;
	font-style: normal;
	font-weight: 850;
	padding: 6px 10px;
}

.dash-main {
	display: grid;
	gap: 18px;
	grid-template-columns: 210px minmax(0, 1fr);
	padding: 22px 0;
}

.dash-score {
	align-content: center;
	background: #f5f6f6;
	border: 1px solid var(--line);
	border-radius: 8px;
	display: grid;
	justify-items: center;
	min-height: 220px;
	padding: 22px;
	text-align: center;
}

.dash-score span {
	border: 14px solid var(--charcoal);
	border-radius: 50%;
	display: grid;
	font-size: 52px;
	font-weight: 900;
	height: 142px;
	place-items: center;
	width: 142px;
}

.dash-score small {
	color: var(--muted);
	font-size: 17px;
	font-weight: 900;
	margin-top: -18px;
}

.dash-score p {
	color: var(--muted);
	font-size: 15px;
	font-weight: 850;
	margin: 8px 0 0;
}

.dash-findings {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 22px;
}

.dash-findings h3 {
	font-size: 20px;
}

.dash-findings div {
	border-top: 1px solid var(--line);
	display: grid;
	gap: 4px;
	padding: 14px 0;
}

.dash-findings b {
	color: var(--ink);
}

.dash-findings span {
	color: var(--muted);
	font-size: 15px;
}

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

.dash-metrics div {
	background: #f5f6f6;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 16px;
}

.dash-metrics strong {
	display: block;
	font-size: 23px;
}

.dash-metrics span {
	color: var(--muted);
	font-size: 14px;
	font-weight: 750;
}

.product-figure {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid #bfc4c6;
	border-radius: 8px;
	box-shadow: var(--shadow);
	color: var(--muted);
	margin: 0;
	padding: 14px;
}

.product-figure img {
	border-radius: 8px;
	display: block;
	height: auto;
	max-width: 100%;
}

.product-figure figcaption {
	font-size: 14px;
	margin-top: 12px;
}

.trust-strip {
	background: var(--graphite);
	color: #fff;
	padding: 28px 22px;
}

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

.trust-grid div {
	border-left: 1px solid #555b5f;
	padding-left: 16px;
}

.trust-grid strong {
	display: block;
	font-size: 32px;
	line-height: 1;
}

.trust-grid span {
	color: #d8dcdf;
	display: block;
	font-size: 14px;
	font-weight: 750;
	margin-top: 8px;
}

.band {
	padding: 78px 22px;
}

.band.white {
	background: #fff;
}

.band.metal {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0 1px, transparent 1px 7px),
		linear-gradient(180deg, #f5f6f6, #e8eaea);
}

.band.graphite {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 7px),
		linear-gradient(135deg, #17191b, #353a3d);
	color: #fff;
}

.band.graphite .eyebrow,
.band.graphite .lead,
.final-cta .eyebrow {
	color: #d8dcdf;
}

.lead {
	color: var(--muted);
	font-size: 20px;
	line-height: 1.6;
	max-width: 780px;
}

.lead.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-center {
	text-align: center;
}

.section-center h2 {
	margin-left: auto;
	margin-right: auto;
}

.split {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.check-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.check-grid span {
	background: #f4f5f5;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: #303438;
	font-weight: 850;
	padding: 13px 15px;
}

.score-card,
.update-panel,
.mini-dashboard,
.report-card,
.compare-panel,
.premium-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: var(--shadow);
	padding: 28px;
}

.score-ring {
	align-items: baseline;
	background: #f5f6f6;
	border: 14px solid var(--charcoal);
	border-radius: 50%;
	display: flex;
	height: 168px;
	justify-content: center;
	margin-bottom: 24px;
	padding-top: 38px;
	width: 168px;
}

.score-ring strong {
	font-size: 54px;
	line-height: 1;
}

.score-ring span {
	color: var(--muted);
	font-size: 18px;
	font-weight: 850;
}

.capability-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	text-align: left;
}

.module-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(17, 19, 21, 0.06);
	color: var(--ink);
	display: block;
	min-height: 248px;
	padding: 26px;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.module-card:hover {
	border-color: #666c70;
	box-shadow: 0 18px 44px rgba(17, 19, 21, 0.11);
	text-decoration: none;
	transform: translateY(-3px);
}

.card-icon {
	background: var(--graphite);
	border-radius: 8px;
	color: #fff !important;
	display: inline-grid !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	height: 42px;
	margin-bottom: 24px !important;
	place-items: center;
	width: 42px;
}

.module-card h3,
.card h3 {
	margin-bottom: 10px;
}

.module-card p,
.card p,
.score-card p,
.update-panel p {
	color: var(--muted);
}

.status-stack {
	display: grid;
	gap: 13px;
}

.status-stack div,
.compare-panel div {
	background: #24272a;
	border: 1px solid #4d5356;
	border-radius: 8px;
	padding: 18px;
}

.status-stack strong,
.compare-panel strong {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.status-stack span,
.compare-panel span {
	color: #d8dcdf;
	display: block;
}

.reverse .update-panel {
	order: 1;
}

.panel-head {
	align-items: center;
	border-bottom: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 16px;
}

.panel-head span {
	background: var(--graphite);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	padding: 6px 10px;
}

.risk-level {
	background: #d8dcdf;
	border-radius: 999px;
	height: 16px;
	margin: 18px 0;
	overflow: hidden;
}

.risk-level span {
	background: var(--charcoal);
	display: block;
	height: 100%;
	width: 68%;
}

.mini-dashboard {
	display: grid;
	gap: 14px;
}

.mini-dashboard div {
	align-items: center;
	background: #f5f6f6;
	border: 1px solid var(--line);
	border-radius: 8px;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 17px;
}

.pill {
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	padding: 5px 9px;
	text-transform: uppercase;
}

.pill.good { background: var(--good); }
.pill.warn { background: var(--warn); }
.pill.bad { background: var(--bad); }

.report-preview {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: 0.9fr 1.1fr;
	margin-top: 30px;
}

.report-copy {
	background: #f5f6f6;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 30px;
}

.report-card {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-card div {
	background: #f5f6f6;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 18px;
}

.report-card span {
	color: var(--muted);
	display: block;
	font-size: 14px;
	font-weight: 850;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.report-card strong {
	font-size: 21px;
}

.steps,
.faq-grid,
.usecase-grid,
.grid-2,
.grid-3,
.grid-4,
.pricing-grid {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

.steps,
.faq-grid,
.usecase-grid,
.grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.steps div,
.faq-grid div,
.usecase-grid div,
.card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(17, 19, 21, 0.05);
	padding: 25px;
	text-align: left;
}

.steps span {
	background: var(--graphite);
	border-radius: 50%;
	color: #fff;
	display: inline-grid;
	font-weight: 900;
	height: 40px;
	margin-bottom: 22px;
	place-items: center;
	width: 40px;
}

.compare-panel.light {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.pricing-grid.polished .card {
	padding: 30px;
}

.card.featured {
	border-color: #4a4f52;
	box-shadow: 0 18px 50px rgba(23, 25, 27, 0.14);
	position: relative;
}

.price {
	color: var(--graphite);
	font-size: 38px;
	font-weight: 900;
	margin: 10px 0;
}

.price span {
	color: var(--muted);
	font-size: 16px;
}

.final-cta {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px),
		linear-gradient(135deg, #17191b, #3d4245);
	color: #fff;
	padding: 82px 22px;
}

.final-cta h2 {
	max-width: 820px;
}

.list {
	margin: 14px 0 0;
	padding-left: 20px;
}

.list li {
	margin: 8px 0;
}

.feature-table,
.comparison-table {
	border-collapse: collapse;
	margin-top: 24px;
	width: 100%;
}

.table-scroll {
	overflow-x: auto;
	width: 100%;
}

.feature-table th,
.feature-table td,
.comparison-table th,
.comparison-table td {
	border: 1px solid var(--line);
	padding: 15px;
	text-align: left;
	vertical-align: top;
}

.feature-table th,
.comparison-table th {
	background: #eceeef;
	color: #303438;
	font-size: 14px;
	text-transform: uppercase;
}

.competitor-table {
	font-size: 14px;
	min-width: 1080px;
}

.competitor-table th:first-child,
.competitor-table td:first-child {
	background: #f7f8f9;
	position: sticky;
	left: 0;
	z-index: 1;
	width: 180px;
}

.competitor-table th:first-child {
	z-index: 2;
}

.table-note {
	color: var(--muted);
	font-size: 14px;
	margin-top: 18px;
	max-width: 900px;
}

.page-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px),
		linear-gradient(135deg, #17191b, #3d4245);
	color: #fff;
	padding: 78px 22px;
}

.page-hero h1 {
	max-width: 920px;
}

.page-hero p {
	color: #e4e6e6;
	font-size: 20px;
	max-width: 850px;
}

.page-hero-grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.55fr);
}

.hero-mini-panel {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	padding: 28px;
}

.hero-mini-panel strong {
	color: #fff;
	display: block;
	font-size: 46px;
	line-height: 1;
	margin-bottom: 8px;
}

.hero-mini-panel > span {
	color: #d8dcdf;
	display: block;
	font-weight: 800;
	margin-bottom: 18px;
}

.hero-mini-panel div {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	font-weight: 850;
	margin-top: 10px;
	padding: 12px 14px;
}

.toc,
.docs-list article {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 20px;
}

.light-stack div {
	background: #fff;
	border-color: var(--line);
	box-shadow: 0 10px 30px rgba(17, 19, 21, 0.05);
}

.light-stack strong {
	color: var(--ink);
}

.light-stack span {
	color: var(--muted);
}

.comparison-matrix {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
}

.comparison-matrix div {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(17, 19, 21, 0.06);
	padding: 26px;
}

.comparison-matrix span {
	color: var(--muted);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.comparison-matrix strong {
	display: block;
	font-size: 24px;
	line-height: 1.15;
	margin-bottom: 10px;
}

.guide-layout {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: 270px minmax(0, 1fr);
}

.guide-sidebar {
	background: #f5f6f6;
	border: 1px solid var(--line);
	border-radius: 8px;
	display: grid;
	gap: 10px;
	padding: 22px;
	position: sticky;
	top: 92px;
}

.guide-sidebar a {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	font-weight: 850;
	padding: 10px 12px;
	text-decoration: none;
}

.guide-content {
	display: grid;
	gap: 18px;
}

.guide-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(17, 19, 21, 0.06);
	padding: 30px;
}

.timeline {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

.timeline article {
	background: #fff;
	border: 1px solid var(--line);
	border-left: 7px solid var(--graphite);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(17, 19, 21, 0.06);
	padding: 26px;
}

.timeline span {
	background: var(--graphite);
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 12px;
	padding: 6px 10px;
}

.payment-flow {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: var(--shadow);
	display: grid;
	gap: 12px;
	padding: 24px;
}

.payment-flow div {
	align-items: center;
	background: #f5f6f6;
	border: 1px solid var(--line);
	border-radius: 8px;
	display: flex;
	gap: 14px;
	padding: 16px;
}

.payment-flow span {
	background: var(--graphite);
	border-radius: 50%;
	color: #fff;
	display: inline-grid;
	flex: 0 0 36px;
	font-weight: 900;
	height: 36px;
	place-items: center;
	width: 36px;
}

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

.legal-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(17, 19, 21, 0.06);
	padding: 30px;
}

.pricing-grid,
.docs-list {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.docs-list {
	grid-template-columns: 1fr;
}

.footer {
	background: var(--graphite);
	color: #d8dcdf;
	padding: 54px 22px;
}

.footer .brand {
	color: #fff;
}

.footer-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1220px;
}

.footer h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 14px;
}

.footer p {
	color: #d8dcdf;
	margin-top: 15px;
}

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

.footer li {
	line-height: 1.35;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.legal p,
.legal li {
	color: #303438;
}

code {
	background: #eceeef;
	border-radius: 6px;
	padding: 2px 6px;
}

.mobile-menu {
	display: none;
	width: 100%;
}

.mobile-menu summary {
	background: #17191b;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	list-style: none;
	padding: 12px 16px;
}

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

.mobile-menu div {
	background: #fff;
	border: 1px solid #d8dcdf;
	border-radius: 8px;
	display: grid;
	gap: 10px;
	margin-top: 10px;
	padding: 14px;
}

.mobile-menu a {
	color: #17191b;
	font-weight: 800;
	text-decoration: none;
}

.download-proof .release-card,
.release-card {
	background: #17191b;
	border-radius: 8px;
	color: #fff;
	padding: 30px;
}

.release-card h3 {
	color: #fff;
	font-size: 36px;
	margin: 16px 0 8px;
}

.release-card p,
.release-card span,
.release-card a {
	color: #d8dcdf;
}

.release-card div {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
}

.checkout-methods {
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.checkout-methods .button {
	width: 100%;
}

@media (max-width: 1020px) {
	.hero-grid,
	.split,
	.report-preview,
	.dash-main,
	.capability-grid,
	.grid-2,
	.grid-3,
	.grid-4,
	.pricing-grid,
	.footer-grid,
	.trust-grid,
	.steps,
	.faq-grid,
	.usecase-grid,
	.report-card {
		grid-template-columns: 1fr;
	}

	.page-hero-grid,
	.comparison-matrix,
	.guide-layout,
	.legal-grid {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		max-width: none;
	}

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

	.nav-links {
		gap: 11px;
	}
}

@media (max-width: 620px) {
	body {
		font-size: 16px;
	}

	.hero,
	.band,
	.final-cta {
		padding-left: 18px;
		padding-right: 18px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 31px;
	}

	.nav-links {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	.button,
	.nav-links .button {
		text-align: center;
		width: 100%;
	}

	.check-grid,
	.dash-metrics {
		grid-template-columns: 1fr;
	}

	.dash-top {
		align-items: flex-start;
		flex-direction: column;
	}

	.guide-sidebar {
		position: static;
	}
}
