:root {
	--cream: #f6f2e9;
	--cream-deep: #ece5d8;
	--paper: #fffdf8;
	--ink: #192521;
	--muted: #3f4a46;
	--green: #173c35;
	--green-light: #235248;
	--mint: #bfe0d3;
	--orange: #ff8a24;
	--orange-light: #ffc177;
	--line: rgba(25, 37, 33, 0.14);
	--shadow: 0 24px 60px rgba(28, 42, 36, 0.14);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cream);
	color: var(--ink);
	font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body,
button,
a {
	-webkit-tap-highlight-color: transparent;
}

img,
svg {
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

p,
h1,
h2,
h3 {
	margin: 0;
}

::selection {
	background: var(--orange-light);
	color: var(--ink);
}

.page-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100;
	padding: 10px 16px;
	background: var(--paper);
	border-radius: 8px;
	box-shadow: var(--shadow);
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: translateY(0);
}

.announcement {
	background: var(--green);
	color: #fff;
}

.announcement__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 38px;
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0.01em;
	text-align: center;
}

.announcement__dot {
	width: 7px;
	height: 7px;
	background: var(--orange);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255, 138, 36, 0.18);
}

.site-header {
	position: relative;
	z-index: 10;
	border-bottom: 1px solid var(--line);
	background: rgba(246, 242, 233, 0.92);
}

.site-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 84px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: max-content;
}

.brand__mark {
	display: block;
	width: 64px;
	height: 64px;
	transition: transform 180ms ease;
}

.brand__mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brand:hover .brand__mark {
	transform: translateY(-2px) scale(1.03);
}

.brand__name {
	position: relative;
	display: flex;
	flex-direction: column;
	color: var(--green);
	font-family: Charter, "Bitstream Charter", Georgia, serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.9;
	transform: rotate(-2deg);
}

.brand__name strong {
	position: relative;
	width: max-content;
	margin-top: 4px;
	color: var(--orange);
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
}

.brand__name strong::after {
	position: absolute;
	right: -3px;
	bottom: -5px;
	left: 1px;
	height: 6px;
	border-top: 2px solid var(--green);
	border-radius: 50%;
	content: "";
	transform: rotate(-2deg);
}

.brand:hover .brand__name strong {
	color: #e66d0b;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 34px;
	font-size: 16px;
	font-weight: 650;
}

.primary-nav a,
.site-footer__links a {
	position: relative;
}

.primary-nav a::after,
.site-footer__links a::after {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	height: 2px;
	background: var(--orange);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.site-footer__links a:hover::after,
.site-footer__links a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-header .button {
	justify-self: end;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 750;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
	outline: 3px solid rgba(255, 138, 36, 0.55);
	outline-offset: 3px;
}

.button svg {
	width: 20px;
	height: 20px;
}

.button--small {
	min-height: 42px;
	padding-inline: 18px;
	font-size: 13px;
}

.button--outline {
	border-color: rgba(25, 37, 33, 0.32);
}

.button--outline:hover {
	background: var(--paper);
	box-shadow: 0 8px 22px rgba(24, 43, 36, 0.08);
}

.button--primary {
	background: var(--orange);
	color: var(--ink);
	box-shadow: 0 14px 28px rgba(219, 104, 11, 0.24);
}

.button--primary:hover {
	background: #ff972f;
	box-shadow: 0 18px 34px rgba(219, 104, 11, 0.3);
}

.hero {
	position: relative;
	overflow: hidden;
	padding: 88px 0 110px;
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.8) 0, transparent 24%),
		linear-gradient(180deg, var(--cream) 0%, #f3eee4 100%);
}

.hero::before {
	position: absolute;
	top: -180px;
	right: -180px;
	width: 540px;
	height: 540px;
	border: 1px solid rgba(23, 60, 53, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 0 65px rgba(23, 60, 53, 0.025), 0 0 0 130px rgba(23, 60, 53, 0.018);
	content: "";
}

.hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, 0.88fr);
	align-items: center;
	gap: 84px;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.eyebrow > span {
	width: 26px;
	height: 2px;
	background: var(--orange);
}

.hero h1 {
	max-width: 690px;
	font-family: Charter, "Bitstream Charter", Georgia, serif;
	font-size: clamp(56px, 6vw, 86px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.hero h1 em,
.why-scan h2 em {
	position: relative;
	color: var(--green);
	font-weight: 500;
}

.hero h1 em::after {
	position: absolute;
	right: 1%;
	bottom: -8px;
	left: 2%;
	height: 10px;
	border-top: 3px solid var(--orange);
	border-radius: 50%;
	content: "";
	transform: rotate(-1deg);
}

.hero__lede {
	max-width: 590px;
	margin-top: 32px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.75;
}

.hero__actions {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 34px;
}

.hero__actions p {
	max-width: 250px;
	color: #33403b;
	font-size: 16px;
	font-weight: 550;
	line-height: 1.6;
}

.hero__actions strong {
	display: block;
	margin-bottom: 1px;
	color: var(--ink);
	font-size: 16px;
	font-weight: 800;
}

.hero__visual {
	position: relative;
	padding: 16px 0 24px 24px;
}

.hero__visual::before {
	position: absolute;
	right: -28px;
	bottom: 0;
	width: 87%;
	height: 88%;
	background: var(--green);
	border-radius: 42% 58% 48% 52% / 52% 42% 58% 48%;
	content: "";
	transform: rotate(5deg);
}

.hero__image-wrap {
	position: relative;
	overflow: hidden;
	aspect-ratio: 0.96;
	border: 9px solid var(--paper);
	border-radius: 180px 180px 34px 34px;
	box-shadow: var(--shadow);
}

.hero__image-wrap::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(150deg, transparent 55%, rgba(19, 49, 43, 0.22));
	content: "";
}

.hero__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scan-corners {
	position: absolute;
	top: 29%;
	left: 10%;
	z-index: 1;
	width: 37%;
	aspect-ratio: 1;
}

.scan-corners span {
	position: absolute;
	width: 28px;
	height: 28px;
	border-color: var(--orange);
	border-style: solid;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.scan-corners span:nth-child(1) {
	top: 0;
	left: 0;
	border-width: 4px 0 0 4px;
	border-radius: 8px 0 0;
}

.scan-corners span:nth-child(2) {
	top: 0;
	right: 0;
	border-width: 4px 4px 0 0;
	border-radius: 0 8px 0 0;
}

.scan-corners span:nth-child(3) {
	right: 0;
	bottom: 0;
	border-width: 0 4px 4px 0;
	border-radius: 0 0 8px;
}

.scan-corners span:nth-child(4) {
	bottom: 0;
	left: 0;
	border-width: 0 0 4px 4px;
	border-radius: 0 0 0 8px;
}

.hero-app-callout {
	position: absolute;
	right: -30px;
	bottom: 44px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 18px;
	border: 2px solid var(--green);
	border-radius: 5px 17px 7px 15px;
	background: var(--orange-light);
	box-shadow: 8px 9px 0 var(--green);
	color: var(--green);
	transform: rotate(-4deg);
}

.hero-app-callout svg {
	display: grid;
	width: 34px;
	height: 34px;
	padding: 7px;
	place-items: center;
	background: var(--green);
	border-radius: 50%;
	color: #fff;
}

.hero-app-callout svg * {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.hero-app-callout p,
.hero-app-callout strong,
.hero-app-callout span {
	display: block;
}

.hero-app-callout strong {
	font-size: 18px;
	letter-spacing: -0.055em;
	line-height: 0.9;
}

.hero-app-callout span {
	margin-top: 5px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.quick-benefits {
	position: relative;
	z-index: 3;
	margin-top: -34px;
}

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

.quick-benefits__grid > div {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 118px;
	padding: 24px;
	overflow: hidden;
	background: var(--paper);
	border: 1px solid rgba(25, 37, 33, 0.1);
	border-radius: 18px;
	box-shadow: 0 14px 32px rgba(25, 37, 33, 0.1);
}

.quick-benefits__grid > div::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: var(--orange);
	content: "";
}

.quick-benefits__grid > div:nth-child(2) {
	background: #f0f7f4;
}

.quick-benefits__grid > div:nth-child(2)::before {
	background: var(--mint);

}

.quick-benefits__grid > div:nth-child(3) {
	background: #fff8ee;

}

.quick-benefits__grid > div:nth-child(3)::before {
	background: var(--orange-light);
}

.quick-benefits svg {
	width: 48px;
	height: 48px;
	padding: 12px;
	flex: 0 0 auto;
	background: var(--green);
	border-radius: 15px;
	box-shadow: 0 8px 18px rgba(23, 60, 53, 0.2);
	color: #fff;
}

.quick-benefits svg path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.quick-benefits strong,
.quick-benefits small {
	display: block;
}

.quick-benefits strong {
	color: var(--ink);
	font-size: 18px;
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.quick-benefits small {
	margin-top: 5px;
	color: #46534e;
	font-size: 14px;
	line-height: 1.4;
}

.section {
	padding: 120px 0;
}

.section-heading {
	display: grid;
	grid-template-columns: 1fr 0.66fr;
	align-items: end;
	gap: 40px;
	margin-bottom: 54px;
}

.section-heading .eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -20px;
}

.section-heading h2,
.why-scan h2,
.faq__intro h2,
.closing-cta h2 {
	font-family: Charter, "Bitstream Charter", Georgia, serif;
	font-size: clamp(44px, 5vw, 64px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

.section-heading > p:last-child,
.faq__intro > p:last-child {
	color: var(--muted);
	font-size: 16px;
	line-height: 1.75;
}

.steps {
	background: var(--paper);
}

.steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.step-card {
	position: relative;
	overflow: hidden;
	min-height: 440px;
	padding: 30px;
	border: 1px solid rgba(25, 37, 33, 0.11);
	border-radius: 26px;
	background: #f1ede4;
	box-shadow: 0 12px 30px rgba(25, 37, 33, 0.06);
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.step-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 46px rgba(25, 37, 33, 0.13);
}

.step-card--camera {
	background: #f0eaf8;
}

.step-card--scan {
	background: #dceee5;
}

.step-card--accent {
	background: #ffd39d;
	border-color: rgba(219, 104, 11, 0.2);
}

.step-card__top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.step-card__number {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: rgba(25, 37, 33, 0.58);
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}

.step-card__number::after {
	width: 32px;
	height: 1px;
	background: currentColor;
	content: "";
}

.step-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	background: rgba(255, 253, 248, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	color: var(--green);
}

.step-card--accent .step-card__icon {
	background: rgba(255, 253, 248, 0.68);
}

.step-card__icon svg {
	width: 27px;
	height: 27px;
}

.step-card__icon path,
.step-card__icon rect,
.step-card__icon circle {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.step-card__art {
	position: relative;
	height: 164px;
	margin: 10px -10px 0;
}

.step-card__art svg {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.step-art__blob {
	fill: rgba(255, 255, 255, 0.54);
}

.step-card--camera .step-art__blob {
	fill: #ddd0ef;
}

.step-card--scan .step-art__blob {
	fill: #b9ddcd;
}

.step-card--accent .step-art__blob {
	fill: #ffbc6b;
}

.step-art__device,
.step-art__code,
.step-art__corners,
.step-art__reward,
.step-art__rays {
	fill: none;
	stroke: var(--green);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

.step-art__device rect,
.step-art__reward > path:first-child,
.step-art__reward > path:nth-child(2) {
	fill: rgba(255, 253, 248, 0.82);
}

.step-art__code rect {
	fill: rgba(255, 253, 248, 0.86);
}

.step-art__code path {
	fill: var(--green);
	stroke: none;
}

.step-art__code .step-art__cutout {
	fill: var(--paper);
}

.step-art__corners {
	stroke: var(--orange);
	stroke-width: 4;
}

.step-art__scan-line {
	fill: none;
	stroke: var(--orange);
	stroke-linecap: round;
	stroke-width: 3;
	filter: drop-shadow(0 3px 4px rgba(219, 104, 11, 0.22));
}

.step-art__reward > path:nth-child(2) {
	fill: rgba(255, 253, 248, 0.92);
}

.step-art__rays {
	stroke: rgba(25, 37, 33, 0.42);
	stroke-width: 2;
}

.step-art__dot {
	fill: var(--orange);
}

.step-card--accent .step-art__dot,
.step-card--accent .step-art__spark {
	fill: var(--green);
}

.step-art__ring {
	fill: none;
	stroke: rgba(25, 37, 33, 0.28);
	stroke-width: 2;
}

.step-art__spark {
	fill: var(--orange);
}

.step-card h3 {
	position: relative;
	z-index: 1;
	margin-top: 10px;
	font-size: 22px;
	letter-spacing: -0.025em;
}

.step-card p {
	position: relative;
	z-index: 1;
	margin-top: 12px;
	color: rgba(25, 37, 33, 0.84);
	font-size: 16px;
	line-height: 1.65;
}

.step-card--accent p {
	color: rgba(25, 37, 33, 0.84);
}

.why-scan {
	overflow: hidden;
	background: var(--green);
	color: #fff;
}

.why-scan__grid {
	display: grid;
	grid-template-columns: 0.85fr 1fr;
	align-items: center;
	gap: 90px;
}

.eyebrow--light {
	color: var(--mint);
}

.why-scan h2 em {
	color: var(--orange-light);
}

.why-scan__lede {
	max-width: 510px;
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	line-height: 1.75;
}

.why-scan__list {
	margin-top: 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.why-scan__list > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 14px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.why-scan__list span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	color: var(--orange-light);
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
}

.why-scan__list p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.6;
}

.why-scan__list strong {
	display: block;
	margin-bottom: 2px;
	color: #fff;
	font-size: 17px;
}

.mail-illustration {
	position: relative;
	min-height: 590px;
}

.mail-illustration__glow {
	position: absolute;
	top: 0;
	left: 10%;
	width: 450px;
	height: 450px;
	background: #276154;
	border-radius: 50%;
	filter: blur(4px);
}

.mail-card {
	position: absolute;
	top: 90px;
	left: 0;
	width: 78%;
	aspect-ratio: 1.45;
	padding: 34px;
	background: #efe4cf;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 12px;
	box-shadow: 0 30px 60px rgba(6, 24, 19, 0.35);
	color: var(--ink);
	transform: rotate(-8deg);
}

.mail-card::before,
.mail-card::after {
	position: absolute;
	right: 24px;
	bottom: 23px;
	left: 24px;
	height: 1px;
	background: rgba(25, 37, 33, 0.18);
	content: "";
}

.mail-card::after {
	top: 20px;
	right: auto;
	bottom: 20px;
	left: 50%;
	width: 1px;
	height: auto;
}

.mail-card__stamp {
	position: absolute;
	top: 28px;
	right: 30px;
	padding: 13px;
	border: 2px solid var(--orange);
	color: var(--green);
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.05;
	text-align: center;
	transform: rotate(6deg);
}

.mail-card__lines {
	position: absolute;
	right: 34px;
	bottom: 53px;
	width: 38%;
}

.mail-card__lines i {
	display: block;
	height: 1px;
	margin-top: 13px;
	background: rgba(25, 37, 33, 0.42);
}

.mail-card__qr {
	position: absolute;
	bottom: 39px;
	left: 38px;
	text-align: center;
}

.mail-card__qr svg {
	width: 78px;
	height: 78px;
	fill: var(--green);
}

.mail-card__qr .qr-cutout {
	fill: #efe4cf;
}

.mail-card__qr small {
	display: block;
	margin-top: 4px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.17em;
}

.phone-card {
	position: absolute;
	right: -4px;
	bottom: 5px;
	width: 46%;
	aspect-ratio: 0.54;
	padding: 12px;
	background: #17211e;
	border: 3px solid #26302d;
	border-radius: 38px;
	box-shadow: 0 32px 60px rgba(5, 17, 13, 0.5);
	transform: rotate(8deg);
}

.phone-card__speaker {
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 2;
	width: 30%;
	height: 6px;
	background: #111815;
	border-radius: 99px;
	transform: translateX(-50%);
}

.phone-card__screen {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--paper);
	border-radius: 28px;
	color: var(--ink);
	text-align: center;
}

.phone-card__check {
	display: grid;
	width: 52px;
	height: 52px;
	margin-bottom: 18px;
	place-items: center;
	background: var(--mint);
	border-radius: 50%;
	color: var(--green);
}

.phone-card__check svg {
	width: 26px;
	height: 26px;
}

.phone-card__check path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.phone-card__screen small {
	color: var(--green-light);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.16em;
}

.phone-card__screen strong {
	margin-top: 6px;
	color: var(--green);
	font-family: Georgia, serif;
	font-size: 42px;
	line-height: 1;
}

.phone-card__screen p {
	margin-top: 5px;
	color: var(--muted);
	font-size: 12px;
}

.phone-card__button {
	margin-top: 26px;
	padding: 10px 24px;
	background: var(--orange);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
}

.faq {
	background: var(--paper);
}

.faq__grid {
	display: grid;
	grid-template-columns: 0.65fr 1fr;
	gap: 110px;
}

.faq__intro {
	position: sticky;
	top: 40px;
	align-self: start;
}

.faq__intro > p:last-child {
	max-width: 410px;
	margin-top: 24px;
}

.faq__items {
	border-top: 1px solid var(--line);
}

.faq details {
	border-bottom: 1px solid var(--line);
}

.faq summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 4px;
	cursor: pointer;
	font-size: 17px;
	font-weight: 750;
	list-style: none;
}

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

.faq summary span {
	position: relative;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	border: 1px solid var(--line);
	border-radius: 50%;
}

.faq summary span::before,
.faq summary span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1.5px;
	background: var(--ink);
	content: "";
	transform: translate(-50%, -50%);
}

.faq summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 180ms ease;
}

.faq details[open] summary span {
	background: var(--orange);
	border-color: var(--orange);
}

.faq details[open] summary span::after {
	transform: translate(-50%, -50%) rotate(0);
}

.faq details p {
	max-width: 590px;
	padding: 0 54px 24px 4px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.7;
}

.closing-cta {
	background: var(--orange);
}

.closing-cta__inner {
	display: grid;
	grid-template-columns: 1fr 0.7fr;
	align-items: center;
	gap: 80px;
	min-height: 360px;
	padding-block: 66px;
}

.eyebrow--dark {
	color: var(--ink);
}

.eyebrow--dark > span {
	background: var(--green);
}

.closing-cta__instruction {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 24px;
	background: rgba(255, 253, 248, 0.66);
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 18px;
}

.closing-cta__instruction > span {
	display: grid;
	width: 64px;
	height: 64px;
	flex: 0 0 auto;
	place-items: center;
	background: var(--green);
	border-radius: 50%;
	color: #fff;
}

.closing-cta__instruction svg {
	width: 37px;
	height: 37px;
}

.closing-cta__instruction svg rect,
.closing-cta__instruction svg path {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.closing-cta__instruction p {
	font-size: 15px;
	line-height: 1.6;
}

.closing-cta__instruction strong {
	display: block;
	margin-bottom: 2px;
	font-size: 17px;
}

.site-footer {
	background: #102b26;
	color: #fff;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 44px;
	min-height: 130px;
}

.brand--footer .brand__mark {
	width: 56px;
	height: 56px;
}

.site-footer__inner > p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
}

.site-footer__links {
	display: flex;
	gap: 26px;
	font-size: 12px;
	font-weight: 650;
}

@media (max-width: 1024px) {
	.hero {
		padding-top: 70px;
	}

	.hero__grid {
		grid-template-columns: 1fr 0.82fr;
		gap: 46px;
	}

	.hero h1 {
		font-size: clamp(52px, 6vw, 70px);
	}

	.why-scan__grid {
		gap: 50px;
	}

	.mail-illustration {
		transform: scale(0.9);
	}

	.faq__grid {
		gap: 70px;
	}
}

@media (max-width: 820px) {
	.page-shell {
		width: min(100% - 36px, 680px);
	}

	.site-header__inner {
		grid-template-columns: 1fr auto;
	}

	.primary-nav {
		display: none;
	}

	.hero {
		padding: 70px 0 92px;
	}

	.hero__grid {
		grid-template-columns: 1fr;
		gap: 66px;
	}

	.hero__content {
		max-width: 670px;
	}

	.hero__visual {
		width: min(540px, 90%);
		margin-inline: auto;
	}

	.quick-benefits__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.quick-benefits__grid > div {
		min-height: 98px;
	}

	.section {
		padding: 90px 0;
	}

	.section-heading,
	.faq__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.section-heading .eyebrow {
		margin-bottom: 0;
	}

	.steps__grid {
		grid-template-columns: 1fr;
	}

	.step-card {
		min-height: 0;
	}

	.step-card h3 {
		margin-top: 8px;
	}

	.why-scan__grid {
		grid-template-columns: 1fr;
	}

	.why-scan__content {
		max-width: 600px;
	}

	.mail-illustration {
		width: min(600px, 100%);
		margin-inline: auto;
		transform: none;
	}

	.faq__intro {
		position: static;
		margin-bottom: 30px;
	}

	.closing-cta__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr auto;
	}

	.site-footer__inner > p {
		display: none;
	}
}

@media (max-width: 560px) {
	.page-shell {
		width: calc(100% - 32px);
	}

	.announcement__inner {
		min-height: 44px;
		font-size: 11px;
	}

	.site-header__inner {
		min-height: 72px;
	}

	.brand {
		display: inline-flex;
	}

	.brand__mark {
		width: 54px;
		height: 54px;
	}

	.brand__name {
		font-size: 14px;
	}

	.brand__name strong {
		font-size: 20px;
	}

	.button--small {
		min-height: 38px;
		padding-inline: 13px;
		font-size: 11px;
	}

	.hero {
		padding-top: 54px;
	}

	.hero h1 {
		font-size: clamp(46px, 14vw, 62px);
	}

	.hero__lede {
		margin-top: 26px;
		font-size: 16px;
	}

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

	.hero__actions p {
		max-width: none;
	}

	.hero__visual {
		width: 100%;
		padding-left: 0;
	}

	.hero__image-wrap {
		border-radius: 120px 120px 28px 28px;
	}

	.hero-app-callout {
		right: -4px;
		bottom: 20px;
	}

	.quick-benefits {
		margin-top: -20px;
	}

	.section {
		padding: 74px 0;
	}

	.section-heading h2,
	.why-scan h2,
	.faq__intro h2,
	.closing-cta h2 {
		font-size: 42px;
	}

	.step-card {
		padding: 25px;
	}

	.step-card__art {
		height: 150px;
	}

	.mail-illustration {
		min-height: 470px;
	}

	.mail-illustration__glow {
		top: 20px;
		left: 4%;
		width: 340px;
		height: 340px;
	}

	.mail-card {
		top: 92px;
		left: 5px;
		width: 84%;
		padding: 20px;
	}

	.mail-card__stamp {
		top: 20px;
		right: 20px;
		font-size: 9px;
	}

	.mail-card__qr {
		bottom: 25px;
		left: 24px;
	}

	.mail-card__qr svg {
		width: 58px;
		height: 58px;
	}

	.phone-card {
		right: 0;
		width: 48%;
		border-radius: 28px;
	}

	.phone-card__screen {
		border-radius: 20px;
	}

	.phone-card__check {
		width: 40px;
		height: 40px;
		margin-bottom: 12px;
	}

	.phone-card__screen strong {
		font-size: 30px;
	}

	.phone-card__button {
		margin-top: 16px;
		padding: 8px 16px;
	}

	.faq summary {
		font-size: 15px;
	}

	.closing-cta__instruction {
		align-items: flex-start;
		padding: 20px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		gap: 26px;
		padding-block: 38px;
	}

	.site-footer__links {
		flex-wrap: wrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
